::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0C0C4C;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #0C0C4C;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #0C0C4C;
}


form {
    margin-top:30px;
    margin-bottom:30px;
}

*:focus {
    outline: none;
}


input[type="text"], input[type="email"], input[type="password"], textarea, select {
    background-color:#F5F7FE;
    border-radius:10px;
    border:1px solid #F5F7FE;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;    
    color:#0C0C4C;
    
    width:100%;
    margin-bottom:12px;
    
    font-size:15px;
    padding:12px;
    padding-left:12px;
    
}

.gfield.halve {
    display:inline-block;
    width:50%;
}

.gfield.halve.a {
    padding-right:12px;
}

.ginput_container_consent {
    display:flex;
    align-items:flex-start;
    
}

.ginput_container_consent label {
    font-size:13px;
    padding-left:5px;
    width:80%;
    
}

.ginput_container_consent input {
    zoom:1.3;
}

.button.submit {
    background-color:#043C82 !important;
    border-color:#043C82 !important;
    
}

.gform_footer {
    text-align:right;
    position: relative;
}



.gform_footer .button.submit {
  
}

.validation_error, .gform_confirmation_wrapper {
    padding-top:20px;
}


.gfield_error .gfield_consent_label {
    border-bottom:2px solid red;
}


.submit-wrapper p {
    margin:0;
    padding:0;
}

textarea {
    height:120px;
}

select *, .dark select, textarea {
   color:#000 !important;  
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
    
     border:1px solid #fff;
}

.gfield_label, .gfield_validation_message {
    display:none;
}

input[type="submit"] {
    border: 0 !important;
}

.validation_error {
    color:red;
}

.gfield_error input, .gfield_error select, .gfield_error textarea {
   border-bottom: 3px solid red;
}

.cta-menu ul li a.nav-link, .button, .button.cta, .menu-item.hl a {
    color:#fff !important;
    background-color: #10AD7C;
    border:1px solid #10AD7C !important;
    border-radius:30px;
    padding:12px 25px 12px 25px !important;
    
    display:inline-block;
    line-height: 16px; 
    font-weight: 500;
    
    position: relative;

    text-decoration: none;
}
  
.button.smaller {
    padding-left:18px !important;
    padding-right:18px !important;
}


.button.trans {
    background-color:transparent !important;
    border:1px solid #fff !important;
}

.button.trans2 {
    background-color:transparent !important;
    border:1px solid #0C0C4C !important;    
    color:#0C0C4C !important;
}

.button.blue {
    
    background-color:#043C82 !important;
    border:1px solid #043C82 !important;    
}

.button.white {
    color:#0C0C4C !important;
    background-color:#fff !important;
    border:1px solid #fff !important;       
}

.button.purple {
    background-color:#0C0C4C !important;
    border:1px solid #0C0C4C !important;     
}

a.nav-arrow {
    background-image: url(../images/right.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-left:20px !important;
    padding-right:20px !important;
    margin-right:4px;
    width:43px !important;
    height:43px !important;
}



a.nav-arrow.prev {
   background-image: url(../images/left.svg); 
}

.button-arrow-top, .button-arrow-top-b:after {
    background-color:#6AC062;
    border-radius:50%;
    width:45px;
    height:45px;
    background-image:url('../images/arrow-upright.svg');
    background-repeat: no-repeat;
    background-position: center;
    display:inline-block;
    position: relative;
    content:'';
}

.button-arrow-top-b {
    font-weight: 600;
    text-decoration: none;
    position: relative;
    display:flex;
    align-items:center; 
    padding-right:12px;
    
}

.button-arrow-top-b:after {
    
    right:-12px;
}





.white-border-btns .button {
    filter: grayscale(100%) contrast(200%) invert(100%) brightness(100%);
}

.cta-btn {
    background:#6AC062;
    color:#fff;
    padding:17px 50px 17px 40px;
    border-radius:20px 0 0 0;
    font-size:16px;
    text-decoration: none !important;
    font-weight: 600;
    transition-duration: 0.2s;
}

.cta-btn span {
    position: relative;
}

.cta-btn span:after {
    width:22px;
    height:22px;
    background-image:url('../images/arrow-upright.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    position: absolute;
    content:'';
    right: -25px;
    top: 0;
     
}

.cta-btn:hover {
    background:#64AB5D;
}

form {
    margin:0;
    margin-top:20px;
}

.button.green, .button.active {
    background-color:#6AC062 !important;
    border:1px solid #6AC062 !important;  
}


  

.consent-html {
    font-size:13px;
    padding-bottom:10px;
}

.contact-box-outer .consent-html {
    display:none;
}

.gform-body .upload-field {
    display:none;
}

.upload-dummy label + div {
    position: relative;
}

.upload-dummy label + div:before {
    content:'Upload file';
    position: absolute;
    background:#F2F8EE;
    color:#6AC062;
    padding:10px;
    border-radius:6px;
    right:8px;
    padding-top:4px;
    padding-bottom:4px;
    top:7px;
    padding-right:35px;
    background-image:url('../images/upload.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 6px) center;
    
    
}

.upload-dummy label + div:after {
    position: absolute;
    width:100%;
    height:100%;
    content:'';
    left:0;
    top:0;
    cursor:pointer;
}

.validation_error p {
    
    color: red !important;
 
}


.dark .validation_error p {
    color: red !important;
}

.gform_confirmation_message, .dark .gform_confirmation_message {
    background-color: #fff;
    color: #043C82 !important;
    
    border-radius: 10px;
    font-weight: 500;
}

.contact-box-outer .gform_confirmation_message {
    margin-top:15px;
}

.form-type-2 input {
    background:#fff;
    border-radius:30px;
    padding-left:22px;
}

.search-wrapper {
    display:flex;
    position: relative;
    
}

.search-wrapper a {
    position: absolute;
    top:0;
    right:0;
}

.search-wrapper input {
    padding-right:45px;
    margin:0;
}

.button-arrow-top.blue {
    background-color:#0C0C4C !important;
}

a.nav-arrow.green {
        background-image: url(../images/arrow-right.svg);
}

a.nav-arrow.prev.green {
        background-image: url(../images/arrow-left.svg);
}

a.button:not(.nav-arrow) {
     text-align:center;
     line-height: 20px;
}

.nav-wrapper-a.white a.nav-arrow {
        background-image: url(../images/left2.svg);
}

.nav-wrapper-a.white a.nav-arrow.next {
        background-image: url(../images/right2.svg);
}

.nav-wrapper-a.white a {
    border-color:#fff !important;
}

.button, .menu-item.hl a.nav-link {
    transition: all 150ms linear;
    filter:brightness(100%);
}

.button:hover, .menu-item.hl a.nav-link:hover {
  filter:brightness(110%);
}

a.nav-button {
    font-size:14px;
    padding: 8px 25px 8px 39px !important
}

a.nav-button:before {
   background-image: url(../images/back.svg);
   width:14px;
   height:14px;
   background-size:cover;
   left:17px;
   top:0;
   bottom:0;
   margin:auto;
   content:'';
   position: absolute; 
}
   
   
a.button.orange {
    background-color:#FF6D24 !important;
    border-color:#FF6D24 !important;
    color:#fff !important;
}

.ginput_container_consent label {
    width:auto;
}