@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,300,0,0&icon_names=arrow_forward,keyboard_arrow_down&display=swap');

:root {
	--body-top: 0px;
	--top-stripe: 18px;
	--color-body: #222;
	--color-body-bg: #fff;
	--color-black: #222;
	--color-white: #fff;
	--color-white-gray: #f7f7f7;
	--color-charcoal: #585858;
	--color-gradient-bg: linear-gradient(180deg, rgba(138,171,202,1) 0%, rgba(39,55,85,1) 100%);
	--font-body: 'Work Sans', sans-serif;
	--font-headline: 'Outfit', sans-serif;
}

html:has(body.admin-bar) {
	/*margin-top: 0 !important;*/
}

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

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

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

.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-headline);
}

.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(111,128,178);}</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; }


/* 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(--global-heather-indigo);
	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 */

.btn-primary:has(.gb-shape) {
	column-gap: 1em;
	padding-right: calc(1rem - 1.5px);
}

.btn-primary:has(.gb-shape) .gb-shape {
	padding: 3px;
	background-color: var(--global-gray-300);
	outline: 10px solid var(--global-gray-300);
	outline-offset: -1px;
	border-radius: 50%;
}

.btn-primary:has(.gb-shape):hover .gb-shape {
	background-color: #304251;
	outline-color: #304251;
}

.btn-primary:has(.gb-shape) .gb-shape svg {
	fill: var(--global-yale-blue);
}

.btn-primary:has(.gb-shape):hover .gb-shape svg {
	fill: #fff;
}



/* - - - -
** 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 input[type="text"],
form.hs-form input[type="email"],
form.hs-form input[type="tel"] {
	width: 100%;
	padding: 10px 12px !important;
	font-size: 18px !important;
	background-color: #fafafa;
	border: 1px solid #fafafa;
	border-bottom: 1px solid #838383;
}

form.hs-form fieldset.form-columns-1 .hs-input:not([type="checkbox"]),
form.hs-form fieldset.form-columns-2 .hs-input:not([type="checkbox"]),
form.hs-form fieldset.form-columns-3 .hs-input:not([type="checkbox"]) {
	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:not([type="checkbox"]),
	form.hs-form fieldset.form-columns-2 .hs-input:not([type="checkbox"]),
	form.hs-form fieldset.form-columns-3 .hs-input:not([type="checkbox"]) {
		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: #cc0000;
	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;
}

form.hs-form .legal-consent-container {
	font-size: 16px;
}

form.hs-form .hs-dependent-field {
	margin-top: 0.5rem;
}

form.hs-form .hs-dependent-field .inputs-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

form.hs-form .hs-form-booleancheckbox-display {
	display: flex;
	gap: 0.5rem;
}
@media (min-width: 1480px) {
  form.hs-form .hs-form-booleancheckbox-display {
	  align-items: center;
  }
}

form.hs-form .hs-form-booleancheckbox-display span {
	margin: 0;
}

form.hs-form input[type="checkbox"] {
  transform: scale(1.5);
  margin-right: 8px;
}

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



/* - - - - - - - - - - - - - - -
// 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 {
	max-width: 100%;
	min-height: calc(100vh - 631px);
	background-color: var(--color-body-bg);
}
@media (max-width: 767px) {
  #page { overflow: hidden; }
}

#page > #content {
	padding: 0;
}


/* SECTION PADDINGS */

@media (max-width: 767px) {
	.section-pad-normal {
		padding: 40px 30px;
	}
}

@media (max-width: 639px) {
  .section-pad-normal,
	.section-pad-lg,
	.section-pad-sm,
	.section-pad-xs,
	.section-pad-0 {
		padding-left: 20px;
		padding-right: 20px;
	}
}


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 (min-width: 768px) {
  .desktop-pt-50 { padding-top: 50px; }
  .desktop-pl-72 { padding-left: 72px; }
}


@media (max-width: 767px) {
	ul.list-styled,
	ol.list-styled {
		margin-left: 1.75em;
	}
}

ul.list-styled li:not(:last-child),
ol.list-styled li:not(:last-child) {
  margin-bottom: 0.5rem;
}

ul.list-styled li::marker,
ol.list-styled li::marker {
  color: var(--global-heather-indigo);
}

