﻿/* Layout */
body {
    margin: 0;
}

.contentRoot {
    box-sizing: border-box;
}

.column {
    margin: 0 !important;
}

/* End Layout */

.stack-controller {
    display: none !important;
}

.nav {
    margin-top: 63px;
    margin-bottom: 80px;
    padding: 0 !important;
}

.row:has(.two-column) .column,
.row:has(.hero-stack) .column {
    max-width: 628px;
}

/*HERO*/
.row:has(.hero-stack) {
    justify-content: space-between;
    margin-bottom: 120px;
}

    .row:has(.hero-stack) .column:first-child {
        max-width: 520px;
    }

        .row:has(.hero-stack) .column:first-child > div:nth-child(1) {
            color: var(--ng-color-blue01);
            font-size: 16px !important;
            margin-bottom: 12px;
            font-family: "BrittiSans-Semibold" !important;
            font-weight: 600;
        }

        .row:has(.hero-stack) .column:first-child > div:nth-child(2) {
            color: var(--ng-color-blue08);
            font-size: 40px !important;
            margin-bottom: 32px;
            font-weight: 400;
            font-family: 'Bitter-Regular' !important;
        }

        .row:has(.two-column) .column:first-child div:nth-child(3),
        .row:has(.hero-stack) .column:first-child > div:nth-child(3),
        .row:has(.cta) .column:first-child div:nth-child(3) {
            color: var(--ng-color-blue04);
            margin-bottom: 32px;
            font-size: 18px !important;
            font-family: "BrittiSans-Regular" !important;
            line-height: 140%;
        }
/* HERO BG COLOR */
.contentpageDefaultLandingPageTemplate:has([class*="bg"]),
.contentRoot:has([class*="bg"]) {
    background-color: transparent !important;
}

.column:has([class*="bg"]) {
    bottom: 0;
    height: 100%;
    left: 50%;
    max-width: none !important;
    padding-bottom: 250px;
    position: absolute;
    top: 0;
    transform: translate(-50%, -190px);
    width: 99vw !important;
    z-index: -1;
}

.column:has(.bg-light-blue) {
    background-color: var(--ng-color-light-blue01);
}

.column:has(.bg-dark-blue) {
    background-color: var(--ng-color-blue08);
}

.column:has(.bg-beige) {
    background-color: var(--ng-color-beige02);
}

.row:has([class*="bg"]) {
    margin-bottom: 180px;
    position: relative;
}

/*.row:has(.hero-stack) .column img {
    border-radius: 12px;
}*/

/*FORM*/

.row:has(.hero-stack) form#pardot-form {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
}

    .row:has(.hero-stack) form#pardot-form > h1,
    .row:has(.hero-stack) form#pardot-form .hidden {
        display: none !important;
    }

    .row:has(.hero-stack) form#pardot-form .BeforeForm {
        flex: 0 0 100%;
    }

    .row:has(.hero-stack) form#pardot-form .form-field {
        margin: 0;
        padding: 0;
    }

.row:has(.hero-stack) .attachmentPoint form input:not([type="submit"]),
.row:has(.hero-stack) .attachmentPoint form select {
    border-radius: 4px;
    border: 1px solid var(--ng-color-blue01);
    background: white;
    color: black;
    width: 100%;
    font-family: "BrittiSans-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 11px 0 12px 11px;
    height: 100%;
    box-sizing: border-box;
}

.row:has(.hero-stack) .attachmentPoint form .submit {
    width: 100%;
    margin: 0;
    text-align: left;
}

    .row:has(.hero-stack) .attachmentPoint form .submit input {
        border: 0;
        border-radius: 100px;
        background: var(--ng-color-aqua05);
        height: 54px;
        padding: 16px 24px;
        color: var(--ng-color-blue08);
        font-family: "BrittiSans-Medium";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        width: auto;
        transition: all .5s ease-out;
        text-decoration: none;
    }

        .row:has(.hero-stack) .attachmentPoint form .submit input:hover {
            cursor: pointer;
            background-color: var(--ng-color-aqua06);
        }

label {
    display: none !important;
}

