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;
}

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

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

.wp-block-cover {
	--wp--style--global--content-size: 1500px;
}

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

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

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

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

.wp-block-cover input[type="submit"],
.wp-block-button__link {
    min-height: 40px;
    padding: 5px 20px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background-color: #F04923;
    border: 1px solid #F04923;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    color: #FFF;
    transition: all .3s;
    font-size: 14px !important;
    max-width: none !important;
}

.wp-block-cover input[type="submit"]:hover,
.wp-block-button__link:hover {
	background: transparent;
	color: #F04923;
	text-decoration: none !important;
	opacity: 1 !important;
}


h1 {
	font-family: 'IBM Plex Serif', serif;
	font-size: 66px;
	line-height: 1em;
	opacity: 0;
}

h2 {
	font-family: 'IBM Plex Serif', serif;
	font-size: 40px;
	line-height: 1.2em;
}

h3 {
	font-family: 'IBM Plex Serif', serif;
	font-size: 30px;
	line-height: 1.4em;
}

h1 + h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
}

.wp-block-cover:not(.is-light) h2,
.wp-block-cover:not(.is-light) h3 {
	text-shadow: 0 0 6px rgba(0,0,0,.45)
}

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

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

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

.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-cover {
	overflow: visible;
	min-height: 0;
}

.wp-block-cover:not(.alignfull) {
	max-width: 1600px !important;
}

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

.wp-block-cover:has(.pull-up) {
	margin-top: 100px !important;
}

h3.location a.active {
	text-decoration: underline;
	color: #23527c;
	text-underline-position: under;
}

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

#hero {
	padding-top: 100px;
	overflow: hidden;
}

#hero:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	content:"";
	z-index: 1;
/*	transform: rotate(-7deg);*/
	background: linear-gradient(170deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%); 
}

#hero .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
}

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

h3.location {
	font-size: 25px;
}

.location,
.location + p {
	margin-top: 30px;
	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/db6b7e316a6226912807c1528c8b872c/map-marker.png") center top no-repeat;
	background-size: contain;
	width: 40px;
	height: 75px;
	position: absolute;
	top: 5px;
	left: 0;
}

.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: #f04923;
}

.gform_wrapper {
	--gf-ctrl-label-color-req: #fff;
	--wp--style--global--content-size: 925px;
}

@media screen and (max-width: 1300px) {
	#hero:after {
		height: 80%;
	}

	#hero h2,
	#hero p {
		max-width: 400px;
	}

	h1 {
		font-size: 60px;
	}
}

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

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

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

	.wp-block-cover:has(.pull-up) {
		margin-top: 120px !important;
	}

	.pull-down {
		margin-bottom: -50px;
	}

	.wp-block-media-text.alignfull img {
		width: 725px;
		display: block;
		max-width: 100%;
	}

	.wp-block-media-text.alignfull.has-media-on-the-right img {
		margin-left: auto;
		margin-right: 0;
	}
}

@media screen and (min-width: 1800px) {
	.alignfull.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content > * {
		margin-left: 0;	
	}

	.alignfull.has-media-on-the-right .wp-block-media-text__content > * {
		margin-right: 0;	
	}
}

@media screen and (max-width: 1100px) and (min-width: 782px) {
	#hero .wp-block-column {
		flex-basis: 50% !important;
	}
}

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

	h2 {
		font-size: 38px;
	}

	h1 + h2 {
		font-size: 30px;
	}

	#hero {
		padding-top: 60px;
	}

	#bone, #bone .wp-block-media-text__content {
		display: flex;
		flex-direction: column;
	}

	#bone .wp-block-media-text__content {
		order: 1;
	}

	#bone .wp-block-media-text__media {
		order: 2;
		margin-top: 40px;
	}

	#bone .wp-block-image {
		order: 2;
	}

}

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

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