 @font-face {
  font-family: Bariol;
  src: url(../fonts/Bariol/Bariol.ttf);
}
@font-face {
  font-family: Bariol_Bold;
  src: url(../fonts/Bariol/Bariol_Bold.otf);
}



button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}


hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
body {
  font-size: 1em;
  line-height: 1.4;
  color: #545454;
  height: 100%;
  width: 100%;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding-top: 0px;
  background: #545454 url(../img/overlay.png) repeat;
}
.full_width {
  padding: 10px 15px;
  margin: 0 auto;
  position: relative;
}
.center {
  max-width: 1200px;
  padding: 10px 15px;
  margin: 0 auto;
  position: relative;
}
.center.sml-center {
  max-width: 800px;
}
.center.mid-center {
  max-width: 1000px;
}
.align_center {
  text-align: center;
}
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
.center_content {
  text-align: center;
  display: block;
}
a,
a:active,
a:visited {
  color: #fcd432;
}
a:hover {
  color: #545454;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.pill_button {
  font-size: 13px;
  padding: 1em 2.5em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background-color: #fcd432;
  -webkit-box-shadow: 0 0 0px 5px rgba(255,255,255,0.2);
  -moz-box-shadow: 0 0 0px 5px rgba(255,255,255,0.2);
  box-shadow: 0 0 0px 5px rgba(255,255,255,0.2);
  color: #000;
  letter-spacing: 0.05em;
}
a.pill_button:hover {
  -webkit-box-shadow: 0 0 0px 5px rgba(252,212,50,0.5);
  -moz-box-shadow: 0 0 0px 5px rgba(252,212,50,0.5);
  box-shadow: 0 0 0px 5px rgba(252,212,50,0.5);
  background-color: #fff;
  color: #000;
}
a.pill_button:visited {
  color: #000;
  }
hr {
  border-top: 1px solid rgba(0,0,0,0.1);
}
hr.custom {
  width: 300px;
  display: table;
  margin: 20px auto 30px auto;
  position: relative;
}
hr.icon.custom:after {
  content: "";
  position: absolute;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  background-color: #fcd432;
  border: 3px solid black;
  left: 50%;
  margin-left: -5px;
  top: -5px;
  -webkit-box-shadow: 0 0 0 5px #ffffff;
  -moz-box-shadow: 0 0 0 5px #ffffff;
  box-shadow: 0 0 0 5px #ffffff;
}

hr.icon.custom.yellow:after {
  content: "";
  position: absolute;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  background-color: #fcd432;
  border: 3px solid black;
  left: 50%;
  margin-left: -5px;
  top: -5px;
  -webkit-box-shadow: 0 0 0 5px #faf6e7;
  -moz-box-shadow: 0 0 0 5px #faf6e7;
  box-shadow: 0 0 0 5px #faf6e7;
}

h1,h2,h3,h4{
  font-family: Bariol;
}

h2 {
  font-weight: 200;
  font-size: 3.5em;
  color: rgba(0,0,0,0.8);
}
.image_bg {
  background: rgba(0,0,0,0.15);
}
.image_bg p {
  color: #000;
}
.grey_bg {
  background-color: rgba(0,0,0,0.05);
}
.bulletlist {
  font-size: 13px;
  padding: 40px 0;
}
.bulletlist .label {
  width: 25px;
  height: 25px;
  line-height: 1.5em;
  font-size: 13px;
  background-color: #fcd432;
  color: #000;
  font-weight: bold;
  margin-right: 8px;
  margin-bottom: 10px;
  float: left;
  position: relative;
  top: -5px;
}
.button.small {
  background-color: #000;
  color: #fcd432;
  position: relative;
  top: -10px;
}



.breadcrumbs {
  background-color: #444;
  border: none;
}
.breadcrumbs  .current a{ color: #fcd432;}
.breadcrumbs  a{font-size: 13px;  color: #ccc;}
.breadcrumbs  a:hover{color: #fcd432;}


.sub-navigation{
  background-color: #fcd432;
}

.sub-navigation ul {
    max-width: 800px;
    margin: 0 auto;
    padding: 8px 0 8px 10px;
    background-color: #fcd432;
}

.sub-navigation li {
   display: inline; 
   padding-right: 30px;
}
.sub-navigation li.current a{ 
   color: #333;
  border-bottom: #555 solid 3px;
  padding-bottom: 10px;
}
.sub-navigation li  a{
  font-size: 13px;  
  color: #333;
}
.sub-navigation li  a:hover{
  color: #888;
}

.top-sub-bar{
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 0 5px 10px; 
}

.top-sub-bar .widget{
   padding-top: 10px;
   padding-bottom: 0 !important;
   padding-right: 120px;
   float: left;
  }

.top-sub-bar h3{
  display: none;
}

.top-sub-bar label{
  display: inline-block;
  padding-right: 8px;
  }

.top-sub-bar form{
  float: right;
}

.top-sub-bar select{
  border: none;
  background: #ddb91d;
  margin-bottom: 5px;
  width: 180px;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 45px;
  padding-top: 11px; 
  outline: none;
}

.sb-search {
  position: relative;
  width: 0%;
  margin-top: 10px;
  min-width: 40px;
  height: 40px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}

.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none !important;
  outline: none;
  background: #fff;
  width: 100%;
  height: 60px;
  margin: 0;
  z-index: 10;
  padding: 20px 65px 20px 20px;
  font-family: inherit;
  font-size: 20px;
  color: #2c3e50;
  -moz-box-shadow:none !important;
  -webkit-box-shadow: none !important;
  box-shadow:none !important;
}

/*.sb-search-input::-webkit-input-placeholder {
  color: #999;
}

.sb-search-input:-moz-placeholder {
  color: #efb480;
}

.sb-search-input::-moz-placeholder {
  color: #efb480;
}*/

.sb-search-input:-ms-input-placeholder {
  color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
  width: 40px;
  height: 37px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}

.sb-search-submit {
  background: #fff; /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  color: #000;
  background: #fcd432;
  z-index: 90;
  font-size: 20px;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
  content: "\f002";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 50%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #ddb91d;
  color: #000;
  z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}



header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  -webkit-box-shadow: 0 1px 0 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 0 3px rgba(0,0,0,0.2);
  box-shadow: 0 1px 0 3px rgba(0,0,0,0.2);
}
header .center {
  padding-top: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .center .top_logo {
  overflow: auto;
}
header .center .top_logo span {
  display: inline-block;
  float: left;
  margin-right: 4px;
}
header .center .top_logo span img {
  max-height: 35px;
  width: auto;
}
header .center .top_logo:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .center nav ul {
  margin: 10px 0 0 0;
  padding: 0px;
  float: right;
}
header .center nav ul li {
  margin: 0px;
  padding: 0px;
  display: inline;
  font-size: 12px;
  float: left;
}
header .center nav ul li a {
  color: #a2a2a2;
  padding: 3px 15px;
}
header .center nav ul li a:hover,
header .center nav ul li .active {
  color: #161616;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .center nav ul li:nth-last-child(2) a {
  background-color: #fcd432;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  color: #000;
  padding: 3px 20px;
  margin-left: 10px;
  margin-right: 10px;
}
header .center nav ul li:nth-last-child(2) a:hover {
  background-color: #161616;
  color: #fcd432;
}
header .center nav ul li:last-child a {
  text-decoration: none;
  background-color: rgba(0,0,0,0.1);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  color: #161616;
  padding: 3px 20px;
}
header .center nav ul li:last-child a:last-child:hover {
  background-color: #161616;
  color: #fcd432;
}
header .center nav a#pull {
  display: none;
}
.admin-bar header {
  top: 32px;
}
header.past-main {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.past-main .center {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.past-main .center nav li a {
  color: #000;
}
header.past-main .center nav li a:hover,
header.past-main .center .active {
  background-color: rgba(0,0,0,0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
header.past-main .center nav li:nth-last-child(2) a:hover,
header.past-main .center li:last-child a:hover {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
header.past-main .center nav li:nth-last-child(2) a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.past-main .center nav li:nth-last-child(2) a:hover {
  background-color: #fff;
  color: #000;
}
#wrapper {
  margin-top: 55px;
}
header.past-main + #wrapper {
  border-top: 2px solid pink;
}
#hero.typical {
  min-height: inherit;
}

#hero.hidden {
 display: none;
}
#hero {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: relative;
  background: #666 url(../img/content/hero_bg2.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
#hero .noise {
  background: url(../img/noise_dot.png) repeat;
  padding: 3rem;
}
#hero img {
  margin: 3rem 0 3rem 0;
}
#hero h1 {
  color: #fcd432;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 600;
}
#hero h3 {
  font-weight: 100;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.5em;
  padding: 0.5em 0;
}
#hero hr {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  border-color: #fff;
}
#hero a {
  margin: 4rem auto 3.5rem auto;
  display: table;
}

