#FooterWrapper, #LinksWrapper, #AffiliationsWrapper, #CopyRightWrapper  {
    width: 100%;
    font-size: 12px;
}

#FooterWrapper {
    margin-top: 50px;
    background: url('/customer/tabonu/images/Footer/FooterBG.png') center;
}



.FooterSlogan {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}

.SloganWrapper {
    background: rgb(229, 228, 226);    
    background: rgba(229, 228, 226, 0.9);
    border-top: 8px solid #efeeec;
}

.FooterSlogan img {
    display: inline-block;
    position: relative;
    top: 3px;
}

.FooterSlogan h2 {
    display: inline-block;
    font-size: 28px;
    font-style: italic;
    margin-left: 8px;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #666666;
}



#LinksContent, #CopyRightSection, #AffiliationsContent{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 10px;
}

#LinksWrapper {   
     background-color: rgb(239, 238, 236);
    background-color: rgba(239, 238, 236, .9);
    background-position: center;
    height: 170px;
    text-align: left;
}

#AffiliationsWrapper {
    text-align: center;
    margin-bottom: 30px;
}

#AffiliationsContent {
    padding: 10px 0px;
}

#AffiliationsColumn1, #AffiliationsColumn2 {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.AffliationImg {
    width: 47.6%;
    display: inline-block;
    vertical-align: top;
}

#LinksContent {
    text-align: center;
    padding-bottom: 10px;
}

.LinksWrapper, .SocialLinks {
    display: inline-block;
    color: #fff;
    vertical-align: top;
    width: 24%;
    text-align: left;
}

.Links {
    width: 170px;
    margin: 0 auto;
    display: inline;
    line-height: 20px;
}

.Links ul {
    padding: 0px;
    margin: 0 auto;
}

