@media (min-width: 576px) {
    #aec-footer .container {
        max-width: 960px;
        padding-right: 20px;
        padding-left: 60px;
    }
}

@media (min-width: 1200px) and (max-width: 7680px) {
    #aec-footer .container {
        max-width: 1170px;
    }
}

/*====================================
	FOOTER
=====================================*/
.footer ul.list-inline li a:hover,
.footer ul.list-inline li a:focus {
    color: #000000 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-width: 1px !important;
    outline-style: solid !important;
    outline-offset: -2px !important;
    outline-color: var(--primary-color) !important;
}

#aec-footer {
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 10px;
}

#aec-footer-siteswitch {
    display: none;
}

.footer {
    background-color: var(--secondary-color);
    display: block;
    color: var(--primary-color);
    padding-top: 74px;
    text-align: left;
}

.footer-col {
    border-left: 1px solid var(--primary-color);
    min-height: 220px;
}

.footer-col.aec-info-link {
    border-left: 0 none;
}

.footer li {
    line-height: 25px;
    height: 25px;
}

.footer h4 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
}

.footer ul {
    list-style: none;
    overflow: hidden !important;
}

.footer-nav a {
    line-height: 14px;
}

.footer a {
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 600;
    transition: color 0.2s ease-in-out 0s;
    -webkit-transition: color 0.2s ease-in-out 0s;
}

#aec-help-list a {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    text-decoration: none;
}

#aec-help-list li {
    line-height: 5px !important;
    height: auto !important;
    margin-bottom: 10px;
}

.footer a:hover,
.footer a:active {
    color: #232526;
}

.footer a i {
    margin-right: 10px;
}

.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;
}

.footer #aec-categories-list .fas.fa-book {
    left: 1px;
    top: 3px;
    margin-right: 18px;
}

.aec-info-link a i {
    width: 1em;
}

.footer-col.last-col .icon-chat {
    display: inline-block;
    font-size: 21px;
    line-height: 10px;
    margin-right: 0;
    position: relative;
    top: 5px;
    width: 18px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.footer-col.last-col .icon-chat:before {
    margin: 0;
    width: auto;
}

ul.list-inline li {
    display: inline-block;
    margin: 5px !important;
    padding: 0 !important;
    height: auto !important;
}

.dtu-logo {
    margin-top: 20px;
    min-height: 50px;
    text-align: left;
}

.credit-cards {
    margin-top: 20px;
    min-height: 50px;
    text-align: right;
}

.credit-cards a {
    color: var(--primary-color);
    font-size: 24px;
}

.credit-cards ul {
    display: block;
    margin: 0 auto;
    float: none;
}

#aec-footer .aec-copyAndLogo {    
    color: var(--primary-color);
}

@media (min-width: 320px) and (max-width: 767px) {
    .footer {
        padding-top: 30px;
    }

    .footer h4 {
        font-size: 16px;  
    }
}

@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) {
    .footer {
        padding-top: 50px;
    }

    .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 {
        padding-top: 25px;
    }
}

@media (min-width: 0px) and (max-width: 649px) {
    .ts-1 {
        clear: none;
        float: none;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 165px;
    }
}

/* 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;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
        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-info-link) {
        padding-left: 40px !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 {
        border: none;
        border-bottom: 1px solid #85c7e3;
        border-radius: 0;
        color: var(--primary-color);
        font-size: 17px;
        font-weight: bold;
        margin: 0 auto 0;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        background-color: transparent;
        padding: 9px 10px;
    }

    .footer-nav {
        background-color: #E6F6FD;
        border-bottom: 4px double #85c7e3;
        box-shadow: none;
        margin-bottom: 0;
    }

    .footer-nav li {
        border-top: 1px solid #E6F6FD;
        height: auto;
        line-height: normal;
        margin-left: -15px;
        margin-right: -15px;
        padding: 8px 15px;
    }

    .footer-nav li:first-child {
        border-top: none;
    }

    .footer a {
        display: block;
        text-decoration: none;
    }

    .footer-nav li:hover {
        background-color: #85c7e3;
    }

    .footer-nav li:hover a {
        color: #ffffff;
    }

    .footer-col.last-col {
        margin-top: 15px;
        padding-top: 10px;
        text-align: center;
    }

    .dtu-logo,
    .credit-cards {       
        height: auto;
        margin-top: 0;
        min-height: auto;
        padding: 5px 0;
        text-align: center !important;
        width: 100%;
    }
}

/*====================================
	FOOTER END
=====================================*/
