
#FooterWrapper {
    margin-top: 50px;
    background-color: #116bae;
}

#Footer {
    max-width: 1800px;
    padding: 15px 0px;
    position: relative;
}


/****************************
          ADDRESS
*****************************/

#FooterAddress {
    float: left;
    text-align: center;
    position: relative;
}

    #FooterAddress svg, #FooterAddress i {
        font-size: 20px;
        color: white;
        position: absolute;
        top: 0px;
        left: 14px;
        text-align: left;
    }

    #FooterAddress ul {
        color: white;
        list-style: none;
        font-size: 15px;
        margin-top: 0px;
        text-align: left;
    }

        #FooterAddress ul li {
            margin-bottom: 5px;
        }

    #FooterAddress a {
        color: white;
    }



/****************************
          LINKS
*****************************/


#LinksWrapper {
    display: inline-block;
    width: 77%;
}

#LinksContent {
    text-align: center;
}

.LinksWrapper {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    color: #ffffff;
}

.LinksHeader {
    text-align: left;
    font-size: 24px;
    margin: 10px 0px 9px 0px;
    border-bottom: 2px solid white;
    padding-bottom: 6px;
}


.Links {
    width: 243px;
    margin: 0 auto;
    line-height: 20px;
}

    .Links ul {
        padding: 0px;
        margin: 0 auto;
        list-style: none;
        text-align: left;
    }

    .Links li {
        margin-bottom: 5px;
    }

    .Links a {
        color: #ffffff;
        font-size: 15px;
    }


/****************************
        SOCIAL MEDIA
*****************************/


#FooterSocialMedia {
    float: right;
    vertical-align: top;
    text-align: center;
    position: absolute;
    top: 17px;
    right: 5px;
}

    #FooterSocialMedia svg, #FooterSocialMedia i {
        display: block;
        color: white;
        font-size: 23px;
        margin: 0 auto 18px auto;
    }


/****************************
     COPYRIGHT SECTION
*****************************/


#CopyRightWrapper {
    background-color: #042946;
}

#CopyRightContent {
    max-width: 1800px;
    margin: 0 auto;
    padding: 9px 0px;
    color: white;
    text-align: center;
}



@media screen and (max-width: 1080px) {

    #LinksWrapper {
        width: 64%;
    }

    .LinksHeader {
        width: 145px;
    }
}

@media screen and (max-width: 870px) {
    .Links {
        width: auto;
    }
}