form #privacypolicy a {
    color: var(--ng-color-blue04);
    font-weight: 600;
}

/* Stacks */

.row:has(.speaker-lineup-heading) div,
.row:has(.two-column) .column:first-child div:first-child,
.row:has(.cta) .column:first-child div:first-child {
    color: var(--ng-color-blue01);
    margin-bottom: 12px;
    text-align: center;
    font-size: 16px !important;
    font-family: "BrittiSans-Semibold" !important;
}

    .row:has(.speaker-lineup-heading) div:nth-child(2),
    .row:has(.two-column) .column div:nth-child(2),
    .row:has(.cta) .column:first-child div:nth-child(2) {
        color: var(--ng-color-blue08);
        font-size: 36px !important;
        margin-bottom: 60px;
        font-family: "BrittiSans-Medium" !important;
        line-height: 120%;
    }

.row:has(.two-column) a,
.row:has(.numbered-stack-entry) a {
    align-items: center;
    color: var(--ng-color-blue08) !important;
    display: inline-flex;
    font-family: var(--ng-font-sans-medium) !important;
    font-size: var(--ng-size-18px) !important;
    font-weight: 500;
    justify-content: center;
    padding: 0;
    line-height: 0;
    border: 0;
    height: initial;
    text-decoration: none;
}

    .row:has(.two-column) a:after,
    .row:has(.numbered-stack-entry) a:after {
        display: block;
        content: "";
        background-image: url("https://qa-cd.nextgen.com/-/media/Themes/NextGen/Common/Common/images/icon-right-arrow.svg");
        background-repeat: no-repeat;
        background-position: center;
        width: 20px;
        height: 20px;
        margin-left: 10px;
        background-color: var(--ng-color-aqua06);
        border-radius: 50%;
    }

    .row:has(.two-column) a:hover,
    .row:has(.numbered-stack-entry) a:hover {
        text-decoration: underline;
    }

