.page-template-atopic-dermatitis-visual-guide [class*="skin-tone-slider__SkinToneBarWrap"] svg{
    transform: rotate(180deg);
}
.page-template-atopic-dermatitis-visual-guide [class*="skin-tone-slider__ActiveSkinTone"] {
    display: none;
}

.wp-block-yoast-seo-table-of-contents ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.wp-block-yoast-seo-table-of-contents ul>li {
    color: #092a6d;
    font-size: 18px;
}

.wp-block-yoast-seo-table-of-contents ul>li:not(:last-of-type)::after {
    content: "|";
    font-weight: 500;
    margin: 0 10px;
}
/*social icons*/
[class^="icon--"]:before, [class*=" icon--"]:before {
    margin-top: 3px;
    margin-left: 3px;
}
.footer-social__item {
    margin: 10px;
}

.icon--twitter.footer-social__item__icon:before {
    content: " ";
    background-image: url(/wp-content/themes/nea/img/src/icons/NewSocialIcons_Icon_X_Twitter.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 28px;
    height: 28px;
    margin-top: 5px;
}
.icon--threads.footer-social__item__icon:before {
    content: " ";
    background-image: url(/wp-content/themes/nea/img/src/icons/NewSocialIcons_Icon_Threads.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 28px;
    height: 28px;
    margin-top: 5px;
}
.icon--linkedin.footer-social__item__icon:before {
    content: " ";
    background-image: url(/wp-content/themes/nea/img/src/icons/linkedin-in.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 28px;
    height: 28px;
    margin-top: 5px;
}

@media screen and (min-width: 45em){
    .ct-list__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    }

/*Gforms corrections after update 01/25/2024*/

li#field_6_9 {
    /* display: none; */
    position: absolute;
    left: -999999px;
    height: 0!important;
    width: 0!important;
    opacity: 0;
}

.gfnl__form .ginput_container input[type='email'] {
    border-radius: 2px;
    border: thin solid #dbd4c5;
    height: 37px;
    padding: 0 12px;
    box-sizing: border-box;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    min-height: 37px !important;
}

/*temp style for badge*/
.footer-accolades__item:nth-child(4):not(:last-of-type) {
    margin-left: 20px;
    margin-right: 20px;
}

@media screen and (min-width: 25em){
.footer-accolades__item {
    max-width: 50px;
    max-height: 90px;
}
}

@media screen and (min-width: 45em){
.footer-accolades__item:last-of-type {
    margin-left: 0;
    margin-top: 20px;
}
.footer-accolades__item:nth-child(4):not(:last-of-type) {
    margin-left: 20px;
    margin-right: 0;
    margin-bottom: 20px;
}
}