.dodsgroup-footer {
    display: block;
    background-color: #fff;
}

footer .dodsgroup-footer a:link {
    display: block;
    padding: 6px 0 6px 0;
    min-width: 175px;
    font-size: 12px;
    border-bottom: 0;
    background-color: #fff !important;
    color: #c8c3be !important;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 20px;
    padding-left: 0;
}

footer .dodsgroup-footer a:link,
footer .dodsgroup-footer a:visited,
footer .dodsgroup-footer a:active,
footer .dodsgroup-footer a:hover {
    background-color: #fff !important;
    color: #727272 !important;
    font-weight: 400;
}

footer .dodsgroup-footer a:hover {
    color: #727272 !important;
}

footer .dodsgroup-footer h4 {
    font-size: 16px;
    color: #656565;
    padding-bottom: 20px;
    padding-left: 0;
}

.dodsgroup-footer .col-lg-2 {
    width: 20%;
}

@media ( max-width: 1200px) {
    .dodsgroup-footer .col-lg-2 {
        width: 100%;
        float: left;
    }
    .dodsgroup-footer .navbar-nav > li {
        float: none;
    }
}

.dodsgroup-footer .navbar-nav {
    margin: 0;
}

@media screen and (max-width:1200px) {
    /* Style the buttons that are used to open and close the accordion panel */
    h4.accordion {
        cursor: pointer;
        border: none;
        outline: none;
        transition: 0.4s;
    }
    /* Style the accordion panel. Note: hidden by default */
    .dodsgroup-footer .views-row {
        max-height: 0;
        overflow: hidden;
        transition: 0.6s ease-in-out;
        opacity: 0;
    }
    /* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
    .dodsgroup-footer .views-row.show {
        opacity: 1;
        max-height: 500px;
        /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
    }
    h4.accordion:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        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;
    }
    h4.accordion:after {
        content: '\e902';
        /* Unicode character for "plus" sign (+) */
        font-size: 13px;
        color: #333333;
        margin-left: 15px;
    }
    h4.accordion.active:after {
        content: "\e903";
        /* Unicode character for "minus" sign (-) */
    }
    .footer-content-wrapper {
        border-bottom: 1px solid #565f6e;
        padding-bottom: 15px;
    }
    h4.not-accordion.active:first-child:after,
    h4.not-accordion:first-child:after {
        display: none;
    }
    .dodsgroup-footer:nth-child(2) {
        padding-top: 10px;
    }
    .dodsgroup-footer .navbar-nav > li {
        float: left;
        width: 100%;
    }
}

.l-multi-border {
    display: block;
    width: 100%;
    background-color: #fff;
    margin-top: 5px;
}

.l-multi-border span {
    width: 25%;
    border-bottom: 4px solid red;
    display: inline-block;
    margin: 0 -3px 11px 0px;
}

.l-multi-border.bottom {
    margin-top: 0;
    padding-top: 40px;
}

.l-multi-border.bottom span {
    margin: 15px -4px 2px 1px;
}

.l-multi-border span.blue {
    border-color: #00235d;
}

.l-multi-border span.light-blue {
    border-color: #034d8c;
}

.l-multi-border span.yellow {
    border-color: #ffb400;
}

.l-multi-border span.orange {
    border-color: #ff9c00
}

.footer.row .col-lg-12 {
    padding: 0;
}

img.brand-logo__media {
    width: 97px;
}

.l-footer-logo {
    display: block;
    width: 100%;
    margin-top: 16px;
    position: relative;
}

.l-align-left,
.l-align-right {
    float: left;
    width: 70%;
}

.l-align-right {
    float: right;
    width: 17%;
}

.l-align-left {
    padding-left: 15px;
}

@media ( max-width: 1200px) {
    .l-align-right {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
    }
    .l-align-left {
        width: 100%;
    }
}

.brand-logo.l-logo {
    float: left;
    width: 10%;
    min-width: 140px !important;
}

