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

.home-section {
    position: relative;
    padding: 4rem 0 0;
}
.no-hero .entry-content {
    padding-top: 0;
}

/*Home Cards*/

#home-cards {
    background-color: #f1f2f3;
    padding: 60px 20px;
    position: relative;
}
.home-cards-content {
    position: relative;
    z-index: 20;
}
#home-cards h3.card-pre-title, #home-cards h2.card-title {
    text-align: center;
}
#home-cards h3.card-pre-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
#home-cards h2.card-title {
    margin-bottom: 3rem;
}
.home-cards-contain.row {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 1rem;
}
.card-links.row {
    line-height: 1.1em;
    margin: 0 0 4rem;
    text-align: center;
}
.card-links ul {
    margin: 0;
}
.card-links ul li {
    display: inline-block;
    font-weight: 600;
    padding: 0 10px;
    position: relative;
}
.card-links ul li:after {
    background-color: #00B5C6;
    bottom: 0;
    content: '';
    height: 20px;
    margin: auto;
    position: absolute;
    right: -1px;
    top: 0;
    transform: skewX(-20deg);
    width: 2px;
}
.card-links ul li:last-of-type:after {
    content: none;
}
.card-links p {
    font-weight: 700;
    line-height: 1em;
    margin-bottom: .5em;
    text-transform: uppercase;
}
.card-links a {
    color: #333;
    text-decoration: none;
    transition: all .4s ease;
}
.card-links a:hover {
    color: #00B5C6;
    text-decoration: none;
}

/* Video Takeover */

video {
    max-width: 100%;
}
.video-takeover-box {
    background: #fff;
    display: flex !important;
    z-index: 201;
}
.video-takeover-box .lightbox-contain {
    height: auto;
    max-width: 100%;
    position: relative;
    width: 900px;
}
.takeover-video-contain {
    position: relative;
}

/* Custom Timebar */
#custom-timebar {
    background: var(--sc-color-secondary);
    bottom: 2px;
	cursor: pointer;
	height: 6px;
    margin: 0;
	position: absolute;
	width: 100%;
}
#custom-timebar #fill, #custom-timebar #drag {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all .2s ease;
}
#custom-timebar #fill {
    background: #004F5B;
    width: 0;
}
#custom-timebar #drag {
    background: #004F5B;
    border-radius: 50%;
	content: '';
	height: 10px;
    opacity: 0;
    width: 10px;
}
.takeover-close {
    color: #004F5B;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px;
    position: absolute;
    right: -180px;
    text-transform: uppercase;
    top: 0;
    transition: all .4s ease;
    width: 180px;
}
.takeover-close i, .takeover-close:hover {
    color: var(--sc-color-secondary);
}
.takeover-audio-btn {
    background: rgba(0, 0, 0, .4);
    bottom: 8px;
    cursor: pointer;
    display: inline-block;
    height: 39px;
    opacity: .4;
    padding: 8px;
    position: absolute;
    right: 0;
    transition: all .4s ease;
    width: 46px;
}
.takeover-audio-btn:hover {
    background: rgba(0, 0, 0, .6);
}
.lightbox-contain:hover .takeover-audio-btn {
    opacity: 1;
}
.takeover-audio-btn path {
    fill: #fff;
    transition: all .4s ease;
}
#tbtn-mute, .takeover-audio-btn.active-mute #tbtn-play {
    opacity: 0;
}
.takeover-audio-btn.active-mute #tbtn-mute {
    opacity: 1;
}
@media (max-width: 1299px) {
    .takeover-close {
        bottom: -50px;
        left: 0;
        margin: auto;
        right: 0;
        top: auto;
    }
}

/* Home page video */
.home-page-video button:before {
    background-color: transparent;
    background-image: none;
}

/* Home Hero */
.home-hero h1 {
	font-style:italic;
	font-size:4.5em;
	font-weight:700;
	line-height:1;
	color:#fff;
	margin-bottom:0;
}
.home-hero h2 {
	font-style:italic;
	text-transform:uppercase;
	letter-spacing:.1em;
		font-size: 1.95em;
}

#home-cards h3.card-pre-title, .home-hero h2 {
    color: var(--sc-color-secondary);
}

@media (max-width: 1024px) {
    .home-hero h1 {
        font-size: 3.75em;
        margin-bottom: .1em;
    }
}
@media (max-width: 414px) {
    
    .home-hero h1 {
        font-size: 1.75em;
        margin-bottom: .1em;
    }
    .home-hero h2, .home-hero h5 {
        font-size:1em;
    }
        
}


@media (forced-colors: active), (prefers-contrast: more) {
    
    .home-hero h2 {
        color: #fff;
    }
    
}