@import url("https://use.typekit.net/ovw2eut.css");

:root {
	--body-top: 0px;
	--top-stripe: 18px;
	--color-body: #222;
	--color-body-bg: #f7f7f7;
	--color-black: #222;
	--color-white: #fff;
	--color-white-gray: #f7f7f7;
	--color-blue: #384a8A;
	--color-dusk: #273755;
	--color-midnight: #19243b;
	--color-robin: #8aabca;
	--color-charcoal: #585858;
	--color-gradient-bg: linear-gradient(180deg, rgba(138,171,202,1) 0%, rgba(39,55,85,1) 100%);
	--font-body: 'gibbs', sans-serif;
	--font-headline: 'League Spartan', sans-serif;
}

body.admin-bar {
	--body-top: 32px;
}
@media screen and (max-width: 782px) {
	body.admin-bar {
		--body-top: 46px;
	}
}

body {
	font-family: var(--font-body);
	font-weight: 400;
	color: var(--color-body);
	background-color: var(--color-body-bg);
	font-feature-settings: "liga" 0;
	overflow-x: hidden;
}

.text-lg p, p.text-lg,
.text-lg ol, ol.text-lg,
.text-lg ul, ul.text-lg {
	font-size: clamp(20px, 3vw, 21px);
	line-height: 1.4;
}

.text-xl p, p.text-xl,
.text-xl ol, ol.text-xl,
.text-xl ul, ul.text-xl {
	font-size: clamp(22px, 3vw, 24px);
	line-height: 1.4;
}



/* - - - - -
// COLORS
- - - - - */

