﻿.igx-search-trigger {
    background: #024C85;
    border: 0;
    cursor: pointer;
    color: #fff;
    transition: all .5s ease-in-out;
}

    .igx-search-trigger._mobile {
        width: 52px;
        height: 52px;
        font-size: 0;
        position: relative;
        box-shadow: 0 0 #024C85;
    }

        .igx-search-trigger._mobile:focus {
            outline: 0;
        }

        .igx-search-trigger._mobile::after {
            font-family: "spl-icons";
            font-size: 36px;
            font-weight: normal;
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -80%);
            height: 29px;
        }

        .igx-search-trigger._mobile.active {
            background: #0061AC;
            box-shadow: 0 8px #0061AC;
        }

            .igx-search-trigger._mobile.active::after {
                font-size: 32px;
                content: "";
            }

.igx-site-search {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #0061AC;
    padding: 50px 12px;
    display: none;
    position: absolute;
}

    .igx-site-search.active {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

#main-content {
    transition: margin-top 0.5s ease-in-out;
}

    #main-content.active {
        margin-top: 260px;
    }

.igx-site-search .content {
    width: 100%;
    max-width: 600px;
}

    .igx-site-search .content ul {
        padding: 0;
        color: #fff;
        width: 70%;
        margin: 20px auto 0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }

        .igx-site-search .content ul li {
            list-style: none;
            width: 50%;
        }

            .igx-site-search .content ul li a {
                text-decoration: none;
                color: inherit;
                display: block;
                text-align: center;
                font-size: 15px;
            }

    .igx-site-search .content h3, .igx-site-search .content .h3 {
        text-align: center;
        font-size: 22px;
        color: #fff;
        margin-bottom: 0.5em;
    }

form#igx-site-serach-from {
    position: relative;
    height: 58px;
}

    form#igx-site-serach-from label {
        font-size: 0;
        position: absolute;
        left: -6666em;
    }

    form#igx-site-serach-from input[type=search] {
        width: 100%;
        height: 58px;
        line-height: 58px;
        background: #fff;
        padding-left: 20px;
        padding-right: 60px;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        -webkit-appearance: none;
        border-radius: 0;
        border: none;
        line-height: 16px;
    }

    form#igx-site-serach-from button {
        position: absolute;
        top: 0;
        right: 0;
        width: 58px;
        height: 58px;
        font-size: 0;
        z-index: 2;
        padding: 0;
        border: 0;
        background: transparent;
    }

        form#igx-site-serach-from button i::before {
            font-size: 34px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 26px;
            color: #0061AC;
        }

        form#igx-site-serach-from button:focus i::before {
            color: #000;
        }

@media (min-width: 768px) {

    a[href^=tel] {
        pointer-events: none;
    }
}

@media (min-width: 1000px) {

    .igx-search-trigger._desktop {
        width: 50px;
        height: 43px;
        font-size: 0;
        background: #0061AC;
        border-radius: 2px 2px 0 0;
        padding: 0;
        line-height: 43px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
        font-weight: 700;
    }

        .igx-search-trigger._desktop::after {
            font-family: "spl-icons";
            font-size: 22px;
            line-height: 1;
            font-weight: normal;
            content: "";
        }

        .igx-search-trigger._desktop.active {
            font-size: 0;
        }

            .igx-search-trigger._desktop.active::after {
                font-size: 22px;
                content: "";
                margin-left: 0;
            }
}

@media (min-width: 1200px) {

    .igx-search-trigger._desktop::after {
        margin-left: 5px;
    }

    .igx-search-trigger._desktop {
        width: 126px;
        font-size: 17px;
        margin-top: 4px;
    }

}

.tile._igx-fix {
    height: auto;
}

