

body.page-template-new-mexico #main > .container {
    max-width: 100%;
    padding: 0;
}

/* Banner */
.banner-container {
    padding-top: 11rem;
    position: relative;
}
.banner-inner {
    min-height: 50vh;
    max-width: 1260px;
    padding: 90px 40px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.banner-inner h1 {
    font-size: 100px;
    text-transform: uppercase;
    max-width: 85%;
    color: #FAC299;
}
.banner-top-img {
    position: absolute;
    right: 0;
    top: 0;
}


/* Body Content */
.heading {
    font-size: 35px;
}
.txt-center {
    text-align: center;
}


.btn {
    min-height: 76px !important;
    display: flex;
    align-items: center !important;
    font-size: 20px !important;
    width: fit-content;
    margin: 0 auto;
    border-radius: 30rem !important;
    padding-left: 2rem;
    padding-right: 2rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
header.at-title {
    display: none;
}

/* Center Content Section */
.center_content_section {
    color: #fff;
    padding: 80px 0 50px;
    text-align: center;
    background-color: #18B0AB;
}
.center-content-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 950px;
    margin: 0 auto;
    gap: 20px;
}
.center_content_section h2 {
    color: #fff;
}

.center-content-inner .content {
    padding-bottom: 20px;
    margin-top: 5px;
}

.center-info {
    max-width: 800px;
    width: 100%;
    margin: 28px auto 0;
    font-size: 20px;
}
.center_content_section .btn {
    background-color: #A4E6B9;
    color: #000;
    margin-top: 16px;
}
.center_content_section .btn:hover {
    background-color: #fff;
}



/* Content and Image */
.content-and-image-section {
    background-color: #496951;
    color: #fff;
    padding: 85px 0 0; 
    position: relative;
}
.content-and-image-section .heading {
    color: #fff;
    text-transform: uppercase;
}
.content-and-image-section .btn {
    background-color: #FAC299;
    color: #000;
}
.content-and-image-section .btn:hover {
    background-color: #fff;
}

.content-and-image-section .left-content {
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 640px;
    width: 100%;
}
.content-and-image-section .banner-btn-con {
    width: fit-content;
}
.content-and-image-section .content {
    font-size: 20px;
}
.content-and-image-section .right-content img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: clamp(300px, 42vw, 550px);
}



/* Boxes Section */
.boxes-section {
    background-color: #DAE8CD;
    padding: 70px 0 60px;
}
.boxes-section .container {
    max-width: 1200px !important;
}
.boxes-section-inner {
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.boxes-section .heading {
    color: #1E1E1E;
    text-transform: uppercase;
}
.boxes-section .btn {
    color: #fff;
    background-color: #18B0AB;
    max-width: 427px;
}
.all-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 64px;
}
.single-box {
    border-radius: 50px;
    background: #fff;
    padding: 30px 35px;
}
.single-box .img-con {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 67px;
    height: 67px;
    background: #51A766;
}
.single-box .img-con img {
    width: 47px;
}
.box-heading {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    padding: 20px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    font-family: "Roboto", serif;
}
.single-box .box-info {
    font-size: 20px;
    color: #000;
    font-family: "Roboto", serif;
    font-weight: 400;
}


/* FAQ Section */
.faq-container {
    max-width: 910px;
    margin: 0 auto;
    width: 100%;
}
.faq-section {
    background-color: #B2CFDF;
    padding: 130px 0 60px;
    position: relative;
}
.faq-section .heading {
    color: #000;
    font-family: "Dela Gothic One", serif;
    font-size: 30px;
    text-transform: uppercase;
}
.all-faqs {
    margin-top: 70px;
    display: grid;
    gap: 13px;
}
.sgl-faq-inner {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 11px 0;
}
.faq-heading {
    font-weight: 700;
    color: #000;
    font-family: "Roboto", serif;
    font-size: 26px;
    width: calc(100% - 33px);    
}
.faq-content {
    font-weight: 400;
    color: #000;
    font-family: "Roboto", serif;
    font-size: 20px;
    padding: 20px 0;
    display: none;
}
.faq-icon {
    width: 33px;
}
.faq-icon img.rotated {
    transform: rotate(180deg);
}


/* divider */
.center-top-divider-inverted {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}






