.campaign-header .camwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5% 0;
}

.campaign-header .logoBlock a {
    position: relative;
}

.campaign-header .logoBlock {
    padding-top: 0;
    padding-bottom: 0;
}

.havequestions p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #000034;
}

    .havequestions p a {
        color: #000034;
    }

    .havequestions p strong {
        font-weight: 800;
    }

.pagebg {
    position: relative
}

    .pagebg img {
        position: absolute;
        z-index: -1;
        margin-top: 34%;
    }

.campaign-header .btn .campaigncta {
    padding: 8.5px 26px;
    font-weight: 800;
    border-radius: 31px;
}


a.campaigncta {
    border-radius: 31px;
    background: #EDC108;
    border: 0px !important;
    color: #000034 !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(0),color-stop(#1B2482),to(#1B2482)) !important;
    background-image: linear-gradient(0,#1B2482,#1B2482) !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-size: 100% 0 !important;
    background-repeat: no-repeat;
    background-position: top !important;
}

    a.campaigncta:hover {
        background-size: 100% 100% !important;
        color: #ffffff !important;
        border: 0px;
        min-height: auto !important;
    }
/*campaign-hero*/
.campaign-hero {
    background: rgb(194,154,68);
    background: -moz-linear-gradient(90deg, rgba(194,154,68,1) 0%, rgba(246,232,184,1) 56%, rgba(255,249,230,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(194,154,68,1) 0%, rgba(246,232,184,1) 56%, rgba(255,249,230,1) 100%);
    background: linear-gradient(90deg, rgba(194,154,68,1) 0%, rgba(246,232,184,1) 56%, rgba(255,249,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c29a44",endColorstr="#fff9e6",GradientType=1);
    position: relative;
    width: 100vw;
    color: #000034;
}

    .campaign-hero .imgwrap {
        width: 100%;
        max-width: 100%;
        text-align: right;
        margin-left: auto;
    }

    .campaign-hero .bannerwrap:after {
        content: "";
        width: 100%;
        background: url(/Images/campaign/hero-shape.svg) no-repeat;
        background-size: cover;
        position: absolute;
        height: 100%;
        top: 0;
        max-width: 75%;
        background-position: right;
    }

    .campaign-hero .bannertext {
        position: absolute;
        top: 14%;
        max-width: 52.5%;
        width: 100%;
    }

    .campaign-hero h1 {
        font-size: 75px;
        line-height: 85px;
        font-weight: 800;
        margin-bottom: 32px;
        color: #000034;
    }

    .campaign-hero .heroicon {
        margin-bottom: 42px;
    }

    .campaign-hero li, .campaign-form li {
        font-size: 24px;
        font-weight: 500;
        line-height: 38px;
        margin-bottom: 6px;
        position: relative;
        color: #000034;
    }

        .campaign-hero li::before, .campaign-form li::before {
            content: "";
            margin-right: 10px;
            width: 12px;
            height: 12px;
            position: absolute;
            left: -22px;
            display: inline-block;
            top: 14px;
            background: #000034;
            border-radius: 100%
        }

/*Alternative-panel*/
.campaign-alternative {
    padding-top: 5.5%;
    padding-bottom: 5.5%;
}

    .campaign-alternative .contentsec {
        margin-bottom: 8.3%;
    }

    .campaign-alternative h2 {
        font-size: 36px;
        line-height: 44px;
        font-weight: 800;
        letter-spacing: -0.1px;
        color: #000034;
    }

    .campaign-alternative p {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
        color: #000034;
        margin-top: 10px;
    }
        .campaign-alternative p + p {
            margin-top: 18px;
        }
        .campaign-alternative p strong {
            font-weight: 800;
            color: #000034;
            font-size: 28px;
        }

    .campaign-alternative .contsec h2 {
        text-transform: uppercase;
        margin-bottom: 24px;
    }

    .campaign-alternative .flexwrap {
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

        .campaign-alternative .flexwrap.evenpanel + .flexwrap {
            margin-top: 110px;
        }

        .campaign-alternative .flexwrap.evenpanel {
            flex-direction: row-reverse;
            margin-top: 110px;
        }

    .campaign-alternative .imgsec {
        position: relative;
    }

    .campaign-alternative .contsec {
        width: 43%
    }

    .campaign-alternative .imgsec:after {
        content: "";
        width: 100%;
        background: url(/Images/campaign/alternative-mask.svg) no-repeat;
        background-size: contain;
        position: absolute;
        height: 100%;
        top: 0;
        left: 38px;
        z-index: -1;
    }

    .campaign-alternative .mask {
        -webkit-mask: url(/Images/campaign/alternative-mask.svg);
        -webkit-mask-size: 100%;
        -webkit-mask-position: 0 0;
        -webkit-mask-repeat: no-repeat;
    }

    .campaign-alternative .flexwrap.evenpanel .imgsec:after {
        content: "";
        width: 100%;
        background: url(/Images/campaign/alternative-mask-right.svg) no-repeat;
        background-size: contain;
        position: absolute;
        height: 100%;
        top: 0;
        left: auto;
        right: 38px;
        z-index: -1;
    }

    .campaign-alternative .flexwrap.evenpanel .mask {
        -webkit-mask: url(/Images/campaign/alternative-mask-right.svg);
        -webkit-mask-size: 100%;
        -webkit-mask-position: 0 0;
        -webkit-mask-repeat: no-repeat;
    }
/*campaign-form-panel*/
.campaign-form {
    background: #F7F3F1;
    padding-top: 3.5%;
    padding-bottom: 3.5%;
}

    .campaign-form h2 {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: -0.1px;
        font-weight: 500;
        color: #000034;
        margin-bottom: 5%;
    }

        .campaign-form h2 strong {
            font-weight: 800;
        }

    .campaign-form .umbraco-forms-caption {
        display: none;
    }

    .campaign-form .umbraco-forms-form {
        max-width: 589px;
        margin: 0 auto;
        background: #DFDCD9;
        border-radius: 35px;
        margin-left: 60px;
        padding: 23px 32px;
        margin-top: 40px;
        padding-bottom: 40px;
    }

        .campaign-form .umbraco-forms-form .umbraco-forms-field {
            margin-bottom: 40px;
        }

            .campaign-form .umbraco-forms-form .umbraco-forms-field:last-child, .campaign-form .umbraco-forms-form .umbraco-forms-field:nth-child(4), .campaign-form .umbraco-forms-field.utmparameter.hidden {
                margin-bottom: 00px;
            }

        .campaign-form .umbraco-forms-form input.text, .campaign-form .umbraco-forms-form input.title, .campaign-form .umbraco-forms-form textarea, .campaign-form .umbraco-forms-form select {
            margin: 0 0;
            border: 0px solid #bbb;
            border-radius: 25px;
            margin-bottom: 0px;
            padding: 5px 32px;
            height: 50px;
            background: #fff;
            margin-left: 5px;
            font-size: 22px;
            font-weight: 600;
            color: #979BA1;
        }

            .campaign-form .umbraco-forms-form input.contourError, .campaign-form .umbraco-forms-form textarea.contourError, .campaign-form .umbraco-forms-form input.input-validation-error, .campaign-form .umbraco-forms-form textarea.input-validation-error {
                background: #FBE3E4;
                border-color: #FBC2C4;
            }

    .campaign-form input::placeholder {
        color: #979BA1;
        opacity: 1;
    }

    .campaign-form input:-ms-input-placeholder {
        color: #979BA1;
    }

    .campaign-form input::-ms-input-placeholder {
        color: #979BA1;
    }

.umbrcoformcta .umbraco-forms-form .btn {
    background: #EDC108;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-size: 100% 0 !important;
    background-repeat: no-repeat;
    background-position: top !important;
    border-radius: 30px;
    cursor: pointer;
    font-size: 22px;
    line-height: 37px;
    font-weight: bold;
    color: #000034;
    border: 1px solid #EDC108;
    padding: 9.5px 30px;
    text-transform: uppercase;
    width: 100%;
}

.umbrcoformcta .umbraco-forms-navigation .btn {
    background-image: -webkit-gradient(linear,left top,left bottom,from(0),color-stop(#00214e),to(#00214e)) !important;
    background-image: linear-gradient(0,#00214e,#00214e) !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-size: 100% 0 !important;
    background-repeat: no-repeat;
    background-position: top !important;
    border-radius: 30px;
    cursor: pointer;
}

    .umbrcoformcta .umbraco-forms-navigation .btn:hover {
        background-size: 100% 100% !important;
        color: #ffffff;
        border: 1px solid #00214e;
    }

.campaign-form .umbraco-forms-navigation {
    margin: 0 auto;
    display: table;
    padding: 14px 8px !important;
    padding-bottom: 0 !important;
    width: 100%;
}
/*campaign-campaign-highlight*/
.campaign-highlight {
    padding: 5.8% 0;
}

    .campaign-highlight .flexwrap {
        background: rgb(206,132,19);
        background: -moz-linear-gradient(90deg, rgba(206,132,19,1) 0%, rgba(43,144,198,1) 41%, rgba(23,92,212,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(206,132,19,1) 0%, rgba(43,144,198,1) 41%, rgba(23,92,212,1) 100%);
        background: linear-gradient(90deg, rgba(206,132,19,1) 0%, rgba(43,144,198,1) 41%, rgba(23,92,212,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ce8413",endColorstr="#175cd4",GradientType=1);
        border-radius: 35px;
        padding: 3.6% 11.2%;
        align-items: center;
        justify-content: space-between;
    }

    .campaign-highlight h3 {
        font-size: 55px;
        line-height: 65px;
        letter-spacing: -0.1px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 3.3%;
        margin-top: 4.9%;
    }

    .campaign-highlight p {
        font-size: 32px;
        line-height: 44px;
        letter-spacing: -0.1px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 3%;
    }

    .campaign-highlight a.ctabutton.campaigncta {
        font-size: 39px;
        line-height: 46px;
        font-weight: 800;
        border-radius: 29px;
        padding: 38px;
        margin-top: 4px;
    }

    .campaign-highlight .btn {
        max-width: 269px;
    }

.custom-footer.campaign-footer {
    background: #EDF2F5;
    padding-top: 66px;
    padding-bottom: 36px;
    overflow: hidden;
}

    .custom-footer.campaign-footer .mblblock {
        max-width: 400px;
    }

.custom-footer .desc-text {
    max-width: 909px;
    margin-top: 66px;
    z-index: 1;
    position: relative;
}

.custom-footer.campaign-footer .desc-text p {
    color: #000000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.footerlinks {
    background: #D3DFE5;
    padding: 30px 0;
}

    .footerlinks p {
        font-size: 17px;
        line-height: 28px;
        font-weight: 600;
        margin: 0;
        color: #2C343E;
    }

    .footerlinks a {
        text-decoration: underline;
        color: #2C343E;
    }

        .footerlinks a[href^="tel"] {
            text-decoration: none;
        }

.campaign-footer .footerbg img {
    position: absolute;
    bottom: -36px;
    right: -8px;
    width: auto;
}

@media (max-width: 1365px) {
    .campaign-hero .imgwrap {
        max-width: 66%;
    }

    .campaign-hero .heroicon {
        margin-bottom: 22px;
    }

    .campaign-hero h1 {
        font-size: 52px;
        line-height: 52px;
        margin-bottom: 22px;
    }

    .campaign-hero .bannertext {
        position: absolute;
        top: 6%;
        max-width: 43.5%;
    }

    .campaign-hero li {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

        .campaign-hero li::before {
            width: 8px;
            height: 8px;
            top: 8px;
        }

    .campaign-alternative h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .campaign-alternative p {
        font-size: 20px;
    }

    .campaign-alternative .contentsec {
        margin-bottom: 3.3%;
    }

    .campaign-alternative .contsec h2 {
        margin-bottom: 18px;
    }

    .campaign-alternative p strong {
        font-size: 24px
    }

    .campaign-alternative .flexwrap.evenpanel, .campaign-alternative .flexwrap.evenpanel + .flexwrap {
        margin-top: 40px;
    }

    .campaign-form li {
        font-size: 20px;
        line-height: 30px;
    }

        .campaign-form li::before {
            width: 10px;
            height: 10px;
            top: 10px;
        }

    .campaign-highlight .flexwrap {
        padding: 3.6% 7.2%;
    }
    .pagebg img {
        height: 700vh;
        object-fit: cover;
    }
    .umbrcoformcta .umbraco-forms-form .btn {
        padding: 10.5px 12px;
        font-size: 18px;
        line-height: 32px;
    }
}

@media (max-width: 1023px) {
    header.campaign-header .grid-container {
        padding: 0 10px !important;
    }

    .campaign-header .camwrap {
        flex-wrap: wrap;
        padding: 2% 0;
    }

    .havequestions p {
        font-size: 16px;
        line-height: 18px;
    }

        .havequestions p a {
            font-size: 16px;
        }

    .campaign-hero .heroicon {
        margin-bottom: 3%;
        max-width: 340px;
    }

    .campaign-hero .bannertext {
        max-width: 44.5%;
    }

    .campaign-hero h1 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 3%;
    }

    .campaign-hero .imgwrap {
        max-width: 62.011%;
    }

    .campaign-hero .bannerwrap:after {
        max-width: 82%;
    }

    .campaign-hero .grid-container {
        max-width: 100% !important;
    }

    .campaign-hero li {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }

        .campaign-hero li::before {
            width: 6px;
            height: 6px;
            top: 6px;
        }

    .campaign-alternative .imgsec {
        max-width: 100%;
        margin-bottom: 20px;
    }


    .campaign-alternative .contsec {
        width: 100%;
    }

    .campaign-alternative .flexwrap {
        display: flex;
        flex-wrap: wrap;
    }

        .campaign-alternative .flexwrap.evenpanel, .campaign-alternative .flexwrap.evenpanel + .flexwrap {
            margin-top: 30px;
        }

    .campaign-alternative {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .campaign-highlight .flexwrap {
        background: rgb(206, 132, 19);
        background: -moz-linear-gradient(180deg, rgba(206, 132, 19, 1) 0%, rgba(43, 144, 198, 1) 50%, rgba(23, 92, 212, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(206, 132, 19, 1) 0%, rgba(43, 144, 198, 1) 50%, rgba(23, 92, 212, 1) 100%);
        background: linear-gradient(180deg, rgba(206, 132, 19, 1) 0%, rgba(43, 144, 198, 1) 50%, rgba(23, 92, 212, 1) 100%);
    }

    .campaign-footer .footerbg {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

        .campaign-footer .footerbg img {
            position: relative;
            width: 350px;
        }

    .custom-footer.campaign-footer .desc-text p {
        font-size: 18px;
        line-height: 24px;
        margin-top: 36px;
    }

    .footerlinks p {
        font-size: 15px;
        line-height: 24px;
    }

    .footerlinks {
        background: #D3DFE5;
        padding: 15px 0;
    }

    .custom-footer.campaign-footer {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .campaign-alternative h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .campaign-alternative p {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }

        .campaign-alternative p strong {
            font-size: 20px;
        }

    .campaign-alternative .contsec h2 {
        margin-bottom: 12px;
    }

    .campaign-alternative .imgsec:after {
        left: 18px;
    }

    .campaign-alternative .flexwrap.evenpanel .imgsec:after {
        right: 18px;
    }

    .campaign-hero li, .campaign-form li {
        font-size: 18px;
        line-height: 22px;
    }

        .campaign-form li::before {
            top: 8px;
            width: 6px;
            height: 6px;
        }

    .campaign-form h2 {
        font-size: 21px;
        line-height: 30px;
    }

    .coltwo.cols {
        margin-top: 20px;
    }

    .campaign-highlight .btn {
        margin: 0 auto;
    }

    .pagebg img {
        height: 1100vh;
    }
    .campaign-highlight a.ctabutton.campaigncta {
        font-size: 28px;
        padding: 10px 38px;
    }
}

@media (max-width: 767px) {
    .campaign-header .camwrap {
        flex-wrap: wrap;
        padding: 0% 0;
    }

    .havequestions p {
        font-size: 12px;
        line-height: 18px;
        text-align: right;
    }

        .havequestions p a {
            font-size: 18px;
        }

    .campaign-header .btn {
        text-align: right;
        width: 100%;
    }

    .campaign-header .campaigncta {
        font-size: 14px;
    }

    .campaign-hero .bannerwrap:after {
        width: 48%;
        background-size: cover;
        background-position: right;
    }

    .campaign-hero .imgwrap {
        width: 100%;
        max-width: 100%;
    }

    .bannerwrap {
        position: relative;
    }

    .campaign-hero .bannertext {
        position: relative;
        max-width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .campaign-hero .heroicon {
        margin-bottom: 2%;
    }

    .campaign-hero h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 4%;
    }

    .campaign-hero {
        padding-bottom: 1px;
    }

        .campaign-hero .grid-container {
            max-width: 450px !important;
        }




    .campaign-form {
        padding-top: 40px;
        padding-bottom: 50px;
    }

        .campaign-form .umbraco-forms-form {
            padding: 23px 12px 40px;
            margin-left: 0;
        }

            .campaign-form .umbraco-forms-form .umbraco-forms-field {
                margin-bottom: 20px;
            }

            .campaign-form .umbraco-forms-form input.text, .campaign-form .umbraco-forms-form input.title, .campaign-form .umbraco-forms-form textarea, .campaign-form .umbraco-forms-form select {
                padding: 5px 22px;
                font-size: 18px;
                margin-left: 0;
            }

    .umbrcoformcta .umbraco-forms-form .btn {
        padding: 10.5px 12px;
        font-size: 18px;
        line-height: 32px;
    }

    .campaign-form .umbraco-forms-navigation {
        padding: 0px 0px !important;
    }

    .umbraco-forms-form fieldset {
        padding: 1em 0em 0em 0em;
    }

    .campaign-highlight {
        padding: 50px 0;
    }

        .campaign-highlight h3 {
            font-size: 28px;
            line-height: 35px;
            margin-top: 30px;
        }

            .campaign-highlight h3 br {
                display: none;
            }

        .campaign-highlight p {
            font-size: 22px;
            line-height: 28px;
        }

        .campaign-highlight a.ctabutton.campaigncta {
            font-size: 22px;
            line-height: 36px;
            padding: 10px 38px;
            margin-top: 14px;
            margin-bottom: 24px;
        }

    .campaign-form .umbraco-forms-form fieldset {
        padding: 1em 0em 0em 0em;
    }
}
.campaign-alternative a {
    text-decoration: underline;
}
.campaign-alternative a:hover {
    text-decoration: none;
}

@media (min-width: 1023px) and (max-width: 1365px) {
    .campaign-alternative .contsec {
        width: 45%;
    }

    .campaign-alternative .imgsec {
        width: 45.1%;
    }
}
@media (min-width: 1366px) and (max-width: 1540px) {
    .campaign-hero h1 {
        font-size: 65px;
        line-height: 75px;
    }
    .campaign-hero li {
        font-size: 21px;
    }
    }
.campaign-header .camwrap {
    position:relative;
}
@media (min-width: 1024px) and (max-width: 1365px) {
    .camwrap .fdicrtop {
        bottom: 5px;
    }
}
@media (max-width: 1023px) {
    .camwrap .fdicrtop {
        bottom: -5px;
        position: relative;
    }
}
@media (max-width: 767px) {
    .camwrap .fdicrtop {
        bottom: 5px;
        position: relative;
    }
}