.accent-box-and-form {
	background-repeat: no-repeat;
	background-size: cover;
}

	.ac-form {
		width: 50%;
		margin: 0 auto;
	}
	
		.ac-form .accent-form-heading.h3 {
			padding-bottom: 40px;
			font-weight: 600;
			font-size: 30px;
		}

.ac-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.ac-form .gform_wrapper textarea {
    padding: 16px 10px !important;
}

.ac-form .gform_wrapper ul li.gfield {
    margin-top: 0;
    margin-bottom: 0;
}

body .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

body .gform_wrapper li.hidden_label input {
    margin-top: 0;
    margin-bottom: 10px;
}

.ac-form .gform_wrapper .gform_footer input.button, 
.ac-form .gform_wrapper .gform_footer input[type=submit], 
.ac-form .gform_wrapper .gform_page_footer input.button, 
.ac-form .gform_wrapper .gform_page_footer input[type=submit] {
    display: block;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
	font-size: 13px;
	border: none;
	margin-top: 8px;
}

.ac-form .gform_wrapper li.hidden_label input {
	margin-top: 0;
	margin-bottom: 10px;
}

@media ( max-width: 767px ) {
	.accent-box-and-form {
		padding-bottom: 50px !important;
		padding-top: 50px !important;
	}
}

@media ( max-width: 700px ) {
	.ac-form {
    	width: 100%;
	}
}
.accent-box-text-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

	.ac-text {
		max-width: 660px;
		font-size: 20px;
	}

	.ac-text .h4 {
		font-weight: 600;
		margin:0;
		padding-bottom: 10px;
	}

	.ac-link {
		margin-left: 30px;
		-webkit-flex-shrink: 0;
		    -ms-flex-negative: 0;
		        flex-shrink: 0;
	}

		.ac-link .button {
			border:none;
			padding: 18px 90px;
			font-size: 16px;
		}

@media ( max-width:630px ) {
	.accent-box-text-wrap {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.ac-link {
		margin-left: 0;
		padding-top: 20px;
	}
}
.accent-box-form-and-text {
	background-repeat: no-repeat;
	background-size: cover;
}
	.accent-text-form-wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

		.ac-text-form {
			width:35%;
		}
		.accent-form-heading {
			margin-top:0;
			font-weight: 600;
		}

			.accent-text-heading .h4 {
				margin-top: 0;
				font-weight: 600;
			}

			.accent-text-section {
				width:35%;
				padding-left: 60px;
			}
/* GRAVITY FORMS */

	/* FORM STYLES */
	
	.accent-box-form-and-text .gform_wrapper {
		margin: 0;

	}

	.accent-box-form-and-text .gform_wrapper ul.gform_fields li.gfield:not(:first-child) {
    	margin-top: 8px;
	}

	.accent-box-form-and-text .gform_wrapper ul li:after, 
	.accent-box-form-and-text .gform_wrapper ul li:before, 
	.accent-box-form-and-text .gform_wrapper ul.gform_fields {
		line-height: 1;
	}
	
	
	
	/* FORM HEAD */
	
	.accent-box-form-and-text .gform_wrapper h3.gform_title {
		margin: 0 0 20px;
		text-align: center;
		/* H4 style */
		font-size: 25px;
		text-transform: uppercase;
	}
	
	/* FORM BODY */
	
	.accent-box-form-and-text .gform_wrapper ul.gform_fields li.gfield {
		padding-right: 0;
	}
	
	body .accent-box-form-and-text .gform_wrapper ul li.gfield {
		margin-top: 0;
		margin-bottom: 0;
	}

	body .accent-box-form-and-text .gform_wrapper .top_label div.ginput_container{
		margin-top: 0;
	}
	
	.accent-box-form-and-text input[type=text], 
	.accent-box-form-and-text input[type=email], 
	.accent-box-form-and-text input[type=number], 
	.accent-box-form-and-text input[type=password], 
	.accent-box-form-and-text textarea, 
	.accent-box-form-and-text select {
		border: 1px solid #e9e9e9;
		border-radius: none;
		background-color: white;
	}
	
	.accent-box-form-and-text .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
	.accent-box-form-and-text .gform_wrapper textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		/* from global input styles */
		padding: 3px 5px;
		font-size: 15px;
	}
	
	.accent-box-form-and-text .gform_wrapper textarea.small {
		height: 70px;
	}
	
	.accent-box-form-and-text .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_wrapper input[type=text], 
	.accent-box-form-and-text .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_wrapper select {
		margin-bottom: 10px;
	}
		
	/* FORM FOOTER */
	
	.accent-box-form-and-text .gform_wrapper .gform_footer {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	/* AJAX SPINNER */
	
	.accent-box-form-and-text .gform_wrapper {
		position: relative;
	}
	
	.accent-box-form-and-text img.gform_ajax_spinner {
		position: absolute;
		bottom: 0;
		left: 0;
	}
		
	/* FORM VALIDATION */
	
	.accent-box-form-and-text .validation_error {
		display: none;
	}
	
	.accent-box-form-and-text .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
		max-width: none !important;
	}
	
	.accent-box-form-and-text .gform_wrapper li.gfield.gfield_error, 
	.accent-box-form-and-text .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
		background-color: transparent;
		margin-bottom: 10px !important;
		padding-top: 0;
		padding-bottom: 0;
		border-top: none;
		border-bottom: none;
	}
	
	.accent-box-form-and-text .gform_wrapper li.gfield.gfield_error.field_sublabel_hidden_label {
		margin-bottom: 0 !important;
	}
	
	.accent-box-form-and-text .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_wrapper, .accent-box-form-and-text .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
		margin-top: 0;
	}
	
	.accent-box-form-and-text .gfield_error input[type=text], 
	.accent-box-form-and-text .gfield_error input[type=email], 
	.accent-box-form-and-text .gfield_error input[type=number], 
	.accent-box-form-and-text .gfield_error input[type=password], 
	.accent-box-form-and-text .gfield_error textarea, 
	.accent-box-form-and-text .gfield_error select {
		border-color: #ca0813;
	}
		
	.accent-box-form-and-text .validation_message {
		display: none;
	}
	
	body .gform_container .gform_footer input.button, 
	body .gform_container .gform_footer input[type=submit],
	body .gform_container .gform_page_footer input.button, 
	body .gform_container .gform_page_footer input[type=submit] {
		width: auto;
		margin-right: 0;
		font-size: 13px;
	}
	
	body .gform_wrapper label.gfield_label {
		margin-bottom: 3px;
		font-size: 13px;
		text-transform: uppercase;
	}
	
	body .accent-box-form-and-text .gform_wrapper .top_label div.ginput_wrapper {
		margin-top: 0;
	}
	
 .accent-box-form-and-text .ac-text-form .gform_wrapper .gform_footer{
	text-align: left !important;
	 padding-top: 20px;
}

