@media print, screen and (min-width: 40em) {
	.reveal,
	.reveal.large,
	.reveal.small,
	.reveal.tiny {
		left: auto;
		margin: 0 auto;
		right: auto;
	}
}

html {
	scroll-behavior: smooth;
	overflow-x: clip;
	box-sizing: border-box;
}

body {
	background: #ffffff;
	font-family: inter-variable, Helvetica, Roboto, Arial, sans-serif;
	font-size: 1.125rem;
	line-height: 1.2;
	height: auto;
	position: relative;
	margin: 0;
	padding-top: 92px;
	overflow-x: hidden;
	@media print, screen and (max-width: 1024px) {
		padding-top: 59px;
	}
}

header {
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
}

.canvas,
main {
	overflow-x: clip;
}

pre {
	font-family: monospace;
	font-size: 1em;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

sub {
	bottom: -0.25em;
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

button,
input,
select,
textarea {
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
select {
	text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

textarea {
	border-radius: 0;
	height: auto;
	min-height: 50px;
}

select {
	box-sizing: border-box;
	width: 100%;
}

pre {
	overflow: auto;
}

button,
input,
select,
textarea {
	font-family: inherit;
}

[type="color"],
[type="date"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fefefe;
	border: 1px solid #b8b8b8;
	border-radius: 0;
	box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.1);
	box-sizing: border-box;
	color: #252525;
	display: block;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	height: 2.4375rem;
	line-height: 1.5;
	margin: 0 0 1rem;
	padding: 0.5rem;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	width: 100%;
}

[type="color"]:focus,
[type="date"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
	background-color: #fefefe;
	border: 1px solid #252525;
	box-shadow: 0 0 5px #b8b8b8;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
	max-width: 100%;
}

textarea[rows] {
	height: auto;
}

input:disabled,
textarea:disabled {
	background-color: #f4f4f4;
	cursor: not-allowed;
}

[type="file"],
[type="radio"] {
	margin: 0 0 1rem;
}

[type="radio"] + label {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0.5rem;
	margin-right: 1rem;
	vertical-align: baseline;
}

[type="radio"] + label[for] {
	cursor: pointer;
}

label > [type="radio"] {
	margin-right: 0.5rem;
}

label {
	color: #252525;
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
}

label.middle {
	margin: 0 0 1rem;
	padding: 0.5625rem 0;
}

legend {
	margin-bottom: 0.5rem;
	max-width: 100%;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	border: 1px solid #b8b8b8;
	border-radius: 0;
	color: #252525;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	height: 2.4375rem;
	line-height: 1.5;
	margin: 0 0 1rem;
	padding: 0.5rem 1.5rem 0.5rem 0.5rem;
}

select,
select:focus {
	background-color: #fefefe;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:focus {
	border: 1px solid #252525;
	box-shadow: 0 0 5px #b8b8b8;
}

select:disabled {
	background-color: #f4f4f4;
	cursor: not-allowed;
}

select[multiple] {
	background-image: none;
	height: auto;
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
li,
ol,
p,
pre,
td,
ul {
	margin: 0;
	padding: 0;
}

em,
i {
	font-style: italic;
}

b,
em,
i,
strong {
	line-height: inherit;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
	line-height: inherit;
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
h1 small,
h2 small,
h3 small,
h4 small {
	color: #b8b8b8;
	line-height: 0;
}

dl,
ol,
ul {
	line-height: 1.6;
	list-style-position: outside;
	margin-bottom: 1rem;
}

ol {
	margin-left: 1.25rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
	margin-left: 1.25rem;
}

dl dt {
	font-weight: 700;
	margin-bottom: 0.3rem;
}

cite {
	color: #252525;
	display: block;
	font-size: 0.8125rem;
}

cite:before {
	content: "— ";
}

abbr,
abbr[title] {
	border-bottom: 1px dotted #252525;
	cursor: help;
	-webkit-text-decoration: none;
	text-decoration: none;
}

figure {
	margin: 0;
}

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

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

@media print {
	* {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		-webkit-text-decoration: underline;
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	.ir a:after {
		content: "";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	blockquote,
	pre {
		border: 1px solid #252525;
	}

	blockquote,
	img,
	pre,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

.row.collapse > .column,
.row.collapse > .columns {
	padding-left: 0;
	padding-right: 0;
}

.row .row.collapse {
	margin-left: 0;
	margin-right: 0;
}

@media print, screen and (min-width: 1025px) {
	.large-2 {
		width: 16.66667%;
	}

	.large-offset-1 {
		margin-left: 8.33333%;
	}

	.large-3 {
		width: 25%;
	}

	.large-push-3 {
		left: 25%;
		position: relative;
	}

	.large-offset-2 {
		margin-left: 16.66667%;
	}

	.large-4 {
		width: 33.33333%;
	}

	.large-5 {
		width: 41.66667%;
	}

	.large-6 {
		width: 50%;
	}

	.large-7 {
		width: 58.33333%;
	}

	.large-8 {
		width: 66.66667%;
	}

	.large-9 {
		width: 75%;
	}

	.large-pull-9 {
		left: -75%;
		position: relative;
	}

	.large-10 {
		width: 83.33333%;
	}

	.large-11 {
		width: 91.66667%;
	}

	.large-12 {
		width: 100%;
	}
}

.button.tiny {
	font-size: 0.6rem;
}

.button.small {
	font-size: 0.75rem;
}

.button.primary {
	background-color: #021bc3;
	color: #fefefe;
}

.button.primary:focus,
.button.primary:hover {
	background-color: #20328c;
	color: #fefefe;
}

.button.secondary {
	background-color: #767676;
	color: #fefefe;
}

.button.secondary:focus,
.button.secondary:hover {
	background-color: #5e5e5e;
	color: #fefefe;
}

.button.success {
	background-color: #3adb76;
	color: #252525;
}

.button.success:focus,
.button.success:hover {
	background-color: #22bb5b;
	color: #252525;
}

.button.warning {
	background-color: #ffae00;
	color: #252525;
}

.button.warning:focus,
.button.warning:hover {
	background-color: #cc8b00;
	color: #252525;
}

.button.disabled,
.button[disabled] {
	cursor: not-allowed;
	opacity: 0.25;
}

.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
	background-color: #021bc3;
	color: #fefefe;
}

.button.disabled.primary,
.button[disabled].primary {
	cursor: not-allowed;
	opacity: 0.25;
}

.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
	background-color: #021bc3;
	color: #fefefe;
}

.button.disabled.secondary,
.button[disabled].secondary {
	cursor: not-allowed;
	opacity: 0.25;
}

.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
	background-color: #767676;
	color: #fefefe;
}

.button.disabled.success,
.button[disabled].success {
	cursor: not-allowed;
	opacity: 0.25;
}

.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
	background-color: #3adb76;
	color: #252525;
}

.button.disabled.warning,
.button[disabled].warning {
	cursor: not-allowed;
	opacity: 0.25;
}

.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
	background-color: #ffae00;
	color: #252525;
}

.button.disabled.alert,
.button[disabled].alert {
	cursor: not-allowed;
	opacity: 0.25;
}

.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
	background-color: #cc4b37;
	color: #fefefe;
}

.button.hollow {
	border: 1px solid #021bc3;
	color: #021bc3;
}

.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
	background-color: transparent;
}

.button.hollow:focus,
.button.hollow:hover {
	border-color: #142058;
	color: #142058;
}

.button.hollow.primary,
.button.hollow:focus.disabled,
.button.hollow:focus[disabled],
.button.hollow:hover.disabled,
.button.hollow:hover[disabled] {
	border: 1px solid #021bc3;
	color: #021bc3;
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
	border-color: #142058;
	color: #142058;
}

.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled],
.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled] {
	border: 1px solid #021bc3;
	color: #021bc3;
}

.button.hollow.secondary {
	border: 1px solid #767676;
	color: #767676;
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
	border-color: #3b3b3b;
	color: #3b3b3b;
}

.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled],
.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled] {
	border: 1px solid #767676;
	color: #767676;
}

.button.hollow.success {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.hollow.success:focus,
.button.hollow.success:hover {
	border-color: #157539;
	color: #157539;
}

.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled],
.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
	border-color: #805700;
	color: #805700;
}

.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled],
.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.hollow.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
	border-color: #67251a;
	color: #67251a;
}

.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled],
.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
	background-color: transparent;
}

.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled] {
	border: 1px solid #021bc3;
	color: #021bc3;
}

.button.clear,
.button.clear.disabled,
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear[disabled] {
	border-color: transparent;
}

.button.clear.primary {
	border: 1px solid #021bc3;
	color: #021bc3;
}

.button.clear.primary:focus,
.button.clear.primary:hover {
	border-color: #142058;
	color: #142058;
}

.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled] {
	border: 1px solid #021bc3;
	color: #021bc3;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary[disabled] {
	border-color: transparent;
}

.button.clear.secondary {
	border: 1px solid #767676;
	color: #767676;
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
	border-color: #3b3b3b;
	color: #3b3b3b;
}

.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled] {
	border: 1px solid #767676;
	color: #767676;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary[disabled] {
	border-color: transparent;
}

.button.clear.success {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.clear.success:focus,
.button.clear.success:hover {
	border-color: #157539;
	color: #157539;
}

.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success[disabled] {
	border-color: transparent;
}

.button.clear.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.clear.warning:focus,
.button.clear.warning:hover {
	border-color: #805700;
	color: #805700;
}

.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning[disabled] {
	border-color: transparent;
}

.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert[disabled] {
	border-color: transparent;
}

.close-button {
	color: #252525;
	cursor: pointer;
	position: absolute;
}

.close-button:focus,
.close-button:hover {
	color: #252525;
}

.close-button.small {
	font-size: 1.5em;
	line-height: 1;
	right: 0.66rem;
	top: 0.33em;
}

.close-button,
.close-button.medium {
	font-size: 2em;
	line-height: 1;
	right: 1rem;
	top: 0.5rem;
}

.label {
	border-radius: 0;
	cursor: default;
	display: inline-block;
	font-size: 0.8rem;
	line-height: 1;
	padding: 0.33333rem 0.5rem;
	white-space: nowrap;
}

.label,
.label.primary {
	background: #021bc3;
	color: #fefefe;
}

.label.secondary {
	background: #767676;
	color: #fefefe;
}

.label.success {
	background: #3adb76;
	color: #252525;
}

.label.warning {
	background: #ffae00;
	color: #252525;
}

.label.alert {
	background: #cc4b37;
	color: #fefefe;
}

.progress {
	background-color: #b8b8b8;
	border-radius: 0;
	height: 1rem;
}

.progress,
.switch {
	margin-bottom: 1rem;
}

.switch {
	color: #fefefe;
	font-size: 0.875rem;
	font-weight: 700;
	height: 2rem;
	outline: 0;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.switch.tiny {
	height: 1.5rem;
}

.switch.small {
	height: 1.75rem;
}

.switch.large {
	height: 2.5rem;
}

tbody {
	background-color: #fefefe;
	border: 1px solid #f1f1f1;
}

caption {
	font-weight: 700;
}

caption,
tbody td {
	padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(2n) {
	background-color: #f1f1f1;
	border-bottom: 0;
}

table.scroll {
	display: block;
	overflow-x: auto;
	width: 100%;
}

table.hover tbody tr:hover {
	background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
	background-color: #ececec;
}

.callout {
	background-color: #fff;
	border: 1px solid hsla(0, 0%, 4%, 0.25);
	border-radius: 0;
	color: #252525;
	margin: 0 0 1rem;
	padding: 1rem;
	position: relative;
}

.callout > :first-child {
	margin-top: 0;
}

.callout > :last-child {
	margin-bottom: 0;
}

.callout.primary {
	background-color: #dbe0f7;
	color: #252525;
}

.callout.secondary {
	background-color: #eaeaea;
	color: #252525;
}

.callout.success {
	background-color: #e1faea;
	color: #252525;
}

.callout.warning {
	background-color: #fff3d9;
	color: #252525;
}

.callout.alert {
	background-color: #f7e4e1;
	color: #252525;
}

.callout.small {
	padding: 0.5rem;
}

.callout.large {
	padding: 3rem;
}

.card-section {
	flex: 1 0 auto;
	padding: 1rem;
}

.card-section > :last-child {
	margin-bottom: 0;
}

.accordion {
	background: #fefefe;
	list-style-type: none;
	margin-left: 0;
}

.accordion[disabled] .accordion-title {
	cursor: not-allowed;
}

.accordion-item:first-child > :first-child,
.accordion-item:last-child > :last-child {
	border-radius: 0;
}

.accordion-title {
	border: 1px solid #f4f4f4;
	border-bottom: 0;
	color: #021bc3;
	display: block;
	font-size: 0.75rem;
	line-height: 1;
	padding: 1.25rem 1rem;
	position: relative;
}

:last-child:not(.is-active) > .accordion-title {
	border-bottom: 1px solid #f4f4f4;
	border-radius: 0;
}

.accordion-title:focus,
.accordion-title:hover {
	background-color: #f4f4f4;
}

.accordion-title:before {
	content: "+";
	margin-top: -0.5rem;
	position: absolute;
	right: 1rem;
	top: 50%;
}

.accordion-content {
	background-color: #fefefe;
	border: 1px solid #f4f4f4;
	border-bottom: 0;
	color: #252525;
	display: none;
	padding: 1rem;
}

:last-child > .accordion-content:last-child {
	border-bottom: 1px solid #f4f4f4;
}

.orbit {
	position: relative;
}

.thumbnail {
	border: 4px solid #fefefe;
	border-radius: 0;
	box-shadow: 0 0 0 1px hsla(0, 0%, 4%, 0.2);
	display: inline-block;
	line-height: 0;
	margin-bottom: 1rem;
	max-width: 100%;
}

a.thumbnail {
	transition: box-shadow 0.2s ease-out;
}

a.thumbnail:focus,
a.thumbnail:hover {
	box-shadow: 0 0 6px 1px rgba(40, 63, 175, 0.5);
}

a.thumbnail image {
	box-shadow: none;
}

.drilldown a {
	background: #fefefe;
	padding: 0.7rem 1rem;
}

.off-canvas {
	backface-visibility: hidden;
	background: #f4f4f4;
	position: fixed;
	transition: transform 0.5s ease;
	z-index: 12;
}

.position-right {
	height: 100%;
	overflow-y: auto;
	right: 0;
	top: 0;
	transform: translateX(250px);
	width: 250px;
}

@media print, screen and (min-width: 1025px) {
	.off-canvas.in-canvas-for-large {
		background: none;
		height: auto;
		overflow: visible;
		position: static;
		transition: none;
		visibility: visible;
		width: auto;
	}

	.off-canvas.in-canvas-for-large.position-right {
		box-shadow: none;
		transform: none;
	}

	.off-canvas.in-canvas-for-large .close-button {
		display: none;
	}
}

.reveal {
	backface-visibility: hidden;
	background-color: #fefefe;
	border: 1px solid #b8b8b8;
	border-radius: 0;
	display: none;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto;
	padding: 1rem;
	position: relative;
	top: 100px;
	z-index: 1006;
}

@media print, screen and (min-width: 40em) {
	.reveal {
		min-height: 0;
	}
}

.reveal .column,
.reveal .columns {
	min-width: 0;
}

.reveal > :last-child {
	margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
	.reveal {
		max-width: 78.125rem;
		width: 600px;
	}
}

.reveal.collapse {
	padding: 0;
}

@media print, screen and (min-width: 40em) {
	.reveal.tiny {
		max-width: 78.125rem;
		width: 30%;
	}

	.reveal.small {
		max-width: 78.125rem;
		width: 50%;
	}

	.reveal.large {
		max-width: 78.125rem;
		width: 90%;
	}
}

.reveal.full {
	border: 0;
	border-radius: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	margin-left: 0;
	max-width: none;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 100%;
}

@media screen and (max-width: 39.99875em) {
	.reveal {
		border: 0;
		border-radius: 0;
		bottom: 0;
		height: 100%;
		left: 0;
		margin-left: 0;
		max-width: none;
		min-height: 100%;
		right: 0;
		top: 0;
		width: 100%;
	}
}

.float-right {
	float: right !important;
}

.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

@media print, screen and (min-width: 1025px) {
	.hide-for-large {
		display: none !important;
	}
}

.show-for-sr {
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

.screen-reader-text:focus {
	line-height: normal;
}

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.page,
.post {
	margin: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

.gallery {
	margin-bottom: 1.5em;
}

h1.line.gray:before,
h2.line.gray:before,
h3.line.gray:before,
h4.line.gray:before {
	background-color: #252525;
}

ol,
ul {
	padding-left: 20px;
}

ol li,
ul li {
	color: #252525;
	line-height: 36px;
}

ol li ul,
ul li ul {
	list-style-type: circle;
	margin-bottom: 10px;
	padding-left: 0;
}

ol.inline,
ul.inline {
	display: inline-block;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: 0;
	padding-left: 0;
}

ol.inline li,
ul.inline li {
	margin: 0 5%;
	padding: 10px 0;
}

ol li ul {
	list-style: lower-roman;
}

blockquote cite {
	color: #252525;
	display: block;
	font-size: 1.3333333333333333rem;
	text-align: right;
	width: 95%;
}

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

.site-nav ul li {
	display: block;
	margin: 0 5px;
	overflow: hidden;
}

@media print, screen and (min-width: 1025px) {
	.site-nav ul li {
		display: inline-block;
		margin: 0;
	}
}

.site-nav ul li a {
	background-image: none;
	color: #fff;
	font-family: inter-variable, sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	padding: 5px;
	position: relative;
	-webkit-text-decoration: none;
	text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
	.site-nav ul li a {
		color: #252525;
		font-size: 15px;
		padding: 5px;
	}
}

@media screen and (min-width: 1025px) {
	.site-nav ul li a {
		font-size: 18px;
		margin: 0 15px;
		padding: 5px 0;
	}
}

@media screen and (min-width: 1440px) {
	.site-nav ul li a {
		margin: 0 15px;
	}
}

.site-nav ul li a:after {
	background: #ffd82b;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: 105% 50%;
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	width: 100%;
	z-index: 1;
}

@media print, screen and (min-width: 1025px) {
	.site-nav ul li a:after {
		background: #021bc3;
	}
}

.site-nav ul li a:hover {
	color: #ffd82b;
	-webkit-text-decoration: none;
	text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
	.site-nav ul li a:hover {
		color: #021bc3;
	}
}

.site-nav ul li a:hover:after {
	transform: scaleX(1);
	transform-origin: 0 50%;
}

.site-nav ul li.active a {
	color: #021bc3;
}

.site-nav ul li.active a:after {
	transform: scaleX(1);
	transform-origin: 0 50%;
}

.site-nav.small ul li {
	margin: 0 3px;
}

.site-nav.small ul li a {
	font-size: 1.1rem;
	margin: 0;
	padding: 5px 0;
}

@media print, screen and (min-width: 1025px) {
	.site-nav.small ul li a {
		font-size: 13px;
	}
}

@media screen and (min-width: 1025px) {
	.site-nav.small ul li a {
		margin: 0 5px;
		padding: 5px 0;
	}
}

.site-nav.small ul li a:after {
	bottom: 1px;
}

.toggle {
	display: inline-block;
	height: 40px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 40px;
}

@media (min-width: 998px) {
	.toggle {
		display: none;
	}
}

.toggle span {
	background: #021bc3;
	border-radius: 4px;
	display: block;
	height: 5px;
	left: 12.5%;
	margin-bottom: 5px;
	position: absolute;
	width: 75%;
}

.toggle span:first-of-type {
	top: 5px;
}

.toggle span:nth-of-type(2) {
	top: 13px;
}

.menu ul li a {
	color: #021bc3;
	opacity: 0.85;
	padding: 0;
	position: relative;
}

.menu ul li a:after {
	background-color: #021bc3;
	bottom: -3px;
	content: "";
	display: inline-block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35);
	width: 0;
}

.menu ul li a:hover {
	color: #021bc3;
	opacity: 1;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.menu ul li a:hover:after {
	width: 100%;
}

.menu .sidebar li {
	padding: 5px 0;
}

.menu .sidebar li a {
	width: -moz-fit-content;
	width: fit-content;
}

.search-toggle {
	display: none;
}

@media (min-width: 998px) {
	.search-toggle {
		display: inline-block;
	}
}

.search-toggle .icon {
	display: inline-block;
	height: auto;
	width: auto;
}

.search-toggle .icon:hover span {
	color: #021bc3;
}

.search-toggle .icon span {
	font-size: 1.35rem;
}

.quarter:hover img {
	opacity: 0.75;
}

.half:hover img {
	opacity: 0.5;
}

.three-quarters:hover img {
	opacity: 0.25;
}

figure {
	padding: 10px;
}

.deck {
	font-size: 1.85rem;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 2rem;
	padding-right: 50px;
}

.icon.gray {
	background: #252525;
}

.icon.gray i {
	color: #fff;
}

.icon.square {
	border-radius: 0;
}

form label {
	color: #e8e8e8;
	font-family: inter-variable, sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	margin-top: 35px;
}

form input[type="radio"] {
	margin: 0 10px 1rem;
}

[type="color"],
[type="date"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
	border-radius: 3px;
	box-shadow: none;
}

.forgot {
	font-size: 10pt;
	margin-top: 30px;
}

.intro-section {
	margin: 0 auto;
	max-width: 1075px;
}

.section-one .intro-section:before {
	background-image: url(/assets/images/upwards-arrow-grey.svg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 0;
	height: 244px;
	top: -70px;
	width: 313px;
}

@media print, screen and (min-width: 1025px) {
	.section-one .intro-section:before {
		height: 349px;
		top: -92px;
		width: 484px;
	}
}

.researchpage .intro-section {
	display: block;
	max-width: none;
	position: relative;
	z-index: 1;
}

.researchpage .section-one .intro-section p {
	width: 100%;
}

.intro-section .intro-title {
	color: #252525;
	font-family: ivypresto-text, serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 30px;
}

.intro-section p {
	color: #252525;
	font-family: inter-variable, sans-serif;
	font-size: 2.25rem;
}

.hero .intro-section p {
	font-size: 1.125rem;
}

.gray {
	color: #e8e8e8;
}

.aboutpage .hero.version-three {
	display: block;
	margin-bottom: 0;
	min-height: 0;
	min-height: auto;
	top: 0;
}

.aboutpage .hero.version-three .hero-site {
	max-height: inherit;
	padding-bottom: 0;
}

@media print, screen and (min-width: 1025px) {
	.aboutpage .hero.version-three .hero-text-section {
		padding-left: 5rem;
		padding-right: 1.2rem;
	}
}

.aboutpage .hero.version-three .hero-text-section .page-text--title {
	color: #fff;
	margin-bottom: 0;
}

.aboutpage .hero.version-three .video_bg {
	background: #fff;
	display: flex;
	height: -moz-fit-content;
	height: fit-content;
	margin-top: 0;
	min-height: 0;
	min-height: auto;
	overflow: visible;
	position: relative;
	top: 0;
	width: 100%;
	z-index: -1;
}

.aboutpage .hero.version-three .video_bg:before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 24.99%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.3) 14.86%, transparent 59.44%);
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
}

.aboutpage .hero.version-three .video_bg video {
	height: 262px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media print, screen and (min-width: 1025px) {
	.aboutpage .hero.version-three .video_bg video {
		height: 510px;
	}
}

#play-pause {
	position: absolute;
	z-index: 100;
	bottom: 2rem;
	right: 1rem;
	cursor: pointer;
	opacity: 1;
	transition: 0.3s;
	width: 2rem;
	height: 2rem;

	@media print, screen and (min-width: 1025px) {
		right: 1.25rem;
		bottom: 1.75rem;
	}
}

#play-pause span {
	color: #021bc3;
	background: #fff;
	border-radius: 50%;
	transition: background 0.3s, color 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	font-size: 1rem;
}

#play-pause .fa-play {
	display: none;
}

#play-pause .fa-pause {
	display: flex;
}