/*BRCK HERO SLICK SLIDER*/


.hero-slider{
  
}

/*The slides*/

.hero-slider .hero-slider-one{
  background: #666 url(../img/content/hero_bg.jpg) no-repeat center center;   
  min-height: 550px;
  background-size: cover;
}

.hero-slider .hero-slider-two{
  background: #666 url(../img/content/hero_edu_bg.jpg) no-repeat center center; 
  background-size: cover;
  min-height: 550px;
}

.hero-slider-one .logo{
    padding-top: 6em;
    width: 170px;
    margin-bottom: 2rem;
  }

  .hero-slider-two .logo{
    padding-top: 6em;
    width: 170px;
    margin-bottom: 2rem;
  }

.hero-slider h1 {
  color: #fcd432;
  text-transform: uppercase;
  line-height: 0.9em;
  font-size: 5rem;
}

.hero-slider h3 {
  font-weight: 100;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.5em;
  padding-bottom: 1.3em ;
}
 /*CRISIS LANDING PAGE HERO*/

.hero-crisis {
  background-image: url(../img/crisisstack/hero_bg.jpg);
  background-color: #ba1f44;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  min-height: 100%;
  padding-bottom: 100px;
  padding-top: 7rem;
}

.hero-crisis img{
    display: block;
    margin: 0 auto;
}

.hero-crisis h1 {
  font-family: Bariol;
  font-size: 4em;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  padding-top: 1em;
}

.hero-crisis a.button {
  background-color: rgba(0,0,0,0.5);
  border: solid 1px #fff;
  color: #fff;
  font-size: 15px !important;
  margin-top: 2em;

}