.bg-light { color: #444; }
.bg-dark { color: #fff; background-color: var(--color-blue); }

.bg-dark h1,
.bg-dark .h1,
.bg-dark h2,
.bg-dark .h2,
.bg-dark h3,
.bg-dark .h3,
.bg-dark h4,
.bg-dark .h4 { color: #fff; }

.bg-dark a { color: #fff; }

.bg-black { background-color: var(--color-black); }
.bg-white { background-color: var(--color-white); }
.bg-gray { background-color: #f6f6f6; }
.bg-blue { background-color: var(--color-blue); }

.text-black { color: var(--color-black); }
.text-white { color: var(--color-white); }
.text-charcoal { color: var(--color-charcoal) !important; }
.text-blue { color: var(--color-blue); }

.text-gradient {
  background: -webkit-linear-gradient(180deg, #19243B 0%, #273755 40%, #6B9DC2 80%, #6B9DC2 100%);
  background: linear-gradient(180deg, #19243B 0%, #273755 40%, #6B9DC2 80%, #6B9DC2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}



/* - - - - - -
// TYPOGRAPHY
- - - - - - */

.font-headline,
.font-league-spartan {
  font-family: var(--font-headline);
}

.font-body,
.font-gibbs {
	font-family: var(--font-body);
}


h1, .h1,
h2, .h2 {
	font-family: var(--font-headline);
}

h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: var(--font-body);
}

h1, .h1 {

}

h2, .h2 {
/*  color: var(--color-dusk);*/
}

h3, .h3 {

}

/*
h3[data-numbered],
h3 > .gb-icon + .gb-headline-text {
	font-size: 32px;
	font-size: clamp(32px, 2vw, 36px);
	line-height: 1.2;
}
*/

h4, .h4 {

}

h5, .h5 {
	font-size: 20px;
	font-size: clamp(18px, 1.5vw, 20px);
	font-weight: 600;
	line-height: 1.3
}

h6, .h6 {
	font-size: 18px;
	font-size: clamp(18px, 1.5vw, 20px);
	font-weight: 600;
	line-height: 1.3
}

.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.fw-900 { font-weight: 900; }


.text-balance,
.text-wrap-balance {
	text-wrap: balance;
}


/* UNDERLINES */

h1.underline, h2.underline, h3.underline, h4.underline, p.underline {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 30px;
}

h1.underline:after, h2.underline:after, h3.underline:after, h4.underline:after, p.underline:after {
	content: "";
	position: absolute;
	width: 86px;
	height: 10px;
	left: 0;
	bottom: 0;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86 10'><defs><style>.tic-tac-red{fill:rgb(241,94,95);}</style></defs><g id='a'/><g id='b'><g id='c'><path id='d' class='tic-tac-red' d='M5,0h12c2.76,0,5,2.24,5,5h0c0,2.76-2.24,5-5,5H5C2.24,10,0,7.76,0,5H0C0,2.24,2.24,0,5,0Z'/><path id='e' class='tic-tac-red' d='M37,0h12c2.76,0,5,2.24,5,5h0c0,2.76-2.24,5-5,5h-12c-2.76,0-5-2.24-5-5h0c0-2.76,2.24-5,5-5Z'/><path id='f' class='tic-tac-red' d='M69,0h12c2.76,0,5,2.24,5,5h0c0,2.76-2.24,5-5,5h-12c-2.76,0-5-2.24-5-5h0c0-2.76,2.24-5,5-5Z'/></g></g></svg>");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-red h1.underline:after, .bg-red h2.underline:after, .bg-red h3.underline:after, .bg-red h4.underline:after, .bg-red p.underline:after {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86 10'><defs><style>.tic-tac-white{fill:rgb(255,255,255);}</style></defs><g id='a'/><g id='b'><g id='c'><path id='d' class='tic-tac-white' d='M5,0h12c2.76,0,5,2.24,5,5h0c0,2.76-2.24,5-5,5H5C2.24,10,0,7.76,0,5H0C0,2.24,2.24,0,5,0Z'/><path id='e' class='tic-tac-white' d='M37,0h12c2.76,0,5,2.24,5,5h0c0,2.76-2.24,5-5,5h-12c-2.76,0-5-2.24-5-5h0c0-2.76,2.24-5,5-5Z'/><path id='f' class='tic-tac-white' d='M69,0h12c2.76,0,5,2.24,5,5h0c0,2.76-2.24,5-5,5h-12c-2.76,0-5-2.24-5-5h0c0-2.76,2.24-5,5-5Z'/></g></g></svg>");
}


p.underline:after { bottom: 0px; }

h1.has-text-align-center.underline:after, 
h1.text-center.underline:after, 
h2.has-text-align-center.underline:after, 
h2.text-center.underline:after, 
h3.has-text-align-center.underline:after, 
h3.text-center.underline:after, 
h4.has-text-align-center.underline:after, 
h4.text-center.underline:after, 
p.has-text-align-center.underline:after,
p.text-center.underline:after {
	left: 50%;
	transform: translateX(-50%);
}


.text-uppercase { text-transform: uppercase; }



.side-lined-wrap {
	padding-left: 12px;
	border-left-width: 2px;
  border-left-style: solid;
  border-image: linear-gradient(180deg, rgba(138,171,202,1) 0%, rgba(138,171,202,1) calc(100% - 10px), rgba(255,255,255,0) calc(100% - 10px), rgba(255,255,255,0) 100%) 1;
}



/* HEADLINE SCRIPT PSUEDOS */

[data-script] {
	margin-top: 80px;
}

[data-script] .script-bg {
  position: relative;
  display: inline-block;
}

[data-script] .script-bg:before {
	content: attr(data-script-text);
	position: absolute;
	bottom: 0;
	left: -40px;
	padding-left: 5px;
	padding-right: 5px;
	color: var(--color-contrast);
	font-family: turbinado-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 100px;
	line-height: 100px;
	text-transform: capitalize;
	transform: rotate(-5deg);
	opacity: 0.15;
}

.bg-dark [data-script] .script-bg:before {
	color: #fff;
	opacity: 0.15;
}

@media only screen and (max-width: 767px) {
  [data-script] .script-bg:before {
    top: -60px;
    left: -20px;
    bottom: auto;
  }
}


/* HEADLINE NUMBERS */

[data-numbered] {
	display: flex;
	flex-direction: row;
	align-items: center;
	text-transform: capitalize;
}

[data-numbered]:before {
	content: attr(data-numbered);
	margin-right: 15px;
	color: var(--color-contrast);
	font-weight: 600;
	font-size: 100px;
	font-size: clamp(70px, 5vw, 100px);
	line-height: 100px;
}



/* PREHEADS */

.prehead {
	margin-bottom: 5px;
	font-size: clamp(18px, 1.5vw, 22px);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.prehead:before {
	content: "\f522";
	font-family: "dashicons";
	vertical-align: bottom;
}


.prehead, .bg-light .prehead { color: var(--color-contrast); }
.bg-dark .prehead { color: var(--color-white); }


.note {
	color: var(--color-contrast);
	font-size: 16px;
}



/* PARAGRAPHS & LISTS */

p {
	margin-bottom: 15px;
	margin-bottom: 25px;
}

p.pre-square {
	position: relative;
	padding-left: 10px;
	border-left: 32px solid #d77728;
}

p.bigger,
strong.bigger,
ul.bigger,
ol.bigger {
	font-size: 22px;
	line-height: 1.5;
}
@media only screen and (max-width: 480px) {
  p.bigger,
	strong.bigger,
	ul.bigger,
	ol.bigger {
		font-size: 20px;
		line-height: 1.5;
	}
}

.p1 { font-size: 26px; }
.p2 { font-size: 24px; }
.p3 { font-size: 22px; }
.p4 { font-size: 20px; }

.fs-24 { font-size: 24px; line-height: 1.8; }
.fs-30 { font-size: 30px; line-height: 1.8; }
.fs-40 { font-size: 40px; line-height: 1.8; }
.fs-50 { font-size: 50px; line-height: 1.8; }
.fs-60 { font-size: 60px; line-height: 1.8; }



ul[class*="checklist"] li {
	position: relative;
	margin-bottom: 15px;
}

ul[class*="checklist"] li:last-child { margin-bottom: 0; }

/*@media only screen and (min-width: 768px) {*/

	ul[class*="checklist"] {
		margin: 0;
		margin-bottom: 30px;
		padding: 0;
		padding-left: 35px;
		list-style: none;
	}

	ul[class*="checklist"] li {
		margin-bottom: 0;
		padding-bottom: 15px;
	}

	ul[class*="checklist"] li:last-child { margin-bottom: 0; }

	ul[class*="checklist"] li:before {
		content: "";
		position: absolute;
		top: 0;
		left: -35px;
		width: 26px;
		height: 18px;
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 26.11 18'%3E%3Cdefs%3E%3Cstyle%3E.cls-gradient%7Bfill:url(%23linear-gradient);%7D%3C/style%3E%3ClinearGradient id='linear-gradient' x1='-1508.31' y1='415.13' x2='-1508.31' y2='414.13' gradientTransform='translate(39389.03 7472.26) scale(26.11 -18)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2319243b'/%3E%3Cstop offset='.4' stop-color='%23273755'/%3E%3Cstop offset='1' stop-color='%236b9dc2'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Toggle_-_Yes'%3E%3Cg id='Group_88'%3E%3Cpath id='Checkbox' class='cls-gradient' d='M10.35,18L0,7.65l2.1-2.1,8.25,8.1L24.01,0l2.1,2.1-15.75,15.9Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
	}

	ul[class*="checklist"].checks-rev li:before {
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 26.11 18'%3E%3Cdefs%3E%3Cstyle%3E.cls-gradient%7Bfill:url(%23linear-gradient);%7D%3C/style%3E%3ClinearGradient id='linear-gradient' x1='-1508.31' y1='415.13' x2='-1508.31' y2='414.13' gradientTransform='translate(39389.03 7472.26) scale(26.11 -18)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='.4' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23ffffff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Toggle_-_Yes'%3E%3Cg id='Group_88'%3E%3Cpath id='Checkbox' class='cls-gradient' d='M10.35,18L0,7.65l2.1-2.1,8.25,8.1L24.01,0l2.1,2.1-15.75,15.9Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	}

	ul[class*="checklist"].xchecks li:before {
		width: 20px;
		height: 20px;
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.05 23.05'%3E%3Cdefs%3E%3Cstyle%3E.cls-gradient%7Bfill:url(%23linear-gradient);%7D%3C/style%3E%3ClinearGradient id='linear-gradient' x1='-1508.31' y1='415.13' x2='-1508.31' y2='414.13' gradientTransform='translate(39389.03 7472.26) scale(26.11 -18)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2319243b'/%3E%3Cstop offset='.4' stop-color='%23273755'/%3E%3Cstop offset='1' stop-color='%236b9dc2'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath class='cls-gradient' d='M11.52,13.62L2.1,23.05l-2.1-2.1,9.43-9.43L0,2.1,2.1,0l9.43,9.43L20.95,0l2.1,2.1-9.43,9.43,9.43,9.43-2.1,2.1-9.43-9.43Z'/%3E%3C/svg%3E");
	}

	ul[class*="checklist"].xchecks-rev li:before {
		width: 20px;
		height: 20px;
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.05 23.05'%3E%3Cdefs%3E%3Cstyle%3E.cls-gradient%7Bfill:url(%23linear-gradient);%7D%3C/style%3E%3ClinearGradient id='linear-gradient' x1='-1508.31' y1='415.13' x2='-1508.31' y2='414.13' gradientTransform='translate(39389.03 7472.26) scale(26.11 -18)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='.4' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23ffffff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath class='cls-gradient' d='M11.52,13.62L2.1,23.05l-2.1-2.1,9.43-9.43L0,2.1,2.1,0l9.43,9.43L20.95,0l2.1,2.1-9.43,9.43,9.43,9.43-2.1,2.1-9.43-9.43Z'/%3E%3C/svg%3E");
	}

/*}*/


/* BLOCKQUOTES */

.wp-block-pullquote,
.wp-block-quote {
	display: block;
	position: relative;
	margin: 0;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 18px;
	font-size: clamp(18px, 2vw, 21px);
	line-height: 1.3;
	font-style: italic;
	text-align: left;	
	background-color: #fff;
	border-left: 15px solid var(--color-robin);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.wp-block-pullquote blockquote,
.wp-block-quote blockquote {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-style: inherit;
	border-left: none;
}

.wp-block-pullquote blockquote cite,
.wp-block-quote blockquote cite {
  font-size: clamp(17px, 2vw, 19px);
  line-height: 1.3;
}

.wp-block-pullquote blockquote cite:before,
.wp-block-quote blockquote cite:before {
	content: "– ";
}

.wp-block-separator.is-style-low-profile {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #c6c8cf;
  background-color: #c6c8cf;
  border-top-width: 1px;
}

h3 + .wp-block-separator.is-style-low-profile {
	margin-top: 0;
  margin-bottom: 10px;
}



/* - - - - - - - - -
// BUTTONS & LINKS
- - - - - - - - - */

a { 
	text-decoration: none;
}

section.gb-container a:not(.gb-button) {
	text-decoration: underline;
}

section.gb-container .arrow-end a,
section.gb-container a.arrow-end {
	text-decoration: none;
}

.arrow-end a:after,
a.arrow-end:after { 
	content: "\f345";
	font-family: dashicons;
	vertical-align: middle;
	margin-left: 4px;
	text-decoration: none;
	transition: all 0.5s ease;
}

.arrow-end a:hover:after,
a.arrow-end:hover:after {
	margin-left: 8px;
	text-decoration: none;
}


/* BUTTONS */

@media (max-width: 767px) {
	.gb-button-wrapper.mobile-center {
		justify-content: center;
	}
}

.gb-button, 
.gb-button:visited {
	padding: 16px 36px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-radius: 20px 0px;
  transition: all 0.2s ease-in-out;
}

.gb-button:hover, 
.gb-button:active, 
.gb-button:focus {
  border-radius: 0px 20px;
}


@media (max-width: 1024px) {
/*	.stack-tablet .gb-button-wrapper .gb-button { width: 100%; }*/
	.stack-tablet .gb-button-wrapper.mobile-buttons-full .gb-button { width: 100%; }
	.stack-tablet .gb-button-wrapper.mobile-buttons-center { justify-content: center; }
}

@media (max-width: 767px) {
/*	.gb-button-wrapper .gb-button { width: 100%; }*/
	.gb-button-wrapper.mobile-buttons-full .gb-button { width: 100%; }
	.gb-button-wrapper.mobile-buttons-center { justify-content: center; }
}



/* - - - -
** FORMS
- - - - */

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="tel"], 
input[type="number"], 
textarea {
	width: 100%;
	color: var(--contrast);
	background-color: #fafafa;
	border: 1px solid #fafafa;
	border-bottom: 1px solid #838383;
}

.gform_wrapper.gravity-theme .gfield_label {
	font-weight: normal;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
	height: 142px;
}


.gform_wrapper.gform-theme {
	--gf-form-gap-y: 15px;
}



/* HUBSPOT FORM */

.hbspt-form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

form.hs-form fieldset {
	margin-bottom: 40px;
	max-width: 100%;
}

form.hs-form fieldset.form-columns-1 .hs-input,
form.hs-form fieldset.form-columns-2 .hs-input,
form.hs-form fieldset.form-columns-3 .hs-input {
	width: 100%;
}
@media (max-width: 500px) {
	form.hs-form fieldset.form-columns-1 .hs-form-field,
	form.hs-form fieldset.form-columns-2 .hs-form-field,
	form.hs-form fieldset.form-columns-3 .hs-form-field {
		float: none !important;
		width: 100% !important;
	}
	form.hs-form fieldset.form-columns-1 .hs-input,
	form.hs-form fieldset.form-columns-2 .hs-input,
	form.hs-form fieldset.form-columns-3 .hs-input {
		width: 100% !important;
	}
}

form.hs-form fieldset.form-columns-1 .input,
form.hs-form fieldset.form-columns-2 .input {
	margin-right: 0;
}

@media (min-width: 501px) {
  form.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(1) { padding-right: 10px; }
	form.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2) { padding-left: 10px; }
}
@media (max-width: 500px) {
  form.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(1) {
  	margin-bottom: 40px;
  }
}

select.hs-input {
	display: block;
	color: #444;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #fafafa 0%,#fafafa 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

select.hs-input::-ms-expand {
	display: none;
}

select.hs-input:hover {
	border-color: #888;
}

select.hs-input:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}

select.hs-input option {
	font-weight:normal;
}

ul.no-list.hs-error-msgs {
	margin: 0;
	list-style-type: none;
	color: var(--color-contrast);
	font-size: 16px;
}

.hs-recaptcha {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	visibility: hidden;
	pointer-events: none;
}

.hs_error_rollup {
	margin-bottom: 40px;
  text-align: center;
}

.hs-submit {
	text-align: center;
}



/* - - - - - - - - - - - - - - -
// GENERAL SPACING & ALIGNMENTS
- - - - - - - - - - - - - - - */

.one-container .site-content {
	padding: 80px 40px;
	padding-top: 0;
	padding-bottom: 0;
}

.one-container.privacy-policy .site-content,
.one-container.page-sitemap .site-content,
.one-container.error404 .site-content {
  padding: 80px 40px;
}

.one-container.error404 .site-content {
	padding-top: 0;
}

.one-container.brightmove-cep .site-content {
	padding: 40px 10px;
}

.site-main .wp-block-group .wp-block-group__inner-container {
	max-width: 100%;
	padding: 0;
}


#page { 
	min-height: calc(100vh - 631px);
	background-color: var(--color-body-bg);
}
@media (max-width: 767px) {
  #page { overflow: hidden; }
}

body.admin-bar #page { min-height: calc(100vh - 663px); }


[class*="mw-"].center,
[class*="mw-"].align-center,
[class*="mw-"].text-center { 
	margin-left: auto !important; 
	margin-right: auto !important; 
}

.mw-400 { max-width: 400px; }
.mw-450 { max-width: 450px; }
.mw-500 { max-width: 500px; }
.mw-550 { max-width: 550px; }
.mw-600 { max-width: 600px; }
.mw-650 { max-width: 650px; }
.mw-700 { max-width: 700px; }
.mw-750 { max-width: 750px; }
.mw-800 { max-width: 800px; }
.mw-850 { max-width: 850px; }
.mw-900 { max-width: 900px; }
.mw-950 { max-width: 950px; }
.mw-1000 { max-width: 1000px; }
.mw-1050 { max-width: 1050px; }
.mw-1100 { max-width: 1100px; }
.mw-1150 { max-width: 1150px; }
.mw-1200 { max-width: 1200px; }
.mw-1250 { max-width: 1250px; }
.mw-1300 { max-width: 1300px; }
.mw-1350 { max-width: 1350px; }
.mw-1400 { max-width: 1400px; }

.mt-0 { margin-top: 0px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }
.mt-55 { margin-top: 55px; }
.mt-60 { margin-top: 60px; }
.mt-65 { margin-top: 65px; }
.mt-70 { margin-top: 70px; }
.mt-75 { margin-top: 75px; }
.mt-80 { margin-top: 80px; }
.mt-85 { margin-top: 85px; }
.mt-90 { margin-top: 90px; }
.mt-95 { margin-top: 95px; }
.mt-100 { margin-top: 100px; }

.mb-0 { margin-bottom: 0px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }

@media (min-width: 768px) {
	.mt-0-desktop { margin-top: 0px !important; }
	.mt-10-desktop { margin-top: 10px !important; }
	.mt-15-desktop { margin-top: 15px !important; }
	.mt-20-desktop { margin-top: 20px !important; }
	.mt-25-desktop { margin-top: 25px !important; }
	.mt-30-desktop { margin-top: 30px !important; }
	.mt-35-desktop { margin-top: 35px !important; }
	.mt-40-desktop { margin-top: 40px !important; }
	.mt-45-desktop { margin-top: 45px !important; }
	.mt-50-desktop { margin-top: 50px !important; }
	.mt-55-desktop { margin-top: 55px !important; }
	.mt-60-desktop { margin-top: 60px !important; }
	.mt-65-desktop { margin-top: 65px !important; }
	.mt-70-desktop { margin-top: 70px !important; }
	.mt-75-desktop { margin-top: 75px !important; }
	.mt-80-desktop { margin-top: 80px !important; }
	.mt-85-desktop { margin-top: 85px !important; }
	.mt-90-desktop { margin-top: 90px !important; }
	.mt-95-desktop { margin-top: 95px !important; }
	.mt-100-desktop { margin-top: 100px !important; }

	.mb-0-desktop { margin-bottom: 0px !important; }
	.mb-10-desktop { margin-bottom: 10px !important; }
	.mb-15-desktop { margin-bottom: 15px !important; }
	.mb-20-desktop { margin-bottom: 20px !important; }
	.mb-25-desktop { margin-bottom: 25px !important; }
	.mb-30-desktop { margin-bottom: 30px !important; }
	.mb-35-desktop { margin-bottom: 35px !important; }
	.mb-40-desktop { margin-bottom: 40px !important; }
	.mb-45-desktop { margin-bottom: 45px !important; }
	.mb-50-desktop { margin-bottom: 50px !important; }
	.mb-55-desktop { margin-bottom: 55px !important; }
	.mb-60-desktop { margin-bottom: 60px !important; }
	.mb-65-desktop { margin-bottom: 65px !important; }
	.mb-70-desktop { margin-bottom: 70px !important; }
	.mb-75-desktop { margin-bottom: 75px !important; }
	.mb-80-desktop { margin-bottom: 80px !important; }
	.mb-85-desktop { margin-bottom: 85px !important; }
	.mb-90-desktop { margin-bottom: 90px !important; }
	.mb-95-desktop { margin-bottom: 95px !important; }
	.mb-100-desktop { margin-bottom: 100px !important; }
}

@media (min-width: 768px) {
	.lg\:mb--250px {
		margin-bottom: -250px;
		z-index: 2;
	}
}


.pt-0 { padding-bottom: 0px; }
.pb-0 { padding-bottom: 0px; }

@media (min-width: 768px) {
	.lg\:pt-250px {
		padding-top: 250px;
		z-index: 1;
	}
}



@media only screen and (min-width: 768px) {
  .desktop-pt-50 { padding-top: 50px; }
  .desktop-pl-72 { padding-left: 72px; }
}


.columns-2 { column-count: 2; }
.columns-3 { column-count: 3; }
.columns-4 { column-count: 4; }
ul[class*="columns-"] li { break-inside: avoid-column; }

@media (min-width: 768px) {
	.md\:columns-2 { column-count: 2; column-gap: 30px; }
	.md\:columns-3 { column-count: 3; column-gap: 30px; }
	.md\:columns-4 { column-count: 4; column-gap: 30px; }
}

@media (min-width: 1025px) {
	.lg\:columns-2 { column-count: 2; column-gap: 30px; }
	.lg\:columns-3 { column-count: 3; column-gap: 30px; }
	.lg\:columns-4 { column-count: 4; column-gap: 30px; }
}

@media (min-width: 1280px) {
	.xl\:columns-2 { column-count: 2; column-gap: 30px; }
	.xl\:columns-3 { column-count: 3; column-gap: 30px; }
	.xl\:columns-4 { column-count: 4; column-gap: 30px; }
}

.wp-block-image .alignleft {
	margin: 0;
}

.entry-content:not(:first-child), 
.entry-summary:not(:first-child), 
.page-content:not(:first-child) {
  margin-top: 2em;
  margin-top: 0;
}

/*
.entry-content > [class*="wp-block-"]:not(:last-child) {
	margin-bottom: 1.5em;
	margin-bottom: 0;
}
*/

@media (max-width: 781px) and (min-width: 600px) {
  .wp-block-column:not(:only-child) {
    flex-basis: unset !important;
    flex-grow: unset;
  }
}


/* ALIGNMENTS & WRAPS */

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

@media (max-width: 1024px) {
	.max-lg\:text-left { text-align: left; }
	.max-lg\:text-center { text-align: center; }
	.max-lg\:text-right { text-align: right; }
}

@media (max-width: 767px) {
	.max-md\:text-left { text-align: left; }
	.max-md\:text-center { text-align: center; }
	.max-md\:text-right { text-align: right; }
}

@media (max-width: 639px) {
	.max-sm\:text-left { text-align: left; }
	.max-sm\:text-center { text-align: center; }
	.max-sm\:text-right { text-align: right; }
}


@media only screen and (min-width: 768px) {
	.mobile-align-right {
		text-align: right;
	}
	.mobile-align-right .gb-button-wrapper {
		justify-content: flex-end;
	}
}

.nowrap {
	white-space: nowrap;
}

.has-inline-color.has-no-wrap-color,
.has-inline-color[style*="--no-wrap"],
.has-inline-color.has-force-wrap-color,
.has-inline-color[style*="--force-wrap"] {
	color: inherit !important;
	background-color: inherit !important;
}

@media only screen and (min-width: 768px) {
	.soft-br,
	.soft-nowrap {
		/*white-space: nowrap;*/
	}
}

@media only screen and (min-width: 1025px) {
	.soft-br,
	.soft-nowrap {
		white-space: nowrap;
	}
	.has-inline-color.has-no-wrap-color,
	.has-inline-color[style*="--no-wrap"] {
		color: inherit !important;
		background-color: inherit !important;
		white-space: nowrap;
	}
	.has-inline-color.has-force-wrap-color,
	.has-inline-color[style*="--force-wrap"] {
		display: block;
		color: inherit !important;
		background-color: inherit !important;
	}
}


/* FLEX DIRECTION */

@media (max-width: 1279px) {
	.max-xl\:flex-row { flex-direction: row; }
	.max-xl\:flex-row-reverse { flex-direction: row-reverse; }
	.max-xl\:flex-col, .flex-column { flex-direction: column; }
	.max-xl\:flex-col-reverse, .flex-column-reverse { flex-direction: column-reverse; }
}

@media (max-width: 1024px) {
	.max-lg\:flex-row { flex-direction: row; }
	.max-lg\:flex-row-reverse { flex-direction: row-reverse; }
	.max-lg\:flex-col, .flex-column { flex-direction: column; }
	.max-lg\:flex-col-reverse, .flex-column-reverse { flex-direction: column-reverse; }
}

@media (max-width: 767px) {
	.max-md\:flex-row { flex-direction: row; }
	.max-md\:flex-row-reverse { flex-direction: row-reverse; }
	.max-md\:flex-col, .flex-column { flex-direction: column; }
	.max-md\:flex-col-reverse, .flex-column-reverse { flex-direction: column-reverse; }
}


/* FLEX BASIS */

@media (max-width: 1279px) {
	.gb-grid-wrapper.max-xl\:basis-50\% > .gb-grid-column { flex-basis: 50%; width: 50%; }
	.gb-grid-wrapper.max-xl\:basis-100\% > .gb-grid-column { flex-basis: 100%; width: 100%; }
}

@media (max-width: 1024px) {
	.gb-grid-wrapper.max-lg\:basis-50\% > .gb-grid-column { flex-basis: 50%; width: 50%; }
	.gb-grid-wrapper.max-lg\:basis-100\% > .gb-grid-column { flex-basis: 100%; width: 100%; }
}

@media (max-width: 767px) {
	.gb-grid-wrapper.max-md\:basis-50\% > .gb-grid-column { flex-basis: 50%; width: 50%; }
	.gb-grid-wrapper.max-md\:basis-100\% > .gb-grid-column { flex-basis: 100%; width: 100%; }
}

@media (max-width: 639px) {
	.gb-grid-wrapper.max-sm\:basis-50\% > .gb-grid-column { flex-basis: 50%; width: 50%; }
	.gb-grid-wrapper.max-sm\:basis-100\% > .gb-grid-column { flex-basis: 100%; width: 100%; }
}


@media (min-width: 1400px) {
	.container-wide {
		margin-left: -50px;
		margin-right: -50px;
		width: calc(100% + 100px);
	}
}


/* GRIDS */

@media (max-width: 1024px) {
  .max-lg\:grid-2 {
		display: grid;
	  grid-template-columns: repeat(2, 1fr); 
	  grid-gap: 1rem;
	}
}

@media (max-width: 767px) {
  .max-md\:grid-2,
  .tablet-grid-2 {
		display: grid;
	  grid-template-columns: repeat(2, 1fr); 
	  grid-gap: 1rem;
	}
}






/* - - - - - - - - - - - - - - - - - -
// GENERATEPRESS HEADER & NAVIGATION
- - - - - - - - - - - - - - - - - - */

@media (max-width: 767px) {
	#wp-admin-bar-top-secondary {
	  display: none;
	}
}

.site-header {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

@media (max-width: 767px) {
  .site-header .header-image {
    width: 200px;
	}	
}

#mobile-header {
	background-color: var(--color-midnight);
}

#mobile-header.mobile-header-navigation {
	position: relative;
}

#mobile-header.mobile-header-navigation:after {
/*	content: "";*/
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,0.3);
}

.mobile-menu-open #mobile-menu {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}


@media (max-width: 1024px) {
  #mobile-header.mobile-header-navigation .site-logo {
		margin-left: 20px;
	}	
}







/* - - - - - - - -
// GENERATEBLOCKS
- - - - - - - - */

/* CONTAINERS & GRIDS */

section.gb-container  > .gb-container {
	padding: 40px;
	padding-top: 80px;
	padding-bottom: 80px;
	width: 100%;
  /* max-width: 1480px; */
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px) {
  section.gb-container  > .gb-container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

section.gb-container.pt-0  > .gb-container { padding-top: 0; }
section.gb-container.pt-5  > .gb-container { padding-top: 5px; }
section.gb-container.pt-10  > .gb-container { padding-top: 10px; }
section.gb-container.pt-15  > .gb-container { padding-top: 15px; }
section.gb-container.pt-20  > .gb-container { padding-top: 20px; }
section.gb-container.pt-25  > .gb-container { padding-top: 25px; }

section.gb-container.pb-0  > .gb-container { padding-bottom: 0; }
section.gb-container.pb-5  > .gb-container { padding-bottom: 5px; }
section.gb-container.pb-10  > .gb-container { padding-bottom: 10px; }
section.gb-container.pb-15  > .gb-container { padding-bottom: 15px; }
section.gb-container.pb-20  > .gb-container { padding-bottom: 20px; }
section.gb-container.pb-25  > .gb-container { padding-bottom: 25px; }



/* STACK ON TABLET SUPPORT */

@media (max-width: 1024px) {
  section.gb-container.stack-tablet .gb-grid-wrapper > [class*="gb-grid-column-"] {
		width: 100%;
	}
	section.gb-container.stack-tablet  > .gb-container .gb-grid-wrapper .gb-grid-column:not(:last-child) {
/*		padding-bottom: 20px;*/
	}
	.gb-grid-wrapper.stack-tablet > [class*="gb-grid-column-"] { width: 100%; }
}
@media (max-width: 767px) {
  .gb-grid-wrapper > [class*="gb-grid-column-"] {
  	/*padding-left: 0;*/
		width: 100%;
	}
	section.gb-container  > .gb-container .gb-grid-wrapper .gb-grid-column:not(:last-child) {
/*		padding-bottom: 20px;*/
	}
}




/* - - - - - - - - - - - - - - -
// CUSTOM COMPONENTS & PATTERNS
- - - - - - - - - - - - - - - */

/* BLEEDING EDGE PHOTOS */
/* Requires JS Support */

section.gb-container {
	position: relative;
}

@media (min-width: 768px) {
	section.gb-container:has(.gb-container-overlay) {
	  margin-bottom: 80px;
  }
}

section.gb-container .gb-container-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 0;
}
@media (max-width: 1024px) {
  section.gb-container:not(#section-hero).stack-tablet .gb-container-overlay {
  	display: none;
  }
}
@media (max-width: 767px) {
  section.gb-container:not(#section-hero) .gb-container-overlay {
  	display: none;
  }
}

@media (min-width: 768px) {
	section.gb-container figure.gb-block-image img.edge-photo { display: none; }
}
@media (min-width: 1025px) {
	section.gb-container.stack-tablet figure.gb-block-image img.edge-photo { display: none; }
}

section.gb-container.edge-one-half .gb-container-overlay { 
	width: 50%; 
	width: calc(50% - 20px);
	width: calc(60% - 20px);
}

section.gb-container.edge-one-third .gb-container-overlay { width: 33.33%; }
section.gb-container.edge-two-thirds .gb-container-overlay { width: 66.66%; }

section.gb-container.edge-one-fifth .gb-container-overlay { width: 20%; }
section.gb-container.edge-two-fifths .gb-container-overlay { width: 40%; }
section.gb-container.edge-three-fifths .gb-container-overlay { width: 60%; }
section.gb-container.edge-four-fifths .gb-container-overlay { width: 80%; }

section.gb-container.edge-left .gb-container-overlay { left: 0; }
section.gb-container.edge-right .gb-container-overlay { left: auto; right: 0; }


@media (min-width: 768px) {

	section.gb-container.edge-one-half > .gb-container > .gb-grid-wrapper.overlap > .gb-grid-column:not(:has(.edge-photo)) {
		width: 60%;
		padding: 0;
		background-color: var(--color-body-bg);
		
		z-index: 2;
	}
	section.gb-container.edge-one-half > .gb-container > .gb-grid-wrapper.overlap > .gb-grid-column:not(:has(.edge-photo)):first-child {
    border-radius: 0 0 100px 0;
    border-bottom-right-radius: clamp(40px, 10vw, 100px);
	}
	section.gb-container.edge-one-half > .gb-container > .gb-grid-wrapper.overlap > .gb-grid-column:not(:has(.edge-photo)):last-child {
    border-radius: 0 0 0 100px;
    border-bottom-left-radius: clamp(40px, 10vw, 100px);
	}

	section.gb-container.edge-one-half > .gb-container > .gb-grid-wrapper.overlap > .gb-grid-column:not(:has(.edge-photo)) > .gb-container {
		padding: 50px 50px 50px 50px;
	}

	section.gb-container.edge-one-half > .gb-container > .gb-grid-wrapper.overlap > .gb-grid-column:has(.edge-photo) {
	  width: 40%;
	  z-index: 1;
	}

}



section.gb-container.angled-cluster-bg-rev {
  background-image: url(../images/angled-cluster-rev.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-blend-mode: exclusion;
  background-blend-mode: luminosity;
}


section.gb-container.ko-bottom > .gb-container,
section.gb-container.angled-cluster-bg-rev.ko-bottom {
	position: relative;
	z-index: 1;
}

section.gb-container.angled-cluster-bg-rev.ko-bottom {
	background-image: none;
	background-color: var(--color-white-gray);
}

section.gb-container.angled-cluster-bg-rev.ko-bottom:before {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 280px);
	top: 0;
	left: 0;
	background-color: var(--color-dusk);
	background-image: url(../images/angled-cluster-rev.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: luminosity;
	z-index: 0;
}

/*
section.gb-container.bg-ko-bottom-25:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(247,247,247,0) 0%, rgba(247,247,247,0) 75%, rgba(247,247,247,1) 75%, rgba(247,247,247,1) 100%);
	z-index: 0;
}
*/


section.gb-container.ko-bottom





/* PHOTOS WITH INSET BORDERS */

figure.wp-block-image.inset-border {
	position: relative;
	padding-bottom: 15px;
}

figure.wp-block-image.inset-border:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 2px solid var(--color-contrast);
}

@media (max-width: 767px) {
	figure.wp-block-image.inset-border img {
	  max-height: 200px;
	  object-fit: cover;
	  object-position: center 45%;
	}
}

figure.wp-block-image.inset-border figcaption {
	margin-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
  font-size: 18px;
  line-height: 1.3;
}

figure.wp-block-image.inset-border figcaption strong:nth-of-type(1) {
	display: block;
	margin-bottom: 5px;
	color: var(--color-contrast);
	font-size: 22px;
	line-height: 1;
	text-transform: uppercase;
}


/* ROUNDED BOX */

.rounded-corners {
  border-radius: 12px;
}

.rounded-box {
	padding: clamp(20px, 5%, 40px);
	border-radius: 12px;
}



/* ACCORDIONS */

.wp-block-group.accordion {
	margin-bottom: 40px;
}

.wp-block-group.accordion .tab .wp-block-group__inner-container .gb-headline:nth-child(1) {
	position: relative;
	padding-right: 40px;
	text-transform: uppercase;
	border-bottom: 1px solid #707070;
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

body.js .wp-block-group.accordion .tab .wp-block-group__inner-container .gb-headline:nth-child(1):after {
	content: "\f543";
	font-family: "dashicons";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

body.js .wp-block-group.accordion .tab .wp-block-group__inner-container .gb-headline:nth-child(1):hover {
	color: var(--color-contrast);
	cursor: pointer;
}

body.js .wp-block-group.accordion .tab.opened .wp-block-group__inner-container .gb-headline:nth-child(1):after {
	content: "\f460";
}

body.js .wp-block-group.accordion .tab:not(.opened) .wp-block-group__inner-container :is(h2,h3,h4,h5,h6,p,ul,ol):not(.gb-headline:nth-child(1)) {
  /* display: none; */
  margin: 0;
  height: 0;
  overflow: hidden;
}


.wp-block-group.accordion#services-list {
	margin-bottom: 0;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.wp-block-group.accordion#services-list .wp-block-group__inner-container .tab {
	padding: clamp(15px, 1.5em, 30px);
}

.wp-block-group.accordion#services-list .wp-block-group__inner-container .tab:not(:last-child) {
	border-bottom: 1px solid #707070;
}

.wp-block-group.accordion#services-list .tab .wp-block-group__inner-container .gb-headline:nth-child(1) {
	margin-bottom: 0;
	color: var(--color-contrast);
	border-bottom: none;
}
.wp-block-group.accordion#services-list .tab .wp-block-group__inner-container .gb-headline:nth-child(1):hover {
	color: var(--color-contrast);
}