#play-pause.paused .fa-play {
	display: flex;
}

#play-pause.paused .fa-pause {
	display: none;
}

#play-pause:hover span {
	color: #fff;
	background: #021bc3;
}

#play-pause:hover {
	opacity: 1;
}

.aboutpage #play-pause-stripe {
	bottom: 15px;
	cursor: pointer;
	opacity: 0.65;
	position: absolute;
	right: 15px;
	transition: 0.3s;
	z-index: 100;
}

@media print, screen and (max-width: 1024px) {
	.aboutpage #play-pause-stripe {
		bottom: 0;
		right: 5%;
	}
}

.aboutpage #play-pause-stripe span {
	color: #fff;
}

.aboutpage #play-pause-stripe .fa-play {
	display: none;
}

.aboutpage #play-pause-stripe .fa-pause,
.aboutpage #play-pause-stripe.paused .fa-play {
	display: inline-block;
}

.aboutpage #play-pause-stripe.paused .fa-pause {
	display: none;
}

.aboutpage #play-pause-stripe:hover {
	opacity: 1;
}

.aboutpage .hero.version-three.no-image .no-image-title {
	line-height: 0.95em;
}

.aboutpage .hero.version-three.no-image .intro-section {
	margin: 0 auto;
	max-width: 1000px;
	margin-top: 1rem;
}

.aboutpage .hero.version-three.no-image .intro-section p {
	margin-bottom: 0;
	padding: 0 2rem;
	text-align: center;
}

@media print, screen and (max-width: 1024px) {
	.aboutpage .hero.version-three .hero-text-section .page-text--title {
		transform: translateY(0) !important;
	}
}

.aboutpage .hero.version-three .hero-text-section .page-text--title {
	color: #252525;
	display: inline;
	font-family: inter-variable, sans-serif;
	font-size: 2.15em;
	font-weight: 900;
	line-height: 1em;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.aboutpage .hero.version-three .hero-text-section .page-text--title.two {
	color: #fff;
	color: var(--White, #fff);
	font-family: inter-variable, sans-serif;
	font-size: 38px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: -0.38px;
	line-height: 38px;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	width: 100%;
}

@media print, screen and (min-width: 1025px) {
	.aboutpage .hero.version-three .hero-text-section .page-text--title.two {
		font-size: 4.25rem;
		font-style: normal;
		font-weight: 900;
		letter-spacing: -0.0425rem;
		line-height: 4.5rem;
		max-width: 45%;
		text-align: left;
		width: -moz-fit-content;
		width: fit-content;
	}
}

.aboutpage .hero.version-three .hero-text-section .page-text--title.two .tab {
	color: #fff;
	font-family: inter-variable-condensed, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 25px;
	margin-bottom: 0;
	padding-left: 0.45rem;
	position: relative;
	text-transform: uppercase;
}

@media screen and (min-width: 1440px) {
	.aboutpage .hero.version-three .hero-image img {
		height: auto;
		left: -5%;
		width: 140%;
	}
}

@media screen and (min-width: 1840px) {
	.aboutpage .hero.version-three .hero-image img {
		height: auto;
		top: -100px;
		width: 120%;
	}
}

.hero-site .caption {
	bottom: 0;
	float: right;
	font-size: 0.75rem;
	font-weight: 900;
	max-width: 350px;
	padding: 15px 0;
	position: relative;
	right: 0;
	text-align: right;
}

@media screen and (min-width: 998px) {
	.hero-site .hero-image img {
		height: auto;
		left: 0;
		max-width: inherit;
		-o-object-fit: cover;
		object-fit: cover;
		position: relative;
		top: 0;
		width: 100%;
	}
}

.cta_sub span {
	font-weight: 900;
	margin: 0;
}

.cta_sub span:after {
	background-color: #021bc3;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35);
	width: 0;
}

@media print, screen and (min-width: 40em) {
	.cta_sub span {
		float: right;
		margin-bottom: 25px;
		margin-top: 20px;
	}
}

@media print, screen and (min-width: 1025px) {
	.cta_sub span {
		font-size: 1.25rem;
	}
}

.animate.already-visible .cta_sub,
.animate.already-visible .section-title {
	opacity: 1;
	transform: translateX(0);
}

.researchpage .testimonials {
	padding-top: 40px;
}

.researchpage section {
	padding-bottom: 40px;
	padding-top: 40px;
}

.researchpage .hero {
	padding: 0;
}

.researchpage .outro-cta {
	display: flex;
}

.researchpage .outro-cta .testimonials-item--text {
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
}

.researchpage .outro-cta .testimonials-item--text .title {
	justify-content: space-between;
	padding: 45px 0 45px 45px;
	width: 100%;
}

.researchpage .outro-cta .testimonials-item--text .title span {
	margin-left: 20px;
}

.researchpage .outro-cta .testimonials-items {
	height: 100%;
}

.aboutpage.researchpage .testimonials .testimonials-featured p {
	background: #fff;
	clip-path: none;
}

.aboutpage.researchpage .testimonials-featured-item--image {
	clip-path: none;
	z-index: 0;
}

.research-news .research-news-featured {
	display: flex;
}

@media print, screen and (max-width: 1024px) {
	.research-news .research-news-featured {
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -2.5%;
	}

	.research-news .research-news-item {
		padding: 0 4.5%;
	}
}

.research-news .research-news-items {
	display: block;
}

.research-news .research-news-items:hover .research-news-item--text:after {
	height: 4px;
}

.research-news .research-news-items .research-news-item--text {
	line-height: normal;
}

.research-news .research-news-items .research-news-item--text i {
	color: #021bc3;
}

.research-news .research-news-featured-item--image {
	width: 68%;
}

.research-news .research-news-featured .research-news-featured-item--text:after {
	background-color: #021bc3;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: height 0.1s ease-in-out;
	width: 100%;
}

.research-news .research-news-featured-item--text {
	line-height: normal;
	padding: 30px;
	position: absolute;
	right: 0;
	width: 470px;
}

@media print, screen and (max-width: 1024px) {
	.research-news .research-news-featured-item--text {
		margin: 0 4.5%;
		padding: 20px;
		position: relative;
		top: -20px;
		width: 100%;
	}
}

.research-news .research-news-featured-item--text i,
.research-news .research-news-items .research-news-item--text i {
	color: #021bc3;
	font-size: 1rem;
}

.statistics span {
	color: #001e5f;
	display: block;
	font-family: ivypresto-text, serif;
	font-size: 60px;
	font-style: normal;
	font-weight: 900;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: center;
}

.statistics .cta_sub span {
	font-size: 1.25rem;
	line-height: normal;
}

.statistics .cta_sub span,
.statistics p {
	color: #252525;
	font-family: inter-variable, sans-serif;
}

.statistics p {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
}

@media print, screen and (max-width: 1024px) {
	.statistics .cta_sub span {
		margin: 0 auto;
	}
}

.rss-feed-section .card-row {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
	grid-gap: 2rem;
	gap: 2rem;
	padding: 0 0.75rem;
}

.rss-feed-section article {
	display: flex;
	padding: 0;
	transition: background-color 0.1s ease-in-out;
	width: 100%;
}

.rss-feed-section article:hover .cards {
	background: #021bc3 !important;
}

.rss-feed-section article:hover .content * {
	color: #fff !important;
}

.rss-feed-section .cards {
	display: flex !important;
	flex-direction: column;
	margin-bottom: 0 !important;
}

.rss-feed-section .cards .content {
	height: 100%;
	padding: 1.875rem 3.75rem 1.875rem 1.25rem;
	position: relative;
}

.rss-feed-section .cards .content .title {
	font-weight: 700;
	margin-bottom: 0.5rem;
	transition: color 0.1s ease-in-out;
}

.rss-feed-section .cards .content p {
	transition: color 0.1s ease-in-out;
}

.rss-feed-section .cards .content:after {
	align-items: center;
	background: #021bc3;
	color: #fff;
	content: "\f061";
	display: flex;
	font-family: "Font Awesome 7 Pro";
	font-weight: 900;
	height: 2.5rem;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.1s ease-in-out;
	width: 2.8125rem;
}

.rss-feed-section article:hover .content:after {
	background-color: #fff !important;
	color: #021bc3;
}

@media print, screen and (max-width: 1024px) {
	.happening {
		margin-top: -30px;
	}
}

.news .column.news-title,
.news .news-title.columns {
	width: 100%;
}

.news .news-title h2 {
	font-size: 2.25rem;
	line-height: 48px;
	margin-bottom: 0;
}

.news .news-title .section-title {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.news .news-title h2 {
		font-size: 3rem;
	}

	.news .column.news-title,
	.news .news-title.columns {
		width: auto;
	}
}

.news .top-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
	margin-top: 25px;
	position: relative;
}

.news .top-row .news-items:first-of-type {
	transform: translateX(-25px);
}

.news .top-row .news-items:nth-of-type(2) {
	transform: translateX(0);
}

.news .top-row .news-items:nth-of-type(3) {
	transform: translateX(25px);
}

.news .news-items {
	background: #fff;
	display: inline-flex;
	flex-direction: column;
	height: inherit;
	margin-bottom: 10px;
	min-height: 100%;
	opacity: 0;
	position: relative;
	transition: 0.35s;
	transition-delay: 0.2s;
	width: 100%;
}

.news .news-items .cat {
	background: #ffd82b;
	color: #252525;
	font-size: 1rem;
	font-weight: 100;
	margin-bottom: 20px;
	padding: 5px 10px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.news .news-items:hover .news-item--image img {
	opacity: 0.65;
	transform: scale(1.3);
}

.news .news-items:hover .news-item--text .title {
	color: #ffd82b;
}

.news .news-items img {
	height: 100%;
	left: -115px;
	max-width: none;
	position: relative;
	width: auto;
}

@media (min-width: 588px) {
	.news .news-items img {
		left: 0;
	}
}

@media print, screen and (min-width: 40em) {
	.news .news-items img {
		height: auto;
		left: -25%;
		width: 165%;
	}
}

@media print, screen and (min-width: 1025px) {
	.news .news-items img {
		width: 150%;
	}
}

.news .news-items .news-item--image {
	background: #252525;
	height: 350px;
	overflow: hidden;
	width: 100%;
}

@media (min-width: 768px) {
	.news .news-items .news-item--image {
		height: 225px;
	}
}

@media (min-width: 998px) {
	.news .news-items .news-item--image {
		height: 250px;
	}
}

@media (min-width: 1255px) {
	.news .news-items .news-item--image {
		height: 350px;
	}
}

.news .news-items .news-item--image img {
	transform: scale(1.05);
	transition: 0.4s cubic-bezier(0.8, -0.08, 0.36, 1.35);
}

.news .news-items .news-item--text {
	background: #fff;
	bottom: 0;
	height: 50%;
	padding: 20px 10px 45px 30px;
	position: relative;
	transition: 0.4s cubic-bezier(0.8, -0.08, 0.36, 1.35);
}

.news-item--text .title {
	color: #252525;
	font-family: inter-variable, sans-serif;
	font-size: 1.3rem;
	font-weight: 900;
	line-height: 22px;
	margin-bottom: 20px;
	transition: 0.4s cubic-bezier(0.8, -0.08, 0.36, 1.35);
	width: 90%;
}

@media print, screen and (min-width: 1025px) {
	.news-item--text .title {
		font-size: 1.4rem;
		line-height: 28px;
	}
}

.news-item--text .text {
	color: #252525;
	font-size: 1.15rem;
	width: 90%;
}

.already-visible .news-items,
.transition-in .news-items {
	opacity: 1;
	transform: translateX(0) !important;
}

.events {
	padding: 125px 2.5% 100px;
}

.events .events-row {
	display: flex;
	flex-direction: column;
}

@media print, screen and (min-width: 1025px) {
	.events {
		padding: 125px 2.5% 200px;
	}

	.events .events-row {
		flex-direction: row;
	}
}

.events .events-items {
	display: inline-flex;
	margin-top: 25px;
	opacity: 0;
	position: relative;
	transition: 0.5s;
	transition-delay: 0.2s;
}

.events .events-items:first-of-type {
	transform: translateX(-35px);
}

.events .events-items:first-of-type .events-item--text {
	background: #252525;
}

.events .events-items:first-of-type .events-item--text .title {
	color: #fff;
}

.events .events-items:first-of-type .events-item--text .date {
	border-color: #fff;
	color: #fff;
}

.events .events-items:first-of-type .events-item--text .event,
.events .events-items:first-of-type .events-item--text .location,
.events .events-items:first-of-type .events-item--text .time {
	color: #fff;
}

.events .events-items:nth-of-type(2) .events-item--text {
	background: #fff;
}

.events .events-items:nth-of-type(2) .events-item--text .date,
.events .events-items:nth-of-type(2) .events-item--text .event,
.events .events-items:nth-of-type(2) .events-item--text .location,
.events .events-items:nth-of-type(2) .events-item--text .time,
.events .events-items:nth-of-type(2) .events-item--text .title {
	color: #252525;
}

.events .events-items:nth-of-type(3) {
	transform: translateX(35px);
}

.events .events-items:nth-of-type(3) .events-item--text {
	background: #ffd82b;
}

.events .events-items:nth-of-type(3) .events-item--text .date,
.events .events-items:nth-of-type(3) .events-item--text .event,
.events .events-items:nth-of-type(3) .events-item--text .location,
.events .events-items:nth-of-type(3) .events-item--text .time,
.events .events-items:nth-of-type(3) .events-item--text .title {
	color: #252525;
}

.events .events-items:nth-of-type(3) .events-item--text .event:after {
	background: #252525;
}

.events .events-items:nth-of-type(3) .events-item--text .event:hover {
	color: #fff;
}

.events .events-items:hover .event {
	padding: 25px 55px;
}

.events .events-items:hover .event:after {
	transform: translateX(0);
}

.events .events-items:hover:first-of-type .event {
	color: #252525;
}

.events .events-items:hover:nth-of-type(3) .event {
	color: #fff;
}

.events .events-items .events-item--text {
	padding: 45px 45px 75px;
	position: relative;
	transition: 0.5s;
	width: 100%;
}

@media print, screen and (min-width: 1025px) {
	.events .events-items .events-item--text {
		padding: 50px;
	}
}

.events .already-visible.events-items,
.events .transition-in.events-items {
	opacity: 1;
	transform: translateX(0);
}

.events-item--text .title {
	color: #252525;
	font-family: inter-variable, sans-serif;
	font-size: 1.65rem;
	font-weight: 900;
	line-height: 28px;
	margin-bottom: 30px;
	transition: 0.4s cubic-bezier(0.8, -0.08, 0.36, 1.35);
}

.events-item--text .title span {
	display: block;
	font-size: 1.2rem;
	font-weight: 100;
	text-transform: uppercase;
}

@media print, screen and (min-width: 1025px) {
	.events-item--text .title {
		font-size: 1.65rem;
		line-height: 28px;
	}
}

@media screen and (min-width: 1840px) {
	.events-item--text .title {
		font-size: 2rem;
		line-height: 34px;
	}
}

.events-item--text .event_information {
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}

.events-item--text .date {
	border-bottom: 1px solid #000;
	color: #252525;
	font-size: 1.15rem;
	font-weight: 900;
	margin: 0 0 20px;
	padding-bottom: 5px;
}

@media print, screen and (min-width: 1025px) {
	.events-item--text .date {
		font-size: 1.25rem;
	}
}

.events-item--text .date i {
	padding-right: 10px;
}

.events-item--text .time {
	color: #252525;
	font-size: 1.1rem;
	margin: 0 0 10px;
}

.events-item--text .time i {
	padding-right: 10px;
}

.events-item--text .location {
	color: #252525;
	font-size: 1.1rem;
	line-height: 22px;
	margin: 0;
	padding-left: 26px;
	width: 90%;
}

.events-item--text .location i {
	font-size: 1.45rem;
	left: 0;
	padding: 0 10px 0 2px;
	position: absolute;
}

.events-item--text .event {
	bottom: 0;
	color: #252525;
	font-weight: 900;
	left: 0;
	overflow: hidden;
	padding: 25px 75px;
	position: absolute;
	right: 0;
	transition: 0.35s;
}

.events-item--text .event:after {
	background: #ffd82b;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(-101%);
	transition: 0.35s;
	width: 100%;
	z-index: 0;
}

.events-item--text .event span {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

.events-item--text .event span i {
	font-size: 0.75rem;
	position: absolute;
	right: 0;
	top: 10px;
	transition: margin-left 0.35s cubic-bezier(0.23, 1, 0.32, 1), right 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

@media print, screen and (max-width: 1024px) {
	.stripe {
		background: #ffd82b;
		margin-top: 0;
		padding-bottom: 65px;
	}
}

.researchpage .stripe .row .columns:after {
	display: none;
}

.researchpage .stripe .stripe-video img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.stripe.background-full {
	background: #ffd82b;
}

@media print, screen and (min-width: 1025px) {
	.stripe.background-full {
		background: #f4f4f4;
	}
}

@media print, screen and (min-width: 1440px) {
	.stripe .stripe-video {
		aspect-ratio: 4/3;
	}
}

@media screen and (min-width: 1440px) {
	.stripe .stripe-video img,
	.stripe .stripe-video video {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.stripe .stripe-video #play-pause-button {
	border: 2px solid #fff;
	bottom: 30px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	transition: 0.3s;
	z-index: 1;
}

.stripe .stripe-video #play-pause-button .watch-title {
	color: #fff;
	font-family: inter-variable, sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	left: -175px;
	opacity: 1;
	position: absolute;
	transform: translateX(0);
	transition: 0.3s;
	width: 175px;
}

.stripe .stripe-video #play-pause-button:hover {
	background: #021bc3;
	border-color: #021bc3;
	opacity: 1;
}

.stripe .stripe-video #play-pause-button:hover .watch-title {
	transform: translateX(-10px);
}

.stripe .stripe-video #play-pause-button:hover span {
	color: #fff;
}

.stripe .stripe-video #play-pause-button span {
	color: #fff;
	font-size: 1.5rem;
	position: relative;
}

