#gs_contact-page-wrap {
	overflow: hidden;
}
.gs_cp-marketing{	
	box-sizing: border-box;
	position: relative;
	color: #fff;	
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/contact-page/marketing-bg-600.webp);
}
.gs_cp-marketing-inner {
	padding: 20px;
}
.gs_cp-contact-options{
	text-align: center;
}
.gs_cp-contact-option{
	width: 280px;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	padding: 0 0 0 100px;
	margin: 0 auto 30px;
}
.gs_cp-contact-option:before{
	content: '';
	position: absolute;
	width: 82px;
	height: 82px;
	background: url(../img/contact-page/contact-option-icons.webp);
	background-size: 250px;
	top: 0;
	left: 0;
}
.gs_cp-contact-option:nth-of-type(2):before{ background-position: left -84px top; }
.gs_cp-contact-option:nth-of-type(3):before{ background-position: left -168px top; }
.gs_cp-contact-option span{
	display: block;	
	font-size: 14px;
	padding: 0 0 13px;
	text-transform: uppercase;
}
.gs_cp-contact-option a{
	display: inline-block;
	padding: 5px 20px;
	font-size: 14px;
	border-radius: 7px;
	text-align: center;	
	text-transform: uppercase;
	color: #ffffff;	
	background: #328a3f;
	transition: 300ms;
}
.gs_cp-contact-option a:hover{ background-color: #ffffff; color: #000000; }
.gs_cp-form-wrap{
	background: #328a3f;
	padding: 20px 10px;
}
.gs_cp-form-title{
	display: block;
	padding: 0 0 20px;
	font-weight: 300;
	font-size: 25px;
	text-transform: uppercase;	
	line-height: 1;
	color: #ffffff;
	text-align: center;
}
.gs_cp-form-title span {
	font-size: 30px;
	font-style: italic;
	text-transform: none;
 }
.gs_cp-form input,
.gs_cp-form textarea{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 15px;
	background: #fff;
	color: #000;
	border-radius: 4px;
	margin: 0 auto 10px;
	border: 0;
	outline: 0;
}
.gs_cp-form input::placeholder,
.gs_cp-form textarea::placeholder{ color: #000; }
.gs_cp-form textarea{ height: 100px; }
.gs_cp-form .gRecaptchaWrapper{
	background: #4a90e2;
	width: 100%;
	height: 60px;
	margin: 0 auto 10px;
}
.gs_cp-form .submit-button-wrap{
	position: relative;
	margin: 15px 0 0;
}
.gs_cp-form .submit-button-wrap::before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background-color: transparent;
}
.gs_cp-form .submit-button-wrap:hover::before{
	border: 2px solid #328a3f;
	background-color: #ffffff;
}
.gs_cp-form .submit-button{
	position: relative;
	z-index: 5;
	margin: 0;
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
	border: 2px solid #ffffff;
	text-transform: uppercase;
	cursor: pointer;
	background: transparent;
}
.gs_cp-form .submit-button:hover{ color: #000000; }
.gs_cp-content{
	position: relative;
	z-index: 15;
	padding: 20px;
	line-height: 1.5;
}
.gs_cp-content h1{
	display: block;
	font-size: 40px;
	line-height: 1;
	padding: 0 0 15px;
	font-weight: bold;
	color: #19362c; 
}
.gs_cp-content h2{
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 15px;
}
.gs_cp-content h3{
	display: block;
	font-weight: bold;
	padding: 0 0 5px;
}
.gs_cp-content h4,
.gs_cp-content h5{
	font-weight: bold;
}
.gs_cp-addresses li{
	position: relative;
	padding: 0 0 20px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	margin: 0 auto 20px;	
	color: #0b1e2c;
}
.gs_cp-addresses li p{ padding: 0; }

.gs_cp-maps{ display: none; }

.gs_cp-help-btn{
	display: block;
	width: 250px;
	text-align: center;
	padding: 10px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	background: #328a3f;
	box-shadow: inset 0 0 0 1px #fff;
	border: 2px solid #328a3f;
	border-radius: 5px;
	margin: 0 auto 20px;
	transition: 300ms;
}
.gs_cp-help-btn:hover{
	background: #70be7c;
	border-color: #70be7c;
}

@media screen and (min-width: 820px){
	.gs_cp-marketing{
		position: relative;		
		background-image: url(../img/contact-page/marketing-bg-1120.webp);
	}
	.gs_cp-marketing:after{
		content: '';
		display: table;
		clear: both;
	}
	.gs_cp-marketing-inner {
		padding: 220px 40px 60px;
	}
	.gs_cp-contact-options{
		display: inline-block;
	}
	.gs_cp-contact-option{
		width: auto;
		padding: 0 0 0 160px;
		margin: 0 auto 80px;
	}
	.gs_cp-contact-option:nth-of-type(3){ margin-bottom: 0; }
	.gs_cp-contact-option:before{
		width: 132px;
		height: 132px;
		background-size: 400px;
	}
	.gs_cp-contact-option:nth-of-type(2):before{ background-position: left -134px top; }
	.gs_cp-contact-option:nth-of-type(3):before{ background-position: left -268px top; }
	.gs_cp-contact-option span{
		font-size: 18px;
		padding: 10px;
	}
	.gs_cp-contact-option a{
		font-size: 18px;
		padding: 10px 40px;
	}

	.gs_cp-form-wrap{
		padding: 20px 20px 28px;
		width: 340px;
		box-sizing: border-box;
		float: right;
	}

	.gs_cp-content{
		overflow: hidden;
		padding: 40px;
	}
	.gs_cp-content main{
		position: relative;
		float: left;
		width: calc(100% - 20px - 382px);
	}
	.gs_cp-content h1{ font-size: 36px; padding: 0 0 40px; }
	.gs_cp-content h2{ font-size: 20px; padding: 0 0 20px; }
	.gs_cp-content h3{ font-size: 18px; }
	.gs_cp-content h3 span{ font-size: 15px; }
	.gs_cp-help-btn{
		position: relative;
		font-size: 18px;
		width: 300px;
		padding: 10px 0 10px 50px;
		box-sizing: border-box;
	}
	.gs_cp-help-btn:before{
		content: '';
		position: absolute;
		width: 45px;
		height: 37px;
		background: url(../img/contact-page/help-btn-icon.webp);
		background-size: 100%;
		top: 4px;
		left: 15px;
	}

	.gs_cp-sidebar{
		float: right;
		width: 300px;
	}
}

@media screen and (min-width: 1120px){
	.gs_cp-marketing{	
		height: 528px;
	}	
	.gs_cp-marketing-inner {
		padding: 0px 60px;
	}
	.gs_cp-contact-options{
		margin: 222px 300px 0 0;
	}
	.gs_cp-contact-option{
		display: inline-block;
		margin: 0 10px;
		padding: 133px 0 0;
		text-align: center;
	}
	.gs_cp-contact-option:first-of-type{ margin-left: 0; }
	.gs_cp-contact-option:last-of-type{ margin-right: 0; }
	.gs_cp-contact-option:before{
		left: calc(50% - 66px);
	}
	.gs_cp-contact-option:nth-of-type(2):before{}
	.gs_cp-contact-option:nth-of-type(3):before{}
	.gs_cp-contact-option span{ font-size: 16px; }

	.gs_cp-form-wrap{
		position: absolute;
		z-index: 20;
		top: 222px;
		right: 60px;
		width: 400px;
	}

	.gs_cp-content{ 
		margin: 0 auto 0;
		padding: 80px 60px 100px; 
	}
	
	.gs_cp-content main{
		width: calc(100% - 40px - 390px);
	}
	.gs_cp-addresses{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: wrap;
		margin: 0 auto 43px;
		column-gap: 38px;
		row-gap: 39px;
	}
	.gs_cp-addresses li{
		display: inline-block;	
		vertical-align: top;
		box-sizing: border-box;
		padding: 0 0 18px;
		font-size: 14px;
		border: 0;
		border-bottom: 2px solid transparent;
		margin: 0;
	}
	.gs_cp-addresses li:first-child{ padding-left: 0; }	
	.gs_cp-addresses li.active{
		position: relative;
		border-bottom: 2px solid rgba(0,0,0,0.15);
	}	
	.gs_cp-addresses li.active:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 4px;
		bottom: -5px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #328a3f;
	}
	.gs_cp-addresses li.active::after {
		content: "";
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translateX(-50%);
		width: 30px;
		height: 15px;
		background-color: #328a3f;
		clip-path: polygon(50% 100%, 0 0, 100% 0);
	}
	.gs_cp-addresses li .gs_cp-addresses-inner {
		position: relative;
	}
	.gs_cp-addresses li:not(:first-child) .gs_cp-addresses-inner::before{
		content: "";
		position: absolute;
		top: 5px;
		left: -18px;
		width: 2px;
		height: 86px;
		background-color: #328a3f;
	}
	.gs_cp-addresses a{ display: none; }

	.gs_cp-maps{
		display: block;
		margin: 0 auto 20px;
	}
	.gs_cp-maps li{
		display: none;
	}
	.gs_cp-maps li.active{ display: block; }
	.gs_cp-maps a{
		display: block;
	}
	.gs_cp-maps img{ width: 100%; }

	.gs_cp-help-btn{
		font-size: 20px;
		padding: 10px 0 10px 50px;
		width: 330px;
	}
	.gs_cp-sidebar{
		margin: 156px 0 0;
		width: 390px;
	}	
}
@media screen and (min-width: 1400px){
	.gs_cp-addresses {
		column-gap: 55px;
		row-gap: 55px;
	}
	.gs_cp-addresses li{
		width: auto;
		font-size: 16px;
	}	
	.gs_cp-addresses li:first-child{ margin-left: 0; }
	.gs_cp-addresses li:last-child{ margin-right: 0; }		
	.gs_cp-addresses li:not(:first-child) .gs_cp-addresses-inner::before{
		top: 5px;
		left: -27px;
		width: 2px;
		height: 94px;
	}
}
@media screen and (min-width: 1640px){
	.gs_cp-marketing{
		background-image: url(../img/contact-page/marketing-bg.webp);	
	}	
	.gs_cp-marketing-inner {
		padding: 182px 60px 0;
	}
	.gs_cp-marketing-wrap{
		max-width: 1800px;
		position: relative;
		margin: 0 auto;
	}
	.gs_cp-contact-options{
		margin: 0px 460px 0 0;
	}
	.gs_cp-contact-option{
		padding: 186px 0 0;
		margin: 0 40px;
	}
	.gs_cp-contact-option:before{
		width: 186px;
		height: 186px;		
		background-size: auto;
		left: calc(50% - 93px);
	}
	.gs_cp-contact-option:nth-of-type(2):before{ background-position: left -190px top; }
	.gs_cp-contact-option:nth-of-type(3):before{ background-position: left -380px top; }
	.gs_cp-contact-option span{
		font-size: 20px;
		padding: 17px 0 15px;
	}
	.gs_cp-contact-option a{
		font-size: 20px;
		padding: 10px 50px;
	}
	.gs_cp-form-wrap{
		width: 388px;
		top: 0;
		right: 0;
	}
	.gs_cp-form-title{ font-size: 34px; }
	.gs_cp-form-title span { font-size: 60px; }

	.gs_cp-form input,
	.gs_cp-form textarea{ font-size: 22px; }
	.gs_cp-form .submit-button{ font-size: 25px; }

	.gs_cp-content{
		max-width: 1800px;
		margin: 0 auto 0;
	}
	
	.gs_cp-content main{
		width: calc(100% - 60px - 388px);
	}	
	.gs_cp-content h1{ font-size: 60px;  }
	.gs_cp-content h2{ font-size: 25px; padding: 0 0 30px; }
	.gs_cp-content h3{ font-size: 22px; }
	.gs_cp-content h3 span{ font-size: 18px; }
	.gs_cp-content h4,
	.gs_cp-content h5{ font-size: 18px; }

	.gs_cp-addresses{ margin: 0 0 60px; }
	.gs_cp-addresses li{ font-size: 18px; }
	.gs_cp-addresses li:not(:first-child) .gs_cp-addresses-inner::before{
		top: 7px;
		left: -25px;
		width: 2px;
		height: 106px;
	}

	.gs_cp-help-btn{
		margin: 60px auto 0;
		font-size: 28px;
		width: 470px;
		padding: 15px 0 15px 85px;
	}
	.gs_cp-help-btn:before{
		width: 66px;
		height: 54px;
		top: 7px;
		left: 40px;
	}	

	.gs_cp-sidebar{
		width: 388px;
		margin: 164px 0 0;
	}
}
@media screen and (min-width: 2000px) {

}

/*Modal form*/ 
.gs_modal-form:before {
	background: rgba(0,0,0,0.9);
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	padding: 0 0 999px;
	margin: 0 0 -999px;
}
.gs_modal-form{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
.gs_mf-wrap{
	margin: 100px auto 0;	
	position: relative;
	width: 300px;
	overflow: hidden;
	position: relative;
}
.gs_modal-form .gs_cp-form-wrap{
	position: relative;
	top: 0;
	left: 0;
}
.gs_modal-form .gs_cp-form-wrap{
	position: relative;
	box-sizing: border-box;
	width: 100%;
}
.gs_mf-link-close{
	position: absolute;
	display: block;
	font-size: 30px;
	top: 5px;
	right: 10px;
	color: #ffffff;
	z-index: 25;
	line-height: 1;
	cursor: pointer;
}

@media screen and (min-width: 1120px){
	.gs_mf-wrap{
		margin: 50px auto 0;
		width: 500px;
	}
	.gs_mf-link-close{
		font-size: 40px;
		top: 10px;
		right: 20px;
	}
}

#shareThisPage { display: none; }