
/* ---------- Header ---------- */
header .white-section {
	right: 450px;
}

header > .wrap .right {
	top: -12px;
}

header.small > .wrap .right {
	top: 1px;
}

header > .wrap .right .btn-mobile {
	top: 0;
	left: 0;
}

header > .wrap .right .button-wrapper > span, header > .wrap .right .consultant-link:before {
	display: none;
}

header > .wrap .right .consultant-link, header .language-switcher {
	margin-right: 45px;
	padding: 10px 0;
}

header .language-switcher {
	display: none;
}

header.menu-open .language-switcher {
	position: relative;
	display: block;
}

header .language-switcher .menu-item {
	position: relative;
	list-style-type: none;
	letter-spacing: -.08px;
}

header .language-switcher .menu-item a {
	display: block;
	color: inherit;
	opacity: 1;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

header .language-switcher .current-language-menu-item {
	padding-right: 16px;
	color: #231f20;
}

header .language-switcher:hover .current-language-menu-item {
	color: #a4d233;
	transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
}

header .language-switcher .current-language-menu-item:after {
	content: "";
	position: absolute;
	right: 0;
	top: 5px;
	width: 8px;
	height: 5px;
	background: url("https://cdn-ileicfb.nitrocdn.com/jCNMJEkdohQSOGDsBEQFSkJuGYcMEMpv/assets/images/optimized/rev-0c054af/www.lerchbates.com/wp-content/themes/lerchbates/images/menu-arrow.png") no-repeat center center;
	background-size: cover;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

header .language-switcher:hover .current-language-menu-item:after {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	filter: invert(1) brightness(.7) sepia(1) hue-rotate(37deg) saturate(3);
	-webkit-filter: invert(1) brightness(.7) sepia(1) hue-rotate(37deg) saturate(3);
}

header .language-switcher .current-language-menu-item > a {
	position: relative;
	z-index: 1;
}

header .language-switcher .sub-menu {
	position: absolute;
	top: -55px;
	left: -25px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-bottom-right-radius: 35px;
	-moz-border-radius-bottomright: 35px;
	-webkit-border-bottom-right-radius: 35px;
	background-color: #231f20;
	opacity: 0;
	transform: scale(.9);
	-moz-transform: scale(.9);
	-webkit-transform: scale(.9);
	transition: top .4s, opacity .4s, transform .4s;
	-moz-transition: top .4s, opacity .4s, transform .4s;
	-webkit-transition: top .4s, opacity .4s, transform .4s;
}

header .language-switcher:hover .sub-menu {
	width: 100%;
	min-width: 105px;
	height: auto;
	padding: 77px 25px 21px;
	opacity: 1;
	transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-webkit-transform: scale(1) !important;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

header .language-switcher .sub-menu .menu-item {
	margin-top: 12px;
	line-height: normal;
	color: #fff;
}

header .language-switcher .sub-menu .menu-item a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

header .language-switcher.mobile {
	top: 0;
	display: none;
	margin: 0 0 26px;
	padding: 12px 0;
	border-bottom: 1px solid #231f20;
	font-weight: 400;
}

header .language-switcher.mobile .current-language-menu-item:after {
	top: 9px;
}

header .language-switcher.mobile .sub-menu {
	top: -135px;
	left: -30px;
	transform: scale(.95);
	-moz-transform: scale(.95);
	-webkit-transform: scale(.95);
}

header .language-switcher.mobile:hover .sub-menu {
	padding-top: 157px;
	padding-right: 30px;
	padding-left: 30px;
}

header .menu-wrapper .bottom {
	margin-top: 97px;
	padding-top: 40px;
}

header .menu-wrapper .bottom .cta {
	width: 208px;
	margin-right: 19.35484%;
}

header .menu-wrapper .bottom .link {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

header .menu-wrapper .bottom .link .title {
	flex-shrink: 0;
	margin-right: 15px;
}

header .menu-wrapper .bottom .link .icon {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
}

header .menu-wrapper .bottom .link .icon svg {
	display: block;
	width: 100%;
	max-height: 100%;
}

header .menu-wrapper .bottom .link .icon svg .fill, header .menu-wrapper .bottom .link .icon svg .arrow, header .menu-wrapper .bottom .link .icon svg .border {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

header .menu-wrapper .bottom .link .icon svg .fill, header .menu-wrapper .bottom .link:hover .icon svg .arrow {
	fill: #a4d233;
}

header .menu-wrapper .bottom .link .icon svg .arrow, header .menu-wrapper .bottom .link .icon svg .border, header .menu-wrapper .bottom .link:hover .icon svg .fill {
	fill: #231f20;
}

header .menu-wrapper .bottom .social-media-wrapper {
	width: 147px;
}

header .menu-wrapper .bottom .social-media-wrapper li a {
	border: 1px solid #231f20;
	background-color: #a4d233;
	box-sizing: border-box;
	transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
}

header .menu-wrapper .bottom .social-media-wrapper li a:hover {
	background-color: #231f20;
	transform: none;
}

header .menu-wrapper .bottom .social-media-wrapper li a::before {
	font-size: 15px;
	color: #231f20;
	transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
}

header .menu-wrapper .bottom .social-media-wrapper li a:hover::before {
	color: #a4d233;
}

@media only screen and (max-width: 1040px) {
	header .menu-wrapper .bottom .cta {
		margin-right: 10.75269%;
	}
}

@media only screen and (max-width: 780px) {
	header .white-section {
		right: auto;
		width: calc(100vw - 170px);
		min-width: 350px;
	}
	
	header > .wrap .right {
		top: 3px;
	}
	
	header.small > .wrap .right {
		top: 2px;
	}
	
	header.menu-open > .wrap .right .btn-mobile {
		top: -5px;
	}
	
	header .menu-wrapper .menu-wrapper-inner .header-menu.mobile a {
		margin-top: 0 !important;
	}
	
	header .language-switcher {
		top: -8px;
		margin-right: 35px;
	}
	
	header .language-switcher .sub-menu {
		left: -20px;
	}
	
	header .language-switcher:hover .sub-menu {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	header .menu-wrapper .bottom {
		margin-top: 46px;
		padding-top: 44px;
	}
	
	header .menu-wrapper .bottom .cta {
		width: auto;
		margin-right: 0;
	}
	
	header .menu-wrapper .bottom .link {
		margin-top: 10px;
		font-size: 20px;
	}
	
	header .menu-wrapper .bottom .link .title {
		margin-right: 0;
	}
	
	header .menu-wrapper .bottom .link .icon {
		display: none;
	}
	
	header .menu-wrapper .bottom .social-media-wrapper {
		width: auto;
		margin-top: 55px;
	}
}

@media only screen and (max-width: 500px) {
	header .white-section {
		width: calc(100vw - 10px);
		min-width: 325px;
	}
	
	header.menu-open > .wrap .right .btn-mobile {
		top: 2px;
	}
	
	header .menu-wrapper .wrap {
		padding-top: 118px;
	}
	
	header.menu-open .language-switcher {
		display: none;
	}
	
	header .language-switcher.mobile {
		display: block;
	}
	
	header .menu-wrapper .bottom {
		margin-top: 26px;
		padding-top: 24px;
	}
	
	header .menu-wrapper .bottom .social-media-wrapper {
		margin-top: 35px;
	}
}

/* ---------- Footer ---------- */
footer .bottom {
	flex-wrap: wrap;
}

footer .bottom .right {
	margin-top: 1px;
	font-size: 15px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	line-height: 1.8em;
	color: #f7f7f7;
}

footer .bottom .right a {
	text-decoration: none;
	color: #f7f7f7;
}

footer .bottom .right a:hover {
	/* opacity: 0.8; */
	color: #a4d233;
}

footer .bottom .right .link {
	display: flex;
	align-items: center;
	margin-top: 20px;
	line-height: normal;
}

footer .bottom .right .link .title {
	margin-right: 10px;
}

footer .bottom .right .link .icon {
	width: 20px;
	height: 20px;
}

footer .bottom .right .link .icon svg {
	display: block;
	width: 95%;
	max-height: 100%;
}

footer .bottom .right .link .icon svg path {
	fill: #f7f7f7;
}

footer .bottom .form {
	width: 240px;
	margin: 4px 0 0 70px;
}

footer .bottom .gform_wrapper, footer .bottom .gform_confirmation_wrapper {
	font-size: 15px;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	line-height: 1.5em;
	color: #b4b4b4;
}

footer .bottom .gform_wrapper * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

footer .bottom .gform_wrapper ::placeholder {
	color: #6a6a6a !important;
	opacity: 1 !important;
}

footer .bottom .gform_wrapper :-moz-placeholder {
	color: #6a6a6a !important;
	opacity: 1 !important;
}

footer .bottom .gform_wrapper ::-moz-placeholder {
	color: #6a6a6a !important;
	opacity: 1 !important;
}

footer .bottom .gform_wrapper :-ms-input-placeholder {
	color: #6a6a6a !important;
	opacity: 1 !important;
}

footer .bottom .gform_wrapper ::-ms-input-placeholder {
	color: #6a6a6a !important;
	opacity: 1 !important;
}

footer .bottom .gform_wrapper ::-webkit-input-placeholder {
	color: #6a6a6a !important;
	opacity: 1 !important;
}

footer .bottom .gform_wrapper .gform_fields {
	display: block;
}

footer .bottom .gform_wrapper h3 {
	margin: 0 0 5px;
	padding: 0;
	font-size: inherit;
	font-weight: 500;
	color: #a4d233;
}

footer .bottom .gform_wrapper .gfield_label, footer .bottom .gform_wrapper .gform_validation_container {
	display: none !important;
}

footer .bottom .gform_wrapper .ginput_container input {
	width: 100%;
	height: 30px;
	min-height: 0 !important;
	overflow: hidden;
	margin: 19px 0 0;
	padding: 0 0 3px;
	border: solid #6a6a6a;
	border-width: 0 0 1px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: transparent;
	font-size: 15px;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	line-height: normal !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #f7f7f7;
	outline: 0 !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: border-color .3s;
	-moz-transition: border-color .3s;
	-webkit-transition: border-color .3s;
}

footer .bottom .gform_wrapper .gfield_error .ginput_container input {
	border-color: #c02b0a;
}

footer .bottom .gform_wrapper .ginput_container input:focus {
	border-color: #f7f7f7;
}

footer .bottom .gform_wrapper .ginput_container input::-ms-clear {
	display: none;
}

footer .bottom .gform_wrapper .gform_footer {
	margin: 30px 0 0;
	padding: 0;
}

footer .bottom .gform_wrapper .gform_footer .gform_button {
	display: block;
	width: 135px;
	min-height: 0 !important;
	margin: 0;
	padding: 0 20px;
	border: 1px solid #a4d233;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background-color: transparent;
	font-size: 13px;
	font-family: "TTHoves", sans-serif;
	font-weight: 700;
	line-height: 43px !important;
	letter-spacing: .025em;
	text-transform: uppercase;
	text-align: center;
	color: #a4d233;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: background .3s, color .3s;
	-moz-transition: background .3s, color .3s;
	-webkit-transition: background .3s, color .3s;
}

footer .bottom .gform_wrapper .gform_footer .gform_button:hover {
	background-color: #a4d233;
	color: #231f20;
}

footer .bottom .gform_wrapper .gform_validation_errors, footer .bottom .gform_wrapper .gfield_validation_message, footer .bottom .gform_wrapper .gform_ajax_spinner {
	display: none !important;
}

footer .bottom .gform_confirmation_wrapper {
	position: relative;
	margin-top: 4px;
	padding-top: 63px;
	font-weight: 500;
	color: #a4d233;
}

footer .bottom .gform_confirmation_wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url("https://cdn-ileicfb.nitrocdn.com/jCNMJEkdohQSOGDsBEQFSkJuGYcMEMpv/assets/images/optimized/rev-0c054af/www.lerchbates.com/wp-content/themes/lerchbates/images/form-success.gif") no-repeat center center;
	background-size: cover;
}

footer .bottom .gform_confirmation_message {
	margin-bottom: -6px;
}

@media only screen and (max-width: 1040px) {
	footer .bottom .form {
		width: 100%;
		margin: 22px 0 0;
	}
	
	footer .copyright {
		padding-top: 55px;
	}
}

@media only screen and (max-width: 780px) {
	footer .bottom .left.mobile {
		margin-top: 2px;
	}
	
	footer .bottom .left .pages ul {
		column-gap: 45px;
	}
	
	footer .bottom .left li a {
		font-size: 17px;
		line-height: 26px;
	}
	
	footer .bottom .right .link {
		margin-top: 17px;
	}
	
	footer .bottom .form {
		margin-top: 43px;
	}
	
	footer .bottom .gform_confirmation_wrapper {
		padding-top: 56px;
	}
	
	footer .copyright {
		padding-top: 60px;
	}
}

@media only screen and (max-width: 500px) {
	footer .bottom .left.mobile {
		margin-top: 0;
	}
	
	footer .bottom .left .pages ul {
		column-gap: normal;
	}
	
	footer .bottom .right {
		width: 100%;
		margin: 35px 0 0;
	}
	
	footer .bottom .form {
		margin-top: 50px;
	}
	
	footer .copyright {
		padding-top: 55px;
	}
}

/* ---------- Common ---------- */
.std-content ul {
	padding-left: 1.1em;
}

.std-content ol {
	padding-left: 1.4em;
}

.std-content li {
	list-style-position: outside;
}

.std-content .iframe-container, .std-content .iframe-container:last-child {
	margin: 20px 0;
}

/* ---------- Default Form ---------- */
#template-default .gform_wrapper, #template-default .gform_confirmation_wrapper {
	font-size: 18px;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	line-height: 1.6em;
	letter-spacing: -.005em;
	color: #231f20;
}

#template-default .gform_wrapper {
	margin: 74px 0 23px;
}

#template-default .gform_wrapper * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#template-default .gform_wrapper .gform_fields {
	grid-column-gap: 30px;
	grid-row-gap: 32px;
}

#template-default .gform_wrapper .gfield_label {
	margin: 0 0 12px;
	font-size: .9em;
	font-weight: 500;
}

#template-default .gform_wrapper .gfield_required {
	position: relative;
	top: -1px;
	margin: 0;
	padding: 0 0 0 .1em;
	font-size: .85em;
	font-family: inherit;
	font-weight: inherit !important;
	line-height: normal;
	letter-spacing: normal;
	color: inherit;
}

