/* --------------------------------------------------
	0.2 Utility
-------------------------------------------------- */

/* ---- Backgrounds ---- */
.yellow-bg {
  background: #ffcc00;
}
.black-bg {
  background: #000000;
}

/* ---- White Space ---- */
.ws-s {
  padding-bottom: 0px;
}

.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: 64px;
}

/* ---- 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: 0.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: #fc0;
}

.black-bg p {
  color: #fff;
  text-align: center;
}

.black-bg .natgeo-wrapper .sec-heading h2 {
  color: #fff;
}

.black-bg .natgeo-wrapper p {
  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: 0.1px;
  font-size: 24px;
  line-height: 1.5;
  margin: 24px 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 {
  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 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;
  }
}

.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;
}

/* --------------------------------------------------
	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 20px;
}

.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.3);
}

/* --------------------------------------------------
	7.0 Footers
-------------------------------------------------- */
.copyright small {
  color: #777;
  letter-spacing: 3px;
}

.natgeo-footer {
  padding-top: 32px;
  padding-bottom: 20px;
  padding-left: 32px;
  padding-right: 32px;
}

.footer-social-links {
}

.footer-social-links img {
  width: 125px;
}

.footer-social-links ul {
  list-style: none;
  margin: 0;
  padding: 0 0 35px 35px;
}

.footer-social-links ul li {
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px solid #000;
}

.footer-social-links ul li a {
  color: #000;
  text-transform: none;
  font-size: 0.8em;
  letter-spacing: 0px;
}

@media (max-width: 660px) {
  .natgeo-footer {
    padding-top: 32px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer-social-links .row {
    display: block;
  }

  .footer-social-links ul {
    list-style: none;
    margin: 0;
    padding: 15px 0 15px 0;
  }

  .footer-social-links ul li {
    display: block;
    width: 100%;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }

  .footer-social-links ul li:nth-child(2) {
    padding-left: 0px;
  }
}

/* --------------------------------------------------
	8.0 Navigation
-------------------------------------------------- */
.navbar {
  min-height: 60px;
  border-bottom: 0px solid #ececec;
}

.navbar .navbar-nav {
  margin-top: 0px;
}

.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;
}

.navbar-subtitle.small {
  font-size: 0.7em;
}

.navbar-subtitle.small span {
  margin-left: 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;
}

/* hero video */
.hero {
  position: relative;
  height: 100vh;
  color: #fff;
  overflow: hidden;
}
.video-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  z-index: 1;
}
.video-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
}
.bg-video {
  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(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  transform: scale(1);
  filter: blur(0);
  transform: scale(1);
}
.hero-content {
  position: relative;
  z-index: 5;
  display: table-cell;
  width: 100%;
  height: 100vh;
  vertical-align: middle;
}
.hero-content-wrapper {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

/* ---- 9.XX Others ---- */
.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%;
}

#video {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.fs-video-wrapper {
  width: 70%;
  height: auto;
  overflow: hidden;
}

.fs-video-iframe {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: black;
}

.fs-video-iframe {
  overflow: hidden;
  /* padding-top: 56.25%; */
  position: relative;
}

.fs-video-iframe iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* 4x3 Aspect Ratio */
.fs-video-iframe-4x3 {
  padding-top: 75%;
}

.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(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  transform: scale(1.1);
}

.fs-video-bg.load-complete,
.fs-video-bg.poster-loaded {
  filter: blur(0);
  transform: scale(1);
}

