
body>script+img{display: none;}
body{background: #fff; font-family: Lato, sans-serif;}
main.main{position:relative;}
#smooth-wrapper, #smooth-content{
    background: #fff;
}

/*Nav*/
.lp-nav{
    z-index: 1120;
    position:absolute;
    background: transparent;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 24px;
}
.lp-nav .nav-logo img{
    height: 23px;
}

/*Hero*/
.lp-hero{
    background: #0B1826;
    padding: 80px 0 50px;
    height: 840px;
    min-height: 100vh;
    background-position: top right;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}
.lp-hero .hero-content{
    background-color: #eff0f1;
    border-radius: 20px;
    box-shadow: 0px 4px 33px 10px #1D252D40;
}
.hero-content .hero-content-inner{
    text-align: center;
    padding: 48px 24px;
}
.lp-hero h6{
    margin-bottom: 12px;
    color: #519da5;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    font-family: 'DM Sans', Lato, sans-serif;
}
.lp-hero h1{
    font-family: 'DM Sans', Lato, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 24px;
}
.lp-hero h1 span{
    font-weight: 700;
}
.lp-hero .hero-content .btn-primary{
    background: #519da5;
    border-color: #519da5;
    text-transform: unset;
}
.lp-hero .hero-content .btn-primary:hover, .lp-hero .hero-content .btn-primary:active, .lp-hero .hero-content .btn-primary:focus{
    background: #44858b !important;
    border-color: #407c83 !important;
}
@media(min-width:1020px){
    .lp-hero{
        padding: 120px 0 80px;
        height: 600px;
        min-height: unset;
        background-position: center center;
    }
    .lp-hero .hero-content{
        align-items: center;
    }
    .hero-content .hero-content-inner{
        text-align: left;
        padding: 40px 70px;
    }
    .lp-hero h1{
        font-size: 30px;
        line-height: 42px;
    }
}

/*Form*/
.entity-form-wrapper .entity-form{
    background: #0B1826;
    padding: 30px;
    border-radius: 20px;
}
/* .entity-wrapper h4{
    color: #519da5;
    font-family: 'DM Sans', Lato, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
} */
.entity-form-wrapper .entity-form .form-group .submit-button.btn-primary{
    background-color: #519da5;
    border-color: #519da5;
    font-size: 18px;
    text-transform: unset !important;
}
.entity-form-wrapper .entity-form .form-group .submit-button.btn-primary:hover{
    background-color: #44858b !important;
    border-color: #407c83 !important;
}

/*Details*/
a:not(.btn), a.btn-next {
    color: #519da5;
}
a:not(.btn):hover, a.btn-next:hover {
    color: #44858b !important;
}
img.rounded-wide {
    border-radius: 20px;
}
.schedule-image{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aim-intro{
    text-align: center;
}
.aim-intro h2{
    font-family: 'DM Sans', Lato, sans-serif;
    font-weight: 600;
    text-align: center;
}
.aim-intro h2 a{
    color: #519da5;
    display: inline-block;
}
.aim-intro h6{
    color: #519da5;
    font-family: 'DM Sans', Lato, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}
.event-schedule{
    background-color: #eff0f1;
    border-radius: 10px;
    padding: 30px;
}
.event-detail-headline{
    width: 100%;
    border-bottom: 2px solid #c1c5c8;
    padding-bottom: 18px;
    margin-bottom: 18px;
    text-align: center;
}
.event-detail-headline h4{
    font-family: 'DM Sans', Lato, sans-serif;
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 400;
    color: #1d252d;
}
.event-detail{
    text-align: center;
    margin-bottom: 30px;
}
.event-detail .session-title{
    /* color: #519da5; */
    margin-bottom: 12px;
    font-family: 'DM Sans', Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.event-detail .session-info{
    font-family: Lato, sans-serif;
    font-size: 17px;
    line-height: 25px;
}
.event-detail .detail-title{
    color: #519da5;
    font-family: 'DM Sans', Lato, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.event-note{
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    width: 90%;
    text-align: center;
    margin: 40px auto 20px;
}
@media(min-width:768px){
    .event-schedule{
        padding: 30px 50 80px;
    }
}





/* .event-schedule .event-detail-headline{
    color: #fff;
    font-family: 'DM Sans', Lato, sans-serif;
    font-weight: 900;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
}
.event-schedule .event-detail{
    text-align: center;
    margin-bottom: 30px;
}
.event-detail .detail-title{
    color: #519da5;
    font-family: 'DM Sans', Lato, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.event-detail p.session-title{
    font-size: 20px !important;
    line-height: 24px;
    color: #fff;
}
.event-detail p.session-title span.minor{
    font-size: 18px !important;
}
.event-detail p.divider-after{
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.event-detail p.divider-after::after{
    content:'';
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}
.event-detail .detail-block{
    justify-content: center;
}
.event-detail .detail-block p{
    font-size: 16px;
}
.event-detail .detail-block img{
    
} */
/*medium*/
/* @media(min-width:768px){

    .event-detail .detail-block{
        display: flex;
        align-items: center;
    }
    .event-detail .detail-block p{
        font-size: 18px;
        text-align: left;
    }
    .event-detail .detail-block img{
        width: 35%;
        height: 100%;
        margin-left: 18px;
    }
    .event-detail p.divider-after::after{
        left: 0;
        transform: unset;
    }
} */
/*large*/
/* @media(min-width:992px){
    .event-schedule .event-detail-headline{
        font-size: 34px;
    }
    .event-detail .detail-block img{
        width: 20%;
    }
} */
/*xlarge*/
@media(min-width: 1200px){
    /* .event-detail .detail-block{
        align-items: flex-start;
    }
    .event-detail p.divider-after{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .event-detail .detail-block img{
    }
    .event-detail p.session-title{
        font-size: 24px !important;
    }
    .event-detail p.session-title span.minor{
        font-size: 20px !important;
    }
    .event-detail .detail-block p{
        font-size: 20px;
        line-height: 24px;
    } */
}