#template-default .gform_wrapper .ginput_container input[type='text'], #template-default .gform_wrapper .ginput_container input[type='email'], #template-default .gform_wrapper .ginput_container input[type='tel'], #template-default .gform_wrapper .ginput_container textarea, #template-default .gform_wrapper .ginput_container select {
	display: block;
	width: 100%;
	height: 56px;
	min-height: 0;
	margin: 0;
	padding: 0 15px;
	border: 1px solid #b4b4b4;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #fff;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: normal;
	letter-spacing: inherit;
	color: inherit;
	outline: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
}

#template-default .gform_wrapper .ginput_container input[type='text']:focus, #template-default .gform_wrapper .ginput_container input[type='email']:focus, #template-default .gform_wrapper .ginput_container input[type='tel']:focus, #template-default .gform_wrapper .ginput_container textarea:focus, #template-default .gform_wrapper .ginput_container select:focus {
	padding: 0 14px;
	border: 2px solid #a4d233;
}

#template-default .gform_wrapper .ginput_container input[type='text']::-ms-clear, #template-default .gform_wrapper .ginput_container input[type='email']::-ms-clear, #template-default .gform_wrapper .ginput_container input[type='tel']::-ms-clear, #template-default .gform_wrapper .ginput_container textarea::-ms-clear, #template-default .gform_wrapper .ginput_container select::-ms-clear {
	display: none;
}