.l-align-left span {
    float: left;
    width: 80%;
    color: #7d7d7d;
    font-size: 18px;
    padding-top: 22px;
}

@media ( max-width: 1200px) {
    .l-align-left span {
        padding-top: 5px;
        padding-bottom: 16px;
        width: 100%;
    }
}

.l-align-left span img {
    width: auto;
    padding-right: 10px;
    height: 40px;
}

.l-align-right .l-logo.social-logo {
    width: 22%;
    text-align: right;
    float: left;
    min-width: 63px;
    padding: 10px;
    font-size: 40px;
    color: #5280b1 !important;
}

.dodsgroup-footer .view-content:after,
.l-footer-logo:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.dodsgroup-footer .view-content {
    border-top: 1px solid #bababa;
    padding-top: 10px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 20px;
    padding-bottom: 40px;
}

.symbol-divider {
    margin-right: 10px;
    margin-left: 10px;
    background: rgba(20, 33, 54, 0.15);
    display: block;
    height: 1px;
    z-index: 1;
    position: relative;
}

.symbol-divider--spaced {
    margin-bottom: 50px;
}

.footer .symbol-divider {
    background-color: rgba(255, 255, 255, 0.15);
}

.symbol-divider:after,
.symbol-divider:before {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 35px;
    height: 8px;
    position: absolute;
    top: -3px;
    left: 50%;
    content: "";
}

.symbol-divider:before {
    background-color: #fff;
}

.footer .symbol-divider:before {
    background-color: #142136;
}

.symbol-divider:after,
.symbol-divider:before {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 35px;
    height: 8px;
    position: absolute;
    top: -3px;
    left: 50%;
    content: "";
}

.symbol-divider:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 35px;
    height: 8px;
    background-image: url(http://www.dodsgroup.com/themes/custom/rawnet/app/images/interface/divider-icon.svg);
    opacity: 0.15;
}

.footer .symbol-divider:after {
    background-image: url(http://www.dodsgroup.com/themes/custom/rawnet/app/images/interface/divider-icon-inverted.svg);
}

footer .dodsgroup-footer .site-footer a {
    width: auto;
    min-width: auto;
    float: left;
}

.footer__inline-list,
.footer__nav {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding-left: 0;
    list-style: none;
}

.footer__inline-list .footer__item {
    padding: 0;
    padding-right: 20px !important;
    padding-left: 20px !important;
    border-right: solid 1px rgba(0, 0, 0, 0.31);
}

.footer__item {
    font-size: 16px;
}

.footer__inline-list .footer__item:last-child {
    border-right: 0;
}

footer .dodsgroup-footer .footer__item a {
    padding: 0 !important;
    min-width: auto;
}

.footer__cta_text {
    color: rgba(255, 255, 255, 0.3);
    display: block;
    line-height: 1;
    text-decoration: none;
    font-size: 12px;
}

.footer-address .footer__item span {
    color: #566987;
}

.footer-address-first {
    margin-top: 50px;
}

.footer-address {
    margin-bottom: 10px;
}

footer {
    border-top: 0 !important;
}

.bottom-links .field-content:after,
.bottom-links:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.bottom-links .field-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.bottom-links h3 {
    display: none;
}

.bottom-links .footer-contents {
    width: 100%;
}

.bottom-links .footer-contents a {
    width: auto;
    border-right: solid 1px #727272;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
    min-width: auto !important;
    padding-top: 0 !important;
    padding-left: 15px !important;
}

.bottom-links .footer-contents a:last-child {
    border-right: 0;
}

@media screen and (max-width: 1200px) {
    .bottom-links .footer-contents .views-row {
        opacity: 1;
        max-height: 500px;
        border-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .bottom-links .footer-contents a {
        display: none !important;
    }
    .bottom-links .footer-contents a:nth-child(2),
    .bottom-links .footer-contents a:nth-child(1) {
        display: block !important;
    }
    .bottom-links .footer-contents a:nth-child(2) {
        border-right: 0;
    }
    .hide-on-mobile {
        display: none !important;
    }
}
