/* DS Flex Work */
/* adjustable columns - start */
.adj-col-default {
	padding: 0.55rem 2.4rem 2.4rem;
	margin-bottom: 2rem;
	border-radius: 15px;
}

.adj-col-item--bg-lt-blue {
	background: #AAE3F9;
}

/*.adj-col-item--bg-blue {
	background: #0048B5;
	color: white;
}*/

.adj-col-item--bg-dk-blue {
	background: #004C97;
	color: white;
}

.adj-col-item--bg-gold {
	background: #FFC61E;
}

.adj-col-item--bg-black {
	background: #002142;
	color: white;
}

.adj-col-item--bg-lt-gray {
	background: #DFEAF4;
}

.adj-col-item--bg-dk-gray {
	background: #3F576E;
}

/*.adj-col-item--bg-blue a,*/
.adj-col-item--bg-dk-blue a,
.adj-col-item--bg-black a {
	color: #FFC61E;
}

.adj-col-item--bg-blue a:hover,
.adj-col-item--bg-dk-blue a:hover,
.adj-col-item--bg-black a:hover {
	color: white;
}

.adj-col-item--bg-dk-gray a,
.adj-col-item--bg-dk-gray a:hover {
	color: #002142;
}

.adj-col-item--bg-dk-gray h3 a {
	color: white;
}

.adj-col-item--bg-dk-blue .adj-col-item__subtitle a:hover,
.adj-col-item--bg-black .adj-col-item__subtitle a:hover,
.adj-col-item--bg-dk-blue .adj-col-item__body a:hover,
.adj-col-item--bg-black .adj-col-item__body a:hover {
	text-decoration-color: #ffffff;
}

@media screen and (min-width: 1025px) {
	.adjustable-columns .adjustable-columns__items {
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px;
	}

	.adjustable-columns .adj-col-item {
		display: flex;
		flex-direction: column;
		flex: 1 1 calc(25% - 16px) !important;
		max-width: calc(25% - 16px) !important;
		width: auto !important;
		box-sizing: border-box;
	}

	.adjustable-columns .columns-3>.adj-col-item {
		flex: 1 1 calc(33.333% - 16px) !important;
		max-width: calc(33.333% - 16px) !important;
	}

	.adjustable-columns--even .adj-col-item {
		width: calc(25% - 16px) !important;
		-webkit-flex: 1 0 calc(25% - 16px) !important;
		-ms-flex: 1 0 calc(25% - 16px) !important;
		flex: 1 0 calc(25% - 16px) !important;
	}

	.adj-col-default {
		padding: 0.55rem 3rem 3rem;
	}
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
	.adjustable-columns:not(.image-grid__content) .adjustable-columns__items:not(.columns-3) {
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		gap: 16px;
	}

	.adjustable-columns:not(.image-grid__content) .adjustable-columns__items:not(.columns-3)>.adj-col-item {
		flex: 1 1 calc(50% - 16px) !important;
		max-width: calc(50% - 16px) !important;
	}

	.adjustable-columns .adj-col-item__img {
		height: fit-content;
	}
}

.adj-col-default .adj-col-item {
	display: block;
}

@media screen and (min-width: 700px) {
	.adjustable-columns .adj-col-item__img.img-small {
		max-width: 80% !important;
	}
}

/* adjustable columns - end */

/* scroll block - start */
.scroll-block .card,
.scroll-block .card--bg-lt-blue,
.scroll-block .card--bg-lt-blue .card-content {
	background: #AAE3F9;
	color: #004c97;
}

.scroll-block .card--bg-dk-blue,
.scroll-block .card--bg-dk-blue .card-content {
	background: #004C97;
	color: white;
}

.scroll-block .card--bg-gold,
.scroll-block .card--bg-gold .card-content {
	background: #FFC61E;
	color: #002142;
}

.scroll-block .card--bg-black,
.scroll-block .card--bg-black .card-content {
	background: #002142;
	color: white;
}

.scroll-block .card--bg-lt-gray,
.scroll-block .card--bg-lt-gray .card-content {
	background: #DFEAF4;
	color: #004c97;
}


.scroll-block .card a,
.scroll-block .card--bg-lt-blue .card-content a {
	color: #004c97;
}

.scroll-block .card--bg-gold .card-content a,
.scroll-block .card--bg-lt-gray .card-content a {
	color: #0048b5;
}

.scroll-block .card--bg-dk-blue .card-content a,
.scroll-block .card--bg-black .card-content a {
	color: #FFC61E;
}

/* .scroll-block .card--bg-dk-blue a,
.scroll-block .card--bg-black a {
	color: #FFC61E;
}

.scroll-block .card--bg-dk-blue a:hover,
.scroll-block .card--bg-black a:hover {
	color: white;
} */