.wp-block-group.accordion#services-list .tab.opened .wp-block-group__inner-container .gb-headline:nth-child(1) {
	margin-bottom: 20px;
}

body.js .wp-block-group.accordion#services-list .tab .wp-block-group__inner-container .gb-headline:nth-child(1):after {
	content: "\f345";
}

body.js .wp-block-group.accordion#services-list .tab.opened .wp-block-group__inner-container .gb-headline:nth-child(1):after {
	content: "\f347";
}



/* FAQs */

.schema-faq {}

.schema-faq-section {
	margin-bottom: 15px;	
}

.schema-faq-section .schema-faq-question {
	position: relative;
	display: block;
	padding: 15px 40px 15px 15px;
	background-color: #f6f6f6;
	cursor: pointer;
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none; 
}
.schema-faq-section .schema-faq-question:hover { 
	background-color: #eee;
	text-decoration: underline;
}

.schema-faq-section .schema-faq-question:after {
	content: "\f345";
	position: absolute;
	top: 15px;
	right: 15px;
	font-family: dashicons;
}

.schema-faq-section.opened .schema-faq-question {
  /*color: #fff;*/
	/*background-color: var(--color-contrast);*/
	background-color: #eee;
}

.schema-faq-section.opened .schema-faq-question:hover {
	text-decoration: underline;
}

