﻿.home-vid-hero
{
    position: relative;
    margin: 0 auto;
    max-width: 2000px;
}
.home-vid-hero_body
{
    color: #fff;
    aspect-ratio: 1/1;
    width: 100%;
    max-height: 440px;
    position: relative;
    background-color: #000;
}
@media(min-width: 992px)
{
    .home-vid-hero_body
    {
        aspect-ratio: auto;
        height: calc(100vh - 150px);
        min-height: 550px;
        max-height: 650px;
    }
}
@media(min-width: 1200px)
{
    .home-vid-hero_body
    {
        max-width: 2000px;
        min-height: 650px;
        max-height: 900px;
    }
}
.home-vid-hero_body::after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: .6;
    background: linear-gradient(0deg,#000 0%,rgba(0,0,0,.4) 50%,transparent);
}
@media(min-width: 992px)
{
    .home-vid-hero_body::after
    {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg,#111,rgba(17,17,17,.97087) 14.29%,rgba(17,17,17,.9103) 25.32%,rgba(17,17,17,.82477) 33.77%,rgba(17,17,17,.72074) 40.26%,rgba(17,17,17,.6047) 45.45%,rgba(17,17,17,.48313) 50%,rgba(17,17,17,.36249) 54.55%,rgba(17,17,17,.24926) 59.74%,rgba(17,17,17,.14992) 66.23%,rgba(17,17,17,.07095) 74.68%,rgba(17,17,17,.01882) 85.71%,rgba(17,17,17,0));
    }
}
.home-vid-hero_poster
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-vid-hero_video #hero-video
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.home-vid-hero_video #hero-video, .home-vid-hero_video #hero-video .jw-reset, .home-vid-hero_video #hero-video .jw-wrapper, .home-vid-hero_video #hero-video .jw-preview
{
    background-color: transparent;
}
.home-vid-hero_video #hero-video.jw-flag-aspect-mode
{
    height: 100%!important;
}
.home-vid-hero_video #hero-video .jw-error-text
{
    display: none;
}
.home-vid-hero_overlay
{
    position: absolute;
    bottom: 0;
    z-index: 1;
    margin: 0 0 0 15px;
    padding: 0 80px 5px 15px;
}
@media(min-width: 570px)
{
    .home-vid-hero_overlay
    {
        margin-left: 30px;
    }
}
@media(min-width: 992px)
{
    .home-vid-hero_overlay
    {
        top: 50%;
        bottom: auto;
        left: 8%;
        transform: translateY(-50%);
        max-width: 220px;
        padding: 0;
    }
}
@media(min-width: 1200px)
{
    .home-vid-hero_overlay
    {
        max-width: 260px;
    }
}
.home-vid-hero_overlay-body
{
    display: none;
}
@media(min-width: 992px)
{
    .home-vid-hero_overlay-body
    {
        display: block;
    }
}
.home-vid-hero_headline
{
    margin: 0 0 20px;
    font-family: "league-spartan",sans-serif;
    font-size: 38px;
    line-height: 1.3;
    text-shadow: 0 0 20px rgba(0,0,0,.5);
}
@media(min-width: 1200px)
{
    .home-vid-hero_headline
    {
        font-size: 44px;
    }
}
.home-vid-hero_subhead
{
    font-size: 17px;
    text-shadow: 0 0 20px rgba(0,0,0,.9);
}
@media(min-width: 1200px)
{
    .home-vid-hero_subhead
    {
        font-size: 20px;
    }
}
.home-vid-hero_btns
{
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
}
.home-vid-hero_btns>li
{
    margin: 20px 0;
}
.home-vid-hero_btns .btn
{
    background-color: #fff;
    color: #222;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.home-vid-hero_btns .btn:focus, .home-vid-hero_btns .btn:hover
{
    color: #fff;
}
.home-vid-hero_footer
{
    background: #221f1f;
    padding: 15px;
}
@media(min-width: 570px)
{
    .home-vid-hero_footer
    {
        padding: 30px;
    }
}
@media(min-width: 992px)
{
    .home-vid-hero_footer
    {
        display: none;
    }
}
.home-vid-hero_card
{
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    margin-top: -30px;
    padding: 5px 20px;
    position: relative;
    border-left: 10px solid #b41225;
    text-align: center;
}
.home-vid-hero_card::before
{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    background-image: url(../image/pattern-dots-68aa9e8998d2b09d631ebbe97f75c79cfd2294ef69fbd70428cfd14239a9a8cc.svg);
    background-size: 12px;
    background-position: 3px bottom;
    opacity: .6;
}
@media(min-width: 570px)
{
    .home-vid-hero_card
    {
        margin-top: -45px;
    }
}
.home-vid-hero_card_subhead
{
    margin: 20px auto 25px;
    padding: 0 10px;
    max-width: 400px;
    font-weight: bold;
}
.home-vid-hero_card_btns
{
    list-style: none;
    margin: 0 auto;
    padding: 0 0 5px;
    position: relative;
}
.home-vid-hero_card_btns>li
{
    display: inline-block;
    width: 100%;
    max-width: 220px;
    margin: 0 0 20px;
    padding: 0 10px;
}
.home-vid-hero_card_btns .btn-160, .home-vid-hero_card_btns .btn-160:hover
{
    background-color: #fff;
}
.home-vid-hero_btn-pause
{
    position: absolute;
    z-index: 1;
    bottom: 35px;
    right: 15px;
    width: 28px;
    height: 28px;
    display: none;
}
@media(min-width: 570px)
{
    .home-vid-hero_btn-pause
    {
        right: 30px;
    }
}
@media(min-width: 992px)
{
    .home-vid-hero_btn-pause
    {
        right: auto;
        left: 25px;
        bottom: 25px;
    }
}
.home-vid-hero_btn-pause.enabled
{
    display: block;
}
.home-vid-hero_alert
{
    background: #221f1f;
    padding: 1px 15px;
}
@media(min-width: 570px)
{
    .home-vid-hero_alert
    {
        padding: 1px 30px;
    }
}
@media(min-width: 992px)
{
    .home-vid-hero_alert
    {
        padding: 0;
    }
}
.accolade-list
{
    text-align: center;
    list-style: none;
    padding: 0;
}
@media(min-width: 768px)
{
    .accolade-list
    {
        display: flex;
        flex-wrap: wrap;
    }
}
.accolade-list_item
{
    padding: 0 0 10px;
}
@media(min-width: 768px)
{
    .accolade-list_item
    {
        width: 50%;
        padding-top: 30px;
        padding-bottom: 5px;
    }
}
@media(min-width: 768px) and (max-width: 1199px)
{
    .accolade-list_item:nth-child(n+3)
    {
        border-top: 2px solid #b6d6cd;
    }
    .accolade-list_item:nth-child(2n)
    {
        border-left: 2px solid #b6d6cd;
    }
}
@media(min-width: 1200px)
{
    .accolade-list_item
    {
        width: 33.3333%;
        border-top: 0;
    }
    .accolade-list_item:nth-child(n+4)
    {
        border-top: 2px solid #b6d6cd;
    }
    .accolade-list_item:nth-child(3n), .accolade-list_item:nth-child(3n-1)
    {
        border-left: 2px solid #b6d6cd;
    }
}
.accolade-list_heading
{
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.accolade-list_heading_line
{
    position: relative;
    display: inline-block;
}
.accolade-list_heading_line>span
{
    position: relative;
}
.accolade-list_heading_line:first-child::before
{
    content: '';
    height: 15px;
    background: #b6d6cd;
    position: absolute;
    top: 14px;
    left: -10px;
    right: -10px;
}
.accolade-highlight
{
    background: linear-gradient(to top,#b6d6cd 50%,transparent 50%);
}
.hero-alert
{
    position: relative;
    width: 100%;
    margin: 5px 0 15px;
    padding: 30px 30px 20px 24px;
    background: #fff;
    border: 0;
    border-left: 6px solid #5296d7;
    border-radius: 0;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}
@media(min-width: 570px)
{
    .hero-alert
    {
        margin: 5px 0 30px;
    }
}
@media(min-width: 992px)
{
    .hero-alert
    {
        position: absolute;
        top: auto;
        bottom: 20px;
        left: auto;
        right: 0;
        margin: 0;
        width: 350px;
        z-index: 100;
        padding: 20px 40px 10px 20px;
        text-align: left;
    }
}
@media(min-width: 1200px)
{
    .hero-alert
    {
        width: 26%;
        max-width: 400px;
    }
}
.hero-alert h2
{
    font-family: "league-spartan",sans-serif;
    line-height: 1.5;
    font-size: 16px;
    margin: 5px 0;
}
.hero-alert .btn-action
{
    margin-top: 10px;
}
.hero-alert .close
{
    display: block;
    padding: 5px 10px;
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 28px;
    line-height: 1;
    opacity: .5;
}
.hero-alert .close:hover
{
    opacity: 1;
}
.hero-alert_container
{
    max-width: 720px;
    margin: 0 auto;
}
.nd-notice
{
    margin: 30px 0 0;
    padding: 10px 40px;
    border: 2px solid #fff;
}
.nd-notice h2
{
    margin-bottom: 12px;
}
.vtour
{
    position: relative;
    z-index: 1;
    padding-top: 60%;
    background-position: 0 center;
    background-repeat: repeat;
    background-size: auto 100%;
    animation: tourScroll 100s linear infinite;
}
.vtour.paused
{
    animation-play-state: paused;
}
.vtour_link
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline-offset: -1px;
}
.vtour_btn-play
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.vtour_btn-pause
{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
}
@keyframes tourScroll
{
    0%
    {
        background-position: 0 center;
    }
    100%
    {
        background-position: 300% center;
    }
}