ul.list-styled.bullets-white li::marker,
ol.list-styled.bullets-white li::marker {
  color: #fff;
}


ul.list-link-arrows li a:hover,
ol.list-link-arrows li a:hover {
	text-decoration: underline;
}


ul.list-link-arrows li a:after,
ol.list-link-arrows li a:after {
  content: "\e5c8";
  display: inline-block;
  margin-left: 0.3rem;
  font-family: 'Material Symbols Rounded';
  font-size: 1.2em;
	font-weight: 300;
	font-style: normal;
	vertical-align: middle;
	transition: all 0.2s linear;
}

ul.list-link-arrows li a:hover::after,
ol.list-link-arrows li a:hover::after {
  margin-left: 0.5rem;
}



.columns-2 { column-count: 2; }
.columns-3 { column-count: 3; }
.columns-4 { column-count: 4; }

ul[class*="columns-"] li,
ol[class*="columns-"] li { 
	break-inside: avoid-column;
}

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

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

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


@media (min-width: 1025px) {
  ul.inner-grid-2:has(.inner-col),
  ol.inner-grid-2:has(.inner-col) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	  gap: 4rem;
	  width: fit-content;
	}
	.gb-accordion.inner-grid-2:has(.inner-col) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	  gap: 1rem;
	}
}


.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 { display: flex; flex-direction: row; }
	.max-xl\:flex-row-reverse { display: flex; flex-direction: row-reverse; }
	.max-xl\:flex-col, .flex-column { display: flex; flex-direction: column; }
	.max-xl\:flex-col-reverse, .flex-column-reverse { display: flex; flex-direction: column-reverse; }
}

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

@media (max-width: 767px) {
	.max-md\:flex-row { display: flex; flex-direction: row; }
	.max-md\:flex-row-reverse { display: flex; flex-direction: row-reverse; }
	.max-md\:flex-col, .flex-column { display: flex; flex-direction: column; }
	.max-md\:flex-col-reverse, .flex-column-reverse { display: flex; 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;*/
	}
}


@media (max-width:1280px) and (min-width:768px) {
  .grid-4-2-1 > div {
  	position: relative;
  }

  .grid-4-2-1 > div img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }	
}


@media (min-width:1281px) {
  .grid-5-3-1 {
  	grid-template-columns: repeat(5,minmax(0,1fr));
  }
}
@media (max-width:1280px) {
  .grid-5-3-1 {
  	grid-template-columns: repeat(3,minmax(0,1fr));
  }
}
@media (max-width:1024px) {
  .grid-5-3-1 {
  	grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:767px) {
  .grid-5-3-1 {
  	grid-template-columns: 1fr;
  }
}




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

/* ADD STRIPES TO TOP */

@media (min-width: 1025px) {
	.gb-site-header:not(.gb-is-sticky) {
		/*margin-top: var(--top-stripe);*/
		padding-top: calc(20px + var(--top-stripe));
	}

	.gb-site-header:not(.gb-is-sticky):before {
	  content: "";
	  position: absolute;
	  top: calc(var(--top-stripe) * -1);
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  height: var(--top-stripe);
	  background: linear-gradient(45deg, var(--global-heather-indigo) 0%, var(--global-heather-indigo) 25%, var(--global-yale-blue) 25%, var(--global-yale-blue) 50%, var(--global-indigo-mist) 50%, var(--global-indigo-mist) 75%, var(--global-heather-indigo) 75%);
	}
}

/* DEFAULT HEADER */

@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(--global-yale-blue);
}

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


/* CUSTOM HEADER */

.gb-site-header.gb-is-sticky {
  padding-top: 10px;
	padding-bottom: 10px;
}

.gb-site-header.gb-is-sticky .site-logo {
	height: 60px; 
}


.gb-menu-container .header-address,
.gb-site-header.gb-is-sticky .gb-menu-container .header-address {
	display: none;
	position: absolute;
}