/* Blurb Section */
.blurb-section {
    padding: 65px 0 80px;
    text-align: center;
    color: #fff;
    background-color: #496951;
}
.blurb-section .heading {
    color: #FFDAD2;
    text-transform: uppercase;
}
.all-blurb {
    display: flex;
    justify-content: center;
    gap: 3rem 1rem;
    padding-top: 50px;
    flex-wrap: wrap;
}

.single-blurb  {
    width: calc(25% - 1rem);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.single-blurb h2 {
    font-size: 69px;
    font-family: "Dela Gothic One", serif;
    font-weight: 400;
}
.single-blurb:nth-child(5n+1) h2 {
    color: #DAE8CD;
}
.single-blurb:nth-child(5n+2) h2 {
    color: #FAC299;
}
.single-blurb:nth-child(5n+3) h2 {
    color: #FFDAD2;
}
.single-blurb:nth-child(5n+4) h2 {
    color: #A4E6B9;
}
.single-blurb:nth-child(5n+5) h2 {
    color: #B2CFDF;
}

.blurb-info {
    font-size: 20px;
}
.blurb-section .btn-con {
    max-width: 75%;
    margin: 50px auto 0;
}
.blurb-section .btn {
    background-color: #FAC299;
    color: #000;
}
.blurb-section .btn:hover {
    background-color: #fff;
}







/* Page Footer */
#colophon {
    display: none;
}
.footer-section {
    padding: 100px 0 80px;
    color: #fff;
}
.footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}
.footer-section h2.footer-hd {
    margin-bottom: 20px;
    color: #FFDAD2;
    font-size: 35px;
}
.footer-section .content {
    font-size: 20px;
}

.footer-btm-cont {
    padding-top: 65px;
    font-size: 20px;
    display: flex;
    gap: 18px;
    align-items: center;
}
.no-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: centerl
}


/* footer form */

.footer-from section.at-inner {
    background-color: #d86926;
}
.campaign-footer-from,
.campaign-footer-from a  {
    background-color: transparent !important;
    color: #fff !important;
}
.campaign-footer-from fieldset:after {
    color: #fff !important;
}

.campaign-footer-from .at label, 
.campaign-footer-from .at-checkbox-title {
    color: #fff !important;
}
body .campaign-footer-from .at input[type=email], 
body .campaign-footer-from .at input[type=email]:focus, 
body .campaign-footer-from .at input[type=text], 
body .campaign-footer-from .at input[type=text]:focus, 
body .campaign-footer-from .at input[type=tel], 
body .campaign-footer-from .at input[type=tel]:focus, 
body .campaign-footer-from .at select, 
body .campaign-footer-from .at select:focus {
    background-color: #DAE8CD !important;
    border-style: solid;
    border-width: 3px;
    color: #18B0AB !important;
    border-color: #fff;
    border-radius: 28px !important;
    font-size: 1rem !important;
    letter-spacing: 1px !important;
    /* font-family: 'GT America Exp Rg' !important; */
    font-weight: 400 !important;
    line-height: 1.3125 !important;
    text-transform: uppercase;
    height: 3.3125rem !important;
}
body .at .error input[type=email]:required,
body .at .error input[type=tel]:required {
    color: #f03e3e !important;
}
.campaign-footer-from .footer-form-heading  {
    color: #fff !important;
}

.campaign-footer-from-form fieldset:after {
    color: #fff;
}
.campaign-footer-from .at-submit, 
.campaign-footer-from .at .btn-at-primary {
    line-height: 21.5px !important;
    border-radius: 30rem !important;
    padding-left: 2rem !important;
    background-color: #fff !important;
    padding-right: 2rem !important;
    color: #18B0AB !important;
    /* font-family: 'GT America Exp Rg' !important; */
    text-transform: uppercase !important;
    border-bottom: 1px solid #fff !important;
    border-color: #fff !important;
    min-width: 205px;
}
.footer-btm-cont sup {
    margin-right: 6px;
}
.footer-btm-cont a {
    color: #fff;
    text-decoration: underline;
    font-size: 18px;
}
.footer-btm-cont p {
    font-size: 20px;
    /* font-family: 'GT America Exp Rg'; */
}
.at-markup.FooterHtml {
    color: #fff;
}





