/* CSS specific to Whitman's previous implementation lives in wc-css folder */
/* https://github.com/IngeniuxCorp/whitman_scrape_markup/tree/master/assets/prebuilt/v9/src/sass */

/**********************************
#BREAKPOINT-CHECKS
    
    - need this for Map page - JH 11.1.22 see https://github.com/IngeniuxCorp/whitman_scrape_markup/blob/78dc97ab96703ba629be365c394b305aa7f9a8b6/assets/prebuilt/src/less/bootstrap/variables.less and
                                              https://github.com/IngeniuxCorp/whitman_scrape_markup/blob/78dc97ab96703ba629be365c394b305aa7f9a8b6/assets/prebuilt/v9/src/sass/pages/_map.scss

Notes
[-] 	This is sort of a hack for JS to know what breakpoint we're at. See
		globals.js for how they're used
**********************************/
.wc-breakpoint-check-box {
    position: relative;
    height: 0;
    width: 0;
    overflow: hidden;
}

.wc-breakpoint-check {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    width: 1px;
    height: 1px;
}

@media(max-width: 767px) {
    #wc-breakpoint-check-xs {
        display: block;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    #wc-breakpoint-check-xs {
        display: block;
    }

    #wc-breakpoint-check-sm {
        display: block;
    }
}

@media(min-width: 1025px) {
    #wc-breakpoint-check-xs {
        display: block;
    }

    #wc-breakpoint-check-sm {
        display: block;
    }

    #wc-breakpoint-check-md {
        display: block;
    }

    #wc-breakpoint-check-lg {
        display: block;
    }
}


/* map page css */

html.wc-map-page .wc-content-wrap.wc-map-page {
    display: block;
}

