/**************************************************
* GENERAL
***************************************************/
.container-wrapper {
	background: #ffffff;
}
.menu-trigger:before {
	background: #ffffff;
    box-shadow: 0 5px transparent, 0 11px #ffffff, 0 17px transparent, 0 22px #ffffff;
}
.menu-trigger .label {
	color: #ffffff;
}
.container-wrapper .responsive-container .container {
	width: 100%;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
	margin-right: auto;
	margin-left: auto;
}

/**************************************************
* HERO
***************************************************/
.second-level-head-region .section-bkg-container {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.content-wrapper h1.second-level-head-region_heading span {
	line-height: 1;
	padding: 13px 40px 15px 40px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

/**************************************************
* NAV CARDS
***************************************************/
/*#promo-section-3::after {
	content: "";
	display: none;
	display: block;
	width: 100%;
	height: 1.5rem;
	background: linear-gradient(to right, #002244, #1791ad, #bccf9d);
}*/
.adm-index-nav-cards-section {
	position: relative;
	padding: 3.5rem 0 2.5rem 0;
	background-color: rgba(23, 145, 173, 0.15);
}
.adm-index-nav-cards-section .adm-index-nav-cards-heading-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 300px;
}
.adm-index-nav-cards-section .adm-index-nav-cards-heading-bg .adm-index-nav-cards-heading-bg-gradient-base {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to right, #197c96, #129abc, #197c96);
	z-index: 1;
}
.adm-index-nav-cards-section .adm-index-nav-cards-heading-bg .adm-index-nav-cards-heading-bg-image-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('https://www.stonybrook.edu/commcms/_second-level/admissions/images/backgrounds/adm-index-nav-cards-heading-bg.png');
	background-blend-mode: overlay;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.15;
	z-index: 2;
}
.adm-index-nav-cards-section .adm-index-nav-cards-heading-bg .adm-index-nav-cards-heading-bg-color-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #0d4856;
	opacity: 0.05;
	z-index: 3;
}
.adm-index-nav-cards-section > .container {
	position: relative;
	z-index: 5;
}
.adm-index-nav-cards-section .adm-index-nav-cards-heading {
	padding-bottom: 2.75rem;
}
.adm-index-nav-cards-section .adm-index-nav-cards-heading h2 {
	font-family: Bitter, Garamond, serif !important;
	font-size: 3.5rem;
	font-weight: 800 !important;
	letter-spacing: 0.02em;
	text-align: center;
	color: #ffffff;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
	margin-top: 0;
	margin-bottom: 0;
}
.adm-index-nav-cards-section .adm-index-nav-cards {
	display: grid;
	grid-template-rows: min-content 0px min-content 0px min-content 0px;
	grid-template-columns: 1fr 1fr 1fr;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	row-gap: 0;
	transition: grid-template-rows 300ms cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-tap-highlight-color: transparent;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card {
	display: block;
	text-decoration: none;
	margin-bottom: 1.5rem;
	outline: none !important;
	-webkit-tap-highlight-color: transparent;
}
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(1),
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(2),
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(3) {
	grid-row: 1;
}
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(4),
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(5),
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(6) {
	grid-row: 3;
}
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(7),
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(8),
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(9) {
	grid-row: 5;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(1) {
	grid-row: 2;
	grid-column: 1 / 4;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(1) .adm-index-nav-card-list-markers > span:nth-child(2)::after {
	display: block;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(2) {
	grid-row: 2;
	grid-column: 1 / 4;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(2) .adm-index-nav-card-list-markers > span:nth-child(3)::after {
	display: block;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(3) {
	grid-row: 4;
	grid-column: 1 / 4;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(3) .adm-index-nav-card-list-markers > span:nth-child(1)::after {
	display: block;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(4) {
	grid-row: 6;
	grid-column: 1 / 4;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(4) .adm-index-nav-card-list-markers > span:nth-child(1)::after {
	display: block;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(5) {
	grid-row: 6;
	grid-column: 1 / 4;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(5) .adm-index-nav-card-list-markers > span:nth-child(2)::after {
	display: block;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-container {
	position: relative;
	perspective: 1000px;
	height: 100%;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-front {
	position: relative;
	z-index: 10;
	transform-style: preserve-3d;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-front {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0.5rem;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 4px rgba(23, 145, 173, 0.15);
	transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:hover .adm-index-nav-card-front {
	background-color: #f3f9fb;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 1.55rem;
	color: #0b4a59;
	padding: 1.5rem 0 1rem 0;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-content.adm-index-nav-card-content-with-subheading {
	padding: 1rem 0 0.35rem 0;
}
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-content h3 {
	font-family: Bitter, Garamond, serif !important;
	font-size: inherit;
	margin-bottom: 0;
	cursor: pointer;
	color: #990000;
	transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:hover .adm-index-nav-card-front .adm-index-nav-card-content h3,
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:focus .adm-index-nav-card-front .adm-index-nav-card-content h3 {
	color: #1791ad;
}
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-content h3 span {
	display: inline;
	vertical-align: middle;
}
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-content h3 svg {
	display: inline;
	width: 1em;
	height: 1em;
	fill: #1791ad;
	margin-left: 0.5em;
	vertical-align: middle;
	transform: translatex(0), translatey(0);
	transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:hover .adm-index-nav-card-front .adm-index-nav-card-content h3 svg.adm-index-nav-card-icon-arrow,
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:focus .adm-index-nav-card-front .adm-index-nav-card-content h3 svg.adm-index-nav-card-icon-arrow {
	transform: translatex(0.25em);
}
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:not(.active):hover .adm-index-nav-card-front .adm-index-nav-card-content h3 svg.adm-index-nav-card-icon-chevron {
	transform: translatey(0.25em);
}
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card.active .adm-index-nav-card-front .adm-index-nav-card-content h3 svg.adm-index-nav-card-icon-chevron {
	transform: translatey(0) rotate(180deg);
}
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card.active:hover .adm-index-nav-card-front .adm-index-nav-card-content h3 svg.adm-index-nav-card-icon-chevron {
	transform: translatey(-0.25em) rotate(180deg);
}
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-content h3 + p {
	position: relative;
	font-family: Bitter, Garamond, serif !important;
	font-size: 1rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: 0.15rem;
	margin-bottom: 0;
	color: #4b5563;
}
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-content h3 + p span {
	position: relative;
	background-color: #ffffff;
	padding: 0 0.5rem;
	z-index: 10;
	transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:hover .adm-index-nav-card-front .adm-index-nav-card-content h3 + p span {
	background-color: #f3f9fb;
}
.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-content h3 + p::before {
	content: "";
	position: absolute;
	left: 1.5rem;
	right: 1.5rem;
	top: calc(50% - 0.5px);
	border-bottom: 1px solid #e5e7eb;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-content em {
	display: inline-block;
	color: #1791ad;
	margin-left: 0.6em;
	font-size: 0.95em;
	vertical-align: middle;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-image {
	flex: 0 0 auto;
	display: block;
	width: auto;
	max-width: 100%;
	border-radius: 6px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 0;
	background-color: #ffffff;
	color: #111827;
	border-radius: 12px;
	box-shadow: 0 4px 4px rgba(23, 145, 173, 0.15);
	transition: opacity 550ms cubic-bezier(0.4, 0, 0.2, 1);
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back .adm-index-nav-card-title {
	flex: 0 0 auto;
	font-size: 1.25rem;
	text-align: center;
	padding: 1.5rem 1.5rem 1.25rem 1.5rem;
	background-color: #f3f4f6;
	border-bottom: 1px solid #e5e7eb;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back .adm-index-nav-card-title h3 {
	font-family: Bitter, Garamond, serif !important;
	font-size: inherit;
	margin-bottom: 0;
	cursor: pointer;
	color: #990000;
	transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back .adm-index-nav-card-title h3 span {
	display: inline;
	vertical-align: middle;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back .adm-index-nav-card-title h3 svg {
	display: inline;
	width: 1em;
	height: 1em;
	fill: #1791ad;
	margin-left: 0.5em;
	vertical-align: middle;
	transform: translatex(0), translatey(0);
	transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card.active .adm-index-nav-card-back .adm-index-nav-card-title h3 svg {
	transform: rotate(180deg);
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back .adm-index-nav-card-title.adm-index-nav-card-title-with-subheading {
	padding: 1.5rem 1.5rem 1rem 1.5rem;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back .adm-index-nav-card-title h3 + p {
	position: relative;
	font-family: Bitter, Garamond, serif !important;
	font-size: 1rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: 0.15rem;
	margin-bottom: 0;
	color: #4b5563;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back .adm-index-nav-card-content {
	flex: 1;
	padding: 1.25rem 1.5rem;
	overflow: auto;
	font-size: 1rem;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back .adm-index-nav-card-content * {
	font-family: Bitter, Garamond, serif !important;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back .adm-index-nav-card-content {
	scrollbar-width: thin;
	scrollbar-color: #a6a6a6 #ffffff;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back .adm-index-nav-card-content::-webkit-scrollbar {
	width: 10px;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back .adm-index-nav-card-content::-webkit-scrollbar-track {
	background-color: #ffffff;
	border-left: 2px solid #e6e6e6;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back .adm-index-nav-card-content::-webkit-scrollbar-thumb {
	background-color: #a6a6a6;
	border-left: 2px solid #e6e6e6;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back .adm-index-nav-card-content > p {
	margin-top: 0;
	font-size: inherit;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back .adm-index-nav-card-content > *:last-child {
	margin-bottom: 0;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back .adm-index-nav-card-content ul {
	font-family: Bitter, Garamond, serif !important;
	margin-left: 1rem;
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 1.5;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back .adm-index-nav-card-content ul li {
	font-family: Bitter, Garamond, serif !important;
	font-size: inherit;
	line-height: inherit;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list {
	position: relative;
	visibility: hidden;
	overflow: hidden;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list.active {
	visibility: visible;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list ul {
	display: block;
	padding: 0;
	margin: 0;
	margin-top: calc(1.5rem - 5px);
	margin-bottom: 1.5rem;
	list-style: none;
	border-radius: 4px;
	box-shadow: 0 4px 4px rgba(23, 145, 173, 0.15);
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list .adm-index-nav-card-list-markers {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	row-gap: 0;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list .adm-index-nav-card-list-markers > span {
	position: relative;
	display: block;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list .adm-index-nav-card-list-markers > span::after {
	content: "";
	display: none;
	position: absolute;
	top: -13px;
	left: calc(50% - 15px);
	background-color: #ffffff;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	transform: rotate(45deg);
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list li {
	display: block;
	font-family: Bitter, Garamond, serif !important;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list li a {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 1.35rem 1.5rem 1.25rem 1.5rem;
	font-family: Bitter, Garamond, serif !important;
	font-size: 1.35rem;
	font-weight: 500;
	background-color: #ffffff;
	color: #111827;
	text-decoration: none;
	outline: none !important;
	z-index: 10;
	transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list li a:hover,
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list li a:focus {
	color: #1791ad;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list li a span {
	flex: 1;
	font-family: Bitter, Garamond, serif !important;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list li a svg {
	display: block;
	flex: 0 0 1.25em;
	width: 1.25em;
	height: auto;
	fill: #1791ad;
	margin-left: 0.5em;
	transform: translatex(0);
	transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list li a:hover svg,
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list li a:focus svg {
	transform: translatex(0.25em);
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list li.adm-index-nav-card-list-markers + li a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list li:last-of-type a {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list li:not(:last-of-type) a {
	border-bottom: 1px solid #e5e7eb;
}
.adm-index-nav-cards-section #adm-index-nav-cards-btn {
	position: relative;
}
.adm-index-nav-cards-section #adm-index-nav-cards-btn a {
	position: relative;
	display: block;
	width: calc((100% - 3rem) / 3);
	padding: 1rem 1rem 0.85rem 1rem;
	margin: 1.75rem auto 0 auto;
	font-family: Bitter, Garamond, serif !important;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
	background: linear-gradient(to right, #6B000D, #990000, #D52027);
	color: #ffffff;
	text-decoration: none;
	border-radius: 2px;
	outline: none;
}
.adm-index-nav-cards-section #adm-index-nav-cards-btn a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to right, #002244, #1791AD);
	border-radius: inherit;
	opacity: 0;
	transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.adm-index-nav-cards-section #adm-index-nav-cards-btn a:hover::before {
	opacity: 1;
}
.adm-index-nav-cards-section #adm-index-nav-cards-btn a span {
	position: relative;
	z-index: 1;
	font-family: inherit !important;
}
.adm-index-nav-cards-section #adm-index-nav-cards-btn a:focus:not(:hover) {
	outline: 3px solid #1b87ff;
}

/* ANIMATION */
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card .adm-index-nav-card-back,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card .adm-index-nav-card-back {
	-webkit-animation-duration: 550ms;
	animation-duration: 550ms;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(1) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(1) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(1) .adm-index-nav-card-back,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(1) .adm-index-nav-card-back {
	-webkit-animation-delay: calc(225ms * 0);
	animation-delay: calc(225ms * 0);
}
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(2) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(2) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(2) .adm-index-nav-card-back,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(2) .adm-index-nav-card-back {
	-webkit-animation-delay: calc(225ms * 1);
	animation-delay: calc(225ms * 1);
}
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(3) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(3) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(3) .adm-index-nav-card-back,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(3) .adm-index-nav-card-back {
	-webkit-animation-delay: calc(225ms * 2);
	animation-delay: calc(225ms * 2);
}
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(4) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(4) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(4) .adm-index-nav-card-back,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(4) .adm-index-nav-card-back {
	-webkit-animation-delay: calc(225ms * 3);
	animation-delay: calc(225ms * 3);
}
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(5) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(5) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(5) .adm-index-nav-card-back,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(5) .adm-index-nav-card-back {
	-webkit-animation-delay: calc(225ms * 4);
	animation-delay: calc(225ms * 4);
}
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(6) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(6) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(6) .adm-index-nav-card-back,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(6) .adm-index-nav-card-back {
	-webkit-animation-delay: calc(225ms * 5);
	animation-delay: calc(225ms * 5);
}
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(7) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(7) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(7) .adm-index-nav-card-back,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(7) .adm-index-nav-card-back {
	-webkit-animation-delay: calc(225ms * 6);
	animation-delay: calc(225ms * 6);
}
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(8) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(8) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(8) .adm-index-nav-card-back,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(8) .adm-index-nav-card-back {
	-webkit-animation-delay: calc(225ms * 7);
	animation-delay: calc(225ms * 7);
}
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(9) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(9) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(9) .adm-index-nav-card-back,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(9) .adm-index-nav-card-back {
	-webkit-animation-delay: calc(225ms * 8);
	animation-delay: calc(225ms * 8);
}

/* ANIMATION - SHOW */
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card .adm-index-nav-card-front {
	pointer-events: none !important;
}
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(1) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(4) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(7) .adm-index-nav-card-front {
	-webkit-animation-name: adm-index-nav-card-swing-out-left;
	animation-name: adm-index-nav-card-swing-out-left;
}
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(2) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(5) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(8) .adm-index-nav-card-front {
	-webkit-animation-name: adm-index-nav-card-swing-out-top;
	animation-name: adm-index-nav-card-swing-out-top;
}
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(3) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(6) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(9) .adm-index-nav-card-front {
	-webkit-animation-name: adm-index-nav-card-swing-out-right;
	animation-name: adm-index-nav-card-swing-out-right;
}
.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card .adm-index-nav-card-back {
	-webkit-animation-name: adm-index-nav-card-fade-in;
	animation-name: adm-index-nav-card-fade-in;
}

/* ANIMATION - HIDE */
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card .adm-index-nav-card-front {
	pointer-events: auto !important;
}
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(1) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(4) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(7) .adm-index-nav-card-front {
	-webkit-animation-name: adm-index-nav-card-swing-in-left;
	animation-name: adm-index-nav-card-swing-in-left;
}
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(2) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(5) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(8) .adm-index-nav-card-front {
	-webkit-animation-name: adm-index-nav-card-swing-in-top;
	animation-name: adm-index-nav-card-swing-in-top;
}
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(3) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(6) .adm-index-nav-card-front,
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(9) .adm-index-nav-card-front {
	-webkit-animation-name: adm-index-nav-card-swing-in-right;
	animation-name: adm-index-nav-card-swing-in-right;
}
.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card .adm-index-nav-card-back {
	-webkit-animation-name: adm-index-nav-card-fade-out;
	animation-name: adm-index-nav-card-fade-out;
}

/* INFO BUTTON */
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-front {
    position: relative;
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-info-btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 56px;
    height: 56px;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.8);
    border-top: none;
    border-right: none;
    border-bottom-left-radius: 16px;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-info-btn svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #1791ad;
    padding: 0;
    margin: 0;
    line-height: 1;
    transition: fill 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-info-btn:hover {
    background-color: rgba(255, 255, 255, 0.95);
}
.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-info-btn:hover svg {
    fill: #4b5563;
}
.adm-index-nav-cards-section .adm-index-nav-cards:not(.show):not(.hide):not(.animating) a.adm-index-nav-card .adm-index-nav-card-front {
	visibility: visible;
	opacity: 1;
	pointer-events: auto !important;
	transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
}
.adm-index-nav-cards-section .adm-index-nav-cards:not(.show):not(.hide):not(.animating) a.adm-index-nav-card.info .adm-index-nav-card-front {
	pointer-events: none !important;
	opacity: 0;
}
.adm-index-nav-cards-section .adm-index-nav-cards:not(.show):not(.hide):not(.animating) a.adm-index-nav-card .adm-index-nav-card-back {
	opacity: 0;
	transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
}
.adm-index-nav-cards-section .adm-index-nav-cards:not(.show):not(.hide):not(.animating) a.adm-index-nav-card.info .adm-index-nav-card-back {
	opacity: 1;
}

/**************************************************
* STATS
***************************************************/
.adm-index-stats-section {
	background-color: #fafafa;
	padding: 3.5rem 0;
}

/**************************************************
* CTA CARDS
***************************************************/
.adm-index-cta-cards-section {
	position: relative;
	background-color: #1791AD;
	padding: 3.5rem 0;
}
.adm-index-cta-cards-section .adm-index-cta-cards-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.adm-index-cta-cards-section .adm-index-cta-cards-bg .adm-index-cta-cards-bg-gradient-base {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to right, #00549A, #129abc, #00549A);
	z-index: 1;
}
.adm-index-cta-cards-section .adm-index-cta-cards-bg .adm-index-cta-cards-bg-color-base {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #bccf9d;
	opacity: 0.15;
	z-index: 2;
}
.adm-index-cta-cards-section .adm-index-cta-cards-bg .adm-index-cta-cards-bg-image-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('https://www.stonybrook.edu/commcms/_second-level/admissions/images/backgrounds/adm-index-cta-cards-bg.png');
	background-blend-mode: overlay;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.35;
	z-index: 3;
}
.adm-index-cta-cards-section .adm-index-cta-cards-bg .adm-index-cta-cards-bg-color-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #0d4856;
	opacity: 0.25;
	z-index: 4;
}
.adm-index-cta-cards-section > .container {
	position: relative;
	z-index: 5;
}
.adm-index-cta-cards-section .adm-index-cta-cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	row-gap: 1.5rem;
	justify-content: center;
	align-items: stretch;
}
.adm-index-cta-cards-section .adm-index-cta-cards .adm-index-cta-card {
	display: block;
	flex: 0 0 auto;
	width: calc((100% - 3rem) / 3);
	padding: 0.5rem;
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.2);
	color: #ffffff;
	text-decoration: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 4px 4px rgba(23, 145, 173, 0.15);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);

	transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.adm-index-cta-cards-section .adm-index-cta-cards .adm-index-cta-card:hover,
.adm-index-cta-cards-section .adm-index-cta-cards .adm-index-cta-card:focus {
	background-color: rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 4px 4px rgba(23, 145, 173, 0.15);
}
.adm-index-cta-cards-section .adm-index-cta-cards .adm-index-cta-card .adm-index-cta-card-content {
	text-align: center;
	font-size: 1.55rem;
	color: #ffffff;
	padding: 1rem 0 0.45rem 0;
}
.adm-index-cta-cards-section .adm-index-cta-cards .adm-index-cta-card .adm-index-cta-card-content h3 {
	font-size: inherit;
	margin-bottom: 0;
	color: #ffffff;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
.adm-index-cta-cards-section .adm-index-cta-cards .adm-index-cta-card .adm-index-cta-card-image {
	display: block;
	width: 100%;
	max-width: none;
	border-radius: 8px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

/**************************************************
* ANIMATIONS
***************************************************/
@-webkit-keyframes adm-index-nav-card-swing-in-top {
	0%, 100% {
		transform-origin: top;
	}
	0% {
		transform: rotateX(90deg);
		opacity: 0;
	}
	100% {
		transform: rotateX(0deg);
		opacity: 1;
	}
}
@keyframes adm-index-nav-card-swing-in-top {
	0%, 100% {
		transform-origin: top;
	}
	0% {
		transform: rotateX(90deg);
		opacity: 0;
	}
	100% {
		transform: rotateX(0deg);
		opacity: 1;
	}
}
@-webkit-keyframes adm-index-nav-card-swing-in-left {
	0%, 100% {
		transform-origin: left;
	}
	0% {
		transform: rotateY(-90deg);
		opacity: 0;
	}
	100% {
		transform: rotateY(0deg);
		opacity: 1;
	}
}
@keyframes adm-index-nav-card-swing-in-left {
	0%, 100% {
		transform-origin: left;
	}
	0% {
		transform: rotateY(-90deg);
		opacity: 0;
	}
	100% {
		transform: rotateY(0deg);
		opacity: 1;
	}
}
@-webkit-keyframes adm-index-nav-card-swing-in-right {
	0%, 100% {
		transform-origin: right;
	}
	0% {
		transform: rotateY(90deg);
		opacity: 0;
	}
	100% {
		transform: rotateY(0deg);
		opacity: 1;
	}
}
@keyframes adm-index-nav-card-swing-in-right {
	0%, 100% {
		transform-origin: right;
	}
	0% {
		transform: rotateY(90deg);
		opacity: 0;
	}
	100% {
		transform: rotateY(0deg);
		opacity: 1;
	}
}
@-webkit-keyframes adm-index-nav-card-swing-out-top {
	0%, 100% {
		transform-origin: top;
	}
	0% {
		transform: rotateX(0deg);
		opacity: 1;
	}
	100% {
		transform: rotateX(90deg);
		opacity: 0;
	}
}
@keyframes adm-index-nav-card-swing-out-top {
	0%, 100% {
		transform-origin: top;
	}
	0% {
		transform: rotateX(0deg);
		opacity: 1;
	}
	100% {
		transform: rotateX(90deg);
		opacity: 0;
	}
}
@-webkit-keyframes adm-index-nav-card-swing-out-left {
	0%, 100% {
		transform-origin: left;
	}
	0% {
		transform: rotateY(0deg);
		opacity: 1;
		visibility: visible;
	}
	100% {
		transform: rotateY(-90deg);
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes adm-index-nav-card-swing-out-left {
	0%, 100% {
		transform-origin: left;
	}
	0% {
		transform: rotateY(0deg);
		opacity: 1;
		visibility: visible;
	}
	100% {
		transform: rotateY(-90deg);
		opacity: 0;
		visibility: hidden;
	}
}
@-webkit-keyframes adm-index-nav-card-swing-out-right {
	0%, 100% {
		transform-origin: right;
	}
	0% {
		transform: rotateY(0deg);
		opacity: 1;
	}
	100% {
		transform: rotateY(90deg);
		opacity: 0;
	}
}
@keyframes adm-index-nav-card-swing-out-right {
	0%, 100% {
		transform-origin: right;
	}
	0% {
		transform: rotateY(0deg);
		opacity: 1;
	}
	100% {
		transform: rotateY(90deg);
		opacity: 0;
	}
}
@-webkit-keyframes adm-index-nav-card-fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes adm-index-nav-card-fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes adm-index-nav-card-fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes adm-index-nav-card-fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/**************************************************
* MEDIA QUERIES
***************************************************/
@media (max-width: 1399px) {
	/* NAV CARDS */
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-content {
		font-size: 1.35rem;
	}
	.adm-index-nav-cards-section #adm-index-nav-cards-btn a {
		font-size: 1rem;
	}
}
@media (max-width: 1199px) {
	/* NAV CARDS */
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-content h3 br {
		content: "";
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-content h3 br::after {
		content: " ";
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-content,
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back .adm-index-nav-card-title {
		font-size: 1.125rem;
	}
	.adm-index-nav-cards-section #adm-index-nav-cards-btn a {
		font-size: 1rem;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-info-btn {
		width: 48px;
		height: 48px;
		padding: 8px;
	}

	/* CTA CARDS */
	.adm-index-cta-cards-section .adm-index-cta-cards .adm-index-cta-card .adm-index-cta-card-content {
		font-size: 1.35rem;
	}
}
@media (max-width: 991px) {
	/* NAV CARDS */
	.adm-index-nav-cards-section {
		padding: 3rem 0 1.5rem 0;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards-heading h2 {
		font-size: 3rem;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards {
		display: grid;
		grid-template-rows: min-content 0px min-content 0px min-content min-content 0px min-content;
		grid-template-columns: 1fr 1fr;
		-moz-column-gap: 1.5rem;
		column-gap: 1.5rem;
		row-gap: 0;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card {
		display: block;
		text-decoration: none;
		margin-bottom: 1.5rem;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(1),
	.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(2) {
		grid-row: 1;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(3),
	.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(4) {
		grid-row: 3;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(5),
	.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(6) {
		grid-row: 5;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(7),
	.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(8) {
		grid-row: 6;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(9) {
		grid-row: 8;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list ul {
		margin-bottom: 1.5rem;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(1) {
		grid-row: 2;
		grid-column: 1 / 3;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(2) {
		grid-row: 4;
		grid-column: 1 / 3;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(3) {
		grid-row: 4;
		grid-column: 1 / 3;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(4) {
		grid-row: 7;
		grid-column: 1 / 3;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(5) {
		grid-row: 7;
		grid-column: 1 / 3;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list .adm-index-nav-card-list-markers {
		grid-template-columns: 1fr 1fr;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(1) .adm-index-nav-card-list-markers > span:nth-child(2)::after,
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(2) .adm-index-nav-card-list-markers > span:nth-child(1)::after,
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(3) .adm-index-nav-card-list-markers > span:nth-child(2)::after,
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(4) .adm-index-nav-card-list-markers > span:nth-child(1)::after,
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(5) .adm-index-nav-card-list-markers > span:nth-child(2)::after {
		display: block;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(1) .adm-index-nav-card-list-markers > span:nth-child(1)::after,
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(1) .adm-index-nav-card-list-markers > span:nth-child(3)::after,
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(2) .adm-index-nav-card-list-markers > span:nth-child(2)::after,
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(2) .adm-index-nav-card-list-markers > span:nth-child(3)::after,
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(3) .adm-index-nav-card-list-markers > span:nth-child(1)::after,
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(3) .adm-index-nav-card-list-markers > span:nth-child(3)::after,
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(4) .adm-index-nav-card-list-markers > span:nth-child(2)::after,
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(4) .adm-index-nav-card-list-markers > span:nth-child(3)::after,
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(5) .adm-index-nav-card-list-markers > span:nth-child(1)::after,
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(5) .adm-index-nav-card-list-markers > span:nth-child(3)::after {
		display: none;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-content {
		font-size: 1.35rem;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back .adm-index-nav-card-title {
		font-size: 1.25rem;
	}
	.adm-index-nav-cards-section #adm-index-nav-cards-btn a {
		width: calc((100% - 1.5rem) / 2);
		font-size: 1rem;
	}

	/* NAV CARDS - ANIMATION - SHOW */
	.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(1) .adm-index-nav-card-front,
	.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(3) .adm-index-nav-card-front,
	.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(5) .adm-index-nav-card-front,
	.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(7) .adm-index-nav-card-front,
	.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(9) .adm-index-nav-card-front {
		-webkit-animation-name: adm-index-nav-card-swing-out-left;
		animation-name: adm-index-nav-card-swing-out-left;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(2) .adm-index-nav-card-front,
	.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(4) .adm-index-nav-card-front,
	.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(6) .adm-index-nav-card-front,
	.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card:nth-of-type(8) .adm-index-nav-card-front {
		-webkit-animation-name: adm-index-nav-card-swing-out-right;
		animation-name: adm-index-nav-card-swing-out-right;
	}

	/* NAV CARDS - ANIMATION - HIDE */
	.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(1) .adm-index-nav-card-front,
	.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(3) .adm-index-nav-card-front,
	.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(5) .adm-index-nav-card-front,
	.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(7) .adm-index-nav-card-front,
	.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(9) .adm-index-nav-card-front {
		-webkit-animation-name: adm-index-nav-card-swing-in-left;
		animation-name: adm-index-nav-card-swing-in-left;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(2) .adm-index-nav-card-front,
	.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(4) .adm-index-nav-card-front,
	.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(6) .adm-index-nav-card-front,
	.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card:nth-of-type(8) .adm-index-nav-card-front {
		-webkit-animation-name: adm-index-nav-card-swing-in-right;
		animation-name: adm-index-nav-card-swing-in-right;
	}

	/* STATS */
	.adm-index-stats-section {
		padding: 2.5rem 0;
	}

	/* CTA CARDS */
	.adm-index-cta-cards-section {
		padding: 2.5rem 0;
	}
	.adm-index-cta-cards-section .adm-index-cta-cards .adm-index-cta-card {
		width: calc((100% - 1.5rem) / 2)
	}
}
@media (max-width: 767px) {
	/* HERO */
	.second-level-head-region .wrapper {
		width: 100%;
		margin: 0;
	}
	.content-wrapper h1.second-level-head-region_heading span {
		font-size: 2.5rem !important;
		padding: 13px 40px 15px 40px;
		border: 8px solid #fff;
		border-bottom: none;
	}
	.second-level-head-region .section-bkg-container {
		border-bottom: 8px solid #fff;
	}

	/* NAV CARDS */
	.adm-index-nav-cards-section {
		padding: 3rem 0 1.5rem 0;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards-heading-bg .adm-index-nav-cards-heading-bg-image-overlay {
		display: none;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards-heading h2 {
		font-size: 2.5rem;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards {
		grid-template-rows: min-content min-content 0px min-content 0px min-content 0px min-content min-content min-content 0px min-content 0px min-content;
		grid-template-columns: 1fr;
		-moz-column-gap: 1.5rem;
		column-gap: 1.5rem;
		row-gap: 0;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card {
		display: block;
		text-decoration: none;
		margin-bottom: 1.5rem;
		grid-row: auto;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(1) {
		grid-row: 1;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(2) {
		grid-row: 2;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(3) {
		grid-row: 4;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(4) {
		grid-row: 6;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(5) {
		grid-row: 8;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(6) {
		grid-row: 9;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(7) {
		grid-row: 10;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(8) {
		grid-row: 12;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card:nth-of-type(9) {
		grid-row: 14;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list ul {
		margin-bottom: 1.5rem;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(1) {
		grid-row: 3;
		grid-column: 1;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(2) {
		grid-row: 5;
		grid-column: 1;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(3) {
		grid-row: 7;
		grid-column: 1;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(4) {
		grid-row: 11;
		grid-column: 1;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list:nth-of-type(5) {
		grid-row: 13;
		grid-column: 1;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list .adm-index-nav-card-list-markers {
		display: flex;
        justify-content: center;
		column-gap: 0;
		row-gap: 0;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list .adm-index-nav-card-list-markers > span:first-child,
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list .adm-index-nav-card-list-markers > span:first-child::after {
		display: block !important;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list .adm-index-nav-card-list-markers > span:not(:first-child),
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card-list .adm-index-nav-card-list-markers > span:not(:first-child)::after {
		display: none !important;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-content {
		font-size: 1.35rem;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-back .adm-index-nav-card-title {
		font-size: 1.25rem;
	}
	.adm-index-nav-cards-section #adm-index-nav-cards-btn a {
		width: auto;
		font-size: 1rem;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards .adm-index-nav-card .adm-index-nav-card-front .adm-index-nav-card-info-btn {
		width: 56px;
		height: 56px;
		padding: 12px;
	}
	
	/* NAV CARDS - ANIMATION */
	.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card .adm-index-nav-card-front,
    .adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card .adm-index-nav-card-front,
    .adm-index-nav-cards-section .adm-index-nav-cards.animating a.adm-index-nav-card .adm-index-nav-card-front,
	.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card .adm-index-nav-card-back,
	.adm-index-nav-cards-section .adm-index-nav-cards.hide a.adm-index-nav-card .adm-index-nav-card-back,
	.adm-index-nav-cards-section .adm-index-nav-cards.animating a.adm-index-nav-card .adm-index-nav-card-back {
        -webkit-animation: none !important;
        animation: none !important;
    }
    .adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card .adm-index-nav-card-front {
		visibility: visible;
		opacity: 1;
		pointer-events: auto !important;
		transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
	}
	.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card .adm-index-nav-card-front {
		pointer-events: none !important;
		opacity: 0;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards a.adm-index-nav-card .adm-index-nav-card-back {
		opacity: 0;
		transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
	}
	.adm-index-nav-cards-section .adm-index-nav-cards.show a.adm-index-nav-card .adm-index-nav-card-back {
		opacity: 1;
	}
	
	/* STATS */
	.adm-index-stats-section {
		padding: 0.75rem;
	}
	#adm-index-stats {
		display: none !important;
	}
	#adm-index-stats-mobile {
		display: block !important;
	}

	/* CTA CARDS */
	.adm-index-cta-cards-section {
		padding: 1.5rem 0;
	}
	.adm-index-cta-cards-section .adm-index-cta-cards-bg .adm-index-cta-cards-bg-image-overlay {
		display: none;
	}
	.adm-index-cta-cards-section .adm-index-cta-cards .adm-index-cta-card {
		width: 100%;
	}
	.adm-index-cta-cards-section .adm-index-cta-cards .adm-index-cta-card .adm-index-cta-card-content {
		font-size: 1.55rem;
	}
}
@media (max-width: 575px) {
	/* NAV CARDS */
	.adm-index-nav-cards-section .adm-index-nav-cards-heading-bg {
		height: 62vw;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards-heading h2 {
		font-size: 2rem;
	}
	.adm-index-nav-cards-section #adm-index-nav-cards-btn a {
		width: auto;
		font-size: 0.875rem;
	}
	/* CTA CARDS */
	.adm-index-cta-cards-section {
		padding: 1.5rem 0.75rem;
	}
	.adm-index-cta-cards-section .adm-index-cta-cards .adm-index-cta-card .adm-index-cta-card-content {
		font-size: 1.35rem;
	}
}
@media (min-width: 576px) {
	/* CONTAINERS */
	.container-wrapper .responsive-container .container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	/* CONTAINERS */
	.container-wrapper .responsive-container .container {
		max-width: 720px;
	}
	
	/* NAV CARDS - SHOW INFO ON HOVER */
	/*.adm-index-nav-cards-section .adm-index-nav-cards:not(.show):not(.hide):not(.animating) a.adm-index-nav-card .adm-index-nav-card-front {
		visibility: visible;
		opacity: 1;
		pointer-events: auto !important;
		transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
	}
	.adm-index-nav-cards-section .adm-index-nav-cards:not(.show):not(.hide):not(.animating) a.adm-index-nav-card:hover .adm-index-nav-card-front {
		pointer-events: none !important;
		opacity: 0;
	}
	.adm-index-nav-cards-section .adm-index-nav-cards:not(.show):not(.hide):not(.animating) a.adm-index-nav-card .adm-index-nav-card-back {
		opacity: 0;
		transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
	}
	.adm-index-nav-cards-section .adm-index-nav-cards:not(.show):not(.hide):not(.animating) a.adm-index-nav-card:hover .adm-index-nav-card-back {
		opacity: 1;
	}*/

	/* STATS */
	#adm-index-stats {
		display: block !important;
	}
	#adm-index-stats-mobile {
		display: none !important;
	}
}
@media (min-width: 992px) {
	/* CONTAINERS */
	.container-wrapper .responsive-container .container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	/* CONTAINERS */
	.container-wrapper .responsive-container .container {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	/* CONTAINERS */
	.container-wrapper .responsive-container .container {
		max-width: 1320px;
	}
}