.accent-box-form-and-text .ac-text-form .gform_wrapper .gform_footer .button {
	border:none;
}
@media ( max-width: 960px ) {
	.accent-text-form-wrap {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.ac-text-form {
		width: 100%;
	}
	.accent-text-section {
		width: 100%;
		padding-left: 0;
		padding-top: 70px;
	}
}
@media ( max-width: 767px ) {
	.accent-box-and-form {
		padding-bottom: 50px !important;
		padding-top: 50px !important;
	}
}

@media ( max-width: 700px ) {
	.ac-form {
    	width: 100%;
	}
}
.blockquote-text-image .blockquote-text-image-wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	    -webkit-justify-content: space-between;
	        justify-content: space-between;
	-ms-flex-align: start;
	    -webkit-align-items: flex-start;
	        align-items: flex-start;
}

	.blockquote-text-image .blockquote-text-image-image {
		max-width: 40.625%;
	}

		.blockquote-text-image .blockquote-text-image-image img {
			height: auto;
			max-width: 100%;
		}
	
		.blockquote-text-image .blockquote-text-image-wrap.text-right .blockquote-text-image-image {
			-ms-flex-order: 0;
			    -webkit-order: 0;
			        order: 0;
			-ms-flex-negative: 1;
			    -webkit-flex-shrink: 1;
			        flex-shrink: 1;
			-ms-flex-positive: 0;
			    -webkit-flex-grow: 0;
			        flex-grow: 0;
		}

		.blockquote-text-image .blockquote-text-image-wrap.text-left .blockquote-text-image-image {
			-ms-flex-order: 1;
			    -webkit-order: 1;
			        order: 1;
			-ms-flex-negative: 1;
			    -webkit-flex-shrink: 1;
			        flex-shrink: 1;
			-ms-flex-positive: 0;
			    -webkit-flex-grow: 0;
			        flex-grow: 0;
		}	
		
		.blockquote-text-image .blockquote-text-image-text {
			width: 59.375%;
			font-weight: 400;
		}
		
		.blockquote-text-image .blockquote-text-image-wrap.text-right .blockquote-text-image-text {
			-ms-flex-order: 1;
			    -webkit-order: 1;
			        order: 1;
			-ms-flex-negative: 1;
			    -webkit-flex-shrink: 1;
			        flex-shrink: 1;
			-ms-flex-positive: 1;
			    -webkit-flex-grow: 1;
			        flex-grow: 1;
			padding-left: 20px;
		}
		
		.blockquote-text-image .blockquote-text-image-wrap.text-left .blockquote-text-image-text {
			-ms-flex-order: 0;
			    -webkit-order: 0;
			        order: 0;
			-ms-flex-negative: 1;
			    -webkit-flex-shrink: 1;
			        flex-shrink: 1;
			-ms-flex-positive: 1;
			    -webkit-flex-grow: 1;
			        flex-grow: 1;
			padding-right: 40px;
		}

			.blockquote-text-image .blockquote-text-image-text .accent-text {
				text-transform: none;
			}
	
@media ( max-width: 960px ) {
	.blockquote-text-image .text-image {
		padding-bottom: 50px !important;
		padding-top: 50px !important;
	}
	
	.blockquote-text-image .blockquote-text-image-wrap {
		-ms-flex-direction: column;
		    -webkit-flex-direction: column;
		        flex-direction: column;
	}
	
		.blockquote-text-image .blockquote-text-image-text {
			max-width: 100%;
			width: 100%;
		}
	
		.blockquote-text-image .blockquote-text-image-image {
			margin-left: auto;
			margin-right: auto;
			padding-bottom: 30px;
			max-width: 100%;
		}
	
		.blockquote-text-image .blockquote-text-image-wrap.text-left .blockquote-text-image-text {
			padding-right: 0;
		}
	
		.blockquote-text-image .blockquote-text-image-wrap.text-right .blockquote-text-image-text {
			padding-left: 0;
		}
}
.contact-box-form-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

	.contact-box-form-form {
		max-width: 43%;
	}

		.contact-box-form-wrap.text-right .contact-box-form-form {
			-webkit-order: 0;
			    -ms-flex-order: 0;
			        order: 0;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
		}

		.contact-box-form-wrap.text-left .contact-box-form-form {
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
		}	
		
		.contact-box-form-text {
			width: 43%;
		}
		
		.contact-box-form-wrap.text-right .contact-box-form-text {
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			padding-left: 40px;
		}
		
		.contact-box-form-wrap.text-left .contact-box-form-text {
			-webkit-order: 0;
			    -ms-flex-order: 0;
			        order: 0;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			padding-right: 40px;
		}

			.contact-box-form-text .accent-text {
				text-transform: none;
			}

		.contact-box-form-form h2.h3 {
			font-size: 26px;
			margin: 0;
		}

		.contact-box-form-text {
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
			-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
			max-width: 419px;
			padding-right: 0;
		}

		.contact-box-form-wrap.text-left .contact-box-form-text {
			padding-right: 0 !important;
		}

		.contact-box-form-text .tf-text-and-heading {
			padding: 30px 50px;
			font-weight: 400;
		}

		.contact-box-form-form {
			max-width: 47%;
		}

		.tf-text-heading strong,
		.contact-box-form-text .tf-text-content strong{
			font-weight: 400;
		}

		 .tf-text-heading h2.h3 {
			color: #ffffff !important;
			font-weight: 400;
			border-bottom: 1px solid #F2F2F2;
			padding-bottom: 20px;
		}

	.contact-box-form-form .gform_wrapper ul.gform_fields li.gfield {
		margin-top: 0;
	}

	.contact-box-form-form .gform_wrapper .gform_footer {
		margin-top: 0;	
	}

	.contact-box-form-form  .gform_wrapper .gform_footer input.button {
		text-transform: none;
		font-weight: 400;
		padding: 10px 40px;
	}

	.contact-box-form-form .gform_wrapper .top_label div.ginput_container {
		margin-top: 0;
	}
	
	.contact-box-form-form  .contact-box-form-form textarea {
		border-color: #cdcdcd;
	}

@media ( max-width:960px ) {
	.contact-box-form-form  .contact-box-form-form {
		max-width: 100%;
		padding-top: 30px;
		padding-bottom: 0;
	}
	
	.contact-box-form-form .contact-box-form-wrap.text-left .contact-box-form-text {
		margin-left: auto;
		margin-right: auto;
	}
	.contact-box-form-form  h2.h3 br {
		display: inline !important;
	}
}

@media ( max-width : 767px ) {
	.two-columns {
		display: block;
	}
	
	.left-columns,
	.right-columns {
		width: 100%;
	}
	
	.contact-box-form-form .contact-box-form-text .tf-text-and-heading {
		padding: 20px;
	}
}


#wrapper .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], 
#wrapper .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 10px;
}
	
