.form-text-section {
	padding: 60px 20px;
}

.form-text-section aside {
	padding-bottom: 30px;
}

.form-text-section aside .button {
	margin-right: 20px;
}

.form-text-section aside .button + .button {
	margin-top: 20px;
	margin-right: 0;
}

.form-text-section .gform_confirmation_message {
	font-family: "PT Serif", serif;
	color: #435790;
	font-size: 20px;
    line-height: 1.5;
}

.form-text-section .form-container {
	padding: 25px;
	background: #f6f7fc;
	border: 2px solid #e7e8ef;
	border-radius: 6px;
}

.form-text-section .form-container input,
.form-text-section .form-container textarea {
	background: #fff;
}

.form-text-section .form-container input[type="checkbox"]:checked {
    background: #435790;
    border-color: #3a4a77;
    outline: none;
}

.form-text-section .form-container input.button {
	background: transparent;
}

.form-text-section .form-container input.button:hover {
	background: #d8393e;
	color: #fff;
}

.form-text-section .gfield_checkbox > li {
	align-items: flex-start;
}

.form-text-section .gfield_checkbox > li input {
	position: relative;
	top: 3px;
}

@media screen and (min-width: 768px) {
	.form-text-section {
		padding-bottom: 80px;
	}
	
	.form-text-section .container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: space-between;
		justify-content: space-between;
		-ms-flex-align: center;
	}
	
	.form-text-section aside {
		width: 360px;
		padding-bottom: 0;
	}
	
	.form-text-section aside h2 {
		font-size: 30px;
	}
	
	.form-text-section aside p {
		font-size: 14px;
	}
	
	.form-text-section .form-container {
		width: calc(100% - 360px - 10px);
	}
	
	.form-text-section.form-left aside {
		order: 1;
	}	
}

@media screen and (min-width: 1024px) {
	.form-text-section {
		padding: 100px 0 120px;
	}
	
	.form-text-section .container {
		max-width: none;
	}
	
	.form-text-section aside h2 {
		font-size: 37px;
	}
	
	.form-text-section aside {
		width: 470px;
	}
	
	.form-text-section .form-container {
		width: calc(100% - 470px - 40px);
	}	
}

@media screen and (min-width: 1200px) {
	.form-text-section .container,
	.form-text-section.form-left .container {
		max-width: 1000px;
	}
	
	.form-text-section .form-container {
		width: calc(100% - 470px - 60px);
	}
}