.row:has(.speaker-lineup) {
    margin-bottom: 120px;
    justify-content: center;
}

    .row:has(.speaker-lineup) .column {
        padding: 20px;
        border-radius: 12px;
        margin: 0 !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
        background-color: #f0f5fa;
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        max-width: 25% !important;
    }

        .row:has(.speaker-lineup) .column .contentbuilder-landingpage-richtext {
            font-family: "BrittiSans-Regular" !important;
            line-height: 130%;
            color: var(--Blue-04, #1C435A);
            font-size: 14px !important;
            font-style: normal;
            font-weight: 400;
        }

            .row:has(.speaker-lineup) .column .contentbuilder-landingpage-richtext strong {
                font-family: "BrittiSans-Medium" !important;
                font-size: 16px !important;
                line-height: 140%;
                color: var(--Blue-08, #0B1632);
                font-style: normal;
                font-weight: 500;
            }

        .row:has(.speaker-lineup) .column img {
            width: 64px !important;
            height: 64px !important;
            max-width: 64px !important;
            margin-right: 12px;
            border-radius: 50%;
            object-fit: initial !important;
        }

        .row:has(.speaker-lineup) .column:first-child {
            margin-left: 0 !important;
        }

        .row:has(.speaker-lineup) .column:last-child {
            margin-right: 0 !important;
        }

    .row:has(.speaker-lineup) .contentbuilder-landingpage-richtext {
    }


.row:has(.two-column) {
    margin-bottom: 120px;
    justify-content: space-between;
}

    .row:has(.two-column) .column:first-child {
        max-width: 520px;
    }

        .row:has(.two-column) .column:first-child div:first-child {
            text-align: left;
        }

        .row:has(.two-column) .column:first-child div:nth-child(2) {
            margin-bottom: 12px;
        }

.row:has(.two-column.beige-box) .column:first-child div:nth-child(4) {
    border-left: 4px solid var(--Aqua-05, #00F0C5);
    background-color: var(--ng-color-beige02);
    padding: 16px 24px;
    color: var(--ng-color-blue04);
    font-family: "BrittiSans-Regular" !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border-radius: 0 12px 12px 0;
}

.row:has(.two-column) .column div:nth-child(4) strong {
    font-family: "BrittiSans-Semibold" !important;
    font-weight: 600;
}

.row:has(.two-column) .column:nth-child(2) {
    position: relative;
    margin: 0 !important;
}

.row:has(.two-column.text-over-img) .column:nth-child(2) div:first-child {
    position: absolute;
    height: 100%;
    width: 100%;
    color: white;
    font-family: "BrittiSans-Regular" !important;
    font-size: 18px !important;
    box-sizing: border-box;
    padding: 32px;
}

.row:has(.two-column) .column:nth-child(2) img {
    border-radius: 12px;
}

.row:has(.two-column.text-over-img) .column:nth-child(2) div:nth-child(2) {
    margin: 0;
}

/* CTA */
.row:has(.cta) {
    margin-bottom: 120px;
}

    .row:has(.cta) .column {
        text-align: center;
    }
        /* Button */
        .row:has(.cta) .column:first-child a div {
            align-items: center;
            border-radius: 1.6875rem !important;
            color: var(--ng-color-blue08) !important;
            display: inline-flex !important;
            font-family: var(--ng-font-sans-medium) !important;
            font-size: var(--ng-size-18px) !important;
            font-weight: 500 !important;
            height: 3.375rem !important;
            justify-content: center !important;
            padding: 0 var(--ng-size-24px) !important;
            padding-top: 3px; /* Looks like this provied better centering of text */
            background-color: var(--ng-color-aqua05) !important;
        }

        .row:has(.cta) .column:first-child a:hover div,
        .row:has(.cta) .column:first-child a:focus div {
            transition: all 0.5s ease-out;
            text-decoration: none;
            color: var(--ng-color-blue08);
            background-color: var(--ng-color-aqua06) !important;
        }

        .row:has(.cta) .column:first-child div:nth-child(2) {
            margin-bottom: 12px;
        }

        .row:has(.cta) .column:first-child div:nth-child(3) {
            margin-bottom: 24px;
        }


.row:has([class*="numbered-stack"]) {
    background-color: var(--ng-color-beige02);
}

.row:has(.numbered-stack-heading) {
    padding-bottom: 60px;
    text-align: center;
    padding-top: 120px;
    border-radius: 12px 12px 0 0;
}

    .row:has(.numbered-stack-heading) .column div:first-child {
        color: var(--Blue-01, #3A6F8F);
        text-align: center;
        font-family: var(--ng-font-sans-semibold) !important;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 22.4px */
        margin-bottom: 12px;
    }

    .row:has(.numbered-stack-heading) .column div:nth-child(2) {
        color: var(--Blue-08, #0B1632);
        text-align: center;
        font-family: var(--ng-font-sans-medium);
        font-size: 36px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 43.2px */
        letter-spacing: -0.27px;
    }

/**/
.row:has(.numbered-stack-entry),
.row:has(.numbered-stack-divider) {
    display: flex;
    justify-content: center;
}

    .row:has(.numbered-stack-entry) div.column {
        max-width: 736px !important;
    }

    .row:has(.numbered-stack-divider) div {
        max-width: 844px !important;
    }

    /*Number*/
    .row:has(.numbered-stack-entry) div.column:first-child div:first-child {
        color: var(--Blue-04, #1C435A);
        font-family: var(--ng-font-sans-regular) !important;
        font-size: 48px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.48px;
    }

    /*Heading*/
    .row:has(.numbered-stack-entry) div.column:nth-child(2) > div:first-child {
        margin-bottom: 16px;
        color: var(--Blue-08, #0B1632);
        font-family: var(--ng-font-sans-medium) !important;
        font-size: 28px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 125%; /* 35px */
        letter-spacing: -0.07px;
    }

    .row:has(.numbered-stack-entry) div > a > div {
        background: none !important;
        font-size: inherit !important;
        padding: 0 !important;
    }
    /*Body 1 & 2*/
    .row:has(.numbered-stack-entry) div.column:nth-child(2) div:nth-child(2),
    .row:has(.numbered-stack-entry) div.column:nth-child(2) div:nth-child(3) {
        margin-bottom: 16px;
        color: var(--Blue-04, #1C435A);
        font-family: var(--ng-font-sans-regular) !important;
        font-size: 18px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }
    /*Body 2*/

    .row:has(.numbered-stack-entry) div.column:nth-child(2) div:nth-child(3) {
        margin-bottom: 20px;
    }

.row:nth-last-child(1 of .row:has(.numbered-stack-entry)) {
    padding-bottom: 60px;
    margin-bottom: 120px;
    border-radius: 0 0 12px 12px;
}

.numbered-stack-divider {
    margin: 32px 0;
    height: 1px;
    opacity: 0.1;
    background: var(--Primary-Black, #000);
}

.row:has(.numbered-stack-entry) strong {
    color: var(--Blue-04, #1C435A);
    font-family: var(--ng-font-sans-semibold) !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
}

div.grecaptcha-badge {
    display: none !important;
}

@media(max-width:992px) {
    .contentRoot {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .row .column {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
    }

    .nav {
        margin: 18px 18px 60px 0;
        padding: 0 !important;
    }


    .row:has(.hero-stack) div:has(img) {
        display: none !important;
    }

    .row:has(.hero-stack) {
        justify-content: normal;
    }

    .row:has(.speaker-lineup) {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 60px;
    }

        .row:has(.speaker-lineup) .column {
            padding: 16px;
            box-sizing: border-box;
            margin: 0 !important;
            max-width: 100% !important;
        }


    .row:has(.two-column) {
        flex-direction: column-reverse;
        margin-bottom: 60px;
    }

    .row:has(.two-column.text-over-img) {
        flex-direction: column;
    }

        .row:has(.two-column.text-over-img) .column:first-child,
        .row:has(.two-column) .column:nth-child(2) {
            margin-bottom: 32px !important;
        }

        .row:has(.two-column.text-over-img) .column:nth-child(2) {
            margin-bottom: 0 !important;
        }


    .row:has(.speaker-lineup-heading) div,
    .row:has(.two-column) .column:first-child div:first-child,
    .row:has(.cta) .column:first-child div:first-child {
        margin-bottom: 4px;
    }

    .row:has(.two-column) .column:first-child div:nth-child(2) {
        margin-bottom: 8px;
    }

    .row:has(.two-column) .column:first-child div:nth-child(3),
    .row:has(.hero-stack) .column:first-child > div:nth-child(3),
    .row:has(.cta) .column:first-child div:nth-child(3) {
        margin-bottom: 20px;
    }

    .row:has(.numbered-stack-heading) {
        padding-top: 60px;
        padding-bottom: 32px;
    }

    .row:has(.numbered-stack-heading),
    .row:has(.numbered-stack-entry), .row:has(.numbered-stack-divider) {
        border-radius: 0;
        width: 100%;
        margin-left: -16px;
        padding-right: 32px;
    }

    .row:has(.numbered-stack-entry), .row:has(.numbered-stack-divider) {
        padding-left: 16px;
    }

    .row:nth-last-child(1 of .row:has(.numbered-stack-entry)) {
        padding-bottom: 60px;
        margin-bottom: 60px;
        border-radius: 0;
    }

    .row:has(.numbered-stack-entry) div.column:first-child {
        max-width: 100% !important;
        width: 8% !important;
    }

        .row:has(.numbered-stack-entry) div.column:first-child div:first-child {
            font-size: 20px !important;
            font-weight: 400;
            line-height: 140%; /* 28px */
        }

    .row:has(.numbered-stack-entry), .row:has(.numbered-stack-divider) {
        justify-content: normal;
    }

        .row:has(.numbered-stack-entry) div.column:nth-child(2) div:first-child,
        .row:has(.numbered-stack-entry) div.column:nth-child(2) div:nth-child(2) {
            margin-bottom: 12px !important;
        }

    .numbered-stack-divider {
        margin: 24px 0;
    }


    .row:has(.cta) {
        margin-bottom: 60px;
    }

    .row:has([class*="bg"]) {
        margin-bottom: 120px;
        position: relative;
    }

    .column:has([class*="bg"]) {
        height: 100%;
        transform: translate(-50%, -115px);
        width: 100vw !important;
        padding-bottom: 175px;
    }
}