.scroll-block .card--bg-dk-blue a:hover,
.scroll-block .card--bg-black a:hover {
	text-decoration: underline;
	/* text-decoration-color: #ffffff; */
}

.scroll-block {
	position: relative;
	display: flex;
}

.scroll-block .scroll-block-heading {
	display: flex;
	justify-content: center;
	width: 30%;
	max-width: 30%;
	border-right: 4px solid #004c97;
	position: relative;
	padding-right: 30px;
	margin-left: 50px;
}

.scroll-block h2 {
	display: flex;
	flex-direction: column;
	font-size: 3rem;
	text-transform: capitalize;
}

.scroll-block h2 span {
	font-weight: 100;
	display: block;
	font-size: 2rem;
	margin-top: 7px;
	align-self: end;
	text-transform: none;
}

.scroll-block .scroll-container {
	overflow: auto;
	scrollbar-width: auto;
	scrollbar-color: #004c97 transparent;
	width: 100%;
	margin-left: auto;
	position: relative;
	border-left: 30px solid white;
}

.scroll-block .scroll-container-inner {
	display: block;
	position: relative;
	margin-left: -29px;
	width: fit-content;
}

.scroll-block ol {
	counter-reset: ol-counter;
}

.scroll-block .scroll-block-heading::before {
	content: "\f0a9";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	right: -22px;
	top: 54px;
	background: transparent;
	color: #004c97;
	z-index: 1;
	font-size: 40px;
}

.scroll-block .scroll-container-inner::after {
	content: "";
	position: absolute;
	top: 6.6rem;
	left: 30px;
	right: 0;
	height: 4px;
	background-color: #004c97;
	z-index: -1;
}

.scroll-block .scroll-block-heading::after {
	content: "";
	background: #fff;
	display: block;
	position: absolute;
	width: 4px;
	height: 70px;
	top: 50px;
	right: -4px;
}

.scroll-block .card {
	position: relative;
	max-width: 90%;
	border-radius: 5px;
	padding: 20px;
	counter-increment: num;
	margin-inline-start: 15px;
	margin-block-end: 30px;
}

.scroll-block li:last-of-type {
	margin-right: 20px;
}