.stripe .stripe-video #play-pause-button .fa-play {
	display: block;
	right: -2px;
	top: 1px;
}

#video-section .video-section--inner {
	background: #fff;
	margin: 0 auto;
	max-width: 1075px;
	padding: 50px 25px 25px;
	position: relative;
	transform: translateY(-100%);
	transition: 0.6s cubic-bezier(0.8, -0.05, 0.36, 1.05);
	width: 95%;
	z-index: 1;
}

#video-section #respect_video {
	width: 100%;
}

.open-video #video-section {
	background: rgba(0, 0, 0, 0.8);
	transform: translateY(0);
	transition: transform 0.01s, background 0.3s 0.01s;
}

.open-video #video-section .video-section--inner {
	transform: translateY(25px);
}

.already-visible.stripe-video {
	opacity: 1;
	transform: translateX(0);
}

.already-visible.stripe-content {
	opacity: 1;
}

@media print, screen and (min-width: 1025px) {
	.card-row {
		padding: 1rem 0;
	}
}

.cards-column.threexone:nth-of-type(2) .cards {
	background: #252525;
}

.cards-column.threexone:nth-of-type(2) .cards .title,
.cards-column.threexone:nth-of-type(2) .cards p {
	color: #fff;
}

.cards-column.threexone:nth-of-type(3) .cards {
	background: #fff;
}

.cards-column.threexone:nth-of-type(3) .cards .title,
.cards-column.threexone:nth-of-type(3) .cards p {
	color: #252525;
}

.cards-column.threexone:first-of-type .cards {
	background: #ffd82b;
}

.cards-column.threexone:first-of-type .cards .title,
.cards-column.threexone:first-of-type .cards p {
	color: #252525;
}

.cards {
	position: relative;
	transition: 0.5s;
}

.cards .cards--text {
	padding: 40px;
}

@media print, screen and (min-width: 1025px) {
	.cards .cards--text {
		min-height: 450px;
		padding: 45px;
	}
}

@media screen and (min-width: 1840px) {
	.cards .cards--text {
		min-height: 525px;
	}
}

.cards .title {
	color: #252525;
	font-family: inter-variable, sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
	transition: 0.4s cubic-bezier(0.8, -0.08, 0.36, 1.35);
}

.cards p {
	color: #252525;
	margin: 0 0 10px;
}

@media print, screen and (min-width: 1025px) {
	.site-header:before {
		background: #fff;
		border-bottom: 1px solid #e8e8e8;
		content: "";
		display: block;
		height: 92px;
		left: -50vw;
		position: fixed;
		top: 0;
		width: 200vw;
		z-index: 10;
	}
}

.site-header--search-control:hover {
	background-color: #021bc3;
	color: #fff;
	cursor: pointer;
}

@media print, screen and (max-width: 1024px) {
	.site-header {
		align-items: center;
		display: flex;
	}
}

.site-header--nav__primary {
	width: 101%;
}

@media print, screen and (min-width: 1025px) {
	.site-header--nav__secondary ul li a {
		background: transparent;
		color: #001e5f;
		padding: 0;
	}
}

.site-title {
	background-color: #001e5f;
	padding: 30px 0;
}

.section-navigation {
	padding-top: 0;
}

.section-navigation .yellow-hover {
	transition: 0.3s;
}

.section-navigation .section-navigation--inner {
	display: block;
	margin: 0 auto 30px;
	position: relative;
}

.section-navigation .section-navigation--inner .card-title {
	text-align: center;
}