.schema-faq-section.opened .schema-faq-question:after {
	content: "\f347";
}

.schema-faq-answer {
	margin-bottom: 0;
  height: 0;
  overflow: hidden;
}

.schema-faq-section.opened .schema-faq-question + .schema-faq-answer {
	padding: 0 15px 15px 15px;
	/*color: #fff;*/
	/*background-color: var(--color-contrast);*/
	background-color: #eee;
	height: auto;
  overflow: visible;
}



/* TESTIMONIAL CAROUSELS */

#section-testimonials-map #testimonials-wrap {
	background-image: url(../images/world-map-dots.png);
	background-position: 90% 80%;
	background-repeat: no-repeat;
	background-size: 500px 324px;
}

#section-testimonials-map #testimonials-wrap .trusted-by-wrap {
	column-gap: 0;
}

#section-testimonials-map #testimonials-wrap .trusted-number {
	padding: 30px 40px 30px 20px;
  background-image: url(../images/carat-right-blue-blend.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
}

.testimonials .testimonial .subhead {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 1.3;
	text-transform: uppercase;
}

#section-testimonials-map .testimonials .testimonial .subhead {
	color: var(--color-dusk);
}

.testimonials .testimonial .subhead:before,
.testimonials .testimonial .subhead:after {
	font-family: 'Arial', sans-serif;
	font-weight: bold;
}