#template-default .gform_wrapper .ginput_container textarea {
	height: 200px;
	padding-top: 14px;
	padding-bottom: 12px;
	line-height: inherit;
}

#template-default .gform_wrapper .ginput_container textarea:focus {
	padding-top: 13px;
	padding-bottom: 11px;
}

#template-default .gform_wrapper .ginput_container select {
	padding-right: 48px;
	overflow: hidden;
	background: url("https://cdn-ileicfb.nitrocdn.com/jCNMJEkdohQSOGDsBEQFSkJuGYcMEMpv/assets/images/optimized/rev-0c054af/www.lerchbates.com/wp-content/themes/lerchbates/images/select-arrow.png") no-repeat right 15px center #fff;
	background-size: 13px 7px;
	text-overflow: ellipsis;
	cursor: pointer;
}

#template-default .gform_wrapper .ginput_container select.nitro-lazy {
	background: none !important;
}

#template-default .gform_wrapper .ginput_container select:focus {
	background-position: right 14px center;
}

#template-default .gform_wrapper .ginput_container select:-moz-focusring {
	text-shadow: 0 0 0 #000;
	color: transparent;
}

#template-default .gform_wrapper .ginput_container select::-ms-expand {
	display: none;
}

#template-default .gform_wrapper .ginput_complex {
	margin-bottom: -20px;
}

