.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;
	}
}
.full-width-image-button-wrap .full-width {
	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;
}
	
	.fw-image-button-hover-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;
	}

		.full-width.has-three-columns .fw-image-button-hover-item{
			width:33.33%;
		}

		.full-width.has-four-columns .fw-image-button-hover-item{
			width:25%;
		}

		.fw-image-button-hover-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: 350px;
			font-weight: 600;
			font-size: 25px;
			text-decoration: none;
			text-transform: uppercase;
		}

			span.fw-image-button-title-span {
				border: 2px solid white;
				padding: 20px 30px;
				font-family: 'Fjalla One', sans-serif;
				font-weight: 400;
				font-size: 22px;
			}
@media ( max-width: 1300px ) {
	span.fw-image-button-title-span {
		font-size: 1.75vw;
	}
}

@media ( max-width: 960px ) {
	span.fw-image-button-title-span {
		font-size: 20px;
	}
	.full-width-image-button-wrap .full-width  {
		flex-wrap: wrap;
	}
	.full-width.has-four-columns .fw-image-button-hover-item {
		width: 50%;
	}
}

@media ( max-width: 767px ) {
	.full-width-image-button-wrap .full-width  {
		flex-wrap: wrap;
	}
	.full-width.has-four-columns .fw-image-button-hover-item {
		width: 100%;
	}
	
	.fw-image-button-hover-link {
		height: 290px;
	}
		
	span.fw-image-button-title-span {
		padding: 10px;
	}
		
}.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: 960px) {
	.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;
	}
}