 *, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h2{
  font-family: Helvetica, sans-serif;
  font-size: 36px;
  line-height: 41px; 
  margin: 0; 
  margin-bottom: 30px;
  text-align: center;
}
h2 br{
  display: none;
}
p{
  margin-top: 0;
  /*font-size:20px;*/
}
strong{
  font-family:'Open Sans', sans-serif;
  font-weight:bold;
}
.color-blue{
  color:#085597;
}
.color-white{
  color:#ffffff;
}
.no-underline{
  text-decoration:none;
}
#main-container{
  background-color: #fffae3;
  color: #000000;
  font-family:'Open Sans', sans-serif;
  font-weight: normal;
  margin: 0px auto;
  max-width: 1200px;
  /*padding: 13px 13px 30px;*/
  width: 100%;
}
.nav-bar{
  background-color: #fed317;
  padding: 25px 17px 20px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 82px;
  flex-direction: column;
}
.nav-logo-container{
  display: flex;
  align-items: center;
  padding-right: 80px;
  min-height: 37px;
}
.nav-menu-container{
  overflow: hidden;
}
.nav-logo-container .logo img{
  display: block;
  width: 100%;
}
.nav-menu{
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  align-self: center;
  width: 100%;
}
.nav-menu li a {
  font-family:'Open Sans', sans-serif;
  display: block;
  color: #111111;
  text-align: left;
  text-decoration: none;
  padding: 5px 0;
  font-size: 16px;
  line-height: 21px;
}
.nav-menu li a br{
    display: none;
  }
.nav-btn-container{
  display: block;
  position: absolute;
  right: 10px;
  top: 30px;
  align-self: flex-end;
}
.nav-register-now {
  background-color: #09757a;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  padding: 10px 15px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  right: 60px;
  top: 25px;
}

/* menu icon */
.nav-menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 10px 10px;
  position: relative;
  user-select: none;
}
.nav-menu-icon .navicon {
  background: #09757a;
  display: block;
  height: 5px;
  position: relative;
  transition: background .2s ease-out;
  width: 28px;
}
.nav-menu-icon .navicon:before,
.nav-menu-icon .navicon:after {
  background: #09757a;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.nav-menu-icon .navicon:before {
  top: 10px;
}
.nav-menu-icon .navicon:after {
  top: -10px;
}
/* menu btn */
.nav-menu-btn {
  display: none;
}
.nav-menu-btn:checked ~ .nav-menu {
  display: block;
}
@media (min-width: 381px) {
  .nav-logo-container{
    align-items: center;
  }
  #godaddy-logo{
    margin-right: 11px;
  }
}