#template-default .gform_wrapper .ginput_complex > span {
	margin: 0 0 17px;
}

#template-default .gform_wrapper .ginput_complex label {
	padding: 7px 0 0;
	font-size: .7em;
	line-height: normal;
}

#template-default .gform_wrapper .ginput_complex .ginput_left {
	padding-right: 15px;
}

#template-default .gform_wrapper .ginput_complex .ginput_right {
	padding-left: 15px;
}

#template-default .gform_wrapper .gsection {
	margin: 0 0 -3px;
	padding: 26px 0 0;
	border: none;
}

#template-default .gform_wrapper .gsection_title {
	margin: 0 !important;
	padding: 0;
	font-size: 13px;
	font-family: "TTHoves", sans-serif;
	font-weight: 700;
	line-height: normal;
	letter-spacing: .025em;
	text-transform: uppercase;
	color: #a4d233;
}

#template-default .gform_wrapper .ginput_recaptcha {
	margin-bottom: -2px;
}

#template-default .gform_wrapper .gform_footer {
	display: flex;
	margin: 60px 0 0;
	padding: 0;
}

#template-default .gform_wrapper .gform_footer .gform_button {
	display: block;
	width: 135px !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 20px;
	border: 1px solid #a4d233;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background-color: transparent;
	font-size: 13px;
	font-family: "TTHoves", sans-serif;
	font-weight: 700;
	line-height: 43px !important;
	letter-spacing: .025em;
	text-transform: uppercase;
	text-align: center;
	color: #a4d233;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: background .3s, color .3s;
	-moz-transition: background .3s, color .3s;
	-webkit-transition: background .3s, color .3s;
}