.testimonials .testimonial .subhead:before { content: "\201C"; }
.testimonials .testimonial .subhead:after { content: "\201D"; }


.testimonials .testimonial .quote {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.4;
}

.testimonials .testimonial .name strong {
	display: block;
}


@media (min-width: 768px) {
  .testimonials-wrap-overlap .gb-grid-column:nth-child(1) {
		position: relative;
		margin-top: 80px;
		margin-right: -40px;
		width: 45%;
		z-index: 2;
	}

	.testimonials-wrap-overlap .gb-grid-column:nth-child(2) {
		position: relative;
		margin-left: -40px;
		margin-bottom: 80px;
		width: 55%;
		align-self: stretch;
		align-content: center;
		background-color: var(--color-dusk);
		z-index: 1;
	}

	.testimonials-wrap-overlap .gb-grid-column:nth-child(2) > .gb-container {
		padding: 60px 60px 40px 120px;
	}

	.testimonials-wrap-overlap img {
	  border-bottom-left-radius: clamp(40px, 10vw, 120px);
	}
}

@media (min-width: 1400px) {
  .testimonials-wrap-overlap .gb-grid-column:nth-child(2) {
  	margin-right: -80px;
  	width: calc(55% + 80px);
  }
}


.testimonials-wrap-overlap .slick-dots li button:before,
.testimonials-wrap-overlap .slick-dots li.slick-active button:before {
	color: white;
}



figure.multiply img {
  mix-blend-mode: multiply;
}

.gb-icon + .gb-headline-text strong:nth-of-type(1) {
	text-transform: uppercase;
}




/* STAT BLOCKS */
/* https://cssgrid-generator.netlify.app */

ul.stat-blocks {
	display: grid; 
	grid-template-columns: repeat(2, 1fr); 
	grid-template-rows: repeat(2, 1fr); 
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin: 0;
	max-width: 400px;
	color: var(--color-contrast);
	list-style-type: none;
}

ul.stat-blocks li {
  text-transform: uppercase;
  line-height: 1.3;
}

ul.stat-blocks li strong:nth-of-type(1) {
	display: block;
	color: var(--color-contrast);
	font-family: 'Outfit', sans-serif;
	font-size: 60px;
	line-height: 1;
	font-weight: 600;
}

/* STAT LINE */

.gb-headline.stat-line {
	margin-bottom: 15px;
	color: var(--color-contrast);
	font-weight: 300;
	font-size: 20px;
  line-height: 1.3;
 	text-transform: uppercase;
}

.gb-headline.stat-line strong:nth-of-type(1) {
	display: block;
	color: var(--color-contrast);
	font-family: 'Outfit', sans-serif;
	font-size: 60px;
	line-height: 1;
	font-weight: 600;
}




/* SHADOW BOXES */

[class*="gb-element-"].shadow-boxes > div {
	position: relative;
	padding: 25px;
	height: 100%;
	background-color: rgba(255,255,255,1);
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.15);
	z-index: 2;
}


.gb-grid-wrapper.shadow-boxes .gb-grid-column {
	align-self: stretch;
}

.gb-grid-wrapper.shadow-boxes .gb-grid-column > .gb-container {
	position: relative;
	padding: 25px;
	height: 100%;
	background-color: rgba(255,255,255,1);
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.15);
	z-index: 2;
}

.gb-grid-wrapper.shadow-boxes.content-center .gb-grid-column > .gb-container {
	align-content: center;
}

.gb-grid-wrapper.shadow-boxes .gb-grid-column > .gb-container.gradient-box {
	color: #fff;
	background: linear-gradient(0deg, rgba(20,39,68,1) 0%, rgba(107,157,194,1) 100%);
}

.gb-grid-wrapper.shadow-boxes .gb-grid-column > .gb-container.gradient-box :is(h1, h2, h3, h4, h5, h6) {
  color: #fff;
}

.gb-grid-wrapper.shadow-boxes .gb-grid-column > .gb-container.gradient-box svg path.cls-gradient {
	fill: #fff;
}

/*
.gb-grid-wrapper.shadow-boxes .gb-grid-column > .gb-container:before {
  z-index: -2;
  opacity: 0;
}

.gb-grid-wrapper.shadow-boxes .gb-grid-column > .gb-container:hover:before {
  opacity: 1;
}

.gb-grid-wrapper.shadow-boxes .gb-grid-column > .gb-container:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  background: linear-gradient(0deg, rgba(20,39,68,1) 0%, rgba(107,157,194,1) 100%);
  z-index: -1;
  opacity: 0;
}

.gb-grid-wrapper.shadow-boxes .gb-grid-column > .gb-container:hover:after {
  opacity: 0.9;
  opacity: 1;
}


.gb-grid-wrapper.shadow-boxes .gb-grid-column > .gb-container:hover,
.gb-grid-wrapper.shadow-boxes .gb-grid-column > .gb-container:has(.gb-container-link):hover {
	color: #fff;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.15);
}

.gb-grid-wrapper.shadow-boxes .gb-grid-column > .gb-container:hover svg path.cls-gradient,
.gb-grid-wrapper.shadow-boxes .gb-grid-column > .gb-container:has(.gb-container-link):hover svg path.cls-gradient {
	fill: #fff;
}
*/


