:root{
--regulartext:#00375e;
--regulartitletext:#00385f;

--goldtext:#cda848;
--redtext:#952c27;
--bluetext:#00375e;

--btnborder:#cda848;
--goldbg:#cda848;
--redbg:#952c27;
--bluebg:#00375e;
--btnhoverborder:#00375e;
}

body, html{font-size:16px;scroll-behavior: smooth;letter-spacing: 0.2px;}
body{padding: 0px;margin: 0px; font-family:AvenirNextLTPro-Regular;font-weight:300;line-height: 1.5; color:var(--regulartext);}
strong{font-family:AvenirNextLTPro-Demi;font-weight: normal;}
span.break{display: block;}
.section_thin_title{font-size: 3.1875rem;}
.magic-hide{position: relative;}
.magic-hide .mhide{opacity: 0;}
.magic-hide .mshow{position: absolute !important; left: 0px; top: 0px;width:100%;display: block;z-index: 90;}
p{ line-height: 1.5; font-size: 1.0rem; color: #555;margin-bottom: 1rem; color:var(--regulartext);margin-bottom: 1rem;font-weight: normal;line-height: 1.3;}
a,a:visited,a:focus{outline:none; text-decoration: none; }
body a{ color:var(--regulartext); transition-duration: 0.5s; -webkit-transition-duration: 0.5s; font-weight: normal;}
a:hover, body a:hover{color:#222; text-decoration: none;}
h1,h2,h3,h4,h5,h6, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{line-height:1.3; color:var(--regulartext); margin: 1rem 0;  font-weight: normal;font-family:AvenirNextLTPro-Bold;}
.h1,.h2,.h3,.h4,.h5.h6{margin: 1rem 0;font-weight: normal; line-height: 1.3;font-family:AvenirNextLTPro-Bold;}
h1{font-size:2.8rem;}
h2{font-size:2.4rem;}
h3{font-size:2.0rem;}
h4{font-size:1.6rem;}
h5{font-size:1.4rem;}
h6{font-size:1.2rem;}
.h1{font-size:2.8rem;}
.h2{font-size:2.4rem;}
.h3{font-size:2.0rem;}
.h4{font-size:1.6rem;}
.h5{font-size:1.4rem;}
.h6{font-size:1.2rem;}
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:focus { background-color: #f1f1f1; border-radius:0px; box-shadow:none; clip: auto !important; color: #21759b; display: block; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding:10px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
.p0{ padding: 0 }
.m0{margin: 0;}
.py1rem{ padding-top: 1rem; padding-bottom: 1rem; }
.py2rem{ padding-top: 2rem; padding-bottom: 2rem;}
.py3rem{ padding-top: 3rem; padding-bottom: 3rem; }
.py4rem{ padding-top: 4rem; padding-bottom: 4rem;}
.px1rem{ padding-left: 1rem; padding-right: 1rem; }
.px2rem{ padding-left: 2rem; padding-right: 2rem;}
.px3rem{ padding-left: 3rem; padding-right: 3rem; }
.px4rem{ padding-left: 4rem; padding-right: 4rem;}
.my1rem{ margin-top:1rem;margin-bottom: 1rem; }
.my2rem{ margin-top:2rem;margin-bottom: 2rem;}
.my3rem{ margin-top:3rem;margin-bottom: 3rem;}
.my4rem{ margin-top:4rem;margin-bottom: 4rem; }
.mx1rem{ margin-left:1rem;margin-right: 1rem; }
.mx2rem{ margin-left:2rem;margin-right: 2rem;}
.mx3rem{ margin-left:3rem;margin-right: 3rem;}
.mx4rem{ margin-left:4rem;margin-right: 4rem; }
.pt1rem{ padding-top: 1rem;}
.pt2rem{ padding-top: 2rem;}
.pt3rem{ padding-top: 3rem;}
.pt4rem{ padding-top: 4rem;}
.pb1rem{padding-bottom: 1rem; }
.pb2rem{padding-bottom: 2rem;}
.pb3rem{padding-bottom: 3rem; }
.pb4rem{padding-bottom: 4rem;}
.no-margin{margin: 0px !important;}
.no-padding{padding: 0px !important;}
.pt0rem{padding-top: 0px;}
.pb0rem{padding-bottom: 0px;}
.mt0rem{margin-top: 0px;}
.mb0rem{margin-bottom: 0px;}
.c000{ color: #333;}
.cfff{ color: #fff; }
.italic{ font-style: italic; }
.double-line-spacing{line-height:2.2;}
.selector-for-some-widget { box-sizing: content-box;}
.clear-all{clear:both;height:0px;width:100%;text-indent:-100000px;padding: 0px; margin: 0px;}
img{ max-width: 100%; vertical-align: middle;}
.clr:after{ display: block; content: ""; clear: both; }
del{ color: #666; }
ol{ list-style-type: decimal; padding-left:2rem; }
ul{ list-style-type: none; margin: 0;padding: 0px;}
.checkbox .check{ border: 2px #999 solid; }
.align{ align-items: center; }
.flex{ display: inline-flex; }
.form-control{-webkit-border-radius: 0px;border-radius: 0px;}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], textarea{}
button, .button, input[type="button"], input[type="submit"]{ color: #fff;  border: 1px solid var(--btnborder); padding:0 15px; background:none; -webkit-border-radius:0px; border-radius:0px; font-size: 1.0rem; line-height:45px; display: inline-block; position: relative; -webkit-transition: all .3s ease 0s; transition: all .3s ease 0s; height: auto;text-transform:uppercase;position: relative;overflow: hidden;}
button:hover, .button:hover, input[type="button"]:hover,input[type="submit"]:hover, button:focus, 
.button:focus{ background-color: #fff; color: #f6a243; outline: none;border-color: #f6a243;}

.btn-btheme{ color: #fff;  border: 1px solid var(--btnborder); padding:0 15px; background:var(--btnborder); -webkit-border-radius:0px; border-radius:0px; font-size: 1.0rem; line-height:45px; display: inline-block; position: relative; -webkit-transition: all .3s ease 0s; transition: all .3s ease 0s; height: auto;text-transform:uppercase;position: relative;min-width: 175px; text-align: center;font-family:AvenirNextLTPro-Medium;}
.btn-btheme:hover, .btn-btheme:focus{color:#fff; border: 1px solid var(--btnhoverborder);background:var(--btnhoverborder); }

.btn-btheme-transparent{  background:transparent;color: var(--goldtext);}
.btn-btheme-transparent:hover, .btn-btheme-transparent:focus{color:#fff; border: 1px solid var(--btnborder);background:var(--btnborder); }

.btn-btheme-reverse{  background:var(--btnhoverborder);border: 1px solid var(--btnhoverborder); color: #fff;}
.btn-btheme-reverse:hover, .btn-btheme-reverse:focus{color:#fff; border: 1px solid var(--btnborder);background:var(--btnborder); }

.btn-btheme-sm{line-height: 32px; padding: 0px 10px; min-width: 125px;}

.whitetext {color: #fff;}
.headerbg{padding:0px 50px;}
.headerbg .row{position: relative;}
.headerbg .row:before{content: ""; position: absolute; width: 100%; height:50px; left:25%; top:0px;display: block; background: #12395c;}
#header{padding:0px 50px;-webkit-box-shadow: none;box-shadow: none;background: #fff;}
.fixed-header{position: fixed;top:0px;left: 0px; width: 100%;z-index: 100;}
.top-fixed-header{}
#logo{width:200px;padding:32px 0px; max-width: 100%;}
.main-menu-row{position: relative;}
.main-menu-row:before{content: ""; position: absolute; width: 100%; height:100%; left:25%; top:0px;display: block; background: #12395c;}
#sitewrap{width:100%; overflow: hidden;padding-top:115px;}
#header .user-section{position: relative; top:auto; right: auto;}
#header .user-section ul{padding: 0px; margin: 0px;}
#header .user-section ul li{padding: 0px; margin: 0px;}
#header .user-section a, #header .user-section span{display: inline-block;padding:3px;}
#header .user-section a:hover{color:var(--goldtext);}

.section_title{font-size: 2.125rem; font-family: AvenirNextLTPro-Bold;color: var(--regulartext);text-transform: uppercase;font-weight: normal;}
.section_thin_title{font-size: 3.25rem; font-family:AvenirNextLTPro-Light;font-weight:200;color:var(--regulartext);}
.section_subtitle{font-size:1.5rem;color: var(--regulartext);font-family: AvenirNextLTPro-Bold;font-weight: normal;}
.highlighted-text{font-size:1.5rem;color: var(--bluetext);color: var(--regulartext);}
.highlighted-text p{font-size:1.5rem;color: var(--bluetext);}

.social-list{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;padding: 0px;}
.social-list li{margin-left: 10px;}
.social-list li a{font-size:21px;font-size: 15px; color: #fff;background: #fff; width:21px; line-height:21px;-webkit-border-radius:3px;border-radius:3px; color:var(--regulartext);display: block; text-align: center; }
.social-list li a em{line-height: 21px;}
.social-list li a:hover{background:var(--goldtext)}

.home_watch_tv_show_section .home_video_wrap{min-height: 560px;}
.home_watch_tv_show_section .container{position: relative;}
.home_watch_tv_show_section .title-container{position: absolute; top:40px;left: 0px;width: 100%; display: none; }
.home_watch_tv_show_section .title-container .section_title{font-size: 3.25rem; font-family:AvenirNextLTPro-Light;font-weight:200;color:#fff; position: relative;text-align: center;}
.home_watch_tv_show_section .container:before{content: ""; position: absolute; width: 100%; left:0; top:30px; bottom:95px;display: block; border:1px solid var(--goldbg); border-width: 1px 1px 0 0;}
.home_watch_tv_show_section .home_video_container{position: absolute; width:1000px;right:-200px;}
.next_big_idea_wrap{background: #fff;padding: 30px 0rem 40px 30px; margin-bottom:30px;}
.next_big_idea_wrap .section_title{font-size: 2.125rem; font-family: AvenirNextLTPro-Bold;color: var(--goldtext);text-transform: uppercase;position: relative;padding-top:20px;}
.next_big_idea_wrap .section_title:before{content: ""; position: absolute; left:0;width:25px; top:0px;height: 2px;display: block;background: #035678;}
.next_big_idea_wrap .desc{font-size: 1.4375rem; margin-bottom: 1.5rem;}
.next_big_idea_wrap .btn-wraper{position: relative;height: 50px;}
.next_big_idea_wrap .btn-wraper:before{content: ""; position: absolute; left:0;right:-15px; top:25px;;display: block; border:1px solid var(--goldbg); border-width: 1px 0px 0 0;}
.next_big_idea_wrap .btn-bg-around{display: inline-block;padding:0px 10px 0 0;background: #fff;position:
relative;}
.next_big_idea_wrap .btn-btheme{font-size: 1.4375rem; font-family: AvenirNextLTPro-Bold;}

.home_region-list_section{background:#005678;padding:60px 0px 40px;margin-top: -30px;}
.home_region-list_section .section_title{font-size: 3.25rem; font-family:AvenirNextLTPro-Light;font-weight:200;color:#fff;}
.home_region-list_section .section_title span{display: block;font-family: AvenirNextLTPro-Bold; font-size:2.5rem;font-weight: normal;text-transform: uppercase;}
.home_region-list_section .btn-btheme{font-family: AvenirNextLTPro-Bold;color: #fff;font-size: 1.375rem;}
.home_region-list_section .btn-btheme:hover{}
.regionlist{padding-left: 200px;position: relative;}
.regionlist:before{content: ""; position: absolute; left:0;width:230px; top:0px;height:230px;display: block;background: url(../images/season6/globe.svg) no-repeat left top;background-size: 218px auto;}
.regionlist ul{margin: 0px; padding: 0px;}
.regionlist ul li{padding-left: 50px;display: block;color: var(--goldtext);font-family:AvenirNextLTPro-Demi;font-size: 1.275rem;line-height: 1.1;text-transform: uppercase;}

#season-6-section .media_logos_wrapper{padding: 35px 0px;}
#season-6-section .media_logos_wrapper ul{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: center;align-items: center;}
#season-6-section .media_logos_wrapper ul li{margin-left: 15px; }
#season-6-section .media_logos_wrapper ul li:first-child{margin-left:0px;}
#season-6-section .media_logos_wrapper ul li img{height:60px; width: auto;max-width:none;}
#season-6-section .media_logos_wrapper img{height:60px; width: auto;max-width:none;}
#season-6-section .media_logos_wrapper .mlogo_slick_item img{margin-right:15px;}

.home_vote_top_content{text-align: center;position: relative;background: #fff;}
.home_vote_top_content .section_title{text-transform: none;color: var(--redtext);font-size: 3.3125rem;position: relative;}
.home_vote_top_content .highlighted-text{position: relative;}
.home_vote_top_content:before{content: ""; position: absolute; right:0;top:0px;display: block; border:1px solid var(--redbg);width:300%;height: 100%;margin-top: 3px;border-top:0px;}
.home_vote_top_image{text-align: right;padding:4rem 0px 2rem;}
.target-icon-wrap img{width: 220px;}
.home_vote_bot_content{background: var(--redbg);color: #fff;padding: 30px;text-align:center;margin-top:-5.875rem;margin-right: 2rem;}
.home_vote_bot_content *{color: #fff;}
.home_vote_bot_content:before{content: ""; position: absolute; left:0;bottom:0;display: block;width:170px;height:140px;background: url(../images/season6/star-user-icon.svg) no-repeat right top;background-size: 190px;}
.home_vote_bot_content .section_title{font-size: 2.125rem;}
.home_vote_bot_content .highlighted-text{padding: 0px 100px 30px;}
.home_vote_bot_content .btn-btheme{border-color: #fff; line-height: 36px;height: 36px;}

.home-meet-the-entrep-section{padding: 40px 0 0;}
.home-meet-the-entrep-section .container{position: relative;}
.home-meet-the-entrep-section .container:before{content: ""; position: absolute; left:0;top:50px;display: block; border:1px solid var(--bluebg);border-width: 1px 0 0 1px; width:300%;bottom: 0px;}
.home_entrep_top_content{background:var(--bluebg);padding: 30px;text-align: center;}
.home_entrep_top_content .section_title{color: #fff; line-height: 1.1;margin: 0px;text-transform: none;font-size:3rem;}
.home_entrep_top_content .section_thin_title{color: #fff; line-height: 1.1;margin: 0px;font-size: 2.5rem;}

.home_enrep_bot_section{padding: 40px 15px;}
.home_enrep_bot_section .section_slogan{color: var(--goldtext); font-size:1.25rem; text-align: center;position: relative;padding: 0px 0px 30px;}
.home_enrep_bot_section .section_slogan:after{content: ""; position: absolute; left:50%;width:25px; bottom:0px;height: 2px;display: block;background: #035678;margin-left:-12px;}
.home_enrep_bot_section img{width:130px;margin-bottom: 20px;}
.home_enrep_bot_section .founder{margin: 0px; font-size: 0.95rem;min-height: 2.48rem;}
.home_enrep_bot_section .company-name{font-size: 0.95rem;margin-bottom:5px;line-height: 1.1;}
.home_enrep_bot_section .region-name{font-family:AvenirNextLTPro-Medium; font-size: 0.7rem;text-transform: uppercase;margin-bottom:20px;}
.home_enrep_bot_section .btn-btheme{font-size: 0.8rem;line-height: 30px;}
.entrep-slider-wrapper{width:680px;max-width: 100%; margin:40px auto;}
.entrep-slider-wrapper .slick_slider_item{margin: 10px;}
.entrep-slider-wrapper .slick-arrow{width:40px; height:40px; position: absolute;border: none; -webkit-box-shadow: none;box-shadow: none;top:50%; margin-top:-20px;background-color: transparent;display: block;font-size:18px;text-align: center; line-height: 40px;}
.entrep-slider-wrapper .slick-prev {left:-50px;}
.entrep-slider-wrapper .slick-next{right: -50px;}

.home-global-show-section{padding: 40px 0 0; background: #005678;margin-bottom: 80px;}
.home-global-show-section .section_title{color: #fff; font-size: 2.625rem;}
.home-global-show-section .section_thin_title{color: #fff; position: relative; padding-left: 50px;font-size: 1.625rem;text-transform: uppercase;}
.home-global-show-section .section_thin_title:before{content: ""; position: absolute; left:0%;width:35px; top:50%;height: 2px;display: block;background: #fff;}
.steps_slider{margin-left: 50px;}
.steps_slider .step_number{font-size:1.5rem; font-family:AvenirNextLTPro-Light;font-weight:200;color: var(--goldtext);}
.steps_slider .step_title{font-family:AvenirNextLTPro-Demi; font-size:1.5rem;text-transform: uppercase;color: var(--goldtext);}
.steps_slider .step_desc{font-family:AvenirNextLTPro-Medium;font-style: italic;color: #fff;}
.steps_icons{padding-bottom:40px;}
.steps_icons ul{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:flex-end;align-items: center;padding: 0px;margin:0px;}
.steps_icons ul li{width:46px;height:46px;margin-left:28px;position: relative;}
.steps_icons ul li:before{content: ""; position: absolute;width:28px; top:50%;height:4px;display: block;background: #fff;right:100%;}
.steps_icons ul li:first-child{margin-left: 0px;}
.steps_icons ul li:first-child:before{display: none;}
.steps_icons ul li.current_icon{background: url(../images/season6/step-complete-mark.png) no-repeat center;}
.steps_icons ul li.current_icon.active_icon{background: url(../images/season6/step-check-mark.png) no-repeat center;} 

.gshow_slider_wrapper{margin-top: -40px;-webkit-transform: translateY(40px);transform: translateY(40px);}
.gshow_slider .slick-arrow{width:40px; height:40px; position: absolute;border: none; -webkit-box-shadow: none;box-shadow: none;top:0px; margin-top:0px;background-color:#035678;display: block;font-size:18px;text-align: center; line-height: 40px;color: #fff;}
.gshow_slider .slick-prev {left:auto;right:58.333333%;margin-right:-55px;z-index: 1;}
.gshow_slider .slick-next{left:auto;right:58.333333%;margin-right:-100px;z-index: 1;}

.home-meet-the-drapers-section{padding: 40px 0 0;}
.home-meet-the-drapers-section .container{position: relative;}
.home-meet-the-drapers-section .container:before{content: ""; position: absolute; left:0;top:50px;display: block; border:1px solid #14385b;border-width: 1px 1px 0 1px; width:100%;bottom: 0px;}
.home_mtd_top_content{background:#14385b;}
#about{padding:40px 15px;}
.home_mtd_top_content .section_thin_title{color:var(--goldtext); text-align: center;font-size: 4.375rem;}
.home_mtd_top_content .drapers_bio{text-align: center; color: #fff;padding: 20px 25px;}
.home_mtd_top_content .section_title{color: #fff;}
.home_mtd_top_content .drapers_bio * {color: #fff;}
.judges_top_section{padding-top:40px;padding-bottom:0px;}
.judges_top_section .img-wrap img{width:130px;}
.judges_top_section .section_title{text-align: center; font-size: 2.625rem;text-transform: none;line-height: 1.1;}
.judges_top_section .section_thin_title{text-align: center; color: var(--redtext);line-height: 1.1;}

.judges_slider_wrapper{margin:0px 50px 30px;}
.judges_slider_wrapper .slick-slide{margin: 10px;}
.judges_slider_wrapper .slick-arrow{width:40px; height:40px; position: absolute;border: none; -webkit-box-shadow: none;box-shadow: none;top:50%; margin-top:-20px;background-color: transparent;display: block;font-size:18px;text-align: center; line-height: 40px;}
.judges_slider_wrapper .slick-prev {left:-50px;}
.judges_slider_wrapper .slick-next{right: -50px;}

.judges_slider_wrapper h3{font-size: 0.95rem;margin-bottom: 5px;}
.judges_slider_wrapper h4{font-size: 0.7rem;margin-bottom: 5px;font-family:AvenirNextLTPro-Regular;}

.judges_bot_section .section_title{text-transform: none; text-align: center;}
.judges_bot_section .section_slogan{color:#035678; font-size:1.25rem; text-align: center;position: relative;margin-top: 0px; padding-top: 20px;}
.judges_bot_section .section_slogan:after{content: ""; position: absolute; left:50%;width:25px; top:0px;height: 2px;display: block;background: #035678;margin-left:-12px;}
.home_showrunner_bio_section{padding: 40px 0; background:#035678; }
.home_showrunner_bio_section * {color: #fff;}
.home_showrunner_bio_section .section_title{font-size: 2.5rem;}
.home_showrunner_bio_section .sarika-bio-image{width:118px; margin: 0px;}
.home_showrunner_bio_section .img-wrap{text-align: right;}
#how-to-watch{padding:1rem 0 0px;}
.how_to_watch_top_section{position: relative;}
.how_to_watch_top_section img{width: 100%; height: auto;}
.how_to_watch_top_section .content_section{/*position: absolute; left: 0px; width: 100%;bottom: 0px;*/}
.how_to_watch_top_section .content_section .container{position: relative;}
.how_to_watch_content{position: relative;}
.how_to_watch_content:before{content: ""; position: absolute; right:0;top:0;display: block; background: #fff;width:300%;height: 100%;}
.how_to_watch_content .section_title{position:relative; text-transform: none;font-size: 2.625rem;}
.how_to_watch_content .section_thin_title{position: relative;text-transform: uppercase; color:var(--redtext); font-size: 1.5625rem;padding-left: 50px;}
.how_to_watch_content .section_thin_title:before{content: ""; position: absolute; left:0%;width:35px; top:50%;height: 2px;display: block;background:var(--redbg);}
.how_to_watch_bot_section .how_to_watch_media_logos_wrapper{margin: 30px auto;/*width:710px; max-width: 100%;*/}
.how_to_watch_bot_section .how_to_watch_media_logos_wrapper ul{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: center;margin: 30px 0 10px;}
.how_to_watch_bot_section .how_to_watch_media_logos_wrapper ul li{position: relative;}
.how_to_watch_bot_section .how_to_watch_media_logos_wrapper ul li:after{content: ""; position: absolute; right:0;width:1px; top:0;height:105px;display: block;background:#14385b;}
.how_to_watch_bot_section .how_to_watch_media_logos_wrapper ul li:last-child:after{display: none;}
.how_to_watch_bot_section .how_to_watch_media_logos_wrapper .media_logo_slick_slider_item{position: relative;text-align: center;padding: 0px 10px;}

.how_to_watch_bot_section .how_to_watch_media_logos_wrapper .media_logo_slick_slider_item:after{content: ""; position: absolute; right:0;width:1px; top:0;height:105px;display: block;background:#14385b;margin-right:-1px;}
.how_to_watch_bot_section .how_to_watch_media_logos_wrapper img{height: 60px;width: auto;display: inline-block;}
.how_to_watch_bot_section .how_to_watch_media_logos_wrapper .media_logo_slick_slider_item h5{letter-spacing: 0px !important;font-size: 1.3rem;}
.how_to_watch_media_logos_slider .slick-slide{}
.how_to_watch_media_logos_slider .slick-arrow{width:40px; height:40px; position: absolute;border: none; -webkit-box-shadow: none;box-shadow: none;top:60px; margin-top:-20px;background-color: transparent;display: block;font-size:18px;text-align: center; line-height: 40px;}
.how_to_watch_media_logos_slider .slick-prev {left:-50px;}
.how_to_watch_media_logos_slider .slick-next{right: -50px;}


.footer_disclaimer_section{background: #005678; color: #fff;padding:20px 0}
.footer_disclaimer_section * {color: #fff;}
.footer_disclaimer_section p{margin: 0px; color: #fff; font-size: 0.7rem;}
.footer-logo img{width: 185px; height: auto;}
.footer_copyright_section{background: var(--bluebg);padding:15px 0;margin-top: 5px;}
.footer_copyright_section *{color: #fff;}
.footer_copyright_section p{margin-bottom:0px;font-size: 0.7rem;}
.footer_copyright_section p a{color: #fff;}
.footer_copyright_section ul{-ms-flex-pack: end !important;justify-content: flex-end !important;}
.footer_copyright_section .social-list li a em{color:var(--regulartext);}
/**inner pages**/
.innerpages{margin: 0px;}
/*.innerpages .fixed-header .main-menu-row::before{height: auto;bottom: -45px;transition-duration: 0.5s;}
.innerpages .fixed-header.top-fixed-header .main-menu-row::before{height: auto;bottom:0px;transition-duration: 0.5s;}*/
.inner_page_title_wrap{padding: 45px 0; background: #005678;}
.inner_page_title_wrap .section_thin_title{font-size: 3.75rem; color: var(--goldtext);line-height: 1.1;position: relative;}
.inner_page_title_wrap .slogan_content{color: #fff; font-family:AvenirNextLTPro-Bold;font-size: 1.375rem; line-height: 1.2;padding-left: 30px;}
.inner_page_title_wrap .container{position: relative;}
.inner_page_title_wrap .slogan_border{position: inherit;}
.inner_page_title_wrap .slogan_border:after{content: ""; position: absolute; left:0%;top:-3rem;display: block; border:1px solid var(--goldbg);width:300%;z-index: 1;bottom: 0px;}
.inner_page_banner_below_title .magic-hide .mshow{max-width: none;width: auto;}

.page_subtitle_below_banner{padding: 20px 0;}
.page_subtitle_below_banner .section_title{font-size:3.375rem; text-transform: none;line-height: 1.1;}
.vote_page .page_subtitle_below_banner .container{position: relative;}
.vote_page .page_subtitle_below_banner .container:before{content: ""; position: absolute; left:0;top:50%;display: block; background: url(../images/season6/two_hands.svg) no-repeat center;width:230px;height:240px;-webkit-transform: translateY(-50%);transform: translateY(-50%);background-size: 220px auto;}
.vote_page .page_subtitle_below_banner .section_title{ color:var(--redtext);text-transform: none;}
.easystep_section .container{position: relative;}
.easystep_section .container:after{content: ""; position: absolute; right:0;top:10px;display: block; background: url(../images/season6/star-user-icon-blue.svg) no-repeat center;width:210px;height:210px;-webkit-transform: translate(30%, 20%);transform: translate(30%, 20%);}


.easystep_section .container:before{content: ""; position: absolute; left:33.3333%;top:0;display: block; border:1px solid var(--redbg);width:300%;bottom:30px;z-index: 1;}
.easystep_section ol{padding-left: 2rem;}
.easystep_section ol li{font-size: 1.4rem;line-height: 1.1; }
.prize_content{background: var(--bluebg); padding-top: 2rem; padding-bottom: 2rem;}
.prize_content .section_subtitle{text-transform: uppercase;font-size: 2.125rem;color: #fff;padding: 0px 5rem;}
.prize_bot_section .highlighted-text{padding: 2rem 3rem;font-size: 1.48rem;}

.voting-page-main-section{padding: 30px 0;}
.voting-page-main-section .container{position: relative;padding-bottom: 30px;}
.voting-page-main-section .container:before{content: ""; position: absolute; left:0;top:50px;display: block; border:1px solid #14385b;width:100%;bottom: 0px;}
.vote_top_content .section_title{font-size: 3.375rem; text-transform: none;line-height: 1; text-align: center;margin: 20px 0;}
.vote_top_content .section_title span{display: inline-block; background: #fff;line-height: 60px;}
.region_cat ul{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: center;align-items: center;}
.region_cat ul li{padding: 3px; margin:0px 0px 3px 3px; border: 1px solid #00385f; color:#00385f;margin-right: 3px;line-height: 1; font-size: 0.8rem; }
.vote_top_content .section_thin_title{text-align: center; font-size: 2rem; color: var(--goldtext);color:var(--redtext);font-family:AvenirNextLTPro-Demi;font-weight: normal;}

.progress-ring-wrap{width:160px; height: 160px;position: relative;margin-left: auto; margin-right: auto;}
.progress-ring-wrap:before{content: ""; position: absolute; left:2px;top:2px;display: block; border:1px solid #952c27;width:156px;height: 156px;-webkit-border-radius: 50%;border-radius: 50%;}
.progress-ring-wrap .progress-ring{width:100%; height: 100%;}
.progress-ring__circle {stroke-width:5px;stroke:#952c27;fill: transparent; transition: 0.35s stroke-dashoffset; transform: rotate(-90deg);transform-origin: 50% 50%;}
.progress-ring-wrap img{position: absolute; top:50%; left:50%; width:90%; height: auto;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);/*-webkit-border-radius:200px;border-radius:200px;*/}
.entre-items .entre-content{text-align: center;}
.entre-items .entre-content h4{font-size: 1.5rem;font-family:AvenirNextLTPro-Regular; text-transform: uppercase; text-align: center;}

.entre-items .entre-content{}
.entre-items .entre-short-bio-content{position: relative;padding-bottom:50px;}
.entre-items .entre-content p{line-height: 20px;margin-bottom: 0px;height:auto;overflow: hidden;}
.entre-items .entre-content .bio-read-more{width:60px;line-height:30px; min-width:60px;margin-bottom: 5px;position: absolute; left:50%; bottom:0px;margin-left: -30px;text-transform: none;display:none;border: 0px !important; background: none !important; color: var(--redtext);}
.entre-items .entre-content .bio-read-more:hover{color: var(--bluetext);}
.entre-items .entre-content .bio-read-more.active{display: block;}

.entre-items{padding-bottom:100px;}
.entre-items .btn-wrapper{position: absolute; bottom:20px;left: 0px; width: 100%; text-align: center;padding: 0px 15px;}
.entre-items .btn-btheme{width:180px; text-align: center;margin-bottom: 5px;}
#vote_page .bottom_slogan{padding-bottom: 30px;}
#vote_page .bottom_slogan .section_thin_title{font-size: 4.375rem;text-align: center; color: var(--goldtext);}
#vote_page .bottom_slogan .section_thin_title a{color: var(--goldtext);}
#vote_page .bottom_slogan .section_thin_title a:hover{color: var(--bluetext);}
.innerpages.mtd_login{margin-bottom: 0px;}
/**login page*/
.page_title_wrap .page_title_border{}
.page_title_wrap .page_title_border:before{content: ""; position: absolute; right:0;top:-1.5rem;display: block; border:1px solid var(--goldbg);width:300%;bottom:-200px;bottom: -1.5rem;z-index: 1;}
.login_page_title_wrap .page_title_border:before{bottom: -1.5rem;}
.signup-btn-area .signup-btn{width:320px; max-width: 100%;margin: 0px auto;}
.signup_page_title_wrap .page_title_border:before{bottom: -1.5rem;}
.signup-btn-icons{margin: 0px;line-height: 30px;}
.signup-btn-icons1{margin: 0px;line-height: 30px;}
.signup-btn-text-space{line-height: 30px;}
.login-content-wrap{position: relative; top:auto;z-index:auto;top:auto;-webkit-transform: translateY(0%);transform: translateY(0%);}
.login-content-wrap .login-form-wrapper{background: var(--bluebg);margin:0px 0px 30px;padding-top:50px;padding-bottom:20px;}
.login-content-wrap .login-form-wrapper .btn-btheme{font-size: 1.375rem;}
.login-content-wrap .login-form-wrapper .btn-btheme:hover,
.login-content-wrap .login-form-wrapper .btn-btheme:focus{border-color: var(--goldbg);}
.signup-blk-header h5{background: none;color: #fff;}
.login-content-wrap .login-form-wrapper label{margin-bottom: 0px;}
.forgot-wrap{position: relative;}
.forgot-password{right:20px;}
.already-acc-text p{color: #fff;}
.already-acc-text p a {font-weight: normal; color: var(--goldtext);display:inline-block; padding:5px 20px;}
.already-acc-text p a:hover{color: #fff;}
.label-wrap{margin-bottom: 5px; padding-left: 10px;}
.label-wrap label{color: var(--goldtext)}
#voteLoginForm .label-wrap{margin-bottom: 1rem;}
.signup-text .section_title{font-size: 3.325rem; text-transform: none;}
.terms-policy-text p{color:#fff;}
.terms-policy-text p a{color: var(--goldtext);}
.terms-policy-text p a:hover, .terms-policy-text p a:focus{color:#fff;}
#MTDLoginModal .modal-dialog{width:1000px; max-width: 95%;margin: 0px auto;}
#MTDLoginModal .modal-dialog .modal-content{background: transparent;border:0px;}
#MTDLoginModal .modal-close-btn{position: absolute; top:0px; right:0px;z-index: 1;}
#MTDLoginModal .modal-close-btn .btn-close{width:40px; height:40px; background: #fff url(../images/season6/close_btn.png) no-repeat center;background-size: 20px auto; text-indent: -99999px;-webkit-border-radius:50%;border-radius:50%;}
#MTDLoginModal .login-content-wrap .login-form-wrapper{margin: 0px 0px 30px;;padding:50px;}
.modal-backdrop{background: rgba(0,86,120,0.9);opacity: 1;}
.modal-backdrop.show{opacity: 1;}
p.assure-text{text-align: center;color: #fff;}
#MTDLoginModal .login-content-wrap .section_title{text-transform: none; font-size: 2.375rem; text-align: center;line-height: 1.1;color: #fff;}
#MTDLoginModal .login-content-wrap .section_thin_title{text-transform: none; font-size: 2.375rem; text-align: center;line-height: 1.1;color: #fff;}

.attend-casting-call .container{position:relative;padding-top: 30px; padding-bottom: 30px;}
.attend-casting-call .container:before{content: ""; position: absolute; left:23%;top:0;display: block; border:1px solid var(--redbg);width:300%;bottom:0px;}
.attend-casting-call .container:after{content: ""; position: absolute; right:0;top:0px;display: block; background: url(../images/season6/casting-icon.png) no-repeat center;width:250px;height:250px;-webkit-transform: translateX(40%);transform: translateX(40%);}
.casting_call_content {position: inherit;}
.casting_call_content .highlighted-text{position: relative;padding-right: 125px;}
.casting_call_content .highlighted-text p{line-height: 1.3;}
.casting_call_content .highlighted-text p a{color: var(--goldtext);font-family:AvenirNextLTPro-Demi;}
.casting_call_content .highlighted-text p a:hover{color:var(--bluetext);}
.casting_contact_content{background: var(--bluebg);padding:2rem;}
.casting_contact_content .highlighted-text p{color: #fff;margin: 0px;}
.casting_contact_content .highlighted-text p a{color: #fff;}
.casting_contact_content .highlighted-text p a:hover{color:var(--goldtext);}
.pro_applied_removed{font-size: 1rem; color: #ff0000; text-align: center;}
.event-schedule-table{padding-bottom: 30px;}
.event-schedule-table .section_title{font-size: 2.5rem; color: var(--redtext); text-transform: none; text-align: center;}
.event-schedule-table .table-bordered th{text-align: center; text-transform: uppercase;color:var(--regulartext);}
.event-schedule-table .table-bordered th,
.event-schedule-table .table-bordered td{border-color:var(--bluebg);}
.event-schedule-table .table-bordered th{border-width: 0px 1px 1px 1px;}
.event-schedule-table .table-bordered th:first-child,
.event-schedule-table .table-bordered td:first-child{border-left-width: 0px;}
.event-schedule-table .table-bordered th:last-child,
.event-schedule-table .table-bordered td:last-child{border-right-width: 0px;}
.event-schedule-table .table-bordered tr:last-child td{border-bottom-width: 0px;}

.startups_content_section .container{position: relative;padding-bottom: 30px;}
.startups_content_section .container:before{content: ""; position: absolute; left:0;top:50px;display: block; border:1px solid var(--redbg);width:100%;bottom: 0px;}
.startups_top_content .section_title{font-size: 2.9rem; text-transform: none;line-height: 1; text-align: left;margin: 20px 0;}
.startups_top_content .section_title span{display: inline-block; background: #fff;line-height: 60px;margin-left: 2rem;}
.startups_content_section .inner-entre-wrapper{text-align: left;}
.startups_content_section .inner-entre-wrapper .img-responsive{}
.startups_content_section .inner-entre-wrapper a.entre-logo-link{-webkit-border-radius: 0px; border: 0px;width:340px; max-width: 100%; margin-left: auto; margin-right: auto;}
.startups_content_section .inner-entre-wrapper .entre-logo{position:relative; display: block; margin-right: 10%;left: auto;width:70px; margin-top: -40px;}
.startups_content_section .inner-entre-wrapper a span{padding:0px 10px;color: var(--bluetext);}
.startups_content_section .inner-entre-wrapper a span span{color: var(--bluetext);}
.startups_content_section .inner-entre-wrapper .entre-title{margin-top: 0px;font-family:AvenirNextLTPro-Bold; color: var(--bluetext);}
.startups_content_section .inner-entre-wrapper a span.entre-location{color:var(--goldtext);}
.startups_content_section .inner-entre-wrapper .entre-offers .c-tags{color: var(--bluetext);background: none;border:1px solid var(--bluebg);-webkit-border-radius: 0px;border-radius: 0px;}
.startups_top_content_big_container{margin-bottom: 30px;}
.startups_content_section .inner-entre-wrapper .entre-title .number_count{border-color: var(--goldbg);}

.watch_video_page .season-video-wrapper{padding-right: 15px;margin:2rem 0;}
.watch_video_page .season-video-wrapper:before{content: ""; position: absolute; left:0;top:-1rem;display: block; border:1px solid var(--redbg);width:300%;bottom:-1rem;}
.season-video-wrapper-inner{position: relative;}
.watch_video_page_title_wrap .section_thin_title span{font-size:1.875rem; text-transform: uppercase;}
.watch_video_page .season-video-wrapper .video_title h3{color:var(--redtext);font-size:2.5rem;}
.watch_video_page .season-video-wrapper .video_title h3 span{display: block;font-family:AvenirNextLTPro-Light;font-weight:200;font-size: 2.25rem;}
.watch_video_page .season-video-wrapper .video_content{padding-top:15px;}
.watch_video_page .season-video-wrapper .video_content p{font-size: 1.125rem;}
.watch_video_page.season4_watch_video_page .season-video-wrapper .video_content p:last-child{color: var(--goldtext); font-family:AvenirNextLTPro-Medium;font-style: italic;}
.video_image_slider div a span{color:#005678; font-size: 1.125rem;}
.video_image_slider div a span strong{display: block; border: 0px;color:#005678;font-size: 1.125rem;}
.video_list_wrap .section_thin_title{font-size: 3.75rem;}
.confirmation-sub-content{padding: 4rem 2rem;}
.confirmation-sub-content .section_title{text-transform: none;}
.applyonline-content-wrap .applyform-text{padding: 2rem 0;}
.applyonline-content-wrap .applyform-text p{font-size: 1.125rem;}
.signup-blk-form form label{color: var(--goldtext); padding-left: 10px;}
.signup-blk-form .forgot-password{top:auto; bottom: 0px;}
.apply-online-blk-form form label{color: var(--goldtext)}
.email-login-blk{margin-top: 0px;}

.contactus_page_title_wrap .page_title_border:before{bottom:-45px; border-width: 1px 1px 0px 1px;}
.contact-form-text-border{padding-top: 30px; padding-bottom: 30px;}
.contact-form-text-border:before{content: ""; position: absolute; right:0;top:0px;display: block; border:1px solid var(--goldbg);width:300%;bottom:-15px;z-index: 1;border-width: 0px 1px 1px 1px;}
.contact-form-text-background{padding:30px;}
.contact-form-text-background:before{content: ""; position: absolute; left:0;top:0px;display: block; background: var(--bluebg);width:300%;bottom:0px;}
.contact-form-text-background > div{position: relative;}
.contact-form-text-background *{color: #fff;}
.contact-form-text-background a{color:var(--goldtext);}
.contact-form-text-background a:hover{color: #fff;}
.contact-form-text-background .hightlighted-text a{color: var(--goldtext);}
.contactus-content-wrap .contactus-form-wrapper{padding-top: 0px; padding-bottom: 0px;background:#0d5f7f;}
.contactus-form-wrapper .contactus-btn-area {margin:3rem ; background: var(--bluebg);padding-top: 2rem;}
.vote_err_msg{display:block;font-size:0.8rem;line-height: 1.3;padding: 0 0 5px;}
.region_cat ul li{cursor: pointer;}
.region_cat ul li.active{background: #00385f; color:#fff;}
.entre-items{padding-bottom: 120px;}

#EntreDetailsModal .modal-dialog{width:1000px; max-width: 95%;margin: 0px auto;}
#EntreDetailsModal .modal-dialog .modal-content{border:0px;-webkit-border-radius: 0px;border-radius: 0px;}
#EntreDetailsModal .modal-close-btn{position: absolute; top:0px; right:0px;z-index: 1;}
#EntreDetailsModal .modal-close-btn .btn-close{width:40px; height:40px; background: #fff url(../images/season6/close_btn.png) no-repeat center;background-size: 20px auto; text-indent: -99999px;-webkit-border-radius:50%;border-radius:50%;}
#entre-details-wrap{padding-top: 1rem; padding-bottom: 1rem;}
#entre-details-wrap .logo-wrap {text-align: center; margin-bottom: 20px;padding-bottom: 10px; border-bottom: 1px solid var(--goldbg);}
#entre-details-wrap h5{}

.pitch-event-form-content{padding:3rem 2rem;background:var(--bluebg);}
.pitch-event-form-content .col-form-label{color: #fff;line-height: 1.2;}
.pitch-event-form-content .errormsg{color: #ff0000;}
.pitch-event-form-content .alert{-webkit-border-radius: 0;border-radius: 0;}
.pitch-event-form-content .alert-info,
.pitch-event-form-content .alert-danger{border: 0px; background: none; text-align: center;font-size: 1.2rem;}
.pitch-event-form-content .alert-info{color: var(--goldtext);}
.pitch-event-form-content .alert-danger{color:#ff0000;}

.episode-time-table-wrap .table thead tr th,
.episode-time-table-wrap .table tbody tr td{border:1px solid #d7d7d7;}
.episode-time-table-wrap .table thead tr th{background: var(--bluebg); color: #fff;text-align: center;font-family: AvenirNextLTPro-Bold; font-weight: normal;}
.episode-time-table-wrap .table tbody tr.highlighted td{background: var(--redbg); color: #fff;text-align: center;font-family:AvenirNextLTPro-Demi; font-weight: normal;}

.btn-header-wraper{text-align: right;padding-top:10px;}
.btn-header-wraper .btn-btheme{min-width: 120px; padding: 0px 15px; line-height:30px; font-size: 1rem;text-transform: none;}

.winprize_section{position: relative;}
.winprize_section .container{position: relative;padding-top:0rem;padding-bottom:100px;margin-top:130px;}
.winprize_section .container:before{content: ""; position: absolute; left:0px;top:0;display: block; border:1px solid var(--goldbg);width:90%;bottom: 0px;}
.prize_content .section_subtitle{text-transform: uppercase;font-size: 2.125rem;color: #fff;padding: 0px 5rem;}
.winprize_section .app_cta_section{background: var(--goldbg);padding: 1.5rem;margin-top: -110px;}
.winprize_section .app_cta_section .section_title{color: #fff; text-transform: none;text-align: center;font-size: 2rem;}

.winprize_section .app_cta_section ul{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: center;align-items: center;margin-bottom: 1rem;}
.winprize_section .app_cta_section ul li{-ms-flex: 0 0 auto;flex: 0 0 auto;max-width: auto;width:auto;text-align: center;padding:5px; }
.winprize_section .prize_title_wrap{padding-top: 2rem;}
.winprize_section .prize_title_wrap .section_thin_title{text-transform: uppercase;color: var(--goldtext);}
.winprize_section .prize_title_wrap .section_thin_title strong{text-transform: none; font-family:AvenirNextLTPro-Bold;}
.winprize_video_section{margin-top: -60px;margin-bottom:60px;}
.play_learn_section{}

.play_learn_section{padding: 30px 0 0;}
.play_learn_section .container{position: relative;padding-bottom: 30px;padding-bottom: 70px;}
.play_learn_section .container:before{content: ""; position: absolute; left:0;top:50px;display: block; border:1px solid var(--redbg);width:300%;bottom: 0px;}
.play_learn_top_content .section_thin_title{font-size: 3.43rem; text-transform: none;line-height: 1;margin: 20px 0 0;color:var(--redtext);padding:0 40px;}
.play_learn_top_content .section_thin_title span{display: inline-block; background: #fff;line-height: 60px;padding: 0px 10px;}
.play_learn_top_content .section_title{font-size: 3.25rem;margin: 0px;padding:0 50px 30px;color:var(--redtext);text-transform: none;}
.play_learn_content .highlighted-text{margin-bottom: 20px;font-family:AvenirNextLTPro-Bold;line-height: 1.2;letter-spacing: 0px;padding-right: 30px;}

.watch5video_top_content{position: relative;padding-bottom: 70px;margin-top: -40px;margin-bottom: -70px;}
.watch5video_top_content:before{content: ""; position: absolute; right:25%;top:0px;display: block; background:var(--bluebg);width:150%;bottom: 0px;}
.watch5video_top_content .section_title{font-size: 3.25rem;margin: 20px 0 0;color:#fff;text-transform: none;padding-left: 50px;}
.watch5video_top_content .section_thin_title{font-size: 3.43rem; text-transform: none;line-height: 1;margin:0;color:#fff;padding:0 0 30px 50px;}
.watch5video_videos_item{margin-bottom:50px;}
.faq_section{padding-bottom:60px;}
.faq_top_content{}
.faq_top_content .section_title{font-size: 3.25rem;margin: 20px 0 0;padding-left: 50px;}
.faq_section_content .faq-accordian{padding-left: 50px;}
.faq-accordian .card{border: 0px;-webkit-border-radius: 0px;border-radius: 0px;margin-bottom:10px;}
.faq-accordian .card .accordian_btn a{font-size: 1.5rem;position: relative; padding: 5px 30px;font-family:AvenirNextLTPro-Bold;line-height: 30px;}
.faq-accordian .card .accordian_btn a:before{content: ""; position: absolute; width:20px;height: 30px;display: block;left: 0px;top:4px;background: url(../images/season6/faq-bullet.png) no-repeat center;transform: rotate(0deg);transform-origin: 50% 50%;}
.faq-accordian .card .accordian_btn a.collapsed:before{transform: rotate(-90deg);transform-origin: 50% 50%;}
.faq-accordian .card .faq_text{font-size: 1.5rem;line-height: 1.5;}

#MTDSignUpLoginModal .modal-dialog{width:800px; max-width: 95%;margin: 0px auto;}
#MTDSignUpLoginModal .modal-dialog .modal-content{border:0px;}
#MTDSignUpLoginModal .modal-close-btn{position: absolute; top:0px; right:0px;z-index: 1;}
#MTDSignUpLoginModal .modal-close-btn .btn-close{width:40px; height:40px; background: #fff url(../images/season6/close_btn.png) no-repeat center;background-size: 20px auto; text-indent: -99999px;-webkit-border-radius:50%;border-radius:50%;}
#MTDSignUpLoginModal .login-content-wrap .login-form-wrapper{margin: 0px 0px 30px;;padding:50px;}
#MTDSignUpLoginModal .login-content-wrap .section_title{text-transform: none; font-size: 2.375rem; text-align: center;line-height: 1.1;}
#MTDSignUpLoginModal .login-content-wrap .section_thin_title{text-transform: none; font-size: 2.375rem; text-align: center;line-height: 1.1;}

.india_applicants_page .page_subtitle_below_banner .h1.section_title{font-size: 4rem; color: var(--goldtext);text-transform: uppercase;}
.india_applicants_page .casting_call_content .highlighted-text p a{color: #fff;}
.india_applicants_page .attend-casting-call .container::after{top:auto; bottom: 0px;-webkit-transform: translate(20%, 10%);transform: translate(20%, 10%);}
p.deadline_text{color: var(--redtext); font-family:AvenirNextLTPro-Medium;font-style: italic;margin-bottom: 2rem;}
.logos_wrap ul{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content:flex-start;align-items: center;margin-bottom: 1rem;}
.logos_wrap ul li{-ms-flex: 0 0 auto;flex: 0 0 auto;max-width:none;width:auto;text-align: center;padding: 0px 0px 0 20px; margin-left: 20px;position: relative;}
.logos_wrap ul li:before{content: ""; position: absolute; width:2px;height:100%;display: block;left:0px;top:0px;background: var(--bluebg);}
.logos_wrap ul li:first-child{padding: 0px; margin: 0px;}
.logos_wrap ul li:first-child:before{display: none;}
.logos_wrap ul li img{width: 200px;height: auto;}

/**responsive***/
@media only screen and (max-width: 991px){
#header{padding: 0px;}
.main-menu-row:before{left:50%;}
.headerbg .row::before{display: none;}
.home_watch_tv_show_section .home_video_wrap{min-height: 10px;padding: 0px;}
.home_watch_tv_show_section .home_video_container{position: relative; width: 100%; height: auto;right: auto;}
.regionlist{margin-top: 40px;}
.home_vote_top_content{padding-bottom: 20px;}
.home_vote_bot_content{margin-right: 0px;padding-bottom: 100px;}
.home_vote_bot_content .highlighted-text{padding: 0px 0px 30px;}
.header-social-wrap .social-list {  justify-content: flex-end;  margin-bottom: 20px;}
.inner_page_title_wrap .slogan_border:after{top:0px;left: 15px;height: 120%;}
.inner_page_title_wrap .slogan_border{padding-top: 20px;}
.easystep_section .container{}
.easystep_section .container:before{left:15px;}
.easystep_content_wrap{padding-left:30px;}
.steps_icons ul li{margin-left:16px;position: relative;width:36px; height: 36px;}
.steps_icons ul li.current_icon{background-size:32px auto;}
.steps_icons ul li.current_icon.active_icon{background-size:32px auto;}
.steps_icons ul li:before{width:16px;}
.prize_content .section_subtitle{padding: 0px 30px;}
.prize_bot_section .highlighted-text{padding: 2rem 30px;}
.inner_page_title_wrap .section_thin_title{}
.vote_page_title_wrap .section_thin_title{padding-left: 30px;}
.page_title_wrap .page_title_border:before{bottom:-1.5rem;}
.attend-casting-call .container:before{left:0px;}
.attend-casting-call .container:after{width:140px;height: 150px;background-size: cover;-webkit-transform: translateX(10%);transform: translateX(10%); }
.contactus_page_title_wrap .page_title_border:before{bottom: -45px;}

.how_to_watch_bot_section .how_to_watch_media_logos_wrapper .slick-list:before{content: ""; position: absolute; left:0;width:1px; top:0;height:105px;display: block;background:#14385b;}
.how_to_watch_bot_section .how_to_watch_media_logos_wrapper .slick-list:after{content: ""; position: absolute; right:0;width:1px; top:0;height:105px;display: block;background:#14385b;}
.btn-header-wraper{padding-top: 0px;}
.btn-header-wraper .btn-btheme{min-width: 80px;line-height: 26px;}

}
@media only screen and (max-width: 767px) {
body, html{font-size:13px;}
#logo{width:160px}
#sitewrap{padding-top: 105px;}
#header .user-section span{display: none;}
.footer_copyright_section{text-align: center;}
.footer_copyright_section ul.social-list{-ms-flex-pack: center !important;justify-content: center !important;margin:10px 0;}
#myBtn{display: none !important;}
.home_vote_bot_content{padding-bottom: 150px;}
.home_vote_bot_content:before{width: 150px;}
.home_showrunner_bio_section .img-wrap{text-align: center;}
.how_to_watch_top_section .content_section{position: relative;}
.footer_disclaimer_section{text-align: center;}
.footer_disclaimer_section .footer-logo{padding: 15px 0;}
.entrep-slider-wrapper .slick-arrow{/*display: none !important;*/}
.entrep-slider-wrapper .slick-prev{left:-40px;}
.entrep-slider-wrapper .slick-next{right:-40px;}
.judges_slider_wrapper .slick-arrow{/*display:none !important;*/}
.judges_slider_wrapper .slick-prev{left:-40px;}
.judges_slider_wrapper .slick-next{right:-40px;}
.how_to_watch_media_logos_slider .slick-arrow{display:none !important;}
.vote_page .page_subtitle_below_banner .container{padding-left: 120px;}
.vote_page .page_subtitle_below_banner .container:before{width:100px; height: 110px;background-size: 100% auto;}
.easystep_content_wrap{padding-right:80px;}
.easystep_section .container::after{width:100px; height: 110px; background-size: 100% auto;}
.startups_content_section .startups_top_content_big_container:before{top:60px;}
.startups_top_content_big .section_title span{line-height:40px;}
.startups_top_content .section_title{font-size: 2.2rem;}
.watch_video_page .video_image_slider div a{background: none;}
.watch_video_page .video_image_slider div a img{position: absolute;left:15px;top:10px;width:130px;}
.contactus-form-wrapper .contactus-btn-area{margin: 3rem 0;}
.contactus-form-wrapper .contactus-btn-area{padding: 2rem;}
.steps_slider{margin-left: 0px;}
.gshow_slider .slick-prev{right:0px;margin-right: 42px;}
.gshow_slider .slick-next{right: 0px;margin-right: 0px;}
.play_learn_top_content .section_thin_title{padding: 0px 10px;}
.play_learn_top_content .section_title{padding-left: 20px; padding-right: 20px;}
.winprize_section .container:before{width:95%;}
.watch5video_top_content:before{right:15px;}
.watch5video_top_content .section_title,
.watch5video_top_content .section_thin_title{padding-left: 0px;}
.faq_top_content .section_title,
.faq_section_content .faq-accordian{padding-left: 0px;}
.logos_wrap ul li img{width:125px;height: auto;}
.india_applicants_page .page_subtitle_below_banner .h1.section_title{font-size: 3rem;}
.india_applicants_page .page_subtitle_below_banner .h2.section_title{font-size: 2.5rem;}
.india_applicants_page .page_subtitle_below_banner .h2.section_title .break{display: inline;}
}
@media only screen and (max-width:575px) {
.how_to_watch_bot_section .how_to_watch_media_logos_wrapper ul li:nth-of-type(2n):after{display: none;}
.regionlist{padding-left: 140px;}
.regionlist:before{width:140px; height: 140px;background-size: 100% auto;}
.regionlist ul li{padding-left: 20px;}
.entrep-slider-wrapper{width:300px;}
#MTDLoginModal .login-content-wrap .login-form-wrapper{padding: 50px 20px;}
.watch_video_page_title_wrap .section_thin_title span{display: block;}
.social-list li{margin-left: 9px;}
.india_applicants_page .attend-casting-call .container{padding-bottom: 120px;}
.india_applicants_page .attend-casting-call .container:after{-webkit-transform: translate(0%, 15%);transform: translate(0%, 15%)}
}
@media only screen and (min-width:576px) and (max-width:767px) {
.how_to_watch_bot_section .how_to_watch_media_logos_wrapper ul li:nth-child(3):after{display: none;}
.india_applicants_page .attend-casting-call .container:after{-webkit-transform: translate(20%, 10%);transform: translate(20%, 10%)}
}
@media only screen and (min-width:992px){
.banner_wraper{height: 280px;height: 300px;}
.vote_page_banner_below_title .banner_wraper{height: 280px;}
img.banner_below_title{position: absolute; left: 0px;top:0px;top:-30px;max-width: none;}
.vote_page_title_wrap .slogan_border:after{top:-1.5rem;left: 33.3333%; bottom: -250px;bottom: -1.5rem;}
.contact-form-text-border .highlighted-text{padding-left: 13%;}
.how_to_watch_bot_section .how_to_watch_media_logos_wrapper .media_logo_slick_slider_item:before{content: ""; position: absolute; left:0;width:1px; top:0;height:105px;display: block;background:#14385b;}
.draperx_page .banner_wraper{height:500px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
body, html{font-size:14px;}
.regionlist{padding-left: 150px;}
.regionlist:before{width: 150px;height: 150px;background-size: 140px;}
.regionlist ul li{padding-left: 0px;}
.home_vote_top_image{padding:6rem 0 5rem;}
.how_to_watch_bot_section .how_to_watch_media_logos_wrapper ul li:nth-child(4):after{display: none;}
.vote_page .page_subtitle_below_banner .container{padding-left:150px;}
.vote_page .page_subtitle_below_banner .container:before{width:130px; height: 140px;background-size: 100% auto;}
.easystep_content_wrap{padding-right:130px;}
.easystep_section .container::after{width:130px; height: 150px; background-size: 100% auto;}
.startups_content_section .startups_top_content_big_container:before{top:60px;}
.startups_top_content_big .section_title span{line-height:40px;}
.startups_content_section .inner-entre-wrapper a.entre-logo-link{width:300px;}
.steps_slider{margin-left: 0px;margin-top: 0px;}
.watch5video_top_content:before{right: 0px;}
.winprize_section .container:before{width:95%;}

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
body, html{font-size:15px;}
#sitewrap{padding-top: 114px;}
.how_to_watch_bot_section .how_to_watch_media_logos_wrapper ul li:nth-child(4):after{display:none;}
#season-6-section .media_logos_wrapper{width:750px; margin: 0px auto;}
.home_vote_top_image{padding-bottom: 3rem;}
.startups_content_section .startups_top_content_big_container:before{top:60px;}
.startups_top_content_big .section_title span{line-height:40px;}
.easystep_section .container:before{left:16.666667%;}
.draperx_page img.banner_below_title{max-width: 100%;position: relative;}
.draperx_page .banner_wraper{height: auto;}
}

@media only screen and (max-width: 1199px) {
.how_to_watch_media_logos_wrapper .slick-prev{left: -30px;}
.how_to_watch_media_logos_wrapper .slick-next{right: -30px;}

}

@media only screen and (min-width:320px) and (max-width:389px) {
#logo{width:135px;}
#sitewrap{padding-top:99px;}
.header-social-wrap .social-list li{margin-left:3px;}
#season-6-section .media_logos_wrapper ul li img{height: 45px;}
.casting_call_content .highlighted-text{padding-right:90px;}
.attend-casting-call .container:after{width:100px;height:110px;background-size: cover;-webkit-transform: translateX(0%);transform: translateX(0%); }
.startups_content_section .inner-entre-wrapper a.entre-logo-link{width:300px; }
.startups_top_content .section_title{font-size:1.7rem;}
.g-recaptcha{-webkit-transform-origin: 0% 0%;transform-origin: 0% 0%;transform: scale(0.75); -webkit-transform: scale(0.75);margin-left: 0px;}
.header-social-wrap .social-list{margin-bottom: 10px;}
.btn-header-wraper{padding-bottom: 10px;}

.india_applicants_page .page_subtitle_below_banner .h1.section_title{font-size: 2.5rem;}
.india_applicants_page .page_subtitle_below_banner .h2.section_title{font-size: 2.0rem;}

}
@media only screen and (min-width:320px) and (max-width:374px) {
.entrep-slider-wrapper .slick-prev{left: -20px;}
.entrep-slider-wrapper .slick-next{right: -20px;}
}
@media only screen and (min-width: 1200px) {
.india_applicants_page .attend-casting-call .container::after{-webkit-transform: translate(40%, 10%);transform: translate(40%, 10%);}
}
@media only screen and (min-width: 1800px) {
.container{width:100%; max-width:1400px;}
body,html{font-size: 18px;}
}
@media only screen and (min-width: 2000px) {
.container{width:100%; max-width:1600px;}
body,html{font-size: 20px;}
.entre-items .btn-btheme{width: 220px}
.signup-btn-area .signup-btn{width:400px;}
.slide_item_img-wrap img{width:100%;}
.gshow_slider .slick-prev{margin-right: -54px;}

}
@media only screen and (min-width: 2600px) {
.container{width:100%;max-width:2088px;}
body,html{font-size: 22px;}
}