#template-default .gform_wrapper .gform_footer .gform_button:hover {
	background-color: #a4d233;
	color: #231f20;
}

#template-default .gform_wrapper .gform_footer .gform_ajax_spinner {
	margin-left: 15px;
}

#template-default .gform_wrapper .gform_validation_errors {
	margin: 0;
	padding: 5px 0 50px;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#template-default .gform_wrapper .gform_validation_errors h2 {
	display: flex;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.3em;
}

#template-default .gform_wrapper .gform_validation_errors h2 .gform-icon {
	position: static;
	display: block;
	height: auto;
	margin: 0 5px 0 -8px;
	font-size: 40px;
}

#template-default .gform_wrapper .gfield_validation_message {
	display: none;
}

#template-default .gform_confirmation_wrapper {
	position: relative;
	max-width: 500px;
	margin: 112px 0 55px;
	padding-top: 83px;
	font-weight: 500;
	color: #a4d233;
}

#template-default .gform_confirmation_wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background: url("https://cdn-ileicfb.nitrocdn.com/jCNMJEkdohQSOGDsBEQFSkJuGYcMEMpv/assets/images/optimized/rev-0c054af/www.lerchbates.com/wp-content/themes/lerchbates/images/form-success-alt.gif") no-repeat center center;
	background-size: cover;
}