/* GRADIENT BOXES */

.gb-grid-wrapper.gradient-boxes .gb-grid-column > .gb-container {
	position: relative;
	padding: 25px;
	height: 100%;
	color: #fff;
	background-color: var(--color-dusk);
	background: var(--color-gradient-bg);
	z-index: 2;
}


/* BLUE BOXES */

.gb-grid-wrapper.blue-boxes .gb-grid-column > .gb-container {
	position: relative;
	padding: 2.5em;
	height: 100%;
	color: #fff;
	background-color: var(--color-dusk);
	z-index: 2;
}


/* NUMBERED BOXES */

.gb-grid-wrapper.shadow-boxes.numbered .gb-grid-column:nth-child(1) h3.gb-headline .gb-headline-text:before { content: "1. "; }
.gb-grid-wrapper.shadow-boxes.numbered .gb-grid-column:nth-child(2) h3.gb-headline .gb-headline-text:before { content: "2. "; }
.gb-grid-wrapper.shadow-boxes.numbered .gb-grid-column:nth-child(3) h3.gb-headline .gb-headline-text:before { content: "3. "; }
.gb-grid-wrapper.shadow-boxes.numbered .gb-grid-column:nth-child(4) h3.gb-headline .gb-headline-text:before { content: "4. "; }
.gb-grid-wrapper.shadow-boxes.numbered .gb-grid-column:nth-child(5) h3.gb-headline .gb-headline-text:before { content: "5. "; }
.gb-grid-wrapper.shadow-boxes.numbered .gb-grid-column:nth-child(6) h3.gb-headline .gb-headline-text:before { content: "6. "; }



.gb-grid-wrapper.numbered {
  counter-reset: column-counter;
}

.gb-grid-wrapper.numbered > .gb-grid-column > .gb-container {
	position: relative;
	padding-left: 80px;
	z-index: 2;
}
@media (max-width: 767px) {
  .gb-grid-wrapper.numbered > .gb-grid-column > .gb-container {
    padding-left: 40px;
  }
}

.gb-grid-wrapper.numbered > .gb-grid-column > .gb-container:before {
  content: counter(column-counter);
  counter-increment: column-counter;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  font-family: var(--font-headline);
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: -webkit-linear-gradient( 180deg, rgba(138,171,202,0.5) 0%, rgba(138,171,202,0) 75% );
  background: linear-gradient( 180deg, rgba(138,171,202,0.5) 0%, rgba(138,171,202,0) 75% );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  z-index: -1;
}
@media (max-width: 767px) {
	.gb-grid-wrapper.numbered > .gb-grid-column > .gb-container:before {
		left: -20px;
		width: 60px;
		font-size: 80px;
	}
}


/* Photo Grids */

.photo-grid-1-1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.photo-grid-1-1 figure img {
	object-fit: cover;
	object-position: center center;
}

.photo-grid-1-1 figure:first-child img {
	aspect-ratio: 2/1;
	border-bottom-left-radius: clamp(40px, 10vw, 100px);
}

.photo-grid-1-1 figure:last-child img {
	aspect-ratio: 2/1;
	border-top-right-radius: clamp(40px, 10vw, 100px);
}

.photo-grid-2-1 {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.photo-grid-2-1 figure img {
	object-fit: cover;
	object-position: center center;
}

.photo-grid-2-1 figure:first-child img {
	aspect-ratio: 2.4/1;
	border-bottom-left-radius: clamp(40px, 10vw, 100px);
}

.photo-grid-2-1 figure:last-child img {
	aspect-ratio: 1.2/1;
	border-top-right-radius: clamp(40px, 10vw, 100px);
}




/* TESTIMONIAL BOXES */

.gb-grid-wrapper.testimonial-boxes {
	margin-bottom: 40px;
}

.gb-grid-wrapper.testimonial-boxes .gb-grid-column .gb-container {
	padding: 30px;
	color: var(--color-white-gray);
	background-color: var(--color-contrast);
	transition: all 0.2s ease-in-out;
}

.gb-grid-wrapper.testimonial-boxes .gb-grid-column .gb-container:hover {
/*	background-color: var(--color-contrast);*/
}

.gb-grid-wrapper.testimonial-boxes .gb-grid-column .gb-container p:nth-last-of-type(1) {
	margin-bottom: 0;
}

.gb-grid-wrapper.testimonial-boxes .gb-icon svg,
.gb-grid-wrapper.testimonial-boxes .gb-icon svg path { 
	fill: var(--color-white-gray); 
}

.gb-grid-wrapper.testimonial-boxes h3 {
	margin-bottom: 5px;
	color: var(--color-white-gray);
	font-size: clamp(40px, 2vw, 44px);
	font-weight: 300;
}

.gb-grid-wrapper.testimonial-boxes .name-title {
	line-height: 1.3;
}

.gb-grid-wrapper.testimonial-boxes .name-title strong:nth-of-type(1) {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}



/* Accent Arrow */

@media (min-width: 768px) {
  section.accent-arrow-tr > .gb-container { position: relative; }
	section.accent-arrow-tr > .gb-container:before {
		content: "";
		position: absolute;
		top: -30px;
		right: 10%;
		width: 85px;
		height: 65px;
		background-color: var(--color-contrast);
		clip-path: polygon(0 0, 50% 100%, 100% 0);
	}

	section.accent-arrow-bl > .gb-container { position: relative; }
	section.accent-arrow-bl > .gb-container:before {
	  content: "";
		position: absolute;
		bottom: -32px;
		left: 8%;
		width: 85px;
		height: 65px;
		background-color: var(--color-contrast);
		clip-path: polygon(0 0, 50% 100%, 100% 0);
	}
}


.icon-top-align .gb-icon {
  position: relative;
  top: 1em;
}



@media (min-width: 768px) {
	.stat-box-floating {
		position: absolute;
		bottom: -10%;
		right: 10%;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 0;
	}
}

@media (min-width: 1400px) {
  .stat-box-floating {
  	right: -10%;
  }
}

@media (max-width: 767px) {
	.stat-box-floating {
		max-width: 100%;
	  border-top-right-radius: 0;
	  border-bottom-right-radius: 50px;
	}
}



/* ASPECT RATIOS */

img[class*="aspect-"],
figure[class*="aspect-"] img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

img.aspect-1\:1,
figure.aspect-1\:1 img {
	aspect-ratio: 1/1;
}

img.aspect-1\:1\.1,
figure.aspect-1\:1\.1 img {
	aspect-ratio: 1/1.1;
}

img.aspect-1\:1\.2,
figure.aspect-1\:1\.2 img {
	aspect-ratio: 1/1.2;
}

img.aspect-1\.1\:1,
figure.aspect-1\.1\:1 img {
	aspect-ratio: 1.1/1;
}

img.aspect-1\.2\:1,
figure.aspect-1\.2\:1 img {
	aspect-ratio: 1.2/1;
}

img.aspect-4\:5,
figure.aspect-4\:5 img {
	aspect-ratio: 4/5;
}

img.aspect-5\:7,
figure.aspect-5\:7 img {
	aspect-ratio: 5/7;
}

img.aspect-5\:4,
figure.aspect-5\:4 img {
	aspect-ratio: 5/4;
}

img.aspect-7\:5,
figure.aspect-7\:5 img {
	aspect-ratio: 7/5;
}

img.aspect-16\:7,
figure.aspect-16\:7 img {
	aspect-ratio: 16/7;
}

img.aspect-16\:9,
figure.aspect-16\:9 img {
	aspect-ratio: 16/9;
}

@media (max-width: 767px) {
  img.aspect-7\:5-mobile,
	figure.aspect-7\:5-mobile img {
		aspect-ratio: 7/5;
	}
}

.object-bottom { object-position: bottom !important; }
.object-center { object-position: center !important; }
.object-center-bottom { object-position: center bottom !important; }
.object-left { object-position: left !important; }
.object-left-bottom { object-position: left bottom !important; }
.object-left-top { object-position: left top !important; }
.object-right { object-position: right !important; }
.object-right-bottom { object-position: right bottom !important; }
.object-right-top { object-position: right top !important; }
.object-top { object-position: top !important; }

.object-50-10 { object-position: 50% 10% !important; }
.object-50-20 { object-position: 50% 20% !important; }
.object-50-30 { object-position: 50% 30% !important; }
.object-50-40 { object-position: 50% 40% !important; }
.object-50-50 { object-position: 50% 50% !important; }
.object-50-60 { object-position: 50% 60% !important; }
.object-50-70 { object-position: 50% 70% !important; }
.object-50-80 { object-position: 50% 80% !important; }
.object-50-90 { object-position: 50% 90% !important; }



/* - - - - - - - -
// PAGE SPECIFIC
- - - - - - - - */

/* PAGE
** HOME 
*/

@media (min-width: 1025px) {
  body.home .site-header {
		position: absolute;
		left: 0;
		width: 100%;
		background-color: transparent;
		z-index: 10;
	}

	body.home .site-header .main-navigation {
	  background-color: transparent;
	}
}

#sticky-navigation {
	background-color: var(--color-dusk);
}

body.home #section-hero {
	position: relative;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
	min-height: 60vh;
	padding-top: calc(5vw + 100px);
	padding-bottom: 5vw;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 767px) {
  body.home #section-hero {
  	padding-top: calc(5vw + 20px);
  }
}

body.home #section-hero:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../images/angles-hero-home.svg);
	background-position: 0 -40%;
	background-repeat: no-repeat;
	background-size: cover;
	mix-blend-mode: screen;
	mix-blend-mode: plus-lighter;
	z-index: 3;
	opacity: 0.5;
}

