.contact-content {
	background:#ffffff;
	padding:6rem 0;
}
.contact-content .opportunities,
.contact-content .services {
	max-width:31rem;
	margin:0 auto;
	padding-top:3px;
	padding-bottom:45px;
}
.contact-content .services {
	padding-bottom:0;
}
.contact-content .opportunities h3,
.contact-content .services h3 {
	position:relative;
	margin-bottom:23px;
	padding-left:45px;
	font-size:31px;
	color:#0e76bc;
}
.contact-content .opportunities h3:before,
.contact-content .services h3:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:contain;
}
.contact-content .opportunities h3:before {
	background-image:url(../../images/formcode/contact-content-opportunities-icon.png);
	width:28px;
	height:28px;
	top:6px;
}
.contact-content .services h3:before {
	background-image:url(../../images/formcode/contact-content-services-icon.png);
	width:25px;
	height:25px;
	top:7px;
}
.contact-content .opportunities p,
.contact-content .services p {
	font-size:16px;
	color:#5c5c5c;
	line-height:25px;
}
.contact-content .opportunities p:last-child,
.contact-content .services p:last-child {
	padding-top:16px;
}
.contact-content .opportunities .btn-solid-lg,
.contact-content .services .btn-solid-lg {
	padding-top:22px;
	padding-bottom:22px;
	font-size:16px;
}
.contact-content .info {
	max-width:31rem;
	margin:0 auto;
	padding:4rem 0;
}
.contact-content .info h3 {
	margin-bottom:28px;
	font-size:40px;
	color:#0e76bc;
	text-transform:uppercase;
}
.contact-content .info ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.contact-content .info ul li {
	display:inline-block;
	margin:0 0 3px 0;
	padding:0;
	font-size:16px;
	color:#3b3b3b;
	line-height:29px;
}
.contact-content .info ul li:nth-child(1),
.contact-content .info ul li:nth-child(3),
.contact-content .info ul li:nth-child(4) {
	display:block;
}
.contact-content .info ul li:nth-child(2) {
	margin-right:20px;
}
.contact-content .info ul li:before {
	content:"";
	display:inline-block;
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:contain;
	vertical-align:top;
}
.contact-content .info ul li:nth-child(1):before {
	background-image:url(../../images/formcode/contact-content-info-icon-1.png);
	width:9px;
	height:12px;
	margin-top:8px;
	margin-right:11px;
	margin-left:3px;
}
.contact-content .info ul li:nth-child(2):before {
	background-image:url(../../images/formcode/contact-content-info-icon-2.png);
	width:14px;
	height:16px;
	margin-top:5px;
	margin-right:9px;
}
.contact-content .info ul li:nth-child(3):before,
.contact-content .info ul li:nth-child(4):before {
	background-image:url(../../images/formcode/contact-content-info-icon-3.png);
	width:12px;
	height:9px;
	margin-top:9px;
	margin-right:8px;
}
.contact-content .info ul li a {
	color:inherit;
}
.contact-content .gform_wrapper {
	max-width:31rem;
	margin:0 auto;
}
.contact-content .gform_wrapper ul li.gfield {
	margin-bottom:12px;
}
.contact-content .gform_wrapper .top_label .gfield_label {
	display:none;
}
.contact-content .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top:0;
}
.contact-content .gform_wrapper input[type="text"] {
	background:#e7e7e7;
	border:0;
	height:57px;
	padding:0 26px;
	font-family:"Montserrat",sans-serif;
	font-size:16px;
	color:#3b3b3b;
	text-indent:0;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.contact-content .gform_wrapper input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#3b3b3b;
}
.contact-content .gform_wrapper input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	color:#3b3b3b;
}
.contact-content .gform_wrapper input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	color:#3b3b3b;
}
.contact-content .gform_wrapper input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color:#3b3b3b;
}
.contact-content .gform_wrapper .top_label input.medium {
	width:100%;
}
.contact-content .gform_wrapper textarea {
	background:#e7e7e7;
	border:0;
	padding:18px 26px;
	font-family:"Montserrat",sans-serif;
	font-size:16px;
	color:#3b3b3b;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.contact-content .gform_wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#3b3b3b;
}
.contact-content .gform_wrapper textarea::-moz-placeholder { /* Firefox 19+ */
	color:#3b3b3b;
}
.contact-content .gform_wrapper textarea:-ms-input-placeholder { /* IE 10+ */
	color:#3b3b3b;
}
.contact-content .gform_wrapper textarea:-moz-placeholder { /* Firefox 18- */
	color:#3b3b3b;
}
.contact-content .gform_wrapper textarea.medium {
	width:100%;
	height:138px;
}
.contact-content .gform_wrapper .gform_footer {
	margin:0;
	padding:3px 0 0 0;
}
.contact-content .gform_wrapper .gform_footer input[type="submit"] {
	display:block;
	background:#0e76bc;
	border:1px solid #0e76bc;
	width:100%;
	height:53px;
	padding:0;
	font-family:"Montserrat",sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#ffffff;
	cursor:hand;
	cursor:pointer;
	
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
}
.contact-content .gform_wrapper .gform_footer input[type="submit"]:hover {
	background-color:transparent;
	color:#0e76bc;
}
.contact-content .gform_confirmation_wrapper {
	max-width:31rem;
	margin:0 auto;
}
.contact-content .gform_confirmation_wrapper .gform_confirmation_message {
	font-size:16px;
	color:#3b3b3b;
	line-height:29px;
	text-align:center;
}

@media (min-width: 992px) {
	.contact-content .opportunities,
	.contact-content .services {
		max-width:506px;
		margin:0;
	}
	.contact-content {
		padding:107px 0;
	}
	.contact-content .info {
		max-width:100%;
		margin:0;
		padding-top:0;
		padding-bottom:50px;
	}
	.contact-content .gform_wrapper {
		max-width:100%;
		margin:0;
	}
	.contact-content .gform_confirmation_wrapper {
		max-width:100%;
		margin:0;
	}
}