@media ( max-width: 960px ) {
	.contact-box-form {
		padding-bottom: 50px !important;
		padding-top: 50px !important;
	}
	
	.contact-box-form-wrap {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
		.contact-box-form-text {
			max-width: 100%;
			width: 100%;
		}
	
		.contact-box-form-form {
			margin-left: auto;
			margin-right: auto;
			padding-bottom: 30px;
			max-width: 100%;
			width:100%;
		}
	
		.contact-box-form-wrap.text-left .contact-box-form-text {
			padding-right: 0;
		}
	
		.contact-box-form-wrap.text-right .contact-box-form-text {
			padding-left: 0;
		}
}


@media ( max-width:960px ){
	.full-width-video-section {
		padding-bottom: 50px !important;
		padding-top: 50px !important;
	}
}
.form-full-map-text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

	.form-full-map-text .text-map-map {
		max-width: 100%;
		width: 100%;
	}

		.form-full-map-text .text-map-map iframe {
			max-width: 100%;	
		}

		.form-full-map-text.text-right .tf-form-and-heading {
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
			width:50%;
			padding-bottom: 120px;
			padding-top: 120px;
		}

		.form-full-map-text.text-right .tf-form-and-heading-wrap {
			max-width: 600px;
			margin:0 auto 0 0;
			padding-left:120px;
		}

		.form-full-map-text.text-left .tf-form-and-heading {
			-webkit-order: 0;
			    -ms-flex-order: 0;
			        order: 0;
			padding: 100px 0 100px 30px;
		}

			.form-full-map-text.text-left .text-map-map {
				-webkit-flex-shrink: 1;
				    -ms-flex-negative: 1;
				        flex-shrink: 1;
				-webkit-order: 1;
				    -ms-flex-order: 1;
				        order: 1;
			}

			.form-full-map-text.text-right .text-map-map {
				-webkit-order: 0;
				    -ms-flex-order: 0;
				        order: 0;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-flex-direction: column;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-flex-grow: 1;
				    -ms-flex-positive: 1;
				        flex-grow: 1;
			}

			.text-map-map iframe {
				-webkit-flex-grow: 1;
				    -ms-flex-positive: 1;
				        flex-grow: 1;
			}

			.form-full-map .tm-full-map {
				width:50%;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-flex-direction: column;
				    -ms-flex-direction: column;
				        flex-direction: column;
			}

			.form-full-map .tf-form-and-heading {
				width: 43%;
			}

		.tf-form-section .gform_wrapper textarea{
			height: 94px !important;
		}

		.tf-form-section .validation_error {
			display: none;
		}
	
		.tf-form-section .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
			max-width: none !important;
		}
	
		.tf-form-section .gform_wrapper li.gfield.gfield_error, .tf-form-section .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
			background-color: transparent;
			margin-bottom: 10px !important;
			padding-top: 0;
			padding-bottom: 0;
			border-top: none;
			border-bottom: none;
		}
		
		.tf-form-section .gform_wrapper textarea {
			border:none;
		}

		.tf-form-section .gform_wrapper li.gfield.gfield_error.field_sublabel_hidden_label {
			margin-bottom: 0 !important;
		}

		.tf-form-section .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
		.tf-form-section .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
			margin-top: 0;
		}

		.tf-form-section .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.tf-form-section .gform_wrapper li.gfield_error textarea
		{
			border:1px solid #ec2029;
		}

		.tf-form-section .validation_message {
			display: none;
		}
	
@media ( max-width: 1250px ){
		.form-full-map-text.text-right .tf-form-and-heading-wrap {
			padding-left: 30px;
			padding-right: 30px;
	}
}

@media ( max-width: 960px ) {
	.form-full-map-text {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.form-full-map .tm-full-map,
	.form-full-map-text.text-right .tf-form-and-heading-wrap, 
	.form-full-map-text.text-right .tf-form-and-heading  {
		width:100%;
	}
	
	.form-full-map-text.text-right .tf-form-and-heading-wrap {
		padding-left: 0;
		margin:0 auto;
	}
	
		.form-full-map-text .text-map-map {
			padding-top: 0px;
		}
	
	.tm-full-map,
	.tf-form-and-heading {
		width: 100%;
	}
	
	.form-full-map-text.text-right .tf-form-and-heading {
		padding-left: 15px;
		padding-top: 30px;
		padding-right: 15px;
	}
		.form-full-map-text.text-right .text-map-map {
			padding-left: 0;
		}
	
	.form-full-map-text.text-right .tf-form-and-heading-wrap {
		padding-right: 0;
	}
		.form-full-map-text.text-left .text-map-map {
			padding-right: 0;
		}
}
.full-width-form .module-heading {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
}

.full-width-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.full-width-form .gform_wrapper textarea.medium{
	background-color: #FBFBFB;
	border:1px solid #E6E6E6;
	color:#797979;
}

.full-width-form .gform_footer.top_label {
	text-align: center;
	padding-top: 50px;
}

@media (min-width: 641px) {
	.full-width-form .gform_wrapper ul.gform_fields li.gfield {
		 padding-right: 0px;
	}
}
.text-form-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

	.text-form-form {
		max-width: 43%;
	}

		.text-form-wrap.text-right .text-form-form {
			-webkit-order: 0;
			    -ms-flex-order: 0;
			        order: 0;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
		}

		.text-form-wrap.text-left .text-form-form {
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
		}	
		
		.text-form-text {
			width: 43%;
		}
		
		.text-form-wrap.text-right .text-form-text {
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			padding-left: 40px;
		}
		
		.text-form-wrap.text-left .text-form-text {
			-webkit-order: 0;
			    -ms-flex-order: 0;
			        order: 0;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			padding-right: 40px;
		}

			.text-form-text .accent-text {
				text-transform: none;
			}
#wrapper .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], 
#wrapper .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 10px;
}
	
@media ( max-width: 960px ) {
	.text-form {
		padding-bottom: 50px !important;
		padding-top: 50px !important;
	}
	
	.text-form-wrap {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
		.text-form-text {
			max-width: 100%;
			width: 100%;
		}
	
		.text-form-form {
			margin-left: auto;
			margin-right: auto;
			padding-bottom: 30px;
			max-width: 100%;
			width:100%;
		}
	
		.text-form-wrap.text-left .text-form-text {
			padding-right: 0;
		}
	
		.text-form-wrap.text-right .text-form-text {
			padding-left: 0;
		}
}


/* WP GALLERY */

/* WordPress Gallery 
------------------------------------------ */

.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

@media (max-width: 600px) {
	#wrapper .gallery-item {
		float: none;
		clear: both;
		width: 100%;
		height: auto;
		display: block;
	}
}
.gradient-column-heading {
	padding-bottom: 50px;
}

.gradient-three-columns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

	.gradient-three-column {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: calc(33.33% - 40px);
	}

		.gradient-box {
			padding-bottom: 60px;
			padding-top: 60px;
			padding-left: 25px;
			padding-right: 25px;
			border-radius: 10px;
		}
	
			.gradient-three-column-image {
				height: 74px;
			}

		.gradient-three-column-image img {
			display: block;
			max-width: 100%;
			margin-left: auto;
			margin-right: auto;
		}

		.gradient-three-column-text {
			-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			padding-bottom: 20px;
			padding-top: 20px;
		}

			h3.gradient-three-column-heading {
				margin-bottom: 10px;
				padding-top: 20px;
			}

			.gradient-three-column-heading a {
				text-decoration: none;
				color: inherit;
				font-weight: 600;
			}

			.gradient-three-column-link {
				padding-top: 47px;
				border-top: 1px solid inherit;
			}

			.gradient-three-column-link a {
				padding-bottom: 8px;
				text-decoration: none;
				border-bottom-width: 5px;
				border-bottom-style: solid;
				color: inherit;
			}

