:root {
    --color--dark: #0d283e;
    --gf-ctrl-btn-bg-color-primary: #0d283e;
    --color--primary: #e57f3b;
    --color--light-gray: #d2d2d2;
    --color--light-gray-alt: #f2f3f4;
    --color--white: white;
    --color--gray-1: #5f5f60;
    --color--black: #222;
}

.landing-page .landing-header {
    text-align: center;
    padding: 4rem;
    background-color: hsl(207, 65%, 15%);
    max-width: 100%;
}

.header-logo {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 1rem;
}

.lp-brand {
    margin: auto;
}

.landing-page .landing-header h1 {
    color: white;
    line-height: 1.1;
    max-width: 1200px;
    margin: auto;
}

.landing-page .landing-header h2 {
    margin-top: 0.5rem;
    color: var(--color--primary);
    font-size: 24px;
}

.landing-page .landing-upper.container {
    padding: 3rem 2rem 2rem 2rem;
    max-width: 1000px;
}

.landing-header h1 {
    font-size: 80px;
}

.landing-middle {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 800px;
}

.landing-middle .landing-middle__image {
    max-width: 55%;
    object-fit: cover;
}

.landing-page__img,
.landing-page__img img {
    object-fit: cover;
    height: 100%;
    width: 100%;

    /*new*/
    position: absolute;
}

.landing-middle .landing-middle__form-container {
    position: absolute;
    top: 42%;
    transform: translateY(-40%);
    scroll-margin-top: 50px;
    z-index: 100;
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;

    /*new*/
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-middle .landing-middle__h2 {
    background: var(--dark-blue);
    border: 8px solid #fff;
    border-radius: 12px;
    max-width: 500px;
    box-shadow: 2px 3px 16px #00000076;
    scroll-margin-top: 50px;
    z-index: 100;
    background-color: #ffffffcc;
    padding: 2rem;
    width: 100%;
    backdrop-filter: blur(3px);
}

.landing-middle .landing-middle__form-container .landing-middle__form-title {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 1rem;
    color: white;
}

.landing-middle__form {
    padding: 3rem;
    background-color: var(--color--dark);
    width: 100%;
    max-width: 500px;
    box-shadow: 2px 3px 16px #00000076;
    scroll-margin-top: 50px;
    z-index: 100;
}

.lp-template-lp-template-no-form .gform-theme--framework .gfield_list_group_item::before,
.lp-template-lp-template-no-form .gform-theme--framework .gform-field-label:where(:not([class*="gform-field-label--type-"])) {
    color: #fff;
}

.lp-template-lp-template-no-form .gform-theme--foundation .ginput_complex label,
.lp-template-lp-template-no-form .gform-theme--foundation .ginput_complex legend {
    display: block;
    font-weight: bolder;
    color: #fff;
}

input#gform_submit_button_6,
input#gform_submit_button_7,
input#gform_submit_button_9,
input#gform_next_button_7_9,
input#gform_next_button_9_23,
input#gform_next_button_9_28,
input#gform_next_button_9_12,
#gform_9 button.gpnf-add-entry,
button.btn.btn-primary.fire-inside-trigger {
    background-color: var(--color--primary) !important;
    border-radius: 0 !important;
}

input#gform_submit_button_6:hover,
input#gform_submit_button_7:hover,
input#gform_submit_button_9:hover,
input#gform_next_button_7_9:hover,
input#gform_next_button_9_23:hover,
input#gform_next_button_9_12:hover,
#gform_9 button.gpnf-add-entry:hover,
button.btn.btn-primary.fire-inside-trigger:hover {
    background-color: #fff !important;
    border-color: var(--color--primary) !important;
    color: var(--color--primary) !important;
}

.postid-1961 .landing-middle__form-aside {
    max-width: unset;

    max-width: 90vw;
    width: 700px;
}

.postid-1961 .landing-middle_right_side {
    max-width: unset;

    max-width: 100%;
    width: 700px;
}

.postid-1961 #input_9_9 {
    inline-size: 100%;
}

.postid-1961 .landing-lower {
    padding: 0rem 2rem;
}

.postid-1961 .content-section {
    padding: 0rem 0rem 1rem;
}

.fire-inside-buttons__button-wrapper.buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.lp-template-lp-template-no-form .landing-middle__form-aside #gform_page_7_2 .gform-page-footer.gform_page_footer.top_label {
    visibility: hidden;
    max-height: 0;
}