@media (min-width: 1200px) {
  .gb-menu-container {
		display: grid;
	  grid-template-columns: 1fr auto;
	  grid-template-rows: auto auto;
	  grid-template-areas:
	    "address button"
	    "nav     button";
	  align-items: center;
	  column-gap: 1rem;
	}

	.gb-menu-container .header-address {
	  grid-area: address;
	  position: relative;
	  display: flex;
	  justify-content: flex-end;
	  margin-right: 20px;
	  padding-bottom: 1rem;
	  /*border-bottom: 1px solid #c5c9d8;*/
	}

	.gb-menu-container .header-address:after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: calc(100% - 440px);
		height: 1px;
		background-color: #5f6a72;
		background: linear-gradient(90deg, rgba(95,106,114,0) 0%, rgba(95,106,114,1) 100%);
	}


	.gb-menu-container .gb-menu {
	  grid-area: nav;
	  /*padding-top: 0.5rem;*/
	}

	.gb-menu-container .contact-btn-wrap {
	  grid-area: button;
	  align-self: center;
	}
}

/* MEGA MENUS */

.gbp-mega-menu {
  margin-top: 20px;
}
@media (min-width: 640px) {
	.gbp-mega-menu {
	  width: fit-content;
	}
}

.gb-site-header.gb-is-sticky .gbp-mega-menu {
  margin-top: 10px;
}

.gbp-mega-menu__list > li:hover {
	background-color: #fff;
  outline: 8px solid #fff;
  border-radius: 12px;
}

.gbp-mega-menu__list > li:hover .menu-title {
	text-decoration: underline;
}

.gbp-mega-menu__link {
	transition: none;
}

@media (min-width: 1200px) {
	.gb-menu > li > a.gb-menu-link:hover {
	  color: var(--global-heather-indigo);
	}

	.gb-menu > li.current-menu-item > a.gb-menu-link {
    color: var(--global-yale-blue);
	}
}

@media (max-width: 639px) {
	:where(.menu-item-has-gb-mega-menu .gb-overlay--anchored) {
	  width: 100%;
	}
}

.gbp-mega-menu__list .gbp-mega-menu__link + ul li a {
	line-height: 1.4;
}

.gbp-mega-menu__list .gbp-mega-menu__link + ul li a:hover {
	text-decoration: underline;
}


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

/* CONTAINERS & GRIDS */

