.hero__contact{
    height: 93.7rem !important;
}

.hero__copy__contact{
    margin-top: 2.3rem;
}

.hero__copy__contact .hero__copy__contact__cta{
    color: #EDF2F2;
    font-size: 1.2em;
    line-height: 2.4rem;
    letter-spacing: 1.44px;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
}

.hero__copy__contact__info__title{
    color: #EDF2F2;
    font-size: 1.4em;
    line-height: 2.4rem;
    letter-spacing: 1.44px;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    text-transform: uppercase;
    margin-top: 1rem;
}

.hero__copy__contact__info__number{
    font-family: minion-pro, serif;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    color: #EDF2F2;
    font-size: 2.2em;
    line-height: 2.8rem;
    display: inline-block;
    margin-top: 0.5rem;
}

.hero__copy__contact__form{
    position: relative;
    margin-top: 3rem;
}

.hero__copy__contact__form .hero__copy__contact__form__button{
    width: 31rem;
    height: 5rem;
    border: 2px solid #EDF2F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    color: #EDF2F2;
    font-size: 1.1em;
    text-transform: uppercase;
    line-height: 1.4rem;
    letter-spacing: 1.32px;
}

.hero__copy__contact__form .form__newsletter{
    background-color: #956158;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 31rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hero__copy__contact__form .sib_signup_box_inside_1{
    width: 31rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hero__copy__contact__form .form__newsletter.show{
    opacity: 1;
    visibility: visible;
}

.hero__contact .hero__copy{
    width: 100%;
}

@media only screen and (min-width: 992px){

    .hero__copy__contact__form{
        padding: 0 1.5rem;
    }

    .form__newsletter,
    .hero__copy__contact__form .sib_signup_box_inside_1{
        width: 100%;
    }

    

    .hero__copy__contact__form .form__newsletter,
    .hero__copy__contact__form .sib_signup_box_inside_1{
        width: 98% !important;
        /* width: 100% !important; */
        max-width: 105.2rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .hero__copy__contact__form .form__newsletter input[type="email"]{
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        padding-right: 30rem;
    }

    .hero__copy__contact__form .form__newsletter input[type="submit"]{
        position: absolute;
        right: 1.7rem;
        width: 25rem;
        height: 5rem;
    }

    .hero__copy__contact__form .form__newsletter input[type="submit"]{
        font-size: 1.1em;
    }

    .hero__copy__contact .hero__copy__contact__cta,
    .hero__copy__contact__info__title{
        font-size: 1.8em;
        line-height: 3.2rem;
        letter-spacing: 1.92px;
    }

    .hero__copy__contact .hero__copy__contact__cta{
        margin-bottom: 2.6rem;
        display: inline-block;
    }

    .hero__copy__contact__info__number{
        font-size: 3.6em;
        line-height: 3.2rem;
        margin-top: 1.4rem;
    }

    .hero__copy__contact__form .hero__copy__contact__form__button{
        width: 25.5rem;
    }

    .hero__copy__contact__info__ata{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
    }

    .hero__copy__contact__info__ata div:nth-child(2){
        /* margin-left: 7rem;
        margin-right: 7rem; */
    }

    .hero__copy__contact__info__ata div:nth-child(1):not(.hero__copy__contact__info__title){
        position: relative;
        right: 6.6rem;
    }
    
    .hero__copy__contact__info__ata div:nth-child(3):not(.hero__copy__contact__info__title){
        position: relative;
        left: 4.2rem;
    }

    .hero__copy__contact__info__ata div{
        flex: 0 0 25.74rem;
    }

    .hero__contact{
        height: 102.9rem !important;
    }

    .hero__contact .hero__arrow__wrapper{
        top: 100vh !important;
    }
}

@media only screen and (min-width: 1200px){
    .hero__copy__contact__form .form__newsletter,
    .hero__copy__contact__form .sib_signup_box_inside_1{
        width: 100% !important;
    }

    .hero__copy__contact__form .form__newsletter input[type="submit"]{
        right: .7rem;
    }
}

/* Contact Form Footer desktop */

@media only screen and (min-width: 992px){
    .hero__copy__contact__form__footer{
        margin-top: 0;
    }

    .hero__copy__contact__form__footer .form__newsletter,
    .hero__copy__contact__form__footer .sib_signup_box_inside_1{
        background-color: #956158;
        top: auto;
        bottom: -1rem;
        z-index: 2;
    }
}

/* Contact Form Menu desktop */

.hero__copy__contact__form__menu .form__newsletter,
.hero__copy__contact__form__menu .sib_signup_box_inside_1{
    background-color: #00869A;
}

@media only screen and (min-width: 992px){
    .hero__copy__contact__form__menu{
        margin-top: 0;
    }

    .hero__copy__contact__form__menu .form__newsletter,
    .hero__copy__contact__form__menu .sib_signup_box_inside_1{
        background-color: #00869A;
        top: auto;
        bottom: 1rem;
        z-index: 2;
    }
}

/* Contact Hero Backs */

.hero__contact__backone{
    height: 50rem !important;
    left: -7rem !important;
    bottom: 1rem !important;
    width: 32rem !important;
}

@media only screen and (min-width: 769px){
    .hero__contact__backone,
    #hero.hero__contact .hero__about__backone{
        bottom: 0rem !important;
        height: 72.8rem !important;
        left: calc(46vw - 72.8rem) !important;
        width: 66.2rem !important;
    }
}

@media only screen and (min-width: 1024px){
    /* .hero__contact__backone,
    #hero.hero__contact .hero__about__backone{
        left: 0 !important;
    } */
}

.hero__contact__backtwo,
    #hero.hero__contact .hero__about__backtwo{
        display: none !important;
    }