.LinksHeader {
    color: #023158;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}

p.LinksHeader.FooterPhone {
    font-size: 18px;
    margin-top: 8px;
    text-decoration: none !important;
}

p.LinksHeader.FooterPhone span {
    color: #04ace3;
    text-decoration: none !important;
}



.Links li {
    list-style-type: none;
    text-align: left;
    color: #5a5454;
    font-weight: bold;
    font-size: 13px;
}

.Links a, .Links a:active, .Links a:hover, .Links a:visited {
    color: #6d6c6c;
    font-weight: normal;
    font-size: 12px;
}

.Links li:hover {
    text-decoration: underline;
}


.OrderStatus {
    text-align: left;
}

input.OrderNumber {
    display: inline-block;
    height: 29px;
    padding-left: 4px;
    background: #cccbc9;
    border: 1px solid gray;
    width: 62%;
}

.OrderButton {
    display: inline-block;
}

    .OrderButton input {
        height: 29px;
        background: white;
        border: 1px solid gray;
        color: #0085b2;
        font-weight: bold;
        font-size: 13px;
        cursor: pointer;
    }



.FooterReviews {
    margin-top: 13px;
}


.ReviewLink {
    position: relative;
    bottom: 8px;
    left: 2px;
}


/*INFO SECTION*/


.FooterInfoContent {
    max-width: 1200px;
    margin: 0 auto;
}

.FooterInfoWrapper {
    background: rgb(85, 85, 85);    
    background: rgba(85, 85, 85, .9);
    padding: 10px 0px;
}

.FooterAbout {
    display: inline-block;
    width: 48%;
    margin-left: 5px;
    vertical-align: top;
    color: white;
}

.FooterAbout h2 {
    color: white;
    font-size: 20px;
}

.FooterAbout h3 a {
    color: white;
    font-size: 16px;
}

.FooterAbout p {
    color: #dadada;
    font-size: 16px;
}


.InquireButton {
    display: inline-block;
    background: white;
    padding: 5px;
    color: #0085b2;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid black;
}

.FooterSocial {
    display: inline-block;
    width: 48%;
    margin-right: 5px;
    text-align: right; 
}

.FooterSocial h2 {
    color: white;
    font-size: 20px;
}


.FooterSocialLink {
    display: inline-block;
    color: white;
    text-shadow: 1px 1px black;
    padding: 5px;
    transition: border-radius .2s ease-in, background .4s ease-in;
    font-size: 20px;
    margin: 0px 4px;
    text-align: center;
    min-width: 20px;
}

    .FooterSocialLink.fTwitter {
        background: #2ac5f6;
        box-shadow: 0px 3px #0a6a88;
    }

    .FooterSocialLink.fYoutube {
        background: #de332c;
        box-shadow: 0px 3px #ab2924;
    }

    .FooterSocialLink.fFacebook {
        background: #3b5997;
        box-shadow: 0px 3px #2f4d8a;
    }

    .FooterSocialLink.fLinkedin {
        background: #006dc0;
        box-shadow: 0px 3px #035492;
    }

    .FooterSocialLink.fGooglePlus {
        background: #d13d2f;
        box-shadow: 0px 3px #ab271a;
    }


    .FooterSocialLink:hover {
        border-radius: 50%;
    }

        .FooterSocialLink.fTwitter:hover {
            background: #0e88af;
        }

        .FooterSocialLink.fYoutube:hover {
            background: #96100a;
        }

        .FooterSocialLink.fFacebook:hover {
            background: #1b3770;
        }

        .FooterSocialLink.fLinkedin:hover {
            background: #025594;
        }

        .FooterSocialLink.fGooglePlus:hover {
            background: #971a0e;
        }



.FooterSocial h3 {
    color: #dadada;
    font-size: 16px;
    margin-bottom: 0px;
}

.FooterSocial p {
    color: #dadada;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 4px;
}

.FooterNews {
    text-align: right;
}

input.EmailAddress {
    display: inline-block;
    height: 29px;
    padding-left: 4px;
    background: #e2e2e0;
    border: 1px solid gray;
    width: 30%;
}

.SendButton {
    display: inline-block;
}

    .SendButton input {
        height: 29px;
        background: white;
        border: 1px solid gray;
        color: #66caf1;
        font-weight: bold;
        font-size: 13px;
    }



/* AUTHORIZED / LOCATIONS SECTION */



.FooterLocationWrapper {
    background: #ffffff;
}

.FooterLocationSection {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0px;
}


.FooterAuthorized {
    display: inline-block;
    margin-left: 5px;
    width: 20%;
}


    .FooterAuthorized img {
        margin-bottom: 10px;
        max-width: 353px;
        width: 100%;
    }

.FooterLocations {
    display: inline-block;
    margin-right: 5px;
    width: 96%;
    text-align: right;
    vertical-align: top;
}



.FooterLocation {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    margin: 0px 5px;
}

    .FooterLocation i {
        display: inline-block;
        background: #85b200 !important;
        padding: 5px;
        /* float: left; */
        font-size: 20px;
        width: 20px;
        text-align: center;
        color: white;
        box-shadow: 0px 3px #4a8020;
        text-shadow: 1px 1px black;
        vertical-align: top;
    }



.FooterLocationInfo {
    text-align: left;
    display: inline-block;
    width: 74%;
}

    .FooterLocationInfo h3 {
        margin-top: 0px;font-size: 12px;
    }


    .FooterLocationInfo p {
        margin-bottom: 0px;
        margin-top: 0px;
    }



#CopyRightWrapper {
    background-color: white;
    border-top: 8px solid #dfdfe0;
    padding: 10px 0px;
}

#CopyRightSection p {
    color: #757272;
    margin: 0px;
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
}

#CopyRightSection a {
    text-decoration: none;
    margin: 0px 7px;
}


#CopyrightLinks {
    padding: 5px;
    color: #FFF;
}

#CopyrightLinks a, #CopyrightLinks a:active, #CopyrightLinks a:visited, #CopyrightLinks a:hover {
    color: #fff;
}

#CopyrightLinks a:hover {
    text-decoration: underline !important;
}


.CopyRightContent {
    display: inline-block;
    width: 39%;
}

.CopyRightLinks {
    display: inline-block;
    width: 30%;
    position:  relative;
    bottom: 25px;
    text-align: center;
}

#CopyRightSection img {
    position: relative;
    top: 10px;
    float: right;
    margin-right: 5px;
}
