

/* --------------------------------------------------
	0.2 Utility
-------------------------------------------------- */

/* ---- Backgrounds ---- */
.white-bg {
  background: #fff;
}
.yellow-bg {
  background: #ffcc00;
}
.black-bg {
  background: #000000;
}
.gradient-black-green {
  background: linear-gradient(to top left, #000 40%, #005145 100%);
}

/* ---- White Space ---- */
.ws-s {
  padding-bottom: 25px;
}

.ws-m {
  padding-bottom: 50px;
}

.ws-l {
  padding-bottom: 80px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-100 {
  margin-bottom: 100px;
}

.section {
    padding-top: 64px;
    padding-bottom: 50px;
}

/* ---- Section Headings ---- */
.sec-heading {
  margin-bottom: 20px;
  text-align: center;
}

/* --------------------------------------------------
	1.0 Typography
-------------------------------------------------- */

/* ---- 1.1 Text ---- */
body, .testimonials-3col .t-item blockquote, .testimonials-3col .t-item .wrapper-404 .content-wrapper .info-wrapper .info-404, .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404, .testimonials-3col .t-item .bg-maintenance .content-wrapper .content-inner p, .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item p {
  letter-spacing: .1px;
  font-size: 18px;
  line-height: 1.6em;
}

/* ---- 1.2 Headings ---- */
@media (max-width: 660px) {
  .cta-link .cta-wrapper h3 {
    font-size: 1em;
  }
}

.sec-heading h2 {
  font-family: "GeographBold", Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: 1.2px;
}

.sec-heading h3 {
  font-family: "GeographBold", Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-size: 1.9em;
  letter-spacing: 1px;
}

.black-bg .sec-heading h1,
.black-bg .sec-heading h2,
.black-bg .sec-heading h3  {
  color: #fff;
}

.black-bg p  {
  color: #fff;
  text-align: left;
}

@media screen and (min-width: 70em) {
  /* .sec-heading h2 { */
      /* font-size: 54px; */
      /* letter-spacing: 4.2px; */
  /* } */
  /* .sec-heading h3 { */
      /* font-size: 42px; */
      /* letter-spacing: 3.5px; */
  /* } */
}

.sec-heading .subheading {
  font-family: "GeographMedium", Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  letter-spacing: .1px;
  font-size: 24px;
  line-height: 1.5;
  margin: 12px 24px 24px 24px;
}

.black-bg .sec-heading .subheading  {
  color: #fff;
}

@media screen and (min-width: 30em) {
  /* .sec-heading .subheading { */
    /* font-size: 18px; */
    /* margin: 23px 0 23px; */
  /* } */
}
  
.sec-heading__line {
  background-color: #fc0;
  height: 4px;
  line-height: 0;
  margin: 21px auto 0;
  width: 30px;
}

.yellow-bg .sec-heading__line,
.sec-heading__line_black {
  background-color: #000;
}

@media (min-width: 70em) {
  .sec-heading__line {
      width: 60px;
  }
}

@media (max-width: 768px) {
  .sec-heading__line {
      width: 40px;
  }
}

/* Mobile View */
@media (max-width: 600px) {

  .sec-heading {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sec-heading h3 {
    font-family: "GeographBold", Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #000;
    font-size: 1.6em;
    letter-spacing: 1px;
  }

  .sec-heading .subheading {
    font-size: 1.1em;
  }
}

/* ---- Yellow vertical bar before text ---- */
.subheading-indented {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #000;
  font-family: "GeographBold", Helvetica, Arial, sans-serif;
  /* text-transform: uppercase; */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  /* font-weight: 400; */
  /* font-size: 22px; */
  /* letter-spacing: 3px; */
  /* line-height: 1.273; */
}

.subheading-indented p {
    margin: 0px;
}

.subheading-indented::before {
    background: #fc0;
    content: '';
    display: block;
    -webkit-flex: 0 0 5px;
    -ms-flex: 0 0 5px;
    flex: 0 0 5px;
    margin-bottom: 6px;
    margin-right: 20px;
    margin-top: 5px;
    position: relative;
}

.partner-wrapper .subheading-indented::before {
    background: #fc0;
    content: '';
    display: block;
    -webkit-flex: 0 0 3px;
    -ms-flex: 0 0 3px;
    flex: 0 0 3px;
    margin-bottom: 8px;
    margin-right: 7px;
    margin-top: 8px;
    position: relative;
}

.partner-wrapper .subheading-indented::after {
    background: #fc0;
    content: '';
    display: block;
    -webkit-flex: 0 0 3px;
    -ms-flex: 0 0 3px;
    flex: 0 0 3px;
    margin-bottom: 8px;
    margin-left: 7px;
    margin-top: 8px;
    position: relative;
}

.navbar-header .partner-wrapper .subheading-indented::before {
    background: #fc0;
    content: '';
    display: block;
    -webkit-flex: 0 0 2px;
    -ms-flex: 0 0 2px;
    flex: 0 0 2px;
    margin-bottom: 10px;
    margin-right: 4px;
    margin-top: 9px;
    position: relative;
}

.navbar-header .partner-wrapper .subheading-indented::after {
    background: #fc0;
    content: '';
    display: block;
    -webkit-flex: 0 0 2px;
    -ms-flex: 0 0 2px;
    flex: 0 0 2px;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 9px;
    position: relative;
}



/* --------------------------------------------------
	2.0 Button
-------------------------------------------------- */

.btn {
  background: #fc0;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "GeographBold", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1.5;
  border: 0;
  cursor: pointer;
  height: 45px;
  overflow: hidden;
  padding: 14px 30px;
}

.btn:visited {
  color: #000;
  background: #fc0;
}

.btn-black {
  background: #fff;
  color: #000;
}

.btn-black:visited {
  color: #000;
  background: #fff;
}


/* ---- 4.5 Header/Page Title Parallax ---- */
.pt-plax-lg-dark {
  background: url(/assets/images/slider_1.jpg);
  background-position: 40% 15%;
}

.pt-plax-lg-dark:before {
  background: rgba(17, 17, 17, 0);
}



/* --------------------------------------------------
	7.0 Footers
-------------------------------------------------- */
.copyright small {
  color: #777;
  letter-spacing: 3px;
}



/* --------------------------------------------------
	8.0 Navigation
-------------------------------------------------- */
.navbar {
    min-height: 60px;
    border-bottom: 0px solid #ececec;
}

.navbar-fw .navbar-header {
    /* width: 50%; */
}

.navbar .navbar-nav {
    margin-top: 7px;
}

.navbar-brand img {
  height: 32px;
}

.navbar .navbar-nav li a {
    color: #000;
}

.navbar .navbar-header {
  margin-top: 3px;
}

.navbar-small .navbar-header {
  margin-top: 3px;
}

.navbar-small .navbar-header .navbar-brand {
  padding: 10px 0;
}

.navbar-fixed-top {
   position: fixed;
}

/* ---- Navbar Utility ---- */
.navbar-trans {
  border-bottom: none;
  background: #ffffff;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}

.navbar-subtitle {
  background-color:#000;
  color: #fff;
  font-family: "GeographMedium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 0.8em;
  letter-spacing: 1px;
  line-height: 1.273;
  padding: 10px 20px 1px 20px;
}


@media (max-width: 1260px) {
  nav:not(.navbar-small) .navbar-header .navbar-toggle {
    margin-top: 9px;
  }
}

@media (max-width: 770px) {
  .navbar .navbar-header .navbar-brand {
    padding: 9px 0;
    /* font-size: 1em; */
  }
}




/* --------------------------------------------------
	9.0 Feature
-------------------------------------------------- */
/* ---- 9.1 Feature - Cards ---- */
.ft-cards .ft-item {
    padding: 10px 0px;
    border: 0px solid #f8f8f8;
    background: #ffcc00;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all 0s;
    transition: all 0s;
    text-align: center;
}

.ft-cards .ft-item span {
  font-size: 64px;
  color: #111;
  font-weight: bold;
}

.ft-cards .ft-item .fa {
  font-size: 64px;
  color: #111;
  font-weight: normal;
}

.ft-cards .ft-item h4 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.ft-cards .ft-item p {
  margin-top: 30px;
  margin-bottom: 20px;
}


/* ---- 9.2 Feature - Cards 2 ---- */
.ft-cards-2 .ft-card-item {
}

.ft-cards-2 .ft-card-item img {

}

.ft-cards-2 .ft-card-item .ft-content {
    width: auto;
}

@media (max-width: 660px) {
  .ft-cards-2 .ft-card-item {
    width:100%;
  }
  .ft-cards-2 .ft-card-item img {
    width: 100%;
  }
}

/* ---- 9.10 Feature Layout 50/50 ---- */
.ft-layout-50 .ft-item .ft-content-wrapper {
  padding: 50px 50px 25px 50px;
  height: 500px;
}

/* ---- 9.10 Feature Layout 50/50 ---- */
@media (max-width: 1260px) {
  .ft-layout-50 .ft-item .ft-content-wrapper {
    /* padding: 50px 50px 50px 50px; */
  }
}

/* ---- 9.10 Feature Layout 50/50 ---- */
@media (max-width: 992px) {
  .ft-layout-50 .ft-item .ft-content-wrapper {
    /* padding: 50px 25px 50px 25px; */
  }
}

.ft-layout-50 .ft-item .ft-content-wrapper p {
  padding-top: 12px;
  margin-bottom: 10px;
}

.ft-layout-50 .ft-item .ft-img-wrapper {
  height: 500px;
}

.ft-layout-50 .ft-item .ft-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: cover;
}



/* ---- 9.10 Feature Layout 50/50 ---- */
@media (max-width: 992px) {
  .ft-layout-50 .ft-item .ft-content-wrapper {
    height: auto;
  }
  .ft-layout-50 .ft-item .ft-img-wrapper {
    height: auto;
  }
  .ft-layout-50 .ft-item .ft-img-wrapper img {
    height: auto;
  }
}

/* ---- 9.12 Feature Layout Video Full Width ---- */
.ft-layout-video-fw .ft-item .ft-content-wrapper {
  padding: 0px;
}

.video-bg-section {
  background: #ccc url("/assets/images/grandprize_background.jpg");
}

.video-bg-section .video-sec-content {
  background: rgba(17, 17, 17, 0);
  /* padding-left: 2em; */
  /* padding-right: 2em; */
}

.video-bg-section .sec-heading h2 {
  color:#fff;
}

.buttonBar {
  display: none;
}
  
/* ---- 9.XX Others ---- */  

/* CSS for full screen Youtube iframe */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.fs-video-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: black;
}

.fs-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  /* -webkit-transition: 2s all linear; */
  /* -moz-transition: 2s all linear; */
  /* -o-transition: 2s all linear; */
  /* transition: 2s all linear; */
  /* -webkit-filter: blur(0px); */
  /* -moz-filter: blur(20px); */
  /* -o-filter: blur(20px); */
  /* -ms-filter: blur(20px); */
  /* filter: blur(20px); */
  transform: scale(1.0);
}

.fs-video-bg.load-complete,
.fs-video-bg.poster-loaded {
  filter: blur(0);
  transform: scale(1.0);
}



/* --------------------------------------------------
	14.0 Team Blocks
-------------------------------------------------- */
/* ---- 14.1 Team - 1 Column ---- */
.team-4col .t-item .t-image {
  position: relative;
  height: 475px;
}

.round-item {
  width: 380px;
  height: 380px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 15px auto;
}

.winning-criteria-round-item {
  width: 380px;
  height: 380px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 100px auto;  
}

@media (max-width: 1260px) {
  .round-item {
    width: 340px;
    height: 340px; 
    margin: 25px auto;  
  }
  .winning-criteria-round-item {
    width: 340px;
    height: 340px; 
    margin: 200px auto;  
  }
}

@media (max-width: 992px) {
  .round-item {
    width: 300px;
    height: 300px; 
    margin: 50px auto;  
  }
  .winning-criteria-round-item {
    width: 300px;
    height: 300px; 
    margin: 50px auto;  
  }
}

.round-image {
  display: inline;
  margin: 0 auto;
  /* margin-left: -25%; */
  height: 100%;
  width: auto;
}



/* --------------------------------------------------
	15.0 Portfolio
-------------------------------------------------- */

/* ---- 15.1 Full Width - Columns ---- */
.portfolio-columns-fw, .portfolio-columns-boxed {
  padding-top: 64px;
  padding-bottom: 64px;
  margin-top: 0px;
}

/* ---- 15.5 Portfoli Single - partner Page ---- */
.partner-wrapper {
  width: 100%;
  /* height: 170px; */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 64px;
}

.partner-info-1, .partner-info-2 {
  /* float: right; */
  /* padding-right: 75px; */
  width: 170px;
  text-align: left;
}

.partner-info-3 {
  /* float: right; */
  /* padding-right: 75px; */
  /* width: 100%; */
  min-width: 170px;
  text-align: left;
}

.partner-info-1 p,
.partner-info-2 p,
.partner-info-3 p {
  font-family: "Geograph", "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  /* margin-left: -88px; */
}

.partner-img-wrapper {
  min-height: 100px;
  display: flex;
  align-items: center;
  text-align: center;
}

.partner-info-1 img {
  /* float: right; */
  /* margin-left: 10px; */
    /* height: 65px; */
  width: 165px;
}

.partner-info-2 img {
  /* float: right; */
  /* margin-left: -10px; */
  /* padding-top: 20px; */
  width:185px;
}

.partner-info-3 img {
  /* float: right; */
  /* margin-left: -10px; */
  /* padding-top: 20px; */
  max-width: 110px;
  max-height: 60px;
  padding-right: 10px;
}

@media (max-width: 660px) {
  
  .partner-img-wrapper {
    display: block;
    text-align: left;
  }
  
  .partner-info-3 img {
    /* float: right; */
    /* margin-left: -10px; */
    /* padding-top: 20px; */
    max-width: 145px;
    max-height: 90px;
    margin-bottom: 64px;
  }

}


/* ---- 15.5 Portfoli Single - partner Page ---- */
.navbar-header .partner-wrapper {
  width: 155px;
  /* height: 170px; */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 7px;
  float: left;
}

.navbar-header .partner-info-1, 
.navbar-header .partner-info-2 {
  /* float: right; */
  /* padding-right: 75px; */
  width: 100%;
  text-align: left;
  /* margin-right: 64px; */
}

.navbar-header .partner-info-1 p,
.navbar-header .partner-info-2 p {
  font-family: "Geograph", "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  /* margin-left: -88px; */
}

.navbar-header .partner-img-wrapper {
  min-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
}

.navbar-header .partner-info-1 img {
  height: 32px;
  width: auto;
}

.navbar-header .partner-info-2 img {
  /* float: right; */
  /* margin-left: -10px; */
  /* padding-top: 20px; */
  width:145px;
  height: auto;
}

@media (max-width: 1260px) {
  
  .navbar-header .partner-wrapper {
    margin-left: 32px;
  }
  
  .navbar-header .partner-info-1, 
  .navbar-header .partner-info-2 {
    /* float: right; */
    /* padding-right: 75px; */
    /* width: 100%; */
    /* text-align: left; */
    /* margin-left: 20px; */
    /* margin-right: 20px; */
  }
}

@media (max-width: 660px) {
    
  .navbar-header .partner-wrapper {
    width: 135px;
    margin-left: 16px;
  }
  .navbar-header .partner-img-wrapper {
    display: block;
    text-align: left;
  } 
  
  .navbar-header .partner-info-1 img {
    height: 28px;
    width: auto;
  }

  .navbar-header .partner-info-2 img {
    width: 125px;
    height: auto;
  }

}


/* --------------------------------------------------
	18.0 Blog
-------------------------------------------------- */

/* ---- 18.1 Blog Columns ---- */
.blog-columns .blog-post, .blog-classic .blog-post {
  border-top: 0px solid #f8f8f8;
  background: #f8f8f8;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 0s;
          transition: all 0s;
}

.blog-post img {
  width:100%;
}

.blog-columns .blog-post .bp-content, .blog-classic .blog-post .bp-content {
    /* min-height: 200px; */
}

.blog-columns .blog-post .bp-content p, .blog-classic .blog-post .bp-content p {
    margin-bottom: 0px;
}

.blog-columns .blog-post .bp-content, .blog-classic .blog-post .bp-content {
    padding: 20px 25px 25px 25px;
}

.blog-columns .about-widget .social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

.blog-columns .about-widget .social-links li {
  display: inline-block;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 22px;
}

.blog-columns .about-widget .social-links li a {
  color: #fff;
}

.blog-columns .about-widget .social-links li a:hover {
  color: #ececec;
}



/* --------------------------------------------------
	20.0 Hero
-------------------------------------------------- */

.fs-slide-1 {
  background: url(../../assets/images/slider_1.jpg) scroll no-repeat 50% 50%;
  background-color: #ff0000;
  background-size: cover;
} 

.fs-slide-1 .bg-overlay {
    background: rgba(17, 17, 17, 0.0);
}

.fs-slide-2 {
  background: url(../../assets/images/slider_2.jpg) scroll no-repeat 70% 20%;
  background-size: cover;
}

.fs-slide-3 {
  background: url(../../assets/images/slider_3.jpg) scroll no-repeat 70% 70%;
  background-size: cover;
}

.fs-slide-1 .hero-content,
.fs-slide-2 .hero-content,
.fs-slide-3 .hero-content,
.fs-slide-4 .hero-content,
.fs-slide-5 .hero-content {
  text-align: center;
}

.fs-slide-1 .hero-content .hero-lead,
.fs-slide-2 .hero-content .hero-lead,
.fs-slide-3 .hero-content .hero-lead,
.fs-slide-4 .hero-content .hero-lead,
.fs-slide-5 .hero-content .hero-lead {
  font-family: "GeographMedium", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 64px;
  color: #ececec;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fs-slide-1 .hero-content .hero-lead-2,
.fs-slide-2 .hero-content .hero-lead-2,
.fs-slide-3 .hero-content .hero-lead-2,
.fs-slide-4 .hero-content .hero-lead-2,
.fs-slide-5 .hero-content .hero-lead-2 {
  font-family: "GeographMedium", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 42px;
  color: #fc0;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 60px;
}

.fs-slide-1 .hero-content .hero-lead-3 {
  position: fixed;
  font-family: "GeographMedium", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 64px;
  color: #000;
  top: 50px;
  right: 0px;
  left: 0px;
}

.fs-slide-1 .hero-content .hero-subheading,
.fs-slide-2 .hero-content .hero-subheading,
.fs-slide-3 .hero-content .hero-subheading,
.fs-slide-4 .hero-content .hero-subheading,
.fs-slide-5 .hero-content .hero-subheading {
  font-family: "GeographMedium", Helvetica, Arial, sans-serif;
  letter-spacing: .1px;
  font-size: 24px;
  line-height: 1.2em;
  margin-top: 5px;
  margin-bottom: 30px;
  color: #ececec;
}

.fs-video-hero, .fw-video-hero {
    background: url('../../assets/images/fs-video-poster.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 61px;
}

.fs-video-hero-nonav {
  background: url('../../assets/images/index-video-poster.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 0px;
}

.fs-video-hero .bg-overlay, 
.fw-video-hero .bg-overlay {
    background: rgba(17, 17, 17, 0.4);
}

.fs-video-hero-nonav .bg-overlay {
    background: rgba(17, 17, 17, 0.0);
}

.fs-video-hero .hero-content {
  text-align: center;
}

.fs-video-hero .hero-content img {
  position: absolute;
  width: 80%;
  height: auto;
  top: 0;
  left: 0;
}

.fs-video-hero .hero-content-buttons {
  position: absolute;
  bottom: 130px;
  right: 230px;
}

.fs-video-hero .hero-content-text {
  position: absolute;
  bottom: 35%;
  right: 0;
  left: 0;
}

.fs-video-hero .hero-content-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}

.fs-video-hero .hero-content-wrapper .hero-content .hero-lead {
  font-family: "GeographMedium", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 54px;
  color: #ececec;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fs-video-hero .hero-content-wrapper .hero-content .hero-lead-2 {
  font-family: "GeographMedium", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 54px;
  color: #fc0;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 60px;
}

.fs-video-hero .hero-content-wrapper .hero-content .hero-subheading {
  font-family: "GeographMedium", Helvetica, Arial, sans-serif;
  letter-spacing: .1px;
  font-size: 24px;
  line-height: 1.2em;
  margin-top: 5px;
  margin-bottom: 30px;
  color: #ececec;
}

.hero-lead-btn-1,
.hero-lead-btn-2 {
  margin-right: 10px;
  margin-left: 10px;
}

.fs-video-hero .hero-content-wrapper .hero-content .hero-lead .hero-lead-btn-2 {
}

.fs-video-hero .hero-content-wrapper .hero-content p {
  font-family: "GeographBold", Helvetica, Arial, sans-serif;
  letter-spacing: .1px;
  font-size: 16px;
  line-height: 1.6em;
  color: #ececec;
  margin-top: 25px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  
  .fs-slider-hero .fs-slide-1 .hero-content .hero-lead,
  .fs-slider-hero .fs-slide-2 .hero-content .hero-lead,
  .fs-slider-hero .fs-slide-3 .hero-content .hero-lead,
  .fs-slider-hero .fs-slide-4 .hero-content .hero-lead,
  .fs-slider-hero .fs-slide-5 .hero-content .hero-lead {
    font-size: 3em;
  }

  .fs-slider-hero .fs-slide-1 .hero-content .hero-lead-2,
  .fs-slider-hero .fs-slide-2 .hero-content .hero-lead-2,
  .fs-slider-hero .fs-slide-3 .hero-content .hero-lead-2,
  .fs-slider-hero .fs-slide-4 .hero-content .hero-lead-2,
  .fs-slider-hero .fs-slide-5 .hero-content .hero-lead-2 {
    font-size: 2.4em;
    margin-top: 5px;
  }
  
  .fs-slide-1 .hero-content .hero-lead-3 {
    font-size: 3em;
  }

  .fs-slider-hero .fs-slide-1 .hero-content .hero-subheading,
  .fs-slider-hero .fs-slide-2 .hero-content .hero-subheading,
  .fs-slider-hero .fs-slide-3 .hero-content .hero-subheading,
  .fs-slider-hero .fs-slide-4 .hero-content .hero-subheading,
  .fs-slider-hero .fs-slide-5 .hero-content .hero-subheading {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-top: 5px;
  }
  
}

/* Table View */
@media (max-width: 770px) {

  .fs-slider-hero .fs-slide-1 .hero-content .hero-lead,
  .fs-slider-hero .fs-slide-2 .hero-content .hero-lead,
  .fs-slider-hero .fs-slide-3 .hero-content .hero-lead,
  .fs-slider-hero .fs-slide-4 .hero-content .hero-lead,
  .fs-slider-hero .fs-slide-5 .hero-content .hero-lead {
    font-size: 3em;
  }

  .fs-slider-hero .fs-slide-1 .hero-content .hero-lead-2,
  .fs-slider-hero .fs-slide-2 .hero-content .hero-lead-2,
  .fs-slider-hero .fs-slide-3 .hero-content .hero-lead-2,
  .fs-slider-hero .fs-slide-4 .hero-content .hero-lead-2,
  .fs-slider-hero .fs-slide-5 .hero-content .hero-lead-2 {
    font-size: 2.4em;
    margin-top: 5px;
  }
  
  .fs-slide-1 .hero-content .hero-lead-3 {
    font-size: 3em;
  }

  .fs-slider-hero .fs-slide-1 .hero-content .hero-subheading,
  .fs-slider-hero .fs-slide-2 .hero-content .hero-subheading,
  .fs-slider-hero .fs-slide-3 .hero-content .hero-subheading,
  .fs-slider-hero .fs-slide-4 .hero-content .hero-subheading,
  .fs-slider-hero .fs-slide-5 .hero-content .hero-subheading {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-top: 5px;
  }
 
}

@media (max-width: 992px) {

  .fs-video-hero .hero-content img {
    width: 80%;
  }
  
  .fs-video-hero .hero-content-text {
    bottom: 125px;
  }

  .fs-video-hero .hero-content-wrapper .hero-content .hero-lead-2 {
      font-family: "GeographMedium", Helvetica, Arial, sans-serif;
      letter-spacing: 1px;
      font-size: 2.6em;
      color: #fc0;
      margin-top: 0px;
      margin-bottom: 0px;
      line-height: 60px;
  }
   
}

/* Table View */
@media (max-width: 770px) {

  .fs-video-hero .hero-content img {
    width: 100%;
  }

  .fs-video-hero .hero-content-text {
    padding: 0 20px;
    position: relative;
    top: 0;
  }

}

/* Mobile View */
@media (max-width: 600px) {
  
  .fs-video-hero-nonav {
    background: url('../../assets/images/index-video-portrait-poster.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0px;
  }
  
  .fs-video-hero-nonav .bg-overlay {
    background: rgba(17, 17, 17, 0);
}
  
  .fs-slide-1 .hero-content,
  .fs-slide-2 .hero-content,
  .fs-slide-3 .hero-content,
  .fs-slide-4 .hero-content,
  .fs-slide-5 .hero-content {
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
}

  .fs-slider-hero .fs-slide-1 .hero-content .hero-lead,
  .fs-slider-hero .fs-slide-2 .hero-content .hero-lead,
  .fs-slider-hero .fs-slide-3 .hero-content .hero-lead,
  .fs-slider-hero .fs-slide-4 .hero-content .hero-lead,
  .fs-slider-hero .fs-slide-5 .hero-content .hero-lead {
    font-size: 2.4em;
    letter-spacing: 0px;
    margin-top: 0px;
  }

  .fs-slider-hero .fs-slide-1 .hero-content .hero-lead-2,
  .fs-slider-hero .fs-slide-2 .hero-content .hero-lead-2,
  .fs-slider-hero .fs-slide-3 .hero-content .hero-lead-2,
  .fs-slider-hero .fs-slide-4 .hero-content .hero-lead-2,
  .fs-slider-hero .fs-slide-5 .hero-content .hero-lead-2 {
    font-size: 1.6em;
    letter-spacing: 0px;
    line-height: 0.9em;
    margin-bottom: 8px;
  }
  
  .fs-slide-1 .hero-content .hero-lead-3 {
    font-size: 2.4em;
    letter-spacing: 0px;
    top: 70px;
  }

  .fs-slider-hero .fs-slide-1 .hero-content .hero-subheading,
  .fs-slider-hero .fs-slide-2 .hero-content .hero-subheading,
  .fs-slider-hero .fs-slide-3 .hero-content .hero-subheading,
  .fs-slider-hero .fs-slide-4 .hero-content .hero-subheading,
  .fs-slider-hero .fs-slide-5 .hero-content .hero-subheading {
    font-size: 1.1em;
    line-height: 1.2em;
    padding-left: 5%;
    padding-right: 5%;
  }
  
  .fs-video-hero .hero-content-wrapper .hero-content .hero-lead {
    font-size: 2em;
    letter-spacing: 0px;
    margin-top: 0px;
  }

  .fs-video-hero .hero-content-wrapper .hero-content .hero-lead-2 {
    font-size: 2em;
    letter-spacing: 0px;
    line-height: 1.2em;
    margin-bottom: 0px;
  }

  .fs-video-hero .hero-content-wrapper .hero-content .hero-subheading {
    font-size: 1.1em;
    line-height: 1.2em;
    padding-left: 5%;
    padding-right: 5%;
  }
  
  .fs-video-hero .hero-content img {
    margin: 0px 0px 30px 0px;
    width: 100%;
  }
  
  .fs-video-hero .hero-content-buttons {
    position: relative;
    top: 150px;
    right: 0px;
  }
  
  .fs-video-hero .hero-content-text {

}
  
  .hero-lead-btn-1,
  .hero-lead-btn-2 {
    margin-bottom: 10px;
  }

}

.fs-video-wrapper .vjs-poster {
  background-size: cover;
}

.video-js .vjs-big-play-button {
    color: #fc0 !important;
    font-size: 5em !important;
    line-height: 1.2em !important;
    height: 1.33332em !important;
    width: 1.33332em !important;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 0.8 !important;
    border: 0.06666em solid #fff !important;
    background-color: #2B333F;
    background-color: #fff !important;
    border-radius: 50% !important;
}

.vjs-big-play-centered .vjs-big-play-button {
    margin-left: -0.65em !important;
}

.fs-video-desktop, .fs-video-mobile {
  /* display: none; */
}

@media only screen and (min-width: 1024px){
  .fs-video-desktop {
    display: block;
   }
  .fs-video-mobile {
      display: none;
  }
}

@media screen and (max-width:1024px) {
  .fs-video-mobile {
    display: block;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
  .fs-video-desktop {
    display: block;
  }
  .fs-video-mobile {
      display: none;
  }
}

@media only screen and (max-width: 767px){
  .fs-video-mobile {
      display: block;
  }
}

@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {
  .fs-video-desktop {
    display: block;
  }
  .fs-video-mobile {
      display: none;
  }
}



/* --------------------------------------------------
	21.0 Sponsored Article
-------------------------------------------------- */

.natgeo-wrapper {
  /* height: 500px; */
  /* overflow: hidden;  */  
  margin: 0px;  
}

.natgeo {
  height: 350px;
  overflow: hidden; 
}

.natgeo-side {
  height: 110px;
  margin: 0 auto;
}

.natgeo-side:hover p {
   color: #808080;
}

.natgeo-wrapper .subheading-indented {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #fff;
  font-family: "GeographBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 1.9em;
  letter-spacing: 1px;
}

.natgeo-wrapper .subheading-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #fff;
  font-family: "GeographMedium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .1px;
  line-height: 1.273;
}

.natgeo-wrapper .subheading-3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #fff;
  font-family: "Geograph", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .1px;
  line-height: 1.273;
}

.natgeo-thumbnail {
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 25%, rgba(0,0,0,0.8)), url('../images/story_1.jpg') scroll no-repeat 50% 50%;
  background-size: 100%;
  /* background-position: center; */
  -webkit-transition: background-size .15s linear;
	-moz-transition: background-size .15s linear;
	-o-transition: background-size .15s linear;
	-ms-transition: background-size .15s linear;
	transition: background-size .15s linear;	
}

.natgeo-poster {
  padding: 20px 20px 0px 20px;
}

.natgeo-poster img { 
  width: 100%;
  height: auto;
}


.natgeo-about-wrapper {
  /* height: 500px; */
  /* overflow: hidden;  */  
  margin: 0px;  
}

.natgeo-about {
  height: 350px;
  overflow: hidden; 
}

.natgeo-about-wrapper .heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #000;
  font-family: "GeographBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: 3px;
  line-height: 1.273;
}

.natgeo-about-wrapper .subheading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #000;
  font-family: "GeographMedium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .1px;
  line-height: 1.273;
}

