/*====================================
	FOOTER
=====================================*/
.footer ul.list-inline li a:hover,
.footer ul.list-inline li a:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-width: 1px !important;
    outline-style: solid !important;
    outline-offset: -4px !important;
    outline-color: #000000 !important;
}
#aec-footer .aec-copyAndLogo > div,
#aec-footer .aec-copyAndLogo {
    color: var(--bs-white);
    padding: 0;
}

#aec-footer {
    bottom: 0;
    left: 0;
    margin-top: 0;
    width: 100%;
}

#aec-footer-siteswitch {
    display: none;
}

.footer {
    background-color: #fdfeae;
    color: #257184;
    display: block;
    padding-top: 40px;
    text-align: left;
}

.footer .container {
    max-width: 1140px;
}

.footer-col {
    margin-bottom: 40px;
    min-height: 160px;
}

.footer-col.aec-helpful-links {
    border-left: 0 none;
}

.footer li {
    line-height: 5px;
    height: auto;
    margin-bottom: 10px;
}

.footer h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
}

.footer ul {
    list-style: none;
    overflow: hidden !important;
}

.footer-nav a {
    line-height: 15px;
}

.footer a {
    color: #257184;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.2s ease-in-out 0s;
    -webkit-transition: color 0.2s ease-in-out 0s;
}

.footer a:hover,
.footer a:active {
    color: #2d7b91;
}

.footer a i {
    margin-right: 0px;
    width: auto;
}

.footer #aec-user-list a i,
.footer #aec-categories-list a i {
    font-size: 18px;
    text-align: center;
}

.footer #aec-categories-list a i {
    left: -2px;
    position: relative;
}

.aec-helpful-links a i {
    width: 1em;
}

.top-left > p {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 40px;
    padding-right: 20px;
}

.credit-cards a {
    font-size: 24px;
}

.aec-disclaimer {
    font-size: 13px;
    margin-top: 0;
    min-height: 50px;
    text-align: left;
    color: var(--bs-white);
}

.aec-dtu-footer {
    min-height: 40px;
    text-align: right;
}

.aec-dtu-footer a {
    color: #527dae;
    font-size: 24px;
}

.footer-bottom {
    background-color: #0E5A6D;
    color: #89D0E2;
}

.aec-dtu-footer ul {
    display: block;
    margin: 0 auto;
    float: none;
}

#aec-footer .aec-copyAndLogo {
    min-height: 40px;
    justify-content: start;
    color: #89D0E2;
}

.aec-youracc-links,
.aec-conpanyinfo-links {
    border-left: 2px solid #257184;
}

@media (min-width: 0px) and (max-width: 767px) {
    .footer {
        padding-top: 30px;
    }

    #aec-footer .aec-copyAndLogo {
        justify-content: center;
    }
}

@media (min-width: 650px) and (max-width: 767px) {
    .footer .col-smd-4 {
        float: left;
        width: 33.33333333%;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (min-width: 650px) and (max-width: 991px) {
    .aec-disclaimer {
        font-size: 11px;
    }

    .footer-col {
        min-height: 165px;
    }

    .footer-col.last-col {
        border: medium none;
        height: auto;
        min-height: 0;
        width: 100%;
    }

    .top-left,
    .botton-right {
        float: left;
        width: 50%;
    }

    .botton-right {
        text-align: right;
    }

    .footer-col.last-col {
        margin-bottom: 0;
        padding-top: 0;
    }

    .credit-cards {
        padding-top: 35px;
    }
}

@media (min-width: 0px) and (max-width: 649px) {
    .aec-disclaimer,
    .aec-dtu-footer {
        float: left;
        width: 100%;
        text-align: center;
    }

    .ts-1 {
        clear: none;
        float: none;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 165px;
    }

    .footer-col {
        margin-bottom: 0;
    }
}


/* 4K and 8K UHD 7680px */

@media (min-width: 650px) and (max-width: 7680px) {
    .footer-btn {
        display: none;
    }

    .footer .collapse {
        display: table !important;
    }

    .footer .navbar-collapse {
        border-top: none !important;
        -webkit-box-shadow: none !important;
        overflow-x: visible;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* 4K and 8K UHD 7680px */

@media (min-width: 1200px) and (max-width: 7680px) {
    .col-xs-12.footer-col:not(.aec-helpful-links) {
        border-left: 2px solid #257184;
        padding-left: 20px !important;
        padding-right: 0;
    }
}

@media (min-width: 0px) and (max-width: 649px) {
    .col-xs-12.footer-col {
        padding-left: 0;
        padding-right: 0;
    }

    .footer {
        padding-top: 15px;
    }

    .footer .col-smd-4 h4 {
        display: none;
    }

    .footer-col {
        min-height: 0;
        border: none;
    }

    .footer-btn {
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
        width: 100%;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #257184;
        padding: 9px 10px;
        color: #257184;
    }

    .footer-nav {
        border-bottom: 1px solid #257184;
        -webkit-box-shadow: none !important;
        margin-bottom: 0;
    }

    .footer-nav li {
        border-top: 1px solid #fdfeae;
        height: auto;
        line-height: normal;
        padding: 8px 0px;
    }

    .footer-nav li:first-child {
        border-top: none;
    }

    .footer a {
        display: block;
    }

    .footer-nav li:hover a {
        color: #2d7b91;
    }

    .footer-col.last-col {
        margin-top: 15px;
        padding-top: 10px;
        text-align: center;
    }

    .aec-dtu-footer {
        float: left;
        text-align: center !important;
        width: 100%;
        height: 45px;
        margin-top: 0;
        min-height: auto;
        padding: 5px 0;
    }

    .aec-disclaimer {
        float: left;
        text-align: center !important;
        width: 100%;
        margin-top: 5px !important;
        font-size: 11px;
        height: auto;
        margin-top: 0;
        min-height: auto;
        padding: 5px 0;
    }

    .ts-1 {
        margin-bottom: 15px;
        top: 0;
    }

    .credit-cards {
        float: left;
        width: 100%;
    }

    .top-left > p {
        display: inline-block;
        float: left;
        line-height: 32px;
        padding-right: 10px;
        text-align: right;
        width: 50%;
    }

    .aec-helpful-links,
    .aec-youracc-links,
    .aec-conpanyinfo-links {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer button[aria-expanded="false"] .nav-label:before {
        content: "\f845";
        font-family: 'CCVGlyphs';
        left: 15px;
        position: absolute;
    }

    .footer button[aria-expanded="true"] .nav-label:before {
        content: "\f848";
        font-family: 'CCVGlyphs';
        left: 15px;
        position: absolute;
        color: var(--bs-white);
    }

    .footer button[aria-expanded="true"] {
        border-bottom: 1px solid #257184 !important;
    }

    #aec-information-list,
    #aec-user-list,
    #aec-help-list {
        border-radius: 0 !important;
    }
}

/*====================================
	FOOTER END
=====================================*/