input#gform_previous_button_7 {
    background-color: #fff;
    border: 1px solid #fff;
    color: var(--color--primary);
    border-radius: 0;
}

input#gform_previous_button_7:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: var(--color--primary);
    border-radius: 0;
}

.fire-inside-buttons__button-wrapper.buttons {
    margin-top: 15px;
    margin-bottom: 25px;
}

div#gf_progressbar_wrapper_7 {
    display: none;
}

#gform_submit_button_7 {
    visibility: hidden;
}

input#gform_previous_button_7 {
    visibility: hidden;
}

.lp-template-lp-template-no-form .landing-middle__form-aside h3.fire-inside-buttons__header {
    border: none;
    margin-bottom: 10px;
    color: #fff;
}

.landing-lower {
    padding: 0rem 2rem 2em 2rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.landing-lower .landing-lower__left {
    max-width: calc(50% - 2rem);
}

.landing-lower .landing-lower__right {
    max-width: calc(50% - 2rem);
}

.disclaimer {
    font-size: 14px;
    text-align: center;
    padding: 2rem;
    background-color: lightgray;
    max-width: 100%;
}

.disclaimer p {
    max-width: 1000px;
    margin: auto;
}

.disclaimer p:last-of-type {
    margin: 0 auto;
}

.disclaimer a {
    margin: 1rem 0.5rem;
}

.disclaimer .icon svg {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
}

.landing-sponsors {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    background-color: lightgray;
    max-width: 100%;
}

.landing-sponsors h2 {
    padding-bottom: 3rem;
    margin: auto;
}

.landing-sponsors__image-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-items: center;
}

.landing-sponsors .landing-sponsors__image {
    max-width: calc(75% - 2rem);
    padding-bottom: 20px;
}

.landing-sponsors__img,
.landing-sponsors__img img {
    width: 100%;
    height: 125px;
    object-fit: contain;
}

.landing-page .button-item {
    padding: 0.5rem;
}

.gform_wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.landing-middle__form .gform_fields {
    row-gap: 1rem;
}

.landing-middle__form #gform_submit_button_3.gform_button {
    border-radius: 0;
    padding: 1rem;
    border: 1px solid transparent;
    display: table;
}

.landing-middle__form #gform_submit_button_3.gform_button {
    background-color: var(--color--primary);
}

.landing-middle__form #gform_submit_button_3.gform_button:hover {
    background-color: var(--color--dark);
    border-color: var(--color--primary);
    color: var(--color--primary);
}

/* Form Buttons */
.landing-middle__form-container .landing-middle__form .gform_wrapper form .gform_footer input.gform_button.button {
    border-radius: 0;
    padding: 1rem;
    border: 1px solid transparent;
    display: table;
}

.landing-middle__form-container .landing-middle__form .gform_wrapper form .gform_footer input.gform_button.button {
    background-color: var(--color--primary);
}

.landing-middle__form-container .landing-middle__form .gform_wrapper form .gform_footer input.gform_button.button:hover {
    background-color: var(--color--dark);
    border-color: var(--color--primary);
    color: var(--color--primary);
}

.landing-middle__form input,
.landing-middle__form textarea {
    border-radius: 0;
    border: none;
    padding: 1rem;
    border-bottom: 1px solid var(--color--light-gray);
    box-shadow: none;
}

.landing-middle_right_side {
    max-width: 500px;
    box-shadow: 2px 3px 16px #00000076;
    scroll-margin-top: 50px;
    z-index: 100;
    background-color: hsl(207, 65%, 15%);
    padding: 2rem;
    color: #fff;
    width: 100%;
}

.landing-middle_right_side h3 {
    margin-bottom: 0;
}

.quaternary-section.container .content {
    display: flex;
    padding: 1rem 0.5rem;
}

.quaternary-section.container h2,
.quaternary-section.container h3,
.quaternary-section.container h4 {
    margin-bottom: 1.5rem;
}

.quaternary-section.container .row,
.quaternary-section.container .quaternary-buttons {
    width: 100%;
}

/* Gravity Forms Overrides */

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
    color: #999;
    opacity: 1;
}

.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
    color: #999;
    /* Safari, Chrome */
}

.gform_wrapper input:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder {
    color: #999;
    /* Firefox 18- */
}