@media (min-width: 475px) {
  .nav-btn-container{
    top: 30px;
    align-self: flex-end;
  }
}
@media (min-width: 900px) {
  .nav-logo-container{
    padding-right: 0;
  }
  .nav-menu li a br{
    display: block;
  }
  .nav-menu li a {
    padding: 0 15px;
    text-align: center;
  }
  .nav-menu {
    display: flex;
    align-items: center;
    width: auto;
  }
  .nav-menu-icon {
    display: none;
  }
  .nav-register-now{
    display: none;
    width: 0;
    height: 0;
  }
  .nav-btn-container{
    display: none;
    width: 0;
    height: 0;
  }
  .nav-bar{
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}

/* Video Overlay */
.overlay-bg,
.video-container{
	display:none;
}
.overlay-bg{
	background-color:rgba(0, 0, 0, 0.95);
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:9998;
}
.video-container{
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
}
.video-content{
	position:absolute;
}
.video-btn-close{
	position:absolute;
	right:0px;
	top:-30px;
	z-index:1;
}
.video-btn-close button{
	background:none;
	border:0;
	cursor:pointer;
	margin:0;
	padding:0;
	color:#ffffff;
	font-size:20px;
}
.video-btn-close img{
	padding:10px;
}
/* Video Overlay */

/* Banner */
.banner img{
  /*display: block;*/
  max-width: 100%;
}
.banner .col-1{
  display: flex;
}
.banner .col-1 div{
 flex-basis: 50%;
}
.banner .col-1 div img{
 width: 100%;
}
.banner .col-2 .box-container{
  background-color: #1bdcdb;
  padding: 20px 15px;
  height: 100%;
}
.box-container .hashtag{
  text-align: right;
  margin-bottom: 30px;
}
.box-container .logo{
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
.box-container .showtime{
  background-color: #fed317;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
}
.box-container .showtime p{
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0;
}
.box-container .showtime p span{
  font-size: 13px;
  line-height: 28px;
}
.box-container .showtime p:first-child{
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
}
.box-container .showtime .youtube{
  display: flex;
  justify-content: center;
}
.box-container .showtime .youtube p{
  text-align: left;
}
.box-container .showtime .youtube div{
  margin-right: 5px;
}
.box-container .showtime .youtube div img{
  max-width: none;
}
.box-container .text-content h2{
  font-family: 'GDSage Medium', sans-serif;
  font-size: 22px;
  line-height: 27px;
  color: #8e6bc6;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 400;
}
.box-container .text-content p{
  color: #0b3354;
  text-align: center;
  margin: auto;
  width: 90%;
}
.desktop-banner{
  display:none;
}
.mobile-banner{
  display:block;
}
@media (min-width: 767px) {
  .desktop-banner{
    display:block;
  }
  .mobile-banner{
    display:none;
  }
}
@media (min-width:1052px){
  .banner-container .banner{
    display: flex;
  }
  .banner .col-1{
    display: flex;
    flex-basis: 651px;
  }
  .banner .col-2{
    width: calc(100% - 651px);
  }
}
@media (max-width:1200px) and (min-width: 1052px){
  .box-container .showtime{
    margin-bottom: 20px;
  }
  .box-container .hashtag{
    margin-bottom: 20px;
  }
  .box-container .logo{
    margin-bottom: 20px;
  }
  .box-container .text-content p{
    width: 100%;
  }
  .banner .col-1 div img{
    height: 100%;
  }
  .banner .col-1 .block-1{
    height: 100%;
  }
  .banner .col-1 .block-2 div:first-child{
    height: 47.55%;
  }
  .banner .col-1 .block-2 div:last-child{
    height: 52.45%;
  }
}
@media (max-width: 1051px){
  .box-container{
    text-align: center;
  }
  .box-container .showtime{
    display: inline-block;
  }
}
/* Banner */

/* Intro Para */
.intro-para-container{
  background-image:url('../images/bg-intro.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  padding: 30px 15px 35px;
  text-align:center;
  font-size:20px;
}
/* Intro Para */

/* Intro Video */
.intro-video{
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden;
}
.intro-video iframe{
 position: absolute; 
 top: 0; 
 left: 0; 
 width: 100%; 
 height: 100%;
}
/* Intro Video */

/* Host and Mentors */
.host-and-mentors-container{
  background-color: #1bdcdb;
  padding: 60px 15px 65px;
}
.host-and-mentors-container h2{
  font-family: 'GDSage Medium', sans-serif;
  color: #000000;
  margin-bottom: 60px;
  font-weight: 400;
}
.host-and-mentors{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*margin-bottom: -30px;*/
}
.host-and-mentors .content-block{
  flex-basis: 100%;
  margin-bottom: 30px;
}
.host-and-mentors .content-block .image-container{
  position: relative;
}
.host-and-mentors .content-block .image-container img{
  display: block;
  max-width: 100%;
}
.host-and-mentors .content-block .image-container .overlay{
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 93%;
}
.host-and-mentors .content-block .image-container .overlay .flag{
  background: url(../../images/flag.png) right center no-repeat;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  padding-right: 10px;
  width: 100px;
  height: 28px;
}
.host-and-mentors .content-block:first-child .image-container .overlay .flag{
  background: url(../../images/flag-long.png) right center no-repeat;
  width: 155px;
}
.host-and-mentors .content-block .image-container .overlay .social-media{
  display: flex;
  align-items: center;
}
.host-and-mentors .content-block .image-container .overlay .social-media a:first-child{
  margin-right: 10px;
}
.host-and-mentors .content-block h3{
  margin-top: 10px;
  /* font-family: 'GDSherpa Bold', sans-serif; */
  margin-bottom: 5px;
}
.host-and-mentors .content-block p{
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 376px){
  .host-and-mentors .content-block .image-container .overlay .flag{
    font-size: 20px;
    line-height: 36px;
    width: 120px;
    height: 36px;
  }
  .host-and-mentors .content-block:first-child .image-container .overlay .flag{
    background: url(../../images/flag-long.png) right center no-repeat;
    width: 175px;
  }
  .host-and-mentors .content-block .image-container .overlay{
    top: 20px;
  }
}
@media (min-width: 481px){
  .host-and-mentors-container{
    background-color: #1bdcdb;
    padding: 60px 24px 65px;
  }
}
@media (min-width: 701px){
  .host-and-mentors .content-block{
    flex-basis: 48.5%;
  }
}
@media (min-width: 993px){
  .host-and-mentors .content-block{
    flex-basis: 31.85%;
  }
}
/* Host and Mentors */

/* Content Section */
.content-section-container{
  background-color: #f5f5f5;
  padding: 60px 15px 55px;
  background-image:url('../images/bg-dark-blue-stars.jpg');
  background-size:cover;
  background-repeat:no-repeat;
}
.content-section-container h2{
  font-family: 'GDSage Medium', sans-serif;
  font-size:46px;
  line-height:51px;
  color:#e0bf5e;
  font-weight:bold;
  margin-bottom: 50px;
  /*font-weight: 400;*/
}
.content-section{
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content:center;
  /*margin-bottom: 30px;*/
}
.content-section .contestant{
  flex-basis: 100%;
  margin-bottom: 30px;
  color:#ffffff;
}
.content-section .contestant div:first-child img{
  display: block;
  max-width: 100%;
  margin: auto;
}
.content-section .contestant h3{
  margin-top: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.content-section .contestant p{
  text-align: center;
  font-size: 18px;
  line-height: 23px;
}
.content-section .contestant p.detail:last-child{
  margin-bottom: 0;
}
.content-section .contestant .social-media{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
/*.section-title{
  font-size:46px;
  line-height:51px;
  color:#e0bf5e;
  font-weight:bold;
}*/
@media (min-width: 481px){
  .content-section-container{
    padding: 60px 30px 55px;
  }
}
@media (min-width: 641px){
  .content-section .contestant{
    flex-basis: 48%;
    margin-right:1%;
    margin-left:1%;
  }
}
@media (min-width: 993px){
  .content-section .contestant{
    flex-basis: 22.6%;
    margin-left: 1.2%;
    margin-right: 1.2%;
  }
}

/* Full Episodes */
.full-episodes-container{
  /*background-color: #efa8da;*/
  padding: 60px 15px;
}
/*.full-episodes-container h2{
  font-family: 'GDSage Medium', sans-serif;
  color: #000000;
  margin-bottom: 50px;
  font-weight: 400;
}*/
.episodes-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -25px;
}
.episodes-list .episode{
  position: relative;
  margin-bottom: 25px;
  flex-basis: 100%;
  background-image:url('../images/bg-intro.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  padding:5px;
}
.episodes-list .episode img{
  max-width: 100%;
  display: block;
  /*border:;*/
}
.episode-play-button{
  position: absolute;
  width: 51px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  right: 0px;
  top: 0px;
}
@media (min-width: 481px){
  .full-episodes-container{
    padding: 60px 25px;
  }
}
@media (min-width: 701px){
  .episodes-list .episode{
    flex-basis: 48.6%;
    margin-left:auto;
    margin-right:auto;
  }
}
@media (min-width: 993px){
 .episodes-list .episode{
    flex-basis: 31.9%;
  }
}
/* Full Episodes */

/* Footer */
.footer{
  background-image: url('../images/bg-dark-bottom.jpg');
  background-position: center bottom;
  background-size:cover;
}
.footer p{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 35px;
}
.footer .sponsored{
  margin-bottom: 50px;
}
.footer .sponsored p{
  margin-bottom: 25px;
}
.footer .sponsored img{
  display: block;
  max-width: 100%;
  margin: auto;
}
.footer .partnership{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 35px;
}
.footer .partnership .partnership-row{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.footer .partnership .partnership-row div{
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.footer .partnership .partnership-row div img{
  display: block;
}
.footer .connect-with-us{
  margin-bottom: 60px;
}
.footer .connect-with-us .connect-social{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer .connect-with-us .connect-social div{
 margin: 0 10px;
}
.footer .connect-with-us .divider{
  flex-basis: 100%;
  display: block;
  padding: 5px 0;
}
.footer .copyright{
  font-size: 12px;
  line-height: 17px;
  color: #74664d;
  padding: 20px;
}
@media (min-width: 475px) {
  .footer .partnership .partnership-row{
    flex-direction: row;
    flex-wrap:wrap;
    margin-bottom: 20px;
  }
  .footer .partnership .partnership-row div{
    margin-bottom: 20px;
  }
}
@media (min-width: 513px) {
  .footer .connect-with-us .divider{
    display: none;
  }
}
@media (min-width: 993px) {
  .footer .partnership{
    flex-direction: row;
  }
  .footer .partnership .partnership-row{
    margin-bottom: 0;
  }
  .footer .partnership{
    margin-bottom: 65px;
  }
  .footer{
    padding-top: 60px;
  }
}
/* Footer */