﻿/*
 *   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: #272727;
    bottom: -20px;
    content:"";
    display: block;
    height: 21px;
    position: absolute;
    width: 100%;
}

footer {
    background-color: #484848;
    color: #fff;
    font-family: 'MINISansSerif-Regular', sans-serif;
}

footer h2 {
    color: #fff;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    font-family: 'MINISansSerif-Regular', sans-serif;
    text-transform: uppercase;
}


.footer {
    padding: 26px 0 0;
}

.footer address {
    font-style: normal;
    padding-bottom: 36px;
}

.footer address strong {
    display: block;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: normal;
    line-height: 1.125rem;
    font-family: 'MINISansSerif-Regular', sans-serif;
    text-transform: uppercase;
    padding-bottom: 6px;
}
.footer address p {
    color: #fff;
    font-family: 'MINISansSerif-Regular', sans-serif;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    padding-bottom: 25px;
}

.footer address p.footerPhone {
    display: inline;
}

.footer address p.footerPhone a {
    color: #fff;
    text-decoration:none;
}

.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 h2 {
        font-size: 0.75rem;
        line-height: 18px;
        font-weight: normal;
    }

    .footer address strong {
        font-size: 0.75rem;
        line-height: 18px;
        font-weight: normal;
    }

    .footer address p {
        font-size: 0.75rem;
        line-height: 18px;
        padding-bottom: 0;
        font-weight: 400;
    }

    .footer .socialCol {
        float: left;
        width:50%;
    }

    .footer address {
        float: right;
        width:50%;
    }

    .subFooter {
        clear:both;
    }
}

@media only screen and (min-width:1280px) {
    .subFooter {
        float: right;
        padding-bottom: 45px;
        width: 20%;
    }

    .footer address,
    .footer .socialCol {
        float: none;
        width:100%;
    }
    .secondaryFooter .widthHolder,
    .footer > .widthHolder {
        width: 100%;
        max-width: 1020px;
    }

}

.footerNav h2 {
    background: url(../../images/v2/icons/iconMiniStack.svg#ArrowWhiteDown) 105% 20px no-repeat transparent;
    border-bottom: 1px solid #666666;
    color: #fff;
    cursor: pointer;
    font-size: 0.9375rem;
    line-height: 18px;
    font-family: 'MINISansSerif-Regular', sans-serif;
    padding: 17px 0;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.footerNav h2.open {
    background: url(../../images/v2/icons/iconMiniStack.svg#ArrowWhiteUp) 105% 20px no-repeat transparent;
}

.footerNavHolder {
    padding-bottom: 15px;
}

.footerNav ul{
    display:none;
    padding: 0;
    margin:0;
}

.footerNav ul.open{
    display:block;
}

.footerNav li{
    list-style: none;
    margin:0;
    padding:0;
    padding-right: 25px;
}

.footerNav li a{
    color: #BDBDBD;
    display: inline-block;
    font-family: 'MINISansSerif-Regular', sans-serif;
    font-size:  0.875rem;
    line-height:120%;
    text-decoration: none;
    padding: 10px 0 9px;
}

@media only screen and (min-width: 768px) {
    .footerNav li a{
        font-size: 0.75rem;
        padding: 6px 0;
    }

    .footerNav h2 {
        border:none;
        cursor:none;
        font-size: 0.75rem;
        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%;
    }
    .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: 80%;
    }

    .footerNav {
        width: 25%;
    }

    .primaryNav {
        width: 50%;
    }

}

.secondaryFooter {
    background-color: #272727;
    color: #fff;
    padding-bottom: 26px;
}

.secondaryFooter .navLink {
    padding: 10px 0 0 0;
    display: inline-block;
    margin:0;
}

.secondaryFooter .navLink li:after {
    content: "";
    display: block;
    height: 9px;
    background-color: #666666;
    transform: rotate(0deg);
    position: absolute;
    right: 15px;
    top: 8px;
    width: 1px;
}

.secondaryFooter .navLink li:last-child:after {
    display: none;
}

.secondaryFooter .navLink li {
    display: inline-block;
    list-style-type: none;
    padding: 0 0 2px;
    position: relative;
}

.secondaryFooter .navLink li a {
    color: #BDBDBD;
    font-size: 0.75rem;
    margin-right: 13px;
    padding-right: 19px;
    font-family: 'MINISansSerif-Regular', sans-serif;
    text-decoration: none;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .secondaryFooter {
        padding-bottom: 192px;
    }
}

.versionInfo {
    font-size: 0.7em;
}