#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: #022856;
    margin: 0;
}

#footer-bottom div {
    background: #022856;
    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: #E9EFF8;
    margin-left: 0;
    margin-right: 0;
    color: #fff;
}

.footer2 * {
    color: #022856;
}

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

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

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

.footer2-submit {
    background: #022856;
    color: #fff !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;
}

.footer-link:focus-visible{
    outline: 2px solid;
    border-radius: 3px;
}

#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 img {
    border: 2px solid #022856;
    border-radius: 5px;
    text-decoration: none;
}

.footer2 a i {
    border: 2px solid transparent;
}

.footer2 a:focus-visible img {
    height: 30px;
    width: 30px;
    padding: 2px;
    margin-right: -4px;
    margin-left: -4px;
}

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

#subscribe-email-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #022856;
    opacity: 1; /* Firefox */
}
#subscribe-email-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #022856;
}
#subscribe-email-input::-ms-input-placeholder  { /* Microsoft Edge */
    color: #022856;
}
#subscribe-email-input:focus {
    box-shadow: none;
    border-color: #dee2e6;
 }

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

#subscribe-email-btn {
    color: #fff;
    background-color: #022856;
    border-radius: 7px !important;
 }

/*Follow Us Icon section*/
#follow-icons{
    display: flex;
    text-align: center;
    justify-content: center;
}

.icon-container{
    margin: 2px 3px;
    display: inline-block;
    width: 31px;
    height: 31px;
    border-radius: 4px;
    font-size: 20px;
}

.icon-container:has(a:focus-visible) {
    outline: 2px solid #022856;
    outline-offset: 1px;
}

#x-container{
    background: black;
    color: #fff;
}

#fb-container{
    color: #fff;
    background: #185c9a;
}

.fa-facebook-f {
    color:#fff;
    padding-top: 5px;
}

.fa-youtube {
    font-size: 21px;
    padding-top: 4px;
    color: white;
    background: red;
    border-radius: 4px;
    height: 31px;
    width: 31px;
}

#li-container{
    background: #0077b5;
    font-weight: 900;
}

.fa-linkedin-in {
    color: #fff;
}
.x-logo {
    height: 21px;
    width: 21px;
    margin-top: -4px;
}

.social-links .x-logo {
    height: 17px;
    width: 17px;
    margin-top: -8px;
}