/* ===== FONT IMPORT =============================== */
@font-face {
	font-family: 'Metropolis-Regular';
	src: url('https://files.clinchtalent.com/b04f97786c36d3495948977e11b28dd9/2afb6f4e656077c5528d1aa3e82e4ea9/fonts/Metropolis-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Metropolis-SemiBold';
	src: url('https://files.clinchtalent.com/b04f97786c36d3495948977e11b28dd9/2afb6f4e656077c5528d1aa3e82e4ea9/fonts/Metropolis-SemiBold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Metropolis-Bold';
	src: url('https://files.clinchtalent.com/b04f97786c36d3495948977e11b28dd9/2afb6f4e656077c5528d1aa3e82e4ea9/fonts/Metropolis-Bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
/* ===== UTILITY / HELPERS ======================== */
p,
span {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: auto;
}
.navbar-brand-link {
	padding: 0 !important;
}
/* shift row1 down on page editor only (to accomodate for floating nav) */
.page-body.page.editing #page_row_0 {
	margin-top: 100px;
}
.heading-text-white :is(h1, h2, h3, h4, h5) {
	color: #fff;
}
.body-text-white :is(p, span, li) {
	color: #fff;
}
.body-text-088A00 :is(p, span, li) {
	color: #088a00;
}
/* all white hyperlink, default not underlined, hover underlined */
.hyperlink-text-white a[href] {
	color: #fff !important;
	text-decoration: none !important;
	background: none !important;
}
.hyperlink-text-white a[href]:hover {
	color: #fff !important;
	text-decoration: underline !important;
	background: none !important;
}
/* all white hyperlink, underlined, no state change */
.hyperlink-text-white-underlined a[href] {
	color: #fff !important;
	text-decoration: underline !important;
	background: none !important;
}
/* dark green hyperlink, underlined, no state change */
.hyperlink-dark-green-underlined a[href] {
	color: #18453b !important;
	text-decoration: underline !important;
	background: none !important;
}
/* light green hyperlink, underlined, no state change */
.hyperlink-light-green-underlined a[href] {
	color: #008208 !important;
	text-decoration: underline !important;
	background: none !important;
}
/* large hyperlink, not underlined, matches size of standard h4 elements */
.hyperlink-large a[href] {
	font-family: 'Metropolis-SemiBold', Arial, sans-serif;
    font-size: 1.625rem;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: normal;
    text-transform: uppercase;
}

.bg-color-f6f6f6 {
	background-color: #f6f6f6;
}
.p-l-10 {
	padding-left: 10px !important;
}
.p-r-10 {
	padding-right: 10px !important;
}
.p-x-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.center-all {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.center-top,
.center-vertical {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.center-bottom {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.bg-grey {
	background-color: #f6f6f6;
}
/* anchor tag offset */
.page-block a:not([href]) {
    scroll-margin-top: 100px;
}
/* TEAM MEMBER BIO - HEADSHOT IMAGE ASPECT RATIO FIX */
.team-member-bio .team-member-image {
  display: flex;  
  object-fit: cover;
}
/* WHEN ROW FOREGROUND COLOR WHITE IS SELECTED, DO NOT APPLY TO SEARCH WITH AUTOCOMPLETE RESULTS (RESULTS ARE WASHED OUT) */
.row-foreground-brand_color_2 .easy-autocomplete * {
    color: initial;
}
/* UNSTICKY A STICKY NAV ON EDITING PAGE(S) */
.page-body.editing .sticky-top {
	position: initial;
}
/* RESET EDITOR CONTROLS STYLING */
.page.editing .right-controls.page-component-controls *,
.page.editing .left-controls.page-component-controls * {
	height: initial;
	width: initial;
	font: var(--fa-font-solid);
	font-size: initial;
	position: initial;
	z-index: initial;
}
.page.editing .right-controls.page-component-controls a[href],
.page.editing .left-controls.page-component-controls a[href] {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	background-color: inherit;
}
/* PAGE EDITOR CODE BLOCK IDENTIFIERS */
/* global sticky nav */
.page-body.editing .msu-global-sticky-nav-wrapper {
	position: relative;
}
.page-body.editing .msu-global-sticky-nav-wrapper::after {
	position: absolute;
	content: 'STICKY NAVBAR';
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	width: 85%;
	height: 40%;
	padding: 0 2rem;
	color: #ff0000;
	font-size: 2rem;
	font-weight: 800;
	text-align: center;
	border: 2px dashed;
	z-index: -1;
}
/* home hero video */
.page-body.editing .msu-hero-video-wrapper {
	position: relative;
}
.page-body.editing .msu-hero-video-wrapper:not(.with-play-pause)::after {
	position: absolute;
	content: 'LOOPING HERO VIDEO';
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	width: 85%;
	height: 40%;
	min-height: 80px;
	padding: 0 2rem;
	color: #ff0000;
	font-size: 2rem;
	font-weight: 800;
	text-align: center;
	border: 2px dashed;
	z-index: -1;
}
.page-body.editing .msu-hero-video-wrapper.with-play-pause::after {
	position: absolute;
	content: 'LOOPING HERO VIDEO w/ PLAY/PAUSE BTN';
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	width: 85%;
	height: 40%;
	min-height: 80px;
	padding: 0 2rem;
	color: #ff0000;
	font-size: 2rem;
	font-weight: 800;
	text-align: center;
	border: 2px dashed;
	z-index: -1;
}
.green-section-title-block :is(h3) {
    font-family: 'Metropolis-Bold', Arial, sans-serif;
    color: #fff;
    background-color: #18453b;
    text-decoration: none;
    text-transform: none;
    border: none;
    border-radius: 0;
    padding: 8px 14px 4px;
    font-weight: 800;
    display: inline-block;
    font-size: 13px;
}
/* join the team - floating searchbar > large viewports */
.page-body.editing .offset-hero-floating-search-wrapper {
	position: relative;
}
.page-body.editing .offset-hero-floating-search-wrapper::after {
	position: absolute;
	content: 'FLOATING SEARCH: LARGE VIEWPORT VISIBLE';
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	width: 85%;
	height: 40%;
	min-height: 80px;
	padding: 0 2rem;
	color: #ff0000;
	font-size: 2rem;
	font-weight: 800;
	text-align: center;
	border: 2px dashed;
	z-index: -1;
}
/* centered text hero - floating searchbar > large viewports */
.page-body.editing .centered-hero-floating-search-wrapper {
	position: relative;
}
.page-body.editing .centered-hero-floating-search-wrapper::after {
	position: absolute;
	content: 'FLOATING SEARCH: LARGE VIEWPORT VISIBLE';
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	width: 85%;
	height: 40%;
	min-height: 80px;
	padding: 0 2rem;
	color: #ff0000;
	font-size: 2rem;
	font-weight: 800;
	text-align: center;
	border: 2px dashed;
	z-index: -1;
}
/* join the team - searchbar > small viewports */
.page-body.editing .join-the-team-search-form-wrapper {
	position: relative;
}
.page-body.editing .join-the-team-search-form-wrapper::after {
	position: absolute;
	content: 'SEARCH: SMALL VIEWPORT VISIBLE';
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	width: 85%;
	height: 40%;
	min-height: 80px;
	padding: 0 2rem;
	color: #ff0000;
	font-size: 2rem;
	font-weight: 800;
	text-align: center;
	border: 2px dashed;
    margin-top: 1rem;
	z-index: -1;
}
/* global - all pages - 'jump to main content' anchor block */
.page-body.editing .main-content-anchor {
	position: relative;
}
.page-body.editing .main-content-anchor::after {
	position: absolute;
	content: '#msu_main_content ANCHOR ';
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	width: 85%;
	height: 40%;
	padding: 0 2rem;
	color: #ff0000;
	font-size: 2rem;
	font-weight: 800;
	text-align: center;
	border: 2px dashed;
	z-index: -1;
}


/* HORIZONTAL SCROLL FIX */
.hero-no-gutter .page-row-container .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.hero-no-gutter .page-row-container .block-image {
    margin-left: 0;
    margin-right: 0;
}
/* ===== TYPOGRAPHY =============================== */
.h1,
h1 {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	font-size: 3.25rem;
	font-weight: 700;
	line-height: 1.25;
}
.h2,
h2 {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	font-size: 2.75rem;
	font-weight: 700;
	line-height: 1.25;
}
.h3,
h3 {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.25;
}
.h4,
h4 {
	font-family: 'Metropolis-SemiBold', Arial, sans-serif;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.25;
}
.h5,
h5 {
	font-family: 'Metropolis-SemiBold', Arial, sans-serif;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.75;
}
.h6,
h6 {
	font-family: 'Metropolis-SemiBold', Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.75;
}
/* ==== HEADING WITH UNDERLINE ====== */
/* dark text / dark green underline */
.heading-underline-dark-green {
	display: block;
	margin-bottom: 1rem;
	padding-bottom: 0.65rem;
	position: relative;
}
.heading-underline-dark-green :is(h1, h2) {
	color: #18453b;
	font-weight: 700;
	margin-bottom: 0;
	letter-spacing: normal;
	text-transform: uppercase;
}

.heading-underline-dark-green p {
	margin-bottom: 0;
}
.heading-underline-dark-green :is(h1, h2)::after {
	content: '';
	display: block;
	width: 3rem;
	padding-top: 5px;
	margin-bottom: 12px;
	border-bottom: 5px solid;
}
.heading-underline-dark-green :is(h1, h2)::after {
	border-bottom-color: #18453b;
}
/* dark text / light green underline */
.heading-underline-light-green {
	display: block;
	margin-bottom: 1rem;
	padding-bottom: 0.65rem;
	position: relative;
}
.heading-underline-light-green :is(h1, h2) {
	color: #151a22;
	font-weight: 700;
	margin-bottom: 0;
	letter-spacing: normal;
	text-transform: uppercase;
}

.heading-underline-light-green p {
	margin-bottom: 0;
}
.heading-underline-light-green :is(h1, h2)::after {
	content: '';
	display: block;
	width: 3rem;
	padding-top: 5px;
	margin-bottom: 12px;
	border-bottom: 5px solid;
}
.heading-underline-light-green :is(h1, h2)::after {
	border-bottom-color: #00c24e;
}
/* white text / white underline */
.heading-underline-white {
	display: block;
	margin-bottom: 1rem;
	padding-bottom: 0.65rem;
	position: relative;
}
.heading-underline-white :is(h1, h2) {
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
	letter-spacing: normal;
	text-transform: uppercase;
}

.heading-underline-white p {
	margin-bottom: 0;
}
.heading-underline-white :is(h1, h2)::after {
	content: '';
	display: block;
	width: 3rem;
	padding-top: 5px;
	margin-bottom: 12px;
	border-bottom: 5px solid;
}
.heading-underline-white :is(h1, h2)::after {
	border-bottom-color: #fff;
}
/* OFFSET: dark text / dark green underline */
.heading-underline-offset {
	display: block;
	margin-bottom: 1rem;
	padding-bottom: 0.65rem;
	position: relative;
}
.heading-underline-offset :is(h1, h2) {
	color: #18453b;
	font-weight: 700;
	margin-bottom: 0;
	letter-spacing: normal;
	text-transform: uppercase;
	padding-left: 3rem;
}

.heading-underline-offset p {
	margin-bottom: 0;
}
.heading-underline-offset :is(h1, h2)::after {
	content: '';
	display: block;
	width: 3rem;
	padding-top: 5px;
	margin-bottom: 12px;
	border-bottom: 5px solid;
	margin-left: -1.75rem;
}
.heading-underline-offset :is(h1, h2)::after {
	border-bottom-color: #18453b;
}
/* BODY TEXT */
body,
p,
li,
a {
	font-family: 'Metropolis-Regular', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
}
/* HYPERLINKS */
a,
a:link:not(.nav-link),
a:visited:not(.nav-link) {
    display: inline-block;
	font-family: 'Metropolis-SemiBold', Arial, sans-serif;
	color: #3344dd;
	text-decoration: none;
	font-weight: 700;
	outline: none;
	padding: 5px;
}
a:hover:not(.nav-link) {
    display: inline-block;
	color: #fff;
	background-color: #18453b;
	text-decoration: underline;
	font-weight: 400;
	outline: none;
	padding: 5px;
}
a:active:not(.nav-link) {
    display: inline-block;
	color: #fff;
	background-color: #18453b;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	padding: 5px;
}
a:focus:not(.nav-link),
a:focus-visible:not(.nav-link) {
    display: inline-block;
	color: #18453b;
	background-color: transparent;
	text-decoration: none;
	font-weight: 700;
	outline: 2px dashed;
	outline-offset: 5px;
}
/* === BUTTONS === */
/* PRIMARY / CTA BUTTON for Join our Talent Community CTA on the Join The Team page */
.join-our-talent-community-cta .btn.btn-primary,
.join-our-talent-community-cta .btn.btn-primary:visited,
.join-our-talent-community-cta .btn.btn-primary:active,
.join-our-talent-community-cta .btn.btn-primary:focus {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	font-size: 1rem;
	background-color: #fff;
	color: #18453b !important;
	text-decoration: none;
	text-transform: none;
	border: 4px solid #fff;
    border-radius: 5px;
	padding: 10px 20px;
	font-weight: 800;
	transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}
.join-our-talent-community-cta .btn.btn-primary:focus {
    outline: 3px dashed;
    outline-offset: -4px;
}
.join-our-talent-community-cta .btn.btn-primary span,
.join-our-talent-community-cta .btn.btn-primary:visited span,
.join-our-talent-community-cta .btn.btn-primary:active span,
.join-our-talent-community-cta .btn.btn-primary:focus span {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	font-size: 1rem;
	color: #18453b !important;
	text-decoration: none;
	text-transform: none;
	font-weight: 800;
}
.join-our-talent-community-cta .btn.btn-primary:hover {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	font-size: 1rem;
	background-color: #18453B;
    color: white;
    border: 4px solid #fff;
	text-decoration: none;
	text-transform: none;
	border-radius: 5px;
	padding: 10px 20px;
	font-weight: 800;
	transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}
.join-our-talent-community-cta .btn.btn-primary:hover span {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	font-size: 1rem;
    color: #fff !important;
	text-decoration: none;
	text-transform: none;
	font-weight: 800;
}

/* BUTTON1 */
a.button.button1,
a.button.button1:link,
a.button.button1:visited,
.btn.btn-primary,
.btn.btn-primary:link,
.btn.btn-primary:visited,
.btn-info.sign-out,
.btn-info.sign-out:link,
.btn-info.sign-out:visited{
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	color: #fff;
	background-color: #18453b;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 8px 14px 4px;
	font-weight: 800;
}
a.button.button1:hover,
.btn.btn-primary:hover,
.btn-info.sign-out:hover {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	color: #49cfa5;
	background-color: #18453b;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 8px 14px 4px;
	font-weight: 800;
}
a.button.button1:active,
.btn.btn-primary:active,
.btn-info.sign-out:active {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	color: #49cfa5;
	background-color: #000;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 8px 14px 4px;
	font-weight: 800;
}
a.button.button1:focus,
a.button.button1:focus-visible,
.btn.btn-primary:focus,
.btn.btn-primary:focus-visible {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	color: #49cfa5;
    background-color: #18453b;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 8px 14px 4px;
	font-weight: 800;
	outline: 3px dashed;
	outline-offset: -2px;
}
.btn.btn-primary
/* BUTTON2 */
a.button.button2,
a.button.button2:link,
a.button.button2:visited {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	color: #fff;
	background-color: #008208;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 6px;
	padding: 8px 12px 4px;
	font-weight: 800;
}
a.button.button2:hover {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	color: #18453b;
	background-color: #00bf10;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 6px;
	padding: 8px 12px 4px;
	font-weight: 800;
}
a.button.button2:active {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	color: #000;
	background-color: #ccc;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 6px;
	padding: 8px 12px 4px;
	font-weight: 800;
}
a.button.button2:focus,
a.button.button1:focus-visible {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	color: #000;
    background-color: #00bf10;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 8px 12px 4px;
	font-weight: 800;
	outline: 3px dashed;
	outline-offset: -2px;
}
/* BUTTON3 */
a.button.button3,
a.button.button3:link,
a.button.button3:visited {
    font-family: 'Metropolis-SemiBold', Arial, sans-serif;
    font-size: 1.25rem;
    letter-spacing: 1.5px;
    color: #fff;
    background-color: #18453b;
    text-decoration: none;
    text-transform: none;
    border: none;
    border-radius: 0;
    padding: 8px 18px 4px;
    font-weight: 400;
}
a.button.button3:hover {
	font-family: 'Metropolis-SemiBold', Arial, sans-serif;
    font-size: 1.25rem;
    letter-spacing: 1.5px;
	color: #49cfa5;
	background-color: #18453b;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 8px 18px 4px;
	font-weight: 400;
}
a.button.button3:active {
	font-family: 'Metropolis-SemiBold', Arial, sans-serif;
    font-size: 1.25rem;
    letter-spacing: 1.5px;
	color: #49cfa5;
	background-color: #000;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 8px 18px 4px;
	font-weight: 400;
}
a.button.button3:focus,
a.button.button3:focus-visible {
	font-family: 'Metropolis-SemiBold', Arial, sans-serif;
    font-size: 1.25rem;
    letter-spacing: 1.5px;
	color: #49cfa5;
    background-color: #18453b;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 8px 18px 4px;
	font-weight: 400;
	outline: 3px dashed;
	outline-offset: -2px;
}
/* BUTTON4 */
a.button.button4,
a.button.button4:link,
a.button.button4:visited {
    font-family: 'Metropolis-SemiBold', Arial, sans-serif;
    font-size: 1.25rem;
    letter-spacing: 1.5px;
    color: #fff;
    background-color: #008208;
    text-decoration: none;
    text-transform: none;
    border: none;
    border-radius: 0;
    padding: 8px 18px 4px;
    font-weight: 400;
}
a.button.button4:hover {
	font-family: 'Metropolis-SemiBold', Arial, sans-serif;
    font-size: 1.25rem;
    letter-spacing: 1.5px;
	color: #18453b;
	background-color: #00bf10;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 8px 18px 4px;
	font-weight: 400;
}
a.button.button4:active {
	font-family: 'Metropolis-SemiBold', Arial, sans-serif;
    font-size: 1.25rem;
    letter-spacing: 1.5px;
	color: #18453b;
	background-color: #00bf10;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 8px 18px 4px;
	font-weight: 400;
}
a.button.button4:focus,
a.button.button4:focus-visible {
	font-family: 'Metropolis-SemiBold', Arial, sans-serif;
    font-size: 1.25rem;
    letter-spacing: 1.5px;
    color: #fff;
    background-color: #00bf10;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 8px 18px 4px;
	font-weight: 400;
	outline: 3px dashed;
	outline-offset: -2px;
}

.btn.btn-success.consent-agree,
.btn.btn-success.consent-agree:link,
.btn.btn-success.consent-agree:visited {
	font-family: 'Metropolis-Regular', Arial, sans-serif;
	font-size: 0.9rem;
	color: #fff;
	background-color: #18453b;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 1rem 2rem 0.9rem;
	font-weight: 600;
}

.btn.btn-success.consent-agree span {
	color: #fff;
	font-size: 0.9rem;
	font-weight: 600;
}

.btn.btn-success.consent-agree:hover {
	font-family: 'Metropolis-Regular', Arial, sans-serif;
	color: #000;
	background-color: #49cfa5;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 1rem 2rem 0.9rem;
	font-weight: 600;
}

.btn.btn-success.consent-agree:hover span {
	color: #000;
	font-size: 0.9rem;
	font-weight: 600;
}

.btn.btn-success.consent-agree:active {
	font-family: 'Metropolis-Regular', Arial, sans-serif;
	color: #49cfa5;
	background-color: #000;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 1rem 2rem 0.9rem;
	font-weight: 600;
}

.btn.btn-success.consent-agree:focus,
.btn.btn-success.consent-agree:focus-visible {
	font-family: 'Metropolis-Regular', Arial, sans-serif;
	color: #49cfa5;
	background-color: #49cfa5;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 1rem 2rem 0.9rem;
	font-weight: 800;
	outline: 3px dashed;
	outline-offset: -2px;
}

.btn.btn-info.consent-reject,
.btn.btn-info.consent-reject:link,
.btn.btn-info.consent-reject:visited {
	font-family: 'Metropolis-Regular', Arial, sans-serif;
	font-size: 0.9rem;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 1rem 2rem 0.9rem;
	font-weight: 600;
}

.btn.btn-info.consent-reject span {
	color: #fff;
	font-size: 0.9rem;
	font-weight: 600;
}

.btn.btn-info.consent-reject:hover {
	font-family: 'Metropolis-Regular', Arial, sans-serif;
	color: #000;
	background-color: #49cfa5;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 1rem 2rem 0.9rem;
	font-weight: 600;
}

.btn.btn-info.consent-reject:hover span {
	color: #000;
	font-size: 0.9rem;
	font-weight: 600;
}

.btn.btn-info.consent-reject:active {
	font-family: 'Metropolis-Regular', Arial, sans-serif;
	color: #49cfa5;
	background-color: #000;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 1rem 2rem 0.9rem;
	font-weight: 600;
}

.btn.btn-info.consent-reject:focus,
.btn.btn-info.consent-reject:focus-visible {
	font-family: 'Metropolis-Regular', Arial, sans-serif;
	color: #fff;
	background-color: #49cfa5;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 1rem 2rem 0.9rem;
	font-weight: 800;
	outline: 3px dashed;
	outline-offset: -2px;
}
/* job page favourite button text */
a[href].btn.view-favourites,
a[href].btn.candidate-favourite span {
	font-size: 1rem !important;
}

/* MSU CUSTOM SEND BTN */
.send-button {
    background-color: white;
    color: #18453B;
    border: 2px solid #18453B;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.send-button:hover {
    background-color: #18453B;
    color: white;
    box-shadow: inset 0 0 0 4px white, inset 0 0 0 8px #18453B;
}
a.button, .btn, button {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
/* ===== NAVBAR UPPER ============================= */
/* navbar box shadow */
.navbar.navbar-upper {
	background-color: #18453b;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
}
@media (max-width: 991.8px) {
	.navbar-upper .navbar-collapse .navbar-nav {
		margin-bottom: 1rem;
	}
}
/* navbar-upper logo */
.navbar-upper .logo {
	width: 100%;
	max-width: 100%;
	height: auto;
}
/* navbar-upper nav links */
.navbar-upper .nav-item {
	margin-bottom: 0;
}
.navbar-upper a.nav-link,
.navbar-upper a.nav-link:active,
.navbar-upper a.nav-link:visited,
.navbar-upper a.nav-link:hover,
.navbar-upper a.nav-link:focus {
	position: relative;
	color: #fff !important;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	padding: 14px 10px 14px 5px !important;
	font-family: 'Metropolis-Regular', Arial, sans-serif;
	font-weight: 700 !important;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	text-rendering: optimizeLegibility;
}
.navbar-upper a.nav-link:hover {
	color: #fff !important;
	text-decoration: none;
}
.navbar-upper a.nav-link:hover::after {
	content: ' ';
	position: absolute;
	bottom: -5px;
	left: 5px;
	height: 6px;
	width: calc(100% - 15px);
	background-color: #00c24e;
	z-index: 9999;
}
/* navbar-upper embedded search */

.navbar-upper input.search-input-nav,
.navbar-upper button.search-button-nav {
	height: 32px;
    margin-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 6px !important;
	z-index: 99;
}
.navbar-upper .nav-search-group {
	position: relative;
}
.navbar-upper input.search-input-nav {
	padding-left: 30px;
	width: 100% !important;
	min-width: 15vw;
}
.navbar-upper input.search-input-nav:focus {
	background-color: #fff !important;
}

.navbar-upper .nav-search-group .input-group-btn {
	position: absolute;
	left: 0;
}
.navbar-upper .btn-primary.search-button-nav,
.navbar-upper .btn-primary.search-button-nav:active,
.navbar-upper .btn-primary.search-button-nav:visited,
.navbar-upper .btn-primary.search-button-nav:hover,
.navbar-upper .btn-primary.search-button-nav:focus {
	background-color: transparent !important;
	color: #222929 !important;
	border: none !important;
    padding: 12px;
    z-index: 99;
}
/* desktop: navbar-upper searchbar width */
@media (min-width: 992px) {
	.navbar-upper .nav-search-wrapper {
		max-width: 25%;
	}
}
.navbar-upper .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 0 25 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='square' stroke-miterlimit='10' stroke-width='1.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-upper .navbar-toggler {
	border-radius: 0;
	border: none;
}

/* ===== NAVBAR LOWER ============================= */
.navbar-lower {
	background-color: #fff;
	border-bottom: 1px solid #dedede;
	padding: 0;
}
@media (min-width: 992px) {
	.navbar-lower > .navbar-lower-container {
		justify-content: center;
	}
}

.navbar-lower .navbar-collapse {
	flex-grow: 0;
}
/* navbar-lower nav links */
.navbar-lower .nav-item {
	margin-bottom: 0;
}
.navbar-lower a.nav-link,
.navbar-lower a.nav-link:active,
.navbar-lower a.nav-link:visited,
.navbar-lower a.nav-link:hover,
.navbar-lower a.nav-link:focus {
	position: relative;
	color: #000 !important;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	padding: 14px 10px !important;
	font-family: 'Metropolis-Regular', Arial, sans-serif;
	font-weight: 700 !important;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	text-rendering: optimizeLegibility;
}
@media (min-width: 992px) {
	.navbar-lower a.nav-link,
	.navbar-lower a.nav-link:active,
	.navbar-lower a.nav-link:visited,
	.navbar-lower a.nav-link:hover,
	.navbar-lower a.nav-link:focus {
		padding: 1.5rem 2rem !important;
	}
}
.navbar-lower a.nav-link:hover {
	color: #000 !important;
	text-decoration: underline;
	background-color: #efefef;
}
.navbar-lower .navbar-toggler {
	border: 2px solid #000;
	border-radius: 0;
}
.navbar-lower .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 0 25 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2' d='M4 8h22M4 14h22M4 20h22'/%3e%3c/svg%3e");
}
.navbar-lower .navbar-toggler-text {
	position: relative;
	color: #000 !important;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	padding: 14px 10px 14px 5px !important;
	font-family: 'Metropolis-Regular', Arial, sans-serif;
	font-weight: 700 !important;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	text-rendering: optimizeLegibility;
}
/* navbar-lower nav menu mobile  */
@media (max-width: 991.8px) {
	.navbar-lower .navbar-collapse .navbar-nav {
		background-color: #000;
		padding: 1rem;
		margin: 1rem 0;
	}
	.navbar-lower .navbar-collapse .navbar-nav a.nav-link,
	.navbar-lower .navbar-collapse .navbar-nav a.nav-link:active,
	.navbar-lower .navbar-collapse .navbar-nav a.nav-link:visited,
	.navbar-lower .navbar-collapse .navbar-nav a.nav-link:hover,
	.navbar-lower .navbar-collapse .navbar-nav a.nav-link:focus {
		position: relative;
		color: #fff !important;
		font-size: 14px;
		line-height: normal;
		letter-spacing: normal;
		padding: 14px 10px !important;
		font-family: 'Metropolis-Regular', Arial, sans-serif;
		font-weight: 700 !important;
		text-transform: uppercase;
		text-decoration: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: auto;
		text-rendering: optimizeLegibility;
	}
	.navbar-lower a.nav-link:not(.hr-title):hover {
		color: #fff !important;
		text-decoration: underline !important;
	}
}
.navbar-lower .btn-primary.search-button-nav,
.navbar-lower .btn-primary.search-button-nav:active,
.navbar-lower .btn-primary.search-button-nav:visited,
.navbar-lower .btn-primary.search-button-nav:hover,
.navbar-lower .btn-primary.search-button-nav:focus {
	background-color: #000 !important;
	color: #fff !important;
	border-color: #fff !important;
}

/* ===== QUICK SCROLL STICKY NAVBAR - ANCHOR LINKS BELOW HERO ============================= */
.page-body.not-editing .msu-global-sticky-nav-wrapper {
	background-color: #18453b !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
    z-index: 9;
}

.msu-global-sticky-nav-wrapper .col-md-12 {
	padding: 0;
}

.msu-global-sticky-nav-inner .navbar-brand {
	font-weight: bold;
	height: 84px;
	padding: 0;
	display: flex;
	align-items: center;
}
.msu-global-sticky-nav-inner .navbar-brand:hover {
	text-decoration: none;
}
.msu-global-sticky-nav-inner .navbar-toggler {
	border: none;
}
.msu-global-sticky-nav-inner .navbar-toggler:focus {
	box-shadow: 0 0 0 0.06rem #000;
	outline: 0.05rem dotted #000;
	border-radius: 0;
	outline-offset: 3px;
}
.msu-global-sticky-nav-inner a.nav-link {
	border-bottom: 2px solid transparent;
	background-color: transparent;
	cursor: pointer;
	color: #fff !important;
	text-decoration: none;
	font-size: 12px;
	line-height: 21px;
	margin: 0px 10px;
	padding: 1.5rem 0.6rem !important;
	width: auto;
	position: relative;
	white-space: nowrap;
	font-weight: bold !important;
	text-transform: uppercase;
	text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.55);
    letter-spacing: normal !important;
}
@media (max-width: 991.8px) {
	.msu-global-sticky-nav-inner a.nav-link {
		padding: 1rem 15px !important;
		margin: 0;
	}
}
.msu-global-sticky-nav-inner a.nav-link:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.msu-global-nav-links-list {
	width: 100%;
	justify-content: space-between;
}
@media (max-width: 991.8px) {
	.msu-global-sticky-nav-inner .navbar-collapse {
		border-top: 1px solid black;
	}
	.msu-global-sticky-nav-inner .msu-global-nav-links-list {
		padding-bottom: 1.5rem;
	}
	.msu-global-sticky-nav-inner .nav-link-last.sign-in-link {
		border-top: 2px solid #000;
	}
}
.msu-global-sticky-nav-inner button.navbar-toggler .navbar-toggler-text {
    color: #fff;
}
.msu-global-sticky-nav-inner button.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
@media (min-width: 991.8px) {
	.msu-global-sticky-nav-inner .msu-global-nav-links-list .nav-item {
		margin-bottom: 0;
	}
	.msu-global-sticky-nav-inner .msu-global-nav-links-list .nav-item .nav-link:nth-of-type(1),
	.msu-floating-nav-inner .msu-global-nav-links-list .nav-item .nav-link:nth-of-type(1) {
		margin-left: -8px;
	}
}
.msu-global-sticky-nav-inner ul.dropdown-menu.show {
	border-radius: 0;
	border: 0;
	min-width: 14rem;
	margin-top: 0;
	background-color: rgba(54, 54, 54, 0.975);
}
.msu-global-sticky-nav-inner ul.dropdown-menu .dropdown-item {
	color: #fff !important;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	padding: 1rem 15px;
}
.msu-global-sticky-nav-inner ul.dropdown-menu .dropdown-item:hover {
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff !important;
	text-decoration: none;
}
@media (min-width: 991.8px) {
	.msu-global-sticky-nav-inner .nav-link-last.sign-in-link {
		top: 5px;
		position: relative;
		right: 0;
	}
	.msu-global-sticky-nav-inner .nav-link-last.sign-in-link a.nav-link {
		padding: 0 !important;
		font-size: 0.75rem;
		font-weight: 500 !important;
		text-transform: capitalize;
		border: none !important;
	}
	.msu-global-sticky-nav-inner .nav-link-last.sign-in-link a.nav-link:hover {
		font-size: 0.75rem;
		font-weight: 500 !important;
		text-transform: capitalize;
		background-color: transparent !important;
		text-decoration: underline !important;
		border: none !important;
	}
	.msu-global-sticky-nav-inner .nav-link-last.sign-in-link a.nav-link::before,
	.msu-global-sticky-nav-inner .nav-link-last.sign-in-link a.nav-link:hover::before {
		display: none !important;
		border: none !important;
	}
}
.nav-item.sticky-nav-az-index-link a.nav-link,
.nav-item.sticky-nav-az-index-link a.nav-link:active,
.nav-item.sticky-nav-az-index-link a.nav-link:visited,
.nav-item.sticky-nav-az-index-link a.nav-link:focus {
	background-color: #000;
	color: #fff !important;
	font-size: 12px;
	font-weight: bold !important;
	letter-spacing: normal !important;
	border-bottom: 2px solid #000 !important;
	width: auto;
	text-align: center;
}
.nav-item.sticky-nav-az-index-link a.nav-link:hover {
	background-color: #000;
	color: #e6e6e6 !important;
	border-bottom: 2px solid #000 !important;
	text-decoration: underline;
}

/* ===== FOOTER UPPER ============================= */
.msu-resources-footer {
	background-color: #18453b;
}

.msu-resources-footer .container {
	padding: 4rem 0.75rem;
}

.msu-resources-footer .h5 {
	font-weight: 600;
	position: relative;
}
.msu-resources-footer .h5::after {
	content: ' ';
	position: absolute;
	bottom: -12px;
	left: 0;
	height: 4px;
	width: 45px;
	background-color: #fff;
	z-index: 9999;
}
.msu-resources-footer ul.nav {
	margin-top: 3rem;
}

.footer-section-container .nav .nav-item {
    max-height: 2rem;
}

.msu-resources-footer * :not(a, span) {
	color: #fff !important;
}

.msu-resources-footer a,
.msu-resources-footer a:visited {
	color: #49cfa5 !important;
	text-decoration: underline;
	font-weight: 500 !important;
}

.msu-resources-footer a:active,
.msu-resources-footer a:focus {
	color: #49cfa5 !important;
	text-decoration: underline;
}

.msu-resources-footer a:hover {
	color: #49cfa5 !important;
	text-decoration: underline;
}
.footer-upper-col-2 .nav.footer-social-section .nav-item {
    max-height: 4rem;
    width: fit-content;
}
.footer-upper-col-2 .footer-social-section .nav-item i {
    font-size: 2rem;
    padding: 0.5rem;
    border-radius: 50%;
    border: 2px solid #18453b;
    background-color: #fff;
    width: 60px;
    height: 60px;
}

.footer-upper-col-2 .footer-social-section .nav-item i::before {
    color: #18453b;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.footer-upper-col-2 .footer-social-section .nav-item:hover i {
	border: 2px solid #fff;
	background-color: #18453b;
}
.footer-upper-col-2 .footer-social-section .nav-item:hover i::before {
	color: #fff;
}
.msu-resources-footer .msu-resources-footer-link.footer-link-wbr {
    display: inline-block;
    line-height: 1;
}
@media (min-width: 992px) {
    .footer-upper-col-2,
    .footer-upper-col-3 {
        padding-left: 4rem;
    }
}
@media (min-width: 1200px) {
    .footer-upper-col-2,
    .footer-upper-col-3 {
        padding-left: 6rem;
    }
}
@media (min-width: 1400px) {
    .footer-upper-col-2,
    .footer-upper-col-3 {
        padding-left: 8rem;
    }
}
@media (min-width: 992px ) and (max-width: 1199.8px) {
    .msu-resources-footer .footer-section-container .nav .nav-item {
        max-height: fit-content;
    }
    .msu-resources-footer .msu-resources-footer-link {
        display: inline-block;
        line-height: 1.25;
        margin-bottom: 0.5rem;
    }
}
/* ===== FOOTER LOWER ============================= */
.msu-footer {
	padding-top: 60px;
	padding-bottom: 40px;

	a {
		color: #00463a;
		text-decoration: none;

		&:hover,
		&:focus {
			color: #618a48;
			background-color: transparent;
		}
	}

	.msu-wordmark {
		text-align: center;
		margin-bottom: 15px;

		img {
			margin-top: 8px;
			max-width: 100%;
			width: 300px;
		}
	}

	.msu-site-links {
		ul {
			display: inline-block;
			list-style: none;
			padding: 0 0 5px 0px;
			margin: 0px;
			border-bottom: 1px dotted;
		}
	}
}

.msu-footer .msu-site-links ul li:nth-child(1) {
	padding-left: 0px;
	border-left: 0px;
}

.msu-footer .msu-site-links ul li {
	display: inline;
	padding: 0px 10px;
	line-height: 0.8em;
	border-left: 1px solid #333333;
}
.msu-footer li.footer-link-lg,
.msu-footer li.footer-link-lg > a {
	font-size: 13px;
}
.msu-footer .msu-site-links a:hover,
.msu-footer .msu-info a:hover {
    color: #18453b;
}
.msu-info {
	ul {
		display: inline-block;
		list-style: none;
		padding: 5px 0px 0px;
		margin: 0px;
		font-size: 0.75rem;

		li {
			display: inline;
			padding: 0px 10px;
			line-height: 0.8em;
			border-left: 1px solid #618a48;
			font-size: 0.75rem;

			a {
				font-size: 0.75rem;
			}

			&:nth-child(1) {
				padding-left: 0px;
				border-left: 0px;
			}

			&:nth-child(2) {
				a {
					color: #618a48;
				}
			}

			.msu-phone {
				color: #618a48;
				font-size: 0.8rem;
			}
		}

		.spartans-will {
			font-weight: bold;
			text-transform: uppercase;
			font-size: 0.7rem;
		}
	}
}
/* ==== HOME PAGE ============= */
.hero-img-title-block .block-image {
	position: relative;
}
.hero-img-title-block .block-image-text {
	position: absolute;
	left: 15%;
	top: 50%;
	transform: translate(-15%, -50%);
}
.hero-img-title-block .block-image-text :is(h1,h2) {
	background-color: #18453b;
	padding: 0.35rem 1rem 0;
	margin-bottom: 0;
    font-family: 'Metropolis-Bold', Arial, sans-serif;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.25;
}
.hero-img-title-block .block-image-text :is(h4, h5, p),
.hero-headline-text-block :is(h4, h5, p) {
    background-color: #000;
    width: fit-content;
    padding: 0.25rem 1rem 0.15rem;
    font-size: 1.4rem;
    font-family: 'Metropolis-SemiBold', Arial, sans-serif;
    font-weight: 600;
    line-height: 1.25;
}
@media (max-width: 767.8px) {
	.hero-img-title-block .block-image-cover {
		position: relative;
		/* margin-bottom: 76px; */
        height: 425px;
	}
	.hero-img-title-block .block-image-text {
        width: 100%;
        position: absolute;
        left: 0;
        transform: translateY(-100%);
        top: 100%;
	}
	.hero-img-title-block .block-image-text :is(h1, h2) {
		width: 100%;
		font-size: 2rem;
	}
	.hero-img-title-block .block-image-text :is(h4, h5, p),
    .hero-headline-text-block :is(h4, h5, p) {
		width: 100%;
		font-size: 1.2rem;
        margin-bottom: 0;
	}
}
@media (max-width: 300px) {
	.hero-img-title-block .block-image-cover {
		/* margin-bottom: 140px; */
	}
}
/* ==== GLOBAL CUSTOM STYLES / ELEMENTS ==================== */
.check-bullet-list-solid ul li {
	list-style-type: none;
}
.check-bullet-list-solid ul li::before {
	display: inline-block;
	font: var(--fa-font-solid);
	font-size: 0.8rem;
	vertical-align: initial;
	content: '\f00c';
	background-color: #18453b;
	color: #fff;
	width: 20px;
	height: 20px;
	padding: 0.3rem;
	margin-right: 0.5rem;
	border: none !important;
	border-radius: 50%;
}
.check-bullet-list-outline ul li {
	list-style-type: none;
}
.check-bullet-list-outline ul li::before {
	display: inline-block;
	font: var(--fa-font-solid);
	font-size: 0.8rem;
	vertical-align: initial;
	content: '\f00c';
	background-color: #fff;
	color: #7bbd00;
	width: 20px;
	height: 20px;
	padding: 0.2rem;
	margin-right: 0.5rem;
	border: 2px solid #7bbd00 !important;
	border-radius: 50%;
}
/* 1x, 2x nested bullet list: solid parent - outline child */
.check-bullet-list-solid ul li > ul li::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: -30px;
    font: var(--fa-font-solid);
    font-size: 0.8rem;
    vertical-align: initial;
    content: '\f00c';
    background-color: #fff;
    color: #7bbd00;
    width: 22px;
    height: 22px;
    padding: 0.25rem;
    margin-top: 5px;
    margin-right: 0.5rem;
    border: 2px solid #7bbd00 !important;
    border-radius: 50%;
}
/* 3x nested bullet list: standard black square bullet */
div[class*="check-bullet-list-"] ul ul ul li {
    list-style-type: none;
}
div[class*="check-bullet-list-"] ul ul ul li::before {
    display: inline-block;
    font: var(--fa-font-solid);
    font-size: 0.5rem;
    vertical-align: initial;
    content: '\f45c';
    background-color: transparent;
    color: #000000;
    width: 20px;
    height: 20px;
    padding: 0.35rem;
    margin-top: 0.3rem;
    margin-left: 0.3rem;
    border: none !important;
    border-radius: 0;
}
/* row background image - one */
.row-background-image-one {
	background-image: url('https://d25wby5c7p9100.cloudfront.net/public/uploads/076303c451afc01e7f29fc9722841e6f/images/files/e856b001e376cdf862a9ca70c17a8087/large/admitted-spartan-stadium-msu.jpeg?1729631552');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0%;
}
/* row background image - two */
.row-background-image-two {
	background-image: url('https://d25wby5c7p9100.cloudfront.net/public/uploads/076303c451afc01e7f29fc9722841e6f/images/files/e2350e2b4d554c76fe461f659954cacf/large/building.gradient.studentemp.1.jpg?1726162483');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
/* row background image - three */
.row-background-image-three {
	background-image: url('https://d25wby5c7p9100.cloudfront.net/public/uploads/076303c451afc01e7f29fc9722841e6f/images/files/e7ac46f08e95ff9ea693f35dbfe31db2/large/Ariel_North_Gradient.jpg?1727457889');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
/* row background image - four */
.row-background-image-four {
	background-image: url('https://d25wby5c7p9100.cloudfront.net/public/uploads/076303c451afc01e7f29fc9722841e6f/images/files/656f4eca7822dd123c1548bacb760e8f/large/stadium.gradient.jpg?1726161677');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
/* row background image - five */
.row-background-image-five {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), 
    url('https://d25wby5c7p9100.cloudfront.net/public/uploads/076303c451afc01e7f29fc9722841e6f/images/files/8038aac61eb437895f7f638f6bf0af7d/large/image.jpg?1727455276');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
/* row background image - six */
.row-background-image-six {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),
    url('https://d25wby5c7p9100.cloudfront.net/public/uploads/076303c451afc01e7f29fc9722841e6f/images/files/1afac5f9d1b056bfd0792edb13f45749/large/city-of-flint.jpg?1729194054');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
/* row background image - seven */
.row-background-image-seven {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),
    url('https://d25wby5c7p9100.cloudfront.net/public/uploads/076303c451afc01e7f29fc9722841e6f/images/files/804c56a7b3ee273ee9f2178c08e2e5bc/large/kalamazoo-marquee.jpg?1727455284');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
/* row background image - eight */
.row-background-image-eight {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),
	url('https://d25wby5c7p9100.cloudfront.net/public/uploads/076303c451afc01e7f29fc9722841e6f/images/files/4679f93a3b099b1d5096b8dc5837f12b/large/grand-rapids--michigan--usa-downtown-skyline-1066167764-c5ecdc0b4ec34b649ca835c322275695.jpg?1727457713');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
/* row background image - nine */
.row-background-image-nine {
	background-image: url('https://d25wby5c7p9100.cloudfront.net/public/uploads/076303c451afc01e7f29fc9722841e6f/images/files/38af357d01b1b4e6f4a6466c9eaea1d9/large/aerial_EL.2.jpg?1725558611');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
/* row background image - # */
.row-background-image-# {
	/* add more background
      image styles here */
}
/* ==== PAGE SPECIFIC CUSTOM ELEMENTS =================== */
/* homepage looping hero video & text header */
.msu-hero-video-wrapper .row {
	margin-right: 0;
}
.msu-hero-video-wrapper .row .col-md-12 {
	padding-right: 0;
}
.msu-hero-video-wrapper.no-gutters .container-fluid {
	padding: 0;
}
.msu-hero-video-container {
	position: relative;
	width: 100%;
	max-height: 603px; /* Maximum height set to 603px */
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.msu-hero-video-container video {
	top: 0;
	left: 0;
	width: 101%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 767.8px) {
  .msu-hero-video-container video {
    height: 425px;
  }
}
.msu-hero-video-container .hero-img-title-block {
	padding: 0;
	margin: 0;
}
.msu-hero-video-container h1 {
	font-size: 2rem;
	margin-bottom: 0.5rem;
	color: #fff !important;
}
/* Media Query for Smaller Screens */
/* @media (max-width: 767.8px) {
    .msu-hero-video-container h1 {
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) {
  .msu-hero-video-container h1 {
    font-size: 60px;
    font-weight: 700;
  }
} */
.msu-hero-video-container .hero-video-dark-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.4;
	z-index: 0;
}
/* homepage link squares */
.homepage-link-square {
	position: relative;
	width: 75%;
	border: 5px solid #18453b;
	padding: 1.5rem 0 1rem 5rem;
	margin-bottom: 0.75rem;
	margin-left: auto;
}
@media (max-width: 991.8px) {
	.homepage-link-square {
		width: 95%;
	}
}
@media (max-width: 767.8px) {
	.homepage-link-square {
		width: 100%;
		margin-left: 0;
	}
}

/* all link states, inherit heading style instead of a:link styles  */
.block-wrapper.homepage-link-square a[href] {
	font: inherit;
	color: inherit;
	background-color: inherit;
	text-decoration: inherit;
	font-size: inherit;
	margin: inherit;
	padding: inherit;
}
.homepage-link-square > div:first-child {
	padding-left: 1rem;
}
.homepage-link-square > div:first-child::before {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font: var(--fa-font-solid);
	font-size: 2rem;
	content: '\f0c1';
	background-color: #18453b;
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	left: 2.75rem;
	transform: translate(-50%, 20%);
	border: none !important;
}
.homepage-link-square .page-block a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: '';
}
.homepage-link-square-first {
	border-width: 5px 5px 0 5px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-bottom: 0;
}
.homepage-link-square-second {
	border-width: 0 5px 0 5px;
	margin-bottom: 0;
	border-top: 1px solid #18453b;
}
.homepage-link-square-third {
	border-width: 0 5px 5px 5px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top: 1px solid #18453b;
}
/* ======= OFFSET HEADING HERO - FLOATING SEARCH - SECTION STYLES ======== */
.offset-hero-floating-search-container {
    position: relative;
    width: 100%;
    max-height: 603px; /* Maximum height 603px */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offset-hero-floating-search-container .block-image {
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
    object-fit: cover;
}
.offset-hero-floating-search-container .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}
@media (max-width: 991.8px) {
  .offset-hero-floating-search-container .overlay {
      top: 60%;
      left: 50%;
      transform: translate(-50%, -40%);
  }
}
.offset-hero-floating-search-dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 0;
}
.offset-hero-floating-searchbar-container-inner {
    margin-top: 2rem !important;
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 991.8px) {
  .offset-hero-floating-searchbar-container-inner {
      display: none;
  }
}
.offset-hero-floating-search-container h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #fff !important;
}
/* Small Viewport Responsive Styling */
@media (max-width: 767.8px) {
    .offset-hero-floating-search-container h1 {
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) {  
  .offset-hero-floating-search-container h1 {
    font-size: 60px;
    font-weight: 700;
  }
}
.offset-hero-floating-search-wrapper .row {
    margin-right: 0;
}
.offset-hero-floating-search-wrapper .row .col-md-12 {
    padding-right: 0;
}
.offset-hero-floating-search-text-block {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.no-gutters.offset-hero-floating-search-wrapper .container-fluid {
  padding: 0;
}
/* OFFSET HERO - FLOATING SEARCH - TEXT OVERLAY VERTICAL POSITION */
/* greater than 992px viewport width */
@media (min-width: 992px) {
  .offset-hero-text-searchbar-wrapper .offset-hero-floating-search-text-block {
      top: 25%;
  }
}
@media (min-width: 1200px) {
  .offset-hero-text-searchbar-wrapper .offset-hero-floating-search-text-block h1 {
    font-size: 4.3rem;
  }
}
.offset-hero-text-searchbar-wrapper .offset-hero-floating-search-text-block h1 {
    line-height: 1;
    max-width: fit-content;
    text-shadow: 2px 2px 6px rgb(0 0 0 / 73%);
}
.offset-hero-text-searchbar-wrapper .offset-hero-floating-search-text-block h1:nth-of-type(1) {
    position: relative;
}
.offset-hero-text-searchbar-wrapper .offset-hero-floating-search-text-block h1:nth-of-type(2) {
    position: relative;
    left: 47%;
}
@media (max-width: 991.8px) {
  .offset-hero-text-searchbar-wrapper .offset-hero-floating-search-text-block h1:nth-of-type(2) {
      left: 30%;
  }
}
@media (max-width: 767.8px) {
  .offset-hero-text-searchbar-wrapper .offset-hero-floating-search-text-block h1 {
    text-align: center !important;
    left: initial !important;
    font-size: 2.4rem;
    max-width: initial;
  }
}
@media (max-width: 575px) {
  .offset-hero-text-searchbar-wrapper .offset-hero-floating-search-text-block h1 {
    font-size: 1.6rem;
  }
}
.offset-hero-floating-searchbar-container-inner {
    margin-top: 2rem;
}
.offset-hero-floating-search-container .job-search-control input {
    border-radius: 5px !important;
    border: 1px solid rgba(80, 86, 86, 0.5);
    height: 45px;
    margin-right: 0.5rem;
}
.offset-hero-floating-search-container .job-search-control button {
    margin-top: 0;
    height: 45px;
    border-radius: 5px !important;
}
/* ======= CENTERED HEADING HERO - FLOATING SEARCH - SECTION STYLES ======== */
.centered-hero-floating-search-container {
    position: relative;
    width: 100%;
    max-height: 603px; /* Maximum height set to 603px */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.centered-hero-floating-search-container .block-image {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
    object-fit: cover;
}

.centered-hero-floating-search-container .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}
@media (max-width: 991.8px) {
  .centered-hero-floating-search-container .overlay {
      top: 60%;
      left: 50%;
      transform: translate(-50%, -40%);
  }
}
.centered-hero-floating-search-dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 0;
}
.centered-hero-floating-searchbar-container-inner {
    margin-top: 2rem !important;
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 991.8px) {
  .centered-hero-floating-searchbar-container-inner {
      display: none;
  }
}
.centered-hero-floating-search-container h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #fff !important;
}
/* Small Viewport Responsive Styling */
@media (max-width: 767.8px) {
    .centered-hero-floating-search-container h1 {
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) {  
  .centered-hero-floating-search-container h1 {
    font-size: 60px;
    font-weight: 700;
  }
}
/* CENTERED HERO - FLOATING SEARCH - TEXT OVERLAY VERTICAL POSITION */
/* Begin horizontal scrollbar fix - video container */
.centered-hero-floating-search-wrapper .row {
    margin-right: 0;
}
.centered-hero-floating-search-wrapper .row .col-md-12 {
    padding-right: 0;
}
.centered-hero-floating-search-text-block {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.no-gutters.centered-hero-floating-search-wrapper .container-fluid {
  padding: 0;
}
/* CENTERED HERO TEXT OVERLAY VERTICAL POSITION */
/* greater than 992px viewport width */
@media (min-width: 992px) {
  .centered-hero-text-searchbar-wrapper .centered-hero-floating-search-text-block {
      top: 25%;
  }
}
@media (min-width: 1200px) {
  .centered-hero-text-searchbar-wrapper .centered-hero-floating-search-text-block :is(h1, h2) {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .centered-hero-text-searchbar-wrapper .centered-hero-floating-search-text-block :is(h3, h4, p) {
    font-size: 2rem;
  }
}
.centered-hero-text-searchbar-wrapper .centered-hero-floating-search-text-block :is(h2, h3, p) {
    line-height: 1;
    text-shadow: 2px 2px 6px rgb(0 0 0 / 73%);
}
.centered-hero-text-searchbar-wrapper .centered-hero-floating-search-text-block h1:nth-of-type(1),
.centered-hero-text-searchbar-wrapper .centered-hero-floating-search-text-block h2:nth-of-type(1) {
    position: relative;
}
.centered-hero-text-searchbar-wrapper .centered-hero-floating-search-text-block h3:nth-of-type(1),
.centered-hero-text-searchbar-wrapper .centered-hero-floating-search-text-block h4:nth-of-type(1) {
    position: relative;
}
@media (max-width: 767.8px) {
  .centered-hero-text-searchbar-wrapper .centered-hero-floating-search-text-block :is(h1, h2) {
    text-align: center !important;
    font-size: 2.4rem;
    max-width: initial;
  }
}
@media (max-width: 767.8px) {
  .centered-hero-text-searchbar-wrapper .centered-hero-floating-search-text-block :is(h3, h4, p) {
    text-align: center !important;
    font-size: 1.4rem;
    max-width: initial;
  }
}
@media (max-width: 575px) {
  .centered-hero-text-searchbar-wrapper .centered-hero-floating-search-text-block :is(h1, h2) {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .centered-hero-text-searchbar-wrapper .centered-hero-floating-search-text-block :is(h3, h4, p) {
    font-size: 1.2rem;
  }
}
.centered-hero-text-searchbar-wrapper .centered-hero-floating-search-text-block :is(p) {
    position: relative;
    color: #fff;
    font-family: 'Metropolis-SemiBold', Arial, sans-serif;
    letter-spacing: 0.1rem;
}
.centered-hero-floating-searchbar-container-inner {
    margin-top: 2rem;
}
.centered-hero-floating-search-container .job-search-control input {
    border-radius: 5px !important;
    border: 1px solid rgba(80, 86, 86, 0.5);
    height: 45px;
    margin-right: 0.5rem;
}
.centered-hero-floating-search-container .job-search-control button {
    height: 45px;
    border-radius: 5px !important;
    margin-top: 0;
}
/* ======= JOIN THE TEAM PAGE - SEARCHBAR ONLY VISIBLE ON SMALL VIEWPORTS ======== */
.page-body.not-editing .join-the-team-search-form-wrapper {
    display: none;
}
@media (max-width: 991.8px) {
  .page-body.not-editing .join-the-team-search-form-wrapper {
      display: block !important;
  }
}
.join-the-team-search-form-container .job-search-control input {
    border-radius: 5px !important;
    border: 1px solid rgba(80, 86, 86, 0.5);
    height: 45px;
    max-width: 98%;
    margin-right: 0.5rem;
}
.join-the-team-search-form-container .job-search-control button {
    height: 45px;
    border-radius: 5px !important;
}
@media (max-width: 767.8px) {
  .join-the-team-search-form-container .job-search-control input {
      margin-bottom: 0.5rem;
  }
}
/* ======= HOMEPAGE OPPORTUNITES BOXES SECTION ======== */
.homepage-opportunities-box {
	position: relative;
	z-index: 2;
}
@media (max-width: 1199.8px) {
	.homepage-opportunity-boxes-container {
		padding-bottom: 60px !important;
	}
	.homepage-opportunities-box {
		margin-top: 2rem;
		height: 100%;
	}
}
.homepage-opportunities-box .block-image {
	height: 100%;
}
.homepage-opportunities-box .page-block.block-image-cover {
	min-height: 425px;
	height: 100%;
	border-radius: 24px;
	outline: 5px solid #fff;
}
.homepage-opportunities-box .page-block.block-image-cover:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 69, 59, 0.5);
	border-radius: 24px;
}
.homepage-opportunities-box .block-image-text {
	padding: 2rem;
	top: 0%;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	height: 100%;
	white-space: normal;
}
.homepage-opportunities-box .block-image-text h2 {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	line-height: 0.9;
	font-size: 2.1rem;
}
.homepage-opportunities-box .block-image-text p:first-of-type {
	font-family: 'Metropolis-Regular', Arial, sans-serif;
	font-size: 1.2rem;
	margin: 1.4rem 0;
}
.homepage-opportunities-box .block-image-text p {
	margin-bottom: 0.8rem;
	line-height: 1.2;
}
.homepage-opportunities-box .block-image-text a,
.homepage-opportunities-box .block-image-text a:visited,
.homepage-opportunities-box .block-image-text a:active,
.homepage-opportunities-box .block-image-text a:focus {
	color: #fff !important;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 1.3;
	padding: 0;
}
.homepage-opportunities-box .block-image-text a:hover {
	color: #fff;
	text-decoration: underline;
}
/* HOMEPAGE OPPORTUNITIES BOXES - RESPONSIVE STYLING */
@media (min-width: 991.98px) and (max-width: 1399.98px) {
	.homepage-opportunities-boxes-container .container {
		margin-left: auto;
		margin-right: auto;
		padding-left: 5.5%;
		padding-right: 5.5%;
		max-width: 100%;
	}
	.homepage-opportunities-box .block-image-text p:first-of-type {
		margin: 1.5rem 0;
	}
	.homepage-opportunities-box .block-image-text {
		padding: 1.4rem;
	}
}
/* less than 1200px viewport width */
@media (max-width: 1200px) {
	/* box padding */
	.homepage-opportunities-box .block-image-text {
		padding: 1rem;
	}
	/* box h2 size */
	.homepage-opportunities-box .block-image-text h2 {
		font-size: 2rem;
	}
}
/* less than 992px viewport width */
@media (max-width: 992px) {
	/* all boxes container */
	.homepage-opportunities-boxes-container .container {
		max-width: 100%;
		padding: 0 2rem 2rem;
	}
	/* box h2 size */
	.homepage-opportunities-box .block-image-text h2 {
		font-size: 1.9rem;
	}
	/* paragraph margin */
	.homepage-opportunities-box .block-image-text p:first-of-type {
		margin: 1.5rem 0;
	}
	/* hyperlink line height */
	.homepage-opportunities-box .block-image-text p:not(:first-of-type) {
		line-height: 1.1;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.homepage-opportunities-box .block-image-text a,
	.homepage-opportunities-box .block-image-text a:visited,
	.homepage-opportunities-box .block-image-text a:active,
	.homepage-opportunities-box .block-image-text a:focus {
		font-size: 1.8vw;
	}
}
/* less than 767 viewport width */
@media (max-width: 767.8px) {
	/* box bottom margin  */
	.homepage-opportunity-boxes-container .col-md-4 {
		margin-bottom: 1rem;
	}
	/* box padding  */
	.homepage-opportunities-box .block-image-text {
		padding: 2rem;
	}
	/* box h2 size */
	.homepage-opportunities-box .block-image-text h2 {
		font-size: 2.4rem;
	}
	/* paragraph margin */
	.homepage-opportunities-box .block-image-text p:first-of-type {
		margin: 1.8rem 0;
		font-size: 1.5rem !important;
	}
	/* hyperlink line height */
	.homepage-opportunities-box .block-image-text p:not(:first-of-type) {
		line-height: 1.5;
	}
}
/* less than 425px viewport width */
@media (max-width: 425px) {
	/* paragraph margin & font size */
	.homepage-opportunities-box .block-image-text p:first-of-type {
		margin: 1.4rem 0;
		font-size: 1.2rem;
	}
}
/* less than 375px viewport width */
@media (max-width: 375px) {
	/* header font size */
	.homepage-opportunities-box .block-image-text h2 {
		font-size: 2.2rem;
	}
	/* paragraph margin & font size */
	.homepage-opportunities-box .block-image-text p:first-of-type {
		margin: 1rem 0 0.9rem;
		font-size: 1.2rem !important;
	}
	/* hyperlink font size */
	.homepage-opportunities-box .block-image-text a,
	.homepage-opportunities-box .block-image-text a:visited,
	.homepage-opportunities-box .block-image-text a:active,
	.homepage-opportunities-box .block-image-text a:focus {
		font-size: 1rem;
	}
}
/* greater than 992px viewport width */
@media (min-width: 992px) {
	.homepage-opportunities-box {
		top: -3rem;
	}
}
/* ==== INFO BOXES - 4 COLUMN ================ */
/* info box - white bg - dark green outline */
.info-box-1-col-white {
	color: #18453b;
	background-color: #fff;
	border: 10px solid #18453b;
	min-height: 275px;
	height: 100%;
}
.info-box-1-col-white * {
	color: #000;
}
/* info box - mid green bg solid - white text */
.info-box-1-col-green {
	color: #fff;
	background-color: #7b9342;
	border: 10px solid #7b9342;
	min-height: 275px;
	height: 100%;
}
.info-box-1-col-green * {
	color: #fff;
}
/* info box - dark green bg solid - white text */
.info-box-1-col-dark-green {
	color: #fff;
	background-color: #18453b;
	border: 10px solid #18453b;
	min-height: 275px;
	height: 100%;
}
.info-box-1-col-dark-green * {
	color: #fff;
}
/* less than 1200px viewport width */
@media (max-width: 1200px) {
	/* info-boxes containers */
	.info-boxes-1-1-1-1-container .container {
		max-width: 95%;
	}
}
/* less than 992px viewport width */
@media (max-width: 992px) {
	/* info-boxes containers */
	.info-boxes-1-1-1-1-container .container {
		max-width: 100%;
	}
}
.info-boxes-1-1-1-1-container .page-row-border {
	justify-content: center;
}
.info-boxes-1-1-1-1-container.keep-square .col-md-3 {
	aspect-ratio: 1 / 1;
	max-height: 330px;
	min-width: 275px;
	margin-bottom: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1174.8px) {
	.info-boxes-1-1-1-1-container.keep-square .col-md-3 {
		flex: 0 0 auto;
		width: 34%;
	}
}
/* less than 768px viewport width */
/* info-boxes containers */
@media (max-width: 767.8px) {
	.info-boxes-1-1-1-1-container .col-md-3 {
		width: 75%;
		margin-bottom: 1rem;
	}
	.info-boxes-1-1-1-1-container h2 {
		font-size: 1.8rem;
	}
    .info-boxes-1-1-1-1-container div[class*="col-"] {
    	margin-bottom: 1rem !important;
    }
}
@media (max-width: 575px) {
	.info-boxes-1-1-1-1-container img {
		max-width: 80px !important;
	}
}
@media (max-width: 425px) {
    .info-box-1-col-dark-green {
    	min-height: 425px;
    }
	.info-boxes-1-1-1-1-container .col-md-3 {
		width: 100% !important;
	}
	.info-boxes-1-1-1-1-container h2 {
		font-size: 3rem;
	}
	.info-boxes-1-1-1-1-container img {
		max-width: 120px !important;
	}
}
.info-boxes-1-1-1-1-container :is(h2, h3, h4, p, a, strong) {
	margin-bottom: 0;
	padding: 0 1rem;
}
.info-boxes-1-1-1-1-container :is(.col-md-4, .col-md-6) {
	aspect-ratio: 1 / 1;
	max-width: 400px;
}

@media (max-width: 767.8px) {
  .info-boxes-2-1-1-container div[class*="col-"] .block-image-cover {
      margin-bottom: 0;
  }
  .info-boxes-2-1-1-container div[class*="col-"] {
      margin-bottom: 1rem !important;
  } 
}
/* info box w/ buttons - button width */
div[class*="info-box-"] a[href].button {
    min-width: 200px;
}
@media (min-width: 768px) and (max-width: 1199.8px) {
    .info-boxes-1-1-1-1-container.no-fourth-box :is(.col-md-4) {
        max-width: 50%;
        width: 50%;
        margin-bottom: 1rem;
    }
}
/* ==== FLIP CARDS ================ */
.flip-cards-wrapper .col-md-4,
.homepage-flip-cards-container .col-md-4 {
    /* display: flex;
    justify-content: center; */
}
.flip-container {
    /* perspective: 1000px; */
    /* width: 350px;
    height: 400px; */
    /* width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    max-width: 100%;
    max-height: 100%; */
    perspective: 1000px;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    max-width: 400px;
    max-height: 100%;
    margin-bottom: 1rem;
}

.flip-card {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    border-radius: 10px;
    cursor: pointer;
}
.flip-card:hover {
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.25) !important;
}
.flip-card.show-back {
    transform: rotateY(180deg);
}

.flip-card .front,
.flip-card .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    border-radius: 10px;
}

.flip-card .front {
    background-color: #18453B;
    background-size: cover;
    background-position: center;
}
.flip-card .front * {
    color: #fff;
}
.flip-card .front :is(h2,h3) {
    font-size: 1.75rem;
}
.flip-card .back {
    background-color: #4CAF50;
    transform: rotateY(180deg);
    padding: 20px;
}
@media (max-width: 991.8px) {
  .flip-container {
      width: 100%;
      max-width: 400px;
      height: 100%;
      aspect-ratio: 1 / 1;
      margin: 0.5rem auto;
  }
}
/* ==== PAGE BLOCK WITH SEARCHBAR ================ */
.page-block-with-searchbar {
	padding-right: 8rem;
}
.page-block-with-searchbar .input-group {
	flex-wrap: nowrap;
}
.page-block-with-searchbar .input-group {
	flex-wrap: nowrap;
}
.page-block-with-searchbar input[id^='search_control_query_'] {
	width: 98%;
}
.page-block-with-searchbar .input-group-btn .btn.btn-primary {
	border-radius: 4px;
}
/* ===== SEARCH PAGE ============================== */
/* SEARCH PAGE HERO HEADING */
.search-page-hero-heading h1 {
	text-shadow: 2px 3px 6px rgba(0, 0, 0, 1);
}
/* hide job summary on job cards */
.hide-job-card-summary .job-search-results .job-search-results-summary {
	/* display: none; */
}

/* search results cards */
@media (min-width: 768px) {
	.job-search-results .job-search-results-card-col {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 0.5rem !important;
	}

	.job-search-results .job-component-details {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.job-search-results .card-title.job-search-results-card-title {
		font-size: 19px;
	}

	.job-search-results .card-title.job-search-results-card-title a,
	.job-search-results .card-title.job-search-results-card-title a:active,
	.job-search-results .card-title.job-search-results-card-title a:visited {
		color: #18453b;
		font-size: 1.3rem;
		padding-left: 0;
		text-decoration: none;
	}

	.job-search-results .card-title.job-search-results-card-title a:hover,
	.job-search-results .card-title.job-search-results-card-title a:focus {
		color: #18453b;
		background-color: transparent;
		text-decoration: underline;
	}

	.job-search-results .job-component-details .job-component-icon-and-text {
		display: inline-block;
		padding-right: 1.8rem;
		letter-spacing: normal;
		line-height: 120%;
		margin: 0.5rem 0 0;
	}

	.job-component-icon-and-text > i {
		width: initial;
		font-size: 0.825rem;
	}

	.job-search-results .job-component-details .job-component-icon-and-text span {
		font-size: 16px;
		font-weight: 600;
		-webkit-font-smoothing: auto;
		-moz-osx-font-smoothing: auto;
		text-rendering: optimizeLegibility;
	}
    /* requisition # icon fix */
    .job-component-icon-and-text.job-component-string-field-1 i::before {
        content: "\f5ab";
    }
	.job-search-results .job-search-results-card {
		border-radius: 0;
		border: none;
		border-bottom: 1px solid #bbbbbb;
	}

	/* card layout: job title, component list, description <--> 'Read More >' button inline and side-by-side */
	.job-search-results .job-search-results-card {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding: 1rem 2rem;
	}

	.job-search-results .job-search-results-card .card-body {
		padding: 0.75rem 0;
		max-width: 80%;
	}

	.job-search-results .job-search-results-card .card-footer {
		background-color: transparent;
		border-top: none;
		margin: auto 0;
		padding: 0.75rem 0;
		max-width: 20%;
	}

	.job-search-results .job-search-results-card:hover .job-search-results-footer a[id^='link_read_more_'] {
		visibility: visible !important;
		/* visible when job card is hovered */
	}

	.job-search-results .job-search-results-card a[id^='link_read_more_']:link,
	.job-search-results .job-search-results-card a[id^='link_read_more_']:active,
	.job-search-results .job-search-results-card a[id^='link_read_more_']:visited {
		visibility: hidden;
		/* hidden until job card is hovered */
		background-color: #fff;
		color: #18453b;
		display: inline-block;
		min-height: 48px;
		width: auto;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.4px;
		text-align: center;
		text-transform: capitalize;
		text-decoration: none;
		border-radius: 2px;
		border: 3px solid #18453b;
		padding: 1rem 2rem;
	}

	.job-search-results .job-search-results-card a[id^='link_read_more_']:hover,
	.job-search-results .job-search-results-card a[id^='link_read_more_']:focus {
		background-color: #18453b;
		color: #fff;
		border: 3px solid #18453b;
		text-decoration: none;
	}

	.job-search-results .job-search-results-card a[id^='link_read_more_'] i.fa-chevron-right {
		display: none;
	}
}

.job-search-results .job-search-results-table.job-search-results-content {
	border-top: 1px solid #bbbbbb;
}

/* hide 'show more' collapse link on job cards for overflow category and category groups */
.job-search-results .job-search-results-card .job-component-list-category > p:has(> a),
.job-component-list-category_group > p:has(> a) {
	display: none;
}

/* search results side filters */
.job-search-results.job-search-side-filters .job-search-filter > fieldset {
	position: relative;
}
/* new side filter sub category styling */
.job-search-filter-groups h4.job-search-filter-header:not(.category-sub-header) {
	background-color: #19453c;
	color: #fff;
	padding: 4px 6px;
}
fieldset.categories-subset {
	margin-top: 16px;
}
fieldset.categories-subset h4.job-search-filter-header.category-sub-header {
	font-size: 0.875rem;
}

.job-search-results.job-search-side-filters .job-search-filter > fieldset > .job-search-list-items {
	overflow-x: hidden;
}

.job-search-results.job-search-side-filters .job-search-filter > fieldset::after {
	position: absolute;
	display: inline-block;
	content: '';
	width: 100%;
	bottom: 9px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	border-bottom: 6px solid #dedede;
	border-radius: 0 0 8px 8px;
}

.job-search-results.job-search-side-filters .job-search-filter-groups {
	background-color: #eeedee;
}
@media (min-width: 992px) {
	.job-search-results.job-search-side-filters .job-search-filter-groups {
		width: 85%;
		min-width: 14rem;
	}
}
.block-job-search-results .job-search-filter-groups label {
    max-width: calc(100% - 50px);
}
.job-search-results.job-search-side-filters .job-search-filter > fieldset > .job-search-list-items .badge {
	background-color: #18453b;
	width: 40px;
    letter-spacing: normal !important;
}
/* search page - hide posting number section on side filters */
.job-search-filter-groups .job-search-filter.job-search-filter-string-field-1-values {
    display: none;
}
/* search bar and button */
.job-search-results .input-group input,
.job-search-results .input-group-btn button {
	height: 42px;
    margin-top: 0;
}

/* search and sort (above results cards) */
.job-search-results .job-search-results-dropdown a.job-search-results-sort-by-dropdown,
.job-search-results .job-search-results-dropdown a.job-search-results-sort-by-dropdown:active,
.job-search-results .job-search-results-dropdown a.job-search-results-sort-by-dropdown:visited,
.job-search-results .job-search-results-dropdown a.job-search-results-sort-by-dropdown:focus,
.job-search-results .job-search-results-dropdown a.job-search-results-sort-by-dropdown:hover {
	color: #18453b;
	background-color: transparent;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	float: right;
	padding: 8px 12px;
	border: 1px solid #bbbbbb;
	height: auto;
	width: max-content;
}
@media (min-width: 992px) and (max-width: 1199.8px) {
    .job-search-results .job-search-results-dropdown a.job-search-results-sort-by-dropdown,
    .job-search-results .job-search-results-dropdown a.job-search-results-sort-by-dropdown:active,
    .job-search-results .job-search-results-dropdown a.job-search-results-sort-by-dropdown:visited,
    .job-search-results .job-search-results-dropdown a.job-search-results-sort-by-dropdown:focus,
    .job-search-results .job-search-results-dropdown a.job-search-results-sort-by-dropdown:hover {
    	font-size: 0.9rem;
        letter-spacing: 0.1px !important;
        padding: 8px 6px;
    }
}

.job-search-results .job-search-results-dropdown ul.dropdown-menu li button {
	font-size: 1rem;
}

.job-search-results {
	position: relative;
}

.job-search-results .job-search-control {
	position: relative;
	top: 0;
	width: 70%;
	margin-bottom: 16px !important;
	z-index: 2;
}
@media (max-width: 991.8px) {
	.job-search-results .job-search-control {
		width: 100%;
		margin: 0 auto !important;
	}
}
/* @media (max-width: 767.8px) {
	.job-search-results .job-search-control {
		width: 95%;
		margin: 0 auto !important;
	}
} */

.job-search-results .job-search-results-table.job-search-results-content {
	border-top: 1px solid #bbbbbb;
}

.job-search-results .job-search-results-table .pagination {
	flex-wrap: wrap;
}

.job-search-results .job-search-results-sub-search-actions {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
/* SEARCH PAGE PAGINATION STYLING */
.pagination .active.page-item a {
	background-color: #18453b;
	color: #fff;
}
.pagination .active.page-item a.page-link {
	background-color: #18453b;
	color: #fff;
}
.pagination .page-item:not(.active) a.page-link {
	color: #18453b;
	background-color: #fff;
}
.pagination .page-item:not(.active) a.page-link:hover {
	color: #fff;
	background-color: #18453b;
}
.pagination .page-item:not(.active) a.page-link:focus {
	background-color: #18453b;
	color: #fff;
}
/* ===== JOB TEMPLATE PAGE / JOB DESCRIPTION PAGE ================= */
/* JOB PAGE HERO HEADING */
.job-page-hero-heading :is(h1, h2, h3, p, span) {
	text-shadow: 2px 3px 6px rgba(0, 0, 0, 1);
}
.job-page-hero-heading span.editor-placeholder {
	font-size: inherit;
}
.job-page-hero-heading a.button.button1,
.job-page-hero-heading a.button.button1:link,
.job-page-hero-heading a.button.button1:visited {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	font-size: 1.2rem;
	color: #fff;
	background-color: #18453b;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 14px 26px 10px;
	font-weight: 800;
}
.job-page-hero-heading a.button.button1:hover {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	font-size: 1.2rem;
	color: #49cfa5;
	background-color: #18453b;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 14px 26px 10px;
	font-weight: 800;
}
.job-page-hero-heading a.button.button1:active {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	font-size: 1.2rem;
	color: #49cfa5;
	background-color: #000;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 14px 26px 10px;
	font-weight: 800;
}
.job-page-hero-heading a.button.button1:focus,
.job-page-hero-heading a.button.button1:focus-visible {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	font-size: 1.2rem;
	color: #49cfa5;
	background-color: transparent;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 14px 26px 10px;
	font-weight: 800;
	outline: 3px dashed;
	outline-offset: -2px;
}
.job-page-hero-heading .block-image-text {
	max-width: 70%;
	margin: 0 auto;
}
.job-page-hero-heading :is(h1 > span, h2 > span) {
	color: #fff;
	font-weight: 700;
	line-height: 0.9;
	text-shadow: 2px 3px 6px rgba(0, 0, 0, 1);
	font-size: 2rem;
	text-transform: uppercase;
}
.job-page-hero-heading :is(p, span) {
	font-size: 1.3rem;
	text-transform: uppercase;
}
.job-page-hero-heading :is(p > span) {
	display: inline-block;
	color: #fff;
	background-color: #18453b;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	padding: 0.45rem 0.65rem 0.35rem;
	margin-bottom: 0;
	border-radius: 0;
}
@media (max-width: 767.8px) {
    .job-page-hero-heading-wrapper + div#page_row_1 {
        margin-top: 100px;
    }
    .job-page-hero-heading {
    	margin-bottom: 100px;
    }
    .job-page-hero-heading .block-image-cover .block-image-text {
        position: relative;
        top: 100%;
        transform: translateY(0%);
        background-color: #18453b;
        max-width: 100% !important;
        padding: 0.5rem 1rem;
    }
    .job-page-hero-heading .block-image-text :is(h1, h2) {
    	font-size: 1.75rem;
    }
    
    .job-page-hero-heading .block-image-text :is(p, span) {
    	font-size: 0.875rem;
    }
    
    .job-page-hero-heading .block-image-text :is(p > span) {
    	white-space: normal;
    	text-align: left;
        padding-left: 0;
    }
}
@media (max-width: 400px) {
    .job-page-hero-heading-wrapper + div#page_row_1 {
        margin-top: 140px;
    }
    .job-page-hero-heading {
    	margin-bottom: 120px;
    }
}
/* JOB PAGE PAY SCALE LEVEL LABEL */
.job-component-list .job-component-pay-scale span::before {
    content: 'Level: ';
}
/* JOB PAGE SIDEBAR */
.job-page-sidebar {
	background-color: #eeedee;
	padding: 1rem;
	margin-bottom: 1.1rem;
	border: 4px solid #18453b;
	border-radius: 0;
}
.job-page-sidebar .block-content {
	text-align: center;
}
.job-page-sidebar h3 {
	font-size: 1.5rem;
}
.job-page-sidebar a.button.button1,
.job-page-sidebar a.button.button1:link,
.job-page-sidebar a.button.button1:visited,
.job-page-sidebar-apply-btn a.button.button1,
.job-page-sidebar-apply-btn a.button.button1:link,
.job-page-sidebar-apply-btn a.button.button1:visited,
.job-page-sidebar .btn.btn-primary,
.job-page-sidebar .btn.btn-primary:link,
.job-page-sidebar .btn.btn-primary:visited {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	font-size: 1.2rem;
	color: #fff;
	background-color: #18453b;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 8px 14px 8px;
	font-weight: 800;
}
.job-page-sidebar a.button.button1:hover,
.job-page-sidebar-apply-btn a.button.button1:hover,
.job-page-sidebar .btn.btn-primary:hover {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	font-size: 1.2rem;
	color: #49cfa5;
	background-color: #18453b;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 8px 14px 8px;
	font-weight: 800;
}
.job-page-sidebar a.button.button1:active,
.job-page-sidebar-apply-btn a.button.button1:active,
.job-page-sidebar .btn.btn-primary:active {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	font-size: 1.2rem;
	color: #49cfa5;
	background-color: #000;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 8px 14px 8px;
	font-weight: 800;
}
.job-page-sidebar a.button.button1:focus,
.job-page-sidebar a.button.button1:focus-visible,
.job-page-sidebar-apply-btn a.button.button1:focus,
.job-page-sidebar-apply-btn a.button.button1:focus-visible,
.job-page-sidebar .btn.btn-primary:focus,
.job-page-sidebar .btn.btn-primary:focus-visible {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	font-size: 1.2rem;
	color: #49cfa5;
	background-color: transparent;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 8px 14px 8px;
	font-weight: 800;
	outline: 3px dashed;
	outline-offset: -2px;
}
.job-page-sidebar a[href] {
	color: #18453b;
	padding: 0;
}
.job-page-sidebar a[href]:hover,
.job-page-sidebar a[href]:hover h3 {
	background-color: #18453b;
	color: #fff;
	padding: 0px;
}
.job-page-sidebar .jobs-list .job a[href] {
	display: inline-block;
}
.job-page-sidebar.job-page-send-job-cta {
	height: 100%;
}
.job-page-apply-now-cta :is(h2, h3, h4, p) {
	color: #fff;
}
.job-page-apply-now-cta {
	background-color: #18453b;
	padding: 1rem;
	margin-bottom: 1.1rem;
	border: 4px solid #18453b;
	border-radius: 0;
	height: 100%;
}
.job-page-apply-now-cta a[href] {
	color: #fff !important;
	text-decoration: underline;
}
.job-page-apply-now-cta .btn.btn-primary,
.job-page-apply-now-cta .btn.btn-primary:visited {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	font-size: 1.2rem;
	background-color: #fff;
	color: #18453b;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 8px 14px 8px;
	font-weight: 800;
}
.job-page-apply-now-cta .btn.btn-primary:hover {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	font-size: 1.2rem;
	background-color: #008208;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 8px 14px 8px;
	font-weight: 800;
}
.job-page-apply-now-cta .btn.btn-primary:active {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	font-size: 1.2rem;
	background-color: #18453b;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 8px 14px 8px;
	font-weight: 800;
}
.job-page-apply-now-cta .btn.btn-primary:focus,
.job-page-apply-now-cta .btn.btn-primary:focus-visible {
	font-family: 'Metropolis-Bold', Arial, sans-serif;
	font-size: 1.2rem;
	background-color: #18453b;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	border: none;
	border-radius: 0;
	padding: 8px 14px 8px;
	font-weight: 800;
	outline: 3px dashed;
	outline-offset: -2px;
}
.job-page-apply-now-cta .btn.btn-primary,
.job-page-apply-now-cta .btn.btn-primary:active,
.job-page-apply-now-cta .btn.btn-primary:visited,
.job-page-apply-now-cta .btn.btn-primary:hover,
.job-page-apply-now-cta .btn.btn-primary:focus,
.job-page-apply-now-cta .btn.btn-primary:focus-visible,
.job-page-sidebar .btn.btn-primary,
.job-page-sidebar .btn.btn-primary:active,
.job-page-sidebar .btn.btn-primary:visited,
.job-page-sidebar .btn.btn-primary:hover,
.job-page-sidebar .btn.btn-primary:focus,
.job-page-sidebar .btn.btn-primary:focus-visible {
	padding: 8px 14px 8px;
}
/* selectize badges */
.selectize-control.multi .selectize-input > div {
	background-color: #18453b;
	color: #fff;
	font-size: 80%;
	padding: 1px 5px;
	border-radius: inherit;
}
.selectize-dropdown .option.active {
    color: #ffffff;
    background-color: #18453b;
}
a:not(.btn, button, .button):link,
a:not(.btn, button, .button):visited,
a:not(.btn, button, .button):focus {
	color: #0262b6;
	font-weight: 600;
}
a:not(.btn, button, .button):hover,
a:not(.btn, button, .button):active {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
}
a:not(.btn, button, .button):focus {
    color: #0262b6;
}
.msu-global.msu-floating-nav-wrapper {
	position: absolute;
	z-index: 99;
	top: 66px;
	left: 0;
	right: 0;
	background-color: transparent !important;
}
.msu-global .msu-floating-nav-inner a.nav-link {
	background-color: transparent;
	cursor: pointer;
	color: #fff !important;
	text-decoration: none;
	margin: 0;
	width: auto;
	position: relative;
	white-space: nowrap;
	font-weight: bold !important;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.09rem;
	line-height: 1.2;
	padding: 1.5rem 0.9rem !important;
	text-transform: uppercase;
	text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.55);
}
@media (min-width: 992px) {
  .msu-global .msu-floating-nav-inner a.nav-link.nav-link-first-offset {
      margin-left: 0.2rem;
  }
}
@media (min-width: 1200px) {
  .msu-global .msu-floating-nav-inner a.nav-link.nav-link-first-offset {
      margin-left: -0.9rem;
  }
}
@media (max-width: 991.8px) {
	.msu-global .msu-floating-nav-inner a.nav-link {
		padding: 1rem 15px !important;
		margin: 0;
        text-align: left;
	}
}
/* split dropdown text / arrow */
.msu-global .msu-floating-nav-inner .nav-item-split-toggle:has(.show) .nav-link-split-dropdown-text {
  background-color: rgba(0, 0, 0, 0.9) !important;
  text-decoration: underline;
  color: #e6e6e6 !important;
  padding: 1.5rem 0.9rem !important;
}
@media (min-width: 1200px) {
  .msu-global .msu-floating-nav-inner .nav-link-split-dropdown-arrow {
      margin-left: -12px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.8px) {
  .msu-global .msu-floating-nav-inner .nav-item-split-toggle:has(.show) .nav-link-split-dropdown-text {
      padding: 1.5rem 0.5rem !important;
  }
}
@media (max-width: 991.8px) {
  .msu-global .msu-floating-nav-inner .nav-item-split-toggle:has(.show) .nav-link-split-dropdown-text {
      padding: 1rem 15px !important;
  }
}
.msu-global .msu-floating-nav-inner a.nav-link:hover,
.msu-global .msu-floating-nav-inner a.nav-link.dropdown-toggle.show {
	background-color: rgba(0, 0, 0, 0.9);
	text-decoration: underline;
	color: #e6e6e6 !important;
}
.msu-global .msu-floating-nav-inner a.nav-link.dropdown-toggle::after {
    border: none !important;
    font: var(--fa-font-solid);
    content: "\f107";
    vertical-align: 0;
}
.msu-global .msu-floating-nav-inner a.nav-link.dropdown-toggle.show::after {
    border: none !important;
    font: var(--fa-font-solid);
    content: "\f106";
    vertical-align: 0;
}
.msu-global .msu-floating-nav-inner .dropdown-menu {
    width: 100%;
    padding: 0;
    border-radius: 0;
}
@media (max-width: 991.8px) {
    .msu-global .msu-floating-nav-inner .dropdown-menu {
        position: absolute;
    }
}
.msu-global .msu-floating-nav-inner .dropdown-menu li {
    margin-bottom: 0;
}
.msu-global .msu-floating-nav-inner .dropdown-menu .dropdown-item {
    color: #000;
    padding: 0.25rem 1.5rem !important;
}
.msu-global .msu-floating-nav-inner .dropdown-menu .dropdown-item:hover {
    background-color: #00c24e;
    color: #fff;
}
.msu-global .msu-floating-nav-inner .btn-primary.search-button-nav,
.msu-global .msu-floating-nav-inner .btn-primary.search-button-nav:active,
.msu-global .msu-floating-nav-inner .btn-primary.search-button-nav:visited,
.msu-global .msu-floating-nav-inner .btn-primary.search-button-nav:hover,
.msu-global .msu-floating-nav-inner .btn-primary.search-button-nav:focus {
    margin-top: 0;
	background-color: #000 !important;
	color: #fff !important;
	border: none !important;
	outline: 1px solid #000;
}
.msu-homepage-nav-links-list {
	width: 100%;
	justify-content: center;
}
.msu-global.nav-gradient {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)), to(transparent));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
	background-repeat: repeat-x;
}
@media (max-width: 991.8px) {
	.msu-global .navbar-collapse {
		text-align: center;
		background-color: rgba(25, 69, 59, 0.97);
		padding: 15px 15px 32px;
		margin-top: calc(0.825rem - 3px);
	}
	.msu-global button.navbar-toggler {
		border-radius: 0;
		border: 3px solid #fff;
		color: #000;
		background-color: #fff;
		margin-left: auto;
		margin-right: 0;
		margin-bottom: calc(0.825rem - 3px);
	}
	.msu-global button.navbar-toggler.collapsed {
		border-radius: 0;
		border: 3px solid #fff;
		color: #fff;
		background-color: transparent;
	}
	.msu-global .navbar-toggler:focus {
		text-decoration: none;
		outline: 0;
		box-shadow: none;
	}
	.msu-global button.navbar-toggler .navbar-toggler-icon {
		background-image: var(--bs-navbar-toggler-icon-bg);
	}
	.msu-global button.navbar-toggler.collapsed .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
	.msu-global span.navbar-toggler-text {
        font-family: 'Metropolis-SemiBold';
		text-transform: uppercase;
		font-size: 0.8rem;
		font-weight: 700;
		padding: 0 0.3rem;
	}
}
@media (min-width: 992px) and (max-width: 1099.8px) {
    .msu-global .msu-floating-nav-inner a.nav-link {
        font-size: 0.8rem;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
	.msu-global .msu-floating-nav-inner {
		max-width: 95%;
		justify-content: center;
	}
	.msu-global .msu-homepage-nav-links-list {
		justify-content: space-around;
	}
	.msu-global .msu-floating-nav-inner a.nav-link {
		padding: 1.5rem 0.5rem !important;
	}
    .msu-global .msu-floating-nav-inner .nav-item-split-toggle:has(.show) .nav-link-split-dropdown-text {
        padding: 1.5rem 0.5rem !important;
    }
}


/* ==== HOVER SQUARES - SOLID BACKGROUND ================ */
a[href].hover-square {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    max-width: 100%;
    max-height: 100%;
    padding: 1rem;
}
a[href].hover-square:focus {
    background-color: #18453b;
    color: #fff;
}
.hover-square,
.hover-square:active,
.hover-square:visited,
.hover-square:focus {
    background-color: #0B9A6D;
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none !important; /* Remove underline from link */
    transition: transform 0.3s; /* Smooth hover effect */
}

.hover-square:hover {
    transform: scale(1.05); /* Slightly enlarge on hover */
    text-decoration: none !important;  /* Remove underline from link */
    color: #fff !important; /* white underline color to match white hyperlinks */
}

.hover-square h2 {
    color: #ffffff; /* Title text color */
    font-weight: bold; /* Bold font */
    font-size: 36px; /* Adjust the font size for title */
    margin: 0; /* Remove default margin */
}
.hover-square .hover-square-heading {
    color: #ffffff;
    font-family: 'Metropolis-Bold', Arial, sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    line-height: 1.25;
}
.hover-square p {
    color: #ffffff; /* Smaller text color */
    font-size: 14px; /* Adjust the font size for smaller text */
    margin: 5px 0 0; /* Margin to space it below the title */
}
@media (max-width: 991.8px) {
  .hover-squares-wrapper .container.page-row-container {
      max-width: calc(100% - var(--bs-gutter-x)* .5);
  }
  a[href].hover-square {
      width: 100%;
      max-width: 400px;
      height: 100%;
      aspect-ratio: 1 / 1;
      margin: 0 auto 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.8px) {
    a[href].hover-square h2 {
        font-size: clamp(26px, calc(1.625rem + ((1vw - 7.68px) * 1.5823)), 36px);
        min-height: 0vw;
    }
    a[href].hover-square .hover-square-heading {
        font-size: clamp(26px, calc(1.625rem + ((1vw - 7.68px) * 1.5823)), 36px);
        min-height: 0vw;
    }
}
@media (max-width: 767.8px) {
  .hover-squares-wrapper div[class^="col-"] {
      display: block;
      margin-bottom: 1.5rem;
  }
  a[href].hover-square h2 {
      font-size: clamp(20px, calc(1.25rem + ((1vw - 3.2px) * 3.5714)), 36px);
      min-height: 0vw;
  }
  a[href].hover-square .hover-square-heading {
      font-size: clamp(20px, calc(1.25rem + ((1vw - 3.2px) * 3.5714)), 36px);
      min-height: 0vw;
  }
}
/* ==== HOVER SQUARES - w/ STADIUM BACKGROUND IMAGE ================ */
a[href].hover-square-stadium-bg {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    max-width: 400px;
    max-height: 100%;
    padding: 1rem;
}
.hover-square-stadium-bg {
    width: 400px;
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('https://d25wby5c7p9100.cloudfront.net/public/uploads/076303c451afc01e7f29fc9722841e6f/images/files/e856b001e376cdf862a9ca70c17a8087/large/admitted-spartan-stadium-msu.jpeg?1729631552');
    background-size: cover; /* Ensure the image covers the entire square */
    background-position: center; /* Center the image */
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none !important; /* Remove underline from link */
    transition: transform 0.3s; /* Smooth hover effect */
    border-radius: 10px;
}

.hover-square-stadium-bg:hover {
    transform: scale(1.05); /* Slightly enlarge on hover */
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://d25wby5c7p9100.cloudfront.net/public/uploads/076303c451afc01e7f29fc9722841e6f/images/files/e856b001e376cdf862a9ca70c17a8087/large/admitted-spartan-stadium-msu.jpeg?1729631552');
}

.hover-square-stadium-bg h2 {
    color: #ffffff; /* Title text color */
    font-weight: bold; /* Bold font */
    font-size: 36px; /* Adjust the font size for title */
    margin: 0; /* Remove default margin */
}

.hover-square-stadium-bg p {
    color: #ffffff;
    font-size: 14px;
    margin: 5px 0 0;
}
@media (max-width: 991.8px) {
  .hover-squares-stadium-bg-wrapper .container.page-row-container {
      max-width: calc(100% - var(--bs-gutter-x)* .5);
  }
  a[href].hover-square-stadium-bg {
      width: 100%;
      max-width: 400px;
      height: 100%;
      aspect-ratio: 1 / 1;
      margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991.8px) {
    a[href].hover-square-stadium-bg h2 {
        font-size: clamp(26px, calc(1.625rem + ((1vw - 7.68px) * 1.5823)), 36px);
        min-height: 0vw;
    }
}
@media (max-width: 767.8px) {
  .hover-squares-stadium-bg-wrapper div[class^="col-"] {
      display: block;
      margin-bottom: 1.5rem;
  }
  a[href].hover-square-stadium-bg h2 {
      font-size: clamp(20px, calc(1.25rem + ((1vw - 3.2px) * 3.5714)), 36px);
      min-height: 0vw;
  }
}
/* ==== QUICK LINK BOXES ================ */
.quick-link-box {
    width: 80vw;
    max-width: 1000px;
    height: 100px;
    border: 4px solid #18453B; /* Spartan green border */
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none; /* Remove underline */
    color: #000; /* Black link color */
}
a:has(.quick-link-box) {
    display: inline-block;
    padding: 0 !important;
    margin: 0.5rem 0;
    background-color: transparent;
    transition: background-color 0.2s ease-in-out;
}
a:has(.quick-link-box):hover {
    background-color: #18453b;
    transition: background-color 0.2s ease-in-out;
}
a:has(.quick-link-box) .quick-link-text,
a:has(.quick-link-box):active .quick-link-text,
a:has(.quick-link-box):visited .quick-link-text {
    color: #000;
}
a:has(.quick-link-box):hover .quick-link-text {
    color: #fff;
}
a:has(.quick-link-box):focus,
a:has(.quick-link-box):focus .quick-link-text {
    color: #000;
}
/* Style for the small image */
.quick-link-box .small-image {
    margin-left: 20px/* Space between image and the edge */
    width: 60px; /* Adjust image width */
    height: auto; /* Maintain aspect ratio */
}
/* Style for the text */
.quick-link-box .quick-link-text {
    margin-left: 20px; /* Space between text and the image */
    font-weight: bold;
    font-size: 44px; /* Adjust text size */
    line-height: 1;
    color: #000; /* Text color */
}
@media (max-width: 1023.8px) {
  .quick-link-box .quick-link-text {
      font-size: 1.8rem;
      line-height: 1;
      display: inline-block;
  }
}
@media (max-width: 767.8px) {
  .quick-link-box {
      max-width: 540px;
  }
}
@media (max-width: 424.8px) {
  .quick-link-box .quick-link-text {
      margin-left: 10px;
      font-size: 1.4rem;
  }
  .quick-link-box img.medium-image {
      width: 40px !important;
      height: 100% !important;
  }
}
/* helmet icon in quick link box */
.quick-link-box img.helmet-link-test {
    max-width: 92px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 0.75rem 0;
    margin-left: 0;
    background-color: #f6f6f6;
}
/* ==== HEALTH - LIFE - FUTURE - INFO BOXES (BENEFITS PAGE) ============ */
.health-life-future-block-dark-green {
    background-color: #18453B; /* <--- spartan green hex # */
    height: 100%;
    padding: 2rem;
    border-radius: 12px;
}
.health-life-future-block-light-green {
    background-color: #198754; /* <--- bs-success hex # */
    height: 100%;
    padding: 2rem;
    border-radius: 12px;
}
.health-life-future-block-dark-green.check-bullet-list-solid ul > li, 
.health-life-future-block-light-green.check-bullet-list-solid ul > li {
    position: relative;
}
.health-life-future-block-dark-green.check-bullet-list-solid ul > li:not(ul>li>ul>li)::before, 
.health-life-future-block-light-green.check-bullet-list-solid ul > li:not(ul>li>ul>li)::before {
display: inline-block;
    position: absolute;
    top: 0;
    left: -30px;
    font: var(--fa-font-solid);
    font-size: 0.8rem;
    vertical-align: initial;
    content: '\f00c';
    background-color: #18453b;
    color: #fff;
    width: 25px;
    height: 25px;
    padding: 0.3rem;
    border: 2px solid #7bbd00 !important;
    border-radius: 50%;
}
@media (max-width: 991.8px) {
  .health-life-future-block-wrapper .col-md-4 {
      width: 100%;
      margin-bottom: 1rem;
  }
}
.health-life-future-wrapper .col-md-4 {
    margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1023.8px) {
  .health-life-future-wrapper .page-row-border {
      justify-content: center;
  }
  .health-life-future-wrapper .col-md-4 {
      width: 50%;
  }
}
/* ==== HOMEPAGE CIRCLE HEADSHOT & QUOTE BLOCK ============  */
.headshot-name-block .photoblock {
    float: left;
    margin-right: 2rem;
}
.headshot-name-block .photoblock img.arrow {
    position: absolute;
    top: 60px;
    left: 155px;
    z-index: 1;
}
.headshot-name-block .photoblock img.photo {
    position: relative;
    z-index: 8;
    width: 180px;
    height: 180px;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.headshot-name-block .quoteblock {
    padding-top: 3.5rem;
    width: 100%;
}
.headshot-name-block .quoteblock .name-first,
.headshot-name-block .quoteblock .name-last {
    color: #ffffff;
    background: #19453c;
    display: inline-block;
    font-family: "Metropolis-Bold", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
    padding: 5px 14px;
}
.headshot-name-block .quoteblock .name-last {
    padding-right: 28px;
}
.headshot-name-block .quoteblock .title {
    background: transparent;
    display: block;
    color: #000;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 2;
}
.headshot-name-block .quoteblock p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.75;
}
.headshot-name-block .quoteblock p.line-spacer {
    margin: 0;
}
@media (max-width: 768px) {
  .headshot-name-block .photoblock {
      display: block;
      float: none;
      background: 0 0;
      text-align: center;
      margin: 0;
  }
  .headshot-name-block .photoblock img.arrow {
      display: none;
  }
  .headshot-name-block .quoteblock {
      padding-bottom: 30px;
  }
  .headshot-name-block .photoblock img.photo {
      border-radius: 100%;
  }
}
.leadership-left-block,
.leadership-right-block {
    position: relative;
}
@media (max-width: 991.8px) {
  .headshot-name-block .quoteblock {
      padding-top: 0.5rem;
      width: 100%;
  }
  .headshot-name-block .quoteblock .name-first,
  .headshot-name-block .quoteblock .name-last {
      display: block;
  }
  .headshot-name-block .photoblock {
      float: none;
      margin-right: 0;
  }
}

/* ==== GLOBAL LETTER SPACING =============== */
h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1,div,p,span,ul,li,label,a {
	letter-spacing: 0.1rem !important;
}

/* ==== SIGN UP FOR JOB ALERTS - CTA ============ */
.cta-border-box-wrapper {
    max-width: 850px;
    margin: 0 auto;
}
.cta-border-box-inner {
    border: 5px solid #18453b;
    padding: 1rem 3rem 3rem;
}
.cta-border-box-inner :is(h2,h3) {
    background-color: #ffff;
    width: fit-content;
    margin: -60px auto 2rem;
    padding: 1rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.cta-border-box-inner :is(h2) {
    font-size: 2.5rem;
}
.cta-border-box-inner :is(h3) {
    font-size: 2rem;
}
.cta-border-box-inner :is(h2,h3):last-child {
    margin-bottom: 0;
}
.cta-border-box-inner .btn.btn-primary,
.cta-border-box-inner .btn.btn-primary:active,
.cta-border-box-inner .btn.btn-primary:visited,
.cta-border-box-inner .btn.btn-primary:hover,
.cta-border-box-inner .btn.btn-primary:focus {
    font-family: 'Metropolis-Bold', Arial, sans-serif;
    color: #fff;
    background-color: #18453b;
    text-decoration: none;
    text-transform: none;
    border: none;
    border-radius: 0;
    padding: 16px 24px 12px;
    font-size: 1.25rem;
    font-weight: 800;
}
.cta-border-box-inner .btn.btn-primary:hover {
    color: #49cfa5;
    background-color: #18453b;
}

@media (max-width: 991.8px) {
  .cta-border-box-inner :is(h2) {
      font-size: 1.6rem;
  }
  .cta-border-box-inner :is(h3) {
      font-size: 1.2rem;
  }
}
/* ==== HERO VIDEO PLAY/PAUSE CONTROL ============ */
.hero-play-pause-btn {
    position: absolute;
    display: inline-block;
    top: 95%;
    left: 5%;
    transform: translate(-5%, -95%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 16px;
    width: 40px;
    height: 40px;
    padding: 8px;
    cursor: pointer;
    border-radius: 50%;
    outline: none;
    z-index: 9999;
    transition: all .5s;
}
@media (max-width: 767.8px) {
  .hero-play-pause-btn {
    top: 68%;
    left: 5%;
    transform: translate(-5%, -68%);
  }
}
.hero-play-pause-btn i {
    width: 1rem;
    height: 1rem;
}
.hero-play-pause-btn:focus {
    outline: 1px dashed;
}
.hero-play-pause-btn:hover {
    background-color: rgba(0, 0, 0, 0.9);
    transition: all .5s;
}
/* COOKIE CONSENT Z-INDEX */
.consent-footer.offcanvas.offcanvas-bottom.show {
    z-index: 99999;
}
/* PROFILE CANDIDATE SETTINGS */
.candidate-settings-panel .label-primary {
    background-color: #18453b;
}
.candidate-settings-panel .label-info {
    background-color: #008208;
}
.label.job-favourited {
    background-color: #18453b;
}

/* GLOBAL ACCESSIBILITY NAV - 'SKIP TO' LINKS */
.access-nav {
    position: absolute;
    z-index: 99999;
    top: 0
}

.access-nav .show-on-focus {
    position: absolute!important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0)
}

.access-nav .show-on-focus:focus {
    position: static!important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    background-color: #fff;
    outline: none;
}