section > [class*="gb-element"] {
	/*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
- - - - - - - - - - - - - - - */


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



.hide { display: none; }

@media (min-width: 1025px) {
  .hide-desktop { display: none; }
}

@media (max-width: 1280px) {
	.hide-max-1280 { display: none; }
}


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

/* PAGE
** HOME 
*/

/* INDUSTRIES ROW LINKS */

.industry-rows {
  counter-reset: industry;
  display: flex;
	flex-direction: column;
	gap: 12px;
}

.industry-link {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	column-gap: 2rem;
	row-gap: 1rem;
	border: 1px solid var(--global-indigo-ice);
	counter-increment: industry;
}
@media (max-width: 767px) {
	.industry-link {
		flex-direction: column;
		align-items: flex-start;
	}
}

.industry-link > *:nth-child(1)::before {
	content: counter(industry, decimal-leading-zero);
	margin-right: 2rem;
}

.industry-link > *:nth-child(3) p {
	text-wrap: balance;
}

@media (min-width: 768px) {
	.industry-link > *:nth-child(1) { flex: 0 0 350px; }
	.industry-link > *:nth-child(3) { flex: 1; justify-content: space-between; }
}

.industry-link img {
	position: relative;
	margin-right: 1rem; 
	width: clamp(200px, 20vw, 300px);
	height: auto;
	margin-top: -100px;
	margin-bottom: -100px;
	visibility: hidden;
	z-index: 2;
}

@media (max-width: 1024px) {
  .industry-link img {
  	display: none;
  }
}

.industry-link:hover img { visibility: visible; }

.industry-link:hover svg { transform: rotate(-45deg); }

.industry-link svg path { fill: #B8C4DF; }
.industry-link:hover svg path { fill: var(--global-yale-blue); }




/* SERVICES ROW LINKS */

.services-rows {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.service-link {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	column-gap: 2rem;
	row-gap: 1rem;
	border: 1px solid var(--global-indigo-ice);
	counter-increment: industry;
}
@media (max-width: 767px) {
	.service-link {
		flex-direction: column;
		align-items: flex-start;
	}
}

.service-link > *:nth-child(3) p {
	text-wrap: balance;
}

@media (min-width: 768px) {
	.service-link > *:nth-child(1) { flex: 0 0 360px; }
	.service-link > *:last-child { flex: 1; }
}

.service-link:hover  > *:last-child svg { transform: rotate(-45deg); }

.service-link  > *:last-child svg path { fill: #B8C4DF; }
.service-link:hover  > *:last-child svg path { fill: var(--global-yale-blue); }



/* ACCORDIONS */

.gb-accordion .accordion-item {
	position: relative;
}

.gb-accordion .gb-accordion__item-open {
	color: #fff;
	background-color: var(--global-heather-indigo);
}

.gb-accordion .gb-accordion__item-open a {
	color: inherit;
	text-decoration: underline;
}

.gb-accordion .gb-accordion__item-open .gb-accordion__content {
	position: relative;
	z-index: 2;
}

.gb-accordion__toggle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*margin: -2rem;*/
  z-index: 1;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .gb-accordion.grid-2-desktop {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
		align-items: flex-start;
	}

	.gb-accordion.grid-2-desktop .gb-accordion__item {
		margin-bottom: 0;
	}	
}



/* PAGE
** INSIDE COMMON 
*/

@media (max-width: 767px) {
	.hero-bg-gradient h1 {
		margin-bottom: 1rem;
	}
}

@media (min-width: 1281px) {
  .hero-bg-gradient.side-pill > [class*="gb-element-"] {
  	padding-right: 150px;
		background-image: url(../images/pills-pair-indigo-mist.svg);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 120px;
	}	
}


:where(.gb-carousel-pagination)[data-pagination-type=bullets] {
	gap: 11px;
}

:where(.gb-carousel-pagination) .gb-carousel-dot {
  height: 11px;
  width:11px
}


.stats-3-plus-img div:last-child img {
  aspect-ratio: 4/3;
}

.stats-2-plus-img div:last-child img {
  aspect-ratio: 3/2;
}


/* CTA SECTION */

.radigonal {
  border-radius: 8rem 2rem 8rem 2rem;
}
@media (max-width:767px) {
	.radigonal {
	  border-radius: 4rem 2rem 4rem 2rem;
	}
}



/* TEAR DROP BOXES */

@media (max-width:1280px) and (min-width:768px) {
  .teardrop-sw {
		border-radius: 6rem 12rem 12rem 0rem;
		border-radius: clamp(3rem, 5vw, 6rem) clamp(6rem, 10vw, 12rem) clamp(6rem, 10vw, 12rem) 0rem;
	}	
}
@media (min-width:768px) {
  .teardrop-sw:not(img) {
  	padding: 2.5rem;
  	padding-right: 3.5rem;
  }	
}
@media (max-width:767px) {
  .teardrop-sw {
  	border-radius: 2rem 4rem 4rem 0rem;
  }
}


/* ROUND PILL ENDS */

.round-ends {
  border-radius: clamp(1rem, 14vw, 20rem);
}
@media (max-width: 1280px) {
  .round-ends {
    border-radius: clamp(1rem, 6vw, 6rem);
  }
}

.round-ends:has(.round-ends) {
  container-type: inline-size;
  padding: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
	.round-ends:has(.round-ends) {
	  padding: 25px;
	}
}

.round-ends:has(.round-ends) > div.content-wrap:first-child {
	padding-left: clamp(20px, 14vw, 120px);
}
.round-ends:has(.round-ends) > div.content-wrap:last-child {
	padding-right: clamp(20px, 14vw, 120px);
}
@media (max-width: 1280px) {
  .round-ends:has(.round-ends) > div.content-wrap:first-child {
		padding-left: clamp(20px, 6vw, 50px);
	}
	.round-ends:has(.round-ends) > div.content-wrap:last-child {
		padding-right: clamp(20px, 6vw, 50px);
	}	
}
@media (max-width: 767px) {
  .round-ends:has(.round-ends) > div.content-wrap:first-child {
		padding-left: unset;
	}
	.round-ends:has(.round-ends) > div.content-wrap:last-child {
		padding-right: unset;
	}	
}

.round-ends .round-ends {
  /*border-radius: clamp(calc(2rem - 20px), calc(20cqi - 20px), calc(20rem - 20px));*/
  border-radius: clamp(1rem, 14vw, 20rem);
}
@media (max-width: 1280px) {
  .round-ends .round-ends {
    border-radius: clamp(calc(1rem - 20px), calc(7cqi - 20px), calc(6rem - 20px));
  }
}


.corner-notch {
	mask-image: url(../images/pixel-1x1-white.png), url(../images/corner-notch.svg);
	mask-repeat: repeat, no-repeat;
	mask-size: contain, 7rem 7rem;
	mask-position: 50% 50%, 100% 100%;
	mask-composite: exclude;
	overflow: hidden;
}

.corner-notch .gb-shape svg {
	height: 4rem;
	width: 4rem;
}


.wp-block-table.comp-table {
  overflow-x: auto
}

.wp-block-table.comp-table table {
  width: 100%;
  font-family: "Outfit", sans-serif;
  border-collapse: separate;
	border-spacing: 0;
	border: 1px solid var(--global-heather-indigo);
	border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
	.wp-block-table.comp-table table {
		font-family: "Arial Narrow", sans-serif;
		font-size: 15px;
		line-height: 1.3;
		font-weight: 400;
	}
}

.wp-block-table.comp-table table thead tr:first-child th:first-child { border-radius: 1.5rem 0 0 0; }
.wp-block-table.comp-table table thead tr:first-child th:last-child  { border-radius: 0 1.5rem 0 0; }
.wp-block-table.comp-table table tbody tr:last-child  td:first-child { border-radius: 0 0 0 1.5rem; }
.wp-block-table.comp-table table tbody tr:last-child  td:last-child  { border-radius: 0 0 1.5rem 0; }


.wp-block-table.comp-table thead {
	color: var(--global-yale-blue);
	font-size: clamp(21px, 3vw, 24px);
	line-height: 1.3;
	font-weight: 600;
  border: none;
}
@media (max-width: 767px) {
	.wp-block-table.comp-table thead {
		font-size: 16px;
		line-height: 1.3;
	}
}

.wp-block-table.comp-table tbody {
	border: none;
}

.wp-block-table.comp-table tfoot {
  border: none;
}

.wp-block-table.comp-table td, 
.wp-block-table.comp-table th {
  padding: clamp(0.5rem, 3vw, 1.5rem);
  border-left: none;
  border-right: none;
  border-top: none;
}
@media (max-width: 767px) {
  .wp-block-table.comp-table td, 
	.wp-block-table.comp-table th {
	  padding: 0.5rem;
	}
}

.wp-block-table.comp-table th {
	text-align: left;
  border-bottom: 4px solid var(--global-heather-indigo);
}
@media (min-width:1025px) {
  .wp-block-table.comp-table th {
  	text-wrap: nowrap;
  }
}

.wp-block-table.comp-table td {
	font-weight: 500;
  border-bottom: 2px solid var(--global-heather-indigo);
}

.wp-block-table.comp-table table tbody tr:last-child td {
  border-bottom: none;
}

.wp-block-table.comp-table table tbody tr td:first-child {
	color: var(--global-heather-indigo);
	font-size: clamp(18px, 3vw, 21px);
	line-height: 1;
	font-weight: 600;
}
@media (min-width:1025px) {
	.wp-block-table.comp-table table tbody tr td:first-child {
		text-wrap: nowrap;
	}
}
@media (max-width: 767px) {
	.wp-block-table.comp-table table tbody tr td:first-child {
		font-size: 16px;
		line-height: 1.3;
	}
}

.wp-block-table.comp-table table tbody tr:nth-child(even) td {
	background-color: #F7F8FB;
}

/*
.wp-block-table table tbody tr:last-child td:first-child {
	border-radius: 12px;
}
*/




/* RESOURCES DIRECTORY */

@media (min-width: 768px) {
  body.page-resources .search-filter-input-group {
		display: flex;
		flex-direction: row;
		gap: 2rem;
	}	
}

body.page-resources .search-filter-input-radio.search-filter-input-radio--is-active {}

body.page-resources .search-filter-input-group .search-filter-input-radio__control {}


#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: var(--global-indigo-ice);
  background-color: color-mix(in srgb, var(--global-indigo-ice) 50%, transparent);
  border-radius: 1rem;
  /*box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);*/
  transition: background-color 0.2s linear;
  z-index: 1;
}

/*#resources-directory #resources-grid .resource-item:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	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);*/
	background-color: var(--global-heather-indigo);
	background-color: color-mix(in srgb, var(--global-indigo-ice) 100%, transparent);
	/*outline: 4px solid var(--global-indigo-mist);*/
	/*box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);*/
}

#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(--global-heather-indigo);
	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;
	margin-top: 0;
	margin-bottom: 1rem;
}

