@media screen and (max-width: 1200px) {
    #af-mainfooter #af-footertop .af-row-wrap {
        flex-wrap: wrap;
    }
    #af-mainfooter #af-footertop .af-row-wrap .af-row-1 {
        width: 100%;
    }
    #af-mainfooter #af-footertop .af-row-wrap .af-row-2,
    #af-mainfooter #af-footertop .af-row-wrap .af-row-3 {
        flex: 1;
    }
    .af-four-cards .af-flex-row {
        flex-wrap: wrap;
    }
    .af-four-cards .af-flex-row {
        flex-wrap: wrap;
    }
    .af-four-cards .section_wrap .af-flex-row .af-card {
        flex: unset;
        width: Calc(50% - 10px);
    }
}
@media screen and (max-width: 1150px) {
    #af-mainfooter #af-footerbottom .af-row-wrap {
        justify-content: center;
    }
    #af-mainfooter #af-footerbottom .af-row-wrap .af-row-1 {
        width: 100%;
        margin-bottom: 60px;
    }
    #af-mainfooter #af-footerbottom .af-row-wrap .af-row-2 {
        margin-bottom: 60px;
    }
    #af-mainfooter #af-footerbottom .af-row-wrap .af-row-2,
    #af-mainfooter #af-footerbottom .af-row-wrap .af-row-3 {
        width: 100%;
    }
    #af-mainwrapper nav {
        width: max-content;
    }
    #af-mainfooter #af-footerbottom .af-row-wrap .af-row-3 .socials {
        width: max-content;
    }
}
@media screen and (max-width: 1090px) {
    .af-two_column_popup .section_wrap .af-flex-row .af-col-1 {
        min-width: unset;
    }
    .af-two_column_popup .section_wrap .af-flex-row .af-col-2 {
        flex: 1;
    }
}
@media screen and (max-width: 991px) {
    .af-resources .af-flex-row {
        flex-wrap: wrap;
    }
    .af-resources.dark .af-flex-row .af-resource-card,
    .af-resources.light .af-flex-row .af-resource-card {
        width: 50%;
        flex: unset;
    }
    .af-resources .af-flex-row .af-resource-card:nth-of-type(2) {
        border-right: unset;
    }
    .af-resources .af-flex-row .af-resource-card:last-of-type {
        border-right: 1px solid #000;
    }
    .af-two_column_popup .af-flex-row {
        flex-direction: column;
    }
    .af-two_column_popup .section_wrap .af-flex-row .af-col-1 {
        flex: unset;
        width: 100%;
    }
    .af-two_column_popup .section_wrap .af-flex-row .af-col-2 {
        flex: unset;
        width: 100%;
    }
}
@media screen and (max-width: 942px) {
    .flex-landing .hero {
        padding-top: 160px;
    }
}
@media screen and (max-width: 850px) {
    .two_column_accordion .section_wrap .af-flex-row {
        flex-direction: column;
    }
    .two_column_accordion .af-col-1,
    .two_column_accordion .af-col-2 {
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    #af-mainfooter #af-footertop .af-row-wrap {
        flex-direction: column;
    }
}
@media screen and (max-width: 650px) {
    .carousel__item .af-hero-link-wrap {
        flex-direction: column;
    }
    .af-two_col_text_text .af-flex-row {
        flex-direction: column;
    }
    .af-two_col_text_text .af-flex-row .af-col-2 {
        margin-top: 0;
    }
}
@media screen and (max-width: 600px) {
    .af-resources.dark .af-flex-row .af-resource-card,
    .af-resources.light .af-flex-row .af-resource-card {
        width: 100%;
    }
    .af-resources.light .af-flex-row .af-resource-card {
        border-right: unset;
        border-bottom: 1px solid #000;
        padding-bottom: 24px;
        padding: 25px 0;
    }
    .af-resources.dark .af-flex-row .af-resource-card {
        border-right: unset;
        border-bottom: 1px solid #fff;
        padding-bottom: 24px;
        padding: 25px 0;
    }
    .af-resources.light .af-flex-row .af-resource-card:last-of-type,
    .af-resources.dark .af-flex-row .af-resource-card:last-of-type {
        border-bottom: unset;
        border-right: unset;
    }
    .af-four-cards .section_wrap .af-flex-row .af-card {
        flex: unset;
        width: 100%;
    }
}