body.home #section-hero:after {
	z-index: 2;
}

body.home #section-hero > .gb-container {
	z-index: 4;
}


section.gb-container.elevated-content {
  position: relative;
  
}
@media (min-width: 768px) {
  section.gb-container.elevated-content {
  	padding-bottom: 33%;
  	background-image: none !important;
  }
  section.gb-container.elevated-content .anchor-photo {
	  position: absolute;
	  bottom: -33%;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		pointer-events: none;
	  z-index: 0;
	}
}

section.gb-container.elevated-content > .gb-container > .gb-container {
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.15);
}



/* PAGE
** INSIDE COMMON 
*/

.bg-top-half-dusk {
	background: linear-gradient(180deg, var(--color-dusk) 0%, var(--color-dusk) 50%, var(--color-body-bg) 50%, var(--color-body-bg) 100%);
}

body:not(.home) #section-hero {
	background-image: url(../images/angles-hero-inside.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	background-blend-mode: luminosity;
	background-blend-mode: screen;
}

@media (max-width: 767px) {
  body:not(.home) #section-hero h1 {
    margin-bottom: 15px;
	}
}



section.bg-carat-down > .gb-container {
	position: relative;
	z-index: 1;
}

section.bg-carat-down > .gb-container:before {
	content: "";
	position: absolute;
	top: 15px;
	left: -180px;
	width: 165px;
	height: 160px;
	background-color: var(--color-body-bg);
	background-image: url(../images/carat-down-blue-blend.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
	z-index: -1;
	background-blend-mode: multiply;
}

section.bg-phineas-left  > .gb-container,
section.bg-phineas-right  > .gb-container {
	position: relative;
	z-index: 1;
}

section.bg-phineas-left > .gb-container:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -220px;
	width: 315px;
	height: 470px;
	background-image: url(../images/phineas-facing-left.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotate(180deg);
	pointer-events: none;
	z-index: -1;
}

section.bg-phineas-right > .gb-container:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: -220px;
	width: 315px;
	height: 470px;
	background-image: url(../images/phineas-facing-left.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
	z-index: -1;
}



section.bg-double-carats-right > .gb-container { 
	position: relative;
	z-index: 1;
}

section.bg-double-carats-right > .gb-container:before {
  content: "";
	position: absolute;
	bottom: -100px;
	right: 0;
	width: 180px;
	height: 300px;
	background-image: url(../images/carat-double-blues-right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
	z-index: 2;
}



section.bg-little-dipper-left > .gb-container,
section.bg-little-dipper-right > .gb-container { 
	position: relative;
	z-index: 1;
}

section.bg-little-dipper-left > .gb-container:before {
  content: "";
	position: absolute;
	bottom: 0;
	left: -250px;
	width: 400px;
	height: 460px;
	background-image: url(../images/little-dipper-right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transform: scale(1, -1);
	pointer-events: none;
	z-index: -1;
}

section.bg-little-dipper-right > .gb-container:before {
  content: "";
	position: absolute;
	bottom: 0;
	right: -250px;
	width: 400px;
	height: 460px;
	background-image: url(../images/little-dipper-right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
	z-index: -1;
}





/* PAGE
** LIFE SCIENCES STAFFING
*/

@media (min-width: 768px) {
  body.page-life-sciences-staffing section.gb-container:has(.gb-container-overlay).hero {
		display: flex;
		align-items: center;
		height: 60vh;
	}

	body.page-life-sciences-staffing section.gb-container.edge-one-half.hero > .gb-container > .gb-grid-wrapper.overlap > .gb-grid-column:not(:has(.edge-photo)) {
		width: 60%;
		padding: 0;
		background-color: transparent;
		z-index: 2;
	}

	body.page-life-sciences-staffing section.gb-container.edge-one-half.hero .gb-container-overlay {
	  width: calc(50% - 20px);
	  background-position: 100% 50%;
	  background-position: 70% 50%;
	}

	body.page-life-sciences-staffing section.gb-container:has(.gb-container-overlay).hero .gb-container-overlay::before {
	  content: "";
	  position: absolute;
	  inset: 0;
	  background: linear-gradient(90deg,rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 0.9) 25%, rgba(247, 247, 247, 0) 50%, rgba(247, 247, 247, 0) 75%, rgba(247, 247, 247, 0) 100%);
	  z-index: 1;
  }
}



@media (max-width: 1700px) {
	.optional-triangle {
		opacity: 0.2;
	}
}


@media (max-width: 1280px) {
	.use-cases-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.use-cases-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 639px) {
	.use-cases-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}


@media (max-width: 767px) {
	.vs-bridge {
    top: auto;
    right: auto;
    bottom: -3em;
    left: 50%;
    transform: translate(-50%, 0);
	}
}


.how-info-graphic {
	position: relative;
	column-gap: 2rem;
	row-gap: 2rem;
	z-index: 1;
	counter-reset: step;
}

@media (min-width: 1025px) {
	.how-info-graphic {
		column-gap: 10rem;
		row-gap: 4rem;
	}

  .how-info-graphic:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 400px;
		height: 400px;
		background-image: url(../images/how-it-works-circle.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: -1;
	}
}

.how-info-graphic > div {
	position: relative;
	display: flex;
	align-items: center;
	text-wrap: balance;
	border: 2px solid var(--color-dusk);
	background-color: var(--color-body-bg);
	counter-increment: step;
}
.how-info-graphic > div > div {
	padding: 1rem 1rem 1rem 5rem;
}
@media (min-width: 1025px) {
  .how-info-graphic > div {
		border: 8px solid var(--color-body-bg);
		border-radius: 6em;
		outline: 2px solid var(--color-dusk);
		outline-offset: -5px;
		background-color: transparent;
	}
	.how-info-graphic > div > div {
		padding: 1rem 4rem;
	}
}

.how-info-graphic > div:before {
	content: counter(step);
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	padding-top: 0.2lh;
	font-family: 'League Spartan', sans-serif;
	font-size: clamp(30px, 4vw, 36px);
	line-height: 1;
	font-weight: 700;
	background-color: var(--color-robin);
	border-radius: 50%;
	top: 50%;
	left: 0.5rem;
	transform: translateY(-50%);
}

@media (min-width: 1025px) {
	.how-info-graphic > div:before {
		width: 9rem;
		height: 9rem;
		font-size: clamp(40px, 4vw, 50px);
	}

	.how-info-graphic > div:nth-child(1) {
	  order: 1;
	  padding-right: 8rem;
	  outline-color: var(--color-robin);
	}
	.how-info-graphic > div:nth-child(1):before {
		left: auto;
		right: 0.5rem;
		background-color: var(--color-robin);
	}

	.how-info-graphic > div:nth-child(2) {
	  order: 2;
	  padding-left: 9rem;
	}
	.how-info-graphic > div:nth-child(2):before {
		left: 0.5rem;
		right: auto;
		color: var(--color-robin);
		background-color: var(--color-dusk);
	}

	.how-info-graphic > div:nth-child(3) {
	  order: 4;
	  padding-left: 9rem;
	  outline-color: var(--color-robin);
	}
	.how-info-graphic > div:nth-child(3):before {
		left: 0.5rem;
		right: auto;
		background-color: var(--color-robin);
	}

	.how-info-graphic > div:nth-child(4) {
	  order: 3;
	  padding-right: 8rem;
	}
	.how-info-graphic > div:nth-child(4):before {
		left: auto;
		right: 0.5rem;
		color: var(--color-robin);
		background-color: var(--color-dusk);
	}
}

@media (max-width: 1024px) {
  .how-info-graphic > div:after {
  	content: "";
  	position: absolute;
  	top: -0.75em;
  	right: -0.75em;
  	width: 4em;
  	height: 4em;
  	background-color: var(--color-dusk);
  	z-index: -1;
  }
}

.how-info-graphic h3 {
	margin-bottom: 0.5rem;
	font-size: clamp(24px, 2vw, 28px);
	line-height: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
}




/* RESOURCES DIRECTORY */

#resources-directory #resources-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
@media (max-width: 1024px) {
	#resources-directory #resources-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767px) {
	#resources-directory #resources-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}


body.home #section-news-callout #resources-directory #resources-grid {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}


#resources-directory #resources-grid .resource-item {
	position: relative;
	display: flex;
	flex-direction: column;
  padding: 20px;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  z-index: 1;
}

#resources-directory #resources-grid .resource-item:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--color-dusk);
	background: linear-gradient(180deg, rgba(20,39,68,1) 0%, rgba(107,157,194,1) 100%);
	border-radius: 5px;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.15s linear;
}

#resources-directory #resources-grid .resource-item:hover {
	color: var(--color-white);	
}

#resources-directory #resources-grid .resource-item:hover:before {
  opacity: 1;
}


#resources-directory #resources-grid .resource-item .item-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
}

#resources-directory #resources-grid .resource-item .post-tag {
	display: inline-block;
	color: var(--color-robin);
	font-weight: bold;
	text-transform: uppercase;
	transition: color 0.15s linear;
}

#resources-directory #resources-grid .resource-item:hover .post-tag {
	color: var(--color-white);
}

#resources-directory #resources-grid .resource-item h3 {
	font-size: clamp(21px, 2vw, 24px);
	line-height: 1.3;
	font-weight: normal;
	text-transform: capitalize;
}

#resources-directory #resources-grid .resource-item:hover h3 {
	color: var(--color-white);
}

#resources-directory #resources-grid .resource-item h3 a {
	color: var(--color-body);
	text-decoration: none;
	transition: color 0.15s linear;
}

