/**
* @created date 12/12/2023 
* footer.css section Begins-----------
*/
/*------------footer top code begins------------------*/

#page #footer_top {
    background-color: #3d5567;
    color: #c9d4da;
}

#page #footer_top ul {
    text-decoration: none;
    list-style-type: none;
    padding: 0px;
}

#page #footer_top #arrowUp {
    font-size: 40px;
}

#page #footer_top .lineHeight {
    line-height: 30px;
}

#page #footer_top #links #external #externalIcon {
    font-size: 13px;
}

#page #footer_top #gd_Icon {
    margin-top: -5px;
    width: 24px;
}
#page #footer_top #socialIcons {
    font-size: 2rem;
    line-height: 58px;
}

#page #footer_top #socialIcons .socIcon_Bg {
    background-color: rgba(216, 216, 216, 0.1);
}

#page #footer_top #socialIcons a:hover {
    background-color: #364a59;
    height: 30px;
}

#page #footer_top #socialIcons .socialIcon_margin {
    margin-right: -4px;
}

#page #footer_top #divider {
    position: relative;
    z-index: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #8e9da7;
    transform: translate(-50%);
    margin-top: 10px;
    margin-bottom: 25px;
}

#page #footer_top #socialIcons .socIcon_Bg a:hover {
    color: #fff !important;
}

#footer_top h2 {
    font-weight: 700 !important;
    font-size: 1rem;
}

#page #footer_top .fa-file-pdf:before {
    content: "" !important;
}

#page #footer_top .fa-file-pdf:after {
    padding-left: 5px;
    content: "\f1c1";
}

#page #footer_top .fa-external-link-alt:before {
    content: "" !important;
    font-size: 13px;
}

#page #footer_top .fa-external-link-alt:after {
    padding-left: 5px;
    content: "\f35d";
}

#page #footer_top #socialIcons .glass-door a:hover {
    background-color: #364a59;
    height: 30px;
    background-image: url("../../images/social_glassdoor_white.png");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}

#page #footer_top #socialIcons .glass-door a:hover img {
    visibility: hidden;
}

/*------------------------------------------------------*/
@media only screen and (max-width: 1026px) and (min-width: 768px) {
    #page #footer_top #socialIcons a:hover {
        height: auto;
    }

    #page #footer_top #socialIcons {
        font-size: 2.25rem;
        line-height: 64px;
    }

    #page #footer_top #gd_Icon {
        margin-top: -4px;
        width: 25.5px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #page #footer_top #socialIcons .glass-door a:hover {
        background-size: 25px;
    }
}

@media (max-width: 767px) {
    #page #footer_top #socialIcons .glass-door a:hover {
        background-size: 25px;
    }
}

/*------------footer top code ends------------------*/

/*--------------footer bottom code begins-----------*/
#page #footer_bottom {
    background-color: #122a3c;
    color: #849aab;
    height: 80px;
}

#page #footer_bottom .copy {
    font-size: 0.875rem;
}

@media (max-width: 767px) {
    #page #footer_bottom .copy {
        font-size: 0.8125rem;
    }

    #page #footer_bottom {
        height: 110px;
    }

    #page #footer_top #socialIcons {
        font-size: 2.25rem;
        line-height: 64px;
    }

    #page #footer_top #gd_Icon {
        margin-top: -4px;
        width: 25.5px;
    }
}

/*---------------------------------*/
@media only screen and (max-width: 1368px) and (min-width: 1365px) {
    #page #footer_top #socialIcons {
        padding-right: 7rem !important;
    }
}

/*-------------footer bottom code ends-------------*/