@media ( max-width: 1023px ) {
	.gradient-three-column {
		width: calc(33.33% - 20px);
	}
}
@media ( max-width:960px ) {
	.gradient-three-columns {
		display: block;
	}
	
		.gradient-three-column {
			width: 100%;
			max-width: 400px;
			margin-left: auto;
			margin-right: auto;
			padding-bottom: 20px;
		}
	
	.gradient-three-column:not(:first-child) {
    	margin-top: 40px;
	}
}
.slider-wrap {
	position: relative;
}

	.slider-wrap .slick-list,
	.slider-wrap .slick-track {
		height: inherit;
		max-height: inherit;
		min-height: inherit;
	}

		.slider-wrap .slide {
			background-repeat: no-repeat;
			background-size: cover;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-justify-content: flex-start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			-webkit-align-items: center;
			    -ms-flex-align: center;
			        align-items: center;
			background-attachment: fixed;
		}

			.slider-wrap .slick-slide {
				padding-top: 300px;
				padding-bottom: 160px;
			}
				
				.slider-wrap .slide-caption {
					width: 100%;
				}
			
					.slider-wrap .slide-caption .slide-heading {
						font-weight: 600;
						padding-bottom: 15px;
						font-size: 60px;
					}
					
						.slider-wrap .slide-caption .slide-sub-heading {
							color: inherit;
							font-weight: 400;
							font-size: 18px;
						}
				
						.slider-wrap .slide-heading,
						.slider-wrap .slide-sub-heading {
							margin: 0;
						}

						.slider-wrap .slide-link-wrap {
							margin-top: 40px;
						}

							.slider-wrap .slide-link-wrap .button {
								font-weight: 300;
								padding: 15px 48px;
								font-size: 13px;
								border:none;
							}

/*slick*/
.slider-wrap .slick-prev,
.slider-wrap .slick-next {
	padding: 10px 15px;
	background-color: transparent;
	color: black;
	font-size: 50px;
	line-height: 1;
	opacity: 0.15;
	position: absolute;
	z-index: 99;
	top: 50%;
	-ms-transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	transition-property: opacity, background-color, color;
	transition-duration: 0.2s;
	cursor: pointer;
}
	
.slider-wrap:hover .slick-prev,
.slider-wrap:hover .slick-next {
	opacity: 0.5;
}

.slider-wrap .slick-prev:hover,
.slider-wrap .slick-next:hover {
	color: white;
	background-color: rgba(0,0,0,0.25);
	opacity: 1;
}

.slider-wrap .slick-prev {
	left: 0;
}
			
.slider-wrap .slick-next {
	right: 0;
}
				
.slider-wrap .slick-dots {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	    -webkit-align-items: center;
	        align-items: center;
	-ms-flex-pack: center;
	    -webkit-justify-content: center;
	        justify-content: center;
	width: 100%;
	margin: 5px 0 0;
	padding-left: 0;
	list-style-type: none;
	position: absolute;
	bottom: 15px;
	left: 0;
}

.slider-wrap .slick-dots > li:first-child:last-child {
	display: none;
}

	.slider-wrap .slick-dots button {
		display: block;
		width: 10px;
		height: 10px;
		margin: 0 5px;
		padding: 0;
		box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5);
		border-radius: 50%;
		overflow: hidden;
		text-indent: -9999px;
		transition-property: background-color;
		transition-duration: 0.1s;
	}
	
.slider-wrap .slick-left-button {
	background-color: transparent;
	position: absolute;
    top: 0;
    height: 100%;
    border-right: 1px solid #eeeeee;
	cursor: pointer;
	transition-property: background-color;
    transition-duration: 0.2s;
}

.slider-wrap .slick-right-button {
	background-color: transparent;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    border-left: 1px solid #eeeeee;
	cursor: pointer;
	transition-property: background-color;
    transition-duration: 0.2s;
}

.slick-left-button:hover,
.slick-prev:hover,
.slick-right-button:hover,
.slick-next:hover {
	background-color: grey;
}

.slick-prev:hover,
.slick-next:hover {
	border: none;
}

.slick-left-button .slick-prev,
.slick-right-button .slick-next {
	top: 50%;
}

.slick-left-button button,
.slick-right-button button {
	border: none;
	background: none;
	color: black;
	padding: 0 20px;
}

@media ( max-width: 1023px ) {
	.slide-caption .slide-heading {
		font-size: 40px;
	}
}

@media ( max-width: 767px ) {
	.slick-slide {
		padding-top: 200px;
		padding-bottom: 80px;
	}
	.slide-heading-wrap br {
		display: none;
	}
}
.hover-gallery-grid-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

	.hv-gallery-grid {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-align-items: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		flex-wrap: wrap;
		width: 100%;
	}

	.gallery-hover-item {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
	}

		.three-columns .gallery-hover-item {
			width: calc(33.33% - ( 30px * 2 / 3 ) );
		    margin-right: 30px; 
		}
		
		.three-columns .gallery-hover-item:nth-child(3n+0) {
			margin-right: 0;
		}	
		
		.four-columns .gallery-hover-item {
			width: calc(25% - ( 20px * 3 / 4 ) );
		    margin-right: 20px; 
			padding-bottom: 40px;
		}
		
		.four-columns .gallery-hover-item:nth-child(4n+0) {
			margin-right: 0;
		}	
		
			.gallery-hover-item-image {
				position: relative;
				display: block;
			}
		
				.gallery-hover-item img {
					display: block;
					width: 100%;
					height: auto;
				}
				
				.hover-gallery-grid-text-and-bg {
				    position: absolute;
				    top: 0;
				    width: 100%;
				    height: 100%;
				    opacity: 0;
					display: -webkit-flex;
					display: -ms-flexbox;
					display: flex;
				    transition-property: opacity;
					transition-duration: 0.2s;
				    -webkit-justify-content: center;
				        -ms-flex-pack: center;
				            justify-content: center;
				    -webkit-align-items: center;
				        -ms-flex-align: center;
				            align-items: center;
					background: rgba(10, 10, 10, 0.65);
				}
				
				.gallery-hover-item:hover .hover-gallery-grid-text-and-bg {
					opacity: 1;
				}
				
				.hover-gallery-image-name {
					color: white;
					text-transform: none;
					font-size: 24px;
					position: relative;
					z-index: 999;
					font-weight: 600;
				}
				
				.hover-gallery-image-caption {
					text-align: center;
					background-color:#F2F2F2;
					font-size: 20px;
					font-weight: 600;
					color: #404040;
					letter-spacing: 0.46px;
					padding-bottom: 20px;
					padding-top: 20px;
					padding-left: 10px;
					padding-right: 10px;
					flex-grow: 1;
				}
				
				.hover-gallery-grid-bg {
					width: 100%;
					height: 100%;
					opacity: 0.72;
					position: absolute;
					top: 0;
				}

@media (max-width: 1200px) {
	/*.image-hover-name {
		font-size: 2.5vw;
	}*/
}

