@import url("base.css");

body .ar-hero{
    background-image: none;
}





body .ar-hero .ar-hero-video-container .ar-hero-video video{
    min-height: 100%;
    min-width: 100%;
    width: unset;
    height: unset;
    max-width: unset;
}

body .ar-hero-image{
    position: absolute;
    top: calc(50% - 3rem);
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.1;
    max-width: 125%;
    height: 200%;
    z-index: 2;
}

body .ar-hero-title{
    position: relative;
    z-index: 2;
    max-width: 50rem;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 5px 5px #000;
}

body .ar-hero-button-wrapper{
    max-width: 50rem;
    text-align: left;
    margin: 0 auto;
}

body .ar-hero-button-wrapper .ar-hero-button{
    padding: 1.5em 3em;
    -moz-box-shadow: 5px 5px #000;
    -o-box-shadow: 5px 5px #000;
    -webkit-box-shadow: 5px 5px #000;
    -ms-box-shadow: 5px 5px #000;
    box-shadow: 5px 5px #000;
}

body .ar-hero-button-wrapper .ar-hero-button:focus{
    -moz-box-shadow: 5px 5px #000 !important;
    -o-box-shadow: 5px 5px #000 !important;
    -webkit-box-shadow: 5px 5px #000 !important;
    -ms-box-shadow: 5px 5px #000 !important;
    box-shadow: 5px 5px #000 !important;
}

body .hero-foot{
    z-index: 2;
    position: absolute;
    left: 8rem;
    right: 4rem;
    bottom: 1.5rem;
}



body .hero-foot .tabs #ar-hero-icons-container{
    margin-left: 0;
    width: 100%;
}

body .hero-foot .tabs #ar-hero-icons-container #ar-hero-featured-at{
    text-transform: uppercase;
    font-weight: 500;
}

body .hero-foot .tabs #ar-hero-icons-container ul{
    flex-wrap: wrap;
}

body .hero-foot .tabs #ar-hero-icons-container li{
    margin: 0 auto;
}

body .hero-foot .tabs #ar-hero-icons-container .ar-li-first{
    margin-left: 0;
}

body .hero-foot .tabs #ar-hero-icons-container .ar-hero-featured-image{
    max-width: 8rem;
    margin-right: 4.15rem;
    margin-top: 1rem;
}@media (max-width: 1407px){
    body .ar-hero.hero.is-large{
        padding-top: 0;
    }
    body .ar-hero.hero.is-large .hero-body{
        padding-left: 4.5rem;
    }
    body .ar-hero.hero.is-large .hero-body .container{
        margin-left: 0;
    }
    body .ar-hero.hero.is-large .hero-body .container .ar-hero-title{
        margin-left: unset;
        font-size: 3rem;
    }
    body .ar-hero.hero.is-large .hero-body .container .ar-hero-button-wrapper{
        margin-left: unset;
    }
    body .ar-hero .hero-foot{
        left: 4.5rem;
    }
    body .ar-hero .hero-foot .tabs #ar-hero-icons-container ul{
        flex-wrap: wrap;
    }
    body .ar-hero .hero-foot .tabs #ar-hero-icons-container ul li{
        margin: 0;
    }
    body .ar-hero .hero-foot .tabs #ar-hero-icons-container ul li .ar-hero-featured-image{
        max-width: 6rem;
        margin-right: 2.2rem;
    }
}@media (max-width: 1190px){
    body .ar-hero-image{
        height: 175%;
    }
}@media (max-width: 1023px){
    body .ar-hero-image{
        height: 150%;
    }
    body .ar-hero.hero.is-large .hero-body{
        padding: 10.5rem 1.5rem;
        padding-bottom: 6rem;
    }
    body .ar-hero.hero.is-large .hero-body .container .ar-hero-title{
        font-size: 2.25rem;
        max-width: 30rem;
    }
    body .ar-hero.hero.is-large .hero-foot{
        position: relative;
        width: calc(100% - 3rem);
        left: 1.5rem;
        right: 1.5rem;
    }
}@media (max-width: 768px){
    body .ar-hero-image{
        display: none;
    }
}