.button.radius{
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.hero-crisis a:visited.button {
  background-color: rgba(0,0,0,0.5);
  border: solid 1px #fff;
  color: #fff;
  
}

.hero-crisis a:hover.button {
  background-color: rgba(0,0,0,0.8);
  border: solid 1px rgba(255,255,255,0.4);
  color: #fff;
  
}

.hero-crisis a:focus.button {
  background-color: rgba(0,0,0,0.5);
  border: solid 1px #fff;
  color: #fff;
  
}


.hero-crisis span.more {
  color: #fff;
  font-size: 11px;
  display: block;
  margin-top: 5rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.hero-crisis span.more img {
  margin-bottom: 7px;
}



#content {
  width: 100%;
  background-color: #fff;
}

.breakdown-columns{
   padding:40px 0;
}

.breakdown-columns .row{
   padding-bottom:40px;
}

.breakdown-columns h3{
   font-size: 19px;
}

.breakdown-columns p{
   font-size: 14px;
   padding-bottom: 50px;
}

.breakdown-columns img{
   width: 80px;
   height: 80px;
   opacity: 0.3;
   padding-bottom: 15px;
}

.breakdown-columns .mobility {
  color: #6489ce;
}
.breakdown-columns .versatile {
  color: #e16565;
}
.breakdown-columns .power {
  color: green;
}


.breakdown-columns .extendability {
  color: #d194cf;
}
.breakdown-columns .thecloud {
  color: #d8b113;
}

.breakdown-columns .pill_button{
   font-size: 17px;
   background: #ccc
}

section.edu-content{
  padding-top:4.5rem;
   padding-bottom:5.5rem;
   background: #000;
  background-image: url(../img/content/brck-edu-bg.jpg);

  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

section.edu-content img{
   margin-bottom:25px; 
   width: 180px;
   height: auto;
  }
   
section.edu-content h2{   
   color: #f7941e;
   text-transform: uppercase;
   font: 300 2em/1.5em 'Bariol_Bold';
  }

section.edu-content p{ 
    color: #fff;  
    line-height:1.7em;
    font-size:1.1em ; 
    padding-bottom:10px;
    padding-top: 5.9em;
    padding-bottom:1.5em; 
}

section.edu-content hr{
   border: #f7941e solid 2px !important;
   width: 20%;
   height: 0;
  }

.yellow{
  color:#fdd431;
}

.orange{
  color:#f7941e;
}

.green{
  color:#8dc63f;
}

section.expeditions{
  margin: 10px 0 0;
  padding-bottom:120px;
  padding-top:5rem;
  background: #f9f9f9; 
  text-align: center;
}



.expeditions p{
  color: #333;
}

.expeditions-video{
  /*margin-top: 10px;*/
  margin-bottom: 70px;
  color: #fff;  
}

.expeditions .pill_button {
    font-size: 17px;
    background: #cccccc ;
    margin-bottom: 70px ;
}

.expeditions-video-one{
  background: url(../img/content/video_samburu_bg.jpg) center center;
  background-size: cover;
}

.expeditions-video-two{
  background: url(../img/content/video_southafrica_bg.jpg) center center;
  background-size: cover;
}

.expeditions-video-three{
  background: url(../img/content/video_nile_bg.jpg) center center;
  background-size: cover;
}

.expeditions-video a{  
  color: #fff;
  padding: 20px 40px 40px;
  display: block; 
}

.expeditions-video a:hover {
  color: #fcd432;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.expeditions-video a:hover .title {
  color: #fff;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.expeditions-video a:hover .brand {
  color: red;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.expeditions-video a:hover i {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.expeditions-video i {
  font-size: 1.8em;
  margin: 30px 0 20px 0;
  border: 4px solid #fff;
  width: 65px;
  height: 65px;
  text-align: center;
  padding-left: 8px;
  line-height: 2em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.expeditions-video .title {
  display: block;
  font-size: 1.1em;
  font-weight: 200;
}



.jobs-bg{
  width: 100%;
  height: 100%;
  min-height: 450px;
  background: #333 url(../img/content/jobs_bg.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 1.2em;
}

.jobs-list{
  border-top: #dedede solid 1px;
  padding-bottom: 2em;
  padding-top: 1.4em;
}

.jobs-list h4{
  line-height: 1em;
  padding-top: 0.7em;
}

.jobs-list p{
  padding-top: 10px;
}

.jobs-list a{
  color: #f7941e !important;
  text-decoration: underline;
}
.jobs-list span{
    color: #888;
    font-size: 14px;
  }

  .no-job-container{
    padding-top: 3em;
    padding-bottom: 3em;
  }

.contact-form{
  padding-top: 50px;
}

.contact-form input {
  height: 3rem;
  font-size: 16px;
}

.contact-form textarea {
  height: 11rem;
  font-size: 16px;
}

.contact-form select {
  height:3.313rem;
}

.contact-form .contact-info h5{
  font-size: 16px;
  color: #444;
}

.contact-form .contact-info a{
  color: #444;
}

.contact-form .contact-info a:hover{
  text-decoration: underline;
}

.contact-form .contact-info p{
  font-size: 14px;
  line-height: 1.7em;
}

.contact-form .contact-info  i{
  padding-right: 5px;
}

.contact-form-address{
  padding-left: 17px;
}

.contact-form .button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #222;
  padding-bottom: 2.3em;
  width: 100%;
}

.contact-form .button:hover {
   background-color:#fdd431;
   color: #222; 
}

.contact-form .button:focus {
  outline: none;
}

/*Overwrites the contact form messages. Placing them here to prevent them being overwritten incase of updates to plugin */

div.wpcf7-response-output {
    margin: 0 !important;
}

div.wpcf7-validation-errors {
    background: #DB3839;
    padding: 10px;
    color: #fff;
    font-size: 17px;
    border: none !important;
}

div.wpcf7-mail-sent-ok {
    background: #398f14;
    padding: 10px;
    color: #fff;
    font-size: 17px;
}

 span.wpcf7-not-valid-tip {
  font-size: 0.9em !important;
  margin-top: -10px;
  margin-bottom: 10px;
}

.press-assets h3{
  padding-bottom: 0 !important;

}

.press-assets h4{
  padding-bottom: 1em;
  padding-top: 1.2em;
}

.press-assets img{
  border:solid 1px #eee;
}

.press-assets a.pill_button{
  color: #000;
  }

.press-row{
  margin-left:-10px; 
  padding-bottom: 30px;
}

.press-row a{
  color: #777;
  font-size: 13px;
}

.last-press-photo{
   margin-top: 35px;
}

.press-button{
  text-decoration: none;
  background-color: rgba(0,0,0,0.1);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  color: #555 !important;
  padding: 7px 20px;
  margin-top: 20px;
 }

.press-button:hover{
  background: #fcd432;
}



.blog section .sml-center {
  border-bottom: 1px solid #ccc;
}

.blog section .sml-center small {
  font-size: 70%;
}
.blog section .sml-center .avatar {
  width: 35px;
  height: 35px;
}
.blog section .sml-center .aligncenter {
  text-align: center !important;
  width: 100% !important;
}
.blog section .sml-center .aligncenter a {
  display: block;
}
.blog section .sml-center h3 {
  letter-spacing: 0em;
  margin-bottom: 15px;
  border-bottom: 1px dotted rgba(0,0,0,0.2);
}
.blog section .sml-center h3 a {
  color: #222;
  padding-right: 150px;
}
.blog section .sml-center h3 a:hover {
  color: #fcd432;
}
.blog section .sml-center .date {
  float: right;
  font-weight: bold;
  font-size: 12px;
  position: relative;
  top: -50px;
}
.blog section .sml-center img {
  padding: 0px 0 15px 0;
}
.blog .entry-meta {
  background-color: rgba(0,0,0,0.05);
  padding: 15px;
  margin-bottom: 40px;
  font-size: 14px;
}

.blog .content a{
  color: #f19f1f !important;
}
.blog .entry-meta a {
  color: #666;
  font-weight: normal;
}
.blog .entry-meta .comment-number {
  float: right;
}
.blog .entry-meta .categories,
.blog .entry-meta .tags {
  font-weight: bold;
}
.blog .form-allowed-tags {
  font-size: 12px;
}
.blog #comment {
  min-height: 100px;
}
.blog input,
.blog textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.blog .button {
  background-color: #fcd432;
  color: #000;
}
.blog .pagination {
  margin: 50px 0;
}
.blog .pagination li.current  {
  background-color: #fcd432 !important;
  color: #000;
}

div.pagination span.current {
  -moz-box-shadow: none !important;
 -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #000  !important;
  color:#fcd432;
}

div.pagination a, div.pagination span.pages, div.pagination span.dots{
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #ddd !important;
  color: #333;
  text-shadow: none !important;
}


.letter {
  padding-top: 40px;
}
.letter h3 {
  padding: 20px 0px 10px 0;
  letter-spacing: 0.05em;
}
.letter p a {
  color: #bca64f;
}


.letter .special_thanks {
  margin-left: 0px;
  overflow: auto;
  font-size: 14px;
}
.letter .special_thanks li {
  width: 50%;
  float: left;
  list-style: none;
}

.letter .special_thanks li a{
  color: #bca64f;
}

.excerpt .sml-center{
  padding-bottom: 70px;
  background: #fff;
}

.excerpt .sml-center h3 {
  letter-spacing: 0em;
}

.excerpt .sml-center h3 a {
  color: #222;
}
.excerpt .sml-center h3 a:hover {
  color: #fcd432;
}

.excerpt .sml-center .entry a{
  color: #f19f1f !important;
}

.excerpt .sml-center .entry a:hover{
  color: #fcd432;
}


.media_logos {
  text-align: center;
  padding: 50px 15px;
}
.media_logos a {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.media_logos a img {
  margin: 10px 20px;
  height: 26px;
}
.media_logos a:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.media_logos a:hover img {
  height: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.the_brck {
  text-align: center;
  width: 100%;
  border-top: 1px solid #ece0b5;
}
.the_brck .gradient {
  padding-bottom: 30px;
  background-color: #f8f1d8;
  background-image: -webkit-linear-gradient(top,#f8f1d8,#fff);
  background-image: -moz-linear-gradient(top,#f8f1d8,#fff);
  background-image: -o-linear-gradient(top,#f8f1d8,#fff);
  background-image: -ms-linear-gradient(top,#f8f1d8,#fff);
  background-image: linear-gradient(top,#f8f1d8,#fff);
  padding-top: 40px;
}
.the_brck .gradient p {
  padding: 0 0 30px 0;
  text-align: left;
}
.features_nav {
  margin: 0px 0 50px 0;
  padding: 0px;
}
.features_nav li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  font-size: 1rem;
}
.features_nav li a {
  padding: 5px 20px;
  display: block;
}
.features_nav li a img {
  display: block;
  margin: 10px auto;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  width: 25px;
}
.features_nav li a:hover {
  color: #666;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.features_nav li a:hover img {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.features_nav li .mobility {
  color: #6489ce;
}
.features_nav li .versatile {
  color: #e16565;
}
.features_nav li .power {
  color: green;
}
.features_nav li .extendability {
  color: #d194cf;
}
.features_nav li .thecloud {
  color: #d8b113;
}
.features hr {
  position: relative;
  top: 20px;
}
.features .top_icon {
  background-color: #fff;
  display: inline-block;
  top: -20px;
  position: relative;
  z-index: 5;
}
.features .top_icon img {
  width: 65px;
  background-color: #fff;
  padding: 0 10px;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.features h4 {
  font-size: 1.2rem;
  letter-spacing: .1em;
}
.features h5 {
  font-size: 1.3rem;
  font-weight: 100;
  letter-spacing: .05em;
}
.features .mobility h4 {
  color: #6489ce;
}
.features .versatile h4 {
  color: #e16565;
}
.features .power h4 {
  color: green;
}
.features .extendability h4 {
  color: #d194cf;
}
.features .thecloud h4 {
  color: #d8b113;
}
.features p {
  font-size: 15px;
  padding-bottom: 1.5em;
  text-align: left;
}
.features p a {
  font-weight: bold;
  color: #545454;
}
.features ul {
  margin: 20px 20px 70px 20px;
  padding: 40px 0;
  background-color: #666;
  text-align: left;
}
.features ul li {
  margin: 0px 0 0 50%;
  padding: 0px 0 7px 2%;
  width: 50%;
  border-left: 1px solid #fff;
  list-style: none;
  color: #fff;
  font-size: 0.8em;
}
.mobility ul {
  background: url(../img/content/feature_bg1.jpg) left center no-repeat;
}
.versatile ul {
  background: url(../img/content/feature_bg2.jpg) left center no-repeat;
}
.power ul {
  background: url(../img/content/feature_bg3.jpg) left center no-repeat;
  background-position: center 60%;
}
.extendability ul {
  background: url(../img/content/feature_bg4.jpg) left center no-repeat;
}
.cloud {
  padding-bottom: 250px;
  text-align: center;
}
.cloud h3 {
  font-weight: 100;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 50px;
  letter-spacing: 0.05em;
}
.cloud p {
  padding-bottom: 30px;
  text-align: left;
}
.cloud .full_width {
  padding: 50px 15px 50px 15px;
  background: #525252 url(../img/content/cloud_bg.jpg) repeat-x center bottom;
  background-size: cover;
  background-attachment: fixed;
  min-height: 540px;
}
.cloud .full_width p {
  color: #fff;
  font-size: 15px;
}
.cloud .full_width img {
  display: block;
  margin: 60px auto 0px auto;
  position: absolute;
  left: 50%;
  margin-left: -300px;
}
.cloud .full_width:after {
  position: absolute;
  content: "";
  border-bottom: 20px solid #525252;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  left: 50%;
  margin-left: -25px;
  top: -19px;
  z-index: 2;
}

.the_story {  
  padding-top:4.5rem;
   padding-bottom:5.5rem;
}
.the_story h2 {
  text-align: center;
}
.the_story h3 {
  text-align: center;
  padding: 40px 0 30px 0;
}
.the_story p {
  text-align: left;
}
.numbers {
  margin-bottom: 30px;
}
.numbers h4 {
  font-weight: 100;
  text-align: center;
}
.numbers h4 a {
  color: #545454;
  background-color: #e7e7e7;
  display: block;
  padding: 20px;
  font-size: 2em;
  min-height: 146px;
}
.numbers h4 a span {
  font-weight: 500;
  font-size: 15px;
  display: block;
}
.numbers h4 a:hover {
  background-color: #666;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fcd432;
}
.numbers h4 a:hover span {
  color: #fff;
}
.team .column {
  padding-bottom: 30px;
}
.team img {
  margin-bottom: 10px;
}
.team h6 {
  letter-spacing: 0.05em;
  font-weight: 200;
  margin-bottom: 0px;
}
.team h6 i {
  margin-left: 10px;
}
.team h6 a {
  color: #545454;
  display: block;
}
.team h6 a:hover {
  color: #8e8e8e;
}
.team h6 a:hover i {
  color: #fcd432;
}
.team h5 {
  font-size: 13px;
  font-weight: bold;
}
.ted_video {
  padding: 0px;
  background: url(../img/content/video_ted_bg.jpg) center top no-repeat;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
}
.ted_video a {
  background: url(../img/noise_line.png) repeat;
  color: #fff;
  padding: 40px;
  display: block;
}
.ted_video a:hover {
  color: #fcd432;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ted_video a:hover .title {
  color: #fff;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ted_video a:hover .brand {
  color: red;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ted_video a:hover i {
  -webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 20px 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 20px 3px rgba(0,0,0,0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ted_video i {
  font-size: 2.5em;
  margin: 120px 0 20px 0;
  border: 4px solid #fff;
  width: 100px;
  height: 100px;
  text-align: center;
  padding-left: 8px;
  line-height: 2.35em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.ted_video .title {
  display: block;
  font-size: 2.3em;
  font-weight: 100;
}
.ted_video .brand {
  font-weight: bold;
  font-size: 3em;
  display: block;
}
.turkana_video .full_width {
  margin-top: 50px;
  padding: 0px;
  background: url(../img/content/video_turkana_bg.jpg) center center no-repeat;
  background-size: 100% auto;
  text-align: center;
}
.turkana_video .full_width a {
  display: block;
  background: url(../img/noise_line.png) repeat;
  padding: 70px 30px;
  color: #fff;
}
.turkana_video .full_width a:hover {
  color: #fcd432;
}
.turkana_video .full_width a:hover .title,
.turkana_video .full_width a:hover .slogan {
  color: #fff;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.turkana_video .full_width a:hover i {
  -webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 20px 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 20px 3px rgba(0,0,0,0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.turkana_video .full_width i {
  font-size: 2.5em;
  margin: 50px 0 50px 0;
  border: 4px solid #fff;
  width: 100px;
  height: 100px;
  text-align: center;
  padding-left: 8px;
  line-height: 2.35em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.turkana_video .full_width .title {
  display: block;
  font-size: 2em;
}
.turkana_video .full_width .slogan {
  display: block;
  font-size: 1.5em;
}
.turkana_video .full_width .slogan img {
  position: relative;
  top: -2px;
}

section.content {
  padding: 6rem 0;
}

section.content h2 {
  font-family: Bariol;
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 2.3rem;
}

section.content hr {
  border-top: 3px solid #fff;
  width: 20%;
  margin: 2em 0;
}

section.logos.white {
  background-color: #fff;
  text-align: center;
  padding: 3rem 0;
}

section.logos.white a {
  display: inline-block;
  padding-left:  30px;
  padding-right:  30px;
}
section.logos.white a img{
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
section.logos.white a:hover img{
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.grey {
  background-color: #efefef;
}
section.grey h2 {
  color: #ba1f44;
}

section.grey p {
  font-size: 1.1em;
  color: #444;
}
section.grey hr {
  border-color: #ba1f44;
  margin: 2em auto;
}

section.content.white {
  padding: 6rem 0 2.5rem;
  background-color: #fff;
}

section.white h2 {
  color: #ba1f44;
  padding-bottom: 1.7em;
}

section.white p {
  font-size: 1.2em;
  color: #383838;
}

section.white hr {
  width: 100%;
  margin-top: 5em;
  border-top: 2px solid #999;
}

section a.button {
  background-color: #fff;
  border: solid 1px #828282;
  color: #828282;
  font-size: 15px !important;
  margin-top: 2em;
}

section a:visited.button {
  background-color: #fff;
  border: solid 1px #828282;
  color: #828282;
}

section a:focus.button {
  background-color: #ba1f44;
  color: #fff;
  border: solid 1px #ba1f44;
}

section a:hover.button {
  background-color: #ba1f44;
  color: #fff;
  border: solid 1px #ba1f44;
}

.infographic{
    margin-bottom: 3em;
}

.git-image{
    margin-top: -16em ;
    background: #fff;
    padding: 1em;
}

section.image_grid {
  background-color: #fff;
}
section.image_grid ul {
  margin: 0px;
  padding: 0px;
}
section.image_grid ul li {
  margin: 0px;
  padding: 0px;
}
section.image_grid ul li a img {
  width: 100%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
section.image_grid ul li:last-child a img {
  border-right: 0px solid #fff;
}

.infographic{
    margin-bottom: 3em;
}

.git-image{
    margin-top: -6em ;
    background: #fff;
    padding: 1em;
}

.git-buttons {
    text-align: center;
}

.git-buttons span{
    padding: 0 0.5rem ;

}

.git-buttons span a{
    color: #fff;
}

.subscribe{
  background: #3d3d3d;
  padding: 2rem 0 0.2rem;
}

.connect {
  text-align: center;
  padding-top: 300px;
}
.connect .full_width {
  background-color: #fcd432;
  height: 300px;
  padding-top: 0px;
  -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 0 0 rgba(0,0,0,0.1);
  box-shadow: 0 3px 0 0 rgba(0,0,0,0.1);
}
.connect .full_width .smallbox {
  max-width: 600px;
  top: -193px;
  position: relative;
  margin: 0 auto;
}
.connect .full_width .center {
  padding: 40px;
  background: #525252 url(../img/overlay.png) repeat;
  color: #fff;
  font-size: 13px;
}
.connect .full_width .center a:hover {
  color: #fff;
}
.connect .full_width .center hr {
  border-top: 1px solid rgba(255,255,255,0.2);
}
.connect .full_width .center span {
  display: block;
  padding-bottom: 10px;
}
.connect .full_width .center span i {
  color: #fcd432;
  margin-right: 5px;
}
.connect .full_width .center h5 {
  color: #fcd432;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
.connect .full_width .center form {
  margin-top: 30px;
  overflow: auto;
}
.connect .full_width .center form input {
  width: 100%;
  border: none;
}
.connect .full_width .center form input.button {
  background-color: #fcd432;
  color: #545454;
  padding: 0.6em;
}
.connect .full_width .social {
  margin: 30px 0 0 0;
  padding: 0px;
}
.connect .full_width .social li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
}
.connect .full_width .social li a {
  width: 45px;
  height: 45px;
  margin: 0 3px;
  display: inline-block;
  background-color: rgba(0,0,0,0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.connect .full_width .social li a i {
  color: #fff;
  line-height: 3em;
}
.connect .full_width .social li a:hover {
  background-color: rgba(0,0,0,0.6);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.specs_table {
  border: none;
}
.specs_table tr td:first-child {
  font-size: 1.125rem;
  font-weight: bold;
  border-right: 1px solid #ccc;
  width: 250px;
}
.specs_table tr {
  border-bottom: 1px solid #ccc;
}
.specs_table tr:first-child {
  border-top: 1px solid #ccc;
}
.specs_table tr.even,
.specs_table tr.alt,
.specs_table tr:nth-of-type(even) {
  background: transparent;
}
.specs_table td {
  font-size: 14px;
}
.specs_table td ul {
  font-size: 14px;
  margin-bottom: 0px;
}
.reveal-modal {
  margin-top: -90px;
  padding: 0px;
  border: none;
}
#tedvideo,
#turkanavideo {
  padding: 0px;
  border: none;
  background-color: #000;
}
.flex-video {
  margin-bottom: 0px;
}
dialog .close-reveal-modal,
.reveal-modal .close-reveal-modal {
  top: -1.5rem;
  right: -1.3125rem;
  color: #fff;
}
.team .column {
  float: left !important;
}
.pagination {
  padding: 2rem 0;
}
.pagination .current {
  background: #000;
  color: #fff;
  font-weight: bold;
  cursor: default;
  display: inline-block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}


/* Brck Timeline*/

.cd-timeline-container {
     background-color: #fcd432;
     padding-top: 0.2em;
  }

.cd-timeline-container h1{
  text-align:center;
  }

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  /*margin-bottom: 2em;*/
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #444;
}
@media only screen and (min-width: 768px) {
  #cd-timeline {
    margin-top: 3em;
    /*margin-bottom: 3em;*/
  }

  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img i /*.cd-timeline-img img*/ {
  display: block;
  /*width: 24px;
  height: 24px;*/
  color: #fff;
  font-size: 25px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-link {
  background: #33cccc;
}
.cd-timeline-img.cd-text {
  background: #db69e5;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}


.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  font-size: 2em;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 1.7rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }

}

.cd-timeline-video-one{
  /*background: url(../img/content/video_samburu_bg.jpg) center center;*/
  background: url(../img/content/video_turkana_small_bg.jpg) center center;
  background-size: cover;
}

.cd-timeline-video-two{
  background: url(../img/content/video_nile_bg.jpg) center center;
  background-size: cover;
}

.cd-timeline-video-three{
  background: url(../img/content/video_brckpi_bg.jpg) center center;
  background-size: cover;
}

.cd-timeline-video-four{
  background: url(../img/content/video_southafrica_bg.jpg) center center;
  background-size: cover;
}

.cd-timeline-video-five{
  background: url(../img/content/video_kiokit_bg.jpg) center center;
  background-size: cover;
}

.cd-timeline-video a{  
  color: #fff;
  /*padding: 20px 40px 40px 80px;*/
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
  display: block; 
}

.cd-timeline-video a:hover {
  color: #fcd432;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cd-timeline-video a:hover .title {
  color: #fff;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cd-timeline-video a:hover .brand {
  color: red;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cd-timeline-video a:hover i {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cd-timeline-video i {
  font-size: 1.5em;
  margin: 30px 0 20px 0;
  border: 4px solid #fff;
  width: 55px;
  height: 55px;
  text-align: center;
  padding-left: 8px;
  line-height: 2em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.cd-timeline-video .title {
  display: block;
  font-size: 1.1em;
  font-weight: 200;
}

section.image_grid ul {
  margin: 0px;
  padding: 0px;
}
section.image_grid ul li {
  margin: 0px;
  padding: 0px;
}
section.image_grid ul li a img {
  width: 100%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
section.image_grid ul li:last-child a img {
  border-right: 0px solid #fff;
}

.blog section .sml-center {
  border-bottom: 1px solid #ccc;
}
.blog section .sml-center .author {
  font-size: 12px;
  margin-top: 15px;
}
.blog section .sml-center .author img {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  padding: 0px;
  margin: 0 5px;
}
/*.blog section .sml-center a {
  color: #a8a8a8;
  font-weight: normal;
}*/

.blog section .sml-center a {
  color: #f19f1f;
}
.blog section .sml-center a:hover {
  color: #fcd432;
}
.blog section .sml-center h3 {
  letter-spacing: 0em;
  margin-bottom: 15px;
  border-bottom: 1px dotted rgba(0,0,0,0.2);
}
.blog section .sml-center h3 a {
  color: #222;
  padding-right: 150px;
}
.blog section .sml-center h3 a:hover {
  color: #fcd432;
}
.blog section .sml-center .date {
  float: right;
  font-weight: bold;
  font-size: 12px;
  position: relative;
  top: -50px;
}
.blog .entry-meta {
  background-color: rgba(0,0,0,0.05);
  padding: 15px;
  margin-bottom: 40px;
  font-size: 14px;
}
.blog .entry-meta .comment-number {
  float: right;
}
.blog .entry-meta .categories,
.blog .entry-meta .tags {
  font-weight: bold;
}

.blog .entry-meta .categories a,
.blog .entry-meta .tags a{
  color: #a8a8a8;
}

.error-page {
  text-align: center;
  background-color: #fcd432;
  padding-top: 1rem;
}
.error-page h1 {
  font-size: 7.5rem;
  color: #525252;
  font-weight: 200;
  line-height: 1em;
}
.error-page p {
  font-size: 1.1rem;
}
.error-page img {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  max-width: 55%;
  height: auto;
}

.footer-space{
  margin-bottom: 20px;
}

.subscribe{
  background: #3d3d3d;
  padding: 2rem 0 0.2rem;
}
.subscribe h4{
  color: #fcd432;
  line-height: 1.2rem;
  font-size: 1.7rem;
  font-weight: lighter;
  font-family: Bariol, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
}

.subscribe p{
  color: #bfbfbf;
  font-size: 0.9rem;
}

.subscribe form input {
  margin-top: 0.3rem;
  border: none;
}
.subscribe form input.button {
  background-color: #fcd432;
  color: #545454;
}

 .postfix-radius.row.collapse input,
 .postfix-radius.row.collapse textarea,
 .postfix-radius.row.collapse select,
 .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; 
}

 .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; 
}

footer .center {
  padding-top: 75px;
  padding-bottom: 75px;
  text-align: center;
}
footer .center img {
  margin: 30px 30px;
  -webkit-opacity: .2;
  -moz-opacity: .2;
  opacity: .2;
}
footer .center h5 {
  color: #fcd432;
  font-weight: 100;
  letter-spacing: 0.05em;
}
footer .center h6 {
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 100;
  font-size: 13px;
}
footer .center hr {
  border-top: 1px solid rgba(255,255,255,0.2);
  width: 150px;
  display: table;
  margin: 20px auto;
}

/*New Footer*/

footer .top-footer-section{
  background: #2d2d2d;
  padding-top: 2.7rem;
}

footer .top-footer-section h5{
  color: #aaa;  
  font: 1.1rem/0.6em Bariol, Arial;
}

footer .top-footer-section .about-content p{
  font-size: 0.95rem;
}

footer .top-footer-section .footer-nav ul{
  margin-left: 0 !important;
}

footer .top-footer-section .footer-nav ul li{
  list-style: none;
  margin-top:-2px !important;
}

footer .top-footer-section .footer-nav ul li a{
  color:#7a7a7a;
  font-size: 0.75rem;
}

footer .top-footer-section .footer-nav ul li a:hover{
  color:#fcd432;
}

footer .top-footer-section .footer-nav .company-link{
  padding-left: 1rem;
}

footer .top-footer-section .contact-section{
  border-top: #555 solid 1px;
  padding-top: 1rem ;
  margin-top: 1rem;
}

footer .top-footer-section .contact-section p{ 
  margin-top: 0.4rem; 
}

footer .top-footer-section .contact-section p span{ 
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  padding-left:1rem;
  padding-right:1rem;
  color: #666; 
}

footer .top-footer-section .contact-section p span:first-child {
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    border-right: none;
}

footer .top-footer-section .contact-section p span:last-child {
      border: none;
}

footer .top-footer-section .contact-section p span a {
      color: #c4a54e;
}

footer .top-footer-section .contact-section p span a:hover {
      color: #fff;
}

footer .top-footer-section .contact-section .social-icons ul {
  padding-left: 20px;   
}

footer .top-footer-section .contact-section .social-icons ul li{
  display: inline-block;
  padding-left: 5px; 
}

footer .top-footer-section .contact-section .social-icons ul li a i{
  font-size: 1rem; 
  border: #7a7a7a solid 1px;
  color: #7a7a7a;
 -moz-border-radius:50%;
 -webkit-border-radius: 50%;
 border-radius:50%;
 width: 35px;
 height: 35px;
 text-align: center;
 padding-top: 8px;
}

footer .top-footer-section .contact-section .social-icons ul li a i:hover{
 background: #fcd432;
 border: #fcd432 solid 1px;
 color: #333;
}


footer .bottom-footer-section{
  background: #262626;
  padding: 1.5rem 0 0.6rem ;
}

footer .bottom-footer-section .footer-logo{
   border-right: 1px solid rgba(255, 255, 255, 0.1);
   margin-top: 0.2rem;
 }
 footer .bottom-footer-section .footer-logo img{
  opacity: 0.3;
 }

 footer .bottom-footer-section .footer-logo img:hover{
  opacity: 1;
 }
 
 footer .bottom-footer-section ul {
  margin-left: 0; 
   
}

footer .bottom-footer-section ul li{
  list-style: none;
  display: inline;
  padding-left: 0.2rem; 
   
}

footer .bottom-footer-section ul li a{
  color: #666;
  font-size: 0.7rem;
  letter-spacing: 0.3px;
  padding-right: 0.2rem;
}

footer .bottom-footer-section ul li a:hover{
  color: #fcd432;
}

footer .bottom-footer-section p{
   font-size: 0.7rem;
   padding-top: 0.4rem;
   text-align: center;
   padding-left: 2rem;
}

@media (min-width: 768px) and (max-width: 979px) {
  header .center nav ul li a {
    padding: 3px 10px;
  }
  #hero img {
    margin: 1rem 0 3rem 0;
  }

   /*The slides*/

.hero-slider .hero-slider-one{   
  min-height: 450px;
}

.hero-slider .hero-slider-two{
  min-height: 450px;

}


.hero-slider-one .logo{
    padding-top: 3em;
    width: 130px;
    margin-bottom: 2rem;
  }

  .hero-slider-two .logo{
    padding-top: 3em;
    width: 130px;
    margin-bottom: 2rem;
  }

.hero-slider h1 {
  line-height: 0.9em;
  font-size: 3.4rem;
}

.hero-slider h3 {
  font-size: 1.4em;
  padding-bottom: 1.3em ;
}

   .breakdown-columns img{
   width: 60px;
   height: 60px;
   
}

section.edu-content img{
   width: 160px;
}

section.edu-content h2{
   font-size: 1.7em; 
  
  }
   
section.edu-content p{     
    font-size:1rem;
    
}



.expeditions-video a{  
  padding: 20px 20px 40px; 
}
  .turkana_video .full_width {
    background-size: 150% auto;
  }
  .turkana_video .full_width i {
    margin: 20px 0;
  }
  .turkana_video .full_width .title,
  .turkana_video .full_width .slogan {
    font-size: 1.5em;
  }

  .hero-crisis h1 {
    font-size: 3em;
  }

  section.logos.white a {
    display: inline-block;
    padding: 15px 20px 15px 20px;
  }

section.logos.white {
  padding: 1rem 0;
  }

 footer .top-footer-section .contact-section .social-icons ul {
    padding-left: 0; 
    margin-left: 0;  
  }

  footer .top-footer-section .footer-nav .company-link{
    padding-left: 0;
  }

  footer .bottom-footer-section p{
   text-align: left;
   padding-left: 0;
  }

  .error-page h1 {
    font-size: 7rem;
  }

  footer .top-footer-section .contact-section .social-icons ul {
    padding-left: 0; 
    margin-left: 0;  
  }

  footer .top-footer-section .footer-nav .company-link{
  padding-left: 0;
  }

  footer .bottom-footer-section p{
   text-align: left;
   padding-left: 0;
  }
}
@media (max-width: 767px) {
  #hero .noise {
    padding: 1rem 2rem;
  }
  #hero img {
    width: 50px;
    margin: 1rem 0 1rem 0;
  }
  #hero h3 {
    font-size: 1em;
  }


.sub-navigation ul {
    max-width:100%;
    padding: 5px 0 5px 15px;
}


.sub-navigation li.current a{ 
   color: #333;
  border-bottom: #555 solid 3px;
  padding-bottom: 6px;
}
.sub-navigation li  a{
  font-size: 13px;  
  color: #333;
}
.sub-navigation li  a:hover{
  color: #888;
}

  /*The slides*/

.hero-slider .hero-slider-one{   
  min-height: 430px;
}

.hero-slider .hero-slider-two{
  min-height: 430px;
}


.hero-slider-one .logo{
    padding-top: 2em;
    width: 120px;
    margin-bottom: 1.5rem;
  }

.hero-slider-two .logo{
    padding-top: 2em;
    width: 120px;
    margin-bottom: 1.5rem;
  }

.hero-slider h1 {
  line-height: 1em;
  font-size: 2.1rem;
}

.hero-slider h3 {
  font-size: 1.3em;
  padding-bottom: 1.1em ;
}


  .cloud {
    padding-bottom: 100px;
  }
  .cloud .full_width img {
    position: relative;
    left: auto;
    margin-left: auto;
    width: 80%;
  }
  .turkana_video .full_width {
    background-size: 200% auto;
  }
  .turkana_video .full_width i {
    margin: 20px 0;
  }
  .turkana_video .full_width .title,
  .turkana_video .full_width .slogan {
    font-size: 1em;
  }
  .connect .full_width {
    height: 370px;
  }

  .hero-crisis{
     padding-top: 3rem;
  }

   .hero-crisis h1 {
    font-size: 2.8em;
  }

section.content h2 {
  font-size: 1.8rem;
}

section.logos.white a {
  display: inline-block;
  padding: 15px 20px 15px 20px;
}

section.logos.white {
  padding: 1rem 0;
}

.git-buttons-container p{
    text-align: center;
}


.breakdown-columns .row{
   padding-top: 0;
   padding-bottom: 0;

}

.breakdown-columns p{
   padding-bottom: 30px;
}

  .breakdown-columns img{
   width: 80px;
   height: 80px;   
}

.breakdown-columns .pill_button{
   font-size: 15px;
}

.the_story {  
  padding-top:2.5rem;
   padding-bottom:2.5rem;
}

section.edu-content img{
  width: 150px;
  }

section.edu-content p{     
    font-size:1rem;
    padding-top: 1.9em;
    padding-bottom:10px;
}

section.expeditions{
  padding-bottom:50px;
  padding-top:3rem;
}

.expeditions-video{
  margin-bottom: 50px; 
}

.expeditions-video a{  
  padding: 20px 20px 40px; 
}


  .error-page h1 {
    font-size: 5rem;
  }
  .error-page p {
    font-size: 1rem;
  }

  .error-page img {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  max-width: 80%;
  height: auto;
  }

  .jobs-bg{
  min-height: 250px;  
  }

.contact-form{
  padding-top: 10px;
}

.no-job-container{
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .press-assets img{
   margin-bottom: 2.5em;
  }

  .press-assets hr{
     margin-top: 2em;
  }

  .press-row{
  padding-bottom: 0;  
  }

  .top-sub-bar .widget{   
   padding-right: 10px;
  }

  .top-sub-bar .widget{
    position: absolute;
    z-index: 1;
  }

  .top-sub-bar label{
    padding-top: 7px;

  }

.sb-icon-search {
  z-index: 90;
  font-size: 20px;
 
}

.sb-icon-search:before {
  content: "\f002";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}
 
  .subscribe h4{
    line-height: 1.8rem;
    font-size: 1.5rem;
  }


  footer .top-footer-section{
  padding-top: 1.5rem;
  }

  footer .top-footer-section .about-content p{
  padding-bottom: 0.2rem;
  }

  footer .top-footer-section .contact-section{
  margin-top: 0.1rem;
}

  footer .top-footer-section .contact-section p{ 
  margin-top: 0; 
  }

  footer .top-footer-section .footer-nav .company-link{
  padding-left: 0;
  }

  footer .top-footer-section .contact-section .social-icons ul {
    padding-left: 0; 
    margin-left: 0;  
  }

  footer .bottom-footer-section{
   text-align: center;
  }

  footer .bottom-footer-section .footer-logo {
    border: none;
   }

  footer .bottom-footer-section .footer-logo img{
    padding-bottom: 0.8rem;
   } 

  footer .top-footer-section .contact-section { 
    text-align: center;
  } 

   footer .bottom-footer-section ul {
  margin-bottom: 0.3rem; 
  }

  footer .bottom-footer-section p{
   padding-top: 0;
  }


}
@media (max-width: 480px) {
  header .center .top_logo .type {
    display: none;
  }
  .media_logos {
    padding: 30px 15px;
  }
  .media_logos a img {
    height: 20px;
    margin: 10px;
  }
  .media_logos a img:hover {
    height: 20px;
  }
  h2 {
    font-size: 2.5em;
  }
  h3 {
    font-size: 1.2em;
  }
  .cloud h3 {
    padding-top: 20px;
  }
  .features ul li {
    margin-left: 30px;
  }
  .ted_video i {
    margin-top: 50px;
  }
  .ted_video .title {
    font-size: 1.5em;
  }
  .team h6 {
    font-size: 0.8em;
  }
  .extendability ul {
    background-size: 150% auto;
    background-position: right center;
  }
  .features ul li {
    font-size: 0.6em;
  }
  .specs_table tr td:first-child {
    width: 100px;
  }
}
@media only screen and (max-width: 780px) {
  header .center {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header .center .top_logo {
    position: relative;
    top: 2px;
  }
  header .center .column {
    position: static;
  }
  header .center nav {
    position: absolute;
    width: 100%;
    left: 0px;
  }
  header .center nav ul {
    position: absolute;
    display: none;
    width: 100%;
    height: auto;
    background-color: #fff;
    top: 35px;
    padding-bottom: 20px;
  }
  header .center nav ul li {
    display: block;
    width: 100%;
    text-align: right;
  }
  header .center nav ul li a {
    display: block;
    margin: 0 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 5px;
  }
  header .center nav ul li:last-child {
    border-bottom: none;
    text-align: center;
    padding-top: 20px;
  }
  header .center nav ul li:last-child a {
    margin: 0px 20px;
  }
  header .center nav a#pull {
    display: block;
    width: 75px;
    float: right;
    position: relative;
    color: #000;
    top: 5px;
    color: rgba(0,0,0,0.5);
    font-size: 14px;
    padding: 4px 0;
    margin-right: 1rem;
  }
  header .center nav a#pull:after {
    content: "\f0c9";
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 1em;
    font-size: 30px;
    width: 27px;
    height: 27px;
    color: rgba(0,0,0,0.5);
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  #wrapper {
    margin-top: 55px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

@media (min-device-width: 768px) and (max-device-width: 1024px) {

  header .center {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header .center .top_logo {
    position: relative;
    top: 2px;
  }
  header .center .column {
    position: static;
  }
  header .center nav {
    position: absolute;
    width: 100%;
    left: 0px;
  }
  header .center nav ul {
    position: absolute;
    display: none;
    width: 100%;
    height: auto;
    background-color: #fff;
    top: 35px;
    padding-bottom: 20px;
  }
  header .center nav ul li {
    display: block;
    width: 100%;
    text-align: right;
  }
  header .center nav ul li a {
    display: block;
    margin: 0 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 5px;
  }
  header .center nav ul li:last-child {
    border-bottom: none;
    text-align: center;
    padding-top: 20px;
  }
  header .center nav ul li:last-child a {
    margin: 0px 20px;
  }
  header .center nav a#pull {
    display: block;
    width: 75px;
    float: right;
    position: relative;
    color: #000;
    top: 5px;
    color: rgba(0,0,0,0.5);
    font-size: 14px;
    padding: 4px 0;
    margin-right: 1rem;
  }
  header .center nav a#pull:after {
    content: "\f0c9";
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 1em;
    font-size: 30px;
    width: 27px;
    height: 27px;
    color: rgba(0,0,0,0.5);
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }

}
@media (min-width: 766px) and (max-width: 899px) {
  #hero h1 {
    font-size: 2.125rem;
  } 
}


.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
