.pre-footer {
    color: var(--dusk);
    background-color: var(--white-sand);
    border-bottom: 1px solid var(--light-dusk);
    padding: 24px;
}

.pre-footer .row {
    display: flex;
    flex-direction: column;
    --bs-gutter-y: 2rem;
}

.pre-footer .col-lg-4 {

}

.pre-footer h5 {
    text-transform: uppercase;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
}

.pre-footer img {
    max-width: 40%;
    float: left;
    margin: 0 10px 0 0;
}

.pre-footer a:not(.social) {
    margin-left: 0;
    margin-top: 12px;
}

/* .pre-footer .hubspot-form .actions {
    margin-left: -8px;
    margin-top: 12px;
} */

.pre-footer .hubspot-form .field {
    margin: 0;
}

.pre-footer .hubspot-form .hs-button.large {
    width: 158px;
    height: 48px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    border: 1px solid transparent;
    border-radius: 50rem;
    padding: 4px 16px;
    font-size: 18px;

    color: var(--azamara-blue);
    fill: var(--azamara-blue);
    background-color: transparent;
    border-color: var(--azamara-blue);
}

.pre-footer .hubspot-form .hs-button.large:hover {
    background-color: var(--azamara-blue);
    color: #fff;
    border-color: var(--azamara-blue);
}

.pre-footer  .hubspot-form .input {
    box-sizing: border-box;
    width: 336px;
    height: 48px;
    background: var(--pure-white);
    border: 1px solid var(--divider-gray);
}

.pre-footer .brochures {
    display: flex;
    height: fit-content;
}

.pre-footer .brochure-info {
    display: flex;
    flex-direction: column;
}

.pre-footer .social-links {
    display: flex;
    flex-direction: column;
}

.pre-footer .social-container {
    background-image: url('../../images/icons/social-sprite.png');
    background-repeat: no-repeat;
    display: flex;
    height: 28px;
    margin: 0 10px;
    overflow: hidden;
    text-indent: -9999px;
    width: 220px;
}

.pre-footer .social-container a {
    flex: 1;
}


.pre-footer .social.facebook {
    background-position: 0 0;
}

.pre-footer .social.twitter {
    background-position: 0 -52px;
}

.pre-footer .social.pinterest {
    background-position: 0 -102px;
}

.pre-footer .social.youtube {
    background-position: 0 -152px;
}

.pre-footer .social.instagram {
    background-position: 0 -200px;
}



/* hubspot form */


.pre-footer .hs-button  {
    width: 158px;
    height: 48px;
}

.pre-footer input.hs-input {
    box-sizing: border-box;
    width: 336px;
    height: 48px;
    background: var(--pure-white);
    border: 1px solid var(--divider-gray);
}

.pre-footer .hubspot-form {
    padding: 0;
}

/* .pre-footer .hbspt-form form.hs-form  {
    display: flex;
    flex-direction: column;
} */

.pre-footer .hbspt-form form.hs-form {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 100%;
}

.pre-footer .hbspt-form form.hs-form > div:nth-child(2):not(.hs-submit) {
    grid-row: 2 / 2;
}



/* -sm breakpoint */
@media (min-width: 576px) {
    .pre-footer form {
        float: left;
    }

    .pre-footer .hbspt-form form.hs-form {
        display: grid;
        grid-template-columns: 336px 1fr;
    }

}

/* -sm breakpoint */
@media (max-width: 767px) {
    .pre-footer .submit {
        float: left;
        margin-top: 12px;
    }

}

/* -md breakpoint */
@media (min-width: 768px) {
    .pre-footer .row {
        flex-direction: row;
    }

    .pre-footer .col-lg-4 {
        /*margin: 0;*/
        width: fit-content;
    }


    .pre-footer .brochures {
        flex-direction: column;
        width: fit-content;
        flex-flow: initial;
        padding-right: 4rem;
    }

    .pre-footer .submitted-message {
        color: var(--azamara-blue);
    }

    .pre-footer {
        padding: 48px;
    }

}

/* -lg breakpoint*/
@media (min-width: 992px) {

    .pre-footer .row {
        --bs-gutter-y: 0;
        justify-content: center;
    }


    .pre-footer .brochures {
        display: flex;
        justify-content: end;
    }

    .pre-footer .brochure-info {
        display: flex;
        flex-direction: column;
        width: -webkit-fill-available;
    }


    .pre-footer .social-container {
        margin: 10px auto;
        display: flex;
        justify-content: start;
    }

}

/* -xl breakpoint */
@media (min-width: 1200px) {


    .pre-footer .social-links h5 {
        text-align: center;
        margin-right: 90px;
    }


    .pre-footer .social-container {
        float: none;
    }


}
