html {-webkit-font-smoothing: antialiased;}
img{display: block;max-width: 100%;height: auto;}
.modal {overflow-y: auto;}
.modal-open {overflow: auto;}

/* 
* Layout
*******************/

body{font-family: 'Nunito', sans-serif;}

.important-announcement{
    background: #b93030;
    color: white;
    padding: 30px;
    text-align: center;
    font-size: 16px;
}
.important-announcement a{
    color: white;
    text-decoration: underline;
}

.description{padding: 175px 0 175px;background: -webkit-gradient(linear, left bottom, left top, from(#0c1b2f), to(#123a5d));}
.description .container{
    
}
.description h2{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #fdd140;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    margin: 0 0 14px 0;
}
.description p{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
.description p a{
    color: #fdd140;
}

.the-bar{
    background: #FDD140;
    padding: 25px 0 20px;
    height: auto;
    overflow: visible;
    position: relative;
    -webkit-box-shadow: 0px 0 70px 0 #00000030;
            box-shadow: 0px 0 70px 0 #00000030;
    -webkit-box-shadow: 0 13px 25px -14px #040404ab;
            box-shadow: 0 13px 25px -14px #040404ab;
    border: 2px solid #fff;
    border-radius: 25px;
    margin: -59px 0;
    z-index: 11;
    position: relative;
    width: 98%;
    margin-left: 1%;
}
.the-bar .logo-holder{
    margin-top: -87px;
    margin: -87px 0 40px 0;
}
.the-bar .logo-holder img{}
.the-bar .info-holder{
}
.the-bar .info-holder h2{
    margin: 30px 0;
}
.the-bar .info-holder h2 span{
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #232323;
    letter-spacing: 0;
}
.the-bar .info-holder h2 i{
    background: #376FA0;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0px 62px -3px;
}
.the-bar .info-holder h2 span:last-child{}
.the-bar .info-holder p{
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #232323;
    letter-spacing: 0;
    margin: 18px 0;
}
.the-bar .info-holder form{}
.the-bar .info-holder .form-group{
    position: relative;
    width: 100%;
    margin-bottom: 0;
}
.the-bar .info-holder .form-control{
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #282828;
    letter-spacing: 0;
    background: #FFFFFF;
    border-radius: 4px;
    height: 63px;
    width: 100%;
    border: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding-right: 230px;
}
.the-bar .info-holder form .submit-btn{
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    border-radius: 4px;
    background: #376FA0;
    border: none;
    width: 210px;
    height: 51px;
    position: absolute;
    top: 6px;
    right: 6px;
}
.socials{
    text-align: right;
    margin: 45px 0 0 0;
}
.socials .mail{
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #376FA0;
    letter-spacing: 0;
    background: #FFFFFF;
    border-radius: 4px;
    height: 51px;
    display: inline-block;
    width: 157px;
    text-align: center;
    padding: 14px 0;
    margin-right: 10px;
    vertical-align: top;
    text-decoration: none !important;
}
.socials .mail img{
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 0 6px;
}
.socials .social{
    width: 51px;
    height: 51px;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    margin: 0 10px 0 0;
    vertical-align: top;
}
.socials .social:last-child{margin-right: 0;}
.socials .social img{
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#mce-responses{
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    margin: 5px 0 0 0;
}
#mce-responses .response{
    border: 2px solid #376fa0;
    background: #fff;
    padding: 5px 12px;
    border-radius: 4px;}
#mc_embed_signup div.mce_inline_error{
    display: block;
    border: 2px solid #6B0505;
    background: #fff !important;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    margin: 5px 0 0 0 !important;
    color: #000 !important;
}

header{
    background: #FFFFFF;
    -webkit-box-shadow: 0 10px 15px 0px rgba(0, 0, 0, .17);
    box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.17);
    padding: 20px 0;
    position: relative;
    z-index: 5;
}
header .logo{
    display: inline-block;
    vertical-align: middle;
}
header .logo img{
    width: 91px;
}
header .titles{display: inline-block;vertical-align: middle;padding-left: 20px;}
header .titles h1{
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #232323;
    letter-spacing: 0;
    margin: 0;
}
header .titles h2{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #232323;
    letter-spacing: 0;
    margin: 5px 0 0 0;
}
header nav{
    float: right;
    margin: 43px 0;
}
header nav a{
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #376fa0 !important;
    letter-spacing: 0;
    margin-right: 24px;
    text-decoration: none !important;
}
header nav a:last-child{
    margin-right: 0;
}
header .nav-trigger{
    text-decoration: none !important;
    display: none;
}
header .nav-trigger i{
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    width: 34px;
    height: 4px;
    display: block;
    background: #376FA0;
    font-style: normal;
    position: relative;
    border: none;
    border-radius: 40px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
header .nav-trigger i:before{
    top: -8px;
}
header .nav-trigger i:after{
    bottom: -8px;
}
header .nav-trigger i:after, header .nav-trigger i:before{content:'';position: absolute;background: #376FA0;width:100%;height: 4px;border-radius: 40px;display: block;-webkit-transition: all .25s ease;-o-transition: all .25s ease;transition: all .25s ease;}

.the-venue{padding: 200px 0 140px;background: -o-linear-gradient(top, #14243c,#050f1d);background: -o-linear-gradient(bottom, #14243c,#050f1d);background: -webkit-gradient(linear, left bottom, left top, from(#14243c),to(#050f1d));background: linear-gradient(0deg, #14243c,#050f1d);z-index: 5;-webkit-box-shadow: 0 20px 29px -17px #14243b63;box-shadow: 0 20px 29px -17px #14243b63;}

.become-sponsor{padding: 200px 0 140px;z-index: 6;-webkit-box-shadow: 0 20px 29px -17px #0000003b;box-shadow: 0 20px 29px -17px #0000003b;background: -o-linear-gradient(top, #f2f8ff, #bfdcf5);background: -webkit-gradient(linear, left top, left bottom, from(#f2f8ff), to(#bfdcf5));background: linear-gradient(180deg, #f2f8ff, #bfdcf5);}
/*.become-sponsor{background: url(../images/become-sponsor-bg.webp) no-repeat center center;background-size: cover;}*/
/*.no-webp .become-sponsor{background: url(../images/become-sponsor-bg.jpg) no-repeat center center;background-size: cover;}*/

.get-tickets{padding: 140px 0;background: -webkit-gradient(linear, left bottom, left top, from(#0c1b2f), to(#123a5d));background: -webkit-gradient(linear, left bottom, left top, from(#376fa0), to(hsl(207, 70%, 20%)));z-index: 10;-webkit-box-shadow: 0 20px 29px -17px #356c9bb5;box-shadow: 0 20px 29px -17px #356c9bb5;position: relative;width: 98%;margin-left: 1%;}
/*.get-tickets{background: url(../images/ticket-bg.webp) no-repeat center center;background-size: cover;}*/
/*.no-webp .get-tickets{background: url(../images/ticket-bg.jpg) no-repeat center center;background-size: cover;}*/

.financial-aid{padding: 200px 0 140px;z-index: 3;-webkit-box-shadow: 0 20px 29px 0 #0106091c;box-shadow: 0 20px 29px 0 #0106091c;background: -o-linear-gradient(top, #f2f8ff, #bfdcf5);background: -webkit-gradient(linear, left top, left bottom, from(#f2f8ff), to(#bfdcf5));background: linear-gradient(180deg, #f2f8ff, #bfdcf5);}
/*.financial-aid{background: url(../images/financial-bg.webp) no-repeat center center;background-size: cover;}*/
/*.no-webp .financial-aid{background: url(../images/financial-bg.jpg) no-repeat center center;background-size: cover;}*/

.module-content{}
.module-content h2{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    margin: 0 0 26px 0;
    letter-spacing: 0.35px;
}
.module-content p, .module-content li{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    margin-bottom: 20px;
    line-height: 33px;
}
.module-content a{}
.module-content .btn.secondary{
    background: #FDD140;
    color: #232323;
    border-color: #ffffff;
    -webkit-box-shadow: 0 13px 25px -14px #040404ab;
    box-shadow: 0 13px 25px -14px #659aca;
}
.module-content .btn.faded{
    background: #232323;
    color: #fdd140;
    border-color: #fdd140;
    -webkit-box-shadow: 0 13px 25px -14px #fdd14073;
            box-shadow: 0 13px 25px -14px #fdd14073;
}
.module-content .btn{
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    min-width: 210px;
    background: hsla(208, 49%, 30%, 1);
    border-radius: 17px;
    padding: 25px 50px;
    border: 2px solid #fdd140;
    margin: 20px 10px 0px 0;
    
    letter-spacing: 0.4px;
    -webkit-box-shadow: 0 3px 22px -6px #fdd14063;
            box-shadow: 0 3px 22px -6px #fdd14063;
}
.take-part{padding: 180px 0 120px;background: -o-linear-gradient(top, #0c1b2f, #123a5d);background: -webkit-gradient(linear, left top, left bottom, from(#0c1b2f), to(#123a5d));background: linear-gradient(180deg, #0c1b2f, #123a5d);background: -o-linear-gradient(top, #050e1d, #123a5d);background: -webkit-gradient(linear, left top, left bottom, from(#050e1d), to(#123a5d));background: linear-gradient(180deg, #050e1d, #123a5d);z-index: 4;-webkit-box-shadow: 0 20px 29px -17px #0000003b;box-shadow: 0 20px 29px -17px #0000003b;}
.the-venue .venue{}
.the-venue .venue img{
    width: 100%;
    border-radius: 12px;
    border: 2px solid #FDD140;
    -webkit-box-shadow: 0 2px 18px -2px #fdd1405c;
            box-shadow: 0 2px 18px -2px #fdd1405c;
}
.the-venue .venue span{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    text-align: center;
    display: block;
    margin: 10px 0 0 0;
}

footer{
    background: #fdd140;
    -webkit-box-shadow: 0 3px 14px 0 rgba(0,0,0,0.07);
    box-shadow: 0 3px 14px 0 rgba(0,0,0,0.07);
    padding: 60px 0 40px;
    z-index: 2;
}
footer .logo{
    display: inline-block;
    vertical-align: middle;
}
footer .logo img{
    width: 115px;
}
footer .titles{display: inline-block;vertical-align: middle;padding-left: 20px;}
footer .titles h1{
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #232323;
    letter-spacing: 0;
    margin: 0;
}
footer .titles h2{
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #232323;
    letter-spacing: 0;
    margin: 5px 0 0 0;
}
footer nav{
    float: right;
    margin: 23px 0 0;
}
footer nav a{
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #232323 !important;
    letter-spacing: 0;
    margin-right: 30px;
    text-decoration: none !important;
}
footer nav a:last-child{
    margin-right: 0;
}

.text-content-header{
    background: url(../images/bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 120px 0;
}
.text-content-header h2{
    text-align: center;
    color: #fff;
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
.text-content{
    padding-bottom: 75px;
}
.text-content h3{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: hsla(208, 49%, 40%, 1) !important;
    letter-spacing: 0;
    line-height: 1.35em;
}
.text-content p, .text-content li{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #232323;
    letter-spacing: 0;
    line-height: 1.35em;
    margin-bottom: 20px;
}
.text-content p a, .text-content li a{color: #376FA0 !important; text-decoration: underline !important;}
.text-content .full-image{
    border-radius: 4px;
    border: 4px solid #fdd140;
    margin: 10px 0;
}

.keynote-speakers{padding: 140px 0;background: -webkit-gradient(linear, left bottom, left top, from(#0c1b2f), to(#123a5d));background: -webkit-gradient(linear, left bottom, left top, from(#376fa0), to(hsl(207, 70%, 20%)));z-index: 10;-webkit-box-shadow: 0 20px 29px -17px #356c9bb5;box-shadow: 0 20px 29px -17px #356c9bb5;position: relative;width: 98%;margin-left: 1%;}
.keynote-speakers .speakers{
    margin: 32px 0 0 0;
}
.keynote-speakers .speaker{
    font-size: 0;
    margin-bottom: 60px;
    width: 100%;
    float: none;
    background: #ffffff21;
    padding: 16px;
    border-radius: 41px 8px 8px 41px;
    -webkit-box-shadow: 0 6px 10px -4px #09274240;
            box-shadow: 0 6px 10px -4px #09274240;
}
.keynote-speakers .speaker:last-child{margin-bottom: 0;}
.keynote-speakers .speaker img{
    width: 160px;
    display: inline-block;
    border-radius: 26px;
    border: 2px solid #fff;
    
}
.keynote-speakers .speaker .info{
    display: inline-block;
    width: calc(100% - 160px);
    padding: 0 45px 0 25px;
    vertical-align: middle;
}
.keynote-speakers .speaker .info h3{
    font-size: 24px;
    color: #fff;
    margin: 15px 0 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    font-weight: 600;
}
.keynote-speakers .speaker .info p{
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

.organizers {}
.organizers .picture {
    text-align: center;
}
.organizers .name {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.organizers .responsibility {
    text-align: center;
    font-size: 13px;
}
.organizers .row .person {
}
.organizers .row .header {
    padding-top: 25px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}
.organizers .row .person .panel {
    margin: 10px;
}
.organizers .row .person .panel .panel-body img {
    border-radius: 5px;
    margin: 0 auto 10px;
}

.sponsors{padding: 180px 0 120px;background: -o-linear-gradient(top, #14243c,#050f1d);background: -webkit-gradient(linear, left top, left bottom, from(#14243c),to(#050f1d));background: linear-gradient(180deg, #14243c,#050f1d);z-index: 7;-webkit-box-shadow: 0 20px 29px -17px #0000003b;box-shadow: 0 20px 29px -17px #0000003b;}
.sponsors .sponsor-list{}
.sponsors .sponsor{text-decoration: none !important;vertical-align: top;}
.sponsors .sponsor h3{
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    text-align: center;
}
.sponsors .sponsor p{
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    text-align: left;
}
.sponsors .tier-1{
    margin: 60px 0 80px;
    text-align: center;
}
.sponsors .tier-2{
    font-size: 0;
    margin: 80px 0;
    text-align: center;
}
.sponsors .tier-3{
    font-size: 0;
    margin: 80px 0 45px;
    text-align: center;
}
.sponsors .tier-4{
    text-align: center;
    font-size: 0;
    margin: 80px 0 45px;
}
.sponsors .tier-title{
    text-align: center;
    color: #FDD140;
    margin: 20px 0 40px 0;
}
.sponsors .tier-1 h3{
    font-size: 24px;
    margin: 20px 0 10px;
}
.sponsors .tier-2 h3{
    font-size: 20px;
    margin: 14px 0 7px;
}
.sponsors .tier-3 h3{
    font-size: 14px;
    margin: 10px 0 0;
}
.sponsors .tier-4 h3{}
.sponsors .tier-1 p{padding: 0 25px;}
.sponsors .tier-2 p{font-size: 13px;padding: 0 15px;}
.sponsors .tier-1 .sponsor{
    
    display: inline-block;
    float: none;
}
.sponsors .tier-2 .sponsor{
    width: 20%;
    display: inline-block;
    
}
.sponsors .tier-3 .sponsor{
    width: 75px;
    display: inline-block;
    margin: 0 18px 18px;
}
.sponsors .tier-4 .sponsor{
    display: inline-block;
    margin: 0 10px 20px;
}
.sponsors .logo-holder{
    border: 2px solid #FDD140;
    border-radius: 35px;
    margin: 0 auto;
    -webkit-box-shadow: 0 9px 8px -9px #FDD140;
            box-shadow: 0 9px 8px -9px #FDD140;
    -webkit-box-shadow: 0 17px 19px -18px #fdd140c2, 0px 12px 11px -7px #000000a8;
            box-shadow: 0 17px 19px -18px #fdd140c2, 0px 12px 11px -7px #000000a8;
    background: #0000005e !important;
}
.sponsors .logo-holder img{
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 75%;
    max-height: 75%;
}
.sponsors .tier-1 .logo-holder{
    width: 140px;
    height: 140px;
}
.sponsors .tier-2 .logo-holder{
    width: 100px;
    height: 100px;
    -webkit-box-shadow: 0 9px 8px -9px #fdd1407a;
            box-shadow: 0 9px 8px -9px #fdd1407a;
    border-radius: 24px;
}
.sponsors .tier-3 .logo-holder{
    border: none;
    background: #fff;
    width: 75px;
    height: 75px;
    border: 2px solid #376FA0;
    -webkit-box-shadow: 0 9px 8px -8px #376FA0;
            box-shadow: 0 9px 8px -8px #376FA0;
    border-radius: 14px;
}
.sponsors .tier-4 .logo-holder{
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #376FA0;
    -webkit-box-shadow: 0 9px 8px -8px #376fa073;
            box-shadow: 0 9px 8px -8px #376fa073;
    background: #fff;
}
.sponsors .tier-3 .logo-holder img{
}
.sponsors .tier-4 .logo-holder img{}
.sponsors .tier-4 h4 {
    color: #fff;
}

.text-content .container{max-width: 1000px;}
.text-content h4{font-weight: 600;}

.bottom-logos .logos{
    text-align: center;
    margin: 15px 0 15px;
    
}
.bottom-logos .logos a{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.bottom-logos .logos a img{
    width: 100%;
}
.bottom-logos .logos a:after{position: absolute;top: 50%;right: -5px;background: #cacaca;border-radius: 50px;content:'';width: 7px;height: 7px;}
.bottom-logos .logos a:last-child:after{display: none;}
.bottom-logos .logos .cmple{
    width: 255px;
    padding: 0 20px;
}
.bottom-logos .logos .pyist{
    width: 150px;
    padding: 0 20px;
}

.schedule{
    padding: 150px 0 90px;
    
    background: -o-linear-gradient(top, #f2f8ff, #376fa0);
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f8ff), to(#376fa0));
    background: linear-gradient(180deg, #f2f8ff, #376fa0);
    z-index: 9;
    -webkit-box-shadow: 0 20px 29px -17px #0000003b;
            box-shadow: 0 20px 29px -17px #0000003b;
}
.schedule .tabs-holder{
    margin: 40px 0 0 0;
}
.schedule .nav-tabs{
    border-color: #20548230;
    text-align: center;
}
.schedule .nav-tabs li{
    display: inline-block;
    float: none;
}
.schedule .nav-tabs li.active{}
.schedule .nav-tabs li.active a{
    
    border-top: none;
    border-bottom-color: #205482;
    color: #fff;
    border-left: none;
    border-right: none;
    color: #205482;
    opacity: 1;
    font-weight: 700;
    border-bottom-width: 3px;
}
.schedule .nav-tabs li a{
    font-size: 24px;
    color: #205482;
    background: transparent !important;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border: none;
    border-bottom: 1px solid transparent;
    opacity: 0.8;
    margin: 0 14px;
    border-bottom-width: 3px;
}
.schedule .nav-tabs li a:hover, .schedule .nav-tabs li a:focus{
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom-color: #205482;
}
.schedule .tab-content{}
.schedule .tab-content .tab-pane{
    margin: 18px 0;
    font-size: 0;
}
.schedule .tab-content .tab-pane.active{}
.schedule .tab-pane{}
.schedule .tab-pane .time{
    color: #1e4b73;
    font-size: 18px;
    margin: 0;
    padding-left: 24px;
    border-bottom: 1px solid #1e4b73;
    padding-left: 0;
    padding-bottom: 6px;
    font-weight: 700;
}
.schedule .tab-pane .time .note{
    float: right;
}
@media only screen and (min-width:992px) {
    .schedule .tab-pane .row {
        display: table;
        height: 100%;
        margin-bottom: 24px;
    }

    .schedule .tab-pane .row .talk {
        display: table-cell !important;
        height: 100% !important;
    }
}
.schedule .tab-pane .talk{
    padding: 0 16px;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #ffffffad;
    border-radius: 44px;
    margin-bottom: 24px;
    padding: 24px;
    -webkit-box-shadow: 0 6px 10px -4px #376fa00f;
            box-shadow: 0 6px 10px -4px #376fa00f;
    border: 2px solid #fff;
    border-radius: 8px 8px 8px 44px;
}
.schedule .tab-pane .talk.half{
    width: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
.schedule .tab-pane .talk.half:nth-child(2n){border-top-left-radius: 0;border-bottom-left-radius: 0;border-right: 2px solid #fff;border-bottom-right-radius: 8px;border-top-right-radius: 8px;}
.schedule .tab-pane .talk .details-btn{font-family: 'Nunito', sans-serif;font-weight: 600;font-size: 18px;color: #FFFFFF;letter-spacing: 0;background: #376FA0;border-radius: 4px;padding: 12px 60px;border: 2px solid #FFFFFF;margin: 14px 0 0px 0;display: block;text-align: center;height: auto;text-decoration: none !important;background: #FDD140;color: #232323;-webkit-box-shadow: 0 4px 6px -3px #0000002b;box-shadow: 0 4px 6px -3px #0000002b;position: absolute;top: 50%;right: 0;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);margin: 0;display: none;}
.schedule .tab-pane .content{
    font-size: 0;
    padding-right: 0;
    margin-bottom: 32px;
    margin-bottom: 0;
    margin: 20px 0 0;
    position: relative;
}
.schedule .tab-pane .content img{
    display: inline-block;
    width: 100%;
    border-radius: 26px;
    border: 2px solid #fff;
}
.schedule .tab-pane .content .cover{
    display: inline-block;
    width: 140px;
}
.schedule .tab-pane .content .cover .person{}
.schedule .tab-pane .content .desc{
    display: inline-block;
    width: 100%;
    color: #232323;
    font-size: 20px;
    vertical-align: top;
    padding-left: 16px;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0;
    max-width: calc(100% - 140px);
    padding-top: 16px;
}
.schedule .tab-pane .content .desc span{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: block;
    margin-top: 6px;
}
.schedule .tab-pane .cover span{
    display: block;
    margin: 12px 0 0 0;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.schedule .tab-pane .cover span:last-of-type{
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}

.schedule .module-content h2, .become-sponsor .module-content h2, .financial-aid .module-content h2 {color:#333;text-shadow: none;}
.schedule .module-content p, .become-sponsor .module-content p, .financial-aid .module-content p {color:#333;text-shadow: none;}
.get-tickets, .schedule, .keynote-speakers, .sponsors, .become-sponsor, .the-venue, .take-part, .financial-aid{
    border-radius: 0 0 25px 25px;
    margin-bottom: -25px;
    position: relative;
    
    }
    

/* 
* Media Queries
*******************/

@media only screen and (min-width : 1200px) {

}

@media only screen and (max-width : 1200px) {
    .the-bar .info-holder p{margin: 0;}
    .sponsors .tier-2 .sponsor{
    width: 33%;
    margin-bottom: 30px;
    padding-right: 25px;
}
    .sponsors .tier-2{text-align: center;}

}

@media only screen and (max-width : 992px) {

    .schedule{}
    .schedule .tab-pane .content img{vertical-align: top;}
    .schedule .tab-pane .talk .details-btn{
    position: static;
    width: 170px;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    height: 45px;
    padding: 8px 0;
    top: initial;
    margin: 12px 0 0 0;
    font-size: 16px;
}
    .schedule .tab-pane .content .desc{
    width: calc(100% - 160px);
    max-width: none;
    font-size: 22px;
}
    .sponsors .tier-1 .sponsor{
    padding: 0;
    margin-bottom: 60px;
    display: inline;
}
    .sponsors .tier-1{}
    .sponsors .tier-1 .logo-holder{}
    .sponsors .tier-1 h3{}
    .sponsors .tier-1 p{
    max-width: 520px;
    margin: 0 auto;
}
    .container{width: 100%;padding: 0 20px;}
    header .logo img{
    width: 75px;
}
    header .titles{
    padding-left: 12px;
}
    header .titles h1{
    font-size: 18px;
}
    header .titles h2{
    font-size: 14px;
}
    header{padding: 0;}
    header .nav-trigger.opened{}
    header .nav-trigger.opened i{background: transparent;}
    header .nav-trigger.opened i:before{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
    header .nav-trigger.opened i:after{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
    header .nav-trigger.opened i:after, header .nav-trigger.opened i:before{
    top: 0px;
}
    header .nav-trigger{
    display: block;
    float: right;
    margin: 43px 0;
}
    header nav{
    display: none;
    float: none;
    position: absolute;
    top: 110px;
    margin: 0;
    width: 100%;
    background: #fdd140;
    padding: 10px 20px;
    left: 0;
    -webkit-box-shadow: 0 10px 15px 0px rgba(0, 0, 0, .55);
    box-shadow: 0 10px 15px 0px rgba(0, 0, 0, .55);
    text-align: center;
}
    header nav a{
    display: block;
    width: 100%;
    padding: 10px 0;
    font-weight: 700;
    color: #232323 !important;
}
    header .container{padding-top: 10px;padding-bottom: 10px;}
    .the-venue .pull-right{float:none !important;}
    .the-venue .venue img{}
    .the-venue .venue{
    width: 500px;
    max-width: 100%;
    margin: 40px 0 0 0;
}
    .the-bar .pull-right{float:none !important;}
    .the-bar .info-holder{
    display: block;
    width: 100%;
    padding: 0;
}
    .the-bar .logo-holder{
    width: 280px;
    margin: -87px auto 0px auto;
}
    .the-bar .logo-holder img{}
    .the-bar{
    
    margin: -84px auto;
}
    .description .container{
    padding-top: 50px;
    padding-bottom: 50px;
}
    .description p{
    padding: 0;
    margin-bottom: 0;
}
    .the-bar .info-holder h2{
    text-align: center;
    margin: 20px 0 25px;
}
    .the-bar .info-holder p{
    
    text-align: center;
    
    margin: 0px auto 20px;
}
    .the-bar .info-holder .form-group{
    width: auto;
}
    .the-bar .info-holder .form-control{
    width: 100%;
}
    .the-bar .info-holder form .submit-btn{}
    .socials{}
    .socials .mail{}
    .socials .social{}
    .socials .social:last-child{}
    footer .logos{
        text-align: center;
    }
    .schedule .nav-tabs li a{
    font-size: 18px;
    margin: 0;
}
    .schedule .tab-pane .talk .details-btn{width:100%;border-width: 1px;padding: 11px 0;}
    .schedule .tab-pane .cover{font-size: 18px;}
    .schedule .tab-pane .cover span{font-size: 14px;}
    .schedule .tab-pane .content{padding-right:0;}
    .schedule .tab-pane .talk{border-radius: 8px !important;padding: 12px;width: 100% !important;margin-bottom: 12px;border-width: 0 !important;}
    .schedule .tab-pane .content img{
    /* width: 80px; */
    /* height: 80px; */
}
    .schedule .tab-pane .content .desc{
    width: calc(100% - 140px);
    padding-left: 12px;
    font-size: 16px;
}

}

@media only screen and (max-width : 768px) {
    .keynote-speakers .speaker .info h3{
    font-size: 20px;
}
    .keynote-speakers .speaker .info p{
    font-size: 14px;
}
    .get-tickets{} 
    .schedule{
    padding: 90px 0 15px;
}
    .keynote-speakers{padding: 90px 0 45px;}
    .sponsors{
    padding: 90px 0 45px;
}
    .become-sponsor{
    padding: 100px 0 65px;
}
    .the-venue{
    padding: 90px 0 45px;
}
    .take-part{
    padding: 90px 0 65px;
}
    .financial-aid{
    padding: 90px 0 65px;
}
    .module-content .btn{font-size: 18px;padding: 18px 44px;width: 100%;}
    .get-tickets, .schedule, .keynote-speakers, .sponsors, .become-sponsor, .the-venue, .take-part, .financial-aid{}
    .get-tickets{padding: 75px 0 25px;width: 100%;margin: 0;}
    

    .sponsors .tier-1{
    margin: 40px 0 30px;
}
    .sponsors .tier-2{
    margin: 30px 0 0;
}
    .sponsors .tier-3{
    margin: 10px 0 20px;
}
    .sponsors .tier-4{}
    .sponsors .tier-2 .sponsor{
    width: 50%;
}
    .become-sponsor{}
    .keynote-speakers{}
    .keynote-speakers .speakers{margin: 12px 0 45px;}
    .keynote-speakers .speaker{
    margin-bottom: 40px;
    border-radius: 41px 8px 8px 8px;
}
    .keynote-speakers .speaker img{
    display: block;
    width: 120px;
}
    .keynote-speakers .speaker .info{
    padding: 0;
    width: 100%;
}
    footer .socials-holder{float: none !important;text-align: center;}
    footer .socials{
    text-align: center;
}
    footer nav{
    float: none;
    text-align: center;
    margin-top: 30px;
}
    .module-content h2{
    font-size: 24px;
    margin-bottom: 20px;
}
    .module-content p, .module-content li{
    font-size: 18px;
    line-height: 23px;
}
    .the-venue{}
    .take-part{}


    .description{padding: 15px 0 16px;}

    header .logo{
    
}
    header .titles{}
    header nav{
}
    header nav a{
}

    .the-bar .info-holder{
    padding: 0 0px;
}
    .the-bar .logo-holder{
    width: 190px;
}
    .the-bar .logo-holder img{}
    .the-bar{
    margin: 0 auto;
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 20px 0;
}
    .description .container{
   padding: 50px 20px;
}
    .description p{
   font-size: 16px;
}
    .the-bar .info-holder h2{
   
}
    .the-bar .info-holder p{
   margin-bottom: 10px;
}
    .the-bar .info-holder .form-group{
    
}
    .the-bar .info-holder .form-control{
    padding-right: 10px;
    height: 50px;
}
    .the-bar .info-holder form .submit-btn{
    position: static;
    width: 100%;
    margin: 5px 0;
}
    .socials{}
    .socials .mail{}
    .socials .social{}
    .socials .social:last-child{}
    .the-bar .info-holder h2 i{
    display: none;
}
    .the-bar .info-holder h2 span{
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}
    .the-bar .info-holder h2 span:last-child{
    font-size: 20px;
}
    .description h2{
    font-size: 24px;
}
    .text-content-header{
    padding: 70px 0;
}
    .text-content{padding: 0 20px 40px 20px;}
    .text-content p{
    font-size: 16px;
}
    .text-content h3{
    font-size: 20px;
}

    footer .logos{
        text-align: center;
    }
}

@media only screen and (max-width : 480px) {
    .schedule .tab-pane .time{
    font-size: 16px;
}
    .schedule .tab-pane .content .cover .person{
    display: inline-block;
    width: calc(100% - 75px);
    text-align: left;
    vertical-align: top;
    padding-top: 4px;
}
    .schedule .tab-pane .cover span{
    margin-top: 0;
    text-align: left;
    padding-left: 4px;
}
    .schedule .tab-pane .content .desc{
    width: 100%;
    padding: 16px 0 0 0;
}
    .schedule .tab-pane .content .cover{width: 100%;margin: 0 auto;text-align: left;display: block;}
    .schedule .tab-pane .content img{width:70px;display: inline-block;vertical-align: middle;}
    .bottom-logos .logos a:after{display: none;}
    .bottom-logos .logos .cmple{
    width: 200px;
    padding: 0 14px;
    display: block;
    margin: 0 auto;
}
    .bottom-logos .logos .pyist{
    padding: 0 14px;
    width: 110px;
    display: block;
    margin: 20px auto 0;
}
    .bottom-logos .logos a{}
    .sponsors .tier-2 h3, .sponsors .tier-1 h3{}
    .sponsors .tier-2 .logo-holder img, .sponsors .tier-1 .logo-holder img{}
    .sponsors .tier-2 .logo-holder, .sponsors .tier-1 .logo-holder{}
    .sponsors .tier-2 .sponsor{
    width: 100%;
    padding-right: 0;
}{}
    footer nav a{
    display: block;
    font-size: 14px;
    text-align: left;
    margin: 0 0px 10px 0;
}
    header nav{
    top: 91px;
}
    header .nav-trigger{
    margin: 45px 0;
    position: absolute;
    top: 40px;
    right: 20px;
    margin: 0;
}
    
    header .titles, footer .titles{
    padding-left: 4px;
}
    header .logo img, footer .logo img{
    width: 60px;
}
    header .titles h1, footer .titles h1{
    font-size: 16px;
}
    header .titles h2, footer .titles h2{
    font-size: 13px;
}
    .the-venue .venue{margin:40px auto 0;}
    .the-bar .info-holder p{
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 10px;
}
    .socials{
    text-align: center;
}
    .socials .mail{
    width: 90%;
    margin: 10px 0;
}
    .socials .social{}
    .socials .social:last-child{}

    footer .logos{
        text-align: center;
    }

}

@media only screen and (max-width : 350px) {
    header .logo img, footer .logo img{}
}


@media only screen and (max-width : 320px) {
    
}

.line-the-venue{text-decoration: line-through;}




