#footer {
    background: #eff0f0;
    padding: 1em;
    margin: .25em 0 0 0;
}

#footer a,
#footer a:visited {
    color: #333;
}

#footer div {
    zoom: 1;
}

#footer .footer-section-header {
    font-weight: bold;
    /*margin-left: 5px;*/
}

#footer div ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer div ul li {
    margin: 0;
}

#footer-bottom {
    padding: 1em 0 50px 0;
    color: #fff;
    font-size: 12px;
    background: #364E71;
    margin: 0;
}

#footer-bottom div {
    background: #364E71;
    color: #fff;
}

#footer-bottom a {
    color: #fff;
    font-weight: bold;
}

#address {
    color: #fff !important;
}

#legal-and-privacy {
    text-align: right;
}

.footer2 {
    padding-bottom: 10px;
    background: #557b97;
    margin-left: 0;
    margin-right: 0;
    color: #fff;
}

.footer2 * {
    color: #fff;
}

.footer2 a,
.footer2 a:visited,
.footer2 a:link {
    color: #fff;
}

.footer2-left {
    font-size: .9em;
    color: #fff;
}

.footer2-right {
    text-align: right;
    padding-top: 1.5em;
}

.footer2-submit {
    background: #e1e1e1;
    color: #555 !important;
    padding: 1px 4px;
    border-radius: 5px;
    border: none !important;
    font-weight: normal;
}

.footer2 .control-label {
    padding-top: 0;
    padding-left: 1px;
}

.footer2 .form-control {
    padding-right: 4px;
    color: #333;
}

.footer2 h3 {
    text-transform: uppercase;
}

#foot-search {
    width:100%;
    background:#fff;
    border:0 !important;
    color:#777;
    font-size:.75em;
    line-height:24px;
    margin:0;
    padding:4px 0 2px 4px;
    height:30px;
    float: left;
}

#foot-search:focus {
    outline: none;
}

#foot-search-form {
    margin-bottom: .5em;
}

#foot-search-button {
    background: #fff url(/images/site-search-white.png) center no-repeat;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    margin: 0;
    margin-left: -30px;
    padding: 0;
    cursor: pointer;
}
.footer2 h3{
    font-size:18px;
    font-weight:200;
}
#footer .col-12{
    padding-right: 15px;
    padding-left: 15px;
}

#footer li > a:focus-visible {
    border: 2px solid black;
    border-radius: 5px;
}

.footer2 div:nth-child(1) a:focus-visible,
.footer2 a:focus-visible i {
    border: 2px solid white;
    border-radius: 5px;
    text-decoration: none;
}

#subscribe-email-input {
    outline: 2px solid white;
    outline-offset: -5px;
    border-radius: 7px;
 }

#subscribe-email-input:focus {
    box-shadow: none;
    border-color: #dee2e6;
 }

#subscribe-email-btn:focus-visible {
    outline: 2px solid #364E71;
    outline-offset: -5px;
    border-radius: 7px !important;
    box-shadow: none;
    border-color: #dee2e6;
 }