

/*----footer------------*/
footer#rd-foremployers .rdfooter-linkblock,
footer#sitefoot .rdfooter-linkblock{
  background: #000000;  
  padding-top: 99px;
  padding-bottom: 89px;
  overflow: hidden;
}

footer#sitefoot .rdfooter-linkblock.padtpbtm50{
  padding-top: 50px!important;
  padding-bottom: 50px!important;
}

footer#sitefoot .rdfooter-linkblock .rdfooter-privacy-terms.sitemaponly{
  padding: 0px!important;
}

footer#rd-foremployers .rdfooter-linkcon,
footer#sitefoot .rdfooter-linkcon{
  position: relative; 
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer#rd-foremployers .rd-footer-mobile,
footer#sitefoot .rd-footer-mobile{
  display: none;
}

footer#rd-foremployers .rd-footer-logo,
footer#sitefoot .rd-footer-logo {
    width: auto;
}

footer#rd-foremployers .rd-footer-links,
footer#sitefoot .rd-footer-links {
    width: max-content;
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-column-gap: 30px;
    text-align: center;
}

footer#sitefoot .rd-footer-links {
    grid-template-columns: repeat(6, auto);
    grid-column-gap: 69px;
}

footer#rd-foremployers .rdfooter-privacy-terms,
footer#sitefoot .rdfooter-privacy-terms{
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer#rd-foremployers .rd-footer-links a.links,
footer#rd-foremployers .rd-footer-email a.links,
footer#rd-foremployers .rdfooter-privacy-terms p.footer-year,
footer#rd-foremployers .rdfooter-privacy-terms .privacy-terms,
footer#sitefoot .rd-footer-links a.links,
footer#sitefoot .rd-footer-email a.links,
footer#sitefoot .rdfooter-privacy-terms p.footer-year,
footer#sitefoot .rdfooter-privacy-terms .privacy-terms,
footer#sitefoot .rdfooter-privacy-terms .privacy-terms a.privacy-termslink{
    font-family: Gilroy-Regular!important;
    font-weight: normal!important;
    font-size: 16px!important;
    line-height: 32px!important;
    color: #ffffff;
    margin: 0px!Important;
}

footer#rd-foremployers .rd-footer-links a.links,
footer#rd-foremployers .rd-footer-email a.links,
footer#rd-foremployers .rdfooter-privacy-terms .privacy-terms a.privacy-termslink,
footer#sitefoot .rd-footer-links a.links,
footer#sitefoot .rd-footer-email a.links,
footer#sitefoot .rdfooter-privacy-terms .privacy-terms a.privacy-termslink{
  transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
}

footer#rd-foremployers .rd-footer-links a.links:hover,
footer#rd-foremployers .rd-footer-email a.links:hover,
footer#rd-foremployers .rdfooter-privacy-terms .privacy-terms a.privacy-termslink:hover,
footer#sitefoot .rd-footer-links a.links:hover,
footer#sitefoot .rd-footer-email a.links:hover,
footer#sitefoot .rdfooter-privacy-terms .privacy-terms a.privacy-termslink:hover{
  text-decoration: underline;
}


footer#rd-foremployers .rd-footer-social,
footer#sitefoot .rd-footer-social {
    width: auto;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-column-gap: 25px;
}

footer#rd-foremployers .rd-footer-social img,
footer#sitefoot .rd-footer-social img{
    height: 22px;
}

footer#rd-foremployers .rd-footer-email,
footer#sitefoot .rd-footer-email {
    padding-top: 11px;
    padding-bottom: 36px;
    /*border-bottom: 1px solid #FFFFFF;*/
}

footer#rd-foremployers .container,
footer#sitefoot .container {
    padding-left: 0;
    padding-right: 0;
}



/*--------------Nex Hub Max Dimesions (Smaller Desktop View)(1280) ------------------*/
@media only screen and (max-width: 1280px){
    footer#sitefoot .standardized-container{
        width: 1067px!important;
    }
}
/*--------------End Nex Hub Max Dimesions (Smaller Desktop View)------------------*/

