/* Minification failed. Returning unminified contents.
(143,1): run-time error CSS1019: Unexpected token, found '}'
 */
.footer {
    padding-top:50px;
    padding-bottom: 10px;
}
.footer a { color: inherit; }
.footer .main {
    max-width: 1280px;
}
.footer ul.icon-list,
.footer .main p {
    margin-bottom: 0;
    padding-bottom: 0;
}
.footer ul.icon-list li { 
    padding-left: 0;
    font-weight: 700;
    font-family:"Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.footer ul.icon-list li:last-child { 
    margin-bottom:0;
    padding-bottom: 0;
}
.footer .list-inline { margin-left: 0; }

.footer .row h2, .footer h3, .footer h4, .footer h5 {
    margin-top:0;
    margin-bottom:20px;
    line-height: 1.5em;
    text-align: left;
}
.footer .main .header,
.footer .main .sub-header {
    font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.footer .main .sub-header {
    font-size: 1.1em;
    line-height: 1.5em;
}
.footer .legal {
    background-color:#6B6D6F;
    text-align: center;
    font-weight:400;
    font-size:9pt;
    color:#fff;
    padding:20px;
}
.footer .global-links {
    /*float:left;*/
    display: inline-block;
    text-align:center;
    white-space:nowrap;
    margin-bottom:0;
}
.footer .global-links li{
    display: inline-block;
    list-style-type: none;
    padding-inline-start:0px;
}
.footer .global-links a {
    margin:5px;
    color:#fff;
}    
.footer .global-links a:hover {
    color:#fff;
}
.footer .copyright {
    /*float:left;*/
    display: inline-block;
    text-align:center;
}
.footer .copyright p { margin-bottom: 0; }
/* this removes the default boostrap padding between columns so that the left (terms) and the right (footer links) columns center wihtout additional spacae */
.footer .col-sm-6 {
    padding-right: 0;
    padding-left: 5px;        
}
.footer .main .col {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .footer .global-links { 
        margin-left: 10px;
        padding-left:0px; 
    }
}
@media (min-width: 992px) {   
    .footer { padding-top: 0; } 
    .footer .divider-left { text-align: left; }
    .footer ul.social li:first-child { padding: 0 0 1px 0; }
    .footer ul.social li:before {
        display: inline-block;
        margin:-2px 20px 0 7px;
        font-size:95%;
    }
    .footer ul.social li:first-child::before  {
        content:"";
    }
    .footer ul.social li:nth-child(n+2)::before  {
        content:"|";
    }
    .footer ul.icon-list,
    .footer .main p { 
        margin-bottom: 0;
    }
    .footer .main p {padding-bottom: 0; }

    .footer .main {
        margin-top:40px;
        margin-bottom:40px;
    }
    .footer .main .col {
        margin-bottom: 0;
    }
    .footer .main .col-md-2 {
        width: 20%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer .main .col-md-8 {
        width: 60%;
        padding-right: 65px;
    }
    .footer .global-links {
        padding-left:0px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .footer .main .col:not(:last-child) {
        border-bottom: 1px solid #979797;
        padding-bottom: 34px;
        margin-bottom: 34px;
    }
    .footer .main .col {
        padding: 0;
        margin-left: 40px;
        margin-right: 40px;
    }
}
}
/*IE 10/11 Hack*/
/*@media all and (min-width: 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
    .footer ul.social li { padding: 0 0 1px 22px; }        
    
        .footer ul.social li:before { font-size: 1.7em !important; }
}this appears resolved without this*/
@media (max-width: 991px) {
    .footer { padding-top: 50px;}
    .footer .divider { display: none; }
    .footer .col { 
        padding-left: 20px; 
        padding-right: 20px; 
    }    
}

@media (max-width: 767px) {
    .footer .global-links, 
    .footer .copyright{
        text-align:center;
        display: block;
    }
    .footer .global-links {
        padding-left: 0px;
    }
}

/* print styles */
@media print {
    /* footer */
    .footer.bg-offwhite .row.main.width-1280.centered {
        display: none !important; visibility: hidden !important;
    }
    .footer{position:relative; display:block;}
    .footer .row.main{visibility:collapse !important;}
    .footer .row.legal{width:100%; height:auto; color:#FFFFFF !important; }
    .footer a { color: inherit !important; }
    .footer.bg-offwhite{background-color:transparent !important;}
}