@media (max-width: 767px) {
    html.wc-map-page .wc-content-wrap.wc-map-page {
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    html.wc-map-page .wc-content-wrap.wc-map-page {
        padding-top: 72px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    html.wc-map-page .wc-content-wrap.wc-map-page {
        padding-top: 124px;
    }
}

@media (min-width: 1200px) {
    html.wc-map-page .wc-content-wrap.wc-map-page {
        padding-top: 124px;
    }
}

html.wc-map-page .wc-content-wrap.wc-map-page .wc-map {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

html.wc-map-page .wc-content-wrap.wc-map-page .wc-mobile-only {
    display: none;
}

.wc-map-page .wc-map-box {
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    padding-top: 30px;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

    .wc-map-page .wc-map-box img {
        max-width: none !important;
    }

.wc-map-controls {
    position: absolute;
    z-index: 200;
    background-color: #fafafa;
    padding: 0;
}

@media (min-width: 768px) {
    .wc-map-controls {
        bottom: 50%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.5);
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        overflow-x: hidden;
        height: 70%;
        min-height: 500px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        right: 0;
        -webkit-transition: right 0.3s;
        transition: right 0.3s;
    }

        .wc-map-controls.wc-mc-hidden {
            right: -292px;
        }
}

@media (max-width: 767px) {
    .wc-map-controls {
        box-shadow: 0 0 120px 40px rgba(0, 0, 0, 0.5);
        width: 100%;
        bottom: 0;
        -webkit-transition: bottom 0.3s;
        transition: bottom 0.3s;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

        .wc-map-controls.wc-mc-hidden {
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        }

            .wc-map-controls.wc-mc-hidden .wc-mc-description {
                opacity: 0;
                -webkit-transition: opacity 100ms 200ms;
                transition: opacity 100ms 200ms;
            }
}

.wc-map-controls .wc-mc-content-box {
    overflow: hidden;
    height: 100%;
}

    .wc-map-controls .wc-mc-content-box:before,
    .wc-map-controls .wc-mc-content-box:after {
        content: " ";
        display: table;
    }

    .wc-map-controls .wc-mc-content-box:after {
        clear: both;
    }

@media (max-width: 767px) {
    .wc-map-controls .wc-mc-content-box {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .wc-map-controls .wc-mc-content-box {
        width: 292px;
        float: right;
        padding: 0 16px;
    }
}

.wc-map-controls .wc-button-toggle {
    width: 100%;
    float: none;
    height: 42px;
}

    .wc-map-controls .wc-button-toggle a {
        width: 50%;
        height: 43px;
    }

.wc-mc-desktop-hide-button {
    display: block;
    height: 100%;
    width: 48px;
    float: right;
    text-align: center;
    padding: 4px 0;
    position: relative;
    background-color: #000d32;
}

    .wc-mc-desktop-hide-button .wc-icon {
        width: 36px;
        height: 36px;
        fill: #fff;
        -webkit-transform: rotate(90deg) translateX(-50%);
        -ms-transform: rotate(90deg) translateX(-50%);
        transform: rotate(90deg) translateX(-50%);
        display: block;
        position: absolute;
        top: 50%;
        left: 7px;
    }

    .wc-mc-desktop-hide-button:hover {
        background-color: rgba(0, 13, 50, 0.7);
    }

    .wc-mc-desktop-hide-button:not(.wc-toggled) .wc-icon {
        -webkit-transform: rotate(270deg) translateX(50%);
        -ms-transform: rotate(270deg) translateX(50%);
        transform: rotate(270deg) translateX(50%);
    }

.wc-mc-mobile-hide-button {
    width: 100%;
    min-width: 130px;
    display: block;
    padding: 0.8rem;
    text-align: center;
}

    .wc-mc-mobile-hide-button svg {
        margin-top: 2px;
    }

    .wc-mc-mobile-hide-button.wc-main-menu-button {
        background-color: transparent;
        cursor: pointer;
    }

        .wc-mc-mobile-hide-button.wc-main-menu-button,
        .wc-mc-mobile-hide-button.wc-main-menu-button span {
            color: #002868;
        }

            .wc-mc-mobile-hide-button.wc-main-menu-button svg {
                height: 17px;
                width: 17px;
                fill: #002868;
            }

            .wc-mc-mobile-hide-button.wc-main-menu-button svg,
            .wc-mc-mobile-hide-button.wc-main-menu-button .wc-text {
                display: inline-block;
                vertical-align: middle;
            }

            .wc-mc-mobile-hide-button.wc-main-menu-button .wc-text {
                color: #002868;
                font-size: 1.3rem;
            }

            .wc-mc-mobile-hide-button.wc-main-menu-button:hover {
                background-color: transparent;
                text-decoration: none;
            }

                .wc-mc-mobile-hide-button.wc-main-menu-button:hover,
                .wc-mc-mobile-hide-button.wc-main-menu-button:hover span,
                .wc-mc-mobile-hide-button.wc-main-menu-button:hover .wc-text {
                    color: inherit;
                }

                    .wc-mc-mobile-hide-button.wc-main-menu-button:hover svg {
                        fill: inherit;
                    }

                    .wc-mc-mobile-hide-button.wc-main-menu-button:hover .wc-text {
                        text-decoration: none;
                    }

            .wc-mc-mobile-hide-button.wc-main-menu-button:focus {
                outline: none;
            }

                .wc-mc-mobile-hide-button.wc-main-menu-button:focus .wc-text {
                    text-decoration: none;
                }

            .wc-mc-mobile-hide-button.wc-main-menu-button .wc-text {
                text-transform: uppercase;
                padding: 0 0.3rem;
            }

.wc-mc-icon-button {
    background-color: transparent;
    cursor: pointer;
    display: block;
}

    .wc-mc-icon-button,
    .wc-mc-icon-button span {
        color: #002868;
    }

        .wc-mc-icon-button svg {
            height: 15px;
            width: 15px;
            fill: #002868;
        }

        .wc-mc-icon-button svg,
        .wc-mc-icon-button .wc-text {
            display: inline-block;
            vertical-align: middle;
        }

        .wc-mc-icon-button .wc-text {
            color: #002868;
            font-size: 1.3rem;
        }

        .wc-mc-icon-button:hover {
            background-color: transparent;
            text-decoration: none;
        }

            .wc-mc-icon-button:hover,
            .wc-mc-icon-button:hover span,
            .wc-mc-icon-button:hover .wc-text {
                color: inherit;
            }

                .wc-mc-icon-button:hover svg {
                    fill: inherit;
                }

                .wc-mc-icon-button:hover .wc-text {
                    text-decoration: none;
                }

        .wc-mc-icon-button:focus {
            outline: none;
        }

            .wc-mc-icon-button:focus .wc-text {
                text-decoration: none;
            }

        .wc-mc-icon-button.wc-mc-close-button {
            padding: 8px 1rem;
            position: absolute;
            left: -1rem;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            border-right: 1px solid #cdcdcd;
            z-index: 100;
        }

.wc-mc-mobile-header-button {
    background-color: transparent;
    cursor: pointer;
}

    .wc-mc-mobile-header-button,
    .wc-mc-mobile-header-button span {
        color: #002868;
    }

        .wc-mc-mobile-header-button svg {
            height: 21px;
            width: 21px;
            fill: #002868;
        }

        .wc-mc-mobile-header-button svg,
        .wc-mc-mobile-header-button .wc-text {
            display: inline-block;
            vertical-align: middle;
        }

        .wc-mc-mobile-header-button .wc-text {
            color: #002868;
            font-size: 1.3rem;
        }

        .wc-mc-mobile-header-button:hover {
            background-color: transparent;
            text-decoration: none;
        }

            .wc-mc-mobile-header-button:hover,
            .wc-mc-mobile-header-button:hover span,
            .wc-mc-mobile-header-button:hover .wc-text {
                color: inherit;
            }

                .wc-mc-mobile-header-button:hover svg {
                    fill: inherit;
                }

                .wc-mc-mobile-header-button:hover .wc-text {
                    text-decoration: none;
                }

        .wc-mc-mobile-header-button:focus {
            outline: none;
        }

            .wc-mc-mobile-header-button:focus .wc-text {
                text-decoration: none;
            }

        .wc-mc-mobile-header-button .wc-text {
            padding: 0 32px;
            max-width: 88%;
            vertical-align: top;
        }

        .wc-mc-mobile-header-button .wc-icon {
            display: block;
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
        }

        .wc-mc-mobile-header-button:not(.wc-toggled) .wc-icon {
            -webkit-transform: rotate(180deg) translateY(50%);
            -ms-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
        }

.wc-mc-slide-track {
    clear: both;
    overflow-x: hidden;
    padding: 0;
    position: relative;
}

@media (max-width: 767px) {
    .wc-mc-slide-track {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-mc-slide-track {
        height: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-mc-slide-track {
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .wc-mc-slide-track {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .wc-mc-slide-track {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-mc-slide-track {
        width: 262px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-mc-slide-track {
        width: 262px;
    }
}

@media (min-width: 1200px) {
    .wc-mc-slide-track {
        width: 262px;
    }
}

.wc-mc-slide-track:before,
.wc-mc-slide-track:after {
    content: " ";
    display: table;
}

.wc-mc-slide-track:after {
    clear: both;
}

.wc-mc-detail-box {
    background-color: #fafafa;
    position: absolute;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    padding-top: 1rem;
    height: 100%;
    overflow-x: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 767px) {
    .wc-mc-detail-box {
        padding-left: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-mc-detail-box {
        padding-left: 0;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-mc-detail-box {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .wc-mc-detail-box {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .wc-mc-detail-box {
        padding-right: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-mc-detail-box {
        padding-right: 0;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-mc-detail-box {
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .wc-mc-detail-box {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .wc-mc-detail-box {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-mc-detail-box {
        width: 260px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-mc-detail-box {
        width: 260px;
    }
}

@media (min-width: 1200px) {
    .wc-mc-detail-box {
        width: 260px;
    }
}

@media (max-width: 767px) {
    .wc-mc-detail-box {
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-mc-detail-box {
        padding-top: 1rem;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-mc-detail-box {
        padding-top: 1rem;
    }
}

@media (min-width: 1200px) {
    .wc-mc-detail-box {
        padding-top: 1rem;
    }
}

.wc-mc-detail-box:not(.wc-mc-detail-box-base) {
    left: 100%;
}

@media (max-width: 767px) {
    .wc-mc-detail-box.wc-mc-detail-box-base {
        min-height: 100px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-mc-detail-box.wc-mc-detail-box-base {
        min-height: 0;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-mc-detail-box.wc-mc-detail-box-base {
        min-height: 0;
    }
}

@media (min-width: 1200px) {
    .wc-mc-detail-box.wc-mc-detail-box-base {
        min-height: 0;
    }
}

.wc-mc-detail-box .wc-mc-detail-box-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
}

    .wc-mc-detail-box .wc-mc-detail-box-content:before,
    .wc-mc-detail-box .wc-mc-detail-box-content:after {
        content: " ";
        display: table;
    }

    .wc-mc-detail-box .wc-mc-detail-box-content:after {
        clear: both;
    }

.wc-mc-detail-box .wc-mc-header-box {
    width: 100%;
    position: relative;
}

@media (max-width: 767px) {
    .wc-mc-detail-box .wc-mc-header-box {
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-mc-detail-box .wc-mc-header-box {
        margin: 0 0 0.8rem 0;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-mc-detail-box .wc-mc-header-box {
        margin: 0 0 0.8rem 0;
    }
}

@media (min-width: 1200px) {
    .wc-mc-detail-box .wc-mc-header-box {
        margin: 0 0 0.8rem 0;
    }
}

.wc-mc-detail-box .wc-mc-header-box:before,
.wc-mc-detail-box .wc-mc-header-box:after {
    content: " ";
    display: table;
}

.wc-mc-detail-box .wc-mc-header-box:after {
    clear: both;
}

.wc-mc-detail-box .wc-mc-header-box .wc-back-link {
    background-color: #000d32;
    margin-bottom: 0.8rem;
}

    .wc-mc-detail-box .wc-mc-header-box .wc-back-link:hover {
        background-color: #0072ce;
    }

.wc-mc-detail-box .wc-mc-heading {
    font-size: 1.4rem;
    margin: 0;
    font-weight: bold;
    display: block;
    float: left;
    width: 100%;
}

.wc-mc-detail-box .wc-mc-feature-image {
    width: 100%;
    margin-bottom: 0.8rem;
}

.wc-mc-detail-box hr.wc-mc-header-divider {
    float: left;
    display: block;
    width: 100%;
    margin: 0.8rem 0 0 0;
}

.wc-mc-detail-box .wc-mc-items-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .wc-mc-detail-box .wc-mc-items-list:before,
    .wc-mc-detail-box .wc-mc-items-list:after {
        content: " ";
        display: table;
    }

    .wc-mc-detail-box .wc-mc-items-list:after {
        clear: both;
    }

    .wc-mc-detail-box .wc-mc-items-list li {
        width: 100%;
    }

        .wc-mc-detail-box .wc-mc-items-list li:before,
        .wc-mc-detail-box .wc-mc-items-list li:after {
            content: " ";
            display: table;
        }

        .wc-mc-detail-box .wc-mc-items-list li:after {
            clear: both;
        }

@media (max-width: 767px) {
    .wc-mc-detail-box .wc-mc-items-list li {
        border-bottom: 1px solid #cdcdcd;
    }
}

.wc-mc-detail-box .wc-item-link {
    color: #333;
    display: block;
    font-weight: 600;
    width: 100%;
}

@media (max-width: 767px) {
    .wc-mc-detail-box .wc-item-link {
        padding: 0.8rem 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-mc-detail-box .wc-item-link {
        padding: 0.3rem 0;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-mc-detail-box .wc-item-link {
        padding: 0.3rem 0;
    }
}

@media (min-width: 1200px) {
    .wc-mc-detail-box .wc-item-link {
        padding: 0.3rem 0;
    }
}

.wc-mc-detail-box .wc-item-link:before,
.wc-mc-detail-box .wc-item-link:after {
    content: " ";
    display: table;
}

.wc-mc-detail-box .wc-item-link:after {
    clear: both;
}

.wc-mc-detail-box .wc-item-link .wc-text {
    display: block;
    float: left;
    max-width: 80%;
    line-height: 1.3rem;
}

@media (max-width: 767px) {
    .wc-mc-detail-box .wc-item-link .wc-text {
        font-size: 1.1rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-mc-detail-box .wc-item-link .wc-text {
        font-size: 1rem;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-mc-detail-box .wc-item-link .wc-text {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .wc-mc-detail-box .wc-item-link .wc-text {
        font-size: 1rem;
    }
}

.wc-mc-detail-box .wc-item-link .wc-icon {
    width: 20px;
    height: 20px;
    fill: #0072ce;
    float: right;
    margin-top: 2px;
    display: none;
}

.wc-mc-detail-box .wc-item-link:hover {
    text-decoration: none;
    color: #0072ce;
}

@media (max-width: 767px) {
    .wc-mc-detail-box .wc-item-link:hover .wc-icon {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-mc-detail-box .wc-item-link:hover .wc-icon {
        display: block;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-mc-detail-box .wc-item-link:hover .wc-icon {
        display: block;
    }
}

@media (min-width: 1200px) {
    .wc-mc-detail-box .wc-item-link:hover .wc-icon {
        display: block;
    }
}

.wc-map-message-box {
    position: absolute;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    bottom: 60px;
    z-index: 400;
    background-color: #fff;
    padding: 1rem;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

    .wc-map-message-box:before,
    .wc-map-message-box:after {
        content: " ";
        display: table;
    }

    .wc-map-message-box:after {
        clear: both;
    }

    .wc-map-message-box .wc-button-box {
        width: 100%;
        text-align: center;
    }

    .wc-map-message-box .wc-loader-gif {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.wc-message-box-button {
    display: inline-block;
    width: 49%;
    text-align: center;
    padding: 0.4rem 0;
    margin-top: 4px;
    margin-bottom: 4px;
}

    .wc-message-box-button:first-of-type {
        margin-right: 2%;
    }

    .wc-message-box-button:hover {
        text-decoration: none;
    }

html.ie-yes .wc-mc-detail-box.wc-hidden {
    height: 0;
    overflow: hidden;
}

[id="map-canvas"] img {
    max-width: none;
}


/* More old CSS for Map page etc - JH 11.2.22 */
/**********************************
	
#GLOBALS
**********************************/
.wc-subhead {
    font-size: 1rem;
    font-weight: 400;
    color: #cdcdcd;
    margin-top: 0.2rem;
    margin-bottom: 0.6rem;
}

.wc-svg-sprite {
    display: none;
}

.wc-hidden {
    display: none !important;
}

.wc-invisible {
    visibility: hidden !important;
}

.wc-shadowed {
    text-shadow: 0 0 2px;
}

.wc-full-width {
    display: block;
    width: 100%;
}

.wc-no-padding {
    padding: 0;
}

.wc-no-margin {
    margin: 0;
}

.wc-clearfix:before,
.wc-clearfix:after {
    content: " ";
    display: table;
}

.wc-clearfix:after {
    clear: both;
}

.wc-no-focus-outline:focus,
.wc-dropdown-slider-buttons button:focus {
    outline: none;
}

.wc-light-gray {
    color: #6e6e6e;
}

.wc-bold {
    font-weight: 600;
}

.wc-thin {
    font-weight: 200;
}

.wc-container.wc-full-browser-width {
    width: 100%;
    padding: 0;
}

    .wc-container.wc-full-browser-width .wc-row {
        padding: 0;
    }

.wc-row {
    margin-left: -18px;
    margin-right: -18px;
}

    .wc-row:before,
    .wc-row:after {
        content: " ";
        display: table;
    }

    .wc-row:after {
        clear: both;
    }

body .wc-content-wrap .wc-no-gutter {
    padding-left: 0;
    padding-right: 0;
}

body .wc-content-wrap .wc-no-top-gutter,
body .wc-content-wrap .wc-standard-layout .wc-middle-content-column > :first-child,
.wc-standard-layout body .wc-content-wrap .wc-middle-content-column > :first-child,
body .wc-content-wrap .wc-standard-layout .wc-right-content-column > :first-child,
.wc-standard-layout body .wc-content-wrap .wc-right-content-column > :first-child,
body .wc-content-wrap .wc-left-column .wc-component-row:nth-child(2),
.wc-left-column body .wc-content-wrap .wc-component-row:nth-child(2),
body .wc-content-wrap .wc-news-detail .wc-main-content > div:nth-of-type(2),
.wc-news-detail body .wc-content-wrap .wc-main-content > div:nth-of-type(2) {
    padding-top: 0;
}

body .wc-content-wrap .wc-no-bottom-gutter {
    padding-bottom: 0;
}

@media (max-width: 1024px) {
    .wc-header,
    .wc-content-wrap,
    .wc-footer {
        overflow: hidden;
    }
}

.wc-right-box {
    float: right;
}

@media (max-width: 767px) {
    .wc-xs-collapse {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-xs-collapse {
        display: block;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-xs-collapse {
        display: block;
    }
}

@media (min-width: 1200px) {
    .wc-xs-collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .wc-sm-collapse {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-sm-collapse {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-sm-collapse {
        display: block;
    }
}

@media (min-width: 1200px) {
    .wc-sm-collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .wc-md-collapse {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-md-collapse {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-md-collapse {
        display: none;
    }
}

@media (min-width: 1200px) {
    .wc-md-collapse {
        display: block;
    }
}

.wc-3-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    min-height: 1px;
    padding-left: 18px;
    padding-right: 18px;
}

@media (min-width: 1025px) {
    .wc-3-col {
        float: left;
        width: 25%;
    }
}

.wc-6-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    min-height: 1px;
    padding-left: 18px;
    padding-right: 18px;
}

@media (min-width: 1025px) {
    .wc-6-col {
        float: left;
        width: 50%;
    }
}

.wc-9-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    min-height: 1px;
    padding-left: 18px;
    padding-right: 18px;
}

@media (min-width: 1025px) {
    .wc-9-col {
        float: left;
        width: 75%;
    }
}

.wc-12-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 18px;
    padding-right: 18px;
}

.wc-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wc-icon {
    width: 24px;
    height: 24px;
    fill: #002868;
}

.wc-icon-small {
    width: 1rem;
    height: 1rem;
    fill: #002868;
}

.wc-small-caption,
.wc-body-copy .wc-small-caption {
    font-size: 15px;
    font-style: italic;
    color: #333;
}

.wc-small-text-box > p {
    font-size: 0.8rem;
}

    .wc-small-text-box > p a {
        font-size: inherit;
    }

body .wc-content-wrap .wc-image-caption {
    font-size: 0.8rem;
    color: #6e6e6e;
    padding: 0.2rem 0.2rem 0 0.2rem;
    margin-bottom: 0;
}

html.flexbox .wc-flex-center-vertically-inline,
html.flexbox .wc-same-height .wc-box-button,
.wc-same-height html.flexbox .wc-box-button,
html.flexbox .wc-same-height .wc-message-box-button,
.wc-same-height html.flexbox .wc-message-box-button,
html.flexbox .wc-same-height .wc-admission-contact-form-box .action button,
.wc-same-height .wc-admission-contact-form-box .action html.flexbox button,
html.flexbox .wc-admission-contact-form-box .action .wc-same-height button,
.wc-admission-contact-form-box .action .wc-same-height html.flexbox button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

html.flexbox .wc-flex-center-vertically-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

html.firefox select {
    border-radius: 0 !important;
}

.wc-default-button {
    background-color: transparent;
    cursor: pointer;
}

    .wc-default-button,
    .wc-default-button span {
        color: #0072ce;
    }

        .wc-default-button svg {
            height: 1rem;
            width: 1rem;
            fill: #0072ce;
        }

        .wc-default-button svg,
        .wc-default-button .wc-text {
            display: inline-block;
            vertical-align: middle;
        }

        .wc-default-button .wc-text {
            color: #0072ce;
            font-size: 1rem;
        }

        .wc-default-button:hover {
            background-color: transparent;
            text-decoration: none;
        }

            .wc-default-button:hover,
            .wc-default-button:hover span,
            .wc-default-button:hover .wc-text {
                color: #002868;
            }

                .wc-default-button:hover svg {
                    fill: #002868;
                }

                .wc-default-button:hover .wc-text {
                    text-decoration: none;
                }

        .wc-default-button:focus {
            outline: none;
        }

            .wc-default-button:focus .wc-text {
                text-decoration: none;
            }

.wc-no-style-list,
.wc-item-list,
.wc-component.wc-link-list-component ul,
.wc-constituent-page .wc-link-list-component.wc-left-column ul,
.wc-constituent-page .wc-link-list-component.wc-alt-section-nav ul,
.wc-article-info-dropdown,
.wc-main-search-options,
.wc-body-copy ul.wc-no-style-list,
.wc-body-copy ul.wc-item-list,
.wc-body-copy .wc-component.wc-link-list-component ul,
.wc-component.wc-link-list-component .wc-body-copy ul,
.wc-body-copy .wc-constituent-page .wc-link-list-component.wc-left-column ul,
.wc-constituent-page .wc-link-list-component.wc-left-column .wc-body-copy ul,
.wc-body-copy .wc-constituent-page .wc-link-list-component.wc-alt-section-nav ul,
.wc-constituent-page .wc-link-list-component.wc-alt-section-nav .wc-body-copy ul,
.wc-body-copy ul.wc-article-info-dropdown,
.wc-body-copy ul.wc-main-search-options {
    padding: 0;
    margin: 0;
    list-style: none;
}

.wc-right-content-column .wc-item-list li {
    margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
    .wc-item-list li {
        padding-top: 0.2rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-item-list li {
        padding-top: 0.2rem;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-item-list li {
        padding-top: 0.2rem;
    }
}

@media (min-width: 1200px) {
    .wc-item-list li {
        padding-top: 0.2rem;
    }
}

@media (max-width: 767px) {
    .wc-item-list li {
        padding-bottom: 0.2rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-item-list li {
        padding-bottom: 0.2rem;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-item-list li {
        padding-bottom: 0.2rem;
    }
}

@media (min-width: 1200px) {
    .wc-item-list li {
        padding-bottom: 0.2rem;
    }
}

@media (max-width: 767px) {
    .wc-item-list li {
        margin-top: 0.2rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-item-list li {
        margin-top: 0.2rem;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-item-list li {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .wc-item-list li {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .wc-item-list li {
        margin-bottom: 0.2rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-item-list li {
        margin-bottom: 0.2rem;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-item-list li {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .wc-item-list li {
        margin-bottom: 0;
    }
}

.wc-highlight-link-list a {
    display: block;
    width: 100%;
}

    .wc-highlight-link-list a:before,
    .wc-highlight-link-list a:after {
        content: " ";
        display: table;
    }

    .wc-highlight-link-list a:after {
        clear: both;
    }

@media (min-width: 1025px) {
    .wc-highlight-link-list a:hover {
        background-color: rgba(200, 222, 255, 0.5);
        color: #002868;
    }
}

@media (max-width: 1024px) {
    .wc-highlight-link-list li:nth-child(odd) {
        background-color: rgba(200, 222, 255, 0.5);
    }

    .wc-highlight-link-list li:nth-child(even) {
        background-color: transparent;
    }
}

.wc-columned-list {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    position: relative;
}

    .wc-columned-list > li {
        display: block;
        position: relative;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        overflow: auto;
    }

    .wc-columned-list h2 {
        color: #333;
        margin-top: 1.5rem;
        margin-bottom: 0.7rem;
    }

    .wc-columned-list.wc-2-col-list,
    .wc-columned-list:not(.wc-3-col-list) {
        -webkit-columns: 2 300px;
        -moz-columns: 2 300px;
        columns: 2 300px;
    }

    .wc-columned-list.wc-3-col-list {
        -webkit-columns: 3 300px;
        -moz-columns: 3 300px;
        columns: 3 300px;
    }

.wc-date-box {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #002868;
    color: #fff;
    padding: 0.3rem;
}

@media (max-width: 767px) {
    .wc-date-box {
        width: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-date-box {
        width: 50px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-date-box {
        width: 62px;
    }
}

@media (min-width: 1200px) {
    .wc-date-box {
        width: 62px;
    }
}

@media (max-width: 767px) {
    .wc-date-box {
        height: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-date-box {
        height: 50px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-date-box {
        height: 62px;
    }
}

@media (min-width: 1200px) {
    .wc-date-box {
        height: 62px;
    }
}

.wc-date-box .wc-month {
    text-transform: uppercase;
    display: block;
    width: 100%;
    line-height: 0.7;
    text-align: center;
}

@media (max-width: 767px) {
    .wc-date-box .wc-month {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-date-box .wc-month {
        font-size: 16px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-date-box .wc-month {
        font-size: 19px;
    }
}

@media (min-width: 1200px) {
    .wc-date-box .wc-month {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .wc-date-box .wc-month {
        font-weight: 400;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-date-box .wc-month {
        font-weight: 200;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-date-box .wc-month {
        font-weight: 100;
    }
}

@media (min-width: 1200px) {
    .wc-date-box .wc-month {
        font-weight: 100;
    }
}

.wc-date-box .wc-day {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    font-weight: 500;
}

@media (max-width: 767px) {
    .wc-date-box .wc-day {
        font-size: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-date-box .wc-day {
        font-size: 30px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-date-box .wc-day {
        font-size: 38px;
    }
}

@media (min-width: 1200px) {
    .wc-date-box .wc-day {
        font-size: 38px;
    }
}

.no-flexbox .wc-date-box {
    display: none;
}

.wc-info-item {
    padding: 0 0 0.8rem 0;
}

    .wc-info-item:not(.wc-no-flex) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .wc-info-item .wc-icon-box {
        min-width: 1px;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

@media (max-width: 767px) {
    .wc-info-item .wc-icon-box {
        -webkit-flex-basis: 40px;
        -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-info-item .wc-icon-box {
        -webkit-flex-basis: 40px;
        -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-info-item .wc-icon-box {
        -webkit-flex-basis: 46px;
        -ms-flex-preferred-size: 46px;
        flex-basis: 46px;
    }
}

@media (min-width: 1200px) {
    .wc-info-item .wc-icon-box {
        -webkit-flex-basis: 46px;
        -ms-flex-preferred-size: 46px;
        flex-basis: 46px;
    }
}

.wc-info-item .wc-icon-box svg {
    display: block;
    fill: #002868;
}

@media (max-width: 767px) {
    .wc-info-item .wc-icon-box svg {
        width: 34px;
        height: 34px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-info-item .wc-icon-box svg {
        width: 34px;
        height: 34px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-info-item .wc-icon-box svg {
        width: 36px;
        height: 36px;
    }
}

@media (min-width: 1200px) {
    .wc-info-item .wc-icon-box svg {
        width: 36px;
        height: 36px;
    }
}

.wc-info-item .wc-icon-box.wc-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wc-info-item .wc-text-box {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .wc-info-item .wc-text-box .wc-text {
        display: block;
        text-align: left;
    }

.no-flexbox .wc-info-item .wc-icon-box {
    display: none;
}

@media (max-width: 767px) {
    .wc-mobile-slider {
        display: none;
    }
}

.wc-mobile-slider .slick-dots li {
    margin: 0 10px;
}

    .wc-mobile-slider .slick-dots li button:before {
        font-size: 68px;
    }

.slick-track .wc-mobile-slider {
    margin-bottom: 50px;
}

.wc-input-box,
.wc-admission-contact-form-box .form_question:not(.form_address) .form_responses,
.wc-admission-contact-form-box .form_address textarea,
.wc-admission-contact-form-box .form_address input,
.wc-admission-contact-form-box .form_address select {
    background-color: #fff;
    padding: 4px;
    border-radius: 8px;
}

    .wc-input-box input,
    .wc-admission-contact-form-box .form_question:not(.form_address) .form_responses input,
    .wc-admission-contact-form-box .form_address textarea input,
    .wc-admission-contact-form-box .form_address input input,
    .wc-admission-contact-form-box .form_address select input {
        border: none;
    }

.wc-rounded-dropdown,
.wc-admission-contact-form-box .form_select select {
    height: 40px;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    padding: 4px;
    border-radius: 8px;
}

figure {
    padding-bottom: 1.1rem;
}

figcaption {
    font-size: 0.8rem;
    padding-top: 0.4rem;
}

.wc-pagination {
    width: 100%;
    position: relative;
}

    .wc-pagination .wc-page-list {
        list-style: none;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        text-align: center;
    }

@media (max-width: 767px) {
    .wc-pagination .wc-page-list {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-pagination .wc-page-list {
        width: 60%;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-pagination .wc-page-list {
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .wc-pagination .wc-page-list {
        width: 40%;
    }
}

.wc-pagination .wc-page-list li {
    display: inline-block;
}

@media (max-width: 767px) {
    .wc-pagination .wc-page-list li {
        padding-left: 0.2rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-pagination .wc-page-list li {
        padding-left: 0.2rem;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-pagination .wc-page-list li {
        padding-left: 0.1rem;
    }
}

@media (min-width: 1200px) {
    .wc-pagination .wc-page-list li {
        padding-left: 0.1rem;
    }
}

@media (max-width: 767px) {
    .wc-pagination .wc-page-list li {
        padding-right: 0.2rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-pagination .wc-page-list li {
        padding-right: 0.2rem;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-pagination .wc-page-list li {
        padding-right: 0.1rem;
    }
}

@media (min-width: 1200px) {
    .wc-pagination .wc-page-list li {
        padding-right: 0.1rem;
    }
}

.wc-pagination .wc-page-list a,
.wc-pagination .wc-page-list span,
.wc-pagination .wc-page-list li {
    text-decoration: none;
    font-weight: 300;
}

@media (max-width: 767px) {
    .wc-pagination .wc-page-list a,
    .wc-pagination .wc-page-list span,
    .wc-pagination .wc-page-list li {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-pagination .wc-page-list a,
    .wc-pagination .wc-page-list span,
    .wc-pagination .wc-page-list li {
        font-size: 1.3rem;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-pagination .wc-page-list a,
    .wc-pagination .wc-page-list span,
    .wc-pagination .wc-page-list li {
        font-size: 1.3rem;
    }
}

@media (min-width: 1200px) {
    .wc-pagination .wc-page-list a,
    .wc-pagination .wc-page-list span,
    .wc-pagination .wc-page-list li {
        font-size: 1.3rem;
    }
}

.wc-pagination .wc-page-list a:hover {
    text-decoration: underline;
}

.wc-pagination .wc-prev-link {
    position: absolute;
    left: 0;
    bottom: 0;
}

.wc-pagination .wc-next-link {
    position: absolute;
    right: 0;
    bottom: 0;
}

.rightimage,
.caption_right {
    display: block;
}

@media (max-width: 767px) {
    .rightimage,
    .caption_right {
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .rightimage,
    .caption_right {
        float: right;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .rightimage,
    .caption_right {
        float: right;
    }
}

@media (min-width: 1200px) {
    .rightimage,
    .caption_right {
        float: right;
    }
}

@media (max-width: 767px) {
    .rightimage,
    .caption_right {
        margin: 10px auto 10px auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .rightimage,
    .caption_right {
        margin: 0 0 5px 20px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .rightimage,
    .caption_right {
        margin: 0 0 5px 20px;
    }
}

@media (min-width: 1200px) {
    .rightimage,
    .caption_right {
        margin: 0 0 5px 20px;
    }
}

.leftimage,
.caption_left {
    display: block;
}

@media (max-width: 767px) {
    .leftimage,
    .caption_left {
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .leftimage,
    .caption_left {
        float: left;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .leftimage,
    .caption_left {
        float: left;
    }
}

@media (min-width: 1200px) {
    .leftimage,
    .caption_left {
        float: left;
    }
}

@media (max-width: 767px) {
    .leftimage,
    .caption_left {
        margin: 10px 0 10px 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .leftimage,
    .caption_left {
        margin: 0 20px 5px 0;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .leftimage,
    .caption_left {
        margin: 0 20px 5px 0;
    }
}

@media (min-width: 1200px) {
    .leftimage,
    .caption_left {
        margin: 0 20px 5px 0;
    }
}

.wc-rightimage,
.wc-caption-image-right {
    display: block;
}

@media (max-width: 767px) {
    .wc-rightimage,
    .wc-caption-image-right {
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-rightimage,
    .wc-caption-image-right {
        float: right;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-rightimage,
    .wc-caption-image-right {
        float: right;
    }
}

@media (min-width: 1200px) {
    .wc-rightimage,
    .wc-caption-image-right {
        float: right;
    }
}

@media (max-width: 767px) {
    .wc-rightimage,
    .wc-caption-image-right {
        margin: 10px auto 10px auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-rightimage,
    .wc-caption-image-right {
        margin: 0 0 5px 20px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-rightimage,
    .wc-caption-image-right {
        margin: 0 0 5px 20px;
    }
}

@media (min-width: 1200px) {
    .wc-rightimage,
    .wc-caption-image-right {
        margin: 0 0 5px 20px;
    }
}

.wc-leftimage,
.wc-caption-image-left {
    display: block;
}

@media (max-width: 767px) {
    .wc-leftimage,
    .wc-caption-image-left {
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-leftimage,
    .wc-caption-image-left {
        float: left;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-leftimage,
    .wc-caption-image-left {
        float: left;
    }
}

@media (min-width: 1200px) {
    .wc-leftimage,
    .wc-caption-image-left {
        float: left;
    }
}

@media (max-width: 767px) {
    .wc-leftimage,
    .wc-caption-image-left {
        margin: 10px auto 10px auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-leftimage,
    .wc-caption-image-left {
        margin: 0 20px 5px 0;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-leftimage,
    .wc-caption-image-left {
        margin: 0 20px 5px 0;
    }
}

@media (min-width: 1200px) {
    .wc-leftimage,
    .wc-caption-image-left {
        margin: 0 20px 5px 0;
    }
}

.wc-caption-image,
.wc-caption-image-left,
.wc-caption-image-right {
    padding-bottom: 0;
}

.wc-circle-image,
.wc-large-promo-feature-box img:not([src*=".svg"]) {
    border-radius: 50%;
}

.wc-breakpoint-check-box {
    position: relative;
    height: 0;
    width: 0;
    overflow: hidden;
}

.wc-breakpoint-check {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    width: 1px;
    height: 1px;
}

@media (max-width: 767px) {
    #wc-breakpoint-check-xs {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #wc-breakpoint-check-xs {
        display: block;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    #wc-breakpoint-check-xs {
        display: block;
    }
}

@media (min-width: 1200px) {
    #wc-breakpoint-check-xs {
        display: block;
    }
}

@media (max-width: 767px) {
    #wc-breakpoint-check-sm {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #wc-breakpoint-check-sm {
        display: block;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    #wc-breakpoint-check-sm {
        display: block;
    }
}

@media (min-width: 1200px) {
    #wc-breakpoint-check-sm {
        display: block;
    }
}

@media (max-width: 767px) {
    #wc-breakpoint-check-md {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #wc-breakpoint-check-md {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    #wc-breakpoint-check-md {
        display: block;
    }
}

@media (min-width: 1200px) {
    #wc-breakpoint-check-md {
        display: block;
    }
}

@media (max-width: 767px) {
    #wc-breakpoint-check-lg {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #wc-breakpoint-check-lg {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    #wc-breakpoint-check-lg {
        display: none;
    }
}

@media (min-width: 1200px) {
    #wc-breakpoint-check-lg {
        display: block;
    }
}

.wc-modal {
    text-align: center;
}

    .wc-modal .wc-image-caption {
        color: #fff;
        position: absolute;
        text-align: left;
    }

.modal-dialog.wc-lightbox {
    position: relative;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .modal-dialog.wc-lightbox {
        margin-top: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .modal-dialog.wc-lightbox {
        margin-top: 1rem;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .modal-dialog.wc-lightbox {
        margin-top: 3rem;
    }
}

@media (min-width: 1200px) {
    .modal-dialog.wc-lightbox {
        margin-top: 3rem;
    }
}

.modal-dialog.wc-lightbox:note(.wc-video-modal-box) {
    max-width: 1000px;
}

body .modal-backdrop.in {
    opacity: 0.7;
}

html.wc-white-modal .modal-backdrop.in {
    background-color: #fff;
    opacity: 1;
}

body.modal-open {
    padding-right: 0 !important;
    overflow-y: visible;
    overflow: hidden;
}

.wc-ps-lightbox {
    max-width: 90%;
    margin-top: 3rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1025px) {
    .wc-anchor-fix:before {
        display: block;
        content: " ";
        margin-top: -140px;
        height: 140px;
        visibility: hidden;
    }
}

.wc-style-box {
    position: absolute;
    left: -999em;
    top: -999em;
}

.wc-fixed-ar {
    width: 100%;
    position: relative;
}

    .wc-fixed-ar.wc-ar-16-9 {
        padding-bottom: 56%;
    }

    .wc-fixed-ar .wc-ar-content {
        position: absolute;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

@media (min-width: 1025px) {
    .wc-content-wrap:not(.wc-full-width-layout-b) .wc-right-content-column h2 {
        font-size: 1.7rem;
    }
}

.wc-content-wrap:not(.wc-full-width-layout-b) .wc-right-content-column .wc-full-component,
.wc-content-wrap:not(.wc-full-width-layout-b) .wc-right-content-column .wc-half-component,
.wc-content-wrap:not(.wc-full-width-layout-b) .wc-right-content-column .wc-quarter-component,
.wc-content-wrap:not(.wc-full-width-layout-b) .wc-right-content-column .wc-third-component {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 18px;
    padding-right: 18px;
}

.wc-content-wrap .wc-left-column h2 {
    font-size: 1.7rem;
}

.wc-content-wrap .wc-left-column .wc-full-component,
.wc-content-wrap .wc-left-column .wc-half-component,
.wc-content-wrap .wc-left-column .wc-quarter-component,
.wc-content-wrap .wc-left-column .wc-third-component {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 18px;
    padding-right: 18px;
}

.wc-off-screen {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.wc-hidden-in-place {
    width: 1px;
    height: 1px;
    display: block;
    float: right;
    overflow: hidden;
}



/**********************************
#MASONRY-GALLERY

Info
[-] 	Styles for galleries that use the masonry layout.
[-] 	Tiles: generic term for the elements that masonry arranges
		(thumbnails, cards, etc.)

Notes
[1] 	Masonry works by measuring the wc-mg-gutter-sizer and using that
		for spacing between the elemtns.
[2] 	Need to set the width for these taking into account the gutters
		that will be between them.
[3] 	Note that these don't yield perfect results, the tiles are slightly
		narrower than we want them to be. I'm guessing this has something to
		do with these calculations dealing with percentages and pixels, and
		the results being pulled by the masonry JS and then re-applied as in-line
		CSS (sheesh). Not sure what we can do about it at this point.
**********************************/

.wc-masonry-gallery .wc-box-button.wc-masonry-more-button,
.wc-masonry-gallery .wc-masonry-more-button.wc-message-box-button,
.wc-masonry-gallery .wc-admission-contact-form-box .action button.wc-masonry-more-button,
.wc-admission-contact-form-box .action .wc-masonry-gallery button.wc-masonry-more-button {
    min-width: 200px;
    margin: 1rem auto;
    display: block;
}

.wc-masonry-gallery .wc-loader {
    margin-left: auto;
    margin-right: auto;
}

.wc-masonry-gallery-box {
    overflow: visible;
}

.wc-mg-gutter-sizer {
    width: 1rem;
    height: 0;
    position: absolute;
    visibility: hidden;
}

.wc-mg-tile {
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
}

.wc-mg-tile,
.wc-mg-tile-sizer {
    display: block;
    margin-bottom: 1rem;
}

    .wc-mg-tile img,
    .wc-mg-tile-sizer img {
        display: block;
        width: 100%;
    }

@media (max-width: 767px) {
    .wc-mg-2-col .wc-mg-tile,
    .wc-mg-2-col .wc-mg-tile-sizer {
        width: -webkit-calc(50% - 8.5px);
        width: calc(50% - 8.5px);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-mg-2-col .wc-mg-tile,
    .wc-mg-2-col .wc-mg-tile-sizer {
        width: -webkit-calc(50% - 9px);
        width: calc(50% - 9px);
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-mg-2-col .wc-mg-tile,
    .wc-mg-2-col .wc-mg-tile-sizer {
        width: -webkit-calc(50% - 9px);
        width: calc(50% - 9px);
    }
}

@media (min-width: 1200px) {
    .wc-mg-2-col .wc-mg-tile,
    .wc-mg-2-col .wc-mg-tile-sizer {
        width: -webkit-calc(50% - 9px);
        width: calc(50% - 9px);
    }
}

@media (max-width: 767px) {
    .wc-mg-3-col .wc-mg-tile,
    .wc-mg-3-col .wc-mg-tile-sizer {
        width: -webkit-calc(50% - 8.5px);
        width: calc(50% - 8.5px);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-mg-3-col .wc-mg-tile,
    .wc-mg-3-col .wc-mg-tile-sizer {
        width: -webkit-calc(50% - 9px);
        width: calc(50% - 9px);
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-mg-3-col .wc-mg-tile,
    .wc-mg-3-col .wc-mg-tile-sizer {
        width: -webkit-calc(50% - 9px);
        width: calc(50% - 9px);
    }
}

@media (min-width: 1200px) {
    .wc-mg-3-col .wc-mg-tile,
    .wc-mg-3-col .wc-mg-tile-sizer {
        width: -webkit-calc(33% - 12px);
        width: calc(33% - 12px);
    }
}

@media (max-width: 767px) {
    .wc-mg-4-col .wc-mg-tile,
    .wc-mg-4-col .wc-mg-tile-sizer {
        width: -webkit-calc(50% - 8.5px);
        width: calc(50% - 8.5px);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-mg-4-col .wc-mg-tile,
    .wc-mg-4-col .wc-mg-tile-sizer {
        width: -webkit-calc(50% - 9px);
        width: calc(50% - 9px);
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-mg-4-col .wc-mg-tile,
    .wc-mg-4-col .wc-mg-tile-sizer {
        width: -webkit-calc(33% - 12px);
        width: calc(33% - 12px);
    }
}

@media (min-width: 1200px) {
    .wc-mg-4-col .wc-mg-tile,
    .wc-mg-4-col .wc-mg-tile-sizer {
        width: -webkit-calc(25% - 13.5px);
        width: calc(25% - 13.5px);
    }
}

.wc-masonry-gallery.wc-ie-fallback .wc-masonry-gallery-box {
    width: 100%;
}

    .wc-masonry-gallery.wc-ie-fallback .wc-masonry-gallery-box:before,
    .wc-masonry-gallery.wc-ie-fallback .wc-masonry-gallery-box:after {
        content: " ";
        display: table;
    }

    .wc-masonry-gallery.wc-ie-fallback .wc-masonry-gallery-box:after {
        clear: both;
    }

.wc-masonry-gallery.wc-ie-fallback .wc-mg-tile {
    float: left;
    overflow: hidden;
    margin: 8px;
}

.wc-masonry-gallery.wc-ie-fallback .wc-ig-tile {
    height: 200px;
}

.wc-masonry-gallery.wc-ie-fallback .wc-card-link {
    clear: both;
}

.wc-content-wrap .pswp__caption__center {
    font-size: 1rem;
    line-height: 1.2rem;
    max-width: 600px;
}

@media (max-width: 767px) {
    .wc-card-gallery-component.wc-mg-3-col .wc-mg-tile,
    .wc-card-gallery-component.wc-cg-3-col .wc-mg-tile-sizer {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-card-gallery-component.wc-mg-3-col .wc-mg-tile,
    .wc-card-gallery-component.wc-cg-3-col .wc-mg-tile-sizer {
        width: -webkit-calc(50% - 9px);
        width: calc(50% - 9px);
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-card-gallery-component.wc-mg-3-col .wc-mg-tile,
    .wc-card-gallery-component.wc-cg-3-col .wc-mg-tile-sizer {
        width: -webkit-calc(50% - 9px);
        width: calc(50% - 9px);
    }
}

@media (min-width: 1200px) {
    .wc-card-gallery-component.wc-mg-3-col .wc-mg-tile,
    .wc-card-gallery-component.wc-cg-3-col .wc-mg-tile-sizer {
        width: -webkit-calc(33% - 12px);
        width: calc(33% - 12px);
    }
}

@media (max-width: 767px) {
    .wc-card-gallery-component.wc-mg-4-col.wc-mg-md-4-col .wc-mg-tile,
    .wc-card-gallery-component.wc-mg-4-col.wc-mg-md-4-col .wc-mg-tile-sizer {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-card-gallery-component.wc-mg-4-col.wc-mg-md-4-col .wc-mg-tile,
    .wc-card-gallery-component.wc-mg-4-col.wc-mg-md-4-col .wc-mg-tile-sizer {
        width: -webkit-calc(50% - 9px);
        width: calc(50% - 9px);
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-card-gallery-component.wc-mg-4-col.wc-mg-md-4-col .wc-mg-tile,
    .wc-card-gallery-component.wc-mg-4-col.wc-mg-md-4-col .wc-mg-tile-sizer {
        width: -webkit-calc(25% - 13.5px);
        width: calc(25% - 13.5px);
    }
}

@media (min-width: 1200px) {
    .wc-card-gallery-component.wc-mg-4-col.wc-mg-md-4-col .wc-mg-tile,
    .wc-card-gallery-component.wc-mg-4-col.wc-mg-md-4-col .wc-mg-tile-sizer {
        width: -webkit-calc(25% - 13.5px);
        width: calc(25% - 13.5px);
    }
}

.wc-card-gallery-component .wc-card-link {
    padding: 0;
    text-align: left;
}

.wc-card-gallery-component .wc-card-subtitle {
    font-size: 1.1rem;
    color: #6e6e6e;
    padding-top: 5px;
    line-height: 1.3;
}

.wc-card-gallery-component .wc-card-author {
    text-transform: uppercase;
    color: #333;
    padding-top: 5px;
}

@media (max-width: 767px) {
    .wc-card-gallery-component.wc-promo .wc-body-copy {
        padding: 1rem 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-card-gallery-component.wc-promo .wc-body-copy {
        padding: 1rem 0;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-card-gallery-component.wc-promo .wc-body-copy {
        padding: 2rem 10%;
    }
}

@media (min-width: 1200px) {
    .wc-card-gallery-component.wc-promo .wc-body-copy {
        padding: 2rem 10%;
    }
}

.wc-card-gallery-component.wc-promo .wc-bottom-box {
    margin-top: 2rem;
}

.wc-card-lightbox {
    background-color: #fff;
    border-radius: 8px;
    text-align: left;
    overflow: hidden;
    box-shadow: 0 12px 12px rgba(51, 51, 51, 0.38), 0 8px 8px rgba(51, 51, 51, 0.34);
}

@media (max-width: 767px) {
    .wc-card-lightbox {
        width: 90%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-card-lightbox {
        width: 80%;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-card-lightbox {
        width: 70%;
    }
}

@media (min-width: 1200px) {
    .wc-card-lightbox {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .wc-card-lightbox .wc-card-lightbox-image-container {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-card-lightbox .wc-card-lightbox-image-container {
        max-width: 40%;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-card-lightbox .wc-card-lightbox-image-container {
        max-width: 250px;
    }
}

@media (min-width: 1200px) {
    .wc-card-lightbox .wc-card-lightbox-image-container {
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    .wc-card-lightbox .wc-card-lightbox-image-container {
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-card-lightbox .wc-card-lightbox-image-container {
        margin: 0 1.5rem 0 0;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-card-lightbox .wc-card-lightbox-image-container {
        margin: 0 1.5rem 0 0;
    }
}

@media (min-width: 1200px) {
    .wc-card-lightbox .wc-card-lightbox-image-container {
        margin: 0 1.5rem 0 0;
    }
}

@media (max-width: 767px) {
    .wc-card-lightbox .wc-card-lightbox-image-container {
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-card-lightbox .wc-card-lightbox-image-container {
        float: left;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-card-lightbox .wc-card-lightbox-image-container {
        float: left;
    }
}

@media (min-width: 1200px) {
    .wc-card-lightbox .wc-card-lightbox-image-container {
        float: left;
    }
}

.wc-card-lightbox .wc-card-title {
    margin: 0 0 0.4rem 0;
}

.wc-card-lightbox .wc-card-subtitle {
    font-size: 1.2rem;
    color: #333;
    padding-top: 0;
}

.wc-card-lightbox .wc-card-author {
    display: inline-block;
}

.wc-card-lightbox .wc-card-author-title {
    display: inline-block;
    font-style: italic;
}

.wc-card-lightbox .wc-card-quote {
    border-left: 5px solid #cdcdcd;
    padding: 0 1.5rem 0 1.5rem;
    font-style: italic;
}

.wc-card-lightbox-topbar {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

    .wc-card-lightbox-topbar:before,
    .wc-card-lightbox-topbar:after {
        content: " ";
        display: table;
    }

    .wc-card-lightbox-topbar:after {
        clear: both;
    }

    .wc-card-lightbox-topbar .wc-lightbox-close-button {
        background-color: transparent;
        cursor: pointer;
        float: right;
        display: block;
        padding: 12px;
    }

        .wc-card-lightbox-topbar .wc-lightbox-close-button,
        .wc-card-lightbox-topbar .wc-lightbox-close-button span {
            color: #002868;
        }

            .wc-card-lightbox-topbar .wc-lightbox-close-button svg {
                height: 26px;
                width: 26px;
                fill: #002868;
            }

            .wc-card-lightbox-topbar .wc-lightbox-close-button svg,
            .wc-card-lightbox-topbar .wc-lightbox-close-button .wc-text {
                display: inline-block;
                vertical-align: middle;
            }

            .wc-card-lightbox-topbar .wc-lightbox-close-button .wc-text {
                color: #002868;
                font-size: 18px;
            }

            .wc-card-lightbox-topbar .wc-lightbox-close-button:hover {
                background-color: transparent;
                text-decoration: none;
            }

                .wc-card-lightbox-topbar .wc-lightbox-close-button:hover,
                .wc-card-lightbox-topbar .wc-lightbox-close-button:hover span,
                .wc-card-lightbox-topbar .wc-lightbox-close-button:hover .wc-text {
                    color: #3298fe;
                }

                    .wc-card-lightbox-topbar .wc-lightbox-close-button:hover svg {
                        fill: #3298fe;
                    }

                    .wc-card-lightbox-topbar .wc-lightbox-close-button:hover .wc-text {
                        text-decoration: none;
                    }

            .wc-card-lightbox-topbar .wc-lightbox-close-button:focus {
                outline: none;
            }

                .wc-card-lightbox-topbar .wc-lightbox-close-button:focus .wc-text {
                    text-decoration: none;
                }

    .wc-card-lightbox-topbar svg {
        color: #002868;
        display: block !important;
    }

.wc-card-lightbox-content {
    max-height: 75vh;
    overflow-y: auto;
    padding: 1.5rem 1.5rem 0 1.5rem;
}

    .wc-card-lightbox-content:after {
        content: "";
        display: block;
        height: 3rem;
        width: 100%;
    }



/**********************************
#VIDEO-COMPONENT
**********************************/

.wc-video-component .wc-image-box {
    width: 100%;
    position: relative;
}

.wc-video-component img {
    width: 100%;
    display: block;
}

.wc-video-component .wc-title {
    font-size: 1.1rem;
    margin-bottom: 0;
}

.wc-video-component .wc-overlay {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 100;
    width: 100%;
    height: 100%;
}

.wc-video-component .wc-vc-play-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.wc-video-component .wc-description {
    color: #6e6e6e;
}

a.wc-video-component:hover {
    text-decoration: none;
}

    a.wc-video-component:hover .wc-title {
        text-decoration: underline;
    }


/**********************************
#VIDEO-GALLERY
**********************************/

.wc-video-gallery-component.wc-not-ready .wc-video-component {
    opacity: 0;
}

.wc-video-gallery-component .wc-component-title {
    margin-bottom: 0;
}

.wc-video-gallery-component > .wc-video-list {
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    overflow: hidden;
    margin-left: -18px;
    margin-right: -18px;
}

.wc-video-gallery-component:not(.wc-collapsed) .wc-more-link .wc-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wc-video-gallery-component .wc-more-link {
    margin-top: 0.5rem;
    background-color: transparent;
    cursor: pointer;
}

    .wc-video-gallery-component .wc-more-link,
    .wc-video-gallery-component .wc-more-link span {
        color: #0072ce;
    }

        .wc-video-gallery-component .wc-more-link svg {
            height: 30px;
            width: 30px;
            fill: #0072ce;
        }

        .wc-video-gallery-component .wc-more-link svg,
        .wc-video-gallery-component .wc-more-link .wc-text {
            display: inline-block;
            vertical-align: middle;
        }

        .wc-video-gallery-component .wc-more-link .wc-text {
            color: #0072ce;
            font-size: 1.3rem;
        }

        .wc-video-gallery-component .wc-more-link:hover {
            background-color: transparent;
            text-decoration: none;
        }

            .wc-video-gallery-component .wc-more-link:hover,
            .wc-video-gallery-component .wc-more-link:hover span,
            .wc-video-gallery-component .wc-more-link:hover .wc-text {
                color: #002868;
            }

                .wc-video-gallery-component .wc-more-link:hover svg {
                    fill: #002868;
                }

                .wc-video-gallery-component .wc-more-link:hover .wc-text {
                    text-decoration: underline;
                }

        .wc-video-gallery-component .wc-more-link:focus {
            outline: none;
        }

            .wc-video-gallery-component .wc-more-link:focus .wc-text {
                text-decoration: underline;
            }

        .wc-video-gallery-component .wc-more-link .wc-icon {
            margin-left: 4px;
            -webkit-transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
        }

.wc-video-component.wc-card-link {
    padding-top: 0;
    padding-bottom: 0;
}

    .wc-video-component.wc-card-link .wc-card-title {
        font-size: 1.1rem;
    }

.wc-standard-layout:not(.wc-no-left-column) .wc-vc-play-icon {
    fill: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
    .wc-standard-layout:not(.wc-no-left-column) .wc-vc-play-icon {
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-standard-layout:not(.wc-no-left-column) .wc-vc-play-icon {
        width: 70px;
        height: 70px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-standard-layout:not(.wc-no-left-column) .wc-vc-play-icon {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 1200px) {
    .wc-standard-layout:not(.wc-no-left-column) .wc-vc-play-icon {
        width: 80px;
        height: 80px;
    }
}

.wc-full-width-layout-a .wc-vc-play-icon,
.wc-standard-layout.wc-no-left-column .wc-vc-play-icon {
    fill: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
    .wc-full-width-layout-a .wc-vc-play-icon,
    .wc-standard-layout.wc-no-left-column .wc-vc-play-icon {
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-full-width-layout-a .wc-vc-play-icon,
    .wc-standard-layout.wc-no-left-column .wc-vc-play-icon {
        width: 70px;
        height: 70px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-full-width-layout-a .wc-vc-play-icon,
    .wc-standard-layout.wc-no-left-column .wc-vc-play-icon {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 1200px) {
    .wc-full-width-layout-a .wc-vc-play-icon,
    .wc-standard-layout.wc-no-left-column .wc-vc-play-icon {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 767px) {
    .wc-standard-layout:not(.wc-no-left-column) .wc-right-content-column .wc-vc-play-icon {
        width: 100px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-standard-layout:not(.wc-no-left-column) .wc-right-content-column .wc-vc-play-icon {
        width: 70px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-standard-layout:not(.wc-no-left-column) .wc-right-content-column .wc-vc-play-icon {
        width: 50px;
    }
}

@media (min-width: 1200px) {
    .wc-standard-layout:not(.wc-no-left-column) .wc-right-content-column .wc-vc-play-icon {
        width: 60px;
    }
}

@media (max-width: 767px) {
    .wc-standard-layout:not(.wc-no-left-column) .wc-right-content-column .wc-vc-play-icon {
        height: 100px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-standard-layout:not(.wc-no-left-column) .wc-right-content-column .wc-vc-play-icon {
        height: 70px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-standard-layout:not(.wc-no-left-column) .wc-right-content-column .wc-vc-play-icon {
        height: 50px;
    }
}

@media (min-width: 1200px) {
    .wc-standard-layout:not(.wc-no-left-column) .wc-right-content-column .wc-vc-play-icon {
        height: 60px;
    }
}

.wc-video-component:hover .wc-vc-play-icon,
.wc-video-component:focus .wc-vc-play-icon {
    fill: rgba(255, 255, 255, 0.9);
}

body div.wc-video-modal-box {
    margin-top: 90px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    body div.wc-video-modal-box {
        width: 90%;
    }

    .hidden-xs, .wc-pagination .wc-prev-link, .wc-pagination .wc-next-link, .wc-index-list-component .wc-image-box, .wc-dropdown-slider-buttons, .wc-slider-nav-box .wc-left-arrow, .wc-slider-nav-box .wc-right-arrow, .wc-video-title-box .wc-background-video, .wc-tb-caption-box, .wc-constituent-page .wc-alt-section-nav, .wc-tags-box, .wc-news-filter-bar, .wc-map-controls .wc-button-toggle, .wc-mc-desktop-hide-button {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body div.wc-video-modal-box {
        width: 90%;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    body div.wc-video-modal-box {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    body div.wc-video-modal-box {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .hidden-xs, .wc-pagination .wc-prev-link, .wc-pagination .wc-next-link, .wc-index-list-component .wc-image-box, .wc-dropdown-slider-buttons, .wc-slider-nav-box .wc-left-arrow, .wc-slider-nav-box .wc-right-arrow, .wc-video-title-box .wc-background-video, .wc-tb-caption-box, .wc-constituent-page .wc-alt-section-nav, .wc-tags-box, .wc-news-filter-bar, .wc-map-controls .wc-button-toggle, .wc-mc-desktop-hide-button {
        display: none !important
    }
}



/**********************************
#CARD STYLES
Notes
[1] 	Note that when masonry is being used (like for the card
		gallery) all of the card sizing and spacing is handled
		by the masonry sizing elements in _galleries.scss instead
		of these styles.
**********************************/

.wc-card-link {
    background-color: #f8f8f8;
    float: left;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 4px rgba(51,51,51,0.24),0 3px 5px rgba(51,51,51,0.36);
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1)
}

@media (max-width: 767px) {
    .wc-card-link:not(.wc-mg-tile) {
        margin: 0.5rem 18px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-card-link:not(.wc-mg-tile) {
        margin: 0.5rem 18px
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-card-link:not(.wc-mg-tile) {
        margin: 0.5rem 18px
    }
}

@media (min-width: 1200px) {
    .wc-card-link:not(.wc-mg-tile) {
        margin: 0.5rem 18px
    }
}

@media (max-width: 767px) {
    .wc-card-link:not(.wc-mg-tile).wc-third-width-card {
        width: -webkit-calc(100% - 36px);
        width: calc(100% - 36px)
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-card-link:not(.wc-mg-tile).wc-third-width-card {
        width: -webkit-calc(50% - 36px);
        width: calc(50% - 36px)
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-card-link:not(.wc-mg-tile).wc-third-width-card {
        width: -webkit-calc(50% - 36px);
        width: calc(50% - 36px)
    }
}

@media (min-width: 1200px) {
    .wc-card-link:not(.wc-mg-tile).wc-third-width-card {
        width: -webkit-calc(33% - 36px);
        width: calc(33% - 36px)
    }
}

.wc-card-link:hover, .wc-card-link:focus {
    box-shadow: 0 8px 8px rgba(51,51,51,0.38),0 5px 5px rgba(51,51,51,0.34),0 5px 10px rgba(51,51,51,0.2);
    text-decoration: none
}

    .wc-card-link:hover .wc-card-title, .wc-card-link:focus .wc-card-title {
        color: #0072ce
    }

.wc-card-link .wc-card-image:not(img) {
    display: block;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width: 767px) {
    .wc-card-link .wc-card-image:not(img) {
        height: 190px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-card-link .wc-card-image:not(img) {
        height: 130px
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-card-link .wc-card-image:not(img) {
        height: 160px
    }
}

@media (min-width: 1200px) {
    .wc-card-link .wc-card-image:not(img) {
        height: 160px
    }
}

.wc-card-link .wc-card-text-box {
    padding: 0.5rem
}

.wc-card-link .wc-card-title {
    color: #002868;
    font-size: 1.3rem;
    line-height: 1.3;
    margin-bottom: 0
}

.wc-card-link span {
    display: block;
    margin: 0
}

.wc-card-lightbox.wc-lightbox {
    max-width: 900px
}

@media (max-width: 767px) {
    .wc-related-links-component .wc-card-link .wc-card-image {
        height: 190px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wc-related-links-component .wc-card-link .wc-card-image {
        height: 250px
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .wc-related-links-component .wc-card-link .wc-card-image {
        height: 130px
    }
}

@media (min-width: 1200px) {
    .wc-related-links-component .wc-card-link .wc-card-image {
        height: 190px
    }
}

/**********************************
#RELATED-LINKS-COMPONENT
**********************************/

.wc-related-links-card-row {
    margin-left: -18px;
    margin-right: -18px
}

    .wc-related-links-card-row:before, .wc-related-links-card-row:after {
        content: " ";
        display: table
    }

    .wc-related-links-card-row:after {
        clear: both
    }


/**********************************
#SAME-HEIGHT
Notes
[1] 	So if there are more elements than can fit on one line, they'll wrap and
		match heights with the other elements on their line.
**********************************/

.wc-same-height-children_flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}