.button-cta-video {
  z-index: 999;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.button-cta-video button {
  background-color: #ffcc00
  ;
  color: black;
  padding: 10px 30px;
  border-radius: 0;
  border: none;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
}

/* ---- 9.XX Others ---- */
.videoWrapperFull {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapperFull iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fs-video-wrapper-full {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: black;
}

.fs-video-iframe-full {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: black;
}

.fs-video-iframe-full {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.fs-video-iframe-full iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* 4x3 Aspect Ratio */
.fs-video-iframe-4x3-full {
  padding-top: 75%;
}

.fs-video-bg-full {
  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(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  transform: scale(1.1);
}

.fs-video-bg.load-complete-full,
.fs-video-bg.poster-loaded-full {
  filter: blur(0);
  transform: scale(1);
}

/* --------------------------------------------------
	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: 120px;
  text-align: center;
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.partner-info-1,
.partner-info-2 {
  /* float: right; */
  /* padding-right: 75px; */
  text-align: left;
}

.partner-info-1 p,
.partner-info-2 p {
  font-family: "Geograph", "Open Sans", "Montserrat", "Helvetica Neue",
    Helvetica, sans-serif;
  font-size: 14px;
  /* margin-left: -88px; */
}

.partner-info-1 img {
  /* float: right; */
  /* margin-left: 10px; */
  height: 65px;
}

.partner-info-2 img {
  /* float: right; */
  /* margin-left: -10px; */
  /* padding-top: 20px; */
  height: 65px;
}

/* --------------------------------------------------
	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;
}

.about-section {
  color: white;
}

.about-section .sec-heading h3,
h3.winner-title {
  color: white;
}

h3.winner-title.black {
  color: black;
}

.about-section .sec-heading__line {
  background-color: white;
}

.about-description {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.about-section .card {
  transition: 0.3s;
  width: 100%;
  background: #fc0;
}

.about-section .card-wording {
  padding: 3rem;
  width: 100%;
}

.about-section .card-description {
  color: black;
  padding-left: 20px;
  font-size: 0.8em;
}

.about-section .wrapper-card {
  width: 80%;
  margin: 0 auto;
}

/* --------------------------------------------------
	20.0 Hero
-------------------------------------------------- */

.fs-slide-1 {
  background: url(../../assets/images/slider_1.jpg) scroll no-repeat 70% 20%;
  background-size: cover;
}

.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,
.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,
.hero-lead {
  font-family: "GeographMedium", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 64px;
  color: #ececec;
  margin-top: 90px;
  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: 54px;
  color: #ececec;
  margin-top: 0px;
  margin-bottom: 7px;
  line-height: 50px;
}

.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,
.hero-subheading {
  font-family: "GeographMedium", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1px;
  font-size: 24px;
  line-height: 1.2em;
  color: #fff;
}

.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,
.hero-subheading {
  margin-top: 5px;
  margin-bottom: 30px;
  color: #ececec;
}

.fs-video-hero,
.fw-video-hero {
  background: url("/assets/images/main_video.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 89px;
}

.fs-video-hero .hero-content {
  text-align: center;
}

.fs-video-hero .hero-content-wrapper {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

.fs-video-hero .hero-content-wrapper .hero-content .hero-lead {
  font-size: 42px;
  color: #ececec;
}

.hero-lead-btn-1 {
  margin-right: 50px;
}

.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: 0.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-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-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;
  }
}

/* Mobile View */
@media (max-width: 600px) {
  .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: 2em;
    letter-spacing: 0px;
    margin-top: 50px;
  }

  .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-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-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;
}

#video-heritage {
  margin-bottom: -10px;
}

@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) {
  .hero-content .hero-lead {
    font-size: 1.3em !important;
  }
  .hero-content .hero-subheading {
    font-size: 1.1em !important;
  }
  .fs-video-mobile {
    display: block;
  }
  .fs-video-wrapper {
    width: 90%;
  }
  #video {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .button-cta-video {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .button-cta-video button {
    font-size: 0.7em;
    padding: 8px 25px;
  }
  .about-description,
  .about-section .wrapper-card {
    width: 100%;
  }
  .black-bg .sec-heading h3 {
    width: 100%;
    overflow: hidden;
    word-break: break-word;
  }
}

@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;  */
  padding-top: 64px;
  padding-bottom: 64px;
  margin-top: 0px;
}

.natgeo-wrapper p {
  color: #fff;
}

.natgeo {
  height: 500px;
  overflow: hidden;
}

.natgeo-side {
  height: 110px;
  margin: 0 auto;
}

.natgeo-side:hover p {
  color: #808080;
}

.winner-wrapper {
  /* height: 500px; */
  /* overflow: hidden;  */
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 0px;
}

.natgeo-wrapper .subheading-indented-div {
  display: inline-flex;
  padding-right: 25px;
}

.natgeo-wrapper .subheading-indented-div h1 {
  color: #fc0;
  letter-spacing: 1px;
  white-space: nowrap;
}

.natgeo-wrapper .subheading-indented-superscript {
  font-size: 100% !important;
  position: relative;
  top: 5px;
  padding: 0 10px;
}

.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: #fc0;
  font-family: "GeographBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.273;
}

.natgeo-wrapper .subheading-indented-name-div {
  flex: 1;
}

.natgeo-wrapper .subheading-indented-name {
  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: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.733;
  margin-top: 0px;
}

.natgeo-winner-poster {
  padding: 20px 0px 0px 0px;
}

.natgeo-winner-poster img {
  width: 100%;
  height: auto;
}

.natgeo-winner-credit {
  font-size: 12px;
}

.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 65% 20%; */
  background-size: cover;
  -webkit-transition: background-size 0.15s linear;
  -moz-transition: background-size 0.15s linear;
  -o-transition: background-size 0.15s linear;
  -ms-transition: background-size 0.15s linear;
  transition: background-size 0.15s linear;
}

