@font-face {
  font-family: 'geograph';
  src: url('./assets/font/geographeditwebregular.ttf')  format('truetype'); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'geograph';
  src: url('./assets/font/geographeditwebbold.ttf')  format('truetype'); /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'geograph';
  src: url('./assets/font/geographwebregularitalic.ttf')  format('truetype'); /* Legacy iOS */
  font-style: italic;
  font-weight: normal;
}
body {
  background-color: black;
  padding: 0;
  margin: 0;
  font-family: "geograph",sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (max-width:768px) {
  body{
    /*font-size: 0.813rem;*/
		font-size: 14px;
  }
}
.sliderImg,
.iconNatCnt {
  max-height: 741px;
  overflow-y: hidden;
}
.uppercase {
  text-transform: uppercase;
}
.bold{
  font-weight: bold;
}
.bgWhite {
  background-color: white;
}
.h4rem {
  height: 4rem;
}
.dflex{
  display: flex;
  flex-wrap: wrap;
}
.alignItemCenter {
  align-items: center;
}
.py1rem{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px1rem{
  padding-left: 1rem;
  padding-right: 1rem;
}
.pr2rem {
  padding-right: 2rem;
}
.maxW1440 {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.maxW980 {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}

.bx-wrapper {
  background: unset;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
.bx-wrapper .bx-pager {
  bottom: -2rem;
	/*
  width: unset;
  right: 30rem;
	*/
  text-align: center;
}
.bx-controls-direction {
  display: none;
}
.yellowLeftBorder {
  border-left: 3px solid #FFCE00;
}
.whiteLeftBorder {
  border-left: 5px solid #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #FFCE00;
}
.colorWhite {
  color: white;
}
.ml2rem {
  margin-left: 2rem;
}
.txtCenter{
  text-align: center;
}
/* NEW */
.topSection {
  background-image: linear-gradient(180deg, rgba(1,22,47,0) 30%, rgba(1,22,47,1) 100%),
  url('./assets/img/forest-sky_1920.png');
  background-size:cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.h1 {
  font-weight: bold;
  font-size: 2.688rem;
  line-height: 3.438rem;  
  letter-spacing: 0.34869244392976rem;
}
.h2 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.h3 {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.813rem;
  letter-spacing: 0.35865508518489rem;
}
.h4 {
  font-weight: bold;
  font-size: 0.938rem;
  line-height: 1.5rem;
  letter-spacing: 0.089663771296223rem;
}
.h5 {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
}
.h6 {
  font-weight: normal;
  font-size: 0.563rem;
  line-height: 1.25rem;
  letter-spacing: 0.19925282510272rem;
}
@media screen and (max-width: 768px) {
  .h1 {
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 2.438rem;
  }
  .h2 {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .h3 {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .h4 {
    font-weight: bold;
    font-size: 0.938rem;
    line-height: 1.25rem;
  }
  .h5 {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  p {
    font-weight: normal;
    /*font-size: 0.875rem;*/
		font-size: 14px;
    line-height: 1.5rem;
  }
}
.colorYellow {
  color: #FFCE00;
}
.thinkCircular {
    /*
		display: flex;
    flex-wrap: wrap;
		*/
    align-items: center;
    padding-top: 4rem;
}
.whereever {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.lgpb6rem {
  padding-bottom: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.flex1{
  width: 50%;
}
.forestbg {
  background-image: linear-gradient(180deg, rgba(1,22,47,1) 0%, rgba(1,22,47,0) 50%, rgba(1,22,47,0.5) 100%), url('./assets/img/forest-bg_1920.png');
  background-size:cover;
  background-repeat: no-repeat;
  background-position: top left;
  padding-bottom: 6rem;
}
.txtShadow {
  text-shadow: 1px 3px 3px darkslategrey;
}
.yellowBtn {
  background-color: #FFCE00;
  color: black;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 12rem;
  vertical-align: middle;
  padding: 0.5rem;
  font-weight: bold;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  max-width: calc(100% - 1rem);
}
.flex1-border{
  width: calc(50% - 1px);
  border-left: 1px solid #FFCE00;
}
.thinkImg {
  /*width: 41.313rem;*/
  max-width: 440px;
	width: 100%;
}
.justCenter {
  justify-content: center;
}
.clear{
  clear: both;
}
.fright {
  float: right;
}
footer {
  background-color: #000; 
	padding-top: 40px;
	padding-bottom: 55px;
}
.lrborder{
  border-left: 1px solid #FFCE00;
  border-right: 1px solid #FFCE00;
  padding: 0 0.5rem;
}
.slideDesc {
  margin-left: 4rem;
  margin-right: 6rem;
}
.maxContW {
  max-width: 28rem;
}
.pwhenever {
  max-width: 27rem;
  margin: 0 auto;
  text-align: justify;
}
.footernatgeo {
  margin-right: 3rem;
}
.profile {
  width: 26.6rem;
  margin: auto;
  border-left: 3px solid #FFCE00;
}

.position-title{	
	font-weight: 400;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 0.2em;
	text-align: left;
}


.footnatgeocnt {
  margin-right: 6rem;
}
.footnatgeo {
    height: 6rem;
}
.stb {
  
	width: 191px;
	height: 103px;
	margin-left: -0.8rem;
	/*
  
	flex-grow: 1;
	*/
}
.apaccnt{
  padding-right: 2rem;
}
.globalcnt{
  padding-left: 2rem;
}
.inspiredCnt {
  /*margin-left: 8.4rem;*/
	margin-left: 50px;
}
.asiaus {
  padding: 0 0.7rem;
}
.smmdjustCenter{
  justify-content: center;
}
#natgeofootmenu {
  display: flex;
  color: white;
  flex-wrap: wrap;
  justify-content: space-between;
}
#natgeofootmenu .group {
  padding: 0 1rem;
}
#natgeofootmenu ul{
  list-style: none;
  padding: 0;
}
#natgeofootmenu ul li a {
  text-decoration: none;
  color: white;
  font-weight: 100;
  font-size: smaller;
}

.icon-group{
	display: flex;
	align-items: center;
	margin-bottom: 50px
}

.presented {
	display: flex;
	align-items: center;
	justify-content: center;
}

.title {
	width: 40%;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2em;
}

.watchNow{
	border-left: 2px solid #FFCE00;
	margin: 2rem 1rem;
}

.watchNow--pretitle{
	margin-left: 24px;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.1em;
	font-family: 'geograph';
}
.watchNow--title{
	margin-left: 24px;
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0.01em;
	margin-bottom: 16px;
	font-family: 'geograph';
}

.watchNow--details{
	margin-left: 24px;
	font-weight: 400;
	line-height: 24px;
	font-family: 'geograph';
	letter-spacing: 0.01em;
	
}

.watchNow--details b{
	font-weight: 600;
	color: #FFCE00;
}

.vidEmbed iframe{
	width:100%;
	max-width: 950px;
	border: 6px solid #FED300;
	box-sizing: border-box;
}

.vidEmbed iframe{
	overflow:hidden;
}

.vidEmbed {
	position: relative;
	padding-bottom: min(533px, 54.25%);
	padding-top: 0px; 
	height: 0; 
	overflow: hidden;
	margin: 0rem 1rem;
}

.vidEmbed iframe,
.vidEmbed object,
.vidEmbed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vidEmbed--details{
	padding-bottom: 50px;
	margin: 2rem 1rem 0;
}

.vidEmbed--details b{
	font-weight: 600;
	color: #FFCE00;
}

.footerLogoCnt{
	background-color: #35466D;
}

.presented_bottom{
	margin: 2rem 1rem;
}

.presented_bottom--details{
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.01em;
}

@media screen and (max-width: 1450px) {
  .bx-wrapper .bx-pager {
   /*
	  width: 7rem;
    right: 33%;
		right: 40%;
		*/
  }
}
@media screen and (max-width: 1024px) {
  .flex1 {
    width: 100%;
  }
  .maxContW {
    margin: 2rem auto 0;
  }
  .centerw1024 {
    margin: 0 auto;
  }
  .flex1-border {
    width: 100%;
    border-left: none;
  }
  .flex1-border p {
    margin: 2rem auto;
    max-width: 26rem;
    padding-left: 2rem;
    border-left: 1px solid yellow;
  }
  .pwhenever {
    margin: 2rem auto 0;
  }
  .centerHeadLogo {
    text-align: center;
  }
  .footernatgeo {
    margin-right: unset;
  }
  .footnatgeocnt {
    margin-left: unset;
    margin-right: 7rem;
  }
  .smmdjustCenter{
    justify-content: center;
  }
  .bx-wrapper .bx-pager {
    /*
			left: calc(50% - 13.8rem);
			width: 27rem;
			right: unset;
		*/
		text-align: center;
  }
}
@media screen and (max-width: 787px) {

	.icon-group{
		flex-direction: column;
	}

	.vidEmbed{
		/*border: none;*/
		margin: 0rem 0.3rem!important;
	}

	.vidEmbed iframe,
	.vidEmbed object,
	.vidEmbed embed {
		width: 95%;
		top: 50%;  
		left: 50%; 
		transform: translate(-50%, -50%);
	}
	

  #natgeofootmenu .group {
    width: 100%;
    margin-top: 1.5rem;
  }
  #natgeofootmenu .grupTitle {
    text-align: center;
  }
}
@media screen and (max-width: 524px) {


  .profile {
    margin: 0 auto;
    max-width: calc(100% - 2rem) !important;
  }
  .bx-wrapper .bx-pager {
    /*left: 2rem;
    right: unset;
    width: unset;*/
  }
  .thursday {
    line-height: 1.4;
  }
  .apac{
    margin-top: 0.5rem;
  }
  .apaccnt{
    padding-right: 1rem;
  }
  .globalcnt{
    padding-left: 1rem;
  }
}
@media screen and (max-width: 512px) {
  .paidCont {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .asiaus{
    width: 100%;
    margin-top: 2rem;
  }
  .flex1-border p {
    margin-left: 1rem;
    margin-right: 1rem;
    text-align: left;
    padding-left: 1rem;
  }
  .pwhenever {
    margin: 2rem 1rem;
  }
  .topSection {
    background-image: linear-gradient(180deg, rgba(1,22,47,0) 30%, rgba(1,22,47,1) 100%),
      url('./assets/img/sky-bg_375.png');
  }
  .forestbg {
    background-image:
    linear-gradient(180deg, rgb(1, 22, 47, 0.6) 0%, rgba(1,22,47,0.6) 100%),
    url('./assets/img/forest-bg_375.png');
		
  }
  .bx-wrapper .bx-pager {
    /*left: 1rem;*/
  }
}
@media screen and (max-width: 480px) {
  .footnatgeocnt {
    margin-right: unset;
  }
  .smmdjustCenter {
    justify-content: space-between;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 395px) {
  .footnatgeocnt {
    margin-right: unset;
    width: 100%;
    text-align: center;
  }
  .presented {
		margin-top: 1rem;
		flex-direction: column;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 350px) {
  .apaccnt{
    padding-right: 0.5rem;
  }
  .globalcnt{
    padding-left: 0.5rem;
  }
}