@media only screen and (max-width: 780px) {
	#template-default .gform_wrapper, #template-default .gform_confirmation_wrapper {
		font-size: 15px;
	}
	
	#template-default .gform_wrapper {
		margin: 37px 0 22px;
	}
	
	#template-default .gform_wrapper .gform_fields {
		grid-column-gap: 18px;
		grid-row-gap: 23px;
	}
	
	#template-default .gform_wrapper .gfield_label {
		margin-bottom: 8px;
	}
	
	#template-default .gform_wrapper .ginput_container input[type='text'], #template-default .gform_wrapper .ginput_container input[type='email'], #template-default .gform_wrapper .ginput_container input[type='tel'], #template-default .gform_wrapper .ginput_container textarea, #template-default .gform_wrapper .ginput_container select {
		height: 48px;
	}
	
	#template-default .gform_wrapper .ginput_container textarea {
		height: 150px;
		padding-top: 13px;
		padding-bottom: 11px;
	}
	
	#template-default .gform_wrapper .ginput_container textarea:focus {
		padding-top: 12px;
		padding-bottom: 10px;
	}
	
	#template-default .gform_wrapper .ginput_container select {
		padding-right: 43px;
		background-size: 11px 6px;
	}
	
	#template-default .gform_wrapper .ginput_complex {
		margin-bottom: -15px;
	}
	
	#template-default .gform_wrapper .ginput_complex > span {
		margin: 0 0 12px;
	}
	
	#template-default .gform_wrapper .ginput_complex label {
		padding-top: 5px;
	}
	
	#template-default .gform_wrapper .ginput_complex .ginput_left {
		padding-right: 9px;
	}
	
	#template-default .gform_wrapper .ginput_complex .ginput_right {
		padding-left: 9px;
	}
	
	#template-default .gform_wrapper .gsection {
		padding-top: 25px;
	}
	
	#template-default .gform_wrapper .gform_footer {
		margin-top: 50px;
	}
	
	#template-default .gform_wrapper .gform_validation_errors {
		padding: 14px 0 42px;
	}
	
	#template-default .gform_wrapper .gform_validation_errors h2 .gform-icon {
		font-size: 35px;
	}
	
	#template-default .gform_confirmation_wrapper {
		margin: 53px 0 35px;
		padding-top: 65px;
	}
	
	#template-default .gform_confirmation_wrapper:before {
		width: 50px;
		height: 50px;
	}
}

@media only screen and (max-width: 640px) {
	#template-default .gform_wrapper .ginput_complex .ginput_left {
		padding-right: 0;
	}
	
	#template-default .gform_wrapper .ginput_complex .ginput_right {
		padding-left: 0;
	}
}

/* ---------- Home ---------- */
#home .hero .wrap {
	display: flex;
	align-items: center;
	height: 100%;
	padding-top: 50px;
}

@media only screen and (max-width: 1040px) {
	#home .hero .wrap {
		padding-top: 200px;
		padding-bottom: 75px;
	}
	
	#home .hero video {
		max-width: 540px;
		margin-top: 75px;
	}
}

@media only screen and (max-width: 780px) {
	#home .hero .wrap {
		padding-top: 150px;
		padding-bottom: 65px;
	}
	
	#home .hero video {
		margin-top: 65px;
	}
}

/* ---------- About ---------- */
.template-about .work-section .wrap {
	align-items: center;
}

.template-about .work-section .col-1 {
	width: 420px;
	max-width: 100%;
	margin-top: 0;
}

.template-about .work-section .col-2 {
	width: 480px;
	max-width: 100%;
}

@media only screen and (max-width: 780px) {
	.template-about .work-section .wrap {
		gap: 45px;
	}
	
	.template-about .work-section .col-1 {
		width: 480px;
	}
}

/* ---------- Locations / Offices ---------- */
.archive-offices .offices-list .location-selector, .archive-offices .offices-list .location-selector a {
	font-weight: 300;
	color: #6a6a6a;
}

.archive-offices .offices-list .location-selector a.active {
	font-weight: 500;
	color: #231f20;
}

.archive-offices .offices-list .location .sub-region .offices {
	grid-template-columns: repeat(3, 1fr);
}