/* Hide Default footer */
#footer {
    display: none;
}

/* Responsive */

@media screen and (max-width: 1200px) {
    .content-and-image-section .right-content img {
        max-width: clamp(300px, 32vw, 550px);
    }
}

@media screen and (max-width: 1100px) {
    /* Banner */
    .banner-top-img {
        width: 400px;
    }
    .banner-inner h1 {
        font-size: 66px;
    }

    /* Boxes */
    .all-boxes {
        gap: 25px;
    }


}


@media screen and (max-width: 991px) {
    /* button */
    .btn {
        font-size: 16px !important;
        line-height: 1.2;
        padding: 1rem 2rem;
        min-height: unset !important;
    }


    /* Banner */
    .banner-container {
        padding-top: 4rem;
    }
    .banner-top-img {
        width: 300px;
    }
    .banner-inner {
        min-height: unset;
    }
    .banner-inner h1 {
        font-size: 57px;
    }

    /* Boxes */
    .all-boxes {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
    }
    .single-box {
        width: calc(50% - 16px);
    }


    /* Single Blurb */
    .single-blurb {
        width: calc(50% - 1rem);
    }


    /* Faq */
    
    .faq-heading {
        font-size: 22px;
        width: calc( 100% - 24px);
    }
    .faq-content{
        font-size: 18px;
    }
    .faq-icon {
        width: 24px;
    }




    /* Image and Content */
    .content-and-image-section-inner {
        display: grid;
        grid-template-columns: auto 230px;
    }
    .content-and-image-section .right-content img {
        max-width: 200px;
        bottom: unset;
    }



    /* footer */
    .footer-section h2.footer-hd {
        font-size: 26px;
    }
    .footer-inner {
        gap: 50px;
    }
    .footer-btm-cont {
        flex-wrap: wrap;
    }
    .footer-btm-cont a {
        font-size: 16px;
    }

}


@media screen and (max-width: 767px) {
    /* button */
    .btn {
        font-size: 14px !important;
    }

    .heading {
        font-size: 26px;
    }

    /* Banner */
    .banner-top-img {
        width: 80px;
    }
    .banner-inner {
        padding: 10px 0 30px;
    }
    .banner-inner h1 {
        font-size: 30px;
        max-width: 100%;
    }


    /* Blurb Section */
    .blurb-section {
        padding: 60px 30px;
    }
    .single-blurb {
        width: 100%;
    }
    .single-blurb h2 {
        font-size: 48px;
    }
    .blurb-info {
        font-size: 16px;
        max-width: 300px;
        margin: 0 auto;
    }
    .blurb-section .btn-con {
        max-width: 100%;
    }



    /* Faq */
    .faq-section {
        padding: 80px 0 40px;
    }
    .faq-section .heading {
        font-size: 26px;
    }
    .faq-heading {
        font-size: 20px;
    }
    .faq-content{
        font-size: 16px;
        padding: 10px 0;
    }

    





    /* Image and Content */
    .content-and-image-section {
        padding: 60px 0 0; 
    }
    .content-and-image-section-inner {
        display: block;
    }
    .content-and-image-section .right-content img {
        max-width: 300px;
        position: static;
    }
    .content-and-image-section .left-content {
        padding-bottom: 20px;
    }
    .content-and-image-section .right-content {
        display: flex;
        justify-content: flex-end;
        margin-right: -20px;
    }
    .content-and-image-section .content {
        font-size: 16px;
    }



    /* Center Content */
    .center_content_section {
        padding: 45px 0 40px;
    }
    .center-content-inner .content {
        font-size: 16px;
    }


    /* Boxes */
    .boxes-section {
        padding: 60px 0 40px;
    }
    .boxes-section-inner {
        gap: 30px;
    }
    .single-box {
        width: 100%;
        border-radius: 24px;
    } 
    .box-heading {
        font-size: 20px;
    }
    .single-box .box-info {
        font-size: 16px;
    }
    .single-box .img-con {
        width: 56px;
        height: 56px;
    }
    .single-box .img-con img {
        width: 32px;
    }




    /* footer */

    .footer-section {
        padding: 50px 0;
    }
    .footer-section .content {
        font-size: 16px;
    }
    .footer-btm-cont {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .footer-inner {
        grid-template-columns: auto;
    }

}