@media (max-width: 767px) {
	.four-columns .gallery-hover-item {
		width: calc(50% - 30px);
		margin-left: auto;
		max-width: 369px;
		margin-right: auto;
	}
	
	.four-columns .gallery-hover-item:nth-child(even) {
		margin-right: 0;
	}
	
	.four-columns .gallery-hover-item:nth-child(odd) {
		margin-left: 0;	
	}
	.three-columns .gallery-hover-item {
		width: 100% !important;
		max-width: 369px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	
	.three-columns .gallery-hover-item:nth-child(3n+0) {
		margin-right: auto;
		margin-bottom: 0;
	}
}

@media (max-width:520px) {
	.four-columns .gallery-hover-item {
		width: 100%;
	}
	
	.four-columns .gallery-hover-item:nth-child(odd) {
		margin-left: auto;
	}
	
	.four-columns .gallery-hover-item:nth-child(even) {
		margin-right: auto;
	}
}
.image-banner-and-text {
	background-repeat: no-repeat;
	background-size: cover;
}

	.h4.image-banner-heading {
		line-height: 1.75;
		font-size:27px;
	}

	

.text-image-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

	.text-image-image {
		max-width: 40.625%;
	}

		.text-image-image img {
			height: auto;
			max-width: 100%;
			display: block;
		}
	
		.text-image-wrap.text-right .text-image-image {
			-webkit-order: 0;
			    -ms-flex-order: 0;
			        order: 0;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			-webkit-flex-grow: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
		}

		.text-image-wrap.text-left .text-image-image {
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			-webkit-flex-grow: 0;
			    -ms-flex-positive: 0;
			        flex-grow: 0;
		}	
		
		.text-image-text {
			width: 59.375%;
		}
		
		.text-image-wrap.text-right .text-image-text {
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			-webkit-flex-grow: 1;
			    -ms-flex-positive: 1;
			        flex-grow: 1;
			padding-left: 40px;
		}
		
		.text-image-wrap.text-left .text-image-text {
			-webkit-order: 0;
			    -ms-flex-order: 0;
			        order: 0;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			-webkit-flex-grow: 1;
			    -ms-flex-positive: 1;
			        flex-grow: 1;
			padding-right: 40px;
		}

			.text-image-text .accent-text {
				text-transform: none;
			}
	
@media ( max-width: 960px ) {
	.text-image {
		padding-bottom: 50px !important;
		padding-top: 50px !important;
	}
	
	.text-image-wrap {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
		.text-image-text {
			max-width: 100%;
			width: 100%;
		}
	
		.text-image-image {
			margin-left: auto;
			margin-right: auto;
			padding-bottom: 30px;
			max-width: 100%;
		}
	
		.text-image-wrap.text-left .text-image-text {
			padding-right: 0;
		}
	
		.text-image-wrap.text-right .text-image-text {
			padding-left: 0;
		}
}
.images-grid {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

		.images-grid.one-column-image {
			display: block;
			width: 100%;
			padding-bottom: 70px;
		}
		
		 .images-grid.three-column-image .images-abv-col {
			width: 50%;
		}
		
		.images-grid.two-column-image,
		.images-grid.three-column-image {
			padding-bottom: 70px;
		}
			
			 .images-grid.three-column-image .images-abv-col {
				width: 33.33%;
			}

			.images-grid img{
				display: block;
				height: 100%;
				width: 100%;
			}

			.images-grid.three-column-image .images-abv-col:not(:last-child) {
				padding-right: 32px;
			}

@media ( max-width:1200px ) {
	.images-grid.two-column-image .images-abv-col:not(:last-child) {
		padding-right: 20px;
	}
	
}

@media ( max-width:1023px ) {
	.images-grid.three-column-image .images-abv-col:not(:last-child) {
		padding-right: 20px;
	}
}
@media ( max-width:600px ) {
	.images-grid.two-column-image,
	.images-grid.three-column-image{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.images-grid.two-column-image .images-abv-col {
		max-width: 530px;
		margin: 0 auto;
	}
	
	.images-grid.two-column-image .images-abv-col:not(:last-child) {
		padding-right: 0;
		padding-bottom: 20px;
	}
	
	.images-grid.three-column-image .images-abv-col {
		max-width: 349px;
		margin: 0 auto;
		width: 100%;
	}
	
	.images-grid.three-column-image .images-abv-col:not(:last-child) {
		padding-right: 0;
		padding-bottom: 20px;
	}


}
.text-slider-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

	.text-slider.text-left .ts-slider {
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
	}

	.text-slider.text-right .ts-slider {
		-webkit-order: 0;
		    -ms-flex-order: 0;
		        order: 0;
	}

	.ts-slider {
		width: 43%;
		position: relative;
	}
	
		.ts-slider .slick-prev {
			font-size: 44px;
			position: absolute;
			top: 50%;
			left: 0;
			-webkit-transform: translateY(-50%) translateZ(0);
			        transform: translateY(-50%) translateZ(0);
			cursor: pointer;
			color: #ffffff;
			z-index: 44;
		}
		
		.ts-slider .slick-next {
			font-size: 44px;
			position: absolute;
			top: 50%;
			right: 0;
			-webkit-transform: translateY(-50%) translateZ(0);
			        transform: translateY(-50%) translateZ(0);
			cursor: pointer;
			color: #ffffff;
			z-index: 43;
		}
		
		.text-image-slider-text {
			width: 59.375%;
		}
		
		.text-image-slider-wrap.text-right .text-image-slider-text {
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			-webkit-flex-grow: 1;
			    -ms-flex-positive: 1;
			        flex-grow: 1;
			padding-left: 60px;
		}
		
		.text-image-slider-wrap.text-left .text-image-slider-text {
			-webkit-order: 0;
			    -ms-flex-order: 0;
			        order: 0;
			-webkit-flex-shrink: 1;
			    -ms-flex-negative: 1;
			        flex-shrink: 1;
			-webkit-flex-grow: 1;
			    -ms-flex-positive: 1;
			        flex-grow: 1;
			padding-right: 60px;
		}

			.text-image-slider-text .accent-text {
				text-transform: none;
			}
@media (max-width: 960px) {
	.text-slider-wrap {
		flex-direction: column;
		align-items: center;
	}
	
	.ts-slider {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 631px;
		height: auto;;
		padding-bottom: 20px;
	}
	
	.text-image-slider-wrap.text-right .text-image-slider-text {
		padding-left: 0;
	}
	
	.text-image-slider-wrap.text-left .text-image-slider-left {
		padding-right: 0;
	}
	
	.text-image-slider-text .ti-text-heading {
		text-align: center;
	}
	.text-image-slider-text {
		width: 100%;
	}
}
.list-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

	.list-box-items {
		font-weight: 600;
		background-color: #ffffff;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-shrink: 0;
		    -ms-flex-negative: 0;
		        flex-shrink: 0;
		-webkit-flex-grow: 0;
		    -ms-flex-positive: 0;
		        flex-grow: 0;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-align-items: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		width: calc(33.33% - 80px);
		line-height: 1.4;
		padding: 20px 30px;
	}

		.list-box-item {
			line-height: 2;
		}

@media ( max-width:1200px ) {
	.list-box-items {
		width: calc(33.33% - 60px);
	}
}

@media ( max-width:1023px ) {
	.list-box-items {
		width: calc(33.33% - 30px);
	}
}

@media ( max-width:960px ) {
	.list-box {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.list-box-items {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
}

@media ( max-width:767px ) {
	.list-box-items {
		width: 100%;
		padding: 20px;
	}
}
.tm-map-and-contact-text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	padding-top: 20px;
}

	.text-map-map {
		max-width: 100%;
		width: 100%;
		
	}
		.text-map-map iframe {
			max-width: 100%;
		}

		.text-map-map img {
			width:100%;
			height: auto;
			display: block;
		}

		.tm-map-and-contact-text.text-right {
			-webkit-order: 1;
			    -ms-flex-order: 1;
			        order: 1;
		}

		.tm-map-and-contact-text.text-left {
			-webkit-order: 0;
			    -ms-flex-order: 0;
			        order: 0;
		}

			.tm-map-and-contact-text.text-left .text-map-map {
				-webkit-flex-shrink: 1;
				    -ms-flex-negative: 1;
				        flex-shrink: 1;
				-webkit-order: 1;
				    -ms-flex-order: 1;
				        order: 1;
				padding-left: 30px;
				width:50%;
			}

			.tm-map-and-contact-text.text-right .text-map-map {
				-webkit-flex-shrink: 1;
				    -ms-flex-negative: 1;
				        flex-shrink: 1;
				-webkit-order: 0;
				    -ms-flex-order: 0;
				        order: 0;
				padding-right: 30px;
			}

			.text-map-contact-info {
				width: 50%;
			}
		
@media ( max-width: 960px ) {
	.tm-map-and-contact-text {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.tm-map-and-contact-text.text-left .text-map-map {
		padding-left: 0;
	}
	
		.text-map-map {
			padding-top: 30px;
		}
		
		.tm-map-and-contact-text.text-right .text-map-map {
			padding-left: 0;
		}
	
		.tm-map-and-contact-text.text-left .text-map-map {
			padding-right: 0;
		}
}

@media (max-width:767px) {
	.tm-map-and-contact-text.text-left .text-map-map,
	.text-map-contact-info {
		width:100%;
	}
}
.offset-cards.has-offset-card {
	padding-top: 0px;
	border: none;
}
.offset-cards-position.has-offset-card {
	margin-top: -90px;
	z-index: 666;
	position: relative;
}

	.offset-card-heading {
		padding-bottom: 20px;
	}

	.offset-card-item {
		margin: 0px auto 0px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-align-items: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}

		.card-column {
			max-width: 440px;
			background-color: #ffffff;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-justify-content: flex-start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			-webkit-align-items: stretch;
			    -ms-flex-align: stretch;
			        align-items: stretch;
			-webkit-flex-direction: column;
			    -ms-flex-direction: column;
			        flex-direction: column;
			box-shadow: 0 0 4px 2px rgba(223,223,223,0.50);
			border-radius: 10px;
		}
		
				.offset-card-item .card-column:first-child:nth-last-child(3), .offset-card-item .card-column:first-child:nth-last-child(3) ~ .card-column {
					width: calc( 33.33% - 30px );
				}

			.card-column-icon {
				padding-top: 40px;
				height: 85px;
			}

				.card-column-icon img {
				/*	max-width: 100%;
					width: auto;
					height: 60px;
					*/
				}	

		.card-column .icon-heading {
			height: 40px;
			margin-bottom: 0;
			margin-top: 40px;
			position: relative;
			font-weight: 600;
		}

		.card-column .icon-text {
			margin-top: 0;
			margin-left: 26px;
			margin-right: 26px;
			padding-bottom: 24px;
			border-bottom: 1px solid #e0e0e0;
			-webkit-flex-grow: 1;
			    -ms-flex-positive: 1;
			        flex-grow: 1;
		}

		.card-column .icon-link {
			padding-bottom: 40px;
			margin-top: 45px;
		}

@media ( max-width:1023px ) {
	.offset-card-item .card-column:first-child:nth-last-child(3), .offset-card-item .card-column:first-child:nth-last-child(3) ~ .card-column {
		width:calc( 33.33% - 15px );
	}
	
	.card-column .icon-text {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media ( max-width:767px ) {
	.offset-card-item {
		display: block;
	}
	
	.card-column {
		width: auto !important;
		margin: 60px auto 0;
	}
}
.simple-text-wrap {
	margin-left: auto;
	margin-right: auto;
}

.accent-text {
	text-transform: uppercase;
	font-size: 16px;
}

@media ( max-width: 960px ) {
	h2.h3 br {
		display: none;
	}
	
	.simple-text {
		padding-bottom: 50px !important;
		padding-top: 50px !important;
		color: inherit;
	}
}

@media ( max-width: 600px ){
	body.home .simple-text h2.module-heading{
		font-size: 30px;
	}
}
.staff-grid-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

	.staff-grid {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: space-between;
		        justify-content: space-between;
		-webkit-align-items: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		flex-wrap: wrap;
		width: 100%;
	}

	.staff-grid-layout {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
	}

		.three-columns .staff-grid-layout {
			width: calc(33.33% - ( 30px * 2 / 3 ) );
		    margin-right: 30px; 
		}
		
		.three-columns .staff-grid-layout:nth-child(3n+0) {
			margin-right: 0;
		}	
		
		.four-columns .staff-grid-layout {
			width: calc(25% - ( 110px * 3 / 4 ) );
    		margin-right: 110px;
    		max-width: 184px; 
			padding-bottom: 40px;
		}
		
		.four-columns .staff-grid-layout:nth-child(4n+0) {
			margin-right: 0;
		}	
		
			.staff-item-image {
				position: relative;
				display: block;
			}
		
				.staff-item-image img {
					display: block;
					width: 100%;
					height: auto;
				}
				
				.staff-image-caption {
					text-align: center;
					background-color: #F2F2F2;
					font-weight: 600;
					color: #404040;
					letter-spacing: 0.46px;
					padding-bottom: 10px;
					padding-top: 10px;
					padding-left: 10px;
					padding-right: 10px;
					flex-grow: 1;
				}
				
					.staff-name {
						font-size: 23px;
						padding-bottom: 10px;
					}
						
						.staff-title {
							font-size: 14px;
							font-style: italic;
						}
						
						.staff-description-bio {
							font-weight: 400;
							font-size: 16px;
							padding: 20px 20px 0;
							border-top: 1px solid #ffffff;
						}

@media (max-width: 1200px) {
	/*.image-hover-name {
		font-size: 2.5vw;
	}*/
}

@media ( max-width: 960px) {
	.four-columns .staff-grid-layout {
		width: calc( 25% - ( 30px * 3 / 4 ) );
		margin-right: 30px;
	}
}
@media (max-width: 767px) {
	.four-columns .staff-grid-layout {
		width: calc( 50% - 30px );
		max-width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.four-columns .staff-grid-layout:nth-child(even) {
		margin-right: 0;
	}
	
	.four-columns .staff-grid-layout:nth-child(odd) {
		margin-left: 0;	
	}
	
	.three-columns .staff-grid-layout {
		width: 100% !important;
		max-width: 369px;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 30px;
	}
	
	.three-columns .staff-grid-layout:nth-child(3n+0) {
		margin-right: auto;
		margin-bottom: 0;
	}
}

@media (max-width:520px) {
	.staff-grid {
		display: block;
	}
	
	.four-columns .staff-grid-layout {
		width: 100%;
		max-width: 184px;
	}
	
	.four-columns .staff-grid-layout:nth-child(odd) {
		margin-left: auto;
	}
	
	.four-columns .staff-grid-layout:nth-child(even) {
		margin-right: auto;
	}
}
.tall-columns-wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: stretch;
	    -webkit-align-items: stretch;
	        align-items: stretch;
	-ms-flex-pack: justify;
	    -webkit-justify-content: center;
	        justify-content: center;
}

	.tall-col-lists {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: stretch;
			-webkit-align-items: stretch;
		        align-items: stretch;
		-ms-flex-pack: justify;
			-webkit-justify-content: center;
		        justify-content: center;
		width: 100%;
	}

	.tall-columns-list:not(:last-child){
		margin-right: 2.564102564102564%
	}

	.tall-columns-list {
		position: relative;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction: column;
		    -webkit-flex-direction: column;
		        flex-direction: column;
		-ms-flex-align: stretch;
		    -webkit-align-items: stretch;
		        align-items: stretch;
		-ms-flex-pack: start;
		    -webkit-justify-content: flex-start;
		        justify-content: flex-start;
		width: 25%;
		border-radius: 0px;
		overflow: hidden;
		font-size: 15px;
		text-align: center;
	}

	.tall-col-item-image {
		position: relative;
		-ms-flex-positive: 0;
	    -webkit-flex-grow: 0;
		        flex-grow: 0;
	}

		.tall-col-item-image{
			display: block;
			width: 100%;
			background-size: cover;
			background-repeat: no-repeat;
			height: 560px;
		}
		
		.tall-col-item-content {
			-ms-flex-positive: 1;
			    -webkit-flex-grow: 1;
			        flex-grow: 1;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-ms-flex-direction: column;
			    -webkit-flex-direction: column;
			        flex-direction: column;
			-ms-flex-align: stretch;
			    -webkit-align-items: stretch;
			        align-items: stretch;
			-ms-flex-pack: start;
			    -webkit-justify-content: flex-start;
			        justify-content: flex-start;
			 position: absolute;
    		bottom: 0;
    		left: 0;
    		z-index: 334;
			font-family: 'Roboto Condensed', sans-serif;
    		font-size: 18px;
			font-weight: 600;
    		width: 100%;
			line-height: 1.2;
			background: rgba(33,33,33,0.5);
			text-transform: uppercase;
    		padding-top: 13px;
			padding-bottom: 13px;
			color: #ffffff;
		}
		
			.tall-col-item-content-button {
				-ms-flex-positive: 0;
				    -webkit-flex-grow: 0;
				        flex-grow: 0;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-ms-flex-align: center;
				    -webkit-align-items: center;
				        align-items: center;
				-ms-flex-pack: center;
				    -webkit-justify-content: center;
				        justify-content: center;
				margin: 0 25px;
				border:0;
				border-radius: 0;
				padding: 10px 10px;
				text-decoration: none;
}

@media ( max-width:960px ) {
	.tall-col-lists {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	
	.tall-columns-list {
		width: calc(50% - 20px);
		padding-bottom: 20px;
		margin-right: auto;
		margin-left: auto;
		max-width: 400px;
	}
	
	.tall-columns-list:not(:last-child) {
		margin-right: auto;
	}
	
	.tall-col-item-content {
		-webkit-transform: translateY(-20px);
		    -ms-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
}
 
@media ( max-width:480px ) {
	.tall-columns-list {
		width: 100%;
		margin-right: 0;
	}
	
		.tall-columns-list:not(:last-child) {
			margin-right: 0;
		}
}  
.testimonial-slider {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

	.testimonial-slider-wrap,
	.testimonial-slide {
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-justify-content: start;
		    -ms-flex-pack: start;
		        justify-content: space-between;
		-webkit-align-items: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}
	
		.testimonial-quote {
			font-size: 200px;
			font-weight: 300;
			line-height: 1;
			padding-left: 120px;
			padding-right: 20px;
		}
	
			.testimonial-slide {
				line-height: 1.2;
				width: calc(100% - 50px);
				padding-right: 50px;
			}
		
				.testimonial-source-and-quote {
					display: -webkit-flex;
					display: -ms-flexbox;
					display: flex;
					-webkit-flex-direction: column;
					    -ms-flex-direction: column;
					        flex-direction: column;
					-webkit-align-items: flex-end;
					    -ms-flex-align: end;
					        align-items: flex-end;
					-webkit-justify-content: flex-start;
					    -ms-flex-pack: start;
					        justify-content: flex-start
				}
				
					.testimonials-source {
						font-size: 22px;
					}

/*slick*/
.testimonial-slide .slick-initialized .slick-slide {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.testimonial-slider-wrap .slick-prev,
.testimonial-slider-wrap .slick-next {
	padding: 10px 15px;
	background-color: transparent;
	color: #233452;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	opacity: 1;
	position: absolute;
	z-index: 99;
	top: 50px;
	-ms-transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	transition-property:  color;
	transition-duration: 0.2s;
	cursor: pointer;
}
	
.testimonial-slider-wrap:hover .slick-prev,
.testimonial-slider-wrap:hover .slick-next {
	opacity: 0.5;
}

.testimonial-slider-wrap .slick-prev:hover,
.testimonial-slider-wrap .slick-next:hover {
	color: white;
	opacity: 1;
}

.testimonial-slider-wrap .slick-prev {
	left: 0;
}
			
.testimonial-slider-wrap .slick-next {
	right: 0;
}
				
.testimonial-slider-wrap .slick-dots {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	    -webkit-align-items: center;
	        align-items: center;
	-ms-flex-pack: center;
	    -webkit-justify-content: center;
	        justify-content: center;
	width: 100%;
	margin: 5px 0 0;
	padding-left: 0;
	list-style-type: none;
	position: absolute;
	bottom: 15px;
	left: 0;
}

	.testimonial-slider-wrap .slick-dots button {
		display: block;
		width: 10px;
		height: 10px;
		margin: 0 5px;
		padding: 0;
		box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5);
		border-radius: 50%;
		overflow: hidden;
		text-indent: -9999px;
		transition-property: background-color;
		transition-duration: 0.1s;
	}
	
.testimonial-slider-wrap .slick-left-button {
	background-color: transparent;
	position: absolute;
    top: 0;
    height: 100%;
    border-right: 1px solid #eeeeee;
	cursor: pointer;
	transition-property: background-color;
    transition-duration: 0.2s;
}

.slick-right-button {
	background-color: transparent;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    border-left: 1px solid #eeeeee;
	cursor: pointer;
	transition-property: background-color;
    transition-duration: 0.2s;
}

.slick-left-button:hover,
.slick-prev:hover,
.slick-right-button:hover,
.slick-next:hover {
	background-color: grey;
}

.slick-prev:hover,
.slick-next:hover {
	border: none;
}

.slick-left-button .slick-prev,
.slick-right-button .slick-next {
	top: 50%;
}

.slick-left-button button,
.slick-right-button button {
	border: none;
	background: none;
	color: black;
	padding: 0 20px;
}

@media (max-width:1200px ) {
	.testimonial-slide.slick-slide {
		padding-top: 0 !important;
	}
}

@media ( max-width: 767px) {
	.testimonial-slide {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;	
		padding: 0;
	}
	
	.testimonial-quote {
		padding-left: 0;
		padding-right: 0;
	}
	
	.testimonial-quote img {
		margin-left: auto;
		margin-right: auto;
	}
	.testimonial-source-and-quote {
		padding-top: 20px;
	}
	
	.testimonial-slider-wrap .slick-prev, 
	.testimonial-slider-wrap .slick-next {
		top:auto;
		bottom: 0;
	}
}
/*testimonial*/ 
.reviews-detail{
	line-height: 1.85;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: flex-start;
	    -webkit-align-items: flex-start;
	        align-items: flex-start;
	-ms-flex-direction: column;
	    -webkit-flex-direction: column;
	        flex-direction: column;
	padding: 30px;
	text-align: left;
}

.testimonial-card-wrap .slick-track{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	padding-top: 40px;
}
.reviews-detail-wrap.slick-slide{
	height: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	background: white;
	margin-right: 40px;
	box-shadow: 0 0 15px 0 rgba(243,243,243,0.50);
	border-radius: 4px;
}

.testimonial-card-section-heading .h4 {
	font-weight: 600;
}

.customer-review{
	max-width: 340px;
	font-size:14px;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.customer-name .h5{
	font-weight: 600;
	text-align: left;
	padding-bottom: 0;
}

.testi-date {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 30px;
	text-transform: uppercase;
	font-weight: 400;
}

.reviews-detail-wrap.slick-slide:last-child{
	margin-right: 0;
}

.testimonial-card-wrap .slick-prev, .testimonial-card-wrap .slick-next {
		width:30px;
		height: 30px;
		color: #000000;
		font-size: 20px;
		line-height: 1;
		position: absolute;
		border-radius: 50%;
		z-index: 99;
		top: 100%;
		-ms-transform: translateY(-50%);
		    -webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		transition-property:  background-color, color;
		transition-duration: 0.2s;
		cursor: pointer;
	}
		.testimonial-card-wrap .slick-prev {
			left: 0;
		}
			.testimonial-card-wrap .fa-angle-left:before{
				position: absolute;
				top:50%;
				-ms-transform: translate(-4px, -11px);
				    -webkit-transform: translate(-4px, -11px);
				        transform: translate(-4px, -11px);
			}

			.testimonial-card-wrap .fa-angle-right:before{
				position: absolute;
				top:50%;
				-ms-transform: translate(-2px, -11px);
				    -webkit-transform: translate(-2px, -11px);
				        transform: translate(-2px, -11px);
			}

		.testimonial-card-wrap .slick-next {
			right: -18px;
		}

		.testimonial-card-wrap .slick-left-button:hover, 
		.testimonial-card-wrap .slick-prev:hover, 
		.testimonial-card-wrap .slick-right-button:hover, 
		.testimonial-card-wrap .slick-next:hover {
			background-color: transparent;
		}

@media ( max-width:1200px ) {
	.reviews-detail-wrap.slick-slide {
		padding-top: 0 !important;
		padding-bottom: 20px;
	}
}

@media ( max-width: 600px ) {
	.reviews-detail-wrap.slick-slide {
		margin-right: 0;
	}
	
	.customer-review {
		max-width: 100%;
	}
	
	.testimonial-card-wrap .slick-next {
		right: -22px;
	}
}
.three-boxes-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
	
	.three-boxes-item {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-align-items: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		width: 32%;
		margin-right: 2%;
	}

		.three-boxes-item:last-child {
			margin-right: 0;
		}

		.three-box-link {
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-justify-content: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-align-items: center;
			    -ms-flex-align: center;
			        align-items: center;
			height: 290px;
			font-weight: 600;
			font-size: 25px;
			text-decoration: none;
			text-transform: uppercase;
		}

@media ( max-width: 1300px ) {
	.three-box-link {
		font-size: 1.75vw;
	}
}

@media ( max-width: 960px ) {
	.three-box-link {
		font-size: 20px;
	}
}

@media ( max-width: 767px ) {
	.three-boxes-wrap {
		display: block;
	}
	
		.three-boxes-item {
			max-width: 360px;
			width: 100%;
			margin-right: auto;
			margin-left: auto;
		}
		
			.three-boxes-item:last-child {
				margin-right: auto;
			}
			
			.three-boxes-item:not( :first-child ) {
				margin-top: 45px;
			}
}
.three-columns-video-wrap h2 {
	font-weight: 600;
}
.three-columns-video {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

	.three-column {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: calc(33.33% - 20px);
	}

		

			.video-heading {
				margin-bottom: 10px;
				font-weight: 600;
			}

				iframe {
					width:100%;
					max-width:100%;
				}		
@media ( max-width:767px ) {
	.three-columns-video {
		display: block;
	}
	
		.three-column {
			width:100%;
		}
	
	.three-column:not(:first-child) {
    	margin-top: 40px;
	}
}
.three-columns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

	.three-column {
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-align-items: stretch;
			-ms-flex-align: stretch;
			align-items: stretch;
			-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
			justify-content: flex-start;
	}

		.has-three-columns .three-column {		
			width: calc(33.33% - 20px);
		}

		.has-four-columns .three-column {
				width: calc(25% - 20px);
		}

		.three-column-image img {
			display: block;
			max-width: 100%;
			height: auto;
			width:100%;
		}

		.three-column-text {
			-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}

			h3.three-column-heading {
				margin-bottom: 10px;
			}

			.three-column-heading a {
				text-decoration: none;
				color: inherit;
				font-weight: 600;
			}

			.three-column-link a {
				padding-bottom: 8px;
				text-decoration: none;
				border-bottom-width: 5px;
				border-bottom-style: solid;
				color: inherit;
			}
			
@media ( max-width:767px ) {
	.three-columns {
		display: block;
	}
	
		.three-column, 
		.has-four-columns .three-column, 
		.has-three-columns .three-column {
			width: 100%;
			max-width: 360px;
			margin-left: auto;
			margin-right: auto;
		}
	
	.three-column:not(:first-child) {
    	margin-top: 40px;
	}
}
.two-column-text-wrap {
	margin-left: auto;
	margin-right: auto;
}

	.two-column-section {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

		.two-column-section h5.accent-text {
			font-size: 24px;
			width: 35%;
			text-transform: none;
			margin-top: 0;
			font-weight: 600;
		}

		.two-column-text-and-heading {
			width: 64.416%;
			padding-left: 20px;
		}

			.two-column-text-and-heading h5 {
				margin-top: 0;	
				font-weight: 600;
				font-size: 24px;
			}

@media ( max-width: 960px ) {
	h2.h3 br {
		display: none;
	}
	
	.simple-text {
		padding-bottom: 50px !important;
		padding-top: 50px !important;
		color: inherit;
	}
}

@media ( max-width: 600px ){
	.two-column-section {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.two-column-section h5.accent-text,
	.two-column-text-and-heading {
		width: 100%;
	}
	
	.two-column-text-and-heading {
		padding-left: 0;
	}
}.footer-5-content {
	display: flex;
	align-items: stretch;
}

	.box {
		width:100%;
		padding: 40px 30px;
		font-size: 14px;
	}

	.box:first-child:nth-last-child(4), .box:first-child:nth-last-child(4) ~ .box {
		width:25%;
	}

	.icon-list-item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 15px;
	}

	.icon-list-item > .fa,
	.icon-list-item > .fas {
		font-size: 24px;
		line-height: 1;
	}

	.icon-list-text {
		width: calc(100% - 40px);
		text-align: left;
	}

	.icon-list-text a {
		color: inherit;
		text-decoration: none;
	}

@media (max-width:1200px) {
	.footer-5-content {
		padding-left: 0;
		padding-right: 0;
	}	
}

@media (max-width: 1023px) {
	.footer-5-content {
		flex-wrap: wrap;
	}
	
	.box:first-child:nth-last-child(4), .box:first-child:nth-last-child(4) ~ .box {
    	width: 50%;
	}
}

@media ( max-width: 767px ) {
	.box {
		width: 100% !important;
	}
}