﻿.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: relative;
}

.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: center;
}

.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;
}

.page-header__date.page-header__date {
    font-family: "futura-pt", "Trebuchet MS", Arial, sans-serif;
    margin-top: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 1.25rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

@media (min-width: 800px) {
    .page-header__date.page-header__date {
        margin-top: 10px;
        margin-bottom: 20px;
        padding-left: 30px;
    }
}

.page-header__date.page-header__date span {
    font-weight: bold;
    letter-spacing: 1px;
}

.yt-responsive-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 1rem 0;
}

.yt-responsive-embed iframe,
.embed-container object,
.yt-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fa-bluesky:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 20 17.6'%3E%3Cpath d='M4.33,1.19c2.29,1.72,4.76,5.21,5.67,7.08.9-1.87,3.37-5.36,5.67-7.08,1.65-1.24,4.33-2.2,4.33.86,0,.61-.35,5.13-.55,5.86-.72,2.55-3.32,3.2-5.63,2.8,4.04.69,5.07,2.97,2.85,5.25-4.22,4.33-6.06-1.08-6.53-2.47h0c-.07-.19-.1-.31-.13-.31s-.06.12-.13.31h0c-.47,1.39-2.32,6.8-6.53,2.47-2.22-2.28-1.19-4.56,2.85-5.25-2.31.4-4.92-.26-5.63-2.81-.21-.73-.56-5.25-.56-5.86C0-1.02,2.68-.06,4.33,1.18h0Z' style='fill: %230762ac;'/%3E%3C/svg%3E");
}

.social__item--bluesky:after {
    content: "";
}

.tabs {
    margin: 0 0 30px;
}

    .tabs .tab-nav {
        display: none;
        margin-bottom: -3px;
        position: relative;
        z-index: 1;
    }

        .tabs .tab-nav a {
            font-weight: bold;
            -ms-flex-align: center;
            align-items: center;
            color: #0073bb;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            line-height: 1.5;
            margin-right: 5px;
            outline: none;
            padding: 10px 20px;
            position: relative;
            text-align: left;
            text-decoration: none;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .tabs .tab-nav a:last-child {
                margin-right: 0;
            }

            .tabs .tab-nav a.on,
            .tabs .tab-nav a:hover,
            .tabs .tab-nav a:focus {
                background: #ffffff;
                color: #3d3d3d;
                text-decoration: none;
                border: 1px solid #000;
                border-bottom: 3px solid #fff;
            }

    .tabs .tab-content {
        background: #ffffff;
    }

        .tabs .tab-content .tab-bar {
            font-weight: bold;
            border-top: 1px solid #000;
            color: #0073bb;
            display: block;
            outline: none;
            padding: 10px;
            position: relative;
            text-decoration: none;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .tabs .tab-content .tab-bar:first-child {
                border-top: none;
            }


            .tabs .tab-content .tab-bar:last-of-type {
                border-bottom: 1px solid #ffffff;
            }

            .tabs .tab-content .tab-bar.on {
                background: #ffffff;
                color: #3d3d3d;
            }

        .tabs .tab-content .tab {
            height: 0;
            overflow: hidden;
            padding: 0;
        }

            .tabs .tab-content .tab.on {
                height: auto;
                overflow: visible;
                padding: 30px 0px 15px;
            }

            .tabs .tab-content .tab > p {
                margin: 0 0 15px;
            }

            .tabs .tab-content .tab .box-wrap[style*="min-width:260px"] {
                width: 260px;
            }

@media (min-width: 800px) {
    .tabs .tab-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .tabs .tab-content {
        border-top: 3px solid #000;
    }

        .tabs .tab-content .tab-bar {
            display: none;
        }
}

.tab-button-targets .tab-button-target {
    height: 0;
    overflow: hidden;
}

    .tab-button-targets .tab-button-target.on {
        height: auto;
        overflow: visible;
    }

.tab-content ul {
    list-style-type: none;
}

.tab-content .row .testing {
    width: 160px;
    padding: 0 10px;
}

.centered {
    display: flex;
    justify-content: center;
}

.tab-content .tab-bar i::before {
    font-family: "spl-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    content: "";
    font-size: 10px;
    padding: 7px 0 0 1px;
    display: block;
    text-align: center;
    width: 25px;
    height: 25px;
    border: 1px solid #0061AC;
    border-radius: 100%;
    background: #0061AC;
    margin: 0 15px 0 0;
    color: #fff;
    transition: background .2s ease-in-out;
    float: left;
}

.tab-content .tab-bar.on i::before {
    font-family: "spl-icons";
    speak: none;
    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;
    float: left;
}

.panelgroup .tab-nav {
    border-bottom: none !important;
}


.utility-nav__item--donatebutton a{
    margin-top: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    width: 100%;
}

.utility-nav__item--donatebutton a span{
    background-color: #751f41;
    color: #ffffff;
    padding: 7px 10px;
    text-align: center;
    display: block;
    
}

.site-nav__utility {
    margin: 0 0 25px;
  }

@media (min-width: 1000px) {
    .utility-nav__item--donatebutton a{
        margin-top: 0;
    }
    .utility-nav__item--donatebutton a span{
        text-align: left; 
        display: inline-block;   
    }
}
