.section-block.form-map-block .block-inner{
	display: flex;
	flex-wrap: wrap;
	font-family: var(--primary_font);
	font-weight: 400;
	color: #fff;
	font-size: 1rem;
	position: relative;
	overflow: hidden;
	background: var(--primary_color);
}

.section-block.form-map-block .form-wrap{
	width: 100%;
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
}

.section-block.form-map-block .form-wrap a:not(.btn){
	color: #fff;
}

.section-block.form-map-block .form-inner{
	width: 100%;
}

.section-block.form-map-block .office-inner{
	width: 100%;
	font-family: var(--secondary_font);
	padding-top: 40px;
}

.section-block.form-map-block .block-title{
	color: #fff;
	position: relative;
	padding-bottom: 20px;
	font-family: var(--primary_font);
	text-transform: uppercase;
}

.section-block.form-map-block .block-title:before{
	content: '';
	width: 40px;
	height: 4px;
	background: var(--tertiary_color);
	position: absolute;
	bottom: 0;
	left: 0;
}

.section-block.form-map-block .map-wrap{
	width: 100%;
	height: 350px;
	position: relative;
}

.section-block.form-map-block .map-wrap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 30;
}

.section-block.form-map-block .gform_wrapper label{
	color: #fff;
}

.section-block.form-map-block .gform_wrapper .gform_button{
	background: #fff;
	color: var(--secondary_color);
}

.section-block.form-map-block .gform_wrapper .gform_button:hover{
	color: var(--primary_color);
}

.section-block.form-map-block .email a{
	text-decoration: underline;
}

.section-block.form-map-block .address{
	padding: 18px 0;
}

.section-block.form-map-block .directions{
	padding-top: 30px;
}

.section-block.form-map-block .btn.sm{
	padding: 12px 15px;
}

/* Responsive */
@media screen and (min-width: 630px) {
	.section-block.form-map-block .form-inner{
		width: 55%;
	}

	.section-block.form-map-block .office-inner{
		width: 45%;
		padding-top: 0;
		padding-left: 50px;
	}
}

@media screen and (min-width: 861px) {
	.section-block.form-map-block .form-wrap{
		width: 50%;
		padding: 55px 55px 55px 0;
	}

	.section-block.form-map-block .map-wrap{
		width: 50%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		height: inherit;
	}

	.section-block.form-map-block .form-wrap.fullwidth{
		width: 100%;
		padding: 55px 0;
	}
}