.module_teaser_tiles {
    margin-top: 60px;
    margin-bottom: 60px;
}

.module_two_col_container .module_teaser_tiles {
    margin-top: 25px;
    margin-bottom: 25px;
}

.module_teaser_tiles .teaser {
    margin-bottom: 10px;
}

.module_teaser_tiles .btn.green.solid:hover {
    color: #fff !important;
}

.module_teaser_tiles .width_third {
    overflow: hidden;
    padding: 0 5px;
}

.module_teaser_tiles .width_half {
    padding: 0 5px;
}

.module_teaser_tiles .width_full {
    overflow: hidden;
    padding: 0 5px;
}

.module_teaser_tiles .width_full .text_content {
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .module_teaser_tiles .btn {
        padding: 12px 20px;
        display: inline-block !important;
    }
}

/*Styling Two Col Mobile Ticket#49466*/

@media (max-width: 991px) {
    .module_teaser_tiles:not(.white_tiles_on_gray) {
        padding: 0 5px !important;
    }

    .module_teaser_tiles:not(.white_tiles_on_gray) .row .col-12 {
        max-width: 50% !important;
        width: 50% !important;
    }

    .module_teaser_tiles:not(.white_tiles_on_gray) .row .col-12.teaser {
        padding: 0 5px !important;
        margin-bottom: 10px !important;
    }

}

/*Styling Two Col Mobile Ticket#49466*/

.module_teaser_tiles p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
}

.module_teaser_tiles .background_image {
    height: 100%;
    overflow: hidden;
}

.module_teaser_tiles .text_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(60, 60, 59, 0.75);
    color: #fff;
    text-decoration: none;
    padding: 30px;
}

