#page_hero {
    margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
    #page_hero {
        margin-bottom: 30px;
    }
}
#page_hero > div.row {
    background: #fff;
    margin: 0 auto;
}
@media only screen and (min-width: 1280px) {
    #page_hero > div.row {
        max-width: 1220px;
        padding-top: 20px;
    }
}
@media only screen and (min-width: 1440px) {
    #page_hero > div.row {
        max-width: 1380px;
    }
}
#page_hero div.heading-wrapper {
    padding: 0;
}
@media only screen and (min-width: 1280px) {
    #page_hero div.heading-wrapper {
        padding-right: 26px;
    }
}
div.heading-wrapper > div.video-heading {
    background-color: #004A80;
    border-radius: 20px;
}
@media only screen and (min-width: 1440px) {
    div.heading-wrapper > div.video-heading {
        padding: 124px 35px;
    }
}
#page_hero div.video-hero {
    background-image: url(../images/videos-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid transparent;
    border-radius: 20px;
}
div.heading-wrapper > div.video-heading > h1 {
    font-family: var(--headerFont-v4);
    color: #fff;
    text-align: center;
    letter-spacing: unset;
    font-weight: 400;
    font-size: 6rem;
    line-height: normal;
    margin-bottom: 20px;
}
@media only screen and (min-width:1440px) {
    div.heading-wrapper > div.video-heading > h1 {
        font-size: 6rem;
        line-height: normal;
        margin-bottom: 20px;
    }
}
#vids_wrapper {
    padding: 20px 0 40px;
}
@media only screen and (min-width: 1440px) {
    #vids_wrapper {
        padding: 30px 0 90px;
    }
}
div.videos-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
@media only screen and (min-width: 1200px) {
    div.videos-wrapper {
        flex-wrap: wrap;
        justify-content:space-between;
    }
}
div.video-tile {
    width: 80%;
}
@media only screen and (min-width:992px) {
    div.video-tile {
        width: 50%;
        text-align: center;
        margin-bottom:4rem;
    }
}
@media only screen and (min-width:1200px) {
    div.video-tile {
        padding: 0 15px;
    }
}
div.video-tile > h2 {
    font-family: var(--primaryFont-v4);
    color: #000;
    font-weight: 700;
    line-height: normal;
}
@media only screen and (min-width: 1200px) {
    div.video-tile > h2 {
        font-size: 24px;
        padding: 0 15px;
        margin-top: 23px;
    }
}
div.video-tile > div.thumb > img {
    max-width: 100%;
    border-radius: 20px;
    border: 1px solid #004A80;
}
@media only screen and (min-width: 1200px) {
    div.video-tile > div.thumb > img {
        width: 95%;
    }
}
div.video-tile {
    position: relative;
    background: transparent;
}
div.video-tile > div.button-center {
    position: absolute;
    top: 50%;
    left: 50%;
}
@media only screen and (min-width: 1200px) {
    div.video-tile > div.button-center {
        width: 11.6rem;
        height: 11.6rem;
        margin-top: -10rem;
        margin-left: -5.8rem;
    }
}
div.button-center > div.play-btn {
    cursor: pointer;
    width: 6.4rem;
    height: 6.4rem;
    margin-left: 0;
    margin-top: 0;
}
@media only screen and (min-width: 1200px) {
    div.button-center > div.play-btn {
        width: 11.6rem;
        height: 11.6rem;
    }
}
div.play-btn > div.play-btn-icon {
    display: block;
    transition: .3s;
    border-radius: 50%;
    width: 6.4rem;
    height: 6.4rem;
    background-image: url(../images/play-button.png);
    background-size: 2.8rem;
    background-position: 2.1rem 1.7rem;
    background-repeat: no-repeat;
    background-color: transparent;
}
@media only screen and (min-width: 1200px) {
    div.play-btn > div.play-btn-icon {
        width: 11.6rem;
        height: 11.6rem;
        background-size: 9.4rem;
        background-position: center center;
    }
}
/* Get Codes Section Styles */
@media only screen and (min-width: 1200px) {
    #get_codes_cta {
        padding: 26px 0 30px;
    }
}
#get_codes_cta h2 {
    text-align: center;
    font-family: var(--primaryFont), sans-serif;
    letter-spacing: -.4px;
}
@media only screen and (min-width:1200px) {
    #get_codes_cta h2 {
        font-size: 4.2rem;
        line-height: 5rem;
        margin-bottom: 2rem;
    }
}
div.address-error-cta.show {
    opacity: 1;
}
div.address-error-cta {
    position: absolute;
    bottom: -10%;
    background-color: #FFD9DE;
    border-radius: 3px;
    opacity: 0;
    transition: opacity .3s ease-in-out .2s;
}
@media only screen and (min-width: 768px) {
    div.address-error-cta {
        bottom: -8%;
    }
}
div.address-error-cta {
    width: 80%;
    left: calc(50% - calc(calc(100% * .8) / 2));
}
@media only screen and (min-width: 600px) {
    div.address-error-cta {
        width: 55%;
        left: calc(50% - calc(calc(100% * .75) / 2));
    }
}
div.address-error-cta p {
    text-align: center;
    padding: .8rem 1.6rem;
    margin-bottom: 0;
    color: var(--secondaryColor6);
    font-size: 1.4rem;
    line-height: 1.4rem;
}
div.address-error-cta {
    bottom: 0;
}
button.esri-search__submit-button,
button.esri-search__clear-button {
    display: none;
}
#esri_search_content_cta {
    background: transparent !important;
    width: 100%;
}
div.esri-view-surface:focus {
    --esri-view-outline: none;
}
#zip_address > label {
    display: none;
}
.fp_header-form-cta input[type=text]:focus {
    outline: none;
}
/* RoyalSlider Styles */
div.royalSlider.player {
    max-width: 100% !important;
    background: transparent !important;
}
div.rsOverflow {
    background: transparent !important;
}
div.rsSlide {
    border-radius: 20px;
    background: transparent !important;
}
div.video-tile img {
    max-width: 100%;
    border-radius: 20px;
    margin-left: 0 !important;
    margin-top: 0 !important;
}
div.rsGCaption {
    display:none;
}
div.video-tile > div.caption > h2 {
    font-family: var(--primaryFont-v4);
    color: #000;
    font-weight: 700;
    line-height: normal;
}
@media only screen and (min-width: 1200px) {
    div.video-tile > div.caption > h2 {
        font-size: 24px;
        padding: 0 15px;
        margin-top: 23px;
    }
}
div.video-tile div.rsBtnCenterer {
    top: 50%;
    width: 6.4rem;
    height: 6.4rem;
    margin-top: -3.2rem;
    margin-left: -3.2rem;
}
@media only screen and (min-width: 600px) {
    div.video-tile div.rsBtnCenterer {
        width: 9rem;
        height: 9rem;
        margin-top: -4.5rem;
        margin-left: -4.5rem;
    }
}
@media only screen and (min-width: 1280px) {
    div.video-tile div.rsBtnCenterer {
        width: 11.6rem;
        height: 11.6rem;
        margin-top: -5.8rem;
        margin-left: -5.8rem;
    }
}
div.video-tile div.rsBtnCenterer > div.rsPlayBtn {
    width: 6.4rem;
    height: 6.4rem;
    margin-left: 0;
    margin-top: 0;
}
@media only screen and (min-width: 1024px) {
    div.video-tile div.rsBtnCenterer > div.rsPlayBtn {
        width: 9rem;
        height: 9rem;
    }
}
@media only screen and (min-width: 1280px) {
    div.video-tile div.rsBtnCenterer > div.rsPlayBtn {
        width: 11.6rem;
        height: 11.6rem;
    }
}
div.video-tile div.rsPlayBtnIcon {
    border-radius: 50%;
    width: 6.4rem;
    height: 6.4rem;
    background-image: url(../images/play-button.png);
    background-size: 2.8rem;
    background-position: 2.1rem 1.7rem;
    background-color: transparent;
}
@media only screen and (min-width: 600px) {
    div.video-tile div.rsPlayBtnIcon {
        width: 7rem;
        height: 7rem;
        background-size: 3.2rem;
        background-position: 2.25rem center;
    }
}
@media only screen and (min-width: 768px) {
    div.video-tile div.rsPlayBtnIcon {
        width: 9rem;
        height: 9rem;
        background-size: 4.2rem;
        background-position: 3rem center;
    }
}
@media only screen and (min-width: 1280px) {
    div.video-tile div.rsPlayBtnIcon {
        width: 11.6rem;
        height: 11.6rem;
        background-size: 9.4rem;
        background-position: center center;
    }
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0,0,0,0.3);
}