#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);
	border-radius: 1rem;
}

#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);
	border-radius: 1rem;
}

#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;
	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(--global-heather-indigo);
}


/* 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(--global-yale-blue);
}

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

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



/* SINGLE PAGES */

body.post-template-default.single #page.grid-container {
	max-width: 1480px;
}

@media (min-width: 1025px) {
	body.post-template-default.single .inside-right-sidebar {
		position: sticky;
		top: 150px;
	}
}

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

body.single.one-container .site-content h1 {
	margin-bottom: 2rem;
	font-size: clamp(40px, 3vw, 50px);
	line-height: 1.3;
}

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.single-post article {
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 1025px) {
	body.single.single-post .featured-image img {
		width: 100%;
	}
}

body.single.single-post .entry-content a {
	text-decoration: underline;
}

/*
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(--global-yale-blue);
}

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(--global-heather-indigo);
  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%;
}
*/


/* SUCCESS STORIES */

@media (min-width: 1025px) {
	body.single-success_stories .sticky-image {
		position: sticky;
		top: 150px;
	}
}

body.success_stories-template-default.single #page.grid-container {
	max-width: 100%;
}

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

.section-related-resources .sb-inside-container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
  max-width: 1480px;
}

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



/* PAGE
** SEARCH 
*/

body.search-results #page {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 40px;
}


