.social-icons {
    display: flex;
}

.header-section .social-links-header {
    display: none;
}

.nav-primary .social-icons {
    display: none;
}

.social-icons .screenreader-text,
.nav-primary .social-icons .screenreader-text {
    display: none;
}

.nav-primary .social-links-cont.show .social-icons {
    display: flex;
    flex-wrap: wrap;
}
.nav-primary .social-links-cont.show .social-icons .social-wrapper {
    display: flex;
    margin-right: 8px;
    margin-bottom: 8px;
}
.nav-primary .social-links-cont {
    margin-top: 40px;
}
@media(min-width:1250px){
    .nav-primary .social-links-cont {
        margin-top: 0;
    }

    .nav-primary .nav-dropdown .nav-slide-section .nav-imagebox .nav-slide {
        margin-bottom: 40px;
    }
}
.nav-primary .social-links-cont span {
    display: block;
    font-size: 22px;
    color: white;
    font-weight: 800;
    margin-bottom: 10px;
}

.footer-section .social-icons {
    margin-bottom: 30px;
    justify-content: center;
}
.footer-section .social-icons .social-wrapper {
    display: flex;
    margin-right: 8px;
}
.nav-primary .social-icon,
.footer-section .social-icon {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #03304c;
    border-radius: 100%;
    background-color: white;
    margin-right: 8px;
}
.footer-section .social-icon {
    width: calc(26px + (42 - 26) * ((100vw - 320px) / (1024 - 320)));
    height: calc(26px + (42 - 26) * ((100vw - 320px) / (1024 - 320)));
    font-size: 16px;
    color: #005e95;
}

.nav-primary .social-icons .social-icon:last-child,
.footer-section .social-icons .social-icon:last-child {
    margin-right: 0;
}

@media (min-width: 40.063em) {
    .footer-section .social-icons {
        margin: 0;
    }
}

@media (min-width: 64.063em) {
    .footer-section .social-icon {
        width: calc(42px + (56 - 42) * ((100vw - 1025px) / (1200 - 1025)));
        height: calc(42px + (56 - 42) * ((100vw - 1025px) / (1200 - 1025)));
        margin-right: calc(12px + (18 - 12) * ((100vw - 1025px) / (1200 - 1025)));
        font-size: calc(22px + (30 - 22) * ((100vw - 1025px) / (1200 - 1025)));
    }
}

@media (min-width: 1200px) {
    .footer-section .social-icon {
        width: 56px;
        height: 56px;
        margin-right: 18px;
        font-size: 30px;
    }
}