/* custom-media */

/* Large only */
/*min width = '1,024px' and max width = '1,199px'*/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}



/* Medium only */
/*min width = '640px' and max width = '1,023px'*/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

}



/* Small only */
/*min width = '320px' and max width = '639px'*/
@media screen and (min-width: 20em) and (max-width: 39.9375em) {

}



/* Large and up */
@media screen and (min-width: 64em) {

}

@media (max-width: 1960px) {
	/** landing page **/
	.form-and-content-section {
		height: 100%;
		padding: 110px 0 0;
	}

	.form-and-content-section .__custom_row_position {
		position: relative;
	}
	/** landing page **/
}

@media (max-width: 1300px) {

}

@media (max-width: 1023.98px) {
	/** landing page **/
	header .main-header-wrapper {
		padding-top: 70px;
	}

	header .header-logo-tagline-section .header-main-logo img {
	    width: 160px;
	}

	header .header-logo-tagline-section .header-tagline {
		margin-top: 25px;
	}

	.form-and-content-section {
		padding: 100px 0 0;
		height: 100%;
	}

	.form-and-content-section .__custom_row_position {
		position: relative;
	}

	.form-and-content-section .gform_wrapper .__custom_field_wrapper {
		display: block;
		margin-bottom: 15px;
	}

	.form-and-content-section .gform_wrapper .__custom_field_wrapper label.gfield_label,
	.form-and-content-section .gform_wrapper .__custom_field_wrapper legend.gfield_label {
		width: 100%;
		margin-bottom: 6px;
	}

	.form-and-content-section .gform_wrapper .__custom_field_wrapper .ginput_container {
   		width: 100%;
	}

	.form-and-content-section .gform_wrapper .ginput_container_consent {
	    display: flex;
	    display: -webkit-flex;
	    align-items: normal;
	}

	.form-and-content-section .gform_wrapper .ginput_container_consent input[type="checkbox"] {
		margin: 0;
	}

	.form-and-content-section .gform_wrapper .notes-wrapper {
		width: 100%;
		margin: 25px 0 15px auto;
	}

	.form-and-content-section .gform_wrapper .gform_footer {
		justify-content: left;
		flex-direction: row;
	}

	.form-and-content-section .gform_wrapper .gform_button {
		width: 100%;
	}

	.form-and-content-section .gform_wrapper .gform-loader {
		right: 0;
	}

	.form-and-content-section .form-text-content {
		padding: 0 20px;
		margin-top: 60px;
	}

	.form-and-content-section .bottom-banner-image {
		margin-top: 105px;
	}

	.form-and-content-section .bottom-banner-image img {
	    height: 110px;
	    object-fit: cover;
	}
	/** landing page **/
}



/* Medium and up */
@media screen and (min-width: 40em) {

}

@media (max-width: 900px) {

}

@media (max-width: 768px) {

}

@media (max-width: 667px) {

}

@media (max-width: 640px) {
	
}

@media (max-width: 639.98px) {
	/** landing page **/
    header .header-logo-tagline-section .header-main-logo img {
        width: 150px;
    }

    header .header-logo-tagline-section .header-tagline h1 {
    	font-size: 30px;
    }

    header .header-logo-tagline-section {
    	padding: 35px 0 40px;
    }

    .form-and-content-section {
        padding: 80px 0 0;
    }

	.form-and-content-section .gform_wrapper input.large,
	.form-and-content-section .gform_wrapper input.datepicker,
	.form-and-content-section .gform_wrapper select.large, 
	.form-and-content-section .gform_wrapper select, 
	.form-and-content-section .gform_wrapper textarea.large,
	.form-and-content-section .gform_wrapper textarea.large, 
	.form-and-content-section .gform_wrapper input[type="text"],
	.form-and-content-section .gform_wrapper input[type="number"] {
		height: 45px;
	}

    .form-and-content-section .form-text-content {
        padding: 0 5px;
    }

    .form-and-content-section .bottom-banner-image {
        margin-top: 85px;
    }
	/** landing page **/
}



/***small devices***/
@media (max-width: 578px) {

}

@media (max-width: 530px) {

}

@media (max-width: 500px) {

}

@media (max-width: 430px) {

}

@media (max-width: 420px) {
 
}

@media (max-width: 411px) {

}

@media (max-width: 379px) {

}