.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
    color: #999;
    /* Firefox 19+ */
}

.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
    color: #999;
    /* Edge */
}

/* Change label color - Fomr 3 only */
.gform_wrapper #gform_fields_3 .landing-page__form-label .gfield_label {
    color: white;
}

/* Change label color */
.lp-template-lp-template-no-form
    .gform-theme--framework
    :where(
        :not(html):not(iframe):not(canvas):not(img):not(svg):not(video)
            :not(svg *):not(symbol *)
            :not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(
                .gform-theme__disable-reset *
            ):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *):not(
                .wp-editor-container
            ):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description > *):not(.gform-field-label--type-inline > :not(span)):not(.ui-resizable-handle):not(.hidden)
    ) {
    color: var(--color--primary);
}

/* Change required color */
.gform_wrapper #gform_fields_3 .landing-page__form-label .gfield_label .gfield_required .gfield_required.gfield_required_asterisk {
    color: #fff;
}

.gform-theme--foundation .gfield .ginput_password.large,
.gform-theme--foundation .gfield input.large,
.gform-theme--foundation .gfield select.large {
    color: black;
}

.gfield_required.gfield_required_asterisk {
    color: var(--color--primary);
}

.gform_required_legend {
    color: white;
    font-size: 14px;
}

.gform-theme--framework .gform_required_legend .gfield_required.gfield_required_asterisk {
    color: var(--color--primary);
}

.landing-middle__form-aside {
    background: var(--dark-blue);
    border: 8px solid #fff;
    border-radius: 12px;
    max-width: 500px;
    box-shadow: 2px 3px 16px #00000076;
    scroll-margin-top: 50px;
    z-index: 100;
    background-color: #ffffffcc;
    padding: 2rem;
    width: 100%;
    backdrop-filter: blur(3px);
}

.landing-middle__form-aside h2 {
    font-size: 45px;
    color: var(--color--dark);
}

.landing-lower .right-only,
.landing-lower .left-only {
    max-width: 100%;
}

.landing-middle__form #gform_wrapper_3 .gform-body .gform_fields {
    row-gap: 25px;
}

.content-section {
    padding: 2rem 0;
}

.landing-middle_overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 58%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
}

/* ------ */

.lp-template-lp-template-no-form .landing-middle {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 800px;

    /*new*/
    min-height: 60vh;
    height: fit-content;
}

.lp-template-lp-template-no-form .button-columns {
    flex: 0 0 auto;
    width: 30%;
}

.lp-template-lp-template-no-form .button-columns.col-1,
.lp-template-lp-template-no-form .button-columns.col-3 {
    width: 30%;
}

.lp-template-lp-template-no-form .button-columns.col-2 {
    width: 40%;
}

/* The Fire Inside Changes */

.lp-template-lp-template-no-form .landing-middle__form-container {
    align-items: flex-start;
    /* min-height: 630px; */
}

.lp-template-lp-template-no-form .landing-middle__h2 {
    padding: 2rem;
    max-width: 700px;
    margin-bottom: 2rem;
}

.lp-template-lp-template-no-form .landing-middle__h2 h1 {
    font-size: 5rem;
    line-height: 5rem;
    text-transform: capitalize;
    margin-bottom: 2rem;
}

.lp-template-lp-template-no-form .landing-middle__h2 .button-row {
    margin-top: 2rem;
}

.lp-template-lp-template-no-form .landing-middle__h2 h1 span {
    display: block;
}

.lp-template-lp-template-no-form .landing-middle__h2 h1 span.date-line {
    text-align: right;
    display: block;
    font-size: 2.5rem;
    margin-top: 10px;
    background: var(--color--primary);
    width: fit-content;
    margin-left: auto;
    padding: 6px 17px;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 1px 1px #00000044;
    margin-bottom: 45px;
}

.lp-template-lp-template-no-form .landing-middle__form-aside {
    border: none;
    padding: 0;
    border-radius: 11px;
}

.lp-template-lp-template-no-form .landing-middle__form-aside h3 {
    border-bottom: solid 1px #fff;
}

.lp-template-lp-template-no-form .landing-middle__form-aside p {
    padding: 0 2rem 1rem 2rem;
}

.lp-template-lp-template-no-form .landing-middle__form-aside p {
    font-size: 14px;
}

