body {
	font-family: 'Open Sans', sans-serif;
	
	--form-field-padding: 18px 30px;
    --wp--style--global--content-size: 1200px;
}

a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-position: under;
}

h2 a:hover {
	text-decoration-thickness: 2px;
}

header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding-top: 35px;
	z-index: 2;
	
	--wp--style--global--content-size: 1700px;
}

header .logos {
	display: flex;
	flex-direction: row-reverse;
	gap: 20px;
}

footer .logos img,
header .logos img {
	display: block;
	height: 28px;
	width: auto;
}

footer .logos {
	display: flex;
	justify-content: center;
	gap: 20px;
}

footer {
	background: rgba(119, 197, 213, 0.15);
	padding: 80px 0;
}

.gform_wrapper {
	--wp--style--global--content-size: 925px;
}

.button, input[type=button], .wp-block-button__link, input[type=submit], button {
	border-radius: 3px;
	font-family: 'IBM Plex Serif', serif;
	text-transform: uppercase;
}

.wp-block-button__link:hover {
	color: #FFF !important;
	text-decoration: none !important;
}

h1 {
	font-family: 'IBM Plex Serif', serif;
	font-size: 62px;
	line-height: 1em;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	opacity: 0;
}

h2 {
	font-family: 'IBM Plex Sans', serif;
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
}

h3 {
	font-family: 'IBM Plex Sans', serif;
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 600;
}

.count-up {
	font-family: 'IBM Plex Sans Condensed', serif;
	font-size: 70px;
	line-height: 1em;
	font-weight: 700;
}

.count-up + p {
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'IBM Plex Sans', serif;
	font-size: 20px;
	margin-top: 10px;
}

em {
	font-family: 'IBM Plex Serif', serif;
}

.wp-block-gallery.columns-1:before {
	top: 0;
	bottom: 0;
	content: "";
	background: #054368;
	width: 100vw;
	left: 50%;
	position: absolute;
	transition: 2.75s all;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.wp-block-gallery.columns-1 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

.wp-block-gallery.columns-1 .wp-block-image + .wp-block-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	overflow: hidden;
	transition: 3s all;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.wp-block-gallery.columns-1.animated .wp-block-image + .wp-block-image {
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.wp-block-gallery.animated.columns-1:before {
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.wp-block-media-text__content > * {
	max-width: 575px;
	margin-left: auto;
	margin-right: auto;
}

.pull-up {
	margin-top: -175px;
}

#page_content {
	position: relative;
	overflow: hidden;
}

.wp-block-group {
	padding-top: 80px;
	padding-bottom: 80px;
}

.wp-block-group.flush-top {
	padding-top: 0px;
}

.wp-block-group.flush-bottom {
	padding-bottom: 0px;
}

#hero {
	padding-top: 150px;
	padding-bottom: 275px;
	overflow: hidden;
}


.wp-block-media-text.alignfull {
	padding-top: 40px;
	padding-bottom: 40px;
}

.location,
.location + p {
	margin-top: 24px;
	padding-left: 60px;
	position: relative;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.location + p {
	margin-top: 8px;
}

.location:before {
	content: "";
	background: url("/source/ed8bdb8adf24d8c42a430eac8edee673/MapPin.png") center top no-repeat;
	background-size: contain;
	width: 50px;
	height: 75px;
	position: absolute;
	top: 5px;
	left: 0;
}

.location a:hover,
.location a.active {
	text-decoration: underline;
	color: #fff;
	text-underline-position: under;
}

.interactive-map .active > path,
.interactive-map .active > g:first-child path {
	fill: #333333;
}

.wp-block-group__inner-container {
	max-width: 1400px !important;
	margin-left: auto;
	margin-right: auto;
}

.has-text-align-center {
	max-width: 945px !important;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-column .has-text-align-center {
	max-width: 575px !important;
	margin-bottom: 20px;
}

.wp-block-group.tall {
	padding-top: 100px;
	padding-bottom: 100px;
}

.is-light {
	color: #FFF;
}

.flush-bottom .wp-block-image {
	margin-bottom: 0;
}

.gform_wrapper {
	max-width: 925px !important;
	margin-left: auto;
	margin-right: auto;
}

form select,
form textarea {
	color: #000;
}

.gform-theme--foundation .gfield.gf_list_2col.machines .gfield_checkbox {
	--gf-label-space-x-secondary: 2rem;
}

.machines input + label {
	text-align: center;
	cursor: pointer;
	margin-left: 0 !important;
}

.machines input:checked + label:after {
	border-color: #000;
}

input[type="submit"],
.wp-block-button__link {
	border: 1px solid #000;
}

input[type="submit"]:hover,
.wp-block-button__link:hover {
	background: #fff;
	color: #000 !important;
}

@media screen and (min-width: 1200px) {
	header .logos {
		gap: 70px;
	}

	.wp-block-group.tall {
		padding-bottom: 250px;	
	}

	.pull-up {
		margin-top: -200px;
	}

	.count-up {
		font-size: 90px;
	}
}

@media screen and (max-width: 781px) {
	.flush-bottom .wp-block-column:first-child {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 34px;
	}

	#hero {
		padding-top: 70px;

	}
}

@media screen and (max-width: 360px) {

	footer .logos img, header .logos img {
		height: 20px;
	}
}