#gs_contact-page-wrap {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
#gs_contact-page-wrap::before {
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(151,151,151,0) 100%);
	bottom: 0; content: ''; height: 46px; left: 0; opacity: 0.08; position: absolute; width: 100%; z-index: -1;
}
.gs_cp-marketing{
	background-image: url(../img/contact-page/marketing-bg-600.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	padding: 30px 20px 20px;
	text-align: center;
}
.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-family: "Red Hat Display", sans-serif;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 0 13px;
}
.gs_cp-contact-option span br { display: none; }
.gs_cp-contact-option a{
	display: inline-block;
	text-align: center;
	padding: 11px 20px 10px;
	background: none;
	border: 2px solid #FFF;
	text-transform: uppercase;
	font-family: "Red Hat Display", sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 16px;
	transition: 300ms;
}
.gs_cp-contact-option a:hover{
	cursor: pointer;
	color: #104FA3;
	background: #FFF;
	text-decoration: none;
}
.gs_cp-form-wrap{
	background: #FFF;
	box-sizing: border-box;
	padding: 20px 0;
	position: relative;
	z-index: 9;
}
.gs_cp-form-wrap::before,
.gs_cp-form-wrap::after { content: ''; position: absolute; }
.gs_cp-form-wrap::before {
	background: #FFF;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
.gs_cp-form-wrap::after {
	background: #000;
	bottom: 0;
	filter: blur(26px);
	height: 100%;
	left: 0;
	opacity: 0.20;
	width: 100%;
	z-index: -2;
}
.gs_cp-form-pad { box-sizing: border-box; padding: 0 10px; }
.gs_cp-form-title{
	color: #104FA3;
	display: block;
	font-family: "Red Hat Display", sans-serif;
	font-size: 18px;
	font-weight: 500;
	overflow: hidden;
	padding: 0 0 20px;
	position: relative;
	line-height: 1.2;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
}
.gs_cp-form-title em { display: block; font-style: normal; }
.gs_cp-form label { color: #000; display: block; font-size: 14px; font-weight: 700; margin: 11px 0 15px; text-align: left; }
.gs_cp-form input,
.gs_cp-form textarea {
	background: transparent;
	border: 2px solid #104FA3;
	border-radius: 0;
	box-sizing: border-box;
	color: #000;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	height: 46px;
	margin: 0 auto 15px;
	outline: none;
	padding: 9px 10px;
	width: 100%;
}
.gs_cp-form textarea { height: 93px; margin: 0 auto 14px; padding: 13px 10px 10px; }
.gs_cp-form input::placeholder,
.gs_cp-form textarea::placeholder{ color: #000; font-size: 16px; opacity: 1; }
.gs_cp-form input[type="submit"] { box-sizing: border-box; height: auto; padding: 16px 52px 18px 0; }
.gs_cp-form .gRecaptchaWrapper{
	background: #4a90e2;
	width: 100%;
	height: 60px;
	margin: 0 auto 21px;
	width: 255px;
}
.grSubmitWrapper {
	background: none;
	border: 2px solid #104FA3;
	color: #104FA3;
	width: 100%;
	height: 55px;
	margin: 0 auto;
	max-width: 100%;
	transition: .5s;
	position: relative;
	font: 18px/1 "Open Sans", sans-serif;
	font-weight: 700;
	z-index: 1;
	overflow: hidden;
	text-transform: uppercase;
}
.grSubmitWrapper::before {
	background-image: url(../img/icons/icon-arrSubmit.webp);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto;
	content: ''; height: 25px; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 39px;
}
.grSubmitWrapper:hover::before {
	background-position: left bottom;
}
/*
.grSubmitWrapper:hover::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 3px;
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	background: #fff;
	z-index: -1;
	border-radius: 6px;
	border: 1px solid #03365d;
}
*/
.formReqTtl { color: #104FA3; display: block; font-size: 14px; font-weight: 700; line-height: 1.2; padding: 6px 0 12px; text-align: left; }
.formDisclaimerMsg {
	color: #000;
	flex: 1;
	font-size: 12px;
	line-height: 1.5;
	padding: 0 0 20px;
	text-align: left;
}
.gs_cp-form .submit-button{
	width: 100%;
	height: 100%;
	outline: 0;
	background-color: transparent;
	border: 0;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	color: #104FA3;
	padding: 0 30px 0 0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: 300ms;
}
.gs_cp-form .submit-button:hover{
	color: #FFF;
	background-color: #104FA3;
}
.gs_cp-content{
	line-height: 1.67;
	padding: 30px 20px;
}
.gs_cp-content h1{
	color: #104FA3;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 20px;
}
.gs_cp-content h2{
	display: block;
	font-size: 20px;
	font-weight: 400;
	padding: 10px 0 20px 0;
}
.gs_cp-content h3{
	color: #00336F;
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding: 0;
}
.gs_cp-content h4,
.gs_cp-content h5{
	font-size: 18px;
	font-weight: 400;
}
.gs_cp-content ul {
	padding: 0;
	overflow: initial;
}
.gs_cp-addresses li{
	display: block;
	padding: 0 0 20px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	margin: 0 auto 20px;
	font-family: "Open Sans", sans-serif;
}
.gs_cp-addresses li p{ padding: 0 0 10px; }

.gs_cp-maps{ display: none; }

.gs_cp-help-btn_wrap {
	margin: 0 auto 20px;
	text-align: center;
}
.gs_cp-help-btn{
	display: inline-block;
	min-width: 250px;
	text-align: center;
	padding: 10px 15px;
	color: #FFF;
	font-family: "Red Hat Display", sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	background: #104FA3;
	box-shadow: inset 0 0 0 2px #FFF;
	border: 3px solid #104FA3;
	transition: 300ms;
}
.gs_cp-help-btn:hover{
	cursor: pointer;
	text-decoration: none;
	background: #4B8AE0;
	border-color: #4B8AE0;
	color: #FFF;
}
.gs_cp-maps img { display: block; height: auto; margin: 0 auto; max-width: 100%; }
@media screen and (min-width: 500px){
	.gs_cp-form-title span { box-sizing: border-box; display: inline-block; padding: 0 10px; position: relative; }
	.gs_cp-form-title span::before,
	.gs_cp-form-title span::after {
		background: #545454;
		box-sizing: border-box;
		content: ""; display: block; height: 3px; margin: 0; position: absolute; top: 50%; transform: translateY(-50%); width: calc(100% + 400px);
	}
	.gs_cp-form-title span::before { right: 100%; }
	.gs_cp-form-title span::after { left: 100%; }
}
@media screen and (min-width: 800px){
	.gs_cp-marketing{
		position: relative;
		padding: 69px 40px 40px;
		background-image: url(../img/contact-page/marketing-bg-1120.webp);
	}
	.gs_cp-marketing:after{
		content: '';
		display: table;
		clear: both;
	}
	.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{
		padding: 0 0 10px;
	}
	.gs_cp-contact-option span br { display: block; }

	.gs_cp-form-wrap{
		padding: 20px 0;
		width: 300px;
		box-sizing: border-box;
		float: right;
	}
	.gs_cp-form-pad { padding: 0 15px; }
	.gs_cp-content{
		overflow: hidden;
		padding: 40px;
	}
	.gs_cp-content main{
		float: left;
		padding: 0;
		width: calc(100% - 40px - 300px);
	}

	.gs_cp-help-btn{
		position: relative;
		min-width: 300px;
		padding: 12px 20px 12px 75px;
		box-sizing: border-box;
	}
	.gs_cp-help-btn::before{
		content: '';
		position: absolute;
		top: 50%;
		width: 45px;
		height: 37px;
		background: url(../img/contact-page/help-btn-icon.webp) no-repeat left top;
		background-size: 200%;
		left: 15px;
		transform: translateY(-50%);
		overflow: hidden;
	}
	/* .gs_cp-help-btn:hover::before { background-position: left top; } */
	.gs_cp-sidebar{
		float: right;
		padding: 0;
		width: 300px;
	}
}
@media screen and (min-width: 1120px){
	.gs_cp-marketing{
		height: 285px;
		padding: 77px 60px 15px;
	}
	.gs_cp-contact-options{
		margin: 0 300px 0 0;
	}
	.gs_cp-contact-option{
		display: inline-block;
		margin: 0 10px;
		padding: 160px 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-form-wrap{
		position: absolute;
		top: 77px;
		right: 60px;
	}
	.gs_cp-form-title { font-size: 20px; }
	.gs_cp-content{ padding: 60px; }
	.gs_cp-content h1{ font-size: 30px; }
	.gs_cp-content h2{ font-size: 24px; }
	/* .gs_cp-content h3{ font-size: 20px; } */
	.gs_cp-addresses{
		margin: 0 auto 40px;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		gap: 30px 80px;
		justify-content: flex-start;
	}
	.gs_cp-addresses li{
		display: inline-block;
		vertical-align: top;
		min-height: auto !important;
		box-sizing: border-box;
		padding: 0 0 15px;
		font-size: 16px;
		border: 0;
		border-bottom: 8px solid transparent;
		margin: 0;
		position: relative;
	}
	.gs_cp-addresses li:first-child::after {
		content: '';
		position: absolute;
		width: 2px;
		height: 80%;
		background: #104FA3;
		top: 10px;
		right: -42px;
	}
	.gs_cp-addresses li:first-child,
	.gs_cp-addresses li:nth-child(2) { padding-left: 0; }
	.gs_cp-addresses li.active{
		position: relative;
		border-bottom: 3px solid #104FA3;
	}
	/*
	.gs_cp-addresses li.active:before{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 18px 25px 0 25px;
		border-color: #104FA3 transparent transparent transparent;
		bottom: -22px;
		left: calc(50% - 25px);
	}
	*/

	.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%; height: auto;}
	.gs_cp-maps iframe { width: 100%; }

	.gs_cp-help-btn{
		font-size: 24px;
		min-width: 330px;
	}

	.gs_cp-sidebar{
		margin: 393px 0 0;
	}
}
@media screen and (min-width: 1400px){
	.gs_cp-marketing { padding: 70px 60px 15px; }
	.gs_cp-addresses li{
		width: auto;
		font-size: 16px;
		margin: 0 25px 0;
	}
	.gs_cp-addresses li:first-child::after { right: -54px; }
	.gs_cp-addresses li:first-child,
	.gs_cp-addresses li:nth-child(2) { margin-left: 0; }
	.gs_cp-addresses li:last-child { margin-right: 0; }	
	.gs_cp-content main{
		width: calc(100% - 60px - 400px);
	}
	.gs_cp-form-wrap{
		top: 70px;
		width: 400px;
	}
	.gs_cp-contact-options{
		margin: 0 400px 0 0;
	}
	.gs_cp-sidebar{
		margin: 395px 0 0;
	}
}
@media screen and (min-width: 1640px){
	#gs_contact-page-wrap::before { height: 92px; }
	.gs_cp-marketing{
		background-image: url(../img/contact-page/marketing-bg.webp);
		height: 318px;
		padding: 51px 60px 37px;
	}
	.gs_cp-marketing-wrap{
		max-width: 1600px;
		position: relative;
		margin: 0 auto;
	}
	.gs_cp-contact-options{
		margin: 21px 460px 0 0;
	}
	.gs_cp-contact-option{
		padding: 186px 0 0;
		margin: 0 24px;
	}
	.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{
		padding: 8px 0 10px;
	}
	.gs_cp-contact-option a{
		font-size: 18px;
		padding: 9px 67px 8px;
	}
	.gs_cp-form-wrap{
		padding: 33px 0 39px;
		top: 21px;
		right: 0;
		width: 400px;
	}
	.gs_cp-form-pad { padding: 0 22px; }
	.gs_cp-form-title { font-size: 24px; }

	.gs_cp-form label { font-size: 16px; }
	.gs_cp-form input,
	.gs_cp-form textarea { font-size: 18px; padding: 9px 17px; }
	.gs_cp-form input::placeholder,
	.gs_cp-form textarea::placeholder{ font-size: 18px; }
	.gs_cp-form input[type="submit"] { padding: 15px 52px 18px 0; }
	.gs_cp-maps iframe { height: 586px; }
	.gs_cp-content{
		margin: 0 auto;
		max-width: 1600px;
		padding: 119px 60px 97px;
	}
	.gs_cp-content main{ width: calc(100% - 84px - 400px); }
	.gs_cp-content h1{ font-size: 40px; padding: 0 0 36px; }
	.gs_cp-content h2{ font-size: 30px; }
	/*
	.gs_cp-content h3 { font-size: 24px; }
	.gs_cp-content h4,
	.gs_cp-content h5{ font-size: 18px; }
	*/

	.gs_cp-addresses{ margin: 0 0 40px; }
	.gs_cp-addresses li{ font-size: 18px; }

	.gs_cp-help-btn{
		margin: 60px auto 0;
		font-size: 30px;
		min-width: 500px;
		padding: 17px 40px 17px 125px;
	}
	.gs_cp-help-btn::before{
		width: 66px;
		height: 54px;
		left: 40px;
	}

	.gs_cp-sidebar{
		width: 400px;
		margin: 348px 0 0;
	}

	.gs_cp-form .submit-button { font-size: 18px; letter-spacing: 5px; }
}

/*Modal form*/
.gs_modal-form_backdrop {
	background: rgba(0,0,0,0.9);
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.gs_modal-form {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
.gs_mf-wrap{
	margin: 20px 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{
	cursor: pointer;
	position: absolute;
	display: block;
	font-size: 30px;
	top: 5px;
	right: 10px;
	color: #000;
	z-index: 99;
	line-height: 1;
	transition: opacity 250ms ease;
}
.gs_mf-link-close:hover {
	color: #104FA3;
	opacity: 0.8;
}
@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;
	}
}