footer {
    background-color:#fff;
    position:relative;
    bottom:0;
    display:block;
    // min-width:980px;
    width:auto;
    margin:0;
    clear:both;
}

footer a:visited {
    color:#e31837;
}

.footer-red-bar {
    // min-width:980px;
    width:auto;
    height:40px;
    background:#e31837;
    margin:0;
    padding:0;
    font-size:13px;
    font-weight:normal;
    line-height:37px;
    color:#fff;
}

.footer-blue-bar {
    // min-width:980px;
    width:auto;
    height:40px;
    background:#1a335b;
    margin:0;
    padding:0;
    font-size:13px;
    font-weight:normal;
    line-height:37px;
    color:#fff;
}

.footer-red-bar a,
.footer-red-bar a:link,
.footer-red-bar a:visited {
    color:#fff;
    font-weight:normal;
    text-decoration:none;
}

.footer-red-bar a:active,
.footer-red-bar a:hover {
    color:#fff;
    text-decoration:underline;
}

.footer-red-bar .copyright {
    padding-right:10px;
    font-weight:normal;
}

.footer-red-bar .divider {
    color:#ff6666;
    padding-left:5px;
    padding-right:5px;
    font-weight:normal;
}

.legal-holder {
    float:left;
    width:695px;
    padding-left:10px;
    font-weight:normal;
}

.legal-holder a,
.legal-holder a:link,
.legal-holder a:visited,
.legal-holder a:hover,
.legal-holder a:active {
    color: #fff !important;
}

.footer-red-bar .toll-free {
    float:right;
    width:250px;
    padding-right:10px;
    text-align: right;
    font-size:13px;
    font-weight:400;
}

footer .container {
    width: 980px;
    display:block !important;
    margin-left:auto !important;
    margin-right:auto !important;
    background:transparent !important;
}

footer .container.topmargin30 {
    margin-top:30px !important;
    margin-bottom:10px !important;
}

.footer-left {
    float:left;
    clear:left;
}

.footer-right {
    float:right;
    clear:right;
}

.footer-left-left {
    float:left;
    width:200px;
    padding:0;
    margin:0 40px 0 12px;
}

.footer-left-left .footer-left-header {
    display:block;
    clear:both;
    width:199px;
    font-size:16px;
    color:#000;
    text-transform:uppercase;
}

.footer-left-left img {
    display:block;
    clear:both;
    width:199px;
    height:64px;
    border:0;
    margin:7px 0 9px 0;
}

.footer-left-left img.arrow {
    display:block;
    float:right;
    clear:right;
    width:11px;
    height:12px;
    border:0;
    margin: 4px 0 0 0;
}

.footer-left-left p {
    font-size:16px;
    color:#8593a0;
    font-size:12px;
    line-height:15px;
}

.footer-left-left p a.more {
    margin-left:5px;
    font-weight:600;
}

.footer-left-right {
    float:left;
    width:240px;
    padding:0;
    margin:0;
}

.footer-left-right a {
    display:block;
    clear:both;
    height:14px;
    margin:0 0 20px 0;
    font-size:14px;
    line-height:14px;
    font-weight:800;
    text-decoration:none;
    text-transform:uppercase;
}

.footer-left-right a:active,
.footer-left-right a:hover {
    text-decoration:none;
}

.footer-left-right a.last {
    margin-bottom:0;
}

.contact-box {
    margin-left:0;
    padding-left:25px;
    font-size:12px;
    line-height:13px;
    color:#8593a0;
}

.contact-box .bottom-logo {
    float:left;
    position:relative;
    border:0;
    margin-right:17px;
    padding-top:3px;
}

.contact-box .bottom-logo img {
    border:0;
    display:block;
    clear:both;
}

.contact-box .contact-box-content {
    float:left;
    text-wrap:normal;
}

.contact-box .name {
    font-size:14px;
    line-height:15px;
    text-transform: uppercase;
    color:#000;
    margin-bottom:5px;
}

.contact-box p {
    font-size:12px;
    line-height:14px;
    margin-bottom:5px;
}

.contact-box p.contact-link {
    margin-bottom:0;
}

.contact-box p.contact-link a,
.contact-box p.contact-link a:visited {
    color:#e31837;
    text-decoration: underline;
}

.contact-box .partners {
    clear:both;
    width:auto;
    margin:20px 10px 0 0;
}


.contact-box .partners .partner-header {
    float:left;
    font-size:13px;
    color:#8593a0;
    text-transform:uppercase;
    line-height:40px;
    width:178px;
}

.contact-box .partners .partners-grey-line {
    clear:both;
    height:3px;
    border:0;
    background-color:#8593a0;
    margin:10px 0;
}

.contact-box .partners .partner-images {
  line-height:40px;
}

.contact-box .partners img.partner {
    width:90px;
    height:38px;
    border:0;
}

.contact-box .partners img.partner.iwk {
    width:70px;
    height:38px;
}

.contact-box .partners img.partner.first {
    clear:left;
    margin-right:10px;
}

.contact-box .partners img.partner.first-second {
    margin-right:10px;
}

.contact-box .partners img.partner.last {
    clear:right;
    float:right;
}

.social-footer-icons {
    border:0;
    margin:0 0 -3px 0;
    padding:0;
}

.contact-box-content {
    padding-top: 1rem;
}


@media screen and (max-width: 768px){
    footer .container{
        width: 100%;
    }
    footer .footer-red-bar .toll-free{
        display: none;
    }
    .footer-left{
        float: none;
        width: 100%;
    }

    .footer-left .footer-nav{
        width: 100%;
        float: none;
        text-align: center;
    }

    .footer-left .footer-nav li{
        width: 100%;
        margin: 5px 0;
    }

    .footer-left .footer-nav li.section{
        margin: 15px 0;
    }

    .footer-left .footer-nav li.link.last{
        margin: 5px 0;
    }

    .footer-left-left, .footer-left-right{
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .contact-box{
        width: 100%;
        padding-left: 0;
        float: none;
        margin: 0 auto;
    }
    .contact-box .bottom-logo{
        float: none;
        margin: 1em 0;
    }
    .contact-box .bottom-logo img{
        margin: 0 auto;
    }
    .contact-box .contact-box-content .sfc,
    .contact-box .contact-box-content {
        float: none;
        text-align: center;
    }
    .contact-box .contact-box-content .sfc img {
        margin-left: auto;
        margin-right: auto;
    }
    .contact-box .partners{
        margin: 0;
    }
    .contact-box .partners .partner-header{
        width: 100%;
        float: none;
        text-align: center;
    }
    .contact-box .partners .partner-images{
        text-align: center;
    }
    .legal-holder {
        width: 100%;
        padding: 0;
        text-align: center;
    }
}

@media screen and (max-width: 480px){
    footer .footer-red-bar{
        height: initial;
    }
    footer .footer-red-bar .toll-free{
        display: block;
    }
    .footer-red-bar a{
        display: block;
        line-height: 24px;
    }
    .footer-red-bar .divider{
        display: none;
    }
    .footer-red-bar .toll-free{
        float: none;
    }
}