/* PAGE
** ARCHIVES 
*/

body.blog #page,
body.archive #page {
	max-width: 1025px;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 40px;
}

body.blog #page main article,
body.archive #page main article {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

body.blog #page main article h2,
body.archive #page main article h2 {
	margin-bottom: 1rem;
	font-size: clamp(24px, 3vw, 30px);
	line-height: 1.2;
}

@media (min-width: 768px) {
  body.blog #page main .articles-wrap,
  body.archive #page main .articles-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  body.blog #page main .articles-wrap article,
  body.archive #page main .articles-wrap article {
  	margin: 0;
  }

  body.blog #page main .articles-wrap article img,
  body.archive #page main .articles-wrap article img {
  	aspect-ratio: 7/4;
  	object-fit: cover;
  	object-position: center center;
  }

  body.blog #page main article h2,
	body.archive #page main article h2 {
		font-size: clamp(24px, 3vw, 28px);
		text-wrap: balance;
	}
}




/* 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: 21px; 
	line-height: 1.3;
}

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: #6f80b2; text-decoration: none; }
ul.sitemap li a:hover, ul.sitemap li a:active { color: #6f80b2; 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; }

ul.sitemap li a[href*="#nolink"] {
	display: flex;
	align-items: center;
	color: #444;
	pointer-events: none;
}

ul.sitemap li.parent a[href*="#nolink"]:after {
	content: "\e313";
	font-family: 'Material Symbols Rounded';
	font-weight: normal;
	font-style: normal;
}



ul.sitemap.pages > ul {
  margin-left: 0;
}


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


/* PAGE
** PORTCO 
*/

body.page-template-page-portco .firm-name {
	text-transform: uppercase;
}	
@media (min-width: 1025px) {
  body.page-template-page-portco .firm-name {
		/*text-wrap: nowrap;*/
	}	
}

body.page-template-page-portco header .firm-name {
	display: block;
	margin-left: 1rem;
	padding-left: 1.5rem;
	color: var(--global-yale-blue);
	border-left: 2px solid var(--global-indigo-mist);
}

/* PORTCO – HUBSPOT FORM */

body.page-template-page-portco .hs-form {  }