/*--------------TABLET LANDSCAPE(1024)------------------*/
@media only screen and (max-width: 1024px){
    footer#sitefoot .rd-footer-links {
        grid-template-columns: repeat(6, auto);
        grid-column-gap: 30px;
    }

    footer#sitefoot .standardized-container {
        width: 100%!important;
    }

    footer#rd-foremployers .rdfooter-linkblock, footer#sitefoot .rdfooter-linkblock {
        padding-right: 30px;
        padding-left: 30px;
    }
}


/*--------------TABLET PORTRAIT(820)------------------*/
@media only screen and (max-width: 820px){


    /*----footer----*/
    footer#rd-foremployers .rd-footer-links,
    footer#sitefoot .rd-footer-links {
        grid-template-columns: repeat(2, auto);
    }

    footer#sitefoot .rd-footer-links {
        grid-template-columns: repeat(3, auto);
        grid-column-gap: 15px;
    }

    footer#rd-foremployers .rdfooter-linkblock,
    footer#sitefoot .rdfooter-linkblock {
        padding-left: 15px;
        padding-right: 15px;
    }

}

/*--------------Mobile(820)------------------*/
@media only screen and (max-width: 600px){

    /*----footer----*/
    footer#rd-foremployers .rdfooter-linkblock,
    footer#sitefoot .rdfooter-linkblock {
        padding-top: 59px;
        padding-bottom: 25px;
    }

    footer#sitefoot .rdfooter-linkblock .rdfooter-privacy-terms.sitemaponly {
        margin-top: 0px!important;
        width: AUTO!important;
        margin-left: 0px!important;
        border-top: none!important;
    }

    footer#rd-foremployers .rdfooter-linkcon,
    footer#sitefoot .rdfooter-linkcon {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    footer#rd-foremployers .rd-footer-logo img,
    footer#sitefoot .rd-footer-logo img{
        max-width:none!important;
    }

    footer#rd-foremployers .rd-footer-links,
    footer#sitefoot .rd-footer-links {
        grid-template-columns: repeat(1, auto);
        grid-row-gap: 16px;
    }

    footer#rd-foremployers .rd-footer-email,
    footer#sitefoot .rd-footer-email {
        padding-top: 7px;
        padding-bottom: 0px;
        border-bottom: none;
        text-align: center;
    }

    footer#rd-foremployers .rdfooter-privacy-terms,
    footer#sitefoot .rdfooter-privacy-terms {
        padding-top: 16px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 66px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        border-top: 1px solid #ffffff;
        width: 100vw;
        margin-left: -15px;
    }

    footer#rd-foremployers .rd-footer-mobile,
    footer#sitefoot .rd-footer-mobile {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin-bottom: 48px;
    }

    footer#rd-foremployers .rdfooter-linkcon .rd-footer-social,
    footer#rd-foremployers .rd-footer-email,
    footer#sitefoot .rdfooter-linkcon .rd-footer-social,
    footer#sitefoot .rd-footer-email {
        display: none;
    }

    footer#rd-foremployers .rd-footer-mobile .rd-footer-social, 
    footer#rd-foremployers .rd-footer-mobile .rd-footer-email,
    footer#sitefoot .rd-footer-mobile .rd-footer-social, 
    footer#sitefoot .rd-footer-mobile .rd-footer-email {
        display: grid!important;
    }

    footer#rd-foremployers .rd-footer-mobile .rd-footer-social,
    footer#sitefoot .rd-footer-mobile .rd-footer-social {
        margin-top: 20px;
    }

    footer#rd-foremployers .rd-footer-mobile .rd-footer-social img,
    footer#sitefoot .rd-footer-mobile .rd-footer-social img {
        height: 18px;
    }
}

/*--------------Galaxy fold (Small mobile view(320)------------------*/
@media only screen and (max-width: 320px){


}
/*--------------End Galaxy fold (Small mobile view(320)------------------*/


.rd-footer-links a:hover, .rd-footer-social a:hover, 
.rd-footer-email a:hover, .privacy-terms a:hover{
    background: none !important;
    text-decoration: underline !important;

}