.module_teaser_tiles .width_third .text_content {
    min-height: 190px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.module_teaser_tiles .width_full .text_content {
    height: auto;
    min-height: 120px;
    padding: 27px 30px;
}

.module_teaser_tiles a,
.module_teaser_tiles a:hover {
    text-decoration: none;
    color: #fff;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.module_teaser_tiles .headline {
    color: #fff;
    font-size: 18px;
}

@media (min-width: 922px) {
    .module_teaser_tiles .headline {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .module_teaser_tiles .headline {
        font-size: 25px;
    }
}

.module_teaser_tiles .text_container {
    line-height: 1.2;
}

.module_teaser_tiles .text_container ul {
    padding-left: 15px;
}

.module_teaser_tiles .width_full .text_container,
.module_teaser_tiles .width_quarter .text_container,
.module_teaser_tiles .width_third .text_container,
.module_teaser_tiles .width_half .text_container {
    padding-bottom: 30px;
}

.module_teaser_tiles .btn.blue.outline {
    color: #fff;
}


.module_teaser_tiles .bottom_content .cta_container .btn.blue.outline {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .module_teaser_tiles .width_third {
        height: 500px;
    }

    .module_teaser_tiles .width_full {
        height: 390px;
    }
}

.module_teaser_tiles .js_text_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .module_teaser_tiles .text_container {
        padding-bottom: 50px !important;
    }

    .module_teaser_tiles .teaser {
        height: 190px;
    }

    .module_teaser_tiles .text_outer {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .module_teaser_tiles .cta_container,
    .module_teaser_tiles .width_full .cta_container,
    .module_teaser_tiles .width_third .cta_container {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-top: 0;
    }

    .module_teaser_tiles .text_container {
        max-width: 95%;
    }

    .module_teaser_tiles {
        margin: 0;
        padding: 25px 0;
    }

    .module_teaser_tiles .teaser:last-child {
        margin-bottom: 0;
    }

    .module_teaser_tiles .width_full .text_content {
        height: 100%;
    }

    .module_teaser_tiles .btn:hover {
        height: 40px;
    }
}

@media (max-width: 1400px) {

    .module_teaser_tiles .text_container,
    .module_teaser_tiles .headline_container {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .module_teaser_tiles .btn {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        border: 1px solid #fff !important;
        text-indent: -9999px;
        background: transparent !important;
        z-index: 3;
        min-width: 40px;
        padding: 0;
    }

    .module_teaser_tiles .btn::before {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        content: " ";
        display: block;
        height: 13px;
        width: 13px;
        position: absolute;
        top: 13px;
        left: 16px;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

    .module_teaser_tiles .btn::after {
        border-bottom: 1px solid #fff;
        content: " ";
        display: block;
        width: 24px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 7px;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    .module_teaser_tiles .cta_container {
        margin-top: auto;
    }
}

.module_teaser_tiles .box_click {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}

/** White Tiles on Gray Background **/
.module_teaser_tiles.white_tiles_on_gray {
    background-color: #f0f0f0;
    padding-top: 30px;
    padding-bottom: 50px;
}

.module_teaser_tiles.white_tiles_on_gray .box_click {
    color: #3c3c3b;
    background-color: #fff;
    padding: 20px;
}

@media (min-width: 1400px) {
    .module_teaser_tiles.white_tiles_on_gray .box_click {
        padding: 35px;
    }


    .module_teaser_tiles.white_tiles_on_gray .teaser.width_half .background_image {
        height: 100% !important;
    }

}

.module_teaser_tiles.white_tiles_on_gray .box_click:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.module_teaser_tiles.white_tiles_on_gray .background_image {
    height: auto;
    overflow: visible;
}


.module_teaser_tiles.white_tiles_on_gray .teaser .background_image img {
    width: auto;
    height: auto;
    object-fit: none;
    transform: scale(1);
}

@media (min-width: 992px) {
    .module_teaser_tiles.white_tiles_on_gray .teaser .background_image img {
        width: auto;
        height: auto;
        object-fit: none;
        transform: scale(1);
    }
}

.module_teaser_tiles.white_tiles_on_gray .text_content {
    position: relative;
    bottom: auto;
    width: 100%;
    background: transparent;
    color: #3c3c3b;
    text-decoration: none;
    padding: 0;
    /* margin-top: 20px; */
    padding-top: 20px;
}

.module_teaser_tiles.white_tiles_on_gray .box_click .headline {
    color: #3c3c3b;
}

@media (min-width: 992px) {
    .module_teaser_tiles.white_tiles_on_gray .text_container p {
        list-style-type: none;
        padding-left: 30px;
        background-image: url("tick-blue.png");
        background-size: 15px 12px;
        background-repeat: no-repeat;
        background-position: 0px 5px;
    }
}

@media (min-width: 1200px) {
    .module_teaser_tiles.white_tiles_on_gray .cta_container {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.module_teaser_tiles.white_tiles_on_gray .box_click .btn {
    width: 100%;
    min-width: auto;
}

.module_teaser_tiles.white_tiles_on_gray .btn.blue.outline {
    color: #3c3c3b;
}

.module_teaser_tiles.white_tiles_on_gray .btn.blue.outline:hover {
    color: #fff;
}

.module_teaser_tiles.white_tiles_on_gray .width_half .btn.blue.outline:focus-visible {
    margin-top: -3px;
    margin-left: -3px;
}

.module_teaser_tiles.white_tiles_on_gray .box_click:hover .btn.blue.outline {
    color: #fff;
    background-color: #003b71;
}

.module_teaser_tiles.white_tiles_on_gray .bottom_content {
    padding-top: 40px;
    text-align: center;
    width: 100%;
}

.module_teaser_tiles.white_tiles_on_gray .bottom_content .cta_container_outer {
    display: flex;
    overflow-x: scroll;
    padding: 0 10px 20px;
    scrollbar-color: #003c72 transparent !important;
    scrollbar-width: thin;
}

@media (max-width: 991px) {
    .module_teaser_tiles {
        scrollbar-color: #003c72 transparent !important;
        scrollbar-width: thin !important;
    }
}

.module_teaser_tiles.white_tiles_on_gray .bottom_content .cta_container_outer::-webkit-scrollbar-thumb {
    background-color: #003c72 !important;
    border-radius: 10px !important;
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    scrollbar-color: #003c72 transparent !important;
}

.module_teaser_tiles.white_tiles_on_gray .bottom_content .cta_container_outer::-webkit-scrollbar-track {
    border-radius: 10px !important;
    background-color: transparent;
}

.module_teaser_tiles.white_tiles_on_gray .bottom_content .cta_container_outer::-webkit-scrollbar {
    -webkit-appearance: none;
}

@media (min-width: 1200px) {
    .module_teaser_tiles.white_tiles_on_gray .bottom_content .cta_container {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
    }
}

.module_teaser_tiles.white_tiles_on_gray .bottom_content .subheadline_outer {
    padding: 0 10px;
}

@media (min-width: 992px) {
    .module_teaser_tiles.white_tiles_on_gray .bottom_content .subheadline_outer {
        padding: 0 15px;
    }
}

.module_teaser_tiles.white_tiles_on_gray .bottom_content .cta_container {
    display: inline-block;
    margin: 3px 5px;
}

@media (max-width: 991px) {
    .module_teaser_tiles.white_tiles_on_gray {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .module_teaser_tiles.white_tiles_on_gray .teaser {
        height: auto !important;
    }

    .module_teaser_tiles.white_tiles_on_gray .box_click {
        padding: 30px 15px;
    }

    .module_teaser_tiles.white_tiles_on_gray .background_image {
        width: 40%;
        float: left;
    }

    .module_teaser_tiles.white_tiles_on_gray .teaser .background_image img {
        width: 100%;
        height: auto;
        object-fit: none;
        transform: scale(1);
    }

    .module_teaser_tiles.white_tiles_on_gray .text_container {
        padding-bottom: 30px !important;
    }

    .module_teaser_tiles.white_tiles_on_gray .text_container ul {
        padding-left: 15px;
    }

    .module_teaser_tiles.white_tiles_on_gray .cta_container {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 0;
    }

    .module_teaser_tiles.white_tiles_on_gray .box_click .headline {
        font-size: 18px;
    }

    .module_teaser_tiles.white_tiles_on_gray .text_content {
        margin-top: 0;
        padding-top: 0;
        height: auto !important;
    }

    .module_teaser_tiles.white_tiles_on_gray .text_outer {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        overflow: hidden;
        padding-left: 15px;
    }

    .module_teaser_tiles.white_tiles_on_gray .cta_container {
        left: 0;
        right: auto;
        width: 100%;
    }

    .module_teaser_tiles.white_tiles_on_gray .btn {
        width: 100%;
        height: auto;
        text-indent: 0;
        border: 1px solid #003b71 !important;
        padding: 7px 25px 7px 7px;
        background: #003b71 !important;
        color: #fff !important;
        min-width: auto;
        text-align: left;
    }

    .module_teaser_tiles.white_tiles_on_gray .btn::before {
        height: 9px;
        width: 9px;
        top: 13px;
        left: auto;
        right: 8px;
    }

    .module_teaser_tiles.white_tiles_on_gray .btn::after {
        width: 14px;
        height: 1px;
        top: 17px;
        left: auto;
        right: 7px;
    }

    .module_teaser_tiles.white_tiles_on_gray .bottom_content {
        padding-top: 30px;
    }

    .module_teaser_tiles.white_tiles_on_gray .bottom_content .subheadline_outer {
        margin-bottom: 30px;
    }

    .module_teaser_tiles.white_tiles_on_gray .bottom_content .cta_container {
        position: relative;
    }

    .module_teaser_tiles.white_tiles_on_gray .bottom_content .cta_container .btn {
        background-color: transparent !important;
        color: #3c3c3b !important;
        border: 1px solid #003b71 !important;
        width: auto;
        padding: 10px 15px;
        text-align: center;
        white-space: nowrap;
    }

    .module_teaser_tiles.white_tiles_on_gray .bottom_content .cta_container .btn::before,
    .module_teaser_tiles.white_tiles_on_gray .bottom_content .cta_container .btn::after {
        content: none;
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .module_teaser_tiles.white_tiles_on_gray .background_image {
        width: 25%;
    }

    .module_teaser_tiles.white_tiles_on_gray .box_click .btn {
        width: auto;
        display: inline-block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .module_teaser_tiles.white_tiles_on_gray .teaser.width_quarter {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/** Teaser Tiles Small **/
.module_teaser_tiles:not(.white_tiles_on_gray) .box_click {
    aspect-ratio: 1 / 1;
}

.module_teaser_tiles:not(.white_tiles_on_gray) .teaser {
    height: auto !important;
    margin-bottom: 30px;
}

.module_teaser_tiles:not(.white_tiles_on_gray) .text_outer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.module_teaser_tiles:not(.white_tiles_on_gray) .text_content {
    width: 100% !important;
    height: 100% !important;
    transition: all .3s ease;
    text-align: center;
    padding: 10px;
}

@media (min-width: 1200px) {
    .module_teaser_tiles:not(.white_tiles_on_gray) .text_content {
        height: 50% !important;
    }

    .module_teaser_tiles:not(.white_tiles_on_gray) .box_click:hover .text_content,
    .module_teaser_tiles:not(.white_tiles_on_gray) .box_click .text_content:has(a:focus) {
        height: 100% !important;
        transition: all .3s ease;
    }
}

.module_teaser_tiles:not(.white_tiles_on_gray) .text_content .headline {
    hyphens: auto;
    word-break: break-word;
}

.page_tabs .tab-pane .module_teaser_tiles:not(.white_tiles_on_gray) .text_content .headline {
    margin-top: 0;
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .module_teaser_tiles:not(.white_tiles_on_gray) .text_content .headline {
        font-size: 20px;
    }
}

.module_teaser_tiles:not(.white_tiles_on_gray) .text_container {
    opacity: 0;
    transition: all .3s ease;
}

.module_teaser_tiles:not(.white_tiles_on_gray) .text_container ul {
    list-style-type: none;
}

.module_teaser_tiles:not(.white_tiles_on_gray) .text_container ul li {
    display: inline-block;
    text-align: center;
}

.module_teaser_tiles:not(.white_tiles_on_gray) .text_container ul li::before {
    content: '•';
    margin-right: 5px;
}

.module_teaser_tiles:not(.white_tiles_on_gray) .text_container ul li p {
    display: inline;
}

@media (min-width: 1200px) {
    .module_teaser_tiles:not(.white_tiles_on_gray) .cta_container {
        opacity: 0;
        transition: all .3s ease;
    }

    .module_teaser_tiles:not(.white_tiles_on_gray) .box_click:hover .cta_container,
    .module_teaser_tiles:not(.white_tiles_on_gray) .box_click .cta_container:has(a:focus) {
        opacity: 1;
        transition: all .3s ease;
    }

    .module_teaser_tiles:not(.white_tiles_on_gray) .text_content {
        padding: 20px;
    }
}

@media (min-width: 1500px) {
    .module_teaser_tiles:not(.white_tiles_on_gray) .box_click:hover .text_container,
    .module_teaser_tiles:not(.white_tiles_on_gray) .box_click:has(a:focus .text_container) {
        opacity: 1;
        transition: all .3s ease;
    }

    .module_teaser_tiles:not(.white_tiles_on_gray) .text_content {
        padding: 30px;
    }

    .module_teaser_tiles:not(.white_tiles_on_gray) .text_content .headline {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .module_teaser_tiles:not(.white_tiles_on_gray) .js_text_content {
        justify-content: center;
    }

    .module_teaser_tiles:not(.white_tiles_on_gray) .text_content .headline {
        margin-bottom: 0;
    }

    .module_teaser_tiles:not(.white_tiles_on_gray) .cta_container {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .module_teaser_tiles:not(.white_tiles_on_gray) .cta_container .btn {
        border-color: transparent !important;
    }

    .module_teaser_tiles:not(.white_tiles_on_gray) .btn {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        border: 1px solid #fff !important;
        text-indent: -9999px;
        background: transparent !important;
        z-index: 3;
        min-width: 40px;
        padding: 0;
    }

    .module_teaser_tiles:not(.white_tiles_on_gray) .btn::before {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        content: " ";
        display: block;
        position: absolute;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        height: 11px;
        width: 11px;
        top: 14px;
        left: 16px;
    }

    .module_teaser_tiles:not(.white_tiles_on_gray) .btn::after {
        border-bottom: 1px solid #fff;
        content: " ";
        display: block;
        position: absolute;
        top: 50%;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        width: 15px;
        left: 12px;
    }
}

@media (max-width: 1499px) {
    .module_teaser_tiles:not(.white_tiles_on_gray) .text_container {
        display: none;
    }
}

.module_headline.headline_center + .module_teaser_tiles:not(.white_tiles_on_gray) {
    margin-top: 5px;
}

@media (min-width: 992px) {
    .module_teaser_tiles.white_tiles_on_gray .teaser_bottom_outer .background_image {
        width: 50%;
        float: left;
    }

    .module_teaser_tiles.white_tiles_on_gray .teaser_bottom_outer .text_outer {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        overflow: hidden;
        padding-left: 30px;
    }

    .module_teaser_tiles.white_tiles_on_gray .teaser_bottom_outer .text_content {
        margin-top: 0;
        padding-top: 0;
    }
}

@media (min-width: 1400px) {
    .module_teaser_tiles.white_tiles_on_gray .teaser_bottom_outer .box_click {
        padding: 25px;
    }
}

.module_teaser_tiles.white_tiles_on_gray .teaser_bottom_outer .background_on_tile .background_image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    float: none;
}

.module_teaser_tiles.white_tiles_on_gray .teaser_bottom_outer .background_on_tile .text_outer {
    padding-left: 0;
}

.module_teaser_tiles.white_tiles_on_gray .teaser_bottom_outer .background_on_tile .text_outer .headline,
.module_teaser_tiles.white_tiles_on_gray .teaser_bottom_outer .background_on_tile .text_outer p {
    color: #fff;
}

.module_teaser_tiles.white_tiles_on_gray .teaser_bottom_outer .background_on_tile .btn {
    color: #fff;
    border-color: #fff;
}

.module_teaser_tiles.white_tiles_on_gray .teaser_bottom_outer .background_on_tile .box_click:hover .btn,
.module_teaser_tiles.white_tiles_on_gray .teaser_bottom_outer .background_on_tile .btn:hover {
    border-color: #003b71;
}

.module_teaser_tiles.white_tiles_on_gray .teaser_bottom_outer .background_on_tile .text_container p {
    padding-left: 0;
    background: transparent;
}


@media (min-width: 1200px) {
    .module_teaser_tiles.white_tiles_on_gray .teaser.width_half .background_image img {
        height: 200px !important;
        width: 100%;
        object-fit: contain !important;
    }

    .module_teaser_tiles.white_tiles_on_gray .background_on_tile.width_half .background_image img {
        height: 100% !important;
        width: 100%;
        object-fit: cover !important;
    }
}

/*module_two_col_container styling */

@media (min-width: 768px) {
    .module_two_col_container .module_teaser_tiles .row {
        display: block;
    }
}

@media (max-width: 767px) {

    .module_two_col_container .content_left > .module_teaser_tiles,
    .module_two_col_container .content_right > .module_teaser_tiles {
        padding: 0 25px;
    }
}

@media (max-width: 767px) {
    .module_two_col_container .module_teaser_tiles .teaser_bottom_outer {
        padding: 0;
    }

    .module_two_col_container .module_teaser_tiles.white_tiles_on_gray .box_click {
        padding: 30px 23px;
    }
}

@media (min-width: 992px) {
    .module_two_col_container .module_teaser_tiles .teaser_bottom_outer {
        padding: 0 5px;
    }
}

.module_two_col_container .module_teaser_tiles .text_container {
    padding-left: 5px;
}

.module_two_col_container .module_teaser_tiles .width_half {
    width: 100% !important;
    max-width: 100% !important;
}

.module_two_col_container .module_teaser_tiles.white_tiles_on_gray .cta_container {
    position: relative;
    margin-top: 35px;
}


@media (min-width: 992px) {
    .module_two_col_container .module_teaser_tiles.white_tiles_on_gray .teaser_bottom_outer .box_click {
        padding: 25px 35px 25px 25px;
        margin-bottom: 27px;
    }

    .module_two_col_container .module_teaser_tiles.white_tiles_on_gray .teaser.width_half .background_image img {
        height: 180px !important;
        object-fit: contain;
    }
}

/*module_two_col_container styling*/

/** #49251 **/
@media (min-width: 992px) {

    .module_teaser_tiles.white_tiles_on_gray .box_click {
        display: flex;
        flex-direction: column;
    }

    .module_teaser_tiles.white_tiles_on_gray .box_click .text_outer {
        height: 100%;
    }

    .module_teaser_tiles.white_tiles_on_gray .box_click .text_outer .text_content {
        height: 100%;
    }

    .module_teaser_tiles.white_tiles_on_gray .teaser_bottom_outer .box_click {
        display: block;
    }

    .module_teaser_tiles.white_tiles_on_gray .box_click .text_outer .text_content .cta_container {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: auto;
    }
}

.module_teaser_tiles:not(.white_tiles_on_gray) .cta_container .btn.white.outline:focus-visible {
    outline: 3px solid #c8d300;
}