body.page-template-page-portco .hs-form .hs-form-field {
	margin-bottom: 20px;
}

body.page-template-page-portco .hs-form .hs-submit {
	margin-top: 40px;
	text-align: left;
}

body.page-template-page-portco .hs-form .hs-submit input[type="submit"].hs-button {
	padding: 12px 24px;
	color: var(--global-yale-blue);
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	background-color: transparent;
	border: 2px solid var(--global-yale-blue);
	border-radius: 0;
}

body.page-template-page-portco .hs-form .hs-submit input[type="submit"].hs-button:hover {
	color: #fff;
	background-color: var(--global-yale-blue);
}

body.page-template-page-portco ul.no-list.hs-error-msgs {
  color: var(--global-yale-blue)
  font-size: 16px;
}

body.page-template-page-portco .hs_error_rollup {
	margin-bottom: 40px;
	text-align: left;
}



/* - - - -
// 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 p {
	margin: 0;
}*/

.site-footer ul {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

@media (min-width: 768px) {
	.site-footer ul.horz-list {
		flex-direction: row;
		column-gap: 1rem;
	}
}

.site-footer .social-wrap {
	display: flex;
	gap: 1rem;
}

.site-footer ul.wp-block-social-links {
	flex-direction: row;
	column-gap: 1rem;
}

.site-footer ul.horz-list li:not(:last-child):after {
	content: "|";
	margin-left: 1rem;
}

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer .footer-grid-nav {
  grid-template-columns: 450px minmax(min-content, 1fr) minmax(min-content, 1fr) minmax(min-content, 1fr) 100px;
  grid-auto-flow: row;
  gap: 2em;
}
@media (max-width: 1400px) and (min-width: 768px) {
  .site-footer .footer-grid-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row;
  }
  .site-footer .footer-grid-nav > div:first-child {
    grid-column: 1 / 3;
    grid-row: 1;
  }
  .site-footer .footer-grid-nav > div:nth-child(5) {
    grid-column: 3;
    grid-row: 1;
  }
  .site-footer .footer-grid-nav > div:nth-child(2),
  .site-footer .footer-grid-nav > div:nth-child(3),
  .site-footer .footer-grid-nav > div:nth-child(4) {
    grid-row: 2;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-grid-nav {
    grid-template-columns: 1fr;
  }
  .site-footer .footer-grid-nav > div {
    grid-column: auto;
    grid-row: auto;
  }
  .site-footer .footer-grid-nav > div:first-child {
  	flex-direction: column;
  	gap: 1em;
  }
}



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-family: "Outfit", sans-serif;
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.3;
  vertical-align: top;
  border-color: #dee2e6;
  border-collapse: collapse;
}

table.dataTable > thead {
  color: #fff;
  background-color: var(--global-yale-blue);
  vertical-align: bottom;
}

table.dataTable thead > tr > th {
	text-align: left;
}

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 thead > tr > th.dt-orderable-asc .dt-column-order:before, 
table.dataTable thead > tr > th.dt-ordering-asc .dt-column-order:before, 
table.dataTable thead > tr > td.dt-orderable-asc .dt-column-order:before, 
table.dataTable thead > tr > td.dt-ordering-asc .dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 60%;
  content: "▲";
  content: "▲"/"";
}

table.dataTable thead > tr > th.dt-orderable-desc .dt-column-order:after, 
table.dataTable thead > tr > th.dt-ordering-desc .dt-column-order:after, 
table.dataTable thead > tr > td.dt-orderable-desc .dt-column-order:after, 
table.dataTable thead > tr > td.dt-ordering-desc .dt-column-order:after {
  position: absolute;
  display: block;
  top: 60%;
  content: "▼";
  content: "▼"/"";
}



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

table.dataTable > tbody > tr:nth-child(odd) {

}

table.dataTable > tbody > tr:nth-child(even) {
	background-color: var(--global-indigo-ice);
	background-color: color-mix(in srgb, var(--global-indigo-ice) 50%, transparent);
}

table.dataTable > tbody > tr a {
	color: var(--global-yale-blue);
	font-weight: 500;
}

table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
  padding: 8px 10px;
  padding: 12px;
}

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



