﻿/**************************************/
/* FOOTER AREA STYLING */
/**************************************/

#footer {
    background: var(--globalDarkColor);
    position: relative;
}

@media (min-width: 768px) {
    footer .row {
        max-width: 100%;
    }
}

/* Left Side */
#footer ul.social li a i:hover, #footer ul.social li a:focus {
    color: var(--globalAccentColor);
}
#footer .get-in-touch a {
    text-decoration: underline;
}

/* Right side */
#footer div.footer-right{
    padding: 0px 20px 0px 20px;
}
#footer span.footer-title {
    margin-bottom: 20px;
    display: block;
    text-align: left;
    color: white;
    font-size: 20px;
}

#footer .get-in-touch span.footer-title {
    margin-bottom: 15px;
    margin-top: 40px;
}

 footer#footer {
    padding: 60px 0;
}

 footer .section-title {
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 10px;
}


#footer .col-12 b, #footer .col-12 small, #footer .col-12 p{
    text-align: left;
    color: white;
}

#footer ul.social{
    text-align: left;
    position: absolute;
    bottom: 32px;
}

#footer a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.quick-links li a:hover, #footer ul.quick-links li a:focus {
    text-decoration: underline;
}

#footer ul.social li{
	padding: 3px 0;
    font-size: 25px;
}

#footer ul.copyright li{
	padding: 3px 0px;
    font-size: 12px;
}
#footer ul.copyright li a {
    padding: 0px 3px;
    text-decoration: none;
}
#footer ul.copyright li a:hover, #footer ul.copyright li a:focus {
    text-decoration: underline;
}

#footer .quick-links li{
    font-size: 14px;
    text-align: left;
}

#footer .bottom-row-links{
    margin-right: 0px !important;
}

#footer ul.quick-links li{
	padding: 7px 0;
}

#footer .mobile-dropdown-section{
    display: none !important;
}

#footer .copyright{
    position: absolute;
    bottom: 43px;
    padding-right: 20px;
}
#footer .copyright .uon-copyright {
    padding-right: 10px !important;
}


#footer .get-in-touch {
    margin-bottom: 0px;
}

#footer .get-in-touch h5 {
    font-size: 20px;
}
#footer .get-in-touch p {
    font-size: 15px;
    margin-bottom: 2px;
}
#footer .get-in-touch p:first-of-type {
    padding-top: 7px;
}


#footer.list-title {
    font-size: 20px;
}

#footer .desktop-list .quick-links li{
    font-size: 14px;
}

#footer .footer-left{
    padding: 0px 20px 0px 20px;
    border-right: 1px solid white;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #footer .get-in-touch span.footer-title {
        margin-bottom: 20px;
        margin-top: 0;
    }
    #footer div.footer-right{
        padding: 0px 50px 0px 50px;
    }
    #footer .get-in-touch {
        margin-bottom: 60px;
    }
    #footer .get-in-touch h5 {
        margin-top: 0px;
    }
    #footer .desktop-footer-links{
        margin-bottom: 100px;
    }
    #footer .footer-left{
        padding: 0px 50px 0px 50px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    

}


@media (max-width:767px) {
    #footer .footer-left{
        border-right: none; 
    }

    #footer .mobile-dropdown-section{
        display: block !important;
    }

    #footer .mobile-dropdown-section .accordion-item{
        background: transparent;
        border-bottom: 2px solid white;
    }

    #footer .mobile-dropdown-section .accordion-header {
        font-family: Circular, Arial, sans-serif;
    }

    #footer .mobile-dropdown-section .accordion-button{
        background: transparent;
        color: white;
        padding: 1rem 0px;
    }

    #footer .accordion-button:not(.collapsed){
        background-color: transparent !important;
        color: white !important;
    }

    #footer .accordion-button:focus{
        border-color: transparent !important;
        box-shadow: none !important;
    }

    #footer .accordion-button::after{
        content:none !important;
        width: 0 !important;
        height: 0 !important;
        background: none !important;
    }

    #footer .accordion-body{
        padding: 0px 0rem 1rem 0rem;
    }

    #footer .accordion-body .quick-links {
        margin-bottom: 0px;
    }

    #footer .accordion-body .quick-links li{
        font-size: 14px;
    }

    #footer .accordion-button .dropdown-arrow-down {
        position: absolute;
        right: 0px;
        top: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 6px 0 6px;
        border-color: #fff transparent #fff transparent;
    }

    #footer .accordion-button .dropdown-arrow-up {
        position: absolute;
        right: 0px;
        top: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 12px 6px;
        border-color: #fff transparent #fff transparent;
    }

    #footer .about-footer-desktop{
        display: none;
    }

    #footer .card-header{
        padding-left: 0 !important;
    }

    #footer .desktop-footer-links{
        display: none;
    }

    #footer .footer-right{
        padding-top: 10px;
    }

    #footer ul.social{
        border-bottom: 1px solid #FAFAFA;
        padding-right: 50px;
        padding-bottom: 30px;
        position: relative;
        bottom: 0px;
        padding-top: 30px;
    }
    #footer .get-in-touch p {
        font-size: 16px;
    }
    #footer .get-in-touch h5 {
        margin-top: 30px;
    }
    #footer .copyright {
        position: relative;
        bottom: 0px;
        padding-right: 0px;
    }
}