.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper select::placeholder {
    color: #B0B0B0 !important;
    opacity: 1;
}

/* Vendor prefixes */
.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
    color: #B0B0B0 !important;
}

.gform_wrapper input:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder {
    color: #B0B0B0 !important;
    opacity: 1;
}

.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
    color: #B0B0B0 !important;
    opacity: 1;
}

.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
    color: #B0B0B0 !important;
}







section.newsletter {
    background-color: #053E4C;
    min-height: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.newsletter .section-title {
    color: var(--White, #FFF);
    font-family: Roboto;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
    text-align: center;
    margin-bottom: 100px !important;
}

section.newsletter .two-col-container {
    display: flex;
    gap: 100px;
}

section.newsletter .two-col-container .text-col {
    width: 100%;
    max-width: 400px;
}

section.newsletter .two-col-container .text-col p {
    color: var(--White, #FFF);
    font-family: Lora;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.newsletter .two-col-container .form-col {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 75px;
}


#gform_fields_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* flex-end */
}

#gform_wrapper_1 .gform_title {
    display: none;
}

#gform_wrapper_1 input {
    width: 360px;
    height: 64px;
    border-radius: 10px;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

#gform_wrapper_1 #input_1_3,
#gform_wrapper_1 #gform_submit_button_1,
#field_submit {
        width: 205px;
}

.form-cta p {
    color: #FFF;
text-align: right;
font-family: Roboto;
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: 26px;
}

#gform_wrapper_1 #gform_submit_button_1 {
  background-color:  #1E8FAF !important;
  margin-top: 42px !important;
}

.form-cta a,
.form-cta a:hover {
    color: #1E8FAF !important;
font-family: Roboto;
font-size: 28.95px;
font-style: normal;
font-weight: 500;
line-height: 26.481px;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}


@media screen and (max-width: 1150px) {
    section.newsletter {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    section.newsletter .two-col-container .text-col {
        max-width: 600px;
    }

    section.newsletter .two-col-container {
        flex-direction: column;
        align-items: center;
    }

    .form-cta p {
        text-align: center;
    }
}

@media screen and (max-width: 950px) {
    #gform_fields_1 {
        /* justify-content: flex-end; */
    }
}

@media screen and (max-width: 650px) {
   #gform_fields_1 {
        display: flex;
        flex-direction: column;
   } 

   #gform_fields_1 input {
    width: 100% !important;
   }

   #field_submit{
    width: 80%;
    margin: 0 auto !important;
   }
	
	#gform_wrapper_1 #gform_submit_button_1 {
	  margin-top: initial !important;
	}
	
}