.scroll-block .card .card-content {
	padding-top: 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.scroll-block .card h4,
.scroll-block .card a {
	margin-top: 0 !important;
	font-weight: 900;
}

.scroll-block .card .link>p {
	margin-bottom: 0 !important;
}

.scroll-block .card .link {
	align-self: flex-end;
	margin-top: 25px;
	text-align: right;
}

.numbered-block .card::before {
	content: counter(num);
	position: absolute;
	top: -10px;
	left: -10px;
	background-color: #F5C746;
	color: #004c97;
	font-weight: 900;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.scroll-block:not(.numbered-block) ol>li::before {
	content: "";
	display: none;
}

.scroll-block .scroll-container::-webkit-scrollbar {
	height: 25px;
}

.scroll-block .scroll-container::-webkit-scrollbar-thumb {
	background-color: #004c97;
	border-radius: 50%;
}

@media only screen and (min-width: 700px) and (max-width:1024px) {
	.scroll-block h2 {
		font-size: 2.25rem;
	}

	.scroll-block .scroll-block-heading {
		margin-left: 40px;
	}
}


@media only screen and (min-width: 700px) {
	.scroll-block .scroll-container-inner {
		display: flex;
	}

	.scroll-block .card {
		min-width: 400px;
		margin-inline-start: 40px;
	}

	.scroll-block ol {
		padding-left: 0;
	}
}

@media only screen and (max-width: 699.5px) {
	.scroll-block {
		flex-direction: column;
	}

	.scroll-block .scroll-block-heading {
		border: none;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0 20px;
		text-align: center;
	}

	.scroll-block h2 span {
		align-self: center;
	}

	.scroll-block .scroll-container {
		border: none;
		padding: 50px 20px;
	}

	.scroll-block .scroll-container-inner {
		padding-left: 0;
		margin: 0;
	}

	.scroll-block .card {
		margin-left: 0;
		max-width: 100%;
		width: 100%;
	}

	.scroll-block .scroll-block-heading::before {
		content: "\f0ab";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		position: absolute;
		background: #ffffff;
		color: #004c97;
		z-index: 1;
		font-size: 40px;
		top: unset;
		bottom: -50px;
		right: unset;
		border: 20px solid white;
		border-top: none;
		border-bottom: none;
	}

	.scroll-block .scroll-container-inner::after {
		top: -30px;
		left: 0;
	}

	.scroll-block .scroll-block-heading::after {
		display: none;
	}
}


/* scroll block - end */

/* image list - start */
.genimglist__item {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
}

.genimglist__img {
	flex: 0 0 auto;
	max-width: 50%;
	display: flex;
	align-items: center;
}

.genimglist__img img {
	max-width: 100%;
	max-height: 450px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.genimglist__content {
	flex: 1 1 0;
	min-width: 0;
}

.genimglist__item.checkerboard {
	flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
	.genimglist__wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
	}

	.genimglist__item {
		flex-direction: column;
		margin: auto;
		margin-bottom: 30px;
		flex: 1 1 calc(50% - 16px);
		max-width: calc(50% - 16px);
	}

	.genimglist__item:last-child {
		margin: auto;
		margin-bottom: 30px;
	}

	.genimglist__img {
		width: 100%;
		max-width: 100%;
	}

	.genimglist__img img {
		width: 100%;
		object-fit: cover;
	}

	.genimglist__item.checkerboard {
		flex-direction: column;
	}
}

@media screen and (max-width: 699px) {
	.genimglist__item {
		max-width: 400px;
	}

	.genimglist__item {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

/* image list - end */

/* hero video - start */
.vid-iframe,
.vid-inline iframe {
	display: block;
	visibility: visible;
	opacity: 1;
}

.hero__intro .cta--link,
.hero__intro a {
	color: #ffc61e;
}

.hero__intro .cta--link .last-word span::before {
	border-top: solid 2px #ffc61e;
	border-color: #ffc61e;
}

.hero__intro .cta--link .last-word span::after {
	border-right: solid 2px #ffc61e;
	border-bottom: solid 2px #ffc61e;
}

.hero__intro .cta--button {
	color: #000;
}

.hero__intro .cta--link:hover,
.hero__intro a:not(.cta--button):hover {
	color: #ffffff;
}

.hero__intro a:not(.cta--link):not(.cta--button):hover {
	text-decoration: underline;
}

.hero__intro .cta--link:hover .last-word span::before {
	border-top: solid 2px #ffffff;
	border-color: #ffffff;
}

.hero__intro .cta--link:hover .last-word span::after {
	border-right: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
}

@media (prefers-reduced-motion: reduce) {
	.vid-iframe {
		autoplay: 0;
	}
}

/* hero video - end */

/* program filter updates - start */
.program__filters__field {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.program__filters__field input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 18px;
	height: 18px;
	border: 2px solid #004c97;
	border-radius: 4px;
	position: relative;
	margin-right: 8px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.program__filters__field input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	top: -1px;
	left: 2px;
	width: 7px;
	height: 10px;
	border: solid #fff;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 2px 2px 0;
	transform: rotate(37deg);
}

/* new degree badge */
.program--list__badge.degree:not(.technical),
.hero--detail .hero__badges .badge--degree,
.program-deg-cert__item__cert--degree.degree,
.stackable-credentials .card__creds-item.degree,
.program-deg-cert__item__cert--degree {
	background-color: #3F576E;
	color: #ffffff;
}

/* Hover/focus states */
.program__filters__field input[type="checkbox"]:hover {
	border-color: #004c97;
}

.program__filters__field input[type="checkbox"]:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 76, 151, 0.3);
}

.program__filters__field label {
	cursor: pointer;
	user-select: none;
}

.program-types .type--degree {
	background-color: #3F576E;
	color: #002142;
}

.program-types .type--degree .type {
	color: #ffffff;
}

.program-types .type--degree .type::before {
	background-color: #ffffff;
	border-color: #ffffff;
}

.program-types .program-cards-list .program-card {
	background-color: #004c97;
}

.program-types .program-cards-list .program-card__labels .program-card__label.type--degree {
	color: #ffffff;
}

.program-types__filter-item .filterValue {
	display: none;
}

.program-card__label {
	border: 1px solid transparent;
}

.program-types .program-cards-list .program-card__labels {
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 0.9rem;
}

@media (min-width: 1025px) {
	.program-types .program-cards-list .program-card__labels {
		gap: 0.9rem;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1173px) {
	.program-types .program-cards-list .program-card__labels {
		gap: 0;
		column-gap: 0.3rem;
	}

	.program-types .program-cards-list .program-card__labels .program-card__label {
		margin-top: 0.5rem;
		padding: 0.4rem 1rem;
		font-size: 12px;
	}
}

@media screen and (min-width: 700px) and (max-width: 736px) {
	.program-card .program-card__labels {
		gap: 0;
		column-gap: 0.3rem;
	}

	.program-types .program-cards-list .program-card__labels .program-card__label {
		margin-top: 0.5rem;
		padding: 0.4rem 1rem;
		font-size: 12px;
	}
}

/* program filter updates - end */

/* image grid - start */
.image-grid {
	margin: 40px 0;
	padding: 40px 0;
	position: relative;
	color: #ffffff;
}

.image-grid::before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	background: -o-radial-gradient(-5.92% 47.4%, 47.18% 344.46%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
	background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.image-grid__header,
.image-grid__intro,
.image-grid__content {
	margin: 0 0 19px;
}

.image-grid__header h2 {
	margin: 0;
	color: #ffffff;
}

.image-grid__intro a {
	-webkit-text-decoration-style: solid;
	-moz-text-decoration-style: solid;
	text-decoration-style: solid;
	text-decoration-thickness: 1px;
	-webkit-text-decoration-color: rgba(255, 255, 255, 0);
	-moz-text-decoration-color: rgba(255, 255, 255, 0);
	text-decoration-color: rgba(255, 255, 255, 0);
	text-underline-offset: 3.5px;
	-webkit-transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
	transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
	-o-transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
	transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
	transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s, -moz-text-decoration-color 0.3s;
	color: #ffc61e;
}

.image-grid__intro a:focus {
	outline: solid 1px #ffffff;
	outline-offset: 4px;
}

.image-grid__intro a:hover {
	color: #ffffff;
	-webkit-text-decoration-color: white;
	-moz-text-decoration-color: white;
	text-decoration-color: white;
	text-underline-offset: 1.5px;
}

.image-grid__intro ul>li::before {
	background-color: #ffffff;
	border: solid 1px #ffffff;
}


.image-grid__intro ul>li ul>li::before {
	background-color: transparent;
}

.image-grid__intro ol>li::before {
	color: #ffffff;
}

.image-grid .adjustable-columns__items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
}

.image-grid .adjustable-columns .adj-col-item {
	display: flex;
	flex-direction: column;
	flex: 1 1 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

.image-grid__content .adj-col-item__content {
	background-color: #002142;
	padding: 25px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.image-grid__content .adj-col-item__title {
	margin-top: 0 !important;
}

.image-grid__content .adj-col-item__title a {
	color: #ffc61e;
}

.image-grid__content .adj-col-item__title a:hover {
	color: #ffffff;
}

.image-grid__content .adj-col-item__img:has(+ .adj-col-item__content) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	flex: 0 0 auto;
}

.image-grid .adj-col-item__body a {
	color: #ffc61e;
}

.image-grid .adj-col-item__body a:hover {
	color: #ffffff;
}


.image-grid__content .adj-col-item__img img {
	height: 450px;
}

.image-grid__content .adj-col-item__img:has(+ .adj-col-item__content) img {
	height: 250px;
}

.image-grid .adj-col-item__body:not(:has(+ .adj-col-item__subtitle)) {
	margin-top: 0;
}

@media screen and (min-width: 700px) {
	.image-grid {
		margin: 60px 0;
		padding: 60px 0;
	}

	.image-grid__header {
		margin: 0 auto 20px;
		max-width: 1200px;
	}

	.image-grid__intro,
	.image-grid__content {
		margin: 0 auto 40px;
		max-width: 1200px;
	}

	.image-grid__intro ol>li::before {
		left: -26px;
	}
}


@media screen and (min-width: 1024px) {
	.image-grid {
		margin: 100px 0;
		padding: 100px 0;
	}

	.image-grid__header {
		margin: 0 auto 22px;
	}

	.image-grid__intro {
		margin: 0 auto 39px;
		font-size: 2.4rem;
		font-weight: 500;
	}

	.image-grid__content {
		margin: 0 auto 39px;
	}

	.image-grid__intro ul>li::before {
		top: 16px;
	}

	.image-grid .adjustable-columns .adj-col-item {
		flex: 1 1 calc(33.333% - 16px) !important;
		max-width: calc(33.333% - 16px) !important;
		flex-direction: column;
	}

	.image-grid .adjustable-columns.columns-4 .adj-col-item {
		flex: 1 1 calc(25% - 16px) !important;
		max-width: calc(25% - 16px) !important;
		flex-direction: column;
	}

}

@media screen and (min-width: 700px) and (max-width: 1024px) {
	.adjustable-columns--odd .image-grid__content .adj-col-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.image-grid__content .adj-col-item {
		flex: 1 1 100%;
		flex-direction: row;
	}

	.image-grid__content .adj-col-item__img:has(+ .adj-col-item__content) {
		border-bottom-left-radius: 10px;
		border-top-right-radius: 0;
	}

	.image-grid__content .adj-col-item__content {
		border-bottom-left-radius: 0;
		border-top-right-radius: 10px;
	}

	.image-grid__content .adj-col-item__img:has(+ .adj-col-item__content) img {
		width: 350px;
	}

	.image-grid .adjustable-columns .adj-col-item:has(.adj-col-item__content),
	.image-grid .adjustable-columns.columns-4 .adj-col-item:has(.adj-col-item__content) {
		flex: 1 1 100% !important;
		max-width: 100% !important;
		flex-direction: row;
	}

	.image-grid .adjustable-columns--odd .adj-col-item__img {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.image-grid .adjustable-columns .adj-col-item,
	.image-grid .adjustable-columns.columns-4 .adj-col-item {
		flex: 1 1 calc(50% - 16px) !important;
		max-width: calc(50% - 16px) !important;
		flex-direction: column;
	}

}

/* image grid - end */

/* testimonials - start */
.testimonials {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	background-color: transparent;
	padding-bottom: 40px;
}

.testimonials h2 {
	margin: auto;
	padding: 0 15px;
	position: relative;
	width: fit-content;
	background-color: #ffffff;
	font-size: 5rem;
	text-align: center;
}

.testimonials .testimonial-title {
	position: relative;
}

.testimonials .testimonial-title::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #004c97;
	z-index: -1;
}

.testimonial {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}

.testimonial__viewport {
	overflow: hidden;
}

.testimonial__track {
	display: flex;
	transition: transform 0.4s ease;
}

.testimonial__item {
	min-width: 100%;
	padding: 30px 80px;
	box-sizing: border-box;
}

.testimonial__item:has(img) {
	display: flex;
	gap: 20px;
}

.testimonial__item:has(img) .testimonial-content {
	width: 70%;
}

.testimonial__item img {
	width: calc(30% - 10px);
	max-width: calc(30% - 10px);
	object-fit: cover;
	margin-right: 10px;
	max-height: 400px;
	border-radius: 10px;
}

.testimonial__item .quote {
	background-color: transparent;
	color: #000000;
	margin: 0;
	padding: 0;
}

.testimonial__item .credit {
	color: #004c97;
	margin-top: 20px;
}

.testimonial__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}

.testimonial__arrow--prev {
	left: -2.5rem;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 18px solid #ffc61e;
}

.testimonial__arrow--next {
	right: -2.5rem;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 18px solid #ffc61e;
}


.testimonial__indicators {
	display: flex;
	justify-content: end;
	margin-top: -20px;
	margin-left: auto;
	position: relative;
	z-index: 2;
	gap: 0.5rem;
}

.testimonial__indicator {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 0;
	background: #ccc;
	cursor: pointer;
	margin: 0 10px;
}

.testimonial__indicator.is-active {
	background: #ffc61e;
}

@media screen and (max-width: 1024px) {
	.testimonial__item {
		padding: 30px 40px;
	}
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
	.testimonial__item img {
		width: calc(40% - 10px);
		max-width: calc(40% - 10px);
		max-height: 350px;
	}

	.testimonial__item:has(img) .testimonial-content {
		width: 60%;
	}
}

@media screen and (max-width: 699.5px) {
	.testimonials {
		padding: 0 20px 40px 20px;
	}

	.testimonials h2 {
		font-size: 3rem;
	}

	.testimonial__arrow--prev {
		left: -0.5rem;
	}

	.testimonial__arrow--next {
		right: -0.5rem;
	}

	.testimonial__item:has(img) {
		flex-direction: column;
	}

	.testimonial__item:has(img) .testimonial-content {
		width: 100%;
	}

	.testimonial__item img {
		width: auto;
		max-width: unset;
		margin: auto;
		height: 200px;
	}

	.testimonial__item:not(:has(img)) .testimonial-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}
}

/* testimonials - end */

/* spotlight block - start */
.spotlight-block {
	margin: 40px 0;
	padding: 40px 0;
	position: relative;
	color: #ffffff;
	background-color: #002142;
}

.spotlight-block::before {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	background-color: #002142;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.spotlight-block::before {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	background-color: #002142;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.spotlight-block__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
}

.spotlight-block .spotlight-block__image img {
	border-radius: 0 10px 10px 0;
	margin-left: -40px;
	object-fit: cover;
}

.spotlight-block__header h2 {
	margin: 0;
	color: #ffffff !important;
}

.spotlight-block__subtitle {
	margin: 0 0 12px;
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: 600;
}

.spotlight-block__intro {
	margin: 0 0 29px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
}

.spotlight-block__intro a {
	-webkit-text-decoration-style: solid;
	-moz-text-decoration-style: solid;
	text-decoration-style: solid;
	text-decoration-thickness: 1px;
	-webkit-text-decoration-color: rgba(255, 255, 255, 0);
	-moz-text-decoration-color: rgba(255, 255, 255, 0);
	text-decoration-color: rgba(255, 255, 255, 0);
	text-underline-offset: 3.5px;
	-webkit-transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
	transition: color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s;
	-o-transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
	transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s;
	transition: color 0.3s, text-decoration-color 0.3s, text-underline-offset 0.3s, -webkit-text-decoration-color 0.3s, -moz-text-decoration-color 0.3s;
	color: #ffc61e;
}

.spotlight-block__intro a:hover {
	color: #ffffff;
	-webkit-text-decoration-color: white;
	-moz-text-decoration-color: white;
	text-decoration-color: white;
	text-underline-offset: 1.5px;
}

.spotlight-block__intro ul>li::before {
	background-color: #ffffff;
	border: solid 1px #ffffff;
}

.spotlight-block__intro ol>li::before {
	color: #ffffff;
	left: -22px;
}

.spotlight-block__header {
	margin: 0 0 11px;
}

@media screen and (min-width: 700px) {
	.spotlight-block__intro ul>li::before {
		top: 11px;
	}

	.spotlight-block__intro>ol>li::before {
		left: -26px;
	}

	.spotlight-block__subtitle {
		margin: 0 0 24px;
		font-size: 3rem;
	}

	.spotlight-block__header {
		margin: 0 0 25px;
	}

}

@media screen and (max-width: 699.5px) {
	.spotlight-block__inner {
		flex-direction: column;
		gap: 30px;
	}

	.spotlight-block .spotlight-block__image img {
		margin: 0 auto;
		border-radius: 10px;
	}
}

@media screen and (min-width: 700px) and (max-width: 1024.5px) {
	.spotlight-block__inner {
		gap: 0;
	}

	.spotlight-block .spotlight-block__image,
	.spotlight-block__content {
		width: 50%;
	}
}

@media screen and (min-width: 1025px) {
	.spotlight-block__intro {
		margin: 0 0 48px;
		font-size: 2.4rem;
	}

	.spotlight-block__intro ul>li::before {
		top: 15px;
	}

	.spotlight-block__subtitle {
		font-size: 3.4rem;
	}

	.spotlight-block__header {
		margin: 0 0 26px;
	}

	/* Image wrapper should size to its contents */
	.spotlight-block__image {
		flex: 0 0 auto;
	}

	/* Image renders at its true dimensions */
	.spotlight-block .spotlight-block__image img {
		border-radius: 10px;
		display: block;
		width: auto;
		height: auto;
		max-width: none;
		margin-left: 0;
	}

	/* Content takes remaining space */
	.spotlight-block__content {
		flex: 1 1 auto;
		min-width: 0;
	}
}

@media screen and (min-width: 1800px) {
	.spotlight-block .spotlight-block__image img {
		max-width: 900px;
	}
}

/* spotlight block - end */

/* labor market - start */

section.labor-market {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.lightcast-card:has(> .lightcast-data-source-container) {
	margin-top: 1.2rem;
}

.lightcast-column {
	margin-top: 0 !important;
}

.lightcast-cards {
	margin-bottom: 1.5rem;
}

.lightcast-columns:has(> .lightcast-column:nth-child(3):last-child) h4 {
	font-size: 2.1rem !important;
}

/* labor market - end */

/* story display - start */

.story-display__img img {
	width: unset;
	height: 100%;
	border-radius: 0 1rem 1rem 0;
}

@media screen and (max-width: 699.5px) {
	.story-display__img img {
		border-radius: 1rem;
		margin: 0 auto;
	}

	.story-display__img {
		margin: 0 auto;
		margin-bottom: 1.7rem;
	}
}

/* story display - end */

/* featured background - start */
.featured-background:not(:has(img)) {
	background: none;
}

.featured-background .featured-background__img:not(:has(img))::before {
	opacity: 1;
}

.featured-background__intro.intro-full {
	max-width: unset;
}

@media screen and (min-width: 1025px) {

	.featured-background,
	.featured-background.single-cta {
		padding: 5.2rem 0 5.2rem;
	}
}

/* featured background - end */

/* quizzes - start */
/* customer CSS, slightly modified */
.quizzes form,
.quizzes .result {
	max-width: 900px;
	margin: auto;
}

.quizzes legend {
	padding: .625rem 1rem;
	border-radius: 10px;
	font-weight: 700;
}

.quizzes-lt-gray legend,
.quizzes-lt-gray .result,
.quizzes-bg-dk-blue .result {
	background-color: #DFEAF4;
	color: #004c97;
}

.quizzes-lt-blue legend,
.quizzes-lt-blue .result {
	background-color: #AAE3F9;
	color: #004c97;
}

.quizzes-bg-dk-blue legend {
	background-color: #DFEAF4;
	color: #004c97;
	border: 1px solid #004c97;
}

.quizzes-bg-dk-blue input[type="radio"] {
	accent-color: #002142;
}

.quizzes fieldset {
	border-radius: 10px;
}

.quizzes-lt-gray fieldset,
.quizzes-lt-blue fieldset {
	border-color: #004c97;
}

.quizzes-bg-dk-blue fieldset {
	background-color: #004C97;
	color: white;
	border: none;
}

.quizzes form label {
	display: block;
}

.quizzes form input[type="radio"] {
	display: inline-block;
	appearance: auto;
	margin-right: 10px;
}

.quizzes form input[type="radio"]:focus {
	outline: 2px solid #ffc61e;
}

.quizzes .submitContainer {
	display: flex;
	margin: 0;
}

.quizzes .submitContainer>.cta--button {
	margin: 15px;
	margin-left: 0 !important;
}

.quizzes .quiz-progress {
	margin-left: auto;
	margin-top: 10px;
	margin-right: 10px;
}

.quizzes .result {
	display: block;
	margin-bottom: 15px !important;
	padding: 20px;
	border-radius: 10px;
}

.quizzes .result h3 {
	margin: 0px 0 17px;
}


@media (max-width: 768px) {
	.quizzes form {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.quizzes .cta-buttons {
		flex-direction: column;
		align-items: flex-start;
	}

	.quizzes .cta-buttons .cta--button {
		width: auto;
	}
}

@media (max-width: 480px) {
	.quizzes .quiz-progress span {
		display: none;
	}
}

/* quizzes - end */

/* click info modal - start */
.modal-button {
	position: relative;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 39px;
	background: #ffc61e;
	color: #000000;
	border: 2px solid #ffc61e;
	transition: background 0.3s ease;
	margin: 0 0 0.5rem;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
}

.modal-button:hover,
.modal-button:focus {
	background: #ffffff;
	outline: none;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: start;
}

.modal {
	background: #fff;
	padding: 2rem;
	border-radius: 8px;
	max-width: 500px;
	width: 90%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	outline: none;
	position: relative;
	margin-top: 300px;
}

.modal h2 {
	margin: 20px 0;
}

.modal-close {
	background: none;
	border: none;
	font-size: 2.5rem;
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}

.modal-overlay.active {
	display: flex;
	z-index: 4;
}

/* click info modal - end */

/* ribbon carousel - start */
.ribbon-carousel__wrapper .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 6px;
}

/* ribbon carousel - end */

/* tables - start */
/* option 1 css */
.table-standard table {
	display: table;
	width: max-content;
	min-width: 100%;
}

.table-standard thead {
	display: table-header-group;
}

.table-standard tbody {
	display: table-row-group;
}

.table-standard tr {
	display: table-row;
}

.table-standard .table-scroll-container {
	overflow-x: auto;
}

.table-standard .table-block__next,
.table-standard .table-block__prev {
	display: none !important;
}

.table-sticky table td,
.table-sticky table th {
	min-width: unset !important;
}

.table-sticky thead tr {
	display: inline-flex;
	width: 100%;
}

.table-sticky .table-block__next:not(.table-sticky-controls .table-block__next),
.table-sticky .table-block__prev:not(.table-sticky-controls .table-block__prev) {
	display: none;
}

.table-sticky .table-scroll-container {
	position: relative;
}

.table-sticky .table-sticky-controls {
	position: sticky;
	top: 0;
	z-index: 4;
	pointer-events: none;
}

.table-sticky thead {
	background: none;
}

.table-sticky thead tr {
	width: fit-content;
	background: radial-gradient(47.18% 344.46% at -5.92% 47.4%, rgba(112, 80, 67, 0.8) 0%, rgba(0, 76, 151, 0.8) 100%), #014d98;
}

.table-sticky .table-block__prev,
.table-sticky .table-block__next {
	position: absolute;
	top: 200px;
	pointer-events: auto;
}

.table-sticky table tbody td:first-child,
.table-sticky table tbody th:first-child {
	padding-left: 2rem;
}

/* option 3 collapsible */
/* Prevent horizontal scroll */
table.table-collapse {
	width: 100%;
}

table.table-collapse th:first-child,
table.table-collapse td:first-child {
	width: 36px;
	min-width: 36px;
	max-width: 36px;
	text-align: center;
}

table.table-collapse td.dt-control {
	cursor: pointer;
	position: relative;
}

table.dataTable.table-collapse td.dt-control::before {
	display: none;
}

table.table-collapse td.dt-control:has(~ td.dtr-hidden)::before {
	content: "+" !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	font-weight: 700;
	line-height: 1;
	color: #333;
	background: #fff;
}

table.table-collapse tr.parent td.dt-control::before {
	content: "–" !important;
}

table.table-collapse>tbody>tr.child ul.dtr-details {
	width: 100%;
}

table.table-collapse>tbody>tr.child ul.dtr-details>li {
	padding: 6px 0;
	border-bottom: 1px solid #eee;
}

table.table-collapse>tbody>tr.child ul.dtr-details>li::before {
	display: none;
}

table.table-collapse>tbody>tr.child span.dtr-title {
	font-weight: 600;
}

table.table-collapse .child-grid {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 0 12px;
	align-items: start;
	text-align: left;
}

table.table-collapse .child-grid__label {
	font-weight: 600;
	white-space: nowrap;
	padding: 4px 6px 4px 0;
}

table.table-collapse .child-grid__value {
	border-left: 1px solid black;
	min-width: 0;
	padding: 4px 0;
	padding-left: 12px;
	text-wrap: wrap;
}

table.table-collapse+.footer-table {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

table.table-collapse+.footer-table .dataTables_paginate {
	display: flex;
	justify-content: center;
	float: left;
	margin: 0 !important;
}

table.table-collapse+.footer-table .dataTables_paginate .paginate_button {
	border: none;
}

table.table-collapse+.footer-table .dataTables_paginate span>.paginate_button {
	background: none;
	color: #0048b5 !important;
	min-width: 28px;
	padding: 0;
}

table.table-collapse+.footer-table .dataTables_paginate span>span.ellipsis {
	padding: 0;
}

table.table-collapse+.footer-table .dataTables_paginate .paginate_button:hover {
	color: #002142 !important;
	background: none;
	border: none;
}

table.table-collapse+.footer-table .table-info {
	float: right;
	display: flex;
	padding-top: .25em;
}

table.table-collapse+.footer-table .dataTables_info {
	padding: 0;
	color: #0048b5;
	font-size: 14px;
}

table.table-collapse+.footer-table .table-length.form__control {
	background-color: #E9E9ED;
	border: none;
	border-bottom: 1px solid #8393a7;
	padding: 0.3rem 2.3rem 0.1rem 0.1rem;
	font-weight: 600;
}

table.table-collapse+.footer-table .dataTables_length {
	font-size: 1.4rem;
	line-height: 2.1rem;
	color: #0048b5;
	padding: 0 1rem;
}

table.table-collapse+.footer-table .table-length-wrap {
	position: relative;
	padding: 0 1.7rem 0 0;
	margin: 0 0.6rem 0 0;
}

table.table-collapse+.footer-table .table-length-wrap::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0.8rem;
	height: 1.4rem;
	width: 0.1rem;
	background-color: #8393a7;
}

table.table-collapse+.footer-table .table-length-wrap .form--select__wrapper::after {
	top: 3px;
	right: 14px;
	border-color: #004c97;
}

@media (min-width: 1025px) {
	table.table-collapse {
		margin: 0 0 6.1rem;
	}
}

@media (max-width: 767px) {
	table.table-collapse+.footer-table {
		flex-direction: column;
		gap: 1.5rem;
		padding-top: 1.5rem;
	}
}

/* tables - end */

/* tooltip - start */
/* Trigger button styled like text */
.tooltip {
	position: relative;
	display: inline-block;
}

.tt {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font: inherit;
	color: inherit;
	cursor: help;
	border-bottom: 1px dotted currentColor;

	padding-top: 2px;
}

/* Remove default button styles */
.tt:focus {
	outline: solid 1px #000000;
	outline-offset: 4px;
}

/* Tooltip box */
.tt-content {
	position: absolute;
	padding: 8px 10px;
	border-radius: 6px;
	line-height: 1.3;
	z-index: 1000;
	background: #AAE3F9;
	color: #004c97;
	width: max-content;
	max-width: min(90vw, 32rem);
	font-size: 1.6rem;
	bottom: 30px;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%);
	transition: opacity 160ms ease, transform 160ms ease;
}

.tt:hover+.tt-content,
.tt-content.is-visible,
.tt-content:hover {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

/* Arrow */
.tt-content::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 20px;
	border-width: 6px;
	border-style: solid;
	border-color: #AAE3F9 transparent transparent transparent;
}

/* Visible state */
/* .tt-content.is-visible {
	opacity: 1;
	visibility: visible; */
/* transform: translateY(0); */
/* } */


/* tooltip - end */

/* pdf/external links */
a.pdf::after {
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 22px;
	position: relative;
	right: -5px;
	padding-right: 10px;
	top: 0;
	font-style: normal;
}

a.external::after {
	content: "\f08e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 22px;
	position: relative;
	right: -5px;
	padding-right: 10px;
	top: 0;
	font-style: normal;
}

/* DS Flex Work - end */

/* ticket 277299 - start */
.spotlight-block {
	--spotlight-block-cta-spill-space: 0px;
	background-color: transparent;
}

.spotlight-block::before {
	height: calc(100% - var(--spotlight-block-cta-spill-space));
}

.spotlight-block:has(.spotlight__ctas .cta:only-child)::after {
	content: "";
	display: block;
	height: var(--spotlight-block-cta-spill-space);
	pointer-events: none;
}

/* ticket 277299 - end */