.igx-content-wrapper {
    padding-left: 18px;
    padding-right: 38px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.tile__link-indicator a, a[href^=tel] {
    color: #000;
    text-decoration: none;
}

@media print {

    .panelgroup.accordion .panelgroup__item-header a {
        color: #000;
    }

    body, html {
        background: transparent;
    }

    @page {
        size: 330mm 427mm;
        margin: 1mm;
    }

    .left-column {
        width: 100%;
        max-width: 100%;
        flex: none;
    }

    .right-column, footer, .do-not-print, .site-header-sticky-wrapper, .site-header, .alert, .footer-cta, .hero__topper:after, .sticky-wrapper {
        display: none;
    }

    .hero.hero--page {
        background: none !important;
        padding-top: 0;
    }

    .hero__topper {
        width: 100%;
        background: none !important;
    }

    .l-margin-top-1, .l-margin-top-2, .l-margin-top-3, .l-margin-top-4, .l-margin-top-5, .l-margin-top-6, .l-margin-top-7 {
        margin-top: 0;
    }

    a[href]:after {
        content: none !important;
    }

    img[src]:after {
        content: none !important;
    }

    .panelgroup.accordion .panelgroup__item .panelgroup__item-header i::before {
        font-family: "spl-icons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 2px;
        padding: 10px 0 0;
        background: #FFFFFF;
        color: #0061AC;
    }

    .panelgroup.accordion .panelgroup__item-content, .panelgroup__item {
        display: block !important;
    }
}

.panelgroup .fpo-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

    .panelgroup .fpo-list li:last-of-type {
        margin-right: auto;
    }

    .panelgroup .fpo-list li img {
        width: 100%;
    }

.media-list__image.contentDM {
    width: 100%;
    margin-bottom: 20px;
}

.media-list__details-container {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.media-list__image {
    max-width: 133px;
}

.media-list__image-igx {
    float: unset;
    max-width: 133px;
}

.skip-link:focus {
    z-index:9999;
}

.alert a{
    text-decoration: underline;
}

@media (min-width: 576px) {

    .media-list__image.contentDM {
        width: 300px;
        margin-bottom: 0;
    }

    .media-list__details-container {
        width: auto;
    }
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {


    .igx-search-trigger._desktop {
        padding-right: 20px;
    }

        .igx-search-trigger._desktop::after {
            position: absolute;
            margin-top: 14px;
        }

        .igx-search-trigger._desktop.active::after {
            margin-top: -9px;
        }
}

/* SP - 09/23/19 */


.tile a h2 {
    color: #000;
}

.tile:hover a h2 {
    color: #000;
}
/*
a h2.tile__heading {
    color: #000;
}*/

.home .main-nav__search:hover {
    color: #fff;
}

.tile__link-indicator{
    width: 100%;
}

.site-nav__close:focus {
    padding: 13px;
}

.tile_hours-closed{
    padding-bottom: 70px;
}

.tile__link-indicator-closed{
    position: absolute;
    bottom: 0;
    right: -18px;
}

.tile__hours p {
    margin: 0;
    line-height: 1.3;
}

.tile__hours {
    margin-bottom: 25px;
}

.text-icon-list__item {
    padding-left: 40px;
}

.text-icon-list__item img {
    max-width: 45px;
    max-height: 45px;
    width: unset !important;
}

.mgt-30 {
    margin-top: 30px;
}

.pdl-10 {
    padding-left: 10px;
}

.pdr-none {
    padding-right: 0 !important;
}

/*-----------------------------------------------*/

.site-section p:last-of-type,
.site-section p:first-of-type,
.site-section ul:last-of-type,
.site-section ul:first-of-type,
.site-section ol:last-of-type,
.site-section ol:first-of-type {
    margin-bottom: 1rem;
}

/*-----------------------------------------------*/

/* Service Case #170707 */

.igx-right-copy-alt-font {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

/* Service Case #171318 #174469 */
.igx-break-link {
    word-break: unset;
    color: #000;
    font-size: 25px;
}

a.igx-break-link:hover {
    color: #000;
}

.index-image{
    float: none;
}

/* Service Case #186730 */
.tile__hours p.hours-header {
    margin-top: 20px;
}

.alerts-container {
    width: 100%;
    margin-bottom: 20px;
}

.alerts-container.branch-landing-alerts {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
}


.alerts-container.tile-alerts {
    padding-left: 18px;
    padding-right: 18px;
}

.alerts-container.system-alerts .alert{
    margin-bottom: 1px;
}

.branch-header__content-lower .alert--branch{
    margin-bottom: 1px;
    margin-top: 0px;
}

.alert-branch {
    margin: 0;
    background-color: #fff;
    color: #e10418;
    border: solid 1px #e10418;
    border-radius: 4px;
    display: flex;
    margin-bottom: 1px;
}

.alert-branch .alert__alert-icon-wrapper {
    color: #FFFFFF;
    background: #E10418;
    padding: 10px 10px;
}

.alert-branch-link {
    color: #e10418;
    padding: 10px 10px 10px 0;
    display: block;
    font-size: 14px;
}

.alert-branch-link:after {
    font-family: "spl-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 5px;
  }

  .alert-branch-link:hover, .alert-branch-link:focus {
    color: #F6B4BA;
    text-decoration: underline;
  }

.warning-link:last-of-type {
    margin-bottom: 0;
}

.content-editor .button{
    margin-bottom: 8px;
}

#searchFilterContainer {
    padding: .75rem;
    border: 1px solid #e1e1e1;
    background-color: #f2f2f2;
    margin-bottom: 1rem;
}

#searchFilterFlex {
    display: block;
}

@media only screen and (min-width: 768px) {
    #searchFilterFlex {
        display: flex;
        justify-content: space-evenly;
        gap: 10px;
    }
}

.container.content-editor {
    padding-left: 0;
    padding-right: 0;
}