footer .footer-main {
    background: #F6F6F6;
    padding: 40px 0px;
}

footer .footer-main a {
    color: #353535;
}

footer .footer-main h3 {m
    margin-bottom: .5em;
    color: rgba(255,255,255,.5);
    font-weight: 100;
    text-decoration: none;
    font-size:18px;
    line-height: 40px;
}

footer .footer-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .footer-main ul li {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: .5em;
    color: #ffffff;
}

footer div.footer-bottom-wrapper {
    background: #eee;
    height: auto;
    padding-top: 25px;
    border-top: 1px solid #DADADA;
    background: #F6F6F6;
}

footer .footer-bottom {
    color: rgb(71,71,71);
}

footer .footer-bottom a {
    color: #414141;
    font-size: 15px;
    font-weight: 100;
}

.mainFooter_socialMediaList li {
    float: left;
    padding:0;
    margin: 0;
}

.footer-main i.fa-question {
    margin-right: 0.3em;
    cursor: help;
    float: none;
    font-size: 16px;
}

.tiptipHeader {
    font-weight: 900;
    font-size: 16px;
}

/*
footer .follow-us {
    width: 300px;
    float:left;
}

footer .follow-us h3 {
   position: relative;

}

*/

footer .follow-us img {
   padding-right: 30px;
}

footer .tagline {
    font-size: 17px;
    color: #353535;
}

footer #footerLogo {
    position: relative;
    left: -15px;
    top: 15px;
    margin-left: -5px;
}

footer .copy-right {
    float:left;
    padding-right: 50px;
    font-size: 15px;
}

footer .contact-us h3 {
    float:none;
}

@media (max-width: 500px){
 
}

@media (min-width: 768px){

    
    footer .copy-right {
        float:left;
        padding-right: 50px;
    }

    footer .privacy-policy {
        text-align: left;
        padding-left: 0;
        padding-right: 50px;
        float: left;
    }

    footer #footerLogo {
        position: relative;
        left: -15px;
        top: 15px;
        height: 50px;
    }

    footer .tagline {
        font-size: 17px;
        padding-top: 28px;
        color: #353535;
        text-align: right;
    }
}

@media (min-width: 992px){
    footer .my-corner {
        width: 20%;
    }

    footer .product-support {
        width: 30%;
    }

    footer .contact-us {
        display: flex;
    }

    footer .contact-us .contact-options {
        display: flex;
        justify-content: space-between;
        width: 95%;
        padding-top: 7px;
    }

    footer h3 {
        width: 15%;
    }

    footer .follow-us {
        width: 23%;
        padding-top: 9px;
        font-weight: bold;
    }

    footer .tagline {
        font-size: 17px;
        padding-top: 28px;
        color: #353535;
        text-align: right;
    }

    footer .copy-right {
        float: left;
        padding: 20px 25px 20px 0;
    }

    footer .privacy-policy {
        text-align: left;
        padding-left: 0;
        padding-right: 25px;
        float: left;
    }
}

#siteseal {
    position:relative;
    bottom : 5px;
}
