/*--------------------------------------------------------------
# Front Page
--------------------------------------------------------------*/

#hero {
    display: -ms-flexbox;
    display: flex;
    height: 590px;
    background-color: #007d8b;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    position: relative;
}
#hero-vid-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: 2;
}
.hero-vid-overlay {
    background-color: rgba(0, 125, 139, .8);
    bottom: 0;
    left: 0;
    margin: 0;
    /* mix-blend-mode: multiply; */
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
@media only screen and (max-width: 969px) {
    #hero-vid-bg, .hero-vid-overlay {
        display: none;
    }
}
.hero-content {
    color: #fff;
    margin: 0 auto;
    max-width: 1050px;
    padding: 0 30px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.hero-content p {
    font-size: 1.125em;
}
.hero-content a, .hero-content a:visited {
	color: #fff;
}
#hero h1 {
    width: 100%;
    max-width: 927px;
    margin: 0 auto 45px;
    color: #fff;
    font-size: 5em;
    text-align: center;
    letter-spacing: -2px;
}
#hero h2 {
    color: #f7901e;
    font-weight: 700;
}
#hero h3 {
    color: #fff;
}
#home-content {
    text-align: center;
	background: #efefef;
}
.home-content {
    padding: 45px 15px;
}
.home-contain {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}
.home-content h2 {
    color: #007d8b;
    font-size: 2.1875em;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}
.home-content p {
    width: 100%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
.hero-ctas {
    display: -ms-flexbox;
    display: flex;
        -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
    margin: 45px auto 15px;
    max-width: 800px;
    width: 100%;
}
.h-right-cta {
    float: right;
}
#hero a.btn {
    background-color: transparent;
    font-size: 1.125em;
    width: 340px;
}
#hero a.btn:hover {
    background-color: #f15c61;
}
#hero a.btn.vid-btn {
    padding: 17px 56px 17px 17px;
    width: auto;
}
#hero a.hero-video-link:after {
    right: 17px;
}
#home-testimonials {
    background-color: #efefef;
}
.home-testimonials {
    padding-bottom: 15px;
}
.vid-btn-contain {
    display: inline-block;
}
/*#home-speakers {
    background-color: #efefef;
    padding-bottom: 90px;
}*/
#home-advisers {
    background-color: #efefef;
    /* margin: 0 0 45px; */
    padding-bottom: 90px;
}
.home-speaker-teaser.row {
    -ms-flex-align: top;
            align-items: top;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    max-width: 920px;
    width: 100%;
}
.home-contain .row .speaker-listings.row, .home-contain .speaker-listings.row {
    margin-bottom: 0;
}
#home-content-0 .row {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    #hero h1 {
        font-size: 3.5em;
    }
    .home-content h2 {
        font-size: 1.75em;
    }
}
@media only screen and (max-width: 767px) {
    #hero {
        height: auto;
    }
    #hero h1 {
        margin-bottom: 30px;
        font-size: 2.5em;
    }
    .hero-content {
        padding: 20px;
    }
    .home-content {
        padding: 30px 15px;
    }
    .hero-content p, .home-content p {
        font-size: 1em !important;
    }
    .home-content h2 {
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 640px) {
    .home-speaker-teaser.row, .hero-ctas {
        display: block;
    }
    #hero a.btn {
        margin-bottom: 10px;
        width: 100%;
    }
    .home-speaker-teaser .speaker-img {
        margin-bottom: 1.71rem;
    }
    #home-speakers, .home-content {
        padding: 20px 5px;
    }
    #home-content-0, #home-content {
        padding: 20px;
    }
    #home-content-0 .columns {
        padding: 0;
    }
    #home-content-0 .columns img {
        margin-bottom: 10px;
    }
    #home-content-0 .row {
        margin: 0 !important;
    }
}