.section-navigation .section-navigation--inner .card-title h4 {
	color: #252525;
	display: inline-block;
	font-size: 1.15rem;
	font-weight: 100;
	left: 0;
	margin-bottom: 5px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.section-navigation .section-navigation--inner:hover .section-navigation--image img {
	transform: scale(1.2);
}

.section-navigation .section-navigation--inner:hover .yellow-hover {
	color: #ffd82b;
}

.section-navigation
	.section-navigation--inner:hover
	.section-navigation--content
	.section-navigation--content---title----inner:after {
	width: 100%;
}

.section-navigation
	.section-navigation--inner:hover
	.section-navigation--content
	.section-navigation--content---title----inner
	i {
	color: #ffd82b;
	margin-left: 10px;
}

.section-navigation--image {
	overflow: hidden;
	position: relative;
}

.section-navigation--image img {
	left: -12.5%;
	max-width: inherit;
	position: relative;
	transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
	width: 125%;
}

.section-navigation--content .section-navigation--content---title {
	background: #fff;
	display: inline-block;
	margin-bottom: -40px;
	padding: 5px 15px;
	position: relative;
	top: -30px;
}

.bg-gray .section-navigation--content .section-navigation--content---title {
	background: #f4f4f4;
}

.section-navigation--content .section-navigation--content---title .section-navigation--content---title----inner {
	color: #252525;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 900;
	position: relative;
	transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.section-navigation--content .section-navigation--content---title .section-navigation--content---title----inner:after {
	background-color: #ffd82b;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35);
	width: 0;
}

.section-navigation--content
	.section-navigation--content---title
	.section-navigation--content---title----inner:hover:after {
	width: 100%;
}

.section-navigation--content .section-navigation--content---title .section-navigation--content---title----inner span {
	font-size: 0.75rem;
	margin-left: 5px;
	position: relative;
	right: 0;
	top: -2px;
	transition: margin-left 0.35s cubic-bezier(0.23, 1, 0.32, 1), right 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.section-navigation--content p {
	font-size: 1.15rem;
	padding: 0 0 0 15px;
}

.card-row .cards-column {
	display: inline-flex;
}

.card-row .cards-column.card-yellow .cards {
	background: #ffd82b;
}

.card-row .cards-column.card-yellow .cards p {
	color: #252525;
}

.card-row .cards-column.card-yellow .cards a {
	background-image: linear-gradient(#021bc3, #021bc3);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 100% 0.1rem;
	color: #252525;
	-webkit-text-decoration: none;
	text-decoration: none;
	transition: color 0.25s linear;
}

.card-row .cards-column.card-yellow .cards a:hover {
	color: #021bc3;
}

.card-row .cards-column.card-yellow .cards .cta_sub span:after {
	background: #252525;
}

.card-row .cards-column.card-black .cards {
	background: #252525;
}

.card-row .cards-column.card-gray .cards {
	background: #f4f4f4;
}

.card-row .cards-column.card-black .cards .cards--text a {
	background-image: linear-gradient(#fff, #fff);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 100% 0.1rem;
	color: hsla(0, 0%, 100%, 0.85);
	-webkit-text-decoration: none;
	text-decoration: none;
	transition: color 0.25s linear;
}

.card-row .cards-column.card-black .cards .cards--text .title,
.card-row .cards-column.card-black .cards .cards--text a:hover,
.card-row .cards-column.card-black .cards .cards--text p,
.card-row .cards-column.card-black .cards .cards--text ul li,
.card-row .cards-column.card-black .cards .cta_sub span {
	color: #fff;
}

.card-row .cards-column.card-black .cards .cta_sub span:after {
	background-color: #ffffff;
}

.card-row .cards-column.card-black:hover .cards .cta_sub span:after {
	background-color: #021bc3;
}

.card-row .cards-column.card-white .cards {
	background: #fff;
	border-bottom: 2px solid #021bc3;
}

.card-row .cards-column.card-white .cards a {
	background-image: linear-gradient(#021bc3, #021bc3);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 100% 0.1rem;
	color: #252525;
	-webkit-text-decoration: none;
	text-decoration: none;
	transition: color 0.25s linear;
}

.card-row .cards-column.card-white .cards a:hover {
	color: #021bc3;
}

.card-row .cards-column.card-white .cards .title,
.card-row .cards-column.card-white .cards p {
	color: #252525;
}

.card-row .cards-column.card-white .cards .cta_sub:after {
	background: #021bc3;
}

.card-row .cards-column:hover .cards-image img {
	transform: scale(1.1);
}

.card-row .cards-column:hover .cta_sub span {
	background: #021bc3;
	color: #ffffff;
	padding: 5px 10px;
}

.card-row .cards-column:hover .cta_sub:after {
	transform: translateX(0);
}

.card-row .cards-column:hover.card-black .cta_sub span,
.card-row .cards-column:hover.card-white .cta_sub span {
	color: #ffffff;
}

.card-row .cards-column:hover.card-yellow .cta_sub span {
	background: #021bc3;
	color: #ffffff;
}

.card-row .cards-column .cta_sub {
	color: #252525;
	float: right;
	font-weight: 900;
	padding: 0;
	position: relative;
	text-align: right;
	transition: 0.35s;

	&:hover {
		span {
			color: #ffffff;
		}
	}
}

.card-row .cards-column .cta_sub:hover {
	background: transparent;
}

.card-row .cards-column .cta_sub:hover span i {
	color: inherit;
	margin-left: 5px;
}

.card-row .cards-column .cta_sub:after {
	display: none;
}

.card-row .cards-column .cta_sub span {
	color: #252525;
	display: block;
	float: right;
	padding: 5px 0;
	position: relative;
	transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35);
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.card-row .cards-column .cta_sub span:after {
	background-color: #021bc3;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35);
	width: 100%;
}

.card-row .cards-column .cta_sub span i {
	font-size: 0.75rem;
	position: relative;
	top: -1px;
	transition: margin-left 0.35s cubic-bezier(0.23, 1, 0.32, 1), right 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.aboutpage.researchpage .card-row .cards--text {
	padding: 40px;
}

.aboutpage.researchpage .card-row .cards--text .cta_sub {
	float: none;
	text-align: inherit;
}

.aboutpage.researchpage .card-row .cards--text .cta_sub span:after {
	content: none;
}

.aboutpage.researchpage .card-row .cards--text .cta_sub span {
	float: none;
	margin: 0;
	padding: 0;
}

.aboutpage.researchpage .card-row .cards--text .cta_sub span:hover {
	background: none;
}

.aboutpage.researchpage .card-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.aboutpage.researchpage .cards .title {
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.8px;
	line-height: 44px;
	margin-bottom: 20px;
}

.aboutpage.researchpage .cards p {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}

.aboutpage.researchpage .cards .cards-image img {
	max-height: 280px;
	-o-object-fit: cover;
	object-fit: cover;
}

.researchpage .icons .card-row .cards--text {
	padding: 0;
}

.researchpage .card-section.icons .card-row .cards {
	padding: 40px 20px;
}

.researchpage .card-section .card-row .card-gray .cards {
	border-bottom: 2px solid #021bc3;
}

.researchpage .card-section.icons .card-row .cards .cards-image {
	margin-bottom: 20px;
	text-align: center;
}

.researchpage .card-section .card-row .cards .cards-image i {
	color: #001e5f;
	font-size: 80px;
}

.researchpage .card-section .card-row .cards .title {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
}

.researchpage .card-row .cards-column .cards a {
	background-image: none;
	color: #252525;
	font-family: inter-variable, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.researchpage .card-row .cards-column .cards a i {
	color: #021bc3;
}

.cta_main {
	display: block;
	font-weight: 900;
	margin: 0 auto;
	padding: 0;
	position: relative;
	transition: 0.35s;
	width: -moz-fit-content;
	width: fit-content;
}

.cta_main:hover {
	background: transparent;
}

.cta_main:hover span {
	background: #ffd82b;
	color: #252525;
}

.cta_main:hover span i {
	color: inherit;
	margin-left: 5px;
}

.cta_main span {
	background: transparent;
	border: 2px solid #ffd82b;
	color: #252525;
	display: block;
	float: none;
	margin: 0 auto;
	padding: 5px 20px;
	position: relative;
	transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35);
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.cta_main span i {
	font-size: 0.75rem;
	margin-left: 3px;
	position: relative;
	top: -1px;
	transition: margin-left 0.35s cubic-bezier(0.23, 1, 0.32, 1), right 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.card-section {
	background: #f4f4f4;
	padding: 100px 0;
}

.card-section .cards-column .cards {
	display: inline-block;
	margin-bottom: 20px;
}

.card-section .cards-column .cards .cards-image img {
	transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.card-section .cards-column .cards ul {
	margin: 5px 0 10px;
	padding: 5px 0 0 25px;
}

.card-section .cards-column .cards ul li {
	font-size: 1rem;
	font-weight: 900;
	line-height: 20px;
	padding: 5px 0 5px 15px;
}

.card-section.twoxtwo .card-row .cards--text {
	min-height: 370px;
}

.researchpage .card-section.twoxtwo .card-row .cards--text {
	min-height: 0;
}

.card-section.threexone .card-row {
	display: flex;
	flex-direction: column;
}

@media print, screen and (min-width: 1025px) {
	.card-section.threexone .card-row {
		flex-direction: row;
	}
}

.card-section.threexone .card-row .cards-column {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.card-section.threexone .card-row .cards-column .cards {
	display: inline-flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-start;
}

.card-section.threexone .card-row .cards-column .cards .cta_sub {
	bottom: 0px;
	position: absolute;
	right: 50px;
}

.card-section.onexthree .cards-column .cards {
	display: flex;
	flex-direction: column;
	height: -moz-fit-content;
	height: fit-content;
	justify-content: flex-start;
	margin: 1rem auto;
	max-height: none;
	min-height: 450px;
}

@media screen and (min-width: 1025px) {
	.card-section.onexthree .cards-column .cards {
		flex-direction: row;
		height: 80vh;
		max-height: 565px;
	}
}

.card-section.onexthree .cards-column .cards .cards-image {
	display: inline-block;
	flex-basis: 60%;
	overflow: hidden;
}

.card-section.onexthree .cards-column .cards .cards-image img {
	display: inline-block;
	max-width: inherit;
	position: relative;
	width: 115%;
}

.card-section.onexthree .cards-column .cards .cards--text {
	display: inline-flex;
	flex-basis: 40%;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.card-section.twoxtwo .cards-column .cards .cards-image {
	display: inline-block;
	overflow: hidden;
	width: 100%;
}

.card-section.twoxtwo .cards-column .cards .cards-image img {
	display: inline-block;
	max-width: inherit;
	position: relative;
	width: 100%;
}

.card-section.threexone .cards-column .cards .cards-image {
	display: inline-block;
	overflow: hidden;
}

.card-section.threexone .cards-column .cards .cards-image img {
	display: inline-block;
	max-width: inherit;
	position: relative;
	width: 100%;
}

.owl-carousel {
	margin-top: 3.5rem;
}

.owl-carousel .item {
	position: relative;
}

.border-top {
	border-top: 1px solid #f4f4f4;
}

.list-content {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-content h4 {
	margin-bottom: 5px;
}

.list-content p {
	font-size: 1rem;
}

.list-content ul {
	list-style: disc;
	padding-left: 25px;
	margin-top: 10px;
}

.list-content ul li {
	border: none;
	font-size: 1.15rem;
	line-height: 20px;
	margin: 0 auto;
	padding: 5px 0;
}

.list-content.hide-show li {
	padding: 25px 0;
}

.list-content.hide-show li .cta_sub {
	cursor: pointer;
}

.list-content.hide-show li.open .cta_sub {
	background: #021bc3;
	color: #ffffff;
	padding: 5px 10px;
}

.list-content.hide-show li.open .fa-plus {
	transform: rotate(-45deg);
}

.list-content li {
	border-top: 1px solid #f4f4f4;
	line-height: 26px;
	margin: 20px auto;
	padding: 30px 0 20px;
	position: relative;
}

.list-content li:first-of-type {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.list-content li .cta_sub {
	float: none;
}

.list-title {
	color: #252525;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 36px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.cta_strip {
	padding: 50px 0 0;
	text-align: center;
}

@media print, screen and (min-width: 1025px) {
	.cta_strip {
		padding-bottom: 50px;
	}
}

.cta_strip .thumbnail-section {
	text-align: center;
}

@media screen and (min-width: 1440px) {
	.cta_strip .thumbnail-section {
		width: 100%;
	}
}

.cta_strip .animate .text-left {
	opacity: 0;
	transform: translateX(-25px);
	transition: 0.35s;
	transition-delay: 0.2s;
}

.cta_strip .animate .cta-strip--image {
	opacity: 0;
	transform: translateX(25px);
	transition: 0.35s;
	transition-delay: 0.4s;
}

.cta_strip .already-visible .cta-strip--image,
.cta_strip .already-visible .text-left,
.cta_strip .transition-in .cta-strip--image,
.cta_strip .transition-in .text-left {
	opacity: 1;
	transform: translateX(0);
}

.cta_strip.img-left .cta-strip--image {
	position: relative;
}

.cta_strip.img-left .cta-strip--image img {
	float: right;
	max-width: inherit;
	position: relative;
	width: 100%;
}

.cta_strip.img-right .cta-strip--image {
	position: relative;
}

.cta_strip .text-left {
	padding: 3rem 7.5%;
}

@media print, screen and (min-width: 1025px) {
	.cta_strip .text-left {
		padding: 0 2.5% 0 0;
		text-align: left;
	}
}

.cta_strip p.small {
	font-size: 1.2rem;
	margin: 40px 0 0;
}

.cta_strip p.lead {
	margin-bottom: 30px;
}

.cta_strip h2 {
	font-size: 2.2rem;
	margin-bottom: 20px;
}

.cta_strip .cta_sub {
	border-bottom: none;
	display: inline-block;
	float: none;
	margin: 50px auto 0;
	padding: 5px 15px;
}

.cta_strip .cta_sub span {
	font-size: 1.4rem;
}

@media print, screen and (min-width: 40em) {
	.cta_strip .cta_sub span {
		float: left;
	}
}

@media print, screen and (min-width: 1025px) {
	.cta_strip .cta_sub span {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1025px) {
	.cta_strip .cta_sub span i {
		display: inline-block;
	}
}

.cta_strip.yellow {
	background: #ffd82b;
}

.cta_strip.yellow .intro-title,
.cta_strip.yellow p {
	color: #252525;
}

.cta_strip.yellow .cta_sub {
	margin: 30px auto 50px;
	padding: 0;
	position: relative;
	transition: none;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

@media print, screen and (min-width: 40em) {
	.cta_strip.yellow .cta_sub {
		float: left;
		margin-top: 50px;
	}
}

.cta_strip.yellow .cta_sub.center {
	float: none;
	margin-top: 30px;
}

.cta_strip.yellow .cta_sub:after {
	display: none !important;
}

.cta_strip.yellow .cta_sub span {
	border: 2px solid #252525;
	color: #252525;
	margin: 0;
	padding: 5px 10px;
	transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35);
}

.cta_strip.yellow .cta_sub span i {
	transition: 0.1s;
}

.cta_strip.yellow .cta_sub:hover {
	color: #ffffff;
}

.cta_strip.yellow .cta_sub:hover span {
	background: #021bc3;
	border-color: #021bc3;
	color: #ffffff;
	padding: 5px 20px;
}

.cta_strip.yellow .cta_sub:hover i {
	color: #ffffff;
}

.cta_strip.blue {
	background: #001e5f;
}

.cta_strip.blue .intro-title,
.cta_strip.blue h2,
.cta_strip.blue p {
	color: #fff;
}

.cta_strip.blue .cta_sub {
	margin: 30px auto 50px;
	padding: 0;
	position: relative;
	transition: none;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

@media print, screen and (min-width: 40em) {
	.cta_strip.blue .cta_sub {
		float: left;
		margin-top: 50px;
	}
}

.cta_strip.blue .cta_sub.center {
	float: none;
	margin-top: 30px;
}

.cta_strip.blue .cta_sub:after {
	display: none !important;
}

.cta_strip.blue .cta_sub span {
	border: 2px solid #fff;
	color: #fff;
	margin: 0;
	padding: 5px 10px;
	transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35);
}

.cta_strip.blue .cta_sub span i {
	transition: 0.1s;
}

.cta_strip.blue .cta_sub:hover {
	color: #001e5f;
}

.cta_strip.blue .cta_sub:hover span {
	background: #fff;
	color: #001e5f;
	padding: 5px 20px;
}

.cta_strip.blue .cta_sub:hover i {
	color: #001e5f;
}

.thumbnail-section {
	display: flex;
	flex-direction: row;
	margin: 50px auto;
}

.thumbnail-section .large-12 {
	display: flex;
	flex-wrap: wrap;
}

@media print, screen and (min-width: 1025px) {
	.thumbnail-section .large-12 {
		flex-wrap: nowrap;
		gap: 1.5rem;
	}
}

.thumbnail-section .large-12 .thumbnail-section--image {
	height: auto;
	width: 100%;
}

@media print, screen and (min-width: 1025px) {
	.thumbnail-section .large-12 .thumbnail-section--image {
		height: auto;
		width: 40%;
	}
}

@media print, screen and (min-width: 40em) {
	.thumbnail-section {
		margin: 70px auto;
		padding: 0;
	}
}

.thumbnail-section .thumbnail-section--image {
	display: block;
	width: 100%;
}

.thumbnail-section .thumbnail-section--image img {
	display: inline-block;
	height: 100%;
	left: 0;
	max-width: inherit;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	top: 0;
	width: 100%;
}

.thumbnail-section .thumbnail-section--text {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 20px;
	width: 100%;
}

@media print, screen and (min-width: 1025px) {
	.thumbnail-section .thumbnail-section--text {
		height: 100%;
		margin: auto;
		width: 60%;
	}
}

.thumbnail-section .thumbnail-section--text h4 {
	margin-bottom: 15px;
	text-align: left;
}

.thumbnail-section .thumbnail-section--text ul a {
	background-image: linear-gradient(#021bc3, #021bc3);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 100% 0.1rem;
	color: #252525;
	-webkit-text-decoration: none;
	text-decoration: none;
	transition: color 0.25s linear;
}

.thumbnail-section .thumbnail-section--text ul a:hover {
	color: #021bc3;
}

.thumbnail-section .thumbnail-section--text .cta_sub {
	float: left;
	margin-top: 0;
	transition-delay: 0s;
	width: -moz-fit-content;
	width: fit-content;
}

.thumbnail-section .thumbnail-section--text .cta_sub span {
	font-size: 1.15rem;
	margin-top: 10px;
}

@media print, screen and (min-width: 1025px) {
	.thumbnail-section .thumbnail-section--text .cta_sub span {
		font-size: 1.25rem;
	}
}

.staff .person-image {
	overflow: hidden;
}

.person-information {
	padding-left: 10px;
}

.person-information h4 {
	transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.person-information p {
	color: #4e4e4e;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 5px;
	width: 90%;
}

.section-one {
	background: #fff;
	padding: 0 0 25px;
	position: relative;
	z-index: 1;
}

.researchpage .section-one {
	padding-bottom: 60px;
	padding-top: 0;
}

.section-one .intro-section .intro-title {
	background: #ffd82b;
	color: #001e5f;
	font-family: ivypresto-text, serif;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 auto;
	padding: 0.5rem 1rem;
	position: relative;
	top: -31px;
	width: -moz-fit-content;
	width: fit-content;
}

@media print, screen and (min-width: 1025px) {
	.section-one .intro-section .intro-title {
		font-size: 2.375rem;
		line-height: 1;
		padding: 1rem 2rem;
		top: -39px;
	}
}

.section-one .intro-section p {
	color: #252525;
	font-size: 1.125rem;
	margin: 2rem auto;
	position: relative;
	width: 90%;
	z-index: 2;
	@media print, screen and (max-width: 1025px) {
		margin-bottom: 0;
	}
}

@media print, screen and (min-width: 1025px) {
	.section-one .intro-section p {
		font-size: 1.375rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.6;
	}
}

.section-one .intro-cta {
	display: flex;
	justify-content: center;
}

.section-one .data-row {
	margin: 0 auto;
	text-align: center;
	width: 90%;
}

@media print, screen and (min-width: 1025px) {
	.section-one .data-row {
		margin: 50px auto;
		text-align: left;
		width: 100%;
	}
}

.section-one .data-row img {
	max-width: 80px;
}

.section-one .data-row .data-point {
	margin: 20px 0 40px;
}

@media print, screen and (min-width: 1025px) {
	.section-one .data-row .data-point {
		margin: 10px 0;
	}
}

.section-one .data-row .data-point .data {
	color: #252525;
	font-size: 1.7rem;
	margin-bottom: 5px;
	padding: 0;
}

@media print, screen and (min-width: 1025px) {
	.section-one .data-row .data-point .data {
		font-size: 2.15rem;
	}
}

.section-one .data-row .data-point p {
	font-size: 1.4rem;
	text-align: center;
}

@media print, screen and (min-width: 1025px) {
	.section-one .data-row .data-point p {
		text-align: left;
	}
}

.data-point {
	display: flex;
	font-size: 1rem;
}

.data-point.border-top {
	border-top: 1px solid #e8e8e8;
	padding-top: 10px;
}

.data-point.thick {
	border-width: 10px;
}

.data-point.data-top {
	flex-direction: column;
}

.data-point.small {
	font-size: 0.9rem;
}

.data-point.small .data {
	font-size: 2.25rem;
	line-height: 36px;
}

.data-point.large {
	font-size: 1.5rem;
}

.data-point.large .data {
	font-size: 8rem;
	line-height: 82px;
}

.data-point.navy {
	color: #001e5f;
}

.data-point.navy.border-top {
	border-color: #001e5f;
}

.data-point.yellow {
	color: #ffd82b;
}

.data-point.yellow.border-top {
	border-color: #ffd82b;
}

.data-point.blue {
	color: #021bc3;
}

.data-point.blue.border-top {
	border-color: #021bc3;
}

.data-point.white {
	color: #fff;
}

.data-point.white.border-top {
	border-color: #fff;
}

.data-point.black {
	color: #252525;
}

.data-point.black.border-top {
	border-color: #252525;
}

.data-point.rounded .data {
	border-radius: 5px;
}

.data-point.secondary {
	color: #ffd82b;
}

.data-point.secondary.background .data {
	background: #ffd82b;
	color: #252525;
}

.data-point.secondary.background .data,
.data-point.secondary.border .data {
	display: inline-block;
	padding: 10px;
	width: -moz-fit-content;
	width: fit-content;
}

.data-point.secondary.border .data {
	border: 1px solid #ffd82b;
	color: #ffd82b;
}

.data-point.secondary.circle {
	display: inline-block;
	position: relative;
}

.data-point.secondary.circle:before {
	background: #ffd82b;
	border-radius: 50%;
	content: "";
	display: block;
	padding-top: 100%;
}

.data-point.secondary.circle .data {
	background: transparent;
	padding: 25px 9px;
	position: absolute;
	top: 0;
}

.data-point.main-data-points a:hover .data {
	color: #021bc3 !important;
}

.data-point.main-data-points .data {
	font-family: ivypresto-text, serif;
	font-size: 5.8rem !important;
	font-weight: 100;
	line-height: 92px;
	padding: 10px 0;
	text-align: center !important;
	transition: 0.2s;
}

.data-point.main-data-points p {
	color: #252525;
	font-size: 1.1rem !important;
	font-weight: 600;
	margin: 0;
	text-align: center !important;
}

.data-point.main-data-points p.basic-link {
	font-family: ivypresto-text, serif;
	font-weight: 700;
	margin-top: 20px;
}

.data-point.main-data-points p.basic-link a {
	font-family: ivypresto-text, serif;
}

.data-point.main-data-points p a {
	font-size: 1.1rem !important;
	font-weight: 700 !important;
}

.data-point.main-data-points hr {
	border-bottom: 1px solid #001e5f;
	display: inline-block;
	margin: 10px auto 15px;
	width: 35px;
}

.data-point .data {
	font-size: 2.65rem;
	font-weight: 900;
	line-height: 32px;
	padding: 10px 0;
}

.data-point p {
	color: #252525;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0;
	text-align: left;
}

.section-title {
	margin-bottom: 25px;
}

@media print, screen and (min-width: 1025px) {
	.section-title {
		margin-bottom: 0;
	}
}

.large-image {
	max-width: none;
	position: relative;
	width: 150%;
}

.large-image.left {
	left: -50%;
}

.research_section {
	display: inline-block;
	padding: 20px;
	width: 100%;
}

.research_section.program-headers {
	background: #f4f4f4;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

.research_section.program-headers .research-link {
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content;
}

@media print, screen and (min-width: 1025px) {
	.research_section.program-headers .research-link {
		display: inline !important;
	}
}

.research_section.program-headers .research-link .cert {
	display: block;
	float: none;
	font-size: 1.125rem;
	margin: 0 auto;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content;
}

@media print, screen and (min-width: 1025px) {
	.research_section.program-headers .research-link .cert {
		float: right;
	}
}

.research_section:nth-of-type(2n) {
	background: #f2f2f2;
}

.research_section.no-gray {
	background: #fff;
}

.research_section.no-gray .research-link {
	margin-bottom: 0;
	padding: 15px 0;
	text-align: center;
}

.research_section.no-gray .research-link a {
	background: none;
	color: #021bc3;
	display: block;
	margin: 0 auto;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	width: -moz-fit-content;
	width: fit-content;
}

@media print, screen and (min-width: 1025px) {
	.research_section.no-gray .research-link a {
		background-image: linear-gradient(#021bc3, #021bc3);
		background-position: 0 100%;
		background-repeat: repeat-x;
		background-size: 100% 0.1rem;
		color: #252525;
		display: inline-block;
		margin: 0;
		-webkit-text-decoration: none;
		text-decoration: none;
	}
}

.research_section.no-gray .research-link .cert {
	display: block;
	float: none;
}

@media print, screen and (min-width: 1025px) {
	.research_section.no-gray .research-link .cert {
		float: right;
	}

	.research_section.no-gray .research-link {
		text-align: left;
	}
}

.research_section a:hover {
	color: #021bc3 !important;
}

.research_section .cert {
	float: right;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.reverse-order .research_section:nth-of-type(odd) {
	background: #f2f2f2;
}

.reverse-order .research_section:nth-of-type(2n) {
	background: #fff;
}

.major-tabs .tab {
	border: 3px solid #252525;
	color: #252525;
	cursor: pointer;
	display: inline-block;
	font-weight: 900;
	padding: 10px 20px;
}

.major-tabs .tab:hover {
	border-color: #ffd82b;
	color: #ffd82b;
}

.major-tabs .tab.active {
	background: #ffd82b;
	border: 3px solid #ffd82b;
	color: #333;
}

.a-z {
	display: none;
	padding: 0 0 50px;
}

@media print, screen and (min-width: 1025px) {
	.a-z {
		padding: 50px 0;
	}
}

.a-z.open {
	display: inline-block;
}

.schools {
	display: none;
	padding: 0 0 50px;
}

@media print, screen and (min-width: 1025px) {
	.schools {
		padding: 50px 0;
	}
}

.schools.open {
	display: inline-block;
}

.schools.open .row {
	display: flex;
	flex-direction: column;
}

@media print, screen and (min-width: 1025px) {
	.schools.open .row {
		flex-direction: row;
	}
}

.schools .school-filters button {
	color: #272727;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 5px 15px 5px 30px;
	position: relative;
	text-align: left;
	transition: 0.2s;
	width: 100%;
}

.schools .school-filters button i {
	color: #021bc3;
	display: none;
	left: 10px;
	position: absolute;
	top: 7px;
}

.schools .school-filters button:hover {
	color: #252525;
}

.schools .school-filters button.on {
	color: #021bc3;
}

.schools .school-filters button.on i {
	display: inline-block;
}

.schools .sas_open .sas {
	display: inline-block !important;
	width: 100%;
}

.schools .sas_open .eastman,
.schools .sas_open .hajim,
.schools .sas_open .simon,
.schools .sas_open .smd,
.schools .sas_open .son,
.schools .sas_open .warner {
	display: none;
}

.schools .hajim_open .hajim {
	display: inline-block !important;
	width: 100%;
}

.schools .hajim_open .eastman,
.schools .hajim_open .sas,
.schools .hajim_open .simon,
.schools .hajim_open .smd,
.schools .hajim_open .son,
.schools .hajim_open .warner {
	display: none;
}

.schools .eastman_open .eastman {
	display: inline-block !important;
	width: 100%;
}

.schools .eastman_open .hajim,
.schools .eastman_open .sas,
.schools .eastman_open .simon,
.schools .eastman_open .smd,
.schools .eastman_open .son,
.schools .eastman_open .warner {
	display: none;
}

.schools .smd_open .smd {
	display: inline-block !important;
	width: 100%;
}

.schools .smd_open .eastman,
.schools .smd_open .hajim,
.schools .smd_open .sas,
.schools .smd_open .simon,
.schools .smd_open .son,
.schools .smd_open .warner {
	display: none;
}

.schools .son_open .son {
	display: inline-block !important;
	width: 100%;
}

.schools .son_open .eastman,
.schools .son_open .hajim,
.schools .son_open .sas,
.schools .son_open .simon,
.schools .son_open .smd,
.schools .son_open .warner {
	display: none;
}

.schools .simon_open .simon {
	display: inline-block !important;
	width: 100%;
}

.schools .simon_open .eastman,
.schools .simon_open .hajim,
.schools .simon_open .sas,
.schools .simon_open .smd,
.schools .simon_open .son,
.schools .simon_open .warner {
	display: none;
}

.schools .warner_open .warner {
	display: inline-block !important;
	width: 100%;
}

.schools .warner_open .eastman,
.schools .warner_open .hajim,
.schools .warner_open .sas,
.schools .warner_open .simon,
.schools .warner_open .smd,
.schools .warner_open .son {
	display: none;
}

.schools .cert_open .certificate,
.schools .grad_open .grad,
.schools .under_open .undergrad,
.schools-wrapper.cert_open .research-link.certificate,
.schools-wrapper.grad_open .research-link.grad,
.schools-wrapper.under_open .research-link.undergrad {
	display: inline-block !important;
	width: 100%;
}

.schools-wrapper.cert_open .research-link:not(.certificate),
.schools-wrapper.grad_open .research-link:not(.grad),
.schools-wrapper.under_open .research-link:not(.undergrad) {
	display: none;
}

.schools .column-titles {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content;
}

.school-filters .abc-list button {
	display: inline-block;
	width: 23%;
}

.school-filters .abc-list button.disabled {
	cursor: not-allowed;
	opacity: 0.35;
}

.school-filters .abc-list button.disabled:hover {
	color: #272727;
}

.school-filters .abc-list button:hover {
	color: #252525;
}

.a_open .a-section {
	display: inline-block !important;
	width: 100%;
}

.a_open .a-z-section {
	display: none;
}

.b_open .b-section {
	display: inline-block !important;
	width: 100%;
}

.b_open .a-z-section {
	display: none;
}

.c_open .c-section {
	display: inline-block !important;
	width: 100%;
}

.c_open .a-z-section {
	display: none;
}

.d_open .d-section {
	display: inline-block !important;
	width: 100%;
}

.d_open .a-z-section {
	display: none;
}

.e_open .e-section {
	display: inline-block !important;
	width: 100%;
}

.e_open .a-z-section {
	display: none;
}

.f_open .f-section {
	display: inline-block !important;
	width: 100%;
}

.f_open .a-z-section {
	display: none;
}

.g_open .g-section {
	display: inline-block !important;
	width: 100%;
}

.g_open .a-z-section {
	display: none;
}

.h_open .h-section {
	display: inline-block !important;
	width: 100%;
}

.h_open .a-z-section {
	display: none;
}

.i_open .i-section {
	display: inline-block !important;
	width: 100%;
}

.i_open .a-z-section {
	display: none;
}

.j_open .j-section {
	display: inline-block !important;
	width: 100%;
}

.j_open .a-z-section {
	display: none;
}

.k_open .k-section {
	display: inline-block !important;
	width: 100%;
}

.k_open .a-z-section {
	display: none;
}

.l_open .l-section {
	display: inline-block !important;
	width: 100%;
}

.l_open .a-z-section {
	display: none;
}

.m_open .m-section {
	display: inline-block !important;
	width: 100%;
}

.m_open .a-z-section {
	display: none;
}

.n_open .n-section {
	display: inline-block !important;
	width: 100%;
}

.n_open .a-z-section {
	display: none;
}

.o_open .o-section {
	display: inline-block !important;
	width: 100%;
}

.o_open .a-z-section {
	display: none;
}

.p_open .p-section {
	display: inline-block !important;
	width: 100%;
}

.p_open .a-z-section {
	display: none;
}

.q_open .q-section {
	display: inline-block !important;
	width: 100%;
}

.q_open .a-z-section {
	display: none;
}

.r_open .r-section {
	display: inline-block !important;
	width: 100%;
}

.r_open .a-z-section {
	display: none;
}

.s_open .s-section {
	display: inline-block !important;
	width: 100%;
}

.s_open .a-z-section {
	display: none;
}

.t_open .t-section {
	display: inline-block !important;
	width: 100%;
}

.t_open .a-z-section {
	display: none;
}

.u_open .u-section {
	display: inline-block !important;
	width: 100%;
}

.u_open .a-z-section {
	display: none;
}

.v_open .v-section {
	display: inline-block !important;
	width: 100%;
}

.v_open .a-z-section {
	display: none;
}

.w_open .w-section {
	display: inline-block !important;
	width: 100%;
}

.w_open .a-z-section {
	display: none;
}

.x_open .x-section {
	display: inline-block !important;
	width: 100%;
}

.x_open .a-z-section {
	display: none;
}

.y_open .y-section {
	display: inline-block !important;
	width: 100%;
}

.y_open .a-z-section {
	display: none;
}

.z_open .z-section {
	display: inline-block !important;
	width: 100%;
}

.z_open .a-z-section {
	display: none;
}

.open-filters {
	list-style: none;
	margin: 0;
	padding: 0;
}

.open-filters li {
	cursor: pointer;
	display: none;
	margin: 0 5px;
	width: -moz-fit-content !important;
	width: fit-content !important;
}

.open-filters li:hover {
	color: #021bc3;
}

.open-filters li i {
	font-size: 12px;
}

.filter-title {
	color: #021bc3;
	font-weight: 700;
	margin-bottom: 25px;
	position: relative;
	cursor: pointer;
}

.filter-title:focus {
	outline: blue;
}

.filter-title i {
	position: absolute;
	right: 0;
	top: 3px;
}

.filter-title .fa-plus {
	display: none;
}

.filter-title .fa-minus,
.filter_wrapper.close .fa-plus {
	display: block;
}

.filter_wrapper.close .fa-minus,
.filter_wrapper.close button {
	display: none;
}

.scroll-top {
	align-items: center;
	background: #fff;
	border: 1px solid #021bc3;
	border-radius: 50%;
	bottom: 2rem;
	color: #021bc3;
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	height: 3.75rem;
	justify-content: center;
	opacity: 0;
	position: fixed;
	right: 1.875rem;
	text-align: center;
	transition: 0.3s;
	width: 3.75rem;
	z-index: 100;
	@media (max-width: 1024px) {
		width: 2.5rem;
		height: 2.5rem;
		right: 0.5rem;
		bottom: 0.5rem;
	}
}

.scroll-top:hover {
	background: #021bc3;
	color: #fff;
}

.scroll-top span {
	font-size: 1.5rem;
	line-height: 1;
	@media (max-width: 1024px) {
		font-size: 1rem;
	}
}

.scroll-top.show-scroll-btn {
	opacity: 1;
}

.school-filters {
	position: relative;
}

.school-filters .view_results {
	background: #021bc3;
	border-radius: 0 3px 3px 0;
	color: #fff;
	display: block;
	font-family: inter-variable, sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 1px 10px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 41px;
}

@media (min-width: 668px) {
	.school-filters .view_results {
		display: none;
	}
}

.school-filters #filterOptions {
	color: #021bc3;
	display: block;
	font-family: inter-variable, sans-serif;
	font-size: 16px;
	text-align: center;
}

.school-filters #filterOptions:before {
	content: "More ";
	display: inline-block;
}

@media (min-width: 668px) {
	.school-filters #filterOptions {
		display: none;
	}
}

.school-filters #filterOptions.open {
	background: #f4f4f4;
}

.school-filters #filterOptions.open:before {
	content: "Less ";
}

@media (max-width: 668px) {
	.school-filters .filter-collapse {
		background: #fff;
		display: block;
		margin-bottom: 30px;
		max-height: 0;
		min-height: 0;
		overflow: hidden;
		transition: 0.35s;
		z-index: 0;
	}

	.school-filters .filter-collapse.open {
		max-height: 5500px;
		min-height: 200px;
		opacity: 1;
		position: relative;
		transition: 0.85s;
	}
}

.school-filters #contactInformation {
	background: #f4f4f4;
	display: none;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

@media (min-width: 668px) {
	.school-filters #contactInformation {
		display: block;
	}
}

.schools-wrapper #introContent h2 {
	font-size: 2.25rem;
	line-height: 38px;
}

@media (min-width: 668px) {
	.schools-wrapper #introContent h2 {
		font-size: 3rem;
	}
}

.schools-wrapper #contactInformation__mobile {
	background: #f4f4f4;
	display: block;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

@media (min-width: 668px) {
	.schools-wrapper #contactInformation__mobile {
		display: none;
	}
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container .icon {
	transition: 0.3s;
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .bottom-links ul {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	justify-self: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 1025px) {
	.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .bottom-links ul {
		float: right;
	}
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.pride-card {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	justify-content: center;
	padding: 1.25rem;
	text-align: center;
}

.pride-card .pride-card-year {
	color: #252525;
	font-family: inter-variable;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.125rem;
}

.pride-card .pride-card-area-of-study {
	color: #252525;
	font-family: inter-variable;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
}

.pride-card .pride-card-name {
	color: #252525;
	font-family: inter-variable;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.5rem;
	text-transform: uppercase;
}

.pride-card .pride-card-title {
	color: #252525;
	font-family: inter-variable;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25rem;
}

.pride-card-section {
	background-color: #f4f4f4;
	padding-top: 100px;
}

.bg-gray .pride-card {
	background-color: #fff;
}

.pride-card {
	background-color: #f4f4f4;
	width: 100%;
}

.pride-card p {
	margin-bottom: 0;
}

.pride-card hr {
	margin: 0.25rem;
	width: 100%;
}

.pride-row {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(385px, 1fr));
	grid-template-rows: 1fr;
	grid-gap: 1rem;
	gap: 1rem;
}

.pride-section-title {
	color: #252525;
	color: var(--Charcoal, #252525);
	font-family: ivypresto-text, serif;
	font-size: 3.25rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.pride-section-title:after {
	background-color: #ffd82b;
	content: "";
	display: flex;
	height: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 77px;
}

hr {
	box-sizing: content-box;
	overflow: visible;
}

a {
	background-color: transparent;
}

strong {
	font-weight: bolder;
}

code {
	font-family: monospace;
	font-size: 1em;
}

img {
	border-style: none;
}

button,
input {
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	overflow: visible;
}

button {
	text-transform: none;
}

[type="button"],
[type="submit"],
button {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}

[type="search"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	appearance: button;
	font: inherit;
}

[hidden] {
	display: none;
}

*,
:after,
:before {
	box-sizing: inherit;
}

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	cursor: auto;
	line-height: 1;
	padding: 0;
}

button,
input {
	font-family: inherit;
}

[type="search"],
[type="text"],
[type="url"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fefefe;
	border: 1px solid #b8b8b8;
	border-radius: 0;
	box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.1);
	box-sizing: border-box;
	color: #252525;
	display: block;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	height: 2.4375rem;
	line-height: 1.5;
	margin: 0 0 1rem;
	padding: 0.5rem;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	width: 100%;
}

[type="search"]:focus,
[type="text"]:focus,
[type="url"]:focus {
	background-color: #fefefe;
	border: 1px solid #252525;
	box-shadow: 0 0 5px #b8b8b8;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

input:disabled {
	background-color: #f4f4f4;
	cursor: not-allowed;
}

[type="button"],
[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

input[type="search"] {
	box-sizing: border-box;
}

::-moz-placeholder {
	color: #252525;
}

::placeholder {
	color: #252525;
}

[type="file"] {
	margin: 0 0 1rem;
	width: 100%;
}

blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
li,
p,
ul {
	margin: 0;
	padding: 0;
}

p {
	font-size: inherit;
	margin-bottom: 1rem;
	text-rendering: optimizelegibility;
}

i {
	font-style: italic;
}

i,
strong {
	line-height: inherit;
}

strong {
	font-weight: 700;
}

.h3,
.h4,
h3,
h4 {
	margin-bottom: 0.5rem;
	margin-top: 0;
}

a {
	color: #021bc3;
	font-weight: 600;
	cursor: pointer;
	line-height: inherit;
	-webkit-text-decoration: none;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #223697;
}

a img,
hr {
	border: 0;
}

hr {
	border-bottom: 1px solid #b8b8b8;
	clear: both;
	height: 0;
	margin: 1.25rem auto;
	max-width: 78.125rem;
}

dl,
ul {
	line-height: 1.6;
	list-style-position: outside;
	margin-bottom: 1rem;
}

li {
	font-size: inherit;
}

ul {
	list-style-type: disc;
}

ul,
ul ul {
	margin-left: 1.25rem;
}

ul ul {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1rem;
}

blockquote {
	border-left: 1px solid #b8b8b8;
	margin: 0 0 1rem;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
}

blockquote,
blockquote p {
	color: #252525;
	line-height: 1.6;
}

code {
	background-color: #f4f4f4;
	border: 1px solid #b8b8b8;
	color: #252525;
	font-family: Consolas, Liberation Mono, Courier, monospace;
	font-weight: 400;
	padding: 0.125rem 0.3125rem 0.0625rem;
}

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

.row {
	margin-left: auto;
	margin-right: auto;
	max-width: 78.125rem;
}

.row:after,
.row:before {
	content: " ";
	display: table;
	flex-basis: 0;
	order: 1;
}

.row:after {
	clear: both;
}

.row .row {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
	.row .row {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}

@media print, screen and (min-width: 1025px) {
	.row .row {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}

.row.expanded {
	max-width: none;
}

.row.expanded .row {
	margin-left: auto;
	margin-right: auto;
}

.row:not(.expanded) .row {
	max-width: none;
}

.column,
.columns {
	float: left;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	width: 100%;
}

@media print, screen and (min-width: 40em) {
	.column,
	.columns {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}

.column,
.column:last-child:not(:first-child),
.columns,
.columns:last-child:not(:first-child) {
	clear: none;
	float: left;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
	float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
	float: left;
}

.column.row.row,
.row.row.columns {
	float: none;
}

.row .column.row.row,
.row .row.row.columns {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

@media print, screen and (min-width: 40em) {
	.medium-6 {
		width: 50%;
	}
}

@media print, screen and (min-width: 1025px) {
	.large-offset-1 {
		margin-left: 8.33333%;
	}

	.large-3 {
		width: 25%;
	}

	.large-4 {
		width: 33.33333%;
	}

	.large-6 {
		width: 50%;
	}

	.large-8 {
		width: 66.66667%;
	}

	.large-10 {
		width: 83.33333%;
	}

	.large-12 {
		width: 100%;
	}
}

.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #021bc3;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fefefe;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 0.9rem;
	line-height: 1;
	margin: 0 0 1rem;
	padding: 0.85em 1em;
	text-align: center;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	vertical-align: middle;
}

.button:focus,
.button:hover {
	background-color: #223695;
	color: #fefefe;
}

.button.large {
	font-size: 1.25rem;
}

.button.expanded {
	display: block;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.button.alert {
	background-color: #cc4b37;
	color: #fefefe;
}

.button.alert:focus,
.button.alert:hover {
	background-color: #a53b2a;
	color: #fefefe;
}

.button.clear {
	border: 1px solid #021bc3;
	color: #021bc3;
}

.button.clear,
.button.clear:focus,
.button.clear:hover {
	background-color: transparent;
}

.button.clear:focus,
.button.clear:hover {
	border-color: #142058;
	color: #142058;
}

.button.clear,
.button.clear:focus,
.button.clear:hover {
	border-color: transparent;
}

.button.clear.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button.clear.alert:focus,
.button.clear.alert:hover {
	border-color: #67251a;
	color: #67251a;
}

.button.clear.alert,
.button.clear.alert:focus,
.button.clear.alert:hover {
	border-color: transparent;
}

a.button:focus,
a.button:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-radius: 0;
	width: 100%;
}

.card,
table {
	margin-bottom: 1rem;
}

.card {
	background: #fefefe;
	border: 1px solid #f4f4f4;
	border-radius: 0;
	box-shadow: none;
	color: #252525;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	overflow: hidden;
}

.card > :last-child {
	margin-bottom: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: 1.2;
	padding: 15px 23px 14px;
	-webkit-text-decoration: none;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

.clear:after,
.clear:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.site-footer:after,
.site-header:after {
	clear: both;
}

.updated:not(.published) {
	display: none;
}

iframe,
object {
	max-width: 100%;
}

code {
	display: inline-block;
	font-size: 9pt;
	margin-bottom: 20px;
}

section {
	margin: 0 auto;
	padding: 60px 1.5rem;
	width: 100%;
}

h1,
h2 {
	position: relative;
}

h1 {
	font-size: 2.375rem;

	@media print, screen and (min-width: 1025px) {
		font-size: 2.875rem;
	}
}

h2 {
	font-size: 2rem;

	@media print, screen and (min-width: 1025px) {
		font-size: 2.375rem;
	}
}

h3 {
	font-size: 1.75rem;

	@media print, screen and (min-width: 1025px) {
		font-size: 1.875rem;
	}
}

h4 {
	font-size: 1.5rem;

	@media print, screen and (min-width: 1025px) {
		font-size: 1.625rem;
	}
}

h5 {
	font-size: 1.375rem;

	@media print, screen and (min-width: 1025px) {
		font-size: 1.5rem;
	}
}

h6 {
	font-size: 1.25rem;

	@media print, screen and (min-width: 1025px) {
		font-size: 1.375rem;
	}
}

h1,
h2 {
	margin-bottom: 1rem;
}

h1.line,
h2.line,
h3.line,
h4.line {
	padding-top: 15px;
	width: -moz-fit-content;
	width: fit-content;
}

h1.line.below,
h2.line.below,
h3.line.below,
h4.line.below {
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}

h1.line:before,
h2.line:before,
h3.line:before,
h4.line:before {
	background-color: #001e5f;
	content: "";
	display: inline-block;
	height: 8px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20%;
}

@media print, screen and (min-width: 40em) {
	h1.line:before,
	h2.line:before,
	h3.line:before,
	h4.line:before {
		left: 2px;
	}

	h1.line.below:before,
	h2.line.below:before,
	h3.line.below:before,
	h4.line.below:before {
		bottom: -15px;
		left: 0;
		margin: auto;
		right: 0;
		top: auto;
		width: 75px;
	}
}

h1.line.blue:before,
h2.line.blue:before,
h3.line.blue:before,
h4.line.blue:before {
	background-color: #021bc3;
}

h1.line.yellow:before,
h2.line.yellow:before,
h3.line.yellow:before,
h4.line.yellow:before {
	background-color: #ffd82b;
}

p {
	color: #252525;
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: 400;
}

p.lead {
	font-size: 1.25rem;
	line-height: 1.5;

	@media print, screen and (min-width: 1025px) {
		font-size: 1.375rem;
	}
}

p.overline {
	color: #252525;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.5;
	text-transform: uppercase;
}

p a {
	background-image: linear-gradient(#021bc3, #021bc3);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 100% 0.1rem;
	font-weight: 600;
	color: #252525;
	-webkit-text-decoration: none;
	text-decoration: none;
	transition: color 0.25s linear;
}

p a:hover {
	color: #021bc3;
}

ul {
	padding-left: 20px;
}

ul li {
	color: #252525;
	line-height: 36px;
}

ul li ul {
	list-style-type: circle;
	margin-bottom: 0;
	padding-left: 0;
}

blockquote {
	border-left: 6px solid #f4f4f4;
	color: #252525;
	font-family: ivypresto-text, serif;
}

blockquote p {
	font-size: 1.45rem;
}

.fill {
	display: block;
	width: 100%;
}

.fill img {
	height: auto;
	width: 100%;
}

.social .icon {
	overflow: hidden;
}

.social .icon:after {
	background: #021bc3;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0);
	transition: 0.4s;
	width: 100%;
	z-index: -1;
}

.social .icon i {
	transition: 0.4s;
}

.social .icon:hover:after {
	transform: scale(2);
}

.social .icon:hover i {
	color: #fff;
}

.icon {
	align-items: center;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	height: 50px;
	position: relative;
	width: 50px;
}

.icon i {
	color: #252525;
	display: block;
	font-size: 2rem;
	margin: 0 auto;
}

.icon.blue {
	background: #021bc3;
	transition: border-radius 0.4s;
}

.icon.blue:after {
	background: #ffd82b;
	z-index: 0;
}

.icon.blue:hover {
	border-radius: 0;
}

.icon.blue:hover i {
	color: #252525;
}

.icon.blue i {
	color: #fff;
	z-index: 1;
}

.icon.yellow {
	background: #ffd82b;
	transition: border-radius 0.4s;
}

.icon.yellow:after {
	background: #021bc3;
	z-index: 0;
}

.icon.yellow:hover {
	border-radius: 0;
}

.icon.yellow:hover i {
	color: #fff;
}

.icon.yellow i {
	color: #252525;
	z-index: 1;
}

.icon.white {
	background: #fff;
}

.icon.white i {
	color: #252525;
}

.icon.black {
	background: #252525;
}

.icon.black i {
	color: #fff;
}

.icon.circle {
	border-radius: 50%;
}

form input {
	box-shadow: none;
}

[type="search"],
[type="text"],
[type="url"] {
	border-radius: 3px;
	box-shadow: none;
}

.four_search {
	display: block;
	position: relative;
}

.four_search .fa-search {
	color: #fff;
	display: inline-block;
	font-size: 1.15rem;
	opacity: 1;
	position: absolute;
	right: 110px;
	text-indent: 0;
	top: 21px;
}

.four_search form {
	margin: 0 auto 10px;
	max-width: 650px;
	position: relative;
	width: 90%;
}

@media print, screen and (min-width: 1025px) {
	.four_search form {
		margin: 0 auto 40px;
	}
}

.four_search input,
.four_search input:focus {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	box-shadow: none;
	color: #252525;
	font-family: inter-variable, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: 60px;
	letter-spacing: 0.01563rem;
	margin: 0;
	padding-left: 15px;
}

@media print, screen and (min-width: 1025px) {
	.four_search input,
	.four_search input:focus {
		font-size: 1.85rem;
	}
}

.four_search .popular {
	display: block;
	margin: 35px auto 0;
	max-width: 650px;
	position: relative;
	width: 90%;
}

@media print, screen and (min-width: 1025px) {
	.four_search .popular {
		width: 100%;
	}
}

.four_search .popular .inner-pop {
	display: inline-block;
	flex-basis: 90%;
	flex-direction: column;
	margin: 0 auto;
	width: 90%;
}

@media print, screen and (min-width: 1025px) {
	.four_search .popular .inner-pop {
		width: 100%;
	}
}

.four_search .popular .inner-pop:nth-of-type(2) .title {
	margin-top: 30px;
}

.four_search .popular .title {
	color: #252525;
	font-family: inter-variable, sans-serif;
	font-size: 1.45rem;
	font-weight: 900;
	margin-bottom: 5px;
}

.four_search .popular ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.four_search .popular ul li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.four_search .popular ul li a {
	color: #021bc3;
	font-family: inter-variable, sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	opacity: 0.75;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	transition: 0.3s;
}

.four_search .popular ul li a:hover {
	opacity: 1;
}

.card {
	border: 1px solid #e8e8e8;
	border-radius: 5px;
}

.secondary-font {
	font-family: ivypresto-text, serif;
}

.hero {
	background: #f4f4f4;
	position: relative;
}

@media print, screen and (min-width: 1200px) {
	.hero.home {
		height: auto;
		margin-bottom: 0;
	}
}

.aboutpage .hero.version-three {
	border-bottom: 8px solid #ffd82b;
	height: 100%;
	position: relative;
}

.aboutpage .hero.version-three.no-image {
	border-bottom: none;
	height: auto;
	position: relative;
	top: 0;
}

.aboutpage .hero.version-three.no-image:before {
	background-image: url(/assets/images/upwards-arrow-grey.svg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

@media print, screen and (min-width: 1025px) {
	.aboutpage .hero.version-three.no-image:before {
		background-position: 50%;
	}
}

.aboutpage .hero.version-three.no-image.navy {
	background: #001e5f;
}

.aboutpage .hero.version-three.no-image.navy:before {
	background-image: url(/assets/images/upwards-arrow-blue.svg);
}

.aboutpage .hero.version-three.no-image.navy .no-image-title {
	color: #fff;
}

.aboutpage .hero.version-three.no-image .hero-site {
	max-height: inherit;
}

.aboutpage .hero.version-three.no-image .hero-text-section {
	background: transparent;
	justify-content: flex-end;
	max-height: inherit;
	padding: 3rem 0;
	position: relative;
	text-align: left;
}

.aboutpage .hero.version-three.no-image .no-image-title {
	color: #001e5f;
	font-family: inter-variable, sans-serif;
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: -0.0425rem;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}

@media print, screen and (min-width: 1025px) {
	.aboutpage .hero.version-three.no-image .no-image-title {
		font-size: 4.25rem;
	}
}

.aboutpage .hero.version-three .hero-site {
	height: 100%;
	min-height: 0;
	min-height: auto;
}

.aboutpage .hero.version-three .hero-text-section {
	background: transparent;
	bottom: 0;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: flex-end;
	justify-content: center;
	left: 0 !important;
	margin: 0 auto;
	max-width: 102rem;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 100;
}

.aboutpage .hero.version-three .hero-image:before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 24.99%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.3) 14.86%, transparent 59.44%);
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.aboutpage .hero.version-three .hero-image img {
	height: 100%;
	left: 0;
	opacity: 1 !important;
	top: 0;
	width: 100%;
}

.curriculum .hero {
	height: 65vh;
	min-height: 625px;
}

.curriculum .hero .hero-image {
	background: #fff;
	height: 65vh;
	min-height: 625px;
}

.curriculum .hero .hero-image img {
	height: auto;
	width: 100%;
}

.hero-site {
	position: relative;
	z-index: 1;
}

@media print, screen and (min-width: 40em) {
	.hero-site {
		height: auto;
		max-height: none;
		min-height: 0;
		min-height: auto;
	}
}

@media print, screen and (min-width: 1200px) {
	.hero-site {
		height: auto;
	}
}

@media screen and (min-width: 1440px) {
	.hero-site {
		max-height: inherit;
	}
}

.hero-site .hero-image {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
}

@media print, screen and (max-width: 1024px) {
	.hero-site .hero-image img {
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media screen and (min-width: 1025px) {
	.hero-site .hero-image img {
		max-height: 510px;
	}
}

@media screen and (min-width: 1920px) {
	.hero-site .hero-image img {
		max-height: 700px;
	}
}

.hero-section--text {
	background: #ffd82b;
}

.hero.home .hero-section--text {
	background: #ffd82b;
	display: block;
	max-width: none;
	position: relative;
}

@media print, screen and (max-width: 1024px) {
	.hero.home .hero-section--text .hero-text--title {
		color: #001e5f;
		font-size: 2.375rem;
		font-weight: 900;
		letter-spacing: 0.04875rem;
		line-height: 2.375rem;
		margin: 0 auto;
		padding: 20px 0;
		text-align: center;
		z-index: 4;
	}
}

@media print, screen and (min-width: 1025px) {
	.hero.home .hero-section--text .hero-text--title {
		color: #001e5f;
		position: relative;
		font-family: inter-variable, sans-serif;
		font-size: 4.875rem;
		font-weight: 900;
		letter-spacing: 0.04875rem;
		line-height: 4.875rem;
		padding: 43px 0;
		text-align: center;
		z-index: 4;
		margin-bottom: 0;
	}
}

.cta_sub span {
	color: #252525;
	display: inline-block;
	display: block;
	font-size: 1rem;
	font-weight: 600;
	margin: 20px auto;
	padding: 5px 0;
	position: relative;
	transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
	width: -moz-fit-content;
	width: fit-content;
}

@media print, screen and (min-width: 1025px) {
	.cta_sub span {
		display: flex;
		align-items: center;
		font-size: 1.125rem;
		margin-left: auto;
		margin-right: auto;
	}
}

.cta_sub span:after {
	width: 100%;
}

.cta_sub span:hover {
	background: #021bc3;
	color: #ffffff;
	padding: 5px 10px;
}

.cta_sub span:hover i {
	color: #ffffff;
	margin-left: 10px;
}

.cta_sub span i {
	font-size: 0.75rem;
	margin-left: 5px;
	position: relative;
	right: 0;
	top: 0;
	transition: margin-left 0.35s cubic-bezier(0.23, 1, 0.32, 1), right 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.animate .section-title {
	opacity: 0;
	transform: translateX(-25px);
	transition: 0.4s;
	transition-delay: 0.3s;
}

.animate .cta_sub {
	opacity: 1;
}

.animate.transition-in .cta_sub,
.animate.transition-in .section-title {
	opacity: 1;
	transform: translateX(0);
}

@media print, screen and (min-width: 1024px) {
	.testimonial-items--section {
		margin-bottom: 2rem;
	}
}

.testimonials .section-title h2 {
	margin-bottom: 10px;
}

@media print, screen and (max-width: 1024px) {
	.testimonials .testimonial-items--section {
		margin: 1.5rem 0 4rem;
	}
}

.testimonials-items {
	align-items: center;
	align-items: stretch;
	display: flex;
}

.testimonials-items:hover .testimonials-item--image img {
	transform: scale(1.1);
	transition: 0.4s cubic-bezier(0.8, -0.08, 0.36, 1.35);
}

.testimonials-items .testimonials-item--image img {
	transition: all 0.2s ease-in-out;
}

.testimonials-items .testimonials-item--image {
	min-width: 150px;
	overflow: hidden;
}

@media print, screen and (max-width: 1024px) {
	.testimonials-items .testimonials-item--image {
		min-width: 100px;
	}
}

.testimonials-items:hover .testimonials-item--text {
	background: #021bc3;
}

.testimonials-items:hover .testimonials-item--text .title {
	color: #fff;
}

.testimonials-items:hover .testimonials-item--text .title span {
	background: #f4f4f4;
	color: #021bc3;
}

@media print, screen and (max-width: 1024px) {
	.testimonials-items {
		margin-bottom: 10px;
		padding: 0 1.25%;
		flex-direction: column;
	}
}

.testimonials-featured {
	align-items: center;
	display: grid;
	position: relative;
}

@media print, screen and (max-width: 374px) {
	.testimonials .section-title h2 {
		padding: 0;
	}
}

@media print, screen and (max-width: 1024px) {
	.testimonials-featured {
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
	}

	.testimonials .section-title h2 {
		margin-bottom: 0;
		padding: 0 7px;
	}
}

.testimonials-featured-item--text {
	top: 50px;
	width: 640px;
}

@media print, screen and (max-width: 1024px) {
	.testimonials-featured-item--text {
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
	.testimonials-featured-item--text blockquote {
		font-size: 1.75rem;
		letter-spacing: 0.14px;
	}
}

.testimonials-featured p {
	padding-right: 40px;
}

.testimonials-featured-item--image {
	width: 66%;
}

.testimonials-featured-item--text .author {
	position: absolute;
	bottom: -40px;
	@media print, screen and (max-width: 1024px) {
		bottom: -20px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.testimonials-featured-item--text {
	margin-top: auto;
	position: absolute;
	padding-right: 460px;
	background: #f4f4f4;
	width: 100%;
	z-index: 2;
}

@media print, screen and (max-width: 1024px) {
	.testimonials-featured-item--text {
		bottom: 0;
		margin-bottom: -15px;
		order: 2;
		padding: 8rem 0 0 0;
		position: relative;
		top: -9rem;
		width: 100%;
	}
}

.bg-gray .testimonials-item--text {
	background-color: #ffffff;
}

.testimonials-featured-item--text:before {
	background: url(/assets/images/testimonial/open-quote.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	height: 100px;
	left: -35px;
	position: absolute;
	top: -70px;
	width: 130px;
	z-index: 1;
}

@media print, screen and (max-width: 1024px) {
	.testimonials-featured-item--text:before {
		height: 60px;
		left: -10px;
		top: 80px;
		width: 80px;
	}
}

.testimonials-featured-item--text:after {
	background: url(/assets/images/testimonial/close-quote.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	height: 38px;
	position: absolute;
	right: -10px;
	width: 50px;
	z-index: 1;
	bottom: -25px;
}

.testimonials-featured-item--text .author {
	background: #ffd82b;
	color: #1e1e1e;
	font-family: inter-variable, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 20px 46px;
	width: max-content;
	font-style: normal;
	&::before {
		display: none;
	}
}

@media print, screen and (max-width: 1024px) {
	.testimonials-featured-item--text .author {
		font-size: 1.125rem;
		padding: 10px 20px;
	}
}

.testimonials-featured-item--text .author .yellow {
	color: #003eff;
}

.testimonials-featured blockquote,
.testimonials-featured p {
	align-items: center;
	background: #f4f4f4;
	color: #252525;
	display: block;
	font-family: inter-variable, sans-serif;
	padding: 3rem;
	font-weight: 400;
	margin-bottom: 0;
}

@media print, screen and (max-width: 1024px) {
	.testimonials-featured blockquote,
	.testimonials-featured p {
		clip-path: none;
		padding: 40px 20px;
	}

	.testimonials-featured p {
		padding-top: 30px;
		text-align: center;
	}
}

.testimonials-featured-item--image {
	margin-left: auto;
	position: relative;
	right: 3rem;
	width: 400px;
	z-index: 3;
	@media print, screen and (max-width: 1024px) {
		right: 0;
	}
}

.testimonials-featured-item--image img {
	height: auto;
	object-fit: contain;
	width: 100%;
	@media print, screen and (max-width: 1024px) {
		max-height: 400px;
	}
}

@media print, screen and (max-width: 1024px) {
	.testimonials-featured-item--image {
		clip-path: none;
		width: 100%;
	}
}

.testimonials-item--image img {
	height: 150px;
	min-width: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 150px;
}

@media print, screen and (max-width: 1024px) {
	.testimonials-item--image img {
		height: 100px;
		min-width: 100px;
		-o-object-fit: cover;
		object-fit: cover;
		width: 100% !important;
	}
}

.testimonials-item--text {
	align-items: center;
	background: #f4f4f4;
	border-bottom: 2px solid #021bc3;
	display: flex;
	flex-grow: 1;
	justify-content: center;
	transition: all 0.2s ease-in-out;
}

.bg-gray .testimonials-item--text {
	background-color: #ffffff;
}

.testimonials-item--text.bg-white {
	background: #fff;
}

@media print, screen and (max-width: 1024px) {
	.testimonials-item--text {
		justify-content: flex-start;
	}
}

.testimonials-item--text .title {
	align-items: center;
	color: #252525;
	display: flex;
	font-family: ivypresto-text, serif;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	justify-content: center;
	line-height: 1.75rem;
	margin-bottom: 0;
	padding-left: 1rem;
}

@media print, screen and (max-width: 1024px) {
	.testimonials-item--text .title {
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 23px;
		width: 100%;
	}
}

.testimonials-item--text .title span {
	align-items: center;
	background: #021bc3;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
	color: #fff;
	display: flex;
	font-size: 1.25rem;
	height: 40px;
	justify-content: center;
	position: relative;
	right: -5px;
	width: 55px;
}

@media print, screen and (max-width: 1024px) {
	.testimonials-item--text .title span {
		margin-left: auto;
	}
}

.below.line:before {
	bottom: -10px;
	left: 0;
	margin: auto;
	right: 0;
	top: auto;
	width: 75px;
}

.research-news .research-news-featured {
	align-items: center;
	display: grid;
	grid-template-columns: repeat(24, 1fr);
	grid-template-rows: 1fr;
	position: relative;
}

@media print, screen and (max-width: 1024px) {
	.research-news .research-news-featured {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
	}
}

.research-news .research-news-featured:hover img {
	transform: scale(1.1);
	transition: 0.4s cubic-bezier(0.8, -0.08, 0.36, 1.35);
}

@media print, screen and (max-width: 1024px) {
	.research-news {
		padding: 40px 0;
	}

	.research-news .featured {
		max-width: none;
	}
}

.research-news .row.expanded {
	margin-left: -2.5%;
	margin-right: -2.5%;
}

@media print, screen and (max-width: 1024px) {
	.research-news .research-news-featured {
		flex-wrap: wrap;
		justify-content: center;
		margin: 0;
		padding: 0;
	}
}

.research-news .research-news-items--section {
	display: flex;
	flex-wrap: wrap;
}

@media print, screen and (max-width: 1024px) {
	.research-news .research-news-item {
		padding: 0 4.5%;
	}

	.research-news .research-news-items--section {
		display: block;
	}
}

.research-news .research-news-item {
	display: flex;
	flex: 1;
}

.research-news .research-news-items {
	background: #fff;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	position: relative;
}

.research-news .research-news-items .research-news-item--image {
	overflow: hidden;
}

.research-news .research-news-items img {
	transition: all 0.2s ease-in-out;
}

.research-news .research-news-items:hover img {
	transform: scale(1.1);
}

.research-news-item .research-news-items:after {
	background-color: #021bc3;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: height 0.1s ease-in-out;
	width: 100%;
}

.research-news-item:hover .research-news-items:after {
	height: 4px;
}

.research-news .research-news-items .research-news-item--text {
	background: #fff;
	font-family: inter-variable, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	padding: 20px;
	position: relative;
}

.research-news .research-news-items .research-news-item--text a {
	color: #252525;
}

.research-news .research-news-items .research-news-item--text i.fas {
	color: #021bc3;
}

.research-news .research-news-featured-item--image {
	grid-column: 1/13;
	grid-row: 1;
	overflow: hidden;
	transition: 0.4s cubic-bezier(0.8, -0.08, 0.36, 1.35);
	width: 100%;
	z-index: 2;
}

@media print, screen and (max-width: 1024px) {
	.research-news .research-news-featured-item--image {
		z-index: 1;
	}
}

.research-news .research-news-featured-item--image img {
	max-height: 350px;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 0.2s ease-in-out;
	width: 100%;
}

@media print, screen and (max-width: 1024px) {
	.research-news .research-news-featured-item--image img {
		max-height: none;
	}

	.research-news .research-news-featured-item--image {
		width: 100%;
	}
}

.research-news .research-news-featured:hover .research-news-featured-item--text:after {
	height: 4px;
}

.research-news .research-news-featured-item--text {
	background: #fff;
	color: #252525;
	display: flex;
	flex-direction: column;
	font-family: inter-variable, sans-serif;
	font-style: normal;
	font-weight: 700;
	grid-column: 12/-1;
	grid-row: 1;
	justify-content: center;
	line-height: 1.2;
	min-height: 440px;
	padding: 40px 40px 40px 90px;
	position: relative;
	width: auto;
	z-index: 1;
}

@media print, screen and (max-width: 1024px) {
	.research-news .research-news-featured-item--text {
		margin: 0 4.5%;
		min-height: 0;
		padding: 20px;
		position: relative;
		top: -20px;
	}
}

.research-news .research-news-featured-item--text h3 {
	font-style: normal;
	margin-bottom: 1rem;
}

@media print, screen and (max-width: 1024px) {
	.research-news .research-news-featured-item--text h3 {
		margin-bottom: 5px;
	}
}

.research-news .research-news-featured-item--text i.fas,
.research-news .research-news-items .research-news-item--text i.fas {
	color: #021bc3;
	font-size: 15px;
}

.research-news .research-news-items .research-news-item--text .title {
	color: #252525;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0;
}

.research-news .research-news-featured-item--text a {
	color: #252525;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
}

@media print, screen and (max-width: 1024px) {
	.research-news .cta_sub {
		display: block;
		margin-top: 20px;
	}

	.research-news .cta_sub span {
		margin: 0 auto;
	}
}

.news {
	padding: 50px 2.5% 75px;
	position: relative;
	z-index: 1;
}

.news .row {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news .row:after,
.news .row:before {
	display: none;
}

.news .column:nth-of-type(2),
.news .columns:nth-of-type(2) {
	margin: 5px 0;
}

@media (min-width: 768px) {
	.news .column:nth-of-type(2),
	.news .columns:nth-of-type(2) {
		margin: 0;
	}

	.news {
		padding: 100px 2.5% 75px;
	}

	.news .row {
		flex-direction: row;
	}

	.news .column,
	.news .columns {
		padding-left: 0;
		padding-right: 0;
		width: 32%;
	}
}

@media print, screen and (min-width: 40em) {
	.news {
		padding: 100px 2.5% 75px;
	}
}

.events {
	background: #f4f4f4;
	padding-bottom: 100px;
	padding-top: 0;
}

@media print, screen and (min-width: 1025px) {
	.events {
		padding: 4rem 2.5% 125px;
	}
}

.stripe {
	margin: 0;
	padding: 0 0 65px;
	position: relative;
	width: 100%;
}

@media print, screen and (max-width: 1024px) {
	.stripe {
		background: transparent;
		margin-top: 20px;
		padding-bottom: 0;
	}
}

@media print, screen and (min-width: 1025px) {
	.stripe {
		padding: 65px 0;
	}
}

.stripe .row {
	display: flex;
	flex-wrap: wrap;
}

.stripe .row .columns {
	align-items: center;
	display: inline-flex;
}

.stripe .row .columns:after {
	background-color: #f4f4f4;
	bottom: 0;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

@media print, screen and (max-width: 1024px) {
	.stripe .row .stripe-text {
		background: #ffd82b;
		padding-bottom: 30px;
		position: relative;
		top: -30px;
	}
}

.stripe .row .columns .stripe-content {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 5%;
	margin-top: 60px;
}

.stripe .stripe-video {
	position: relative;
	transform: translateX(-50px);
	transition: 0.35s;
	z-index: 1;
}

@media print, screen and (min-width: 1440px) {
	.stripe .stripe-video {
		aspect-ratio: 4/3;
		width: 100%;
	}
}

.stripe .stripe-video:after {
	background: #000;
	background: linear-gradient(0deg, #000, transparent 35%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media screen and (min-width: 1840px) {
	.stripe .stripe-video {
		height: auto;
	}
}

.stripe .stripe-video img,
.stripe .stripe-video video {
	position: relative;
	width: 100%;
}

@media print, screen and (max-width: 1024px) {
	.stripe .stripe-video img,
	.stripe .stripe-video video {
		display: block;
		margin: 0 auto;
		width: 90%;
	}

	.stripe .stripe-video {
		aspect-ratio: auto;
	}
}

@media screen and (min-width: 1440px) {
	.stripe .stripe-video video {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.stripe .stripe-video.stripe-video:after {
	display: none;
}

.stripe .stripe-content {
	margin: 30px auto 0;
	transition: 0.35s;
	transition-delay: 0.2s;
	width: 90%;
}

@media print, screen and (min-width: 1025px) {
	.stripe .stripe-content {
		width: 100%;
		margin-top: 0;
	}
}

@media print, screen and (max-width: 1024px) {
	.stripe-video #play-pause {
		right: 3rem;
		bottom: 1rem;
	}
}

@media screen and (min-width: 1440px) {
	.stripe .stripe-content {
		margin: 0;
		padding: 0 0 0 80px;
		width: 100%;
	}
}

.stripe .stripe-content:after {
	background: #ffd82b;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

@media print, screen and (min-width: 1025px) {
	.stripe .stripe-content:after {
		height: 100%;
		width: 55%;
	}
}

.stripe .stripe-content h2 {
	color: #252525;
	font-size: 2.65rem;
	line-height: 42px;
	margin-bottom: 25px;
	padding-top: 30px;
	z-index: 1;
}

@media print, screen and (max-width: 1024px) {
	.stripe .stripe-content h2 {
		margin: 0 auto 1rem;
		padding-top: 0;
	}
}

@media print, screen and (min-width: 40em) {
	.stripe .stripe-content h2 {
		font-size: 3rem;
		line-height: 56px;
		padding-top: 0;
	}
}

.stripe .stripe-content h2,
.stripe .stripe-content h3,
.stripe .stripe-content h4,
.stripe .stripe-content p {
	position: relative;
	z-index: 1;
}

.stripe .stripe-content p.lead {
	font-family: inter-variable, sans-serif;
	font-style: normal;
	font-weight: 400;
}

@media print, screen and (max-width: 1024px) {
	.stripe .stripe-content p.lead {
		font-style: normal;
		font-weight: 400;
	}
}

.stripe .cta_sub {
	float: left;
	margin-top: 20px;
	padding-left: 0;
	position: relative;
	transition: none;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

@media print, screen and (max-width: 1024px) {
	.stripe .cta_sub {
		margin: 0 auto;
	}
}

.stripe .cta_sub span:after {
	display: none !important;
}

.stripe .cta_sub span {
	border: 2px solid #252525;
	color: #252525;
	float: left;
	margin: 0 auto;
	padding: 5px 10px;
	transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35);
}

.stripe .cta_sub span i {
	transition: 0.1s;
}

.stripe .cta_sub:hover {
	color: #ffffff;
}

.stripe .cta_sub:hover span {
	background: #252525;
	color: #ffffff;
	padding: 5px 20px;
}

.stripe .cta_sub:hover i {
	color: #ffffff;
}

.no-pad {
	padding: 0;
}

#video-section {
	background: transparent;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateY(-100%);
	transition: background 0.3s, transform 0.01s 0.4s;
	z-index: 1000;
}

.transition-in.stripe-video {
	opacity: 1;
	transform: translateX(0);
}

.transition-in.stripe-content {
	opacity: 1;
}

.site-header {
	display: inline-flex;
	margin: 0 auto;
	max-width: 102rem;
	padding: 1rem 1.5rem;
	width: 100%;
	z-index: 90;
}

@media print, screen and (max-width: 1024px) {
	.site-header {
		align-items: stretch;
		background-color: #fff;
		display: flex;
		padding: 0 0 0 1.5rem;
		box-shadow: 0 1px 0 0 #e8e8e8; /* Border bottom */
	}

	.site-header img {
		padding: 0.75rem 0;
	}
}

.site-header:after,
.site-header:before {
	content: " ";
	display: table;
	flex-basis: 0;
	order: 1;
}

.site-header:after {
	clear: both;
}

@media screen and (min-width: 1025px) {
	.site-header {
		align-items: center;
		display: flex;
	}
}

@media print, screen and (min-width: 1025px) {
	.site-header {
		overflow: hidden;
		position: relative;
	}
}

.site-header--identity {
	z-index: 11;
}

.site-header--identity img {
	display: block;
	width: 246px;
	height: 100%;
	transition: filter 0.2s ease-in-out;
}

@media print, screen and (max-width: 1024px) {
	.site-header--identity img {
		height: 100%;
		width: 149px;
	}
}

.site-header--nav-container {
	background: #001e5f;
	height: 100dvh;
	opacity: 0;
	padding: 0 0 50px;
	position: absolute;
	right: 0;
	top: 59px;
	transition: opacity 0.2s ease-in-out;
	width: 100%;
	z-index: 99;
	transform: translateX(100%);
}

.reveal-menu .site-header--nav-container {
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
	transform: translateX(0);
}

.reveal-menu .site-header {
	background: #001e5f;
	transition: background-color 0.2s ease-in-out;
}

.reveal-menu .site-header img {
	filter: invert(96%) sepia(96%) saturate(14%) hue-rotate(228deg) brightness(104%) contrast(105%);
	transition: filter 0.3s ease-in-out;
}

.reveal-menu .site-header .menu-btn-text,
.reveal-menu .site-header span {
	color: #fff;
	transition: color 0.3s ease-in-out;
}

@media print, screen and (min-width: 1025px) {
	.site-header--nav-container {
		align-items: center;
		background: #fefefe;
		display: flex;
		float: left;
		height: 60px;
		justify-content: center;
		margin-right: 0;
		opacity: 1;
		padding: 0;
		position: relative;
		right: 0;
		top: 0;
		transform: none;
	}
}

.site-header--search-control {
	color: #021bc3;
	display: none;
	padding: 1px 0;
	position: relative;
}

.site-header--search-control:focus,
.site-header--search-control:hover {
	background-color: #021bc3;
	color: #fff;
	cursor: pointer;
}

.site-header--search-control:focus span,
.site-header--search-control:hover span {
	color: #fff !important;
}

.site-header--search-control .fa-search {
	display: inline-block;
	font-size: 16px;
	margin-right: 4px;
	position: relative;
	z-index: 2;
}

.reveal-search .site-header--search-control .fa-search,
.site-header--search-control .fa-times {
	display: none;
}

.reveal-search .site-header--search-control .fa-times {
	color: #021bc3;
	display: inline-block;
	font-size: 16px;
	margin-right: 4px;
	position: relative;
	z-index: 10;
}

@media print, screen and (min-width: 1025px) {
	.site-header--search-control {
		align-items: center;
		border: 2px solid #021bc3;
		display: flex;
		font-family: inter-variable, sans-serif;
		font-size: 1rem;
		font-weight: 600;
		justify-content: space-between;
		margin-left: 5px;
		min-width: 96px;
		padding: 8px;
		transition: background-color 0.2s linear;
	}
}

#close {
	align-items: center;
	border: 2px solid #021bc3;
	display: flex;
	font-weight: 600;
	justify-content: space-between;
	padding: 0.6rem;
	transition: background-color 0.2s linear;
	color: #ffffff;
	width: auto;
	display: flex;
	margin: 0 auto;
	background-color: #021bc3;
	font-size: 1rem;
	cursor: pointer;
	@media print, screen and (min-width: 1025px) {
		font-size: 1.125rem;
	}
	span {
		margin-right: 0.5rem;
	}
}

.site-header--search-control---mobile {
	align-items: center;
	color: #021bc3;
	margin-left: auto;
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-size: 0.75rem;
	font-weight: 600;
	gap: 0;
	padding: 14px 14px 10px;
}

.site-header--search-control---mobile span {
	color: #021bc3;
	font-size: 0.75rem;
	margin-top: auto;
}

.site-header--search-control---mobile .fa-search {
	display: inline-block;
	font-size: 1rem;
	margin-bottom: 6px;
}

.site-header--search-control---mobile .fa-times {
	display: none;
	font-size: 1rem;
}

@media print, screen and (min-width: 1025px) {
	.site-header--search-control---mobile {
		display: none;
	}
}

.site-header--search-control---mobile .menu-btn-text {
	font-family: inter-variable, sans-serif;
	font-weight: 600;
	margin-top: auto;
}

.site-header--search-control---mobile .menu-btn-text .open {
	display: block;
}

.site-header--search-control---mobile .menu-btn-text .close {
	display: none;
}

.site-header--menu-control {
	align-items: center;
	background-color: #021bc3;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-size: 0.75rem;
	font-weight: 600;
	gap: 0;
	padding: 14px 14px 10px 14px;
}

.site-header--menu-control span {
	color: #fff;
	font-size: 1rem;
	margin-bottom: 6px;
}

@media print, screen and (min-width: 1025px) {
	.site-header--menu-control {
		display: none;
	}
}

.site-header--menu-control .menu-btn-text {
	font-family: inter-variable, sans-serif;
	font-weight: 600;
	margin-top: auto;
	span {
		margin-bottom: 0;
		font-size: 0.75rem;
	}
}

.site-header--menu-control .menu-btn-text .open {
	display: block;
}

.site-header--menu-control .menu-btn-text .close {
	display: none;
}

.site-header--menu-control .fa-bars {
	display: block;
}

.reveal-menu .site-header--menu-control .fa-bars,
.site-header--menu-control .fa-circle-xmark {
	display: none;
}

.reveal-menu .site-header--menu-control .fa-circle-xmark {
	display: block;
	position: relative;
}

.reveal-menu .site-header--menu-control .menu-btn-text .open {
	display: none;
}

.reveal-menu .site-header--menu-control .menu-btn-text .close {
	display: block;
}

#academics .site-header--nav__primary ul li:first-of-type {
	background: #021bc3;
}

@media print, screen and (min-width: 1025px) {
	#academics .site-header--nav__primary ul li:first-of-type {
		background: #fff;
	}
}

#academics .site-header--nav__primary ul li:first-of-type a {
	color: #fff;
}

@media print, screen and (min-width: 1025px) {
	#academics .site-header--nav__primary ul li:first-of-type a {
		color: #021bc3;
	}

	#academics .site-header--nav__primary ul li:first-of-type a:after {
		background-color: #021bc3;
		border-bottom: 0;
		bottom: 7px;
		content: "";
		display: block;
		height: 2px;
		left: 0;
		opacity: 1;
		position: relative;
		transition: opacity 0.3s ease-in-out;
		width: auto;
	}
}

#academics .site-header--nav__primary ul li:first-of-type a:after {
	width: 100%;
}

#research .site-header--nav__primary ul li:nth-of-type(2) {
	background: #021bc3;
}

@media print, screen and (min-width: 1025px) {
	#research .site-header--nav__primary ul li:nth-of-type(2) {
		background: #fff;
	}
}

#research .site-header--nav__primary ul li:nth-of-type(2) a {
	color: #fff;
}

@media print, screen and (min-width: 1025px) {
	#research .site-header--nav__primary ul li:nth-of-type(2) a {
		color: #021bc3;
	}

	#research .site-header--nav__primary ul li:nth-of-type(2) a:after {
		background-color: #021bc3;
		border-bottom: 0;
		bottom: 7px;
		content: "";
		display: block;
		height: 2px;
		left: 0;
		opacity: 1;
		position: relative;
		transition: opacity 0.3s;
		width: auto;
	}
}

#research .site-header--nav__primary ul li:nth-of-type(2) a:after {
	width: 100%;
}

#campus-life .site-header--nav__primary ul li:nth-of-type(4) {
	background: #021bc3;
}

@media print, screen and (min-width: 1025px) {
	#campus-life .site-header--nav__primary ul li:nth-of-type(4) {
		background: #fff;
	}
}

#campus-life .site-header--nav__primary ul li:nth-of-type(4) a {
	color: #fff;
}

@media print, screen and (min-width: 1025px) {
	#campus-life .site-header--nav__primary ul li:nth-of-type(4) a {
		color: #021bc3;
	}

	#campus-life .site-header--nav__primary ul li:nth-of-type(4) a:after {
		background-color: #021bc3;
		border-bottom: 0;
		bottom: 7px;
		content: "";
		display: block;
		height: 2px;
		left: 0;
		opacity: 1;
		position: relative;
		transition: opacity 0.3s;
		width: auto;
	}
}

#campus-life .site-header--nav__primary ul li:nth-of-type(4) a:after {
	width: 100%;
}

#apply .site-header--nav__primary ul li:nth-of-type(3) {
	background: #021bc3;
}

@media print, screen and (min-width: 1025px) {
	#apply .site-header--nav__primary ul li:nth-of-type(3) {
		background: #fff;
	}
}

#apply .site-header--nav__primary ul li:nth-of-type(3) a {
	color: #fff;
}

@media print, screen and (min-width: 1025px) {
	#apply .site-header--nav__primary ul li:nth-of-type(3) a {
		color: #021bc3;
	}

	#apply .site-header--nav__primary ul li:nth-of-type(3) a:after {
		background-color: #021bc3;
		border-bottom: 0;
		bottom: 7px;
		content: "";
		display: block;
		height: 2px;
		left: 0;
		opacity: 1;
		position: relative;
		transition: opacity 0.3s;
		width: auto;
	}
}

#apply .site-header--nav__primary ul li:nth-of-type(3) a:after {
	width: 100%;
}

#medicine .site-header--nav__primary ul li:nth-of-type(5) {
	background: #021bc3;
}

@media print, screen and (min-width: 1025px) {
	#medicine .site-header--nav__primary ul li:nth-of-type(5) {
		background: #fff;
	}
}

#medicine .site-header--nav__primary ul li:nth-of-type(5) a {
	color: #fff;
}

@media print, screen and (min-width: 1025px) {
	#medicine .site-header--nav__primary ul li:nth-of-type(5) a {
		color: #021bc3;
	}

	#medicine .site-header--nav__primary ul li:nth-of-type(5) a:after {
		background-color: #021bc3;
		border-bottom: 0;
		bottom: 7px;
		content: "";
		display: block;
		height: 2px;
		left: 0;
		opacity: 1;
		position: relative;
		transition: opacity 0.3s;
		width: auto;
	}
}

#medicine .site-header--nav__primary ul li:nth-of-type(5) a:after {
	width: 100%;
}

#about .site-header--nav__primary ul li:nth-of-type(6) {
	background: #021bc3;
}