#resources-directory #resources-grid .resource-item:hover h3 a {
	color: var(--color-white);
}


#resources-directory #resources-grid .resource-item .post-thumbnail {
	margin-top: auto;
}

#resources-directory #resources-grid .resource-item img {
	display: block;
	aspect-ratio: 16/9;
	object-fit: cover;
	object-position: center center;
	border-radius: 0 clamp(40px, 10vw, 100px) 0 clamp(40px, 10vw, 100px);
}

#resources-directory #resources-grid .resource-item .post-thumbnail .post-thumbnail-fpo {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	background-color: #ddd;
	background-image: url(../images/post-thumbnail-fpo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0 clamp(40px, 10vw, 100px) 0 clamp(40px, 10vw, 100px);
}

#resources-directory #resources-grid .resource-item .post-thumbnail .post-thumbnail-fpo span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-family: "gibbs", sans-serif;
	font-weight: bold;
	font-size: clamp(24px, 2vw, 28px);
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	pointer-events: none;
}




/* RESOURCE FILTERS */

form.searchandfilter ul {
	gap: 20px;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	list-style-type: none;
	color: var(--color-dusk);
	font-weight: bold;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	form.searchandfilter ul {
		display: flex;
	}
}

.searchandfilter li[data-sf-field-input-type=checkbox] label, 
.searchandfilter li[data-sf-field-input-type=radio] label, 
.searchandfilter li[data-sf-field-input-type=range-checkbox] label, 
.searchandfilter li[data-sf-field-input-type=range-radio] label {
  padding-left: 0;
}

form.searchandfilter ul li .sf-input-radio {
	display: none;
}

form.searchandfilter ul li:not(.sf-option-active) label:hover {
	text-decoration: underline;
	cursor: pointer;
}

form.searchandfilter ul li.sf-option-active label {
	color: var(--color-robin);
}


/* RESOURCE PAGER */

.resources-pager {
	display: flex;
	justify-content: flex-start;
	gap: 8px;
	margin-top: 60px;
}

.resources-pager .page-numbers {
	padding: 15px 20px;
	color: var(--color-white);
	text-decoration: none !important;
	background-color: var(--color-dusk);
}

.resources-pager .page-numbers:not(.current):hover {
	background-color: var(--color-charcoal);
}

.resources-pager .page-numbers.current {
	opacity: 0.5;
}




body.single.one-container .site-content {
	padding-bottom: 60px;
}

body.single.one-container .site-content h2 {
	font-size: clamp(36px, 3vw, 40px);
	line-height: 1.3;
}

body.single.one-container .site-content h3 {
	font-size: clamp(30px, 3vw, 36px);
	line-height: 1.3;
}

body.single.one-container .site-content h4 {
	font-size: clamp(21px, 3vw, 24px);
	line-height: 1.3;
}

body.single.one-container .site-content ol,
body.single.one-container .site-content ul {
	margin-bottom: 40px;
}

body.single #section-hero-blog {
  margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	margin-bottom: 40px;
	max-width: 100vw;
	width: auto;
	color: var(--color-white);
	background-color: var(--color-dusk);
}

body.single #section-hero-blog {
	margin-bottom: 60px;
}

body.single #section-hero-blog:has(.featured-image.visible) {
	margin-bottom: 30%;
}

body.single #section-hero-blog .inside-container {
	margin-left: auto;
	margin-right: auto;
	padding: 80px 40px;
	max-width: 1400px;
}

body.single #section-hero-blog {
	text-align: center;
}

body.single #section-hero-blog .post-tag {
  color: var(--color-robin);
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
}

body.single #section-hero-blog .entry-title {
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1;
  font-weight: bold;
  text-wrap: balance;
}

body.single #section-hero-blog .excerpt {
  font-size: clamp(22px, 3vw, 24px);
	line-height: 1.4;
  font-weight: normal;
  text-wrap: balance;
}


body.single #section-hero-blog .featured-image.visible {
	margin-bottom: -30%;
	max-width: 1400px;
}

body.single #section-hero-blog .featured-image img {
	width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center 40%;
}




.section-related-resources {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #babec6;
}

.section-related-resources h3 {
	font-weight: normal;
	text-transform: none;
}



/* PAGE
** SEARCH JOBS 
*/

#future-opportunities {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: clamp(20px, 3vw, 21px);
	line-height: 1.4;
	text-align: center;
}

#back-job-openings {
	display: none;
	text-transform: uppercase;
}



/* PAGE
** SITEMAP 
*/

#sitemap-wrap h2 {
	margin: 50px 0 15px 0;
  font-size: 32px;
  line-height: 1.3;
  font-weight: normal;
}

#sitemap-wrap ul {
  margin-bottom: 40px;
}

ul.sitemap {
	margin: 0;
	padding: 0;
	width: 100%; 
	height: auto; 
	overflow: hidden; 
	font-size: 125%; 
	line-height: 105%;
}

ul.sitemap li { list-style: none; }
ul.sitemap li:before { border-color: transparent #111;
    border-style: none;
    border-width: 0px;
    display: none;
    height: 0;
    left: 0px;
    position: inherit;
    top: 0px;
    width: 0px; }
ul.sitemap li a { display: block; width: 100%; height: auto; padding: 20px 0px; border-bottom: 1px #D4D4D4 solid; text-decoration: none; }
ul.sitemap li a:link, ul.sitemap li a:visited  { color: var(--color-contrast); text-decoration: none; }
ul.sitemap li a:hover, ul.sitemap li a:active { color: var(--color-contrast); text-decoration: underline; }
ul.sitemap li ul { margin: 0px; padding: 0px; }
ul.sitemap li ul li { }
ul.sitemap li ul li a { width: 100%; padding: 20px 20px; background: #ffffff; }




/* PAGE
** 404 
*/

body.error404 #section-hero {
	background-image: url(../images/hero-404.jpg);
	background-position: center center; 
  background-repeat: no-repeat; 
  background-size: cover; 
}

body.error404 #section-hero:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}

body.error404 #section-hero .gb-inside-container {
	z-index: 2;
}


/* CTA CONNECT */




/* - - - -
// FOOTER
- - - - */

.site-footer {
	position: relative;
}

.site-footer > .gb-container:first-child {
	position: relative;
	background-image: url(../images/angles-hero-inside.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 185px auto;
	background-blend-mode: screen;
}

.site-footer:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,0.3);
	z-index: 2;
}

.site-footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.site-footer #footer-bar a {
	white-space: nowrap;
}


@media (min-width: 768px) {
	.site-footer .copyright a:before {
	  content: "|";
	  margin-left: 8px;
	  margin-right: 8px;
	  pointer-events: none;
	}
	.site-footer .copyright a:hover:before {
		color: #fff;
	}
}

@media (max-width: 767px) {
  .site-footer .copyright {
    text-align: center;
	}
	.site-footer .copyright a {
		display: block;
	}
}



ul.wp-block-social-links {
	margin: 0;
	padding: 0;
}


/* SOCIAL BAR */

ul.social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.social li {
	display: inline-block;
	margin: 0;
}

ul.social li a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}

@font-face {
  font-family: 'icomoon-social';
  src:  url('../fonts/icomoon-social/icomoon-social.eot?p40fu0');
  src:  url('../fonts/icomoon-social/icomoon-social.eot?p40fu0#iefix') format('embedded-opentype'),
    url('../fonts/icomoon-social/icomoon-social.ttf?p40fu0') format('truetype'),
    url('../fonts/icomoon-social/icomoon-social.woff?p40fu0') format('woff'),
    url('../fonts/icomoon-social/icomoon-social.svg?p40fu0#icomoon-social') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

ul.social li a:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #fff; 
	font-size: 30px; 
	line-height: 30px; 
	font-family: 'dashicons';
	font-family: 'icomoon-social' !important;
	font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}

ul.social li a:hover:after {
	color: var(--color-contrast);
}

/*ul.social li a[href*="linkedin"] { margin-left: 7px; }*/
ul.social li a[href*="linkedin"]:after { content: "\e902"; }
ul.social li a[href*="facebook"]:after { content: "\e900"; }
ul.social li a[href*="instagram"]:after { content: "\e901"; }
ul.social li a[href*="youtube"]:after { content: "\e905"; }
ul.social li a[href*="podcast"]:after { content: "\e906"; }

ul.social li a span.label {
  display: block;
  position: absolute;
  top: -9999px;
  left: -9999px;
}



/* JOB FEED DATA TABLE */

table.dataTable {
	width: 100%;
  margin-bottom: 1rem;
  color: #5C697E;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.3;
  vertical-align: top;
  border-color: #dee2e6;
  border-collapse: collapse;
}

table.dataTable > thead {
  color: var(--color-white);
  background-color: var(--color-contrast);
  vertical-align: bottom;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 55%;
}

table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 55%;
}

table.dataTable > tbody {
  vertical-align: inherit;
}

table.dataTable > tbody > tr.odd {

}

table.dataTable > tbody > tr.even {
	background-color: var(--color-gray);
}

table.dataTable > tbody > tr a {
	color: var(--color-contrast);
	font-weight: bold;
}

table.dataTable > tbody > tr a:hover {
	text-decoration: underline;
}


#bm-search {
	margin-bottom: 40px;
	padding: 20px;
	background-color: var(--color-white);
	border-radius: var(--border-radius);
	box-shadow: var(--shadow);
}

#bm-search-fields {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

#bm-search-fields > .col-sm-5 {
	flex: 1 1 50%;
}

#bm-search-fields > .col-sm-2 {
	flex: 1 1 auto;
}