/* .archive-offices .offices-list .location .sub-region.europe .offices {
	gap: 10px;
}

.archive-offices .offices-list .location .sub-region.europe .offices .city {
	font-weight: 300;
} */
@media only screen and (max-width: 980px) {
	.archive-offices .offices-list .location .sub-region .offices {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 680px) {
	.archive-offices .offices-list .location .sub-region .offices {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* ---------- Single Specialties ---------- */
#specialties-detail .Services__lifecycle__column .Lifecycle .image-wrapper img {
	max-width: 50%;
	height: auto !important;
}

/* ---------- Services ---------- */
.template-services-landing .green-section {
	padding: 37px 0;
}

.template-services-landing .green-section > .wrap {
	align-items: center;
}

.template-services-landing .services-wrapper .service .disciplines .discipline .left .button {
	max-width: 225px;
}

@media only screen and (max-width: 1260px) {
	.template-services-landing .services-wrapper .service .disciplines .discipline .left {
		width: 260px;
	}
}

@media only screen and (max-width: 1030px) {
	.template-services-landing .green-section {
		padding: 27px 0;
	}
}

@media only screen and (max-width: 800px) {
	.template-services-landing .green-section ul {
		flex-direction: row;
		position: static;
	}
}

@media only screen and (max-width: 780px) {
	.template-services-landing .green-section ul {
		display: flex;
	}
	
	.template-services-landing .green-section .button {
		display: none;
	}
	
	.template-services-landing .services-wrapper .service .disciplines .discipline .left {
		width: 230px;
	}
	
	.template-services-landing .services-wrapper .service .disciplines .discipline .left .button {
		max-width: 195px;
	}
}

@media only screen and (max-width: 500px) {
	.template-services-landing .green-section {
		display: none !important;
	}
}

/* ---------- Consultants ---------- */
.archive-consultants .modal #filter-form .location .child.main-contact {
	display: none;
}

@media only screen and (max-width: 1040px) {
	.archive-consultants .modal form .upper label span {
		font-size: 16px;
	}
}

@media only screen and (max-width: 780px) {
	.archive-consultants .modal form .upper label span {
		font-size: 15px;
	}
}

/* ---------- Single News ---------- */
#single-news .std-content a {
	text-decoration: underline;
}

/* ---------- Contact ---------- */
.template-contact .top .intro {
	max-width: 600px;
}

.template-contact .top .intro a {
	text-decoration: underline;
}

.template-contact .top .form h5 {
	margin-bottom: -5px;
}

.template-contact .top .form .ginput_container_text, .template-contact .top .form .ginput_container_phone, .template-contact .top .form .ginput_container_email {
	margin-bottom: 15px;
}

.template-contact .top .form fieldset {
	margin-bottom: -10px;
}

.template-contact .top .form fieldset .gfield_label {
	margin-top: 0;
	padding-top: 20px;
}

.template-contact .top .form .ginput_recaptcha {
	margin: 19px 0 10px;
}

.template-contact .top .form .ginput_recaptcha > div {
	margin: 0 auto;
}

.template-contact .top .form .gform_footer .button {
	cursor: pointer;
}

.template-contact .bottom .hq .acf-map .gm-style-mtc, .template-contact .bottom .hq .acf-map .gm-svpc {
	display: none !important;
}

/* ---------- Default Template ---------- */
#template-default #hero {
	position: relative;
	background-color: #231f20;
}

#template-default #hero .wrap {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 960px;
	height: auto;
	min-height: 600px;
	padding-top: 230px;
	padding-bottom: 75px;
}

#template-default #hero .wrap.short {
	min-height: 500px;
}

#template-default #hero .wrap .left {
	width: 420px;
	max-width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}

#template-default #hero .wrap .left.wide {
	width: 600px;
	padding-right: 0;
}

#template-default #hero .wrap .left h1 {
	margin-bottom: 18px;
	font-size: 13px;
	font-family: "TTHoves", sans-serif;
	font-weight: 700;
	line-height: 15px;
	letter-spacing: .025em;
	text-transform: uppercase;
	color: #a4d233;
}

#template-default #hero .wrap .left h2 {
	font-size: 44px;
	font-family: "TTHoves", sans-serif;
	font-weight: 700;
	line-height: 51px;
	letter-spacing: -.005em;
	color: #a4d233;
}

#template-default #hero .wrap .right {
	position: relative;
	right: -30px;
	width: 480px;
	max-width: 100%;
	max-height: 420px;
	overflow: hidden;
}

#template-default #hero .wrap .right img {
	display: block;
	width: 100% !important;
	height: auto !important;
	border-top-right-radius: 150px;
	object-fit: cover;
}

#template-default #hero .bg-image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	mix-blend-mode: soft-light;
	opacity: .5;
}

#template-default #intro .wrap {
	max-width: 960px;
	padding-top: 114px;
	padding-bottom: 97px;
}