@media print, screen and (min-width: 1025px) {
	#about .site-header--nav__primary ul li:nth-of-type(6) {
		background: #fff;
	}

	#about .site-header--nav__primary ul li:nth-of-type(6) a {
		color: #021bc3;
	}

	#about .site-header--nav__primary ul li:nth-of-type(6) a:after {
		background-color: #021bc3;
		border-bottom: 0;
		bottom: 7px;
		content: "";
		display: block;
		height: 2px;
		left: 0;
		opacity: 1;
		position: relative;
		transition: opacity 0.3s;
		width: auto;
	}
}

#working .site-header--nav__secondary ul li:first-of-type {
	background: #021bc3;
}

@media print, screen and (min-width: 1025px) {
	#working .site-header--nav__secondary ul li:first-of-type {
		background: #fff;
	}
}

#working .site-header--nav__secondary ul li:first-of-type a {
	color: #fff;
}

@media print, screen and (min-width: 1025px) {
	#working .site-header--nav__secondary ul li:first-of-type a {
		color: #021bc3;
	}

	#working .site-header--nav__secondary ul li:first-of-type a:after {
		background-color: #021bc3;
		border-bottom: 0;
		bottom: 0;
		content: "";
		display: block;
		height: 2px;
		left: 0;
		opacity: 1;
		position: relative;
		transition: opacity 0.3s;
		width: auto;
	}
}