.natgeo-about-poster {
  padding: 0px 40px 0px 40px;
}

.natgeo-about-poster img { 
  width: 100%;
  height: auto;
}

.natgeo-conversation-wrapper {
  text-align: center;
}

.natgeo-conversation-wrapper .heading {
  color: #000;
  font-family: "GeographBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: 3px;
  line-height: 1.273;
}

.natgeo-conversation-wrapper .subheading {
  color: #000;
  font-family: "GeographMedium", Helvetica, Arial, sans-serif;
  /* text-transform: uppercase; */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .1px;
  line-height: 1.273;
  margin-top: 0px;
  margin-bottom: 30px;
}




@media (max-width: 992px) {
  

  
}

/* Table View */
@media (max-width: 770px) {
  
  /* .natgeo-conversation-wrapper .subheading { */
    /* font-size: 2.2em; */
    /* letter-spacing: 0px; */
    /* line-height: 1em; */
    /* margin-bottom: 0px; */
  /* } */

  /* .natgeo-conversation-wrapper .heading { */
    /* font-size: 3em; */
    /* line-height: 1.2em; */
  /* } */

 
}

/* Mobile View */
@media (max-width: 600px) {
  
  .natgeo-wrapper .subheading-indented {
    font-size: 1.6em;
  }
  
  /* .natgeo-conversation-wrapper .subheading { */
    /* font-size: 1.4em; */
    /* letter-spacing: 0px; */
    /* line-height: 1em; */
    /* margin-bottom: 0px; */
  /* } */

  /* .natgeo-conversation-wrapper .heading { */
    /* font-size: 1em; */
    /* line-height: 1.2em; */
  /* } */

}


/* --------------------------------------------------
	Others
-------------------------------------------------- */