#template-default #intro .wrap .title {
	margin: 0 0 31px;
	font-size: 30px;
	line-height: 1.2em;
}

#template-default #intro .wrap h1, #template-default #intro .wrap h2:not(.title), #template-default #intro .wrap h3, #template-default #intro .wrap h4, #template-default #intro .wrap h5, #template-default #intro .wrap h6 {
	margin: 0 0 20px;
}

#template-default #intro .wrap p {
	margin-bottom: 15px;
}

#template-default #intro .wrap li {
	margin-bottom: 7px;
}

#template-default #intro .wrap a {
	text-decoration: underline;
}

#template-default #intro .wrap .button {
	width: 160px;
	text-decoration: none;
}

@media only screen and (max-width: 780px) {
	#template-default #hero .wrap {
		flex-wrap: wrap;
		align-items: flex-start;
		min-height: 0 !important;
		padding-top: 150px;
		padding-bottom: 65px;
	}
	
	#template-default #hero .wrap .left {
		width: 600px !important;
		padding-right: 0;
	}
	
	#template-default #hero .wrap .left h2 {
		font-size: 32px;
		line-height: 40px;
	}
	
	#template-default #hero .wrap .right {
		right: 0;
		width: 420px;
		max-height: 360px;
		margin-top: 35px;
	}
	
	#template-default #intro .wrap {
		padding-top: 54px;
		padding-bottom: 38px;
	}
	
	#template-default #intro .wrap .title {
		margin-bottom: 20px;
		font-size: 24px;
	}
	
	#template-default #intro .wrap .button {
		margin-top: 35px;
	}
}

/* ---------- 404 ---------- */
#template-404 .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

#template-404 .wrap h1 {
	font-size: 120px;
	line-height: normal;
	color: #a4d233;
}

#template-404 .wrap .button {
	width: 160px;
	border-color: #231f20;
	color: #fff;
}

#template-404 .wrap .button:hover {
	border-color: #a4d233;
	color: #231f20;
}

@media only screen and (max-width: 780px) {
	#template-404 .wrap h1 {
		font-size: 80px;
	}
	
	#template-404 .wrap .button {
		margin-top: 35px;
	}
}

/* ---------- Termageddon Pages ---------- */
body.page-id-1435 #policy h2, body.page-id-1431 #policy h2 {
	margin: 1.2em 0 10px !important;
	font-size: 1.5em;
	line-height: 1.3em;
	text-align: left !important;
}

body.page-id-1435 #policy article > h2:first-child, body.page-id-1431 #policy article > h2:first-child {
	display: none;
}

body.page-id-1435 #policy .accordion-summary, body.page-id-1431 #policy .accordion-summary {
	padding: 1em;
}

body.page-id-1435 #policy .accordion-content, body.page-id-1431 #policy .accordion-content {
	padding: 1em 2em;
}

body.page-id-1435 #policy .accordion-heading, body.page-id-1435 #policy .accordion-section-heading, body.page-id-1431 #policy .accordion-heading, body.page-id-1431 #policy .accordion-section-heading {
	font-size: 1em;
	line-height: .5em;
}

body.page-id-1435 #policy .accordion-section-heading, body.page-id-1431 #policy .accordion-section-heading {
	margin-bottom: 10px !important;
	line-height: 1.3em;
}

#single-news .CTA-sticky__cta {
	background-color: #a4d233;
	border: 1px solid #231f20;
	color: #231f20;
	max-width: 135px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font: 600 13px/16px "TTHoves", sans-serif;
	border-radius: 25px;
	height: 45px;
	box-sizing: border-box;
	padding: 12px 24px;
	transition: all .3s ease;
	margin-top: 22px;
}

#single-news .CTA-sticky__cta:hover, #single-news .CTA-sticky__cta:focus {
	color: #a4d233;
	background-color: #231f20;
	border-color: #a4d233;
	transition: all .3s ease;
}

#single-news .CTA-sticky__cta.end-of-news {
	border-color: #fff;
	margin-bottom: 80px;
}

#single-news .content div.std-content {
	padding-bottom: 0px;
}

@media (max-width:780px) {
	#single-news .CTA-sticky__cta {
		margin-bottom: 40px;
	}
}