.lp-template-lp-template-no-form .landing-middle__form-aside p:first-of-type {
    padding: 2rem 2rem 0rem 2rem;
    font-size: 16px;
}

.lp-template-lp-template-no-form .landing-middle_right_side {
    border-radius: 11px;
    gap: 5rem;
}

.lp-template-lp-template-no-form .landing-middle_right_side .right-content {
    display: flex;
    flex-wrap: nowrap;
    gap: 5rem;
}

.lp-template-lp-template-no-form .landing-middle_right_side:has(form#gform_9) {
    background: white;
}

.lp-template-lp-template-no-form .landing-middle_right_side .right-content:has(form#gform_9) {
    display: block;
}

form#gform_9 .gfield_label,
form#gform_10 .gfield_label {
    color: black;
}

form#gform_9 .gform-field-label--type-sub {
    color: #333333;
}

form#gform_9 .gform_fields {
    row-gap: 10px;
}

.landing-middle_right_side h2 {
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    margin: 0;
    text-align: center;
}

.landing-middle_right_side p {
    margin: 10px 0 0;
    color: #fff;
    text-align: center;
}

.lp-template-lp-template-no-form .landing-middle .landing-middle_right_side p {
    padding: 0 !important;
}

.lp-template-lp-template-no-form .button-row {
    display: flex;
    justify-content: center;
}

.lp-template-lp-template-no-form .landing-middle_right_side small {
    margin-top: 1rem;
    display: block;
}

.lp-template-lp-template-no-form .button-row {
    display: flex;
    justify-content: center;
}

.lp-template-lp-template-no-form h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.lp-template-lp-template-no-form h3 u {
    text-decoration-thickness: 10%;
    text-underline-offset: 4px;
}

.landing-middle_overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 58%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
}

.lp-template-lp-template-no-form .landing-middle__form-aside .button-row {
    display: flex;
    justify-content: space-between;
}

.lp-template-lp-template-no-form .content-section .row {
    align-items: flex-end;
}

.lp-template-lp-template-no-form .content-section .row .button-columns:first-of-type img,
.lp-template-lp-template-no-form .content-section .row .button-columns:first-of-type picture {
    float: right;
    max-width: 30px;
    transform: translate(-10px, 8px);
}

.lp-template-lp-template-no-form .content-section .row .button-columns:last-of-type img,
.lp-template-lp-template-no-form .content-section .row .button-columns:last-of-type picture {
    float: left;
    max-width: 30px;
    transform: translate(10px, 8px);
}

.lp-template-lp-template-no-form .content-section .row .button-columns:nth-of-type(2) img,
.lp-template-lp-template-no-form .content-section .row .button-columns:nth-of-type(2) picture {
    display: none;
}

.btn.share .icon svg path {
    fill: var(--color--primary);
}

.landing-middle__form-container .landing-middle__form .gform_wrapper form .gform_footer input.gform_button.button {
    background-color: var(--color--primary);
}

.landing-middle__form-container .landing-middle__form .gform_wrapper form .gform_footer input.gform_button.button:hover {
    background-color: var(--color--dark);
    border-color: var(--color--primary);
    color: var(--color--primary);
}

/* Modal (background) */
.post-submit-modal {
    display: none;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99999;
}

/* Modal Content/Box */
.post-submit-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}