#working .site-header--nav__secondary ul li:first-of-type a:after {
	width: 100%;
}

@media print, screen and (min-width: 1025px) {
	#visit .site-header--nav__secondary ul li:nth-of-type(4) {
		background: #fff;
	}
}

#visit .site-header--nav__secondary ul li:nth-of-type(4) a {
	color: #fff;
}

@media print, screen and (min-width: 1025px) {
	#visit .site-header--nav__secondary ul li:nth-of-type(4) a {
		color: #021bc3;
	}

	#visit .site-header--nav__secondary ul li:nth-of-type(4) a:after {
		background-color: #021bc3;
		border-bottom: 0;
		bottom: 0;
		content: "";
		display: block;
		height: 2px;
		left: 0;
		opacity: 1;
		position: relative;
		transition: opacity 0.3s;
		width: auto;
	}
}

.site-header--nav {
	margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 1025px) {
	.site-header--nav {
		border-bottom: 1px solid hsla(0, 0%, 100%, 0.45);
		display: flex;
		margin: 0;
		padding: 0;
		vertical-align: middle;
	}
}

.site-header--nav ul {
	display: flex;
	flex-direction: column;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media print, screen and (min-width: 1025px) {
	.site-header--nav ul {
		flex-direction: row;
		gap: 0.75rem;
	}
}

.site-header--nav ul li {
	padding: 1rem 1.5rem;
	position: relative;
}

@media print, screen and (min-width: 1025px) {
	.site-header--nav ul li {
		padding: 0.5rem 1.5rem;
		margin: 0;
		display: inline-block;
		padding: initial;
	}
}

.site-header--nav a {
	background-image: none;
	color: #fefefe;
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
	transition: color 0.2s ease-in-out;
}

@media print, screen and (max-width: 1024px) {
	.site-header--nav a {
		position: relative;
		-webkit-text-decoration: underline;
		text-decoration: underline;
		text-underline-offset: 4px;
	}

	@media print, screen and (max-width: 1024px) {
		.site-header--nav li:after {
			background-color: hsla(0, 0%, 100%, 0.25);
			bottom: 0;
			content: "";
			display: block;
			height: 1px;
			left: 0;
			position: absolute;
			width: 100%;
		}
	}
}

@media print, screen and (min-width: 1025px) {
	.site-header--nav a:after {
		background-color: #021bc3;
		border-bottom: 0;
		bottom: 7px;
		content: "";
		display: block;
		height: 2px;
		left: 0;
		opacity: 0;
		position: relative;
		transition: opacity 0.3s;
		width: auto;
	}
}

.site-header--nav a:hover:after {
	opacity: 1;
}

@media print, screen and (min-width: 1025px) {
	.site-header--nav a:hover {
		color: #021bc3;
	}
}

.site-header--nav__primary {
	background: #001e5f;
	width: 100%;
}

@media print, screen and (min-width: 1025px) {
	.site-header--nav__primary {
		background: #fff;
		margin: 0 auto;
		text-align: center;
		width: auto;
	}
}

.site-header--nav__primary a {
	color: #fff;
}

@media print, screen and (min-width: 1025px) {
	.site-header--nav__primary a {
		color: #001e5f;
		font-size: 0.8625rem;
	}
}

@media screen and (min-width: 1100px) {
	.site-header--nav__primary a {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1440px) {
	.site-header--nav__primary a {
		font-size: 1.125rem;
		margin: 0 10px;
	}
}

@media screen and (min-width: 1840px) {
	.site-header--nav__primary a {
		margin: 0 12px;
	}
}

.site-header--nav__secondary {
	border-bottom: none;
}

.site-header--nav__secondary ul {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 0.75rem;
	padding: 0 1rem;
}

@media print, screen and (min-width: 1025px) {
	.site-header--nav__secondary ul {
		gap: 0;
		padding: 0;
	}
}

.site-header--nav__secondary ul li {
	background: #021bc3;
	line-height: 1.2;
	padding: 0;
	margin: 0;
	&:after {
		display: none;
	}
}

.site-header--nav__secondary ul li.search {
	display: none;
}

@media print, screen and (min-width: 1025px) {
	.site-header--nav__secondary ul li {
		background: none;
		padding: 0;
	}

	.site-header--nav__secondary ul li.search {
		display: block;
	}
}

.site-header--nav__secondary ul li a {
	color: #fff;
	padding: 0.3rem;
	text-align: center;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.site-header--nav__secondary ul li a:after {
	display: none;
}

@media print, screen and (min-width: 1025px) {
	.site-header--nav__secondary ul li a {
		background: transparent;
		color: #001e5f;
	}
}

@media print, screen and (min-width: 1025px) {
	.site-header--nav__secondary ul li a:hover {
		color: #021bc3;
	}

	.site-header--nav__secondary {
		text-align: right;
	}

	.site-header--nav__secondary a {
		font-size: 12px;
		margin: 0 2px;
	}
}

@media print, screen and (min-width: 1440px) {
	.site-header--nav__secondary a {
		font-size: 1rem;
		margin: 0 2px;
	}
}

.reveal-menu,
.reveal-search {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.site-search {
	background-color: rgba(33, 33, 33, 0.95);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	top: -100%;
	transition: opacity 0.35s, top 0.01s 0.35s;
	width: 100vw;
	z-index: 101;
}

.site-search .fa-search {
	color: #fff;
	display: inline-block;
	font-size: 1.15rem;
	opacity: 1;
	position: absolute;
	right: 74px;
	text-indent: 0;
	top: 21px;
	@media print, screen and (min-width: 1025px) {
		right: 110px;
	}
}

.reveal-search .site-search {
	opacity: 1;
	top: 30px;
	transition: top 0.01s, opacity 0.35s 0.01s;
}

@media print, screen and (min-width: 1025px) {
	.reveal-search .site-search {
		top: 92px;
	}
}

.site-search form {
	margin: 1rem auto 10px;
	max-width: 650px;
	position: relative;
	width: 90%;
}

@media print, screen and (min-width: 1025px) {
	.site-search form {
		margin: 40px auto;
	}
}

.site-search input,
.site-search input:focus {
	background-color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #252525;
	font-family: inter-variable, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: 60px;
	letter-spacing: 0.01563rem;
	margin: 0;
	padding-left: 15px;
}

@media print, screen and (min-width: 1025px) {
	.site-search input,
	.site-search input:focus {
		font-size: 1.85rem;
	}
}

.site-search .popular {
	display: block;
	margin: 35px auto 0;
	max-width: 650px;
	position: relative;
	width: 90%;
}

@media print, screen and (min-width: 1025px) {
	.site-search .popular {
		width: 100%;
	}
}

.site-search .popular .inner-pop {
	display: block;
	margin: 0 auto;
	width: 90%;
}

@media print, screen and (min-width: 1025px) {
	.site-search .popular .inner-pop {
		width: 100%;
	}
}

.site-search .popular .inner-pop:nth-of-type(2) .title {
	margin-top: 30px;
}

.site-search .popular .title {
	color: #fff;
	font-family: inter-variable, sans-serif;
	font-size: 1.45rem;
	font-weight: 900;
	margin-bottom: 5px;
}

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

.site-search .popular ul li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.site-search .popular ul li a {
	color: #fff;
	font-family: inter-variable, sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	opacity: 0.75;
	-webkit-text-decoration: underline;
	text-decoration: underline;
	transition: 0.3s;
	&:hover {
		opacity: 1;
	}
}

.site-search .popular ul li a:hover {
	opacity: 1;
}

input[type="submit"].site-search--submit {
	background: #021bc3;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	height: 100%;
	letter-spacing: 0.01563rem;
	margin: 0;
	padding: 0 15px 0 40px;
	position: absolute;
	right: 0;
	text-indent: 0;
	top: 0;
	width: auto;
	@media print, screen and (min-width: 1025px) {
		font-size: 1.125rem;
	}
}

@media print, screen and (min-width: 1025px) {
	input[type="submit"].site-search--submit {
		padding: 0 35px 0 55px;
	}
}

input[type="submit"].site-search--submit div {
	color: #fff;
	display: inline-block;
	opacity: 1;
	position: relative;
	text-transform: uppercase;
	top: -3px;
}

.popular-searches--header {
	font-family: inter-variable, sans-serif;
	font-size: 1.45rem;
	font-weight: 900;
	margin-bottom: 5px;
}

.list-unstyled {
	margin: 0;
	padding: 0;
}

.list-unstyled li {
	list-style: none;
}

.popular-searches--list li a {
	font-weight: 600;
}

.staff {
	padding-bottom: 50px;
	padding-top: 50px;
}

.staff a {
	display: inline-block;
}

.section-title {
	margin-bottom: 1rem;
}

@media print, screen and (min-width: 1025px) {
	.section-title {
		margin-bottom: 25px;
	}
}

.bg-gray {
	background: #f4f4f4;
}

.basic-link a {
	background-image: linear-gradient(#021bc3, #021bc3);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 100% 0.1rem;
	color: #252525;
	font-family: inter-variable, sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	-webkit-text-decoration: none;
	text-decoration: none;
	transition: color 0.25s linear;
}

.basic-link a:hover {
	color: #021bc3;
}

#site-search input::-moz-placeholder {
	color: #fff !important;
}

#site-search input::placeholder {
	color: #fff !important;
}

.bottom-footer .bottom-footer--lower .bottom-footer--row input[type="submit"] {
	border: none !important;
	display: inline-block;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
	width: 50px;
	z-index: 1;
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .fa-search {
	color: #fff;
	font-size: 1.25rem;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 0;
}

.bottom-footer {
	background: #272727;
	display: inline-block;
	width: 100%;
}

.bottom-footer .bottom-footer--top {
	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 78.125rem;
}

.bottom-footer .bottom-footer--top .bottom-footer--row {
	display: inline-block;
	margin-bottom: -15px;
	width: 100%;
}

.bottom-footer .bottom-footer--top .bottom-footer--row .columns {
	border-top: 1px solid hsla(0, 0%, 100%, 0.25);
	height: auto;
	padding: 0;
}

.bottom-footer .bottom-footer--top .bottom-footer--row .columns ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bottom-footer .bottom-footer--top .bottom-footer--row .columns ul li {
	line-height: inherit;
}

.bottom-footer .bottom-footer--top .bottom-footer--row .columns:first-of-type {
	border-top: none;
}

@media (min-width: 1025px) {
	.bottom-footer .bottom-footer--top .bottom-footer--row .columns {
		border-left: 1px solid hsla(0, 0%, 100%, 0.25);
		border-top: none;
		height: 500px;
	}
}

.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-five,
.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information-two {
	border-top: 1px solid hsla(0, 0%, 100%, 0.25);
}

@media (min-width: 698px) {
	.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-five,
	.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information-two {
		border-top: none;
	}
}

@media (min-width: 1025px) {
	.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-five,
	.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information-two {
		border-top: 1px solid hsla(0, 0%, 100%, 0.25);
	}
}

.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information {
	padding: 25px 0 25px 25px;
}

.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information:hover .footer-events-link {
	opacity: 0.65;
}

@media (min-width: 698px) {
	.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information {
		display: inline-block;
		width: 49%;
	}
}

@media (min-width: 1025px) {
	.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information {
		width: 100%;
	}
}

.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information .footer-events-link {
	color: #fff;
	display: block;
	font-family: inter-variable, sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	position: relative;
	transition: 0.2s;
	width: -moz-fit-content;
	width: fit-content;
}

.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information .footer-events-link:hover,
.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information .footer-events-link:hover:after {
	opacity: 1;
}

.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information .footer-events-link i {
	margin-right: 5px;
}

.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information .footer-events-link:after {
	background: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: 0.2s;
	width: 100%;
}

@media (min-width: 698px) {
	.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information-two {
		display: inline-block;
		width: 49%;
	}
}

@media (min-width: 1025px) {
	.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information-two {
		width: 100%;
	}
}

@media (min-width: 698px) {
	.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-four {
		display: inline-block;
		width: 49%;
	}
}

@media (min-width: 1025px) {
	.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-four {
		width: 100%;
	}
}

.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-five {
	vertical-align: top;
}

@media (min-width: 698px) {
	.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-five {
		display: inline-block;
		width: 49%;
	}
}

@media (min-width: 1025px) {
	.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-five {
		width: 100%;
	}
}

.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-five,
.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-four,
.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-three,
.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--column-two,
.bottom-footer .bottom-footer--top .bottom-footer--row .bottom-footer--information-two {
	padding: 25px 0 25px 25px;
}

.bottom-footer .bottom-footer--top .bottom-footer--row .column-title {
	color: #fff;
	font-family: inter-variable, sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
	display: block;
}

.bottom-footer .bottom-footer--top .bottom-footer--row .footer-link {
	color: silver;
	display: block;
	font-family: inter-variable, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	padding: 2px 0;
	transition: 0.2s;
	width: fit-content;
}

.bottom-footer .bottom-footer--top .bottom-footer--row .footer-link:hover {
	color: #fff;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.bottom-footer .bottom-footer--social {
	clear: both;
	display: block;
	margin: 0 auto;
}

.bottom-footer .bottom-footer--social .bottom-footer--row {
	display: flex;
	display: grid;
	flex-direction: row;
	flex-wrap: wrap;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
	grid-column-gap: 0;
	grid-row-gap: 0;
}

@media (min-width: 1025px) {
	.bottom-footer .bottom-footer--social .bottom-footer--row {
		display: grid;
		grid-template-columns: repeat(9, 1fr);
	}
}

.bottom-footer .bottom-footer--social .bottom-footer--row .social--image {
	background: #000;
	border-right: 1px solid #fff;
	position: relative;
}

.bottom-footer .bottom-footer--social .bottom-footer--row .social--image:nth-of-type(4) {
	border-left: 1px solid #fff;
}

@media (max-width: 1024px) {
	.bottom-footer .bottom-footer--social .bottom-footer--row .social--image:nth-of-type(4) {
		border-left: none;
	}

	.bottom-footer .bottom-footer--social .bottom-footer--row .social--image:nth-of-type(3) {
		border-right: none;
	}
}

.bottom-footer .bottom-footer--social .bottom-footer--row .social--image:last-of-type {
	border-right: 0;
}

.bottom-footer .bottom-footer--social .bottom-footer--row .social--image {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.bottom-footer .bottom-footer--social .bottom-footer--row .social--icons {
	align-items: center;
	background: #001e5f;
	display: flex;
	grid-column: span 3;
	justify-content: center;
	padding: 45px 0;
}

@media (min-width: 1025px) {
	.bottom-footer .bottom-footer--social .bottom-footer--row .social--icons {
		grid-column: span 3;
		padding: 30px 0;
	}
}

.bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
	grid-row-gap: 12px;
}

.bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul li {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	line-height: normal;
}

.bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul li a {
	align-items: center;
	color: #ffffff;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
}

.bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul li i {
	color: #fff;
}

.bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul li a.follow-rochester:after {
	background-color: #ffd82b;
	bottom: -3px;
	content: "";
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 100%;
}

.bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul li a:after {
	background-color: #fff;
	bottom: -3px;
	content: "";
	height: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 100%;
}

.bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul li a:hover:after {
	height: 2px;
}

.bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul li a.follow-rochester i {
	color: silver;
	margin-left: 10px;
	margin-right: 0;
}

.bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul li a i,
.bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul li a svg {
	color: #fff;
	font-size: 1rem;
	height: 16px;
	margin-right: 10px;
	position: relative;
	transition: 0.2s;
	width: 16px;
	z-index: 2;
}

.bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul li a:hover,
.bottom-footer .bottom-footer--social .bottom-footer--row .social--icons ul li a:hover i {
	color: #fff;
	transition: 0.2s;
}

.bottom-footer .bottom-footer--lower {
	display: inline-block;
	padding-bottom: 50px;
	width: 100%;
}

.bottom-footer .bottom-footer--lower .bottom-footer--row {
	display: block;
	margin: 50px auto;
	max-width: 78.125rem;
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .footer-branding {
	display: block;
	margin: 0 auto 30px;
	width: 300px;
}

@media (min-width: 1025px) {
	.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .footer-branding {
		margin: 0 0 30px;
	}
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .footer-branding img {
	width: 100%;
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information {
	text-align: center;
}

@media (min-width: 1025px) {
	.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information {
		text-align: left;
	}
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container {
	background: #021bc3;
	display: inline-block;
	margin-bottom: 10px;
	padding: 15px;
	position: relative;
	transition: 0.3s;
}

@media print, screen and (min-width: 1025px) {
	.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container {
		margin-bottom: 0;
		margin-right: 20px;
	}
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container:after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	transition: 0.3s;
	width: 100%;
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container:hover:after {
	height: 4px;
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container:last-of-type {
	margin-right: 0;
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container .icon {
	display: inline-block;
	height: auto;
	vertical-align: top;
	width: auto;
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container .icon i {
	color: #fff;
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container .information {
	color: #fff;
	display: inline-block;
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container .information .top {
	color: #fff;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0.25rem;
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .contact-information--container .information .bottom {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns #site-search {
	display: block;
	margin: 40px auto 0;
	max-width: 410px;
	position: relative;
	width: 100%;
}

@media (min-width: 1025px) {
	.bottom-footer .bottom-footer--lower .bottom-footer--row .columns #site-search {
		display: inline-block;
		max-width: inherit;
	}
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns #site-search input {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	margin-bottom: 0;
	max-width: 410px;
}

@media (min-width: 1025px) {
	.bottom-footer .bottom-footer--lower .bottom-footer--row .columns #site-search input {
		float: right;
	}
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns #site-search button.site-search--submit {
	background: transparent;
	height: 100%;
	padding: 0;
	right: 0;
	text-indent: -9999px;
	top: 0;
	width: 50px;
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns #site-search button.site-search--submit i {
	color: #fff;
	font-size: 1.25rem;
	position: absolute;
	right: -10px;
	top: 10px;
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .bottom-links {
	margin-top: 30px;
	text-align: center;
}

@media (min-width: 1025px) {
	.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .bottom-links {
		margin-top: 10px;
		text-align: right;
	}
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .bottom-links a {
	color: #fff;
	font-family: inter-variable, sans-serif;
	font-size: 0.9rem;
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .bottom-links a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .bottom-links li:after {
	color: #fff;
	content: "|";
	display: inline-block;
	padding: 0 10px;
}

.bottom-footer .bottom-footer--lower .bottom-footer--row .columns .bottom-links li:last-of-type:after {
	content: "";
	padding: 0;
}

.copy {
	background: #272727;
	color: #fff;
	font-size: 0.75rem;
	padding: 20px;
	text-align: center;
}

.hero {
	height: auto;
	padding: 0;
	width: 100%;
}

@media print, screen and (min-width: 1025px) {
	.hero {
		min-height: 510px;
		padding: 0;
	}
}

.home.hero {
	overflow: hidden;
	padding: 0;
}

.news {
	padding-bottom: 75px;
}

@keyframes fade-out {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

footer {
	overflow-x: clip;
	width: 100%;
}

@media print, screen and (max-width: 1024px) {
	.searchpage.aboutpage .hero.version-three.no-image {
		margin-bottom: 20px;
		margin-top: 0;
		top: 80px;
	}
}

@media only screen and (max-width: 798px) {
	.stripe .stripe-content:after {
		height: auto;
	}
}

.searchpage.aboutpage .hero.version-three.no-image {
	height: auto;
}

.searchpage.aboutpage .hero.version-three.no-image .hero-text-section {
	align-items: center;
	justify-content: center;
	max-height: inherit;
	text-align: left;
}

@media print, screen and (max-width: 1024px) {
	.searchpage.aboutpage .hero.version-three.no-image {
		margin-bottom: 0;
		margin-top: 0;
		padding-top: 0;
		top: 0;
	}
}

:root {
	--navy: #001e5f;
	--charcoal: #252525;
	--blue: #021bc3;
	--gray: #f4f4f4;
	--white: #fff;
	--yellow: #ffd82b;
	--primary: inter-variable, sans-serif;
	--secondary: ivypresto-text, serif;
	--normal: 400;
	--bold: 700;
	--extra-bold: 800;
	--black: 900;
}

.grid {
	display: grid;
	gap: 1.5rem;
}

@media only screen and (max-width: 1024px) {
	.grid {
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)) !important;
	}
}

.grid.grid-2 {
	grid-template-columns: repeat(auto-fill, minmax(44%, 1fr));
}

.grid.grid-3 {
	grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
}

.grid.grid-4 {
	grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
}

.data-points .grid {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;

	@media only screen and (max-width: 1024px) {
		gap: 1rem;

		p {
			margin-bottom: 0;
		}
	}
}

.data-points .grid {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

@media only screen and (max-width: 1024px) {
	.data-points .grid.grid-3 .grid-item:last-of-type {
		grid-column: -1/1;
	}
}

.data-points .grid.grid-4 .grid-item {
	padding: 0;
}

.data-points .grid .grid-item {
	padding: 0.625rem;
	text-align: center;
}

.data-points .grid .grid-item span {
	color: #001e5f;
	color: var(--navy);
	font-family: ivypresto-text, serif;
	font-family: var(--secondary);
	font-size: 3rem;
	font-weight: 700;
	font-weight: var(--bold);
	line-height: 1.2;
	@media print, screen and (min-width: 1025px) {
		font-size: 3.75rem;
	}
}

.data-points .grid .grid-item .fa-solid {
	color: #001e5f;
	color: var(--navy);
	display: inline-block;
	display: var(--fa-display, inline-block);
	font-family: "Font Awesome 7 Pro";
	font-feature-settings: normal;
	font-size: 3.75rem;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	font-weight: var(--black);
	line-height: 1;
	text-rendering: auto;
}

.data-points .grid .grid-item p {
	color: #252525;
	color: var(--charcoal);
	font-family: inter-variable, sans-serif;
	font-family: var(--primary);
	font-weight: 400;
	font-weight: var(--normal);
	line-height: 1.5;
}

.micro-nav.grid {
	gap: 1rem;
	padding: 0 0.75rem;
}

.micro-nav.grid-3 {
	grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}

@media only screen and (min-width: 1024px) {
	.micro-nav.grid-3 {
		grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
	}
}

.micro-nav .testimonials-items {
	height: 100%;
	margin-bottom: 0;
	padding: 0;
}

.micro-nav .testimonials-items:hover .title,
.micro-nav .testimonials-items:hover p {
	color: #fff;
	color: var(--white);
}

.micro-nav .testimonials-items:hover span {
	background: #fff;
	background: var(--white);
	color: #021bc3;
	color: var(--blue);
}

.micro-nav .testimonials-item--image {
	min-width: 150px;
}

.micro-nav .testimonials-item--image img {
	height: 100%;
	min-height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 150px;
}

.micro-nav .testimonials-item--text {
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: 1.5rem 3.4375rem 1.5rem 0;
	position: relative;
}

.micro-nav .testimonials-item--text .title {
	font-family: inter-variable, sans-serif;
	font-family: var(--primary);
	font-size: 1.5rem;
	font-weight: 700;

	justify-content: space-between;
	line-height: 1;
	margin-bottom: 0.5rem;
	width: 100%;
}

.micro-nav .testimonials-item--text p {
	margin-bottom: 0;
	padding-left: 1rem;
}

.micro-nav .testimonials-item--text span {
	align-items: center;
	background: #021bc3;
	background: var(--blue);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
	color: #fff;
	color: var(--white);
	display: flex;
	font-size: 1.25rem;
	height: 40px;
	justify-content: center;
	position: absolute;
	right: -5px;
	width: 55px;
}

.cta-stripe {
	background-color: #fff;
	background-color: var(--white);
}

.cta-stripe .column {
	display: flex;
	flex-direction: column;
	gap: 2.75rem;
}

@media only screen and (min-width: 1024px) {
	.cta-stripe .column {
		flex-direction: row;
	}
}

.cta-stripe .column .cta-stripe-copy {
	order: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (min-width: 1024px) {
	.cta-stripe .column .cta-stripe-copy {
		width: 50%;
	}
}

.cta-stripe .column .cta-stripe-copy h2 {
	margin-bottom: 0.875rem;
	text-align: center;

	@media only screen and (min-width: 1024px) {
		text-align: left;
	}
}

.cta-stripe .column .cta-stripe-copy img {
	display: block;
	margin-bottom: 1rem;
}

@media only screen and (min-width: 1024px) {
	.cta-stripe .column .cta-stripe-copy img {
		display: none;
	}
}

.cta-stripe .column .cta-stripe-copy .cta-stripe-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-top: 0.5rem;
}

.cta-stripe .column .cta-stripe-copy .cta-stripe-cta a {
	align-items: center;
	background: transparent;
	border: 2px solid #021bc3;
	border: 2px solid var(--blue);
	color: #021bc3;
	color: var(--blue);
	display: inline-flex;
	font-family: inter-variable, sans-serif;
	font-family: var(--primary);
	font-size: 1.125rem;
	font-weight: 600;

	gap: 0.875rem;
	line-height: 1.875rem;
	padding: 0.5rem 0.625rem;
	transition: 0.2s ease-in-out;
}

.cta-stripe .column .cta-stripe-copy .cta-stripe-cta a:focus,
.cta-stripe .column .cta-stripe-copy .cta-stripe-cta a:hover {
	background: #021bc3;
	background: var(--blue);
	color: #fff;
	color: var(--white);
	padding: 0.5rem 1rem;
}

.cta-stripe .column img {
	display: none;
}

@media only screen and (min-width: 1024px) {
	.cta-stripe .column img {
		display: block;
		-o-object-fit: cover;
		object-fit: cover;
		order: 2;
		width: 50%;
	}
}

.cta-stripe.bg-white {
	background-color: #fff;
	background-color: var(--white);
}

.cta-stripe.bg-gray {
	background-color: #f4f4f4;
	background-color: var(--gray);
}

.cta-stripe.bg-yellow {
	background-color: #ffd82b;
	background-color: var(--yellow);
}

.cta-stripe.bg-yellow .cta-stripe-copy .cta-stripe-cta a {
	border-color: #252525;
	border-color: var(--charcoal);
	color: #252525;
	color: var(--charcoal);
}

.cta-stripe.bg-yellow .cta-stripe-copy .cta-stripe-cta a:focus,
.cta-stripe.bg-yellow .cta-stripe-copy .cta-stripe-cta a:hover {
	border-color: #021bc3;
	border-color: var(--blue);
}

.cta-stripe.bg-charcoal {
	background-color: #252525;
	background-color: var(--charcoal);
}

.cta-stripe.bg-charcoal h2,
.cta-stripe.bg-charcoal p {
	color: #fff;
	color: var(--white);
}

.cta-stripe.bg-charcoal .cta-stripe-copy .cta-stripe-cta a {
	border-color: #fff;
	border-color: var(--white);
	color: #fff;
	color: var(--white);
}

.cta-stripe.bg-charcoal .cta-stripe-copy .cta-stripe-cta a:focus,
.cta-stripe.bg-charcoal .cta-stripe-copy .cta-stripe-cta a:hover {
	border-color: #021bc3;
	border-color: var(--blue);
}

.cta-stripe.bg-navy {
	background-color: #001e5f;
	background-color: var(--navy);
}

.cta-stripe.bg-navy h2,
.cta-stripe.bg-navy p {
	color: #fff;
	color: var(--white);
}

.cta-stripe.bg-navy .cta-stripe-copy .cta-stripe-cta a {
	border-color: #fff;
	border-color: var(--white);
	color: #fff;
	color: var(--white);
}

.cta-stripe.bg-navy .cta-stripe-copy .cta-stripe-cta a:focus,
.cta-stripe.bg-navy .cta-stripe-copy .cta-stripe-cta a:hover {
	border-color: #021bc3;
	border-color: var(--blue);
	color: #021bc3;
	background-color: #ffffff;
	border-color: #ffffff;
}

.cta-stripe .iframe-container {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: 0 auto;
	@media (min-width: 1025px) {
		padding-bottom: 27.25%;
		width: 50%;
	}
}

.cta-stripe .iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.alert {
	background-color: #252525;
	background-color: var(--charcoal);
	display: block;
	padding: 80px 1rem 1rem;
	position: relative;
	z-index: 10;
}

@media (min-width: 1025px) {
	section.alert {
		padding-top: 1rem;
	}
}

section.alert .row {
	align-items: center;
	display: flex;
	flex-direction: column;
}

@media (min-width: 1025px) {
	section.alert .row {
		flex-direction: row;
		max-width: 102rem;
	}
}

section.alert .row .alert-cta,
section.alert .row .alert-text {
	align-items: center;
	color: #fff;
	color: var(--white);
	display: flex;
	font-family: inter-variable, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 auto;
	min-height: 44px;
	transition: all 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35);
}

section.alert .row .alert-cta span,
section.alert .row .alert-cta:focus,
section.alert .row .alert-cta:hover,
section.alert .row .alert-text span,
section.alert .row .alert-text:focus,
section.alert .row .alert-text:hover {
	color: #ffd82b;
	color: var(--yellow);
}

section.alert .row .alert-text {
	margin-right: auto;

	&:before {
		content: "\f8fa";
		font-family: "Font Awesome 7 Pro";
		font-size: 1.5rem;
		margin-right: 5px;
		color: var(--yellow);
	}
}

@media (min-width: 1025px) {
	section.alert .row .alert-text {
		margin-left: 0;
	}
}

section.alert .row .alert-cta {
	margin-left: auto;
	margin-top: 0.5rem;
	padding: 5px 10px;
	transition: all 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35);

	&:after {
		content: "\f061";
		font-family: "Font Awesome 7 Pro";
		font-size: 1.5rem;
		margin-left: 5px;
		color: var(--yellow);
		transition: all 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35);
	}
}

@media (min-width: 1025px) {
	section.alert .row .alert-cta {
		margin-right: 0;
		margin-top: 0;
	}
}

section.alert .row .alert-cta:focus,
section.alert .row .alert-cta:hover {
	background-color: #ffd82b;
	background-color: var(--yellow);
	color: #252525;
	color: var(--charcoal);
}

@media (min-width: 1025px) {
	section.alert .row .alert-cta:focus,
	section.alert .row .alert-cta:hover {
		padding: 5px 20px;
	}
}

section.alert .row .alert-cta:focus:after,
section.alert .row .alert-cta:hover:after {
	color: #252525;
	color: var(--charcoal);
}

.helpful-links .helpful-links-card {
	display: flex;
	flex-direction: column;
	margin-bottom: 3rem;
}

.helpful-links .helpful-links-card .helpful-links-content {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 1rem;
}

@media only screen and (min-width: 1024px) {
	.helpful-links .helpful-links-card .helpful-links-content {
		margin-top: 1.5rem;
	}
}

.helpful-links .helpful-links-card .helpful-links-content .helpful-links-overline {
	color: var(--dark-gray);
	font-family: inter-variable, sans-serif;
	font-family: var(--primary);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 1.44px;
	text-transform: uppercase;
}

.helpful-links .helpful-links-card .helpful-links-content h3 {
	color: #252525;
	color: var(--charcoal);
	font-family: inter-variable, sans-serif;
	font-family: var(--primary);
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0;
}

.helpful-links .helpful-links-card .helpful-links-content p {
	font-family: inter-variable, sans-serif;
	font-family: var(--primary);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
}

.helpful-links .helpful-links-card .helpful-links-content .helpful-links-cta {
	color: #021bc3;
	color: var(--blue);
	display: block;
	font-family: inter-variable, sans-serif;
	font-family: var(--primary);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	padding: 5px 0;
	position: relative;
	transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
	width: fit-content;
}

.helpful-links .helpful-links-card .helpful-links-content .helpful-links-cta:after {
	background-color: #021bc3;
	background-color: var(--blue);
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: 0.25s cubic-bezier(0.66, -0.39, 0.41, 1.35);
	width: 100%;
}

.helpful-links .helpful-links-card .helpful-links-content .helpful-links-cta:hover {
	background: #021bc3;
	background: var(--blue);
	color: #fff;
	color: var(--white);
	padding: 5px 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.helpful-links .helpful-links-card {
		align-items: center;
		flex-direction: row;
		gap: 2.5rem;
	}

	.helpful-links .helpful-links-card img {
		aspect-ratio: 1/1;
		-o-object-fit: cover;
		object-fit: cover;
		width: 240px;
	}

	.helpful-links .helpful-links-card .helpful-links-content {
		margin-top: 0;
	}
}

.form_container .form_label,
.form_container label {
	color: #252525;
	color: var(--charcoal);
	font-family: inter-variable, sans-serif;
	font-family: var(--primary);
	font-weight: 700;
	font-weight: var(--bold);
	margin-top: 0;
}

.form_container .form_label em,
.form_container label:not(.does-not-exist) em {
	font-weight: 400;
}

.form_container select {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.form_container .form_button_submit {
	align-items: center;
	background: transparent;
	border: 2px solid #021bc3;
	border: 2px solid var(--blue);
	color: #021bc3;
	color: var(--blue);
	display: inline-flex;
	font-family: inter-variable, sans-serif;
	font-family: var(--primary);
	font-size: 1.5rem;
	font-weight: 700;
	gap: 0.875rem;
	line-height: 1.875rem;
	padding: 0.625rem 0.875rem;
	transition: 0.2s ease-in-out;
}

.form_container .form_button_submit:hover {
	background-color: #021bc3;
	background-color: var(--blue);
	color: #fff;
	color: var(--white);
}

.hero-site img {
	min-height: 400px;
}

.indigo {
	color: #021bc3;
}

.hero-section--text {
	background: #ffd82b;
	display: block;
	overflow: visible;
	position: relative;
	z-index: 2;
}

.hero-section--text:before {
	background-image: url(/assets/images/upward-arrow.svg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 309px;
	left: 50%;
	position: absolute;
	top: -60px;
	bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	width: 754px;
	z-index: 2;
}

@media print, screen and (max-width: 1024px) {
	.hero-section--text:before {
		height: 174px;
		top: -40px;
		width: 393px;
	}
}

/*# sourceMappingURL=main.min.css.map */