@media only screen and (min-height: 768px){
    #hero.hero__contact .hero__about__backtwo{
        /* display: block !important; */
        height: 48rem !important;
    }

    
}

@media only screen and (min-width: 768px){
    #hero.hero__contact .hero__about__backtwo{
        display: block !important;
        /* height: 48rem !important; */
    }

    .hero__contact__backtwo,
    #hero.hero__contact .hero__about__backtwo{
        display: block;
        height: 79.5rem !important;
        width: 48.5rem;
        right: calc(41vw - 55.5rem);
        /* top: -5rem !important; */
        bottom: 0;
    }

    
}

@media only screen and (min-width: 1024px){
    

    .hero__contact__backtwo img:nth-child(1){
        -webkit-animation: arc 8.5s ease-in-out infinite;
        animation: arc 8.5s ease-in-out infinite;
    }
    
    .hero__contact__backtwo img:nth-child(2){
        -webkit-animation: arc2 9.5s ease-in-out infinite;
        animation: arc2 9.5s ease-in-out infinite;
    }
}

@media only screen and (min-width: 1366px){
    .hero__contact__backone,
    #hero.hero__contact .hero__about__backone{
        left: calc(33vw - 66rem) !important;
        width: 66rem !important;
        height: 92rem !important;
    }

    .hero__contact__backtwo, #hero.hero__contact .hero__about__backtwo{
        height: 101.4rem !important;
        width: 55.6rem;
        right: calc(28vw - 55.5rem);
        /* top: -5rem !important; */
        bottom: -3.7rem;
    }

    .hero__copy__contact__form{
        margin-top: 4.4rem;
    }
}

@media only screen and (max-height: 670px){
    #hero.hero__contact .hero__wrapper{
        top: 9.5rem;
    }
}

/* Newsletter error message */

form#sib_signup_form_1 p.sib-alert-message-warning,
form#sib_signup_form_1 .sib-alert-message.sib-alert-message-success{
    background-color: transparent !important;
    border-color: red !important;
    color: #EDF2F2 !important;
    border-radius: 0 !important;
    position: absolute !important;
    bottom: -6rem !important;
    width: 100% !important;
    left: 0 !important;
    text-transform: uppercase !important;
    font-size: 1.1em !important;
    line-height: 2.2rem !important;
    letter-spacing: 1.32px !important;
}

form#sib_signup_form_1 .sib_loader{
    position: absolute !important;
    bottom: -3rem !important;
    left: 0 !important;
}

form#sib_signup_form_1 .sib-alert-message.sib-alert-message-success{
    border-color: #EDF2F2 !important;
    bottom: -8.5rem !important;
}

@media only screen and (min-width: 992px){
    form#sib_signup_form_1 p.sib-alert-message-warning,
    form#sib_signup_form_1 .sib-alert-message.sib-alert-message-success{
        width: auto !important;
        left: 1rem !important;
        font-size: 1.1em !important;
        line-height: 1.7rem !important;
        letter-spacing: 1.38px !important;
    }

    form#sib_signup_form_1 .sib-alert-message.sib-alert-message-success{
        bottom: -6rem !important;
    }

    .hero__copy__contact__form__footer form#sib_signup_form_1 p.sib-alert-message-warning,
    .hero__copy__contact__form__footer form#sib_signup_form_1 .sib-alert-message.sib-alert-message-success{
        bottom: -5.4rem !important;
    }

    .hero__copy__contact__form__menu form#sib_signup_form_1 .sib-alert-message.sib-alert-message-warning,
    .hero__copy__contact__form__menu form#sib_signup_form_1 .sib-alert-message.sib-alert-message-success{
        color: #00869A !important;
    }

    .hero__copy__contact__form__menu form#sib_signup_form_1 .sib-alert-message.sib-alert-message-success{
        border-color: #00869A !important;
    }
}

@media only screen and (min-width: 1200px){
    form#sib_signup_form_1 p.sib-alert-message-warning,
    form#sib_signup_form_1 .sib-alert-message.sib-alert-message-success{
        left: 0 !important;
    }
}