.post-submit-modal-content .buttons {
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.post-submit-modal-content .buttons .btn {
    margin: 0.5rem;
}

/* The Close Button */
.post-submit-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.post-submit-modal-close:hover,
.post-submit-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*mobile background*/
.landing-page__img.desktop-only img {
    display: block;
}
.landing-page__img.mobile-only img {
    display: none;
}

@media (max-width: 1306px) {
    .lp-template-lp-template-no-form .landing-middle__h2 h2 span.second-line,
    .lp-template-lp-template-no-form .landing-middle__h2 h2 span.date-line {
        text-align: left;
        display: inline-block;
    }
}

@media (max-width: 1095px) {
    .lp-template-lp-template-no-form .landing-middle__form-container {
        align-items: center;
        text-align: center;
    }

    .lp-template-lp-template-no-form .landing-middle {
        min-height: 1260px;

        /*new*/
        min-height: 60vh;
    }

    .lp-template-lp-template-no-form .landing-middle__h2 .button-row {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 1220px) {
    .landing-sponsors__image-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
}

@media (max-width: 1120px) {
    .lp-template-lp-template-no-form .content-section .row .button-columns:first-of-type img,
    .lp-template-lp-template-no-form .content-section .row .button-columns:first-of-type picture,
    .lp-template-lp-template-no-form .content-section .row .button-columns:last-of-type img,
    .lp-template-lp-template-no-form .content-section .row .button-columns:last-of-type picture,
    .lp-template-lp-template-no-form .content-section .row .button-columns:nth-of-type(2) img,
    .lp-template-lp-template-no-form .content-section .row .button-columns:nth-of-type(2) picture {
        display: none !important;
    }

    .lp-template-lp-template-no-form .button-columns.col-1,
    .lp-template-lp-template-no-form .button-columns.col-2,
    .lp-template-lp-template-no-form .button-columns.col-3 {
        width: 100%;
    }
}

@media (max-width: 1095px) {
    .landing-middle__form-aside {
        top: -46%;
        left: 0;
        width: 100%;
        margin-bottom: 1rem;
    }

    .landing-middle {
        min-height: 1400px;
    }

    .landing-middle .landing-middle__form-container {
        align-items: center;
        flex-direction: column;
        justify-content: space-evenly;
    }
}

@media (max-width: 850px) {
    /*mobile background*/
    .landing-page__img.desktop-only img {
        display: none;
    }
    .landing-page__img.mobile-only img {
        display: block;
    }

    .landing-middle,
    .landing-lower {
        flex-direction: column;
    }

    .landing-lower .landing-lower__left,
    .landing-lower .landing-lower__right {
        max-width: 100%;
        width: 100%;
    }

    .landing-page .landing-header h1 {
        font-size: 60px;
    }

    .landing-page .landing-header h2 {
        font-size: 20px;
    }
}

@media (max-width: 639px) {
    .landing-middle {
        width: 100%;
        min-height: 1800px;
    }

    .lp-template-lp-template-no-form .landing-middle {
        min-height: 1680px;

        /*new*/
        min-height: 60vh;
    }

    .landing-middle .landing-middle__form-container {
        width: 100%;

        /*new*/
        padding: 20px 10px;
        margin: 0 auto;
        width: fit-content;
    }

    .landing-middle__form-aside {
        top: -28%;
    }
}

@media (max-width: 600px) {
    .landing-page .landing-header h1 {
        font-size: 50px;
    }

    .landing-page .landing-header h2 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .landing-middle {
        height: auto;
        width: 100%;
        transform: unset;
        position: relative;
        margin-bottom: 2rem;
    }

    .landing-middle .landing-middle__form-container {
        /* transform: unset;
        max-width: unset;
        border-radius: 0;
        border: none;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        z-index: 1;
        position: relative; */
    }

    .landing-middle__form-aside {
        position: relative;
        transform: none;
        max-width: unset;
        border-radius: 0;
        box-shadow: unset;
    }
}

@media (max-width: 768px) {
    .lp-template-lp-template-no-form .content-section .row .button-columns:first-of-type {
        order: 1;
    }

    .lp-template-lp-template-no-form .content-section .row .button-columns:last-of-type {
        order: 2;
    }

    .lp-template-lp-template-no-form .content-section .row .button-columns:nth-of-type(2) {
        order: 3;
    }
}

@media (max-width: 639px) {
    .landing-middle__form-aside {
        top: -5%;
    }
}

@media (max-width: 575px) {
    .lp-template-lp-template-no-form .landing-middle__h2 h2 {
        color: hsl(207, 65%, 15%);
        text-shadow: none;
    }

    .lp-template-lp-template-no-form .landing-middle__h2 h2 span.date-line {
        display: block;
        color: #fff;
        width: auto;
        text-align: center;
    }

    .lp-template-lp-template-no-form .landing-middle_right_side {
        border-radius: 11px;
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .content-section {
        padding: 0 0 2rem 0;
    }

    .landing-middle {
        height: auto;
        width: 100%;
        transform: unset;
        position: relative;
        margin-bottom: 2rem;
    }

    .landing-middle .landing-middle__form-container {
        /* position: absolute;
        top: 42%;
        transform: translateY(-42%);
        scroll-margin-top: 50px;
        z-index: 100;
        width: 100%;
        padding: 0 10px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center; */
    }

    .landing-middle .landing-middle__form-container {
        /* padding-top: 130px;
        justify-content: start; */
    }
}
