/*
 *   Footer
 */

/* html styles here ensure background of main scroll bar for safari is white, not dark */

html {
    background-color: #fff;
    position: relative;
}

html:after {
    background-color: #fff;
    bottom: -20px;
    content:"";
    display: block;
    height: 21px;
    position: absolute;
    width: 100%;
}

footer {
    background-color: #000;
    color: #fff;
    font-family: 'MINISansSerif-Regular', sans-serif;
}

footer h2 {
    color: #fff;
    font-size: 1rem;
    line-height: 1.125rem;
    font-family: 'MINISansSerif-Bold', sans-serif;
}


.footer {
    padding: 26px 0 0;
}

.footer address {
    font-style: normal;
    padding-bottom: 36px;
}

.footer address strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.125rem;
    font-family: 'MINISansSerif-Bold', sans-serif;
    padding-bottom: 6px;
}

.footer address p {
    color: #fff;
    font-family: 'MINISansSerif-Regular', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 25px;
}

.footer address p.footerPhone {
    display: inline;
}

.footer address p.footerPhone a {
    color: #fff;
    text-decoration:none;
}

.footer address p.footerPhone a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer .social {
    list-style: none;
    margin: 0 0 52px -8px;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .footer {
        padding: 38px 0 0;
    }

    .footer .socialCol {
        float: left;
        width:50%;
    }

    .footer address {
        float: right;
        width: 45%;
    }

    .subFooter {
        clear:both;
    }
}

@media only screen and (min-width:1280px) {
    .subFooter {
        float: right;
        width: 24%;
    }

    .footer address,
    .footer .socialCol {
        float: none;
        width:100%;
    }
    
    .secondaryFooter .widthHolder,
    .footer > .widthHolder {
        width: 100%;
        max-width: 1020px;
    }
}

.footerNav h2 {
    background: url(../images/icons/iconMiniStack.svg#ArrowWhiteDown) 100% 3px no-repeat transparent;
    border-bottom: 1px solid #666;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    line-height: 18px;
    font-family: 'MINISansSerif-Bold', sans-serif;
    padding: 17px 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.footerNav h2.open {
    background: url(../images/icons/iconMiniStack.svg#ArrowWhiteUp) 100% 3px no-repeat transparent;
    border-bottom: none;
    margin-bottom: 0;
}

.footerNavHolder {
    padding-bottom: 15px;
}

.footerNav ul {
    display:none;
    padding: 0;
    margin:0;
}

.footerNav ul.open {
    display:block;
    border-bottom: 1px solid #666;
}

.footerNav ul.open li:last-child {
    margin-bottom: 10px;
}

.footerNav li {
    list-style: none;
    margin:0;
    padding:0 25px 0 0;
}

.footerNav li a {
    color: #fff;
    display: inline-block;
    font-family: 'MINISansSerif-Regular', sans-serif;
    font-size:  0.875rem;
    line-height:120%;
    text-decoration: none;
    padding: 10px 0 9px;
}

.footerNav li a:hover {
    color: #017ea4;
}

@media only screen and (min-width: 768px) {
    .footerNav li a {
        font-size: 1rem;
        padding: 6px 0;
    }

    .footerNav h2 {
        border:none;
        cursor: default;
        background: none;
        font-size: 1rem;
        line-height:1rem;
        margin-bottom: 15px;
        padding: 0;
    }

    .footerNavHolder {
        display:inline-block;
        padding-bottom: 28px;
    }

    .footerNav > ul {
        display: block ;
    }

    .footerNav {
        display:block;
        float:left;
        width: 22%;
    }
















   .footerNav.primaryNav ul.footerLinks {
        display: grid;
        grid-auto-flow: row dense;
        justify-content: start;
        gap: 0 2em;
    }

    .footerNav.primaryNav ul.footerLinks li {
        grid-column: 1;
        width:100%;
        padding:0;
    }

    .footerNav.primaryNav ul.footerLinks li.columnSplit {
        display: none;
    }

    .footerNav.primaryNav ul.footerLinks li.columnSplit~li {
        grid-column: 2;
    }

    .footerNav.Nav {
        padding-left: 25px;
        width: 23%;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    .primaryNav {
        display:block;
        width: 55%;
    }
    
    .primaryNav li {
        float: left;
        padding-right: 25px;
        width: 50%;
    }
    
    /*.primaryNav li:nth-child(even){*/
    /*    float: right;*/
    /*}*/
}

@media only screen and (min-width:1280px) {
    .footerNavHolder {
        display:inline-block;
        padding-bottom: 45px;
        width: 76%;
    }

    .footerNav {
        width: 25%;
    }

    .primaryNav {
        width: 50%;
    }

}

.secondaryFooter {
    background-color: #fff;
}

.secondaryFooter .contentHolder {
    padding-top: 10px;
    padding-bottom: 60px;
}

.secondaryFooter .navLink {
    padding: 10px 0 0 0;
    display: inline-block;
    margin:0;
}

.secondaryFooter .navLink li {
    display: inline-block;
    list-style-type: none;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}

.secondaryFooter .navLink li a {
    color: #000;
    font-size: 0.875rem;
    font-family: 'MINISansSerif-Regular', sans-serif;
    position: relative;
    text-decoration: underline;
}

.secondaryFooter .navLink li a:hover {
    color:  #017EA4;
}

@media only screen and (min-width: 768px) {
    .secondaryFooter .navLink {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .secondaryFooter .navLink li {
        text-align: center;
        width: auto;
        padding: 10px 20px;
    }

    .secondaryFooter .navLink li a {
        font-size: 1rem;
    }
}

.footerTerms {
    width: 100%;
    color: #fff;
    padding-bottom: 22px;
    font-size: 0.875rem;
    clear: both;
}