.natgeo-thumbnail-img-1 {
  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 65% 20%;
}

.natgeo-thumbnail-img-2 {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 25%,
      rgba(0, 0, 0, 0.8)
    ),
    url("../images/story_2.jpg") scroll no-repeat 65% 20%;
  background-position: center;
}

.natgeo-thumbnail-img-3 {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 25%,
      rgba(0, 0, 0, 0.8)
    ),
    url("../images/story_3.jpg") scroll no-repeat 65% 20%;
  background-size: cover;
}

.natgeo-thumbnail-img-4 {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 25%,
      rgba(0, 0, 0, 0.8)
    ),
    url("../images/story_4.jpg") scroll no-repeat 65% 20%;
  background-position: center;
}

.natgeo-thumbnail-img-5 {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 25%,
      rgba(0, 0, 0, 0.8)
    ),
    url("../images/story_5.jpg") scroll no-repeat 65% 20%;
  background-position: center;
}


.natgeo-thumbnail-img-6 {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 25%,
      rgba(0, 0, 0, 0.8)
    ),
    url("../images/story_6.jpg") scroll no-repeat 65% 20%;
  background-position: center;
}

.natgeo-side-thumbnail {
  height: 80px;
  width: 80px;
  float: left;
}

.natgeo-side-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.natgeo-side-text {
  height: 100%;
  width: auto;
  margin-left: 100px;
}

.natgeo-side-text h2 {
  font-family: "GeographBold";
  text-transform: uppercase;
  color: #000;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1.5;
  margin-top: 0px;
  background-color: #fff;
  padding: 2px 4px 1px 5px;
  width: 172px;
}

.natgeo-side-text p {
  font-family: "Geograph";
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 1.5;
}

.natgeo-side-text a:hover {
  color: #333;
}

.natgeo-thumbnail:hover,
.natgeo-thumbnail:focus {
  /* background-size: 108%; */
}

.natgeo-thumbnail .natgeo-thumbnail-overlay {
  height: 100%;
  transition: all 0.1s;
  pointer-events: none;
  /* background-image: linear-gradient(rgba(255,0,0,0) 30%, #000); */
}

.natgeo-thumbnail .natgeo-thumbnail-overlay div {
  position: absolute;
  color: #fff;
  width: 90%;
  bottom: 1em;
  padding: 0 2em;
}

.natgeo-thumbnail .natgeo-text-overlay {
  width: 100%;
  padding-right: 2em;
}

.natgeo-thumbnail .natgeo-text-overlay-read {
}

.natgeo-thumbnail .natgeo-text-overlay-read-icon {
  width: 12px;
  fill: #fff;
  float: left;
  padding-top: 2px;
}

.natgeo-thumbnail .natgeo-text-overlay-read-text {
  font-family: "GeographBold";
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1.5;
  fill: #fff;
  float: left;
  padding-left: 8px;
}

.natgeo-thumbnail .natgeo-text-overlay-header {
  font-family: "GeographMedium";
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 1.111;
  margin-bottom: 10px;
}

.natgeo-thumbnail .natgeo-text-overlay-subheader {
  font-family: "GeographMedium";
  /* text-transform: uppercase; */
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 14px;
  /* letter-spacing: 3px; */
  line-height: 1.5;
}

.natgeo-thumbnail .natgeo-text-overlay-text {
  font-family: "Geograph";
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  letter-spacing: 0.1px;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 20px;
}

.natgeo-thumbnail .natgeo-text-overlay-separator {
  height: 4.5rem;
  width: 100%;
}

@media (max-width: 1260px) {
  .natgeo-thumbnail {
    background-size: cover;
  }
  .natgeo-wrapper .subheading-indented-div {
    /* flex: 0 0 51% !important; */
  }
}

@media (max-width: 770px) {
  .natgeo-thumbnail {
    background-size: cover;
  }
  .natgeo-thumbnail:hover,
  .natgeo-thumbnail:focus {
    /* background-size: 216%; */
  }
  .natgeo-thumbnail .natgeo-text-overlay-header {
    font-family: "GeographMedium";
    font-size: 28px;
  }
  .natgeo-wrapper .subheading-indented-div {
    /* flex: 0 0 100% !important; */
  }
}

@media (max-width: 660px) {
  .natgeo-wrapper .subheading-indented-div h1 {
    font-size: 1.2em;
  }
  .natgeo-wrapper .subheading-indented-superscript {
    font-size: 60% !important;
    position: relative;
    top: 3px;
    padding: 0 7px;
  }
  .natgeo-wrapper .subheading-indented-name {
    font-size: 1em;
  }
}

/* --------------------------------------------------
	Others
-------------------------------------------------- */
