﻿body {
    --offering-gradient: linear-gradient(88.93deg, #32A5FC 3.2%, #096AB5 95.62%);
    --offering-colour: #00338d;
    --offering-colour-light: #1187F2;
}

.solutInfo .prose ol li:before, .solutInfoLeft .prose ol li:before {
    background: #7213EA;
}

.solutionBest {
    margin-top: -3rem;
    margin-bottom: 5rem;
}

.netsuiteLanding__footer {
    padding-bottom: 0;
    margin-bottom: 10rem;
    margin-top: 2rem;
    --max-container: 1690px;
}

    .netsuiteLanding__footer p:first-child a {
        margin-left: 0.7rem;
        transition: all 0.25s;
        height: 3rem;
    }

        .netsuiteLanding__footer p:first-child a:hover {
            transform: scale(115%);
        }

    .netsuiteLanding__footer p {
        font-size: 16px;
        font-stretch: 75%;
        line-height: 19px;
        color: #254284;
    }

    .netsuiteLanding__footer a {
        font-weight: 400 !important;
        display: inline-block;
    }

.netsuiteLanding__form {
    margin-top: 5rem;
    position: relative;
}

.checkbox-group{
    
    margin-bottom: 0.75rem; 
}

/* .checkbox-group input[type=checkbox].has-error ~ label {
    color: rgb(243, 84, 68);
} */

.netsuiteLanding__form .checkbox-group {
    font-stretch: 75%;
    font-weight: 500;  
}
.netsuiteLanding__form .checkbox-group label { 
    font-size: 16px;
}

    .netsuiteLanding__form > .container {
        max-width: 900px;
        background: white;
        border-radius: 0;
        padding: 2.5rem 0.5rem;
        padding-bottom: 1.85rem;
        position: relative;
        box-shadow: 0px 17px 62px 0px #595B606E;

    }

    .netsuiteLanding__form h2 { 
        text-align: center;
        font-weight: 500;
        font-size: 3.3rem;
        line-height: 3rem;
        font-stretch: 75%;
        max-width: 600px;
        margin: 0 auto;
    }

 
    .netsuiteLanding__form .prose p {
        color: #254284;
        text-align: start;
        display: block;
        font-stretch: 75%;
        font-weight: 300 !important;
        font-size: 28px !important;
        line-height: 33px !important;
        margin-bottom: 0 !important;
    }

     
    .netsuiteLanding__form .prose p {
        text-align: center !important;
    }
 
    
        .netsuiteLanding__form .prose p:before {
            display: none;
        }

    .netsuiteLanding__form .leadForm {
        background: transparent;
        box-shadow: none;
        padding: 30px;
    }

        .netsuiteLanding__form .leadForm .flex-1 {
            flex: 1 1 40%;
        }

        .netsuiteLanding__form .leadForm .order-lg-5,
        .netsuiteLanding__form .leadForm .order-lg-6,
        .netsuiteLanding__form .leadForm .checkbox-group,
        .netsuiteLanding__form .leadForm .submitButton {
            flex: 0 0 100%;
        }

        
  
 
    .netsuiteLanding__form #RegisterNewsletterFormSubmit {
        background: #1187F2;
        border-color: #1187F2;
        color: white;
        border-radius: 100px;
        height: 54px;
        line-height: 1em;
        font-weight: 400;
        transition: all 0.25s;
        font-size: 1.563rem;
        font-family: 'Open Sans', sans-serif;
        font-stretch: 75%;
        padding-left: 2rem;
        padding-right: 2rem;
    }

        .netsuiteLanding__form #RegisterNewsletterFormSubmit:hover {
            background: #7213EA;
            border-color: #7213EA;
        }

    /* .netsuiteLanding__form .field-validation-error, .error_message {
        color: #ffb0b3;
        font-size: 18px;
        letter-spacing: .5px;
        padding: 0 20px;
    } */

    .netsuiteLanding__form .privacyNote {
        /* color: #fff;
        direction: ltr; */
        display: none;
    }




/* Responsive */

@media (min-width: 768px) {
    

    .netsuiteLanding__form > .container {
        border-radius: 24px;
        padding: 3.563rem 3.313rem;
    }

    .netsuiteLanding__highlights .imageItem .iconPlaceHolder img {
        height: 110px;
    }

    
}
/* 768px */


@media (min-width: 1200px) {
   
    /* .netsuiteLanding__form > .container:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        width: 29.188rem;
        height: 16rem;
        transform: translate(-21rem, -5.8rem);
        z-index: -2;
        background: url(/images/purple-pluses-med.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .netsuiteLanding__form > .container:after {
        content: '';
        display: block;
        position: absolute;
        top: 90%;
        left: 0;
        width: 23.75rem;
        height: 11.25rem;
        transform: translate(-7.5rem, -12rem);
        z-index: -2;
        background: url(/images/purple-dots.png);
        background-repeat: no-repeat;
        background-position: center;
    } */

    .netsuiteLanding__form {
        margin-top: 10rem;
    }

        .netsuiteLanding__form .leadForm {
            padding: 30px 60px;
        }


    .netsuiteLanding__footer {
        margin-bottom: 2.5rem;
    }
}
/* 1200px */

@media (min-width: 1600px) {
     
    .netsuiteLanding__form h2 {
        font-size: 100px;
        line-height: 110px;
        margin-bottom: 1rem;
    }
}
/* 1600px */

@media (max-width: 768px) {
    
}
