  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
	display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
	background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
	border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

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

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
	display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
	display: none;
}

@-webkit-keyframes fade-down {
	0% {
		-webkit-transform: translate(0, -20px);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
}

@keyframes fade-down {
	0% {
		transform: translate(0, -20px);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translate(0, 20px);
		opacity: 0;
	}
}

@-webkit-keyframes stretch {
	50% {
		height: 150px;
	}
}

@keyframes stretch {
	50% {
		height: 150px;
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 50;
	}

	85% {
		fill: rgba(0, 0, 0, 0);
		stroke-dashoffset: 20;
	}

	100% {
		fill: #a51641;
		stroke-dashoffset: 0;
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 50;
	}

	85% {
		fill: rgba(0, 0, 0, 0);
		stroke-dashoffset: 20;
	}

	100% {
		fill: #a51641;
		stroke-dashoffset: 0;
	}
}

@font-face {
	font-family: "icomoon";
	src: url(/_resources/fonts/icomoon.woff) format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^=icon-],[class*=" icon-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down::before {
	content: "";
}

.icon-cross::before {
	content: "";
}

.icon-chevron-up::before {
	content: "";
}

.icon-chevron-left::before {
	content: "";
}

.icon-chevron-right::before {
	content: "";
}

.mejs__offscreen {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.mejs__container {
	background: #000000;
	box-sizing: border-box;
	font-family: "Helvetica", Arial, serif;
	position: relative;
	text-align: left;
	text-indent: 0;
	vertical-align: top;
}

.mejs__container * {
	box-sizing: border-box;
}

.mejs__container video::-webkit-media-controls,.mejs__container video::-webkit-media-controls-panel,.mejs__container video::-webkit-media-controls-panel-container,.mejs__container video::-webkit-media-controls-start-playback-button {
	-webkit-appearance: none;
	display: none !important;
}

.mejs__fill-container,.mejs__fill-container .mejs__container {
	height: 100%;
	width: 100%;
}

.mejs__fill-container {
	background: rgba(0, 0, 0, 0);
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.mejs__container:focus {
	/*   outline: none; */
	outline: 1px solid transparent; /* ADA compliance fix line 12 M.E. 06/16/23 */
}

.mejs__iframe-overlay {
	height: 100%;
	position: absolute;
	width: 100%;
}

.mejs__embed,.mejs__embed body {
	background: #000000;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.mejs__fullscreen {
	overflow: hidden !important;
}

.mejs__container-fullscreen {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.mejs__background {
	left: 0;
	position: absolute;
	top: 0;
}

.mejs__mediaelement {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.mejs__poster {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

:root .mejs__poster-img {
	display: none;
}

.mejs__poster-img {
	border: 0;
	padding: 0;
}

.mejs__overlay {
	align-items: center;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
}

.mejs__layer {
	z-index: 1;
}

.mejs__overlay-play {
	cursor: pointer;
}

.mejs__overlay-button {
	background: rgba(0, 0, 0, 0);
	border: 0;
}

.mejs__overlay:hover .mejs__overlay-button svg {
	opacity: 1;
}

.mejs__overlay-button svg {
	opacity: .75;
}

.mejs__overlay-button:focus svg {
	opacity: 1;
}

.mejs__overlay-button,.mejs__overlay-button svg {
	height: 5rem;
	width: 5rem;
}

.mejs__overlay-loading,.mejs__overlay-loading svg {
	height: 5rem;
	width: 5rem;
}

.mejs__overlay-loading-bg-img {
	-webkit-animation: mejs__loading-spinner 1s linear infinite;
	animation: mejs__loading-spinner 1s linear infinite;
	display: block;
	height: 5rem;
	width: 5rem;
	z-index: 1;
}

@-webkit-keyframes mejs__loading-spinner {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes mejs__loading-spinner {
	100% {
		transform: rotate(360deg);
	}
}

.mejs__controls {
	bottom: 0;
	display: flex;
	height: 2.5rem;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0 .625rem;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.mejs__controls:not([style*="display: none"]) {
	background: rgba(255, 0, 0, .7);
	background: linear-gradient(transparent, rgba(0, 0, 0, .35));
}

.mejs__button,.mejs__time,.mejs__time-rail {
	font-size: .625rem;
	height: 2.5rem;
	line-height: .625rem;
	margin: 0;
	width: 2rem;
}

.mejs__button>button {
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 1.125rem;
	line-height: 0;
	margin: .625rem .375rem;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-decoration: none;
	width: 1.125rem;
}

.mejs__button svg {
	fill: currentColor;
	height: 1.125rem;
	width: 1.125rem;
}

.mejs__button>button:focus {
	outline: dotted .125rem #ffffff;
}

.mejs__container-keyboard-inactive a,.mejs__container-keyboard-inactive a:focus,.mejs__container-keyboard-inactive button,.mejs__container-keyboard-inactive button:focus,.mejs__container-keyboard-inactive [role=slider],.mejs__container-keyboard-inactive [role=slider]:focus {
	/*   outline: 0; */ 
	outline: 1px solid transparent; /* ADA compliance fix line 12 M.E. 06/16/23 */
}

.mejs__playpause-button svg {
	display: none;
}

.mejs__play svg.mejs__icon-play {
	display: block;
}

.mejs__pause svg.mejs__icon-pause {
	display: block;
}

.mejs__replay svg.mejs__icon-replay {
	display: block;
}

.mejs__fullscreen-button svg.mejs__icon-unfullscreen {
	display: none;
}

.mejs__fullscreen svg.mejs__icon-fullscreen {
	display: block;
}

.mejs__fullscreen svg.mejs__icon-unfullscreen {
	display: none;
}

.mejs__unfullscreen svg.mejs__icon-unfullscreen {
	display: block;
}

.mejs__unfullscreen svg.mejs__icon-fullscreen {
	display: none;
}

.mejs__time {
	box-sizing: content-box;
	color: #ffffff;
	font-size: .6875rem;
	font-weight: bold;
	height: 1.5rem;
	overflow: hidden;
	padding: 1rem .375rem 0;
	text-align: center;
	width: auto;
}

.mejs__time-rail {
	direction: ltr;
	flex-grow: 1;
	height: 2.5rem;
	margin: 0 .625rem;
	padding-top: .625rem;
	position: relative;
}

.mejs__time-total,.mejs__time-buffering,.mejs__time-loaded,.mejs__time-current,.mejs__time-float,.mejs__time-hovered,.mejs__time-float-current,.mejs__time-float-corner,.mejs__time-marker {
	border-radius: .125rem;
	cursor: pointer;
	display: block;
	height: .625rem;
	position: absolute;
}

.mejs__time-total {
	background: rgba(255, 255, 255, .3);
	margin: .3125rem 0 0;
	width: 100%;
}

.mejs__time-buffering {
	-webkit-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
	background: linear-gradient(-45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
	background-size: .9375rem .9375rem;
	width: 100%;
}

@-webkit-keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 1.875rem 0;
	}
}

@keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 1.875rem 0;
	}
}

.mejs__time-loaded {
	background: rgba(255, 255, 255, .3);
}

.mejs__time-current,.mejs__time-handle-content {
	background: rgba(255, 255, 255, .9);
}

.mejs__time-hovered {
	background: rgba(255, 255, 255, .5);
	z-index: 10;
}

.mejs__time-hovered.negative {
	background: rgba(0, 0, 0, .2);
}

.mejs__time-current,.mejs__time-buffering,.mejs__time-loaded,.mejs__time-hovered {
	left: 0;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition: .15s ease-in all;
	width: 100%;
}

.mejs__time-buffering {
	transform: scaleX(1);
}

.mejs__time-hovered {
	transition: height .1s cubic-bezier(.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
	transform: scaleX(0) !important;
}

.mejs__time-handle,.mejs__time-handle-content {
	border: .25rem solid rgba(0, 0, 0, 0);
	cursor: pointer;
	left: 0;
	position: absolute;
	transform: translateX(0);
	z-index: 11;
}

.mejs__time-handle-content {
	border: .25rem solid rgba(255, 255, 255, .9);
	border-radius: 50%;
	height: .625rem;
	left: -0.4375rem;
	top: -0.25rem;
	transform: scale(0);
	width: .625rem;
}

.mejs__time-rail:hover .mejs__time-handle-content,.mejs__time-rail .mejs__time-handle-content:focus,.mejs__time-rail .mejs__time-handle-content:active {
	transform: scale(1);
}

.mejs__time-float {
	background: #eeeeee;
	border: solid 1px #333333;
	bottom: 100%;
	color: #111111;
	display: none;
	height: 1.0625rem;
	margin-bottom: .5625rem;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 2.25rem;
}

.mejs__time-float-current {
	display: block;
	left: 0;
	margin: .125rem;
	text-align: center;
	width: 1.875rem;
}

.mejs__time-float-corner {
	border: solid .3125rem #eeeeee;
	border-color: #eeeeee rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	line-height: 0;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 0;
}

.mejs__long-video .mejs__time-float {
	margin-left: -1.4375rem;
	width: 4rem;
}

.mejs__long-video .mejs__time-float-current {
	width: 3.75rem;
}

.mejs__broadcast {
	color: #ffffff;
	height: .625rem;
	position: absolute;
	top: .9375rem;
	width: 100%;
}

.mejs__volume-button {
	position: relative;
}

.mejs__volume-button>.mejs__volume-slider {
	-webkit-backface-visibility: hidden;
	background: rgba(50, 50, 50, .7);
	border-radius: 0;
	bottom: 100%;
	display: none;
	height: 7.1875rem;
	left: 50%;
	margin: 0;
	position: absolute;
	transform: translateX(-50%);
	width: 1.5625rem;
	z-index: 1;
}

.mejs__volume-button:hover {
	border-radius: 0 0 .25rem .25rem;
}

.mejs__volume-total {
	background: rgba(255, 255, 255, .5);
	border: .06rem solid #ffffff;
	height: 6.25rem;
	left: 50%;
	margin: 0;
	position: absolute;
	top: .5rem;
	transform: translateX(-50%);
	width: .125rem;
}

.mejs__volume-current {
	background: rgba(255, 255, 255, .9);
	left: 0;
	margin: 0;
	position: absolute;
	width: 100%;
}

.mejs__volume-handle {
	background: rgba(255, 255, 255, .9);
	border: 1px solid #ffffff;
	border-radius: 1px;
	cursor: ns-resize;
	height: .375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1rem;
}

.mejs__horizontal-volume-slider {
	display: block;
	height: 2.25rem;
	position: relative;
	vertical-align: middle;
	width: 3.5rem;
}

.mejs__horizontal-volume-total {
	background: rgba(50, 50, 50, .8);
	border: .06rem solid #ffffff;
	border-radius: .125rem;
	font-size: 1px;
	height: .5rem;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1rem;
	width: 3.125rem;
}

.mejs__horizontal-volume-current {
	background: rgba(255, 255, 255, .8);
	border-radius: .125rem;
	border-right: .06rem solid #ffffff;
	font-size: 1px;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.mejs__horizontal-volume-handle {
	display: none;
}

.mejs__mute svg,.mejs__unmute svg {
	stroke: currentColor;
}

.mejs__volume-button svg {
	display: none;
}

.mejs__mute .mejs__icon-mute {
	display: block;
}

.mejs__unmute .mejs__icon-unmute {
	display: block;
}

.mejs__captions-button,.mejs__chapters-button {
	position: relative;
}

.mejs__chapters-button svg,.mejs__captions-button svg {
	padding-top: .125rem;
}

.mejs__captions-button>.mejs__captions-selector,.mejs__chapters-button>.mejs__chapters-selector {
	background: rgba(50, 50, 50, .7);
	border: solid 1px rgba(0, 0, 0, 0);
	border-radius: 0;
	bottom: 100%;
	margin-right: -2.6875rem;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 50%;
	visibility: visible;
	width: 5.375rem;
}

.mejs__chapters-button>.mejs__chapters-selector {
	margin-right: -3.4375rem;
	width: 6.875rem;
}

.mejs__captions-selector-list,.mejs__chapters-selector-list {
	list-style-type: none !important;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.mejs__captions-selector-list-item,.mejs__chapters-selector-list-item {
	color: #ffffff;
	cursor: pointer;
	display: block;
	list-style-type: none !important;
	margin: 0 0 .375rem;
	overflow: hidden;
	padding: 0;
}

.mejs__captions-selector-list-item:hover,.mejs__chapters-selector-list-item:hover {
	background-color: #c8c8c8 !important;
	background-color: rgba(255, 255, 255, .4) !important;
}

.mejs__captions-selector-input,.mejs__chapters-selector-input {
	clear: both;
	float: left;
	left: -62.5rem;
	margin: .1875rem .1875rem 0 .3125rem;
	position: absolute;
}

.mejs__captions-selector-label,.mejs__chapters-selector-label {
	cursor: pointer;
	float: left;
	font-size: .625rem;
	line-height: .9375rem;
	padding: .25rem .625rem 0;
	width: 100%;
}

.mejs__captions-selector-list-item:hover .mejs__captions-selector-label,.mejs__chapters-selector-list-item:hover .mejs__chapters-selector-label {
	text-decoration: underline;
}

.mejs__captions-selected,.mejs__chapters-selected {
	color: #21f8f8;
	font-weight: bold;
}

.mejs__captions-translations {
	font-size: .625rem;
	margin: 0 0 .3125rem;
}

.mejs__captions-layer {
	bottom: 0;
	color: #ffffff;
	font-size: 1rem;
	left: 0;
	line-height: 1.25rem;
	position: absolute;
	text-align: center;
}

.mejs__captions-layer a {
	color: #ffffff;
	text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
	font-size: 1.25rem;
	font-weight: normal;
}

.mejs__captions-position {
	bottom: .9375rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.mejs__captions-position-hover {
	bottom: 2.1875rem;
}

.mejs__captions-text,.mejs__captions-text * {
	background: rgba(20, 20, 20, .5);
	box-shadow: .3125rem 0 0 rgba(20, 20, 20, .5), -0.3125rem 0 0 rgba(20, 20, 20, .5);
	padding: 0;
	white-space: pre-wrap;
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
	display: none;
}

.mejs__overlay-error {
	position: relative;
}

.mejs__overlay-error>img {
	left: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.mejs__cannotplay,.mejs__cannotplay a {
	color: #ffffff;
	font-size: .8em;
}

.mejs__cannotplay {
	position: relative;
}

.mejs__cannotplay p,.mejs__cannotplay a {
	display: inline-block;
	padding: 0 .9375rem;
	width: 100%;
}

html {
	box-sizing: border-box;
}

*,*:before,*:after {
	box-sizing: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

.hide-text,.mejs__button>button,.slick-dots button {
	overflow: hidden;
	padding: 0;
	text-indent: 101%;
	white-space: nowrap;
}

.listreset,.tab-gallery .nav-select,.departments-list,.slick-dots,.tabset,.main-menu.main-menu,.drop-holder ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

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

.time-to-complite-list,.student-type .nav-select,.program-slider .slick-dots,.features-list,.who-are-you .nav-select,.college-promise .numbers-list,.side-nav ul,.side-nav,ol:not([class]),ul:not([class]),.department-accordion,.social-bar,.pagination-list,.breadcrumb,.widget-contact-block-list,.footer-main-links,.footer-add-links {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.side-nav ul {
	margin-bottom: 0;
}

.side-nav ul li:before {
	display: none !important;
}

.bg-primary {
	background-color: #a4123f;
	color: #ffffff;
}

.bg-secondary {
	background-color: #431821;
	color: #ffffff;
}

.mb-0 {
	margin-bottom: 0;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 7, 2022 */

@font-face {
	font-family: "impact";
	src: url(/_resources/fonts/impact-webfont.woff2) format("woff2"), url(/_resources/fonts/impact-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "raleway";
	src: url(/_resources/fonts/raleway-black-webfont.woff2) format("woff2"), url(/_resources/fonts/raleway-black-webfont.woff) format("woff");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "raleway";
	src: url(/_resources/fonts/raleway-bold-webfont.woff2) format("woff2"), url(/_resources/fonts/raleway-bold-webfont.woff) format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "raleway";
	src: url(/_resources/fonts/raleway-extrabold-webfont.woff2) format("woff2"), url(/_resources/fonts/raleway-extrabold-webfont.woff) format("woff");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "raleway";
	src: url(/_resources/fonts/raleway-medium-webfont.woff2) format("woff2"), url(/_resources/fonts/raleway-medium-webfont.woff) format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "raleway";
	src: url(/_resources/fonts/raleway-regular-webfont.woff2) format("woff2"), url(/_resources/fonts/raleway-regular-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Myriad Pro";
	src: url(/_resources/fonts/MyriadPro-Bold.woff2) format("woff2"), url(/_resources/fonts/MyriadPro-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Myriad Pro";
	src: url(/_resources/fonts/MyriadPro-Regular.woff2) format("woff2"), url(/_resources/fonts/MyriadPro-Regular.woff) format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Orpheus Pro";
	src: url(/_resources/fonts/orpheuspro-bold-webfont.woff2) format("woff2"), url(/_resources/fonts/orpheuspro-bold-webfont.woff) format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans Reg";
	src: url(/_resources/fonts/opensans-variablefont_wdthwght-webfont.woff2) format("woff2"), url(/_resources/fonts/opensans-variablefont_wdthwght-webfont) format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans Itlc";
	src: url(/_resources/fonts/opensans-italic-variablefont_wdthwght-webfont.woff2) format("woff2"), url(/_resources/fonts/opensans-italic-variablefont_wdthwght-webfont) format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: "Cabin Reg";
    src: url(/_resources/fonts/cabin-variablefont_wdthwght-webfont.woff2) format("woff2"), url(/_resources/fonts/cabin-variablefont_wdthwght-webfont.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Cabin Itlc";
    src: url(/_resources/fonts/cabin-italic-variablefont_wdthwght-webfont.woff2) format("woff2"), url(/_resources/fonts/cabin-italic-variablefont_wdthwght-webfont.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Cabin Itlc";
    src: url(/_resources/fonts/cabin-italic-variablefont_wdthwght-webfont.woff2) format("woff2"), url(/_resources/fonts/cabin-italic-variablefont_wdthwght-webfont.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url(/_resources/fonts/inter-variablefont_slntwght-webfont) format("woff2"), url(/_resources/fonts/inter-variablefont_slntwght-webfont) format("woff");
    font-weight: normal;
    font-style: normal;
}


html {
	font-size: 10px;
}

body {
	color: #202420;
	font-family: "Inter", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-size: 21px;
	line-height: 1.65;
	font-weight: 500;
}

a {
	transition: color .35s cubic-bezier(.3, .86, .36, .95);
	color: #431821;
	/*   text-decoration: none; */
	/* line 29 ADA fix M.E. 06/13/23 */
}

a:hover {
	color: #a4123f;
	text-decoration: underline;
}

.bg-primary a {
	color: #ffffff;
}

ul,ol,dl,p {
	margin: 0 0 2.1em;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h {
	margin: 0 0 .5em;
	line-height: 1.07;
	color: #431821;
}

.bg-secondary h1,.bg-primary h1,.bg-secondary .h1,.bg-primary .h1,.bg-secondary h2,.bg-primary h2,.bg-secondary .h2,.bg-primary .h2,.bg-secondary h3,.bg-primary h3,.bg-secondary .h3,.bg-primary .h3,.bg-secondary h4,.bg-primary h4,.bg-secondary .h4,.bg-primary .h4,.bg-secondary h5,.bg-primary h5,.bg-secondary .h5,.bg-primary .h5,.bg-secondary h6,.bg-primary h6,.bg-secondary .h6,.bg-primary .h6,.bg-secondary .h,.bg-primary .h {
	color: #ffffff;
}

h1,.h1 {
	font-size: 42px;
	font-family: "Cabin Reg", "Georgia", "Garamond", serif;
}

h2,.h2 {
	font-size: 36px;
	font-family: "Cabin Reg", "Georgia", "Garamond", serif;
}

h3,.h3 {
	font-size: 30px;
	font-weight: 400;
	font-family: "Cabin Reg", "impact", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	color: #565856;
}

h4,.h4 {
	font-size: 24px;
	font-family: "Cabin Reg", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 900;
}

h5,.h5 {
	font-size: 18px;
	font-family: "Cabin Reg", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 400;
}

.fade-up {
	opacity: 0;
}

.fade-up.in-viewport,.in-viewport .fade-up {
	-webkit-animation-name: fade-up;
	animation-name: fade-up;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.fade-left {
	opacity: 0;
}

.fade-left.in-viewport,.in-viewport .fade-left {
	-webkit-animation-name: fade-left;
	animation-name: fade-left;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.fade {
	opacity: 0;
}

.fade.in-viewport,.in-viewport .fade {
	-webkit-animation-name: fade;
	animation-name: fade;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.rotate {
	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 90s;
	animation-duration: 90s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	transform-origin: center;
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fade-up {
	0% {
		opacity: 0;
		transform: translateY(2rem);
	}

	90% {
		transform: translateY(0);
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-up {
	0% {
		opacity: 0;
		transform: translateY(2rem);
	}

	90% {
		transform: translateY(0);
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fade-left {
	0% {
		opacity: 0;
		transform: translateX(-2rem);
	}

	90% {
		transform: translateX(0);
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-left {
	0% {
		opacity: 0;
		transform: translateX(-2rem);
	}

	90% {
		transform: translateX(0);
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes rotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes path_fill {
	0% {
		fill: rgba(0, 0, 0, 0);
		stroke-dashoffset: 1000;
	}

	85% {
		stroke-dashoffset: 500;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes path_fill {
	0% {
		fill: rgba(0, 0, 0, 0);
		stroke-dashoffset: 1000;
	}

	85% {
		stroke-dashoffset: 500;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes fill {
	0% {
		fill: rgba(0, 0, 0, 0);
	}

	100% {
		opacity: 1;
		fill: #a51641;
	}
}

@keyframes fill {
	0% {
		fill: rgba(0, 0, 0, 0);
	}

	100% {
		opacity: 1;
		fill: #a51641;
	}
}

input[type=text],input[type=email],input[type=tel],textarea,select {
	transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
	border: 3px solid #e1e1e1;
	background-color: #ffffff;
	width: 100%;
	height: 75px;
	min-width: 0;
	padding: 10px 25px;
	font-size: 22px;
	line-height: 1.5;
	color: #431821;
	border-radius: 10px;
	-webkit-appearance: none;
}

input[type=text]:focus,input[type=text]:hover,input[type=email]:focus,input[type=email]:hover,input[type=tel]:focus,input[type=tel]:hover,textarea:focus,textarea:hover,select:focus,select:hover {
	box-shadow: none;
	/*   outline: none; */ 
	outline: 1px solid transparent; /* ADA compliance fix line 12 M.E. 06/16/23 */
}

input[type=text]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder {
	color: #565856;
}

input[type=text]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=tel]::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder {
	opacity: 1;
	color: #565856;
}

input[type=text]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=tel]:-moz-placeholder,textarea:-moz-placeholder,select:-moz-placeholder {
	color: #565856;
}

input[type=text]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,textarea:-ms-input-placeholder,select:-ms-input-placeholder {
	color: #565856;
}

input[type=text].placeholder,input[type=email].placeholder,input[type=tel].placeholder,textarea.placeholder,select.placeholder {
	color: #565856;
}

textarea {
	height: 174px;
	resize: none;
}

select {
	background: url(/_resources/images/_icon-chevron-down.svg) 97.3% 50% no-repeat;
	background-size: auto;
}

select:required:invalid {
	color: #565856;
}

option {
	color: #431821;
}

option[value=""][disabled] {
	display: none;
}

.form-group {
	margin-bottom: 27px;
	position: relative;
}

.form-group.input-error input[type=text],.form-group.input-error input[type=email],.form-group.input-error input[type=tel],.form-group.input-error textarea,.form-group.input-error select {
	border-color: #a4123f;
	background-color: rgba(164, 18, 63, .2);
}

.form-group.input-error .text-error {
	display: block;
}

.form-group.input-error select {
	background-image: url(/_resources/images/_icon-chevron-down-error.svg);
}

.form-group .text-error {
	position: absolute;
	bottom: -24px;
	left: 25px;
	color: #a4123f;
	font-size: 14px;
	display: none;
}

.resize-active *,.resize-active *:after,.resize-active *:before {
	transition: none !important;
}

.header {
	position: relative;
	z-index: 9999;
	width: 100%;
	min-height: 70px;
}

.header-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.fixed-position .header-area {
	background: #ffffff;
	padding-bottom: 10px;
	box-shadow: 0 3px 2px rgba(0, 0, 0, .3);
}

.header a {
	transition: color .3s cubic-bezier(.3, .86, .36, .95);
	/*   text-decoration: none; */ /* line 29 ADA fix M.E. 06/15/23 */
	color: currentColor;
}

.header a:hover {
	color: #a4123f;
}

.header .container-fluid {
	transition: padding .3s cubic-bezier(.3, .86, .36, .95);
	display: flex;
	align-items: center;
	padding: 0 80px 135px 0;
	width: 100%;
}

.header .logo {
	transition: width .3s cubic-bezier(.3, .86, .36, .95), bottom .3s cubic-bezier(.3, .86, .36, .95);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 86px;
}

.header .logo img {
	display: block;
	width: 100%;
}

.header .info {
	transition: width .3s cubic-bezier(.3, .86, .36, .95);
	display: block;
	margin: 0 14px 0 0;
}

.header .info img {
	display: block;
	width: 100%;
}

.header .guidelines {
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 500;
	color: #3a1d21;
	max-width: 70%;
}

.header .guidelines a {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
}

.header .guidelines a:hover {
	text-decoration: underline;
}

.drop-holder.inner-drop-open .drop-body .drop-body {
	max-height: calc(100% - 90px);
}

.main-navigation .open-close .slide {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	width: 100%;
	padding: 25px;
	background: #e1e1e1;
}

.main-navigation .drop-close {
	position: absolute;
	bottom: -55px;
	right: 26px;
	font: 700 1.5rem/1.2 "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: .7px;
}

.drop-top {
	padding: 22px 26px;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
}

.main-menu.main-menu {
	margin-bottom: 8.6rem;
}

.main-menu.main-menu a {
	text-decoration: none;
	color: currentColor;
}

.main-menu.main-menu>li {
	font: 4.5rem/1.1 "impact", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	letter-spacing: .4px;
	/*   text-transform: capitalize; */
	transition: color .3s cubic-bezier(.3, .86, .36, .95), background .3s cubic-bezier(.3, .86, .36, .95);
}

.main-menu.main-menu>li.menu-item-has-children>a {
	position: relative;
	display: block;
}

.main-menu.main-menu>li.menu-item-has-children .opener-menu-item {
	display: none;
}

.main-menu.main-menu .sub-menu {
	height: calc(100% - 100px);
	overflow: auto;
	padding: 0 50px;
}

.main-menu.main-menu .sub-menu>li {
	font: 900 2.4rem/1.1 "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.main-menu.main-menu .sub-menu>li.current-menu-item>a,.main-menu.main-menu .sub-menu>li.hover>a,.main-menu.main-menu .sub-menu>li:hover>a {
	color: #3a1d21;
}

.main-menu.main-menu .sub-menu>li>a {
	color: currentColor;
}

.main-menu.main-menu .sub-inner-menu {
	margin: 20px 0 0;
}

.main-menu.main-menu .sub-inner-menu>li {
	font: 2.1rem/1.1 "Myriad Pro", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	letter-spacing: .3px;
	margin: 0 0 18px;
}

.main-menu.main-menu .sub-inner-menu>li.current-menu-item>a,.main-menu.main-menu .sub-inner-menu>li.current-menu-item>a:hover,.main-menu.main-menu .sub-inner-menu>li.hover>a,.main-menu.main-menu .sub-inner-menu>li.hover>a:hover,.main-menu.main-menu .sub-inner-menu>li:hover>a,.main-menu.main-menu .sub-inner-menu>li:hover>a:hover {
	color: #3a1d21;
}

.main-menu.main-menu .info-title:hover {
	color: #a4123f;
	text-decoration: underline;
}

.sub-menu {
	display: none;
}

.drop-body>.sub-menu {
	display: block;
}

.info-drop {
	display: none;
}

.add-nav-area {
	transition: padding .3s cubic-bezier(.3, .86, .36, .95);
	background: #3a1d21;
	border-radius: 16px 16px 0 0;
	padding: 20px 15px 4px;
	margin: 0 25px;
	color: #ffffff;
}

.add-nav-area .open-close {
	display: none;
}

.add-nav-area .add-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .21px;
}

.add-nav-area .add-nav li {
	flex: 0 0 50%;
	max-width: 50%;
	order: 0;
	margin: 0 0 23px;
}

.add-nav-area .add-nav li:last-of-type .btn {
	border-radius: 6px;
	color: currentColor;
	font-size: 2rem;
}

.add-nav-area .add-nav li:last-of-type .btn:hover {
	color: #431821;
}

.add-nav-area .add-nav li a:not([class]):hover {
	color: #ffffff;
	text-decoration: underline;
}

.form-search {
	width: 100%;
	position: relative;
}

.form-search input[type=search] {
	width: 100%;
	border-color: #3a1d21;
	padding: 8px 30px 8px 8px;
	font-family: "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 400;
}

.drop-body .form-search {
	font-size: 2.1rem;
}

.form-search .btn-search {
	transition: opacity .3s cubic-bezier(.3, .86, .36, .95);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	padding: 5px 10px;
	background: none;
	border: none;
	cursor: pointer;
}

.form-search .btn-search:hover {
	opacity: .5;
}

.form-search .btn-search img {
	display: block;
}

.open-close.active .opener-search .icon-open {
	opacity: 0;
	visibility: hidden;
}

.open-close.active .opener-search .icon-close {
	opacity: 1;
	visibility: visible;
}

.open-close .opener-search {
	transition: opacity .3s cubic-bezier(.3, .86, .36, .95);
	display: block;
	position: relative;
}

.open-close .opener-search .icon-open {
	transition: opacity .3s cubic-bezier(.3, .86, .36, .95), visibility .3s cubic-bezier(.3, .86, .36, .95);
	display: block;
}

.open-close .opener-search .icon-close {
	transition: opacity .3s cubic-bezier(.3, .86, .36, .95), visibility .3s cubic-bezier(.3, .86, .36, .95);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	color: #431821;
	font-size: 40px;
	z-index: 2;
}

body {
	background-color: #ffffff;
}

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.footer {
	position: relative;
	background-color: #e3e3e3;
	text-align: center;
	overflow: hidden;
}

.footer-decor {
	display: none;
}

.footer-decor img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

.footer-area-1 {
	padding-top: 20px;
	padding-bottom: 48px;
}

.footer-area-1-col-1 {
	margin-bottom: 37px;
}

.footer-area-2 {
	position: relative;
	z-index: 1;
	padding-top: 55px;
	padding-bottom: 55px;
}

.footer-area-2:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: 100vw;
	background-color: #431821;
	content: "";
}

.footer-add-links {
	margin-bottom: 0;
}

.footer-add-links li {
	margin-bottom: 15px;
}

.footer-add-links a {
	color: #ffffff;
}

.footer-copyright {
	margin-bottom: 46px;
	color: #ffffff;
}

.footer-main-links {
	margin-bottom: 37px;
}

.footer-main-links li {
	margin-bottom: 20px;
}

.footer-main-links a {
	font-size: 30px;
	font-weight: 400;
	font-family: "impact", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	color: #565856;
	text-transform: uppercase;
}

.footer-main-links a:hover {
	color: #a4123f;
	text-decoration: none;
}

.footer-address {
	margin-bottom: 35px;
	font-style: normal;
	color: #431821;
}

.footer-address-title {
	display: block;
	font-weight: 800;
}

.footer-address-title:hover {
	text-decoration: underline;
}

.footer-logo {
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.footer-tel {
	font-size: 22px;
	font-weight: 800;
}

.footer-social-bar {
	margin-bottom: 42px;
}

.footer-opener {
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #565856;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}

.footer-opener:hover {
	color: #a4123f;
}

.footer-opener svg {
	vertical-align: middle;
	transition: transform .3s ease;
}

.active .footer-opener svg {
	transform: rotate(180deg);
}

.btn {
	transition: color .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95);
	display: inline-block;
	vertical-align: middle;
	padding: 12px 18px;
	font-size: 16px;
	line-height: 1.15;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	border: 3px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}

.btn:hover {
	text-decoration: none;
}

.btn-primary {
	color: #a4123f;
	border-color: #a4123f;
}

.btn-primary:hover {
	background-color: #a4123f;
	color: #ffffff;
}

.btn-start {
	padding: 10px 44px 10px 17px;
	color: #a4123f;
	border-color: #a4123f;
	letter-spacing: .64px;
}

.btn-start:hover {
	background-color: #a4123f;
	color: #ffffff;
}

.btn-white {
	color: #ffffff;
	border-color: #ffffff;
}

.btn-white:hover {
	background-color: #ffffff;
	color: #a4123f;
}

.btn-white.has-arrow {
	position: relative;
}

.btn-white.has-arrow:hover:before {
	border-color: #a4123f !important;
}

.btn-white.has-arrow:before {
	border-color: #ffffff !important;
}

.btn.has-arrow {
	position: relative;
	width: 100%;
	font-size: 23px;
	border-width: 3px;
	border-radius: 8px;
	text-align: left;
	padding: 19px 60px 18px 28px;
	letter-spacing: .04em;
}

.btn.has-arrow:hover:before {
	border-color: #ffffff;
}

.btn.has-arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%) rotate(-135deg);
	height: 18px;
	width: 18px;
	border: solid #a4123f;
	border-width: 0 0 3px 3px;
	transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
}

.btn .icon-arrow-right {
	margin-left: 8px;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.tab-content .js-tab-hidden {
	left: 0 !important;
	right: 0 !important;
	visibility: hidden;
}

.tabset {
	display: flex;
	justify-content: center;
	font-size: 1.8rem;
	line-height: 1.1;
	font-weight: 900;
	text-align: center;
}

.tabset>li>a {
	display: block;
	border-radius: 4px;
	padding: 6px 8px;
}

.tabset>li>a:hover,.tabset>li>a.active {
	background: #e1e1e1;
	color: #a4123f;
	text-decoration: none;
}

.email-hover:hover {
	color: white;
	text-decoration: none;
}

a.phoneNum-white {
	color: white;
	/* added 05/11/23 QA line 56 M.E*/
}

.col-md-3.col-sm-6.homepage {
	margin-top: -190px;
	/* added 05/11/23 QA Ticket  M.E*/
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	/*   outline: none; */ 
	outline: 1px solid transparent; /* ADA compliance fix line 12 M.E. 06/16/23 */
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slide .slick-track,.slick-slide .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow {
	width: 32px;
	height: 32px;
	transition: opacity .3s cubic-bezier(.3, .86, .36, .95);
	position: absolute;
	top: 80px;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	color: #8da2ad;
}

.slick-arrow:hover {
	opacity: .5;
}

.slick-arrow.slick-prev {
	left: 0;
}

.slick-arrow.slick-next {
	right: 0;
}

.slick-arrow .icon-arrow-right,.slick-arrow .icon-arrow-left {
	display: inline-block;
	vertical-align: middle;
	width: .75em;
	height: .75em;
	border: 3px solid currentColor;
	transform: rotate(45deg);
}

.slick-arrow .icon-arrow-right:before,.slick-arrow .icon-arrow-left:before {
	display: none;
}

.slick-arrow .icon-arrow-right {
	border-width: 3px 3px 0 0;
}

.slick-arrow .icon-arrow-left {
	border-width: 0 0 3px 3px;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	display: flex;
	width: 100%;
	margin: 0 -6px;
}

.slick-dots li {
	padding: 0 6px;
}

.slick-dots li.slick-active button,.slick-dots li:hover button {
	background: #a4123f;
}

.slick-dots button {
	width: 10px;
	height: 10px;
	transition: background .3s cubic-bezier(.3, .86, .36, .95);
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #8da2ad;
	cursor: pointer;
}

.rows-gallery {
	padding: 0 30px 30px;
}

.rows-gallery-alt {
	padding: 0 0 30px;
}

.container {
	max-width: 1410px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	/* added 05/11/23 M.E.*/
	/*  padding-bottom: 150px; */
}

/* .footer .container {
padding-bottom: 0px;
} */

.container:after {
	display: block;
	clear: both;
	content: "";
}

.widget-contact {
	position: relative;
	padding: 13px 22px 18px;
	margin-bottom: 40px;
	border-radius: 8px;
	background-color: #e1e1e1;
	color: #431821;
}

.widget-contact:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	background: #a4123f url(../images/_icon-phone-2.svg) no-repeat 50% 50%;
	background-size: 24px auto;
	border-radius: 0 10px;
	content: "";
}

.widget-contact-title {
	margin-bottom: 30px;
}

.widget-contact-block {
	margin-bottom: 30px;
	font-family: "Myriad Pro", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	line-height: 1.45;
	color: #431821;
}

.widget-contact-block:last-of-type {
	margin-bottom: 0;
}

.widget-contact-block-title {
	margin-bottom: 5px;
	font-weight: 700;
	font-family: inherit;
}

.widget-contact-block-list {
	margin-bottom: 0;
}

.widget-contact-block-list a {
	font-weight: 400;
	color: #a4123f;
}

.widget-contact-block-list a:hover {
	text-decoration: underline;
}

.widget-info {
	padding: 20px 25px 14px;
	margin-bottom: 40px;
	border-radius: 8px;
}

.widget-info-title {
	font-family: "Myriad Pro", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.widget-info-text {
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.5;
}

.table-responsive {
	width: 100%;
	overflow-x: auto;
}

.table.table-striped.table-bordered.table-condensed {
	width: 100%;
	overflow-x: auto;
}

.table.table-striped.table-bordered.table-condensed {
	width: 100%;
	overflow-x: auto;
}

table {
	width: 100%;
	margin-bottom: 2.1em;
	border-collapse: collapse;
	border-spacing: 0;
}

table thead th {
	padding: 16px 20px;
	color: #ffffff;
	background-color: #a4123f;
}

table tbody td,table tbody th {
	padding: 22px 20px;
	border-bottom: 2px solid #e1e1e1;
}
/*
.table-responsive td:hover {
border-left: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
-webkit-transform:scale(1.00001);
QA line 43 fix 06/26/23 M.E.
}
*/
/* 
.table-responsive th {
border-left: 1px solid #a4123f;
border-right: 1px solid #a4123f;
-webkit-transform:scale(1.00001);
QA line 43 fix 06/26/23 M.E.
}
*/

@media not (all and (min-resolution: .001dpcm)) {
		/* Safari-specific styles go here */
		.table-responsive td:hover {
			border-left: 1px solid #e1e1e1;
			border-right: 1px solid #e1e1e1;
			-webkit-transform:scale(1.00001);
		}

		.table-responsive th {
			border-left: 1px solid #a4123f;
			border-right: 1px solid #a4123f;
			-webkit-transform:scale(1.00001);
		}
	
}

table tbody th {
	color: #431821;
}

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

table th {
	text-align: left;
}

table th:first-child,table td:first-child {
	border-radius: 2px 0 0 2px;
}

table th:last-child,table td:last-child {
	border-radius: 0 2px 2px 0;
}

.hero-block {
	position: relative;
	padding-top: 38px;
	padding-bottom: 30px;
}

.hero-block-col-left {
	padding-left: 48px;
}

.hero-block-col-right {
	padding-left: 48px;
}

.hero-block-media {
	position: relative;
	height: 408px;
	margin-right: -15px;
	border-radius: 20px 0 0 20px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.hero-block-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.hero-block-media iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-block-title {
	margin-bottom: 34px;
}

.hero-block-vertical-title {
	position: absolute;
	top: 45px;
	left: 0;
}

.breadcrumb-item {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}

.breadcrumb-item.active {
	color: #a4123f;
}

.breadcrumb-item+.breadcrumb-item:before {
	margin-right: 7px;
	color: #431821;
	letter-spacing: -4px;
	content: "/ /";
}

.scroll-to-top {
	position: fixed;
	bottom: 35px;
	right: 0;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: #a4123f;
	border-radius: 10px;
	color: #ffffff;
	box-shadow: 0 0 5px rgba(67, 24, 33, .5);
	transition: background-color .3s ease, color, .3s ease, opacity .3s ease, visibility .3s ease;
}

.scroll-to-top:hover {
	background-color: #ffffff;
	color: #a4123f;
}

.scroll-to-top.hide {
	opacity: 0;
	visibility: hidden;
}

.news {
	padding-top: 50px;
	padding-bottom: 50px;
}

.news-item {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 4px solid #e1e1e1;
}

.news-item:hover .news-item-meta {
	background-color: #a4123f;
	color: #ffffff;
}

.news-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.news-item-meta {
	flex-grow: 0;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	padding-top: 13px;
	margin-bottom: 30px;
	color: #a4123f;
	text-align: center;
	background-color: #e1e1e1;
	border-radius: 50%;
	transition: background-color .3s ease, color .3s ease;
}

.news-item-month {
	display: block;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
}

.news-item-date {
	display: block;
	margin-top: -3px;
	font-size: 30px;
	font-family: "Orpheus Pro", "Georgia", "Garamond", serif;
	font-weight: 700;
	line-height: 1;
}

.news-item-body {
	flex: 1 1 100%;
	margin-top: -3px;
}

.news-item-title {
	margin-bottom: 10px;
}

.news-item-text {
	margin-bottom: 27px;
}

.pagination-list li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.pagination-list li.active a {
	background-color: #a4123f;
	color: #ffffff;
}

.pagination-list a {
	display: block;
	padding: 11px 16px;
	font-size: 22px;
	line-height: 1;
	font-weight: 900;
	color: #565856;
	border-radius: 2px;
}

.pagination-list a:hover {
	color: #a4123f;
	text-decoration: none;
}

.social-bar {
	margin-left: -4px;
	margin-right: -4px;
}

.social-bar.social-bar-primary a {
	background-color: #a4123f;
}

.social-bar.social-bar-primary a:hover {
	background-color: #760d2d;
}

.social-bar.social-bar-primary img {
	filter: brightness(0) invert(1);
}

.social-bar.social-bar-float {
	position: fixed;
	right: 0;
	top: 100px;
	z-index: 90;
}

.social-bar.social-bar-float li {
	display: block;
	margin-bottom: 11px;
}

.social-bar.social-bar-float a {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.social-bar li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
}

.social-bar a {
	display: block;
	padding: 15px;
	width: 60px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 3px;
	transition: background-color .3s ease;
}

.social-bar a:hover {
	background-color: #e6e6e6;
}

.social-bar img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.contact-boxes-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.contact-boxes-section+.info-block {
	margin-top: -100px;
}

.contact-box {
	margin-bottom: 50px;
	color: #431821;
}

.contact-box-icon {
	width: 100px;
	height: 100px;
	margin-bottom: 43px;
}

.contact-box-icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.contact-box-title {
	margin-bottom: 25px;
}

.contact-box-text {
	margin-bottom: 40px;
	color: #431821;
}

.info-block {
	position: relative;
	/*   position: inherit; */
	pointer-events: none;
	/* 	margin-top: 150px; */
}

.info-block-decors {
	position: relative;
	/*   padding-top: 35.3%; */
	padding-top: 300px;
}

.info-block-decor {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.info-block-content {
	position: relative;
	z-index: 1;
	padding-top: 30px;
	padding-bottom: 40px;
	pointer-events: auto;
}

.info-block-content:before {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100px;
	background-color: #a4123f;
	transform: skewY(-2deg);
	transform-origin: 0 0;
	content: "";
}

.info-block-col-right {
	display: none;
}

.info-block-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.program-row-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.program-row-slider {
	padding: 0 15px;
}

.program-row-slider .slick-list {
	margin-left: -15px;
	margin-right: -15px;
}

.program-row-slider .slick-slide {
	padding-left: 15px;
	padding-right: 15px;
}

.program-row-slider .slick-dots {
	margin-top: 45px;
}

.program-row-slider .slick-arrow {
	top: 140px;
}

.program-row-slider .slick-arrow.slick-prev {
	left: -10px;
}

.program-row-slider .slick-arrow.slick-next {
	right: -10px;
}

.program-row-img {
	position: relative;
	display: block;
	height: 300px;
	margin: 0 10px 30px;
	border-radius: 14px;
	overflow: hidden;
}

.program-row-img:hover img {
	transform: scale(1.2);
}

.program-row-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 1s ease;
}

.department-section {
	padding-top: 48px;
	padding-bottom: 48px;
}

.department-section-title {
	margin-bottom: 18px;
}

.department-section+.info-block {
	margin-top: -50px;
}

.department-accordion-open {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 16px 7px 22px;
	font-size: 30px;
	font-family: "impact", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	color: #431821;
	background-color: #e1e1e1;
	border-radius: 5px;
	transition: background-color .3s ease, color .3s ease;
}

.department-accordion-open:hover {
	background-color: #a4123f;
	color: #ffffff;
	text-decoration: none;
}

.department-accordion-item {
	margin-bottom: 20px;
}

.department-accordion-item.active>a {
	background-color: #a4123f;
	color: #ffffff;
	text-decoration: none;
}

.department-accordion-slide {
	padding: 10px 20px;
}

.department-accordion-slide p {
	margin-bottom: 0;
}

.department-accordion-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	font-size: 16px;
	color: #a4123f;
	background-color: #ffffff;
	border-radius: 50%;
	transition: transform .3s ease;
}

.active .department-accordion-icon {
	transform: rotate(90deg);
}

.vertical-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	font-weight: 400;
	font-family: "impact", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	color: #8ea3ae;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	white-space: nowrap;
}

.chevrons {
	display: inline-flex;
	padding-top: 8px;
	padding-bottom: 8px;
}

.chevrons-item {
	-webkit-animation: chevron-anim 1s linear infinite alternate;
	animation: chevron-anim 1s linear infinite alternate;
	margin-bottom: 2px;
}

.chevrons-item:before {
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 3px solid;
	border-color: rgba(0, 0, 0, 0) currentColor currentColor rgba(0, 0, 0, 0);
	transform: rotate(45deg);
	content: "";
	line-height: 1;
}

.chevrons-item:nth-child(1) {
	opacity: 0;
}

.chevrons-item:nth-child(2) {
	opacity: .3;
	-webkit-animation-delay: .33s;
	animation-delay: .33s;
}

.chevrons-item:nth-child(3) {
	opacity: .6;
	-webkit-animation-delay: .66s;
	animation-delay: .66s;
}

.chevrons-item:nth-child(4) {
	opacity: 1;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

@-webkit-keyframes chevron-anim {
	0% {
		opacity: .15;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

@keyframes chevron-anim {
	0% {
		opacity: .15;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

.mejs__mediaelement {
	position: relative;
	height: auto;
}

.mejs__mediaelement:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .3) 20%, rgba(0, 0, 0, .3) 80%, rgba(0, 0, 0, .7) 100%);
	content: "";
}

.mejs__mediaelement>* {
	display: block;
	width: 100%;
}

.mejs__mediaelement video {
	width: 100% !important;
	height: auto !important;
	vertical-align: top;
}

.mejs__container {
	width: 100% !important;
	height: auto !important;
	min-width: 0 !important;
	margin-bottom: 40px;
	font-family: "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.mejs__controls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: auto;
	padding: 10px;
}

.mejs__button,.mejs__time,.mejs__time-rail {
	width: auto;
	height: auto;
}

.mejs__button>button {
	position: relative;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	cursor: pointer;
}

.mejs__button>button:hover {
	opacity: .8;
}

.mejs__playpause-button {
	order: 0;
	margin-right: 27px;
}

.mejs__playpause-button>button {
	width: 23px;
	height: 23px;
	margin: 0;
}

.mejs__play>button {
	background-image: url(/_resources/images/_icon-play.svg);
}

.mejs__replay>button {
	background-image: url(/_resources/images/_icon-replay.svg);
}

.mejs__pause>button {
	background-image: url(/_resources/images/_icon-pause.svg);
}

.mejs__time {
	height: auto;
	padding: 0;
	font-size: 21px;
	line-height: 1;
	font-weight: 500;
	text-align: left;
	box-sizing: border-box;
}

.mejs__currenttime-container {
	order: 2;
}

.mejs__currenttime-container:after {
	content: "/";
	margin-left: 5px;
	margin-right: 5px;
}

.mejs__duration-container {
	order: 3;
}

.mejs__volume-button {
	order: 1;
	margin-right: 29px;
}

.mejs__volume-button>button {
	width: 31px;
	height: 25px;
	margin: 0;
}

.mejs__mute>button {
	background-image: url(/_resources/images/_icon-volume.svg);
}

.mejs__unmute>button {
	background-image: url(/_resources/images/_icon-volume.svg);
}

.mejs__unmute>button:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 150%;
	height: 5px;
	background-color: #a4123f;
	border-radius: 1px;
	content: "";
}

.mejs__fullscreen-button {
	order: 4;
	margin-left: auto;
}

.mejs__fullscreen-button>button {
	margin: 0;
	width: 45px;
	height: 45px;
	background-image: url(/_resources/images/_icon-fullscreen.svg);
}

.mejs__time-rail {
	flex: 1 1 100%;
	order: 5;
	height: 7px;
	margin: 12px 0 0;
	padding: 0;
}

.mejs__time-total {
	margin: 0;
	background-color: rgba(255, 255, 255, .5);
}

.mejs__time-total,.mejs__time-buffering,.mejs__time-loaded,.mejs__time-current,.mejs__time-float,.mejs__time-hovered,.mejs__time-float-current,.mejs__time-float-corner,.mejs__time-marker {
	height: 100%;
	border-radius: 3px;
}

.mejs__time-handle-content {
	top: -8px;
	width: 18px;
	height: 18px;
	background-color: #a4123f;
	border: 1px solid #ffffff;
	border-radius: 50%;
	transform: scale(1);
}

.mejs__time-float {
	display: none !important;
}

.mejs__time-current {
	background-color: rgba(0, 0, 0, 0);
}

.mejs__layers {
	display: none;
}

.custom-video {
	position: relative;
}

.custom-video-share {
	position: absolute;
	top: 24px;
	right: 22px;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	cursor: pointer;
}

.custom-video-share:hover {
	opacity: .8;
}

.contact {
	padding-top: 48px;
	padding-bottom: 48px;
}

.contact-header {
	margin-bottom: 42px;
}

.contact-address {
	margin-bottom: 35px;
	font-style: normal;
}

.contact-address-title {
	margin-bottom: 4px;
}

.contact-title {
	margin-bottom: 18px;
}

.contact-link {
	color: #a4123f;
}

.contact-link:hover {
	text-decoration: underline;
}

.contact-form button[type=submit] {
	margin-top: 10px;
}

blockquote {
	position: relative;
	margin: 0 0 2.1em;
	padding: 72px 12px 0;
}

blockquote:before,blockquote:after {
	position: absolute;
}

blockquote:before {
	top: 0;
	left: 0;
	content: url(/_resources/images/quotes.svg);
}

blockquote:after {
	bottom: 0;
	right: 0;
	content: url(/_resources/images/quotes02.svg);
}

cite {
	display: block;
	padding-top: 11px;
	font-size: 22px;
	font-weight: 900;
	font-style: normal;
	color: #431821;
}

ul:not([class]) {
	margin-bottom: 2.1em;
}

ul:not([class]) li:before {
	margin-left: 6px;
	margin-right: 6px;
	content: "•";
}

ol:not([class]) {
	margin-bottom: 2.1em;
	counter-reset: custom-counter;
}

ol:not([class]) li {
	counter-increment: custom-counter;
}

ol:not([class]) li:before {
	margin-right: 2px;
	margin-left: 7px;
	content: counter(custom-counter) ". ";
}

.side-nav {
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: calc(100% - 70px);
	max-width: 342px;
	max-height: 100vh;
	overflow-y: auto;
	touch-action: pan-y;
	padding: 30px 26px;
	margin-bottom: 30px;
	background-color: #e1e1e1;
	border-radius: 0 0 16px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	opacity: 0;
	visibility: hidden;
	transform: translateX(-100%);
}

.side-nav-active .side-nav {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.side-nav>li {
	padding-top: 9px;
	padding-bottom: 9px;
}

.side-nav>li>a {
	font-size: 24px;
	font-weight: 900;
}

.side-nav ul {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 20px;
}

.side-nav ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}

.side-nav ul ul {
	font-size: 14px;
}

.side-nav ul .has-drop-down-a {
	display: inline-flex;
}

.side-nav ul .plus:before,.side-nav ul .plus:after {
	height: 2px;
}

.side-nav a {
	position: relative;
	display: block;
}

.side-nav-opener {
	transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
	position: absolute;
	top: 70px;
	right: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background-color: #e1e1e1;
	text-indent: -9999px; /* side nav add 06/09/23 M.E. */
}

.side-nav-active .side-nav-opener {
	background-color: #a4123f;
}

.side-nav-active .side-nav-opener span {
	transform: rotate(45deg);
	color: #ffffff;
}

.side-nav-opener span {
	transition: transform .35s cubic-bezier(.3, .86, .36, .95);
	position: relative;
	width: 20px;
	height: 5px;
	color: #555755;
}

.side-nav-opener span:before,.side-nav-opener span:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor !important;
	content: "";
}

.side-nav-opener span:after {
	transform: rotate(90deg);
}

.side-nav-title {
	display: none;
	margin-bottom: 24px;
}

.side-nav .has-drop-down.active>.has-drop-down-a .plus:after {
	display: none;
}

.side-nav .has-drop-down-a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.side-nav .plus {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 11px;
	height: 11px;
	margin-left: 15px;
}

.side-nav .plus:before,.side-nav .plus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 4px;
	background-color: currentColor;
	content: "";
}

.side-nav .plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.content {
	margin-bottom: 40px;
}

.hero-section {
	padding: 40px 0 0;
	position: relative;
}

.hero-section .decor {
	position: relative;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.hero-section .decor:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/_resources/images/hero-decor.png);
	background-size: 206% auto;
	background-position: 93% 100%;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.hero-section .container {
	padding: 0 32px;
}

.hero-section .tilted-text {
	position: absolute;
	left: 4px;
	top: 362px;
	transform: rotate(90deg);
	width: 50px;
	height: 50px;
	text-transform: uppercase;
	font-size: 30px;
	font-family: "impact", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 400;
	color: #8ea3ae;
	letter-spacing: .03em;
}

.hero-section .tilted-text span {
	position: absolute;
	white-space: nowrap;
}

.hero-section .tilted-text .chevrons {
	margin-left: 11px;
}

.hero-section .tilted-text .chevrons-item {
	margin-left: 1px;
}

.hero-section .tilted-text .chevrons-item:before {
	transform: rotate(-45deg);
}

.hero-section .text-holder {
	font-size: 21px;
	line-height: 1.5238095238;
	position: relative;
	z-index: 2;
	margin-bottom: 33px;
}

.hero-section h1 {
	margin-bottom: 30px;
	letter-spacing: -0.03em;
}

.hero-section .hide-mobile {
	display: none;
	line-height: 1.6;
}

.hero-section p {
	margin-bottom: 39px;
}

.hero-section .btn {
	width: 100%;
	font-size: 23px;
	border-width: 3px;
	border-radius: 8px;
	text-align: left;
	padding: 19px 60px 18px 28px;
}

.hero-section .btn .desktop-only {
	display: none;
}

.hero-section .img-holder {
	position: relative;
	right: 5px;
}

.hero-section .img-holder .decor-circle {
	position: absolute;
	top: 22px;
	left: 41px;
	z-index: -1;
}

.hero-section+.college-promise {
	position: relative;
	z-index: 3;
	margin-top: -169px;
}

.college-promise {
	background: #ffffff;
	border-radius: 4px;
	color: #565856;
	font-size: 21px;
	line-height: 1.4285714286;
	/*   padding: 39px 0; */
	position: relative; 
}

.college-promise .decor {
	display: none;
	position: absolute;
	bottom: 363px;
	left: 0;
	background: url(/_resources/images/decor-1.png);
	width: 436px;
	height: 259px;
	z-index: 1;
}

.college-promise .top-block {
	color: #431821;
}

.college-promise h1 {
	font-size: 30px;
	color: #565856;
	font-weight: 400;
	font-family: "impact", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	text-transform: capitalize;
}

.college-promise strong {
	display: block;
	font-weight: 400;
	margin-bottom: 40px;
}

.college-promise .hide-mobile {
	display: none;
}

.college-promise .btn {
	width: 100%;
	font-size: 24px;
	border-width: 3px;
	border-radius: 8px;
	text-align: left;
	padding: 19px 60px 18px 28px;
}

.college-promise .btn .desktop-only {
	display: none;
}

.college-promise .bottom-block {
	display: none;
}

.college-promise .numbers-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

.college-promise .numbers-list li {
	width: 21%;
	padding: 0 10px;
}

.college-promise .numbers-list .number {
	display: block;
	font-size: 100px;
	font-weight: 500;
	color: #a4123f;
	margin-bottom: -2px;
	font-family: "Orpheus Pro", "Georgia", "Garamond", serif;
}

.college-promise .numbers-list .text {
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.3;
	color: #431821;
}

.start-journey {
	position: relative;
	/*   display: none; */ /*updated 04-12-2023 by Marianne E. per line 92 in UAT doc*/
}

.start-journey .container {
	padding: 0 32px;
}

.start-journey .img-block {
	/*   height: 400px; */ /*updated 04-12-2023 by Marianne E. per line 92 in UAT doc*/
	border-radius: 14px;
	overflow: hidden;
	z-index: -1;
}

.start-journey .text-block {
	padding: 40px 0 20px;
}

.start-journey h2 {
	margin-bottom: 20px;
}

.start-journey p {
	margin-bottom: 61px;
}

.start-journey .btn {
	width: 100%;
	font-size: 23px;
	border-width: 3px;
	border-radius: 8px;
	text-align: left;
	padding: 19px 60px 18px 28px;
	letter-spacing: .04em;
}

.start-journey .btn .desktop-only {
	display: none;
}

.who-are-you {
	position: relative;
	padding: 74px 0 62px;
}

.who-are-you .container {
	padding: 0 32px;
}

.who-are-you .tilted-text {
	display: none;
	position: absolute;
	right: 4px;
	top: 0;
	transform: rotate(90deg);
	width: 50px;
	height: 50px;
	text-transform: uppercase;
	font-size: 30px;
	font-family: "impact", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 400;
	color: #8ea3ae;
	letter-spacing: .03em;
}

.who-are-you .tilted-text span {
	position: absolute;
	white-space: nowrap;
}

.who-are-you .tilted-text .chevrons {
	margin-left: 11px;
}

.who-are-you .tilted-text .chevrons-item {
	margin-left: 1px;
}

.who-are-you .tilted-text .chevrons-item:before {
	transform: rotate(-45deg);
}

.who-are-you h2 {
	text-align: left;
	color: #431821;
	margin-bottom: 38px;
}

.who-are-you .dropdown {
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}

.who-are-you .dropdown.open .list {
	display: block;
}

.who-are-you .dropdown .caption {
	display: block;
	font-weight: 900;
	cursor: pointer;
	background: #e3e3e3;
	padding: 17px 40px 17px 28px;
	font-size: 24px;
	line-height: 1.25;
	color: #a4123f;
	border-radius: 8px;
	letter-spacing: .03em;
}

.who-are-you .dropdown .caption:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) rotate(-135deg);
	height: 22px;
	width: 22px;
	border: solid #9db2bb;
	border-width: 0 0 3px 3px;
	transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
}

.who-are-you .dropdown .list {
	position: absolute;
	width: 100%;
	top: 0;
	display: none;
	background: #ffffff;
	border-radius: 8px;
	overflow: hidden;
}

.who-are-you .dropdown .item {
	padding: 17px 28px;
	cursor: pointer;
}

.who-are-you .dropdown .item:hover {
	background: #e2e2e2;
}

.who-are-you .nav-select li.active a {
	color: #a4123f;
	background: #e2e2e2;
}

.who-are-you .nav-select a {
	display: block;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 900;
	color: #565856;
	padding: 17px 28px;
	text-decoration: none;
	letter-spacing: .03em;
	text-align: left;
	transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
}

.who-are-you .nav-select a:hover {
	color: #a4123f;
	background: #e2e2e2;
}

.features-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -9px;
}

.features-list li {
	max-width: 112px;
	margin: 0 9px 29px;
}

.features-list a {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	color: #431821;
	font-size: 13px;
	line-height: 1.3846153846;
	font-family: "impact", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	transition: color .3s cubic-bezier(.3, .86, .36, .95), background .3s cubic-bezier(.3, .86, .36, .95);
	border-radius: 8px;
	text-decoration: none;
	text-align: center;
}

.features-list a:hover .img-holder {
	background: #a4123f;
}

.features-list .text {
	display: block;
	padding: 0 3px;
}

.features-list .text.my-compton {
	text-transform: uppercase;
	padding-top: 12px;
	position: relative;
	font-size: 17px;
}

.features-list .text.my-compton .my {
	font-size: 0;
	line-height: 0;
	width: 25px;
	height: 21px;
	position: absolute;
	background: url(/_resources/images/text-my.png);
	background-size: 100% 100%;
	top: 2px;
	left: 50%;
	transform: translateX(-29px);
}

.features-list .img-holder {
	width: 112px;
	height: 112px;
	background: #e3e3e3;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	transition: background .35s cubic-bezier(.3, .86, .36, .95);
}

.why-compton {
	position: relative;
}

.why-compton .container {
	padding: 0;
}

.why-compton .tilted-text {
	position: absolute;
	left: -1px;
	top: 64px;
	transform: rotate(90deg);
	width: 50px;
	height: 50px;
	text-transform: uppercase;
	font-size: 30px;
	font-family: "impact", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 400;
	color: #8ea3ae;
	letter-spacing: .03em;
	z-index: 3;
}

.why-compton .tilted-text span {
	position: absolute;
	white-space: nowrap;
}

.why-compton .tilted-text .chevrons {
	margin-left: 11px;
}

.why-compton .tilted-text .chevrons-item {
	margin-left: 1px;
}

.why-compton .tilted-text .chevrons-item:before {
	transform: rotate(-45deg);
}

.why-compton .img-holder {
	height: 422px;
	position: relative;
	overflow: hidden;
}

.why-compton .img-holder img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 100%;
	object-position: 50% 100%;
}

.why-compton .img-holder .mountains {
	position: absolute;
	left: 50%;
	bottom: 0;
	background: url(/_resources/images/why-decor-mobile.png);
	width: 438px;
	margin-left: -219px;
	height: 173px;
	z-index: 2;
}

.why-compton .img-holder .sun {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 236px;
	background: url(/_resources/images/circle-compton.svg);
	width: 191px;
	height: 190px;
	margin-left: -242px;
}

.academic-programs {
	padding-bottom: 108px;
}

.academic-programs .container {
	padding: 0;
}

.academic-programs .wrap {
	background: #e2e2e2;
	display: flex;
	flex-wrap: wrap;
}

.academic-programs .text-holder {
	padding: 48px 32px 13px;
	line-height: 1.5;
}

.academic-programs h2 {
	line-height: 1.3;
	margin-bottom: 24px;
}

.academic-programs p {
	margin-bottom: 51px;
}

.academic-programs .btn {
	width: 100%;
	font-size: 23px;
	border-width: 3px;
	border-radius: 8px;
	text-align: left;
	padding: 16px 60px 16px 28px;
	letter-spacing: .04em;
	margin-left: -6px;
}

.academic-programs .btn .desktop-only {
	display: none;
}

.academic-programs .btn-clone {
	width: 100%;
	padding: 0 37px;
}

.program-slider {
	width: 100%;
	margin-bottom: 36px;
	padding: 0 43px;
}

.program-slider .slick-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.program-slider .slick-dots li {
	margin: 0 7px;
}

.program-slider .slick-dots .slick-active button {
	background: #c00a3e;
}

.program-slider .slick-arrow {
	top: 120px;
	color: #9db2bb;
	cursor: pointer;
	transition: color .35s cubic-bezier(.3, .86, .36, .95);
}

.program-slider .slick-arrow:hover {
	color: #431821;
}

.program-slider .slick-arrow.slick-prev {
	left: 2px;
}

.program-slider .slick-arrow.slick-next {
	right: 2px;
}

.program-slider a:not(.btn) {
	text-decoration: none;
	display: block;
}

.program-slider a:not(.btn):hover {
	text-decoration: none;
	color: #a4123f;
}

.program-slider a:not(.btn):hover .tilted-text {
	left: 13px;
	z-index: 2;
}

.program-slider a:not(.btn):hover .img-block img {
	transform: scale(1.1);
}

.program-slider a:not(.btn):hover .title {
	text-decoration: underline;
}

.program-slider .img-block {
	height: 275px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	margin-bottom: 19px;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.program-slider .img-block img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	transition: transform .35s cubic-bezier(.3, .86, .36, .95);
}

.program-slider .tilted-text {
	position: absolute;
	left: -70px;
	top: 18px;
	transform: rotate(90deg);
	width: 50px;
	height: 50px;
	text-transform: uppercase;
	font-size: 30px;
	font-family: "impact", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: .03em;
	transition: left .35s cubic-bezier(.3, .86, .36, .95);
}

.program-slider .tilted-text:before {
	content: "";
	position: absolute;
	top: -20px;
	bottom: -20px;
	left: -999px;
	right: -999px;
	z-index: -1;
	background: #a4123f;
}

.program-slider .tilted-text span {
	position: absolute;
	display: flex;
	align-items: center;
	height: 100%;
}

.program-slider .tilted-text span em {
	display: flex;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-style: normal;
}

.program-slider .tilted-text .chevrons {
	margin-left: -10px;
}

.program-slider .tilted-text .chevrons-item {
	margin-left: 1px;
}

.program-slider .tilted-text .chevrons-item:before {
	border-color: rgba(0, 0, 0, 0) #ffffff #ffffff rgba(0, 0, 0, 0);
	transform: rotate(-45deg);
}

.program-slider .title {
	display: block;
	text-align: center;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 900;
	color: #431821;
}

.student-life {
	position: relative;
	margin-bottom: 80px;
}

.student-life:before {
	content: "";
	position: absolute;
	top: -374px;
	left: 0;
	right: 0;
	bottom: -100px;
	background: #e2e2e2;
	z-index: -1;
}

.student-life:after {
	content: "";
	position: absolute;
	bottom: -58px;
	height: 3px;
	background: #ffffff;
	left: 0;
	right: 0;
	z-index: -1;
}

.student-life .decor-below {
	display: none;
	position: absolute;
	bottom: 56px;
	right: 0;
	background: url(/_resources/images/student-life-decor01.png);
	width: 933px;
	height: 474px;
	z-index: 1;
}

.student-life .decor-above {
	display: none;
	position: absolute;
	bottom: -65px;
	right: 0;
	background: url(/_resources/images/student-life02.png);
	width: 896px;
	height: 253px;
	z-index: 3;
}

.student-life .container {
	padding: 0 32px;
}

.student-life .wrap {
	background: #e2e2e2;
}

.student-life .wrap:after {
	position: absolute;
	height: 3px;
	left: 0;
	right: 0;
	background: #ffffff;
	bottom: 22px;
}

.student-life .text-holder {
	line-height: 1.45;
}

.student-life .move-image-here {
	height: 385px;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 47px;
}

.student-life .move-image-here img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.student-life h2 {
	margin-bottom: 30px;
}

.student-life p {
	margin-bottom: 48px;
}

.student-life .btn {
	width: 100%;
	font-size: 23px;
	border-width: 3px;
	border-radius: 8px;
	text-align: left;
	padding: 19px 60px 18px 28px;
	letter-spacing: .04em;
	margin-left: 2px;
}

.student-life .btn .desktop-only {
	display: none;
}

.student-life .img-holder {
	border-radius: 20px;
	overflow: hidden;
}

.student-life .img-holder img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.whats-going-on {
	background: #431821;
	color: #ffffff;
	position: relative;
	padding: 55px 0 70px;
}

.whats-going-on .tilted-text {
	position: absolute;
	right: 8px;
	top: 58px;
	transform: rotate(90deg);
	width: 50px;
	height: 50px;
	text-transform: uppercase;
	font-size: 30px;
	font-family: "impact", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 400;
	color: #8ea3ae;
	letter-spacing: .03em;
}

.whats-going-on .tilted-text span {
	position: absolute;
	white-space: nowrap;
}

.whats-going-on .tilted-text .chevrons {
	margin-left: 11px;
}

.whats-going-on .tilted-text .chevrons-item {
	margin-left: 1px;
}

.whats-going-on .tilted-text .chevrons-item:before {
	transform: rotate(-45deg);
}

.whats-going-on .container {
	display: flex;
	flex-direction: column-reverse;
	padding: 0 32px;
}

.whats-going-on .container:after {
	content: none;
}

.whats-going-on .left-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

.whats-going-on .move-embed-here {
	/*   height: 463px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.whats-going-on .right-block {
	padding-right: 35px;
	line-height: 1.45;
}

.whats-going-on h2 {
	color: #ffffff;
	letter-spacing: -0.04em;
	margin-bottom: 49px;
	line-height: 1.55;
}

.whats-going-on p {
	margin-bottom: 52px;
}

.whats-going-on .btn .desktop-only {
	display: none;
}

.more-success-stories {
	position: relative;
	padding-top: 70px;
	padding-bottom: 30px;
}

.more-success-stories.mobile-hidden {
	display: none;
}

.more-success-stories:before {
	content: "";
	position: absolute;
	top: 0;
	height: 434px;
	left: 0;
	right: 0;
	background: #431821;
	z-index: -1;
}

.more-success-stories .quote-wrap {
	padding: 20px 0 32px;
}

.more-success-stories .container {
	padding: 0 32px;
}

.more-success-stories .wrap {
	display: flex;
	flex-direction: column-reverse;
	border-radius: 12px;
	background: rgba(0, 0, 0, 0);
}

.more-success-stories .text-holder {
	position: relative;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	border-radius: 10px 0 0 10px;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	padding: 30px 0;
}

.more-success-stories .text-holder .tilted-text>span {
	display: none;
}

.more-success-stories .text-holder .tilted-text .btn {
	display: block;
}

.more-success-stories .img-holder {
	width: 100%;
	position: relative;
	height: 364px;
}

.more-success-stories .img-holder>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.more-success-stories .img-holder .map {
	width: 100%;
	height: 100%;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	border-radius: 30px 30px 0 0;
	overflow: hidden;
}

.more-success-stories .img-holder .map img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.more-success-stories .img-holder .student {
	width: 275px;
	max-width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -100px;
	margin-left: -122px;
}

.more-success-stories .img-holder .student[data-parallax] {
	will-change: transform;
}

.more-success-stories .img-holder .student::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	background: url(/_resources/images/circle-more-stories.svg);
	background-size: 100% 100%;
	width: 230px;
	height: 230px;
	z-index: -1;
	margin-left: 0;
}

.more-success-stories .img-holder .student img {
	display: block;
}

.quote-wrap h3,.quote-wrap .h3 {
	margin: 0;
	color: #a4123f;
}

.quote-wrap .sub-heading {
	display: block;
	color: #431821;
	font-weight: 900;
	margin: 0 0 34px;
}

.quote-wrap blockquote {
	padding: 41px 0 0;
	line-height: 1.48;
}

.quote-wrap blockquote q {
	quotes: none;
	display: block;
	margin-bottom: 32px;
}

.quote-wrap blockquote cite {
	margin-left: -8px;
	letter-spacing: .08em;
	margin: 0 0 34px;
}

.quote-wrap blockquote:after {
	bottom: -34px;
}

.esl-students .container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1460px;
}

.esl-students .img-holder {
	width: 100%;
	min-height: 340px;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.esl-students .img-holder .img-wrap {
	width: 100%;
}

.esl-students .img-holder .img-wrap img {
	width: 100%;
	height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.esl-students .text-holder {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 0 40px;
}

.esl-students h2 {
	letter-spacing: -0.03em;
	margin-bottom: 17px;
}

.esl-students .text-wrap {
	padding-right: 90px;
}

.esl-students p {
	margin-bottom: 53px;
}

.esl-students .btn {
	padding: 14px 70px 14px 22px;
	letter-spacing: .09em;
	border-radius: 8px;
}

.has-brown-bg-mobile {
	background: #431821;
}

.student-type {
	margin: 50px 0;
}

.student-type h2 {
	text-align: center;
	margin: 0 0 39px;
}

.student-type h2 .title-number {
	color: #a4123f;
}

.student-type .nav-select {
	display: none;
}

.student-type .nav-select li {
	margin: 0 6px 12px;
}

.student-type .nav-select li.active a {
	color: #a4123f;
	background: #e2e2e2;
}

.student-type .nav-select a {
	display: block;
	font-size: 22px;
	line-height: 1.3636363636;
	font-weight: 900;
	color: #565856;
	padding: 10px 21px;
	text-decoration: none;
	letter-spacing: .03em;
	border-radius: 4px;
	transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
}

.student-type .nav-select a:hover {
	color: #a4123f;
	background: #e2e2e2;
}

.student-type .nav-select-mobile {
	display: block;
	margin: 0 0 32px;
}

.types {
	padding-top: 35px;
	padding-bottom: 35px;
}

.types-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.types-col {
	width: 100%;
	padding: 0 15px;
	position: relative;
}

.types-col.__programs {
	margin: 0 0 50px;
}

.types-col:last-of-type:after {
	display: none;
}

.types-col:after {
	display: none;
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	width: 4px;
	left: calc(100% - 2px);
	background-color: #e1e1e1;
}

.types-col h3 {
	margin: 0 0 38px;
}

.types-list {
	list-style-type: none;
	margin: 0 -15px -74px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.types-list li {
	padding: 0 15px;
	margin: 0 0 36px;
	width: 100%;
}

.types-list h4 {
	margin: 0 0 24px;
	color: #431821;
}

.types-list p {
	margin: 0;
}

.find-program {
	position: relative;
	z-index: 9;
}

.find-program h2 {
	color: #ffffff;
}

.find-program .container {
	color: #ffffff;
}

.find-program-inner {
	display: flex;
	flex-wrap: wrap;
	background: #a3123f;
	color: #ffffff;
	border-radius: 4px;
}

.find-program-col {
	width: 100%;
}

.find-program-col.__info {
	padding: 32px 15px;
}

.find-program-col.__decorated {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	overflow: hidden;
	border-radius: 0 0 4px 4px;
}

.find-program-col.__decorated .find-pattern {
	height: 100%;
	width: 100%;
	max-height: 450px;
}

.find-program-col.__decorated .find-pattern img {
	width: 100%;
	height: 100%;
}

.find-program-col.__decorated .find-program-image {
	position: absolute;
	z-index: 9;
}

.find-program-col.__decorated .find-program-image img {
	max-height: 400px;
}

.find-program-image {
	font-size: 0;
	position: absolute;
	z-index: 9;
}

.explore-options h2 {
	margin: 0 0 32px;
	text-align: center;
}

.explore-options h2 .title-number {
	color: #a4123f;
}

.explore-options .container {
	padding: 32px 15px;
	position: relative;
}

.explore-options .container:before,.explore-options .container:after {
	position: absolute;
	height: 3px;
	top: 25px;
	left: 0;
	right: 0;
	background: #ffffff;
}

.explore-options .container:after {
	top: auto;
	bottom: 25px;
}

.explore-options-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.explore-options-col {
	margin: 0 0 48px;
	width: 100%;
	padding: 0 15px;
}

.explore-options-col:last-of-type {
	margin: 0;
}

.apply-today {
	background-color: #431821;
	color: #ffffff;
	padding: 32px 0 0;
}

.apply-today h2 {
	color: #ffffff;
}

.apply-today .container {
	max-width: 100%;
	padding: 0;
	margin-bottom: -250px; /* QA line 56 M.E. 06/13/23 */
}

.apply-today-inner {
	display: flex;
	flex-wrap: wrap;
}

.apply-today-col {
	width: 100%;
}

.apply-today-col.__info {
	margin: 0 0 32px;
}

.apply-today-col.__photo {
	position: relative;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.apply-today-col.__photo .decor-below {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 593px;
	z-index: -1;
}

.apply-today-col.__photo .decor-above {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 250px;
	z-index: 3;
}

.apply-today-info {
	padding: 0 15px;
}

.apply-today-photo {
	position: relative;
	font-size: 0;
	padding: 0 15px 50px;
}

.apply-today-photo-inner {
	border-radius: 12px;
	overflow: hidden;
}

.more-info {
	margin: 50px 0 72px;
}

.more-info .contact-form-inner {
	display: block;
}

.more-info-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 0 -15px;
}

.more-info-col {
	padding: 0 15px;
	width: 100%;
}

.more-info-col.__form {
	margin: 0 0 50px;
}

.more-info-map {
	margin: 80px 0 0;
}

.more-info-map .google-map {
	position: relative;
	padding: 0 0 58.333%;
	border-radius: 12px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.more-info-map .google-map img,.more-info-map .google-map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.apply-now .container {
	padding: 32px 15px;
	position: relative;
}

.apply-now .container:before,.apply-now .container:after {
	position: absolute;
	height: 3px;
	top: 25px;
	left: 0;
	right: 0;
	background: #ffffff;
}

.apply-now .container:after {
	top: auto;
	bottom: 25px;
}

.apply-now h2 {
	margin: 0 0 30px;
}

.apply-now-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.apply-now-col {
	padding: 0 15px;
	width: 100%;
	margin: 0 0 32px;
}

.apply-now-col:last-of-type {
	margin: 0;
}

.counselor {
	padding: 75px 35px 0 0;
	color: #431821;
	position: relative;
}

.counselor .container {
	padding: 0 32px;
}

.counselor .tilted-text {
	position: absolute;
	right: 0;
	top: 40px;
	transform: rotate(90deg);
	width: 50px;
	height: 50px;
	text-transform: uppercase;
	font-size: 30px;
	font-family: "impact", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 400;
	color: #8ea3ae;
	letter-spacing: .03em;
	z-index: 9;
}

.counselor .tilted-text span {
	position: absolute;
	white-space: nowrap;
}

.counselor .tilted-text .chevrons {
	margin-left: 11px;
}

.counselor .tilted-text .chevrons-item {
	margin-left: 1px;
}

.counselor .tilted-text .chevrons-item:before {
	transform: rotate(-45deg);
}

.counselor h2 {
	text-align: center;
	margin: 0 0 52px;
}

.counselor-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 0 -15px;
}

.counselor-col {
	padding: 0 15px;
	width: 100%;
}

.counselor-col.__info {
	margin: 0 0 36px;
	order: 1;
}

.counselor-col.__photo {
	display: flex;
	justify-content: center;
	margin: 0 0 32px;
}

.counselor-title {
	margin: 0 0 36px;
}

.counselor-title h3 {
	color: #431821;
	margin: 0 0 21px;
}

.counselor-title span {
	font-family: "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: .05em;
}

.counselor-text {
	padding: 0 0 0 15px;
}

.counselor-text p {
	margin: 0 0 52px;
}

.counselor-photo {
	font-size: 0;
	border-radius: 28px;
	overflow: hidden;
}

.explore-programs {
	margin: 0 0 50px;
}

.explore-programs h2 {
	text-align: center;
	margin: 0 0 32px;
}

.explore-programs-button {
	display: flex;
	justify-content: center;
}

.explore-programs .features-list {
	margin: 0 0 35px;
}

.enroll {
	padding: 50px 0 0;
}

.enroll h2 {
	color: #ffffff;
	position: absolute;
	z-index: 9;
	padding: 0 32px;
	margin: 0;
	text-align: center;
	left: 50%;
	top: 100px;
	width: 100%;
	transform: translate(-50%, -50%);
}

.enroll .container {
	max-width: 1170px;
	position: relative;
}

.enroll-inner {
	background-color: #a4123f;
	color: #ffffff;
	position: relative;
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
	border-radius: 4px;
}

.enroll-inner h3 {
	color: #ffffff;
	letter-spacing: .1em;
}

.enroll-col {
	width: 100%;
}

.enroll-col.__info {
	padding: 200px 15px 32px;
}

.enroll-col.__photo {
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	border-radius: 0 0 4px 4px;
}

.enroll-col.__photo .enroll-pattern {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 125%;
}

.enroll-col.__photo .enroll-pattern img {
	max-width: unset;
	width: 100%;
}

.enroll-img {
	font-size: 0;
}

.enroll-slider {
	width: 100%;
}

.enroll-slider .slick-dots {
	justify-content: center;
	position: relative;
	z-index: 9;
	margin: 32px 0 0;
}

.enroll-slider .slick-arrow {
	z-index: 9;
	color: #ffffff;
	transform: none;
	font-size: 32px;
	top: 80px;
	display: none !important;
}

.enroll-slider .slick-arrow.slick-prev {
	left: 8px;
}

.enroll-slider .slick-arrow.slick-next {
	right: 8px;
}

.enroll-info {
	max-width: 100%;
	padding: 0 12px 0 0;
}

.enroll-info p:last-of-type {
	margin: 0;
}

.link {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.icon-arrow-right:before {
	display: inline-block;
	vertical-align: middle;
	width: .75em;
	height: .75em;
	border: 3px solid currentColor;
	border-width: 3px 3px 0 0;
	transform: rotate(45deg);
	content: "";
}

.icon-double-arrow-right:before,.icon-double-arrow-right:after {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	border: 3px solid;
	border-color: currentColor currentColor rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	transform: rotate(45deg);
	content: "";
}

.course-catalog-box {
	position: relative;
	padding-top: 126px;
}

.course-catalog-box:before {
	position: absolute;
	top: 0;
	bottom: 50%;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: 100vw;
	background-color: #431821;
	content: "";
}

.course-catalog-box .box .image {
	position: relative;
	display: block;
	padding-top: 78.6%;
	margin-bottom: 30px;
	border-radius: 14px;
	overflow: hidden;
}

.course-catalog-box .box .image:hover img {
	transform: scale(1.2);
}

.course-catalog-box .box .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 1s ease;
}

.course-catalog-box .box h2 {
	margin-bottom: 23px;
}

.time-to-complite {
	width: 100%;
	padding: 30px;
	border-radius: 10px;
}

.time-to-complite-item {
	margin-bottom: 30px;
}

.time-to-complite-item-icon {
	width: 156px;
	height: 156px;
	padding: 20px;
	margin-bottom: 28px;
	background-color: #ffffff;
	border-radius: 50%;
}

.time-to-complite-item-icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.time-to-complite-item-title {
	display: block;
	margin-bottom: 10px;
	font-weight: 900;
}

.time-to-complite-item-text {
	margin-bottom: 0;
}

.academic-programs.alternative {
	padding-top: 50px;
	padding-bottom: 50px;
}

.academic-programs.alternative .wrap {
	background-color: rgba(0, 0, 0, 0);
}

.academic-programs.alternative .container {
	padding-left: 15px;
	padding-right: 15px;
}

.academic-programs.alternative .academic-programs-inner {
	padding-left: 30px;
	padding-right: 30px;
}

.academic-programs.alternative .academic-programs-header {
	margin-bottom: 23px;
}

.academic-programs.alternative .academic-programs-footer {
	padding-top: 17px;
	padding-bottom: 17px;
	margin-left: -13px;
	margin-right: -13px;
	color: #431821;
	line-height: 1.45;
}

.program-slider.alternative {
	padding: 0;
	margin-bottom: 0;
}

.program-slider.alternative .slick-arrow.slick-prev {
	left: -46px;
}

.program-slider.alternative .slick-arrow.slick-next {
	right: -46px;
}

.program-slider.alternative .chevrons {
	margin-left: 0;
}

.mission.alternative {
	position: relative;
}

.mission.alternative:before {
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: 0;
	z-index: -1;
	width: 100vw;
	transform: translateX(-50%);
	background-color: #431821;
	content: "";
}

.alternative .mission-box-illustration {
	padding-top: 93%;
}

.alternative .mission-box-illustration img {
	position: absolute;
	bottom: 0;
	right: 0;
	/*   width: calc(100% + 50px); */
	width: calc(100% + 0px);
	max-width: none;
	/* resolve QA line 82 05/19/23 M.E. */
}

.mission-box-smaller .mission-box-pattern {
	height: 100%;
	width: 100%;
	max-height: 450px;
}

.mission-box-smaller .mission-box-pattern img {
	width: 100%;
	height: 100%;
}

.bg-secondary .counselor-title h3 {
	color: inherit;
}

.counselor-decors {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35.4%;
	padding-top: 32%;
}

.counselor-decor {
	position: absolute;
	right: 0;
	width: 100%;
}

.counselor-decor-1 {
	bottom: 0;
	z-index: 2;
	width: 100%;
}

.counselor-decor-2 {
	bottom: 21.6%;
	z-index: 2;
	width: 60%;
}

.counselor-decor-3 {
	bottom: 21%;
	z-index: 0;
	width: 34%;
}

.counselor-photo {
	position: relative;
	z-index: 1;
}

.counselor+.more-success-stories {
	padding-top: 70px;
}

.loader {
	width: 100%;
	height: 100%;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.loader div {
	height: 50px;
	width: 20px;
	border-radius: 15px;
	background-color: #431821;
	margin: 5px;
	-webkit-animation: stretch 2s infinite;
	animation: stretch 2s infinite;
}

.loader .bar2 {
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
}

.loader .bar3 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.is-loaded .loader {
	display: none;
}

.btn-holder {
	text-align: center;
	/*   padding: 0 30px; */
}

.bg-secondary {
	background: #431821;
	color: #ffffff;
}

.services {
	margin: 30px 0;
}

.box {
	background: #e1e1e1;
	position: relative;
	padding: 92px 30px;
}

.box:before,.box:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background: #ffffff;
}

.box:before {
	top: 20px;
}

.box:after {
	bottom: 20px;
}

.mission-box {
	padding-bottom: 50%;
	color: #431821;
}

.mission-box-column {
	padding: 0 0 40px;
}

.mission-box-smaller {
	position: relative;
	background: #a3123f;
	color: #ffffff;
	border-radius: 4px;
	margin: -50% 25px 0;
}

.mission-box-smaller .mission-box-column {
	padding: 35px 24px;
}

.mission-box-smaller h2,.mission-box-smaller .h2,.mission-box-smaller .link {
	color: currentColor;
}

.mission-box-illustration {
	position: relative;
	border-radius: 4px 4px 0 0;
}

.mission-box-illustration .mission-pattern {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
	max-height: 400px;
}

.mission-box-illustration .mission-pattern img {
	margin: 0;
	width: 100%;
}

.mission-box-illustration .mission-box-hero {
	position: absolute;
	left: 15px;
	bottom: 0;
}

.mission-box-illustration img {
	display: block;
}

.departments {
	position: relative;
	overflow: hidden;
}

.departments-heading-block {
	text-align: center;
	max-width: 95%;
	margin: 0 auto 30px;
	padding: 0 30px 0 0;
}

.departments-heading-block h2,.departments-heading-block .h2 {
	color: currentColor;
}

.departments-vertical-title {
	/* position: absolute;
	top: 80px;
	right: 10px; Updated 03/09/23 by Marianne E. per Ticket T43  */
	position: relative;
	top: -150px;
	float: right;
	right: 10px;
	/* 	-webkit-mask-position: relative; */
	position: -webkit-relative;
	-webkit-top: -150px;
	-webkit-float: right;
	-webkit-right: 10px;

}


.departments-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -5px 30px;
	font-size: 1.8rem;
	width: calc(100% - 65px);
}

.departments-list li {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 5px 25px;
	text-align: center;
}

.departments-list a {
	color: currentColor;
}

.departments-list .icon {
	display: block;
	margin: 0 auto 22px;
}

.departments-list .title {
	display: block;
	margin: 0 0 6px;
	line-height: 1.1;
	font-weight: 900;
	text-transform: capitalize;
}

.departments-list .link {
	display: block;
	margin: 0 0 6px;
}

.departments .bg-secondary.bg-secondary {
	padding: 90px 0 150px;
	position: relative;
}

.departments-decors {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
}

.departments-decor {
	position: absolute;
	right: 0;
}

.departments-decor01 {
	bottom: 0;
}

.departments-decor02 {
	bottom: 0;
}

.img-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 34px;
	padding: 0 15px;
	position: relative;
	z-index: 2;
}

.img-gallery .column>div {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.img-gallery .column>div a {
	display: block;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.img-gallery .column>div a:hover img {
	transform: scale(1.2);
}

.img-gallery .v-half {
	margin: 17px 0;
}

.img-gallery img {
	transition: transform .3s cubic-bezier(.3, .86, .36, .95);
	display: flex;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.history {
	padding: 0 0 50px;
}

.history-intro {
	position: relative;
	padding: 50px 15px;
	margin: 0 0 50px;
}

.history-intro-image {
	padding: 0 0 30px;
}

.history-intro-image img {
	display: block;
	margin: 0 auto;
}

.history-box {
	padding: 50px 20px;
}

.history-box:before {
	top: 30px;
}

.history-box .fw-gallery {
	padding: 0 30px;
}

.history-box .fw-gallery .slick-dots {
	margin-top: 20px;
}

.history-box .slick-arrow {
	top: 50%;
}

.history-box .slick-arrow.slick-prev {
	left: 0;
}

.history-box .slick-arrow.slick-next {
	right: 0;
}

.history-text {
	color: #3a1d21;
}

.history-text h3,.history-text .h3 {
	letter-spacing: .3px;
	margin: 0 0 25px;
	text-align: center;
	color: currentColor;
}

.history-text .date {
	font: 500 4.5rem/1 "Orpheus Pro", "Georgia", "Garamond", serif;
	color: #a3123f;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}

.history-img img {
	display: block;
	margin: 0 auto;
}

.history-decors {
	display: none;
}

.history-decor {
	position: absolute;
	left: 0;
}

.history-decor01 {
	bottom: 0;
}

.history-decor02 {
	bottom: 60px;
}

.history-decor03 {
	bottom: 100px;
}

.history-decor02,.history-decor03 {
	z-index: -1;
}

.tab-gallery {
	margin: 0 0 40px;
}

.tab-gallery .dropdown {
	position: relative;
	z-index: 2;
	margin: 0 15px 20px;
}

.tab-gallery .dropdown.open .caption [class^=icon]:before,.tab-gallery .dropdown.open .caption [class*=icon]:before {
	transform: rotate(135deg);
}

.tab-gallery .dropdown.open .list {
	display: block;
}

.tab-gallery .dropdown .caption {
	display: block;
	cursor: pointer;
	font-size: 2.4rem;
	font-weight: 900;
	color: #a4123f;
	background: #e3e3e3;
	padding: 10px 40px 10px 25px;
	border-radius: 6px;
	position: relative;
}

.tab-gallery .dropdown .caption:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) rotate(-135deg);
	height: 22px;
	width: 22px;
	border: solid #9db2bb;
	border-width: 0 0 3px 3px;
	transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
}

.tab-gallery .nav-select>li.active a {
	background: #e1e1e1;
	color: #a4123f;
}

.tab-gallery .nav-select>li>a {
	transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
	padding: 11px 24px;
	display: block;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 900;
	color: #565856;
	text-decoration: none;
	letter-spacing: .03em;
	text-align: left;
}

.tab-gallery .nav-select>li>a:hover {
	background: #e1e1e1;
	color: #a4123f;
	text-decoration: none;
}

.tab-gallery .list {
	position: absolute;
	width: 100%;
	display: none;
	background: #ffffff;
	z-index: 20;
	text-align: left;
}

.tab-gallery .slick-slider.rows-gallery-alt {
	margin-top: 30px;
}

.tab-gallery .slick-slider .slick-slide {
	padding: 0 15px;
}

.tab-gallery .slick-slider .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
}

.tab-gallery .slick-slider .slick-arrow.slick-prev {
	left: -20px;
}

.tab-gallery .slick-slider .slick-arrow.slick-next {
	right: -20px;
}

.tab-gallery .slick-slider .slick-dots {
	margin-top: 20px;
}

.tab-gallery .img-slide {
	min-height: 300px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
}

.accreditation-box {
	padding-bottom: 50%;
	color: #431821;
}

.accreditation-box-column {
	padding: 0 0 40px;
}

.accreditation-box-column+.accreditation-box-column {
	text-align: center;
	padding-top: 50px;
}

.accreditation-box-smaller {
	position: relative;
	background: #a3123f;
	color: #ffffff;
	border-radius: 4px;
	margin: -40% 25px 0;
}

.accreditation-box-smaller .accreditation-box-column {
	padding: 35px 24px;
}

.accreditation-box-smaller h2,.accreditation-box-smaller .h2,.accreditation-box-smaller .link {
	color: currentColor;
}

.accreditation-box-illustration {
	position: relative;
	border-radius: 4px 4px 0 0;
}

.accreditation-box-illustration .accreditation-pattern {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
	max-height: 400px;
}

.accreditation-box-illustration .accreditation-pattern img {
	margin: 0;
	width: 100%;
}

.accreditation-box-illustration .accreditation-box-hero {
	position: absolute;
	left: 15px;
	bottom: 0;
}

.accreditation-box-illustration img {
	display: block;
}

.section-img-gallery {
	position: relative;
	margin: 0 0 50px;
}

.section-img-gallery .img-gallery {
	position: static;
}

.section-img-gallery .img-gallery-decors {
	flex-shrink: 0;
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 50%;
}

.section-img-gallery .img-gallery-decor {
	position: absolute;
	right: 0;
}

.section-img-gallery .img-gallery-decor01 {
	bottom: 0;
}

.section-img-gallery .img-gallery-decor02 {
	bottom: 60px;
}

.section-img-gallery .img-gallery-decor03 {
	bottom: 120px;
}

.section-img-gallery .img-gallery-decor02,.section-img-gallery .img-gallery-decor03 {
	z-index: -1;
}

.leadership {
	padding: 0 15px 40px;
}

.leadership h2,.leadership .h2 {
	flex-shrink: 0;
	width: 100%;
}

.leadership-blockquote {
	display: flex;
	flex-wrap: wrap;
}

.leadership-text-holder {
	order: 2;
}

.leadership-text-holder h3,.leadership-text-holder .h3 {
	color: #a3123f;
	margin: 0;
}

.leadership-text-holder .position {
	font-weight: 900;
	color: #431821;
}

.leadership-quote-wrap {
	padding: 20px 20px 0 30px;
}

.leadership-quote-wrap blockquote {
	padding: 72px 0 10px;
	margin: 0;
}

.leadership-quote-wrap blockquote q {
	quotes: none;
	display: block;
	margin-bottom: 40px;
	position: relative;
}

.leadership-quote-wrap .sign {
	display: block;
	padding-top: 25px;
}

.leadership-quote-wrap .sign svg {
	display: block;
	width: 268px;
	height: 68px;
}

.leadership-quote-wrap .sign svg g {
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #a51641;
}

.leadership-quote-wrap .sign svg g path {
	fill: rgba(0, 0, 0, 0);
	stroke-dasharray: 1000;
}

.in-viewport .leadership-quote-wrap .sign svg g path {
	-webkit-animation: path_fill 3s linear, fill 1s linear 2s forwards;
	animation: path_fill 3s linear, fill 1s linear 2s forwards;
}

.leadership-img-holder {
	width: 100%;
	position: relative;
	height: 300px;
	max-width: 372px;
	margin: 45px auto 50px;
}

.leadership-img-holder .map {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
}

.leadership-img-holder .map img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.leadership-img-holder .photo {
	position: absolute;
	left: 0;
	bottom: 0;
}

.leadership-img-holder .photo img {
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 0 0 16px 16px;
}

.chat-section {
	position: relative;
}

.chat-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	background: #ffffff;
}

.chat-section-box {
	padding-bottom: 50%;
	/* 	padding-bottom: 15%; */
	color: #431821;
	/* line 55 on QA 05/11/23 M.E. */
}

.chat-section-box-column {
	padding: 0 0 40px;
}

.chat-section-box-column h2,.chat-section-box-column .h2 {
	color: #431821;
}

.chat-section-box-smaller {
	position: relative;
	background: #a3123f;
	color: #ffffff;
	border-radius: 4px;
	margin: -40% 25px 0;
}

.chat-section-box-smaller h2,.chat-section-box-smaller .h2,.chat-section-box-smaller .link {
	color: currentColor;
}

.chat-section .counselor.counselor {
	color: #ffffff;
	padding: 0;
}

.components {
	padding-top: 50px;
	padding-bottom: 150px;
	/* added 05/17/23 QA line 14 M.E.*/
}

.components-header {
	margin-bottom: 50px;
}

.components-typography {
	max-width: 586px;
	width: 100%;
}

.no-scroll {
	overflow: hidden;
}

@media (min-width: 400px) {
	.drop-holder.inner-drop-open .drop-body .drop-body {
		max-height: calc(100% - 150px);
	}

	.add-nav-area {
		padding: 32px 33px 4px;
	}

	.add-nav-area .add-nav {
		font-size: 2.1rem;
	}

	.departments-list {
		margin: 0 -15px 30px;
	}

	.tab-content {
		padding-top: 20px;
	}
}

@media screen and (min-width: 400px) {
	.types-list li {
		width: 50%;
		margin: 0 0 74px;
	}

	.enroll-info {
		padding: 0 12px 0 36px;
	}

	.box {
		border-radius: 10px;
	}

	.tab-content {
		padding-top: 20px;
	}
}

@media screen and (min-width: 439px) {
	.why-compton .img-holder {
		height: 524px;
	}

	.why-compton .img-holder .mountains {
		background: url(/_resources/images/why-compton.png);
		width: 1360px;
		height: 232px;
		margin-left: -680px;
	}

	.tab-content {
		padding-top: 20px;
	}
}

@media screen and (min-width: 480px) {
	.program-row-slider .slick-arrow {
		top: 200px;
	}

	.program-row-img {
		height: 400px;
	}

	.academic-programs.alternative .academic-programs-header {
		display: none;
	}

	.academic-programs.alternative .academic-programs-footer {
		display: none;
	}

	.mission-box-smaller {
		margin: -43% 25px 0;
	}

	.tab-content {
		padding-top: 20px;
	}
}

@media (min-width: 480px) {
	.leadership-img-holder {
		margin-top: 95px;
		max-width: 400px;
	}

	.tab-content {
		padding-top: 20px;
	}
}

@media screen and (min-width: 600px) {
	.program-slider .slick-slide {
		padding: 0 5px;
	}

	.tab-content {
		padding-top: 20px;
	}
}

@media (min-width: 768px) {
	.header .info {
		margin: 0 19px 0 0;
	}

	.header .guidelines {
		max-width: none;
		color: #431821;
	}

	.header .guidelines a {
		display: inline-block;
		position: relative;
	}

	.header .guidelines a:before {
		content: "//";
		display: inline-block;
		margin: 0 6px;
	}

	.form-search input[type=search] {
		padding: 11px 60px 11px 15px;
		font-size: 3rem;
	}

	.rows-gallery .slick-prev.slick-prev {
		left: -60px;
	}

	.rows-gallery-alt .slick-prev.slick-prev {
		left: -60px;
	}

	.rows-gallery-alt .slick-next.slick-next {
		right: -60px;
	}

	.leadership-img-holder {
		max-width: 600px;
		height: 480px;
	}

	.tab-content {
		padding-top: 20px;
	}
}

@media screen and (min-width: 768px) {
	.footer {
		text-align: left;
	}

	.footer-decor {
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		bottom: 0;
		width: 1200px;
		pointer-events: none;
	}

	.footer-area-1 {
		display: flex;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.footer-area-1-col {
		flex: 1 1 33.33333%;
		max-width: 33.33333%;
		padding-right: 30px;
	}

	.footer-area-1-col-1 {
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
		align-items: flex-start;
		margin-bottom: 0;
	}

	.footer-area-1-col-3 {
		padding-right: 0;
	}

	.footer-area-2:before {
		display: none;
	}

	.footer-area-2 {
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-end;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.footer-area-2-col-1 {
		flex: 1 1 40%;
		max-width: 40%;
		text-align: right;
		padding-right: 48px;
	}

	.footer-area-2-col-2 {
		flex: 1 1 60%;
		max-width: 60%;
	}

	.footer-copyright {
		margin-bottom: 0;
	}

	.footer-main-links {
		margin-bottom: 0;
	}

	.footer-main-links a {
		text-transform: none;
	}

	.footer-logo {
		width: 114px;
		margin-left: 8px;
		margin-right: 0;
		margin-bottom: 0;
	}

	.footer-link {
		margin-bottom: 42px;
		text-transform: none;
	}

	.footer-google-translate {
		width: 227px;
		margin-bottom: 16px;
	}

	.btn.has-arrow {
		width: auto;
		font-size: 16px;
		border-width: 3px;
		border-radius: 3px;
		text-align: center;
		padding: 8px 44px 8px 17px;
	}

	.btn.has-arrow:before {
		height: 13px;
		width: 13px;
		right: 17px;
	}

	.container-inner {
		margin-left: 8.3333333%;
		/* 	padding-bottom: 150px; */
		/* QA line 14 05/18/23 M.E. */
	}

	.hero-block-col-left {
		padding-right: 48px;
	}

	.hero-block-col-right {
		padding-left: 0;
	}

	.hero-block-vertical-title {
		left: 18px;
	}

	.breadcrumb-item+.breadcrumb-item:before {
		letter-spacing: -2px;
	}

	.news+.info-block {
		margin-top: -100px;
	}

	.news-item {
		display: flex;
	}

	.news-item-meta {
		width: 96px;
		height: 96px;
		margin-right: 27px;
	}

	.news-item-month {
		font-size: 15px;
	}

	.news-item-date {
		font-size: 61px;
	}

	.social-bar {
		margin-left: -2px;
		margin-right: -2px;
	}

	.social-bar li {
		margin-left: 2px;
		margin-right: 2px;
	}

	.social-bar a {
		width: 46px;
		height: 46px;
		padding: 10px;
	}

	.contact-boxes {
		display: flex;
		justify-content: space-around;
	}

	.contact-boxes>* {
		flex: 1 1 50%;
		padding-left: 15px;
		padding-right: 15px;
		max-width: 536px;
	}

	.info-block-inner {
		display: flex;
		margin-left: -15px;
		margin-right: -5px;
	}

	.info-block-col-left {
		flex: 1 1 65%;
		margin-top: -3.2%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.info-block-col-right {
		flex: 1 1 35%;
		display: block;
		margin-top: -9%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.info-block-img {
		width: 250px;
		height: 250px;
		border-radius: 50%;
		overflow: hidden;
	}

	.program-row-section-inner {
		padding-left: 40px;
		padding-right: 25px;
	}

	.program-row-slider .slick-arrow {
		top: calc(50% - 79px);
		transform: translateY(-50%);
	}

	.program-row {
		display: flex;
	}

	.program-row-col-left {
		flex: 1 1 49.5%;
		max-width: 49.5%;
	}

	.program-row-col-right {
		flex: 1 1 50.5%;
		max-width: 50.5%;
		padding-left: 50px;
	}

	.program-row-img {
		margin-bottom: 0;
	}

	.department-accordion {
		display: flex;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
	}

	.department-accordion-item {
		flex: 1 1 calc(50% - 20px);
		max-width: calc(50% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}

	.mejs__controls {
		padding: 33px 29px;
	}

	.contact-header {
		display: flex;
		margin-left: -15px;
		margin-right: -15px;
	}

	.contact-header-col {
		flex: 1 1 50%;
		max-width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.contact-header-col-right {
		padding-top: 10px;
	}

	.hero-section .decor:before {
		width: 1258px;
		height: 510px;
		bottom: -12px;
		background-size: 100% 100%;
	}

	.why-compton .img-holder .sun {
		display: block;
	}

	.more-success-stories .text-holder {
		padding-right: 34px;
	}

	.explore-options-col {
		width: 50%;
	}

	.counselor {
		padding: 75px 60px 70px 0;
	}

	.counselor .tilted-text {
		right: 30px;
	}

	.enroll-slider .slick-arrow {
		display: block !important;
	}

	.enroll-slider .slick-arrow.slick-prev {
		left: 32px;
	}

	.enroll-slider .slick-arrow.slick-next {
		right: 32px;
	}

	.course-catalog-box .box {
		display: flex;
		justify-content: space-between;
	}

	.course-catalog-box .box .col-left {
		flex: 0 1 432px;
		margin-right: 30px;
	}

	.course-catalog-box .box .col-right {
		flex: 0 1 524px;
	}

	.time-to-complite-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}

	.time-to-complite-list>* {
		flex: 1 1 50%;
		max-width: 290px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.mission-box-smaller {
		margin: -40% 25px 0;
	}

	.tab-content {
		padding-top: 20px;
	}
}

@media screen and (min-width: 769px) {
	.counselor-col {
		width: 50%;
	}

	.counselor-col.__info {
		margin: 0;
		order: 0;
	}

	.counselor-col.__photo {
		margin: 0;
	}

	.tab-content {
		padding-top: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.header .container-fluid {
		padding: 0 0 40px;
	}

	.fixed-position .header .container-fluid {
		padding: 0 0 10px;
	}

	.header .logo {
		left: 50px;
		transform: none;
	}

	.fixed-position .header .logo {
		width: 60px;
		bottom: 10px;
	}

	.fixed-position .header .info {
		width: 45px;
	}

	.main-navigation-holder {
		flex-grow: 1;
	}

	.mobile-nav-opener {
		display: none;
	}

	.drop-holder.inner-drop-open .drop-body .drop-body {
		max-height: none;
	}

	.main-navigation .open-close .slide {
		background: #3a1d21;
		border-radius: 0 0 0 8px;
	}

	.drop-top {
		display: none;
	}

	.drop-body {
		display: flex;
		width: 100%;
	}

	.drop-body .drop-title {
		display: none;
	}

	.main-menu.main-menu {
		display: flex;
		justify-content: flex-end;
		margin: 0;
		width: 100%;
	}

	.main-menu.main-menu>li {
		font-size: 2rem;
		letter-spacing: .3px;
		border-radius: 4px;
	}

	.main-menu.main-menu>li.current-menu-item,.main-menu.main-menu>li:hover,.main-menu.main-menu>li.drop-active,.main-menu.main-menu>li.active {
		color: #a4123f;
		background: #e1e1e1;
	}

	.main-menu.main-menu>li.drop-active .opener-menu-item {
		transform: rotate(-180deg);
	}

	.main-menu.main-menu>li.menu-item-has-children {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.main-menu.main-menu>li.menu-item-has-children>a {
		padding: 10px 0 12px 10px;
	}

	.main-menu.main-menu>li.menu-item-has-children .opener-menu-item {
		transition: transform .3s cubic-bezier(.3, .86, .36, .95);
		display: block;
		font-size: .5em;
		padding: 0 7px;
		cursor: pointer;
	}

	.main-menu.main-menu>li>a {
		display: block;
		white-space: nowrap;
		padding: 10px 10px 12px;
	}

	.main-menu.main-menu li.drop-active>.drop-holder {
		visibility: visible;
		max-height: 1000px;
		opacity: 1;
		max-height: calc(100vh - 130px) !important;
		overflow-y: auto;
	}

	.fixed-position .main-menu.main-menu li.drop-active>.drop-holder {
		max-height: calc(100vh - 130px) !important;
		overflow: auto;
	}

	.main-menu.main-menu .drop-holder {
		transition: max-height .3s cubic-bezier(.3, .86, .36, .95), visibility .3s cubic-bezier(.3, .86, .36, .95), opacity .3s cubic-bezier(.3, .86, .36, .95);
		position: absolute;
		visibility: hidden;
		max-height: 0;
		opacity: 0;
		top: 98.5%;
		left: 0;
		width: 100%;
		background-color: #e1e1e1;
		padding: 40px 30px;
	}

	.fixed-position .main-menu.main-menu .drop-holder {
		top: 90.5%;
	}

	.main-menu.main-menu .sub-menu {
		height: auto;
		overflow: hidden;
		padding: 0;
		width: 71.5%;
		display: flex;
		flex-wrap: wrap;
	}

	.main-menu.main-menu .sub-menu>li {
		padding: 0 40px 66px 0;
		flex: 0 0 33.3%;
		max-width: 33.3%;
		color: #431821;
	}

	.main-menu.main-menu .sub-menu>li.col-lg {
		flex: 0 0 66.7%;
		max-width: 66.7%;
	}

	.main-menu.main-menu .sub-menu>li.current-menu-item>a,.main-menu.main-menu .sub-menu>li.hover>a,.main-menu.main-menu .sub-menu>li:hover>a {
		color: #a4123f;
		text-decoration: underline;
	}

	.main-menu.main-menu .sub-menu>li.drop-active>.drop-holder {
		visibility: visible;
		max-height: 1000px;
	}

	.main-menu.main-menu .sub-menu>li.drop-active>.drop-holder.drop-hover {
		overflow: visible !important;
	}

	.main-menu.main-menu .sub-menu>li>a {
		display: block;
	}

	.main-menu.main-menu .sub-inner-menu {
		margin: 32px 0 0;
	}

	.main-menu.main-menu .sub-inner-menu>li {
		margin: 0 0 14px;
	}

	.main-menu.main-menu .sub-inner-menu>li.current-menu-item>a,.main-menu.main-menu .sub-inner-menu>li.current-menu-item>a:hover,.main-menu.main-menu .sub-inner-menu>li.hover>a,.main-menu.main-menu .sub-inner-menu>li.hover>a:hover,.main-menu.main-menu .sub-inner-menu>li:hover>a,.main-menu.main-menu .sub-inner-menu>li:hover>a:hover {
		color: #a4123f;
		text-decoration: underline;
	}

	.info-drop {
		display: block;
		flex: 0 0 34%;
		max-width: 390px;
		padding: 0 80px 0 0;
		color: #3a1d21;
	}

	.info-drop .h4,.info-drop .h4 {
		display: block;
		font: 900 2.2rem/1.1 "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
		margin: 0 0 32px;
	}

	.info-drop .illustration {
		border-radius: 10px;
		margin: 0 0 48px;
		position: relative;
		overflow: hidden;
		height: 307px;
	}

	.info-drop .illustration img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 50% 50%;
		object-position: 50% 50%;
		width: 100%;
		height: 100%;
	}

	.info-drop .illustration .v-link {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 84px;
		border-radius: 10px 0 0 10px;
		background: #a4123f;
		color: #ffffff;
		padding: 25px 20px 10px;
	}

	.info-drop .illustration .v-link:hover {
		background: #431821;
	}

	.info-drop .illustration .v-link .vertical-title {
		color: currentColor;
		letter-spacing: 1.15px;
	}

	.info-drop .text-block {
		font: 2.1rem/1.1 "Myriad Pro", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	}

	.info-drop .text-block .info-title {
		display: block;
		font: 900 2.2rem/1.1 "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
		letter-spacing: .5px;
		margin: 0 0 24px;
	}

	.add-nav-area {
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		align-items: center;
		padding: 20px 15px;
		border-radius: 0 0 0 8px;
		margin: 0;
	}

	.fixed-position .add-nav-area {
		padding: 10px;
	}

	.fixed-position .add-nav-area .btn {
		padding: 6px 18px;
	}

	.fixed-position .add-nav-area .opener-search {
		width: 25px;
	}

	.add-nav-area .open-close {
		display: block;
		margin: 0 10px;
	}

	.add-nav-area .slide {
		margin-top: -10px;
	}

	.add-nav-area .add-nav {
		font-size: 1.6rem;
		letter-spacing: .1px;
	}

	.add-nav-area .add-nav li {
		flex: 0 1 auto;
		max-width: none;
		margin: 0 10px;
	}

	.add-nav-area .add-nav li:last-of-type .btn {
		font-size: 1.6rem;
	}

	.open-close .opener-search:hover {
		opacity: .5;
	}

	.open-close .opener-search .icon-close {
		color: #ffffff;
		left: auto;
		right: 0;
		font-size: 25px;
	}

	.footer-decor {
		width: 900px;
	}

	.footer-inner {
		display: flex;
		justify-content: space-between;
		/*     padding-top: 20px;
		padding-bottom: 30px; */
		padding: 20px 100px 30px 100px;
		/* QA line 83 05/25/23 M.E. */
	}

	.footer-area-1 {
		flex: 1 1 70%;
		max-width: 70%;
		padding-top: 0;
		padding-bottom: 0;
	}

	.footer-area-2 {
		flex-direction: column-reverse;
		flex: 1 1 30%;
		max-width: 30%;
		padding-top: 0;
		padding-bottom: 0;
	}

	.footer-area-2-col-1 {
		flex: 1 1 100%;
		max-width: 100%;
		padding-right: 0;
	}

	.footer-area-2-col-2 {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.footer-add-links li {
		margin-bottom: 9px;
	}

	.footer-add-links a {
		font-size: 16px;
	}

	.footer-copyright {
		font-size: 16px;
	}

	.footer-social-bar {
		margin-bottom: 30px;
	}

	.btn.has-arrow {
		text-align: left;
	}

	.hero-block {
		padding-top: 88px;
	}

	.hero-block-inner {
		display: flex;
		margin-left: -37px;
		margin-right: -37px;
	}

	.hero-block-col-left,.hero-block-col-right {
		flex: 1 1 50%;
		max-width: 50%;
		padding-left: 37px;
		padding-right: 37px;
	}

	.hero-block-media {
		margin-top: 18px;
	}

	.department-section-header {
		width: 70%;
		margin-bottom: 55px;
	}

	.department-section-text {
		width: 70%;
	}

	.contact-form-inner {
		display: flex;
		margin-left: -18px;
		margin-right: -18px;
	}

	.contact-form-col {
		flex: 1 1 50%;
		max-width: 50%;
		padding-left: 18px;
		padding-right: 18px;
	}

	.side-nav {
		position: static;
		padding: 0;
		max-width: none;
		width: 100%;
		background-color: rgba(0, 0, 0, 0);
		border-radius: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.side-nav>li {
		padding-top: 20px;
		padding-bottom: 13px;
		border-top: 4px solid #e1e1e1;
	}

	.side-nav ul {
		padding-top: 0;
		padding-bottom: 0;
	}

	.side-nav ul li {
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.side-nav-opener {
		display: none;
	}

	.side-nav-title {
		display: block;
	}

	.content {
		float: right;
		width: calc(70% - 30px);
		margin-bottom: 0;
	}

	.sidebar {
		float: left;
		width: calc(30% - 30px);
	}

	.hero-section {
		padding-top: 80px;
	}

	.hero-section .container {
		display: flex;
		flex-wrap: wrap;
		max-width: 1373px;
		padding: 0 15px;
	}

	.hero-section .tilted-text {
		left: 25px;
		top: 150px;
	}

	.hero-section .text-holder {
		padding-left: 75px;
		padding-bottom: 300px;
		width: calc(100% - 513px);
	}

	.hero-section h1 {
		margin-bottom: 10px;
	}

	.hero-section .hide-mobile {
		display: block;
	}

	.hero-section .btn {
		width: auto;
		font-size: 16px;
		border-width: 3px;
		border-radius: 2px;
		text-align: center;
		padding: 9px 44px 9px 17px;
	}

	.hero-section .btn .mobile-only {
		display: none;
	}

	.hero-section .btn .desktop-only {
		display: block;
	}

	.hero-section .img-holder {
		width: 513px;
		right: 17px;
		top: 4px;
	}

	.hero-section+.college-promise {
		margin-top: -154px;
	}

	.college-promise {
		border-radius: 4px;
		padding: 0;
		background: rgba(0, 0, 0, 0);
		line-height: 1.619047619;
		/* 	margin-top: -190px; */
		/* Commented out 05/09/23 by Marianne E. - line 31 post QA */
	}

	.college-promise .box {
		padding-top: 106px;
		padding-bottom: 87px;
	}

	.college-promise .top-block {
		padding-left: 50px;
		padding-right: 50px;
	}

	.college-promise h1 {
		font-family: "Orpheus Pro", "Georgia", "Garamond", serif;
		font-weight: 600;
		font-size: 75px;
		color: #431821;
		margin-bottom: 24px;
		position: relative;
		left: -10px;
	}

	.college-promise strong {
		font-weight: 900;
		font-size: 22px;
		line-height: 1.2727272727;
		margin-bottom: 45px;
	}

	.college-promise .hide-mobile {
		display: block;
	}

	.college-promise .btn-holder {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 23px 0 85px;
	}

	.college-promise .btn {
		width: auto;
		font-size: 16px;
		border-width: 3px;
		border-radius: 2px;
		padding: 8px 50px 8px 19px;
		letter-spacing: .035em;
	}

	.college-promise .btn .mobile-only {
		display: none;
	}

	.college-promise .btn .desktop-only {
		display: block;
	}

	.college-promise .bottom-block {
		display: block;
	}

	.start-journey {
		display: block;
	}

	.start-journey .container {
		padding: 0 15px;
	}

	.start-journey .img-block {
		position: absolute;
		top: -230px;
		right: 50%;
		width: 50vw;
		bottom: 0;
		height: auto;
		border-radius: 0;
		overflow: visible;
		z-index: -1;
	}

	.start-journey .img-block img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		border-radius: 0 14px 14px 0;
	}

	.start-journey .text-block {
		padding-left: calc(50% + 83px);
		padding-top: 78px;
		padding-bottom: 164px;
		padding-right: 60px;
	}

	.start-journey .btn {
		width: auto;
		font-size: 16px;
		border-width: 3px;
		border-radius: 2px;
		text-align: center;
		padding: 9px 46px 9px 17px;
	}

	.start-journey .btn .mobile-only {
		display: none;
	}

	.start-journey .btn .desktop-only {
		display: block;
	}

	.who-are-you {
		padding-top: 151px;
		padding-bottom: 72px;
	}

	.who-are-you .container {
		padding: 0 15px;
	}

	.who-are-you .tilted-text {
		right: 15px;
		top: 0;
		display: block;
	}

	.who-are-you h2 {
		text-align: center;
		margin-bottom: 40px;
	}

	.who-are-you .dropdown.open .list {
		display: flex;
	}

	.who-are-you .dropdown .caption {
		display: none;
	}

	.who-are-you .dropdown .caption:before {
		height: 13px;
		width: 13px;
		right: 17px;
	}

	.who-are-you .dropdown .list {
		display: flex;
		position: relative;
		background: rgba(0, 0, 0, 0);
		width: auto;
	}

	.who-are-you .dropdown .item {
		padding: 10px 21px;
	}

	.who-are-you .nav-select {
		display: flex;
		justify-content: center;
		margin-bottom: 37px;
		padding: 0 40px;
	}

	.who-are-you .nav-select li {
		margin: 0 6px 12px;
	}

	.who-are-you .nav-select a {
		text-align: center;
		border-radius: 4px;
		font-size: 18px;
		line-height: 1.3636363636;
		padding: 10px 21px;
	}

	.features-list {
		padding: 0 20px;
		margin: 0;
	}

	.features-list li {
		width: 33.33%;
		max-width: none;
		margin: 0;
		padding: 0 20px 40px;
	}

	.features-list a {
		font-size: 25px;
		line-height: 1.2666666667;
		background: #e2e2e2;
		flex-direction: row;
		align-items: center;
		padding: 9px 10px 9px 10px;
	}

	.features-list a:hover .img-holder {
		background: rgba(0, 0, 0, 0);
	}

	.features-list a:hover {
		background: #a4123f;
		color: #ffffff;
	}

	.features-list a:hover .text.my-compton .my {
		background: url(/_resources/images/text-my-white.png);
	}

	.features-list .text {
		width: calc(100% - 97px);
		padding-right: 15px;
		padding-left: 0;
	}

	.features-list .text.my-compton {
		font-size: 30px;
		padding-top: 26px;
	}

	.features-list .text.my-compton .my {
		width: 54px;
		height: 37px;
		top: 5px;
		transform: translateX(-67px);
	}

	.features-list .img-holder {
		width: 97px;
		background: rgba(0, 0, 0, 0);
		border-radius: 0;
		margin-bottom: 0;
	}

	.why-compton .container {
		padding: 0 15px;
	}

	.why-compton .tilted-text {
		left: 25px;
		top: 34px;
	}

	.why-compton .img-holder {
		border-radius: 8px 8px 0 0;
	}

	.academic-programs {
		padding-bottom: 0;
	}

	.academic-programs .container {
		padding: 0 15px;
	}

	.academic-programs .wrap {
		padding: 0 34px;
	}

	.academic-programs .text-holder {
		margin-top: -122px;
		padding: 35px 10px;
		line-height: 1.65;
	}

	.academic-programs h2 {
		line-height: 1.1;
	}

	.academic-programs .btn {
		width: auto;
		font-size: 16px;
		border-width: 3px;
		border-radius: 2px;
		text-align: center;
		padding: 8px 46px 8px 17px;
	}

	.academic-programs .btn .mobile-only {
		display: none;
	}

	.academic-programs .btn .desktop-only {
		display: block;
	}

	.program-slider {
		display: flex;
		flex-wrap: wrap;
		padding: 122px 0 87px;
		margin-bottom: 40px;
	}

	.program-slider>div {
		width: 33.33%;
		padding: 0 12px 12px;
	}

	.program-slider .img-block {
		height: 306px;
		margin-bottom: 15px;
	}

	.program-slider .tilted-text {
		left: -70px;
		top: 22px;
	}

	.program-slider .tilted-text .chevrons {
		margin-left: -1px;
	}

	.student-life {
		margin-bottom: 100px;
	}

	.student-life:before {
		background: #431821;
	}

	.student-life:after {
		content: none;
	}

	.student-life .decor-below {
		display: block;
	}

	.student-life .decor-above {
		display: block;
	}

	.student-life .container {
		padding: 0 15px;
	}

	.student-life .wrap {
		padding: 0 64px 60px;
		display: flex;
		flex-wrap: wrap;
		border-radius: 0 0 10px 10px;
		position: relative;
	}

	.student-life .wrap:after {
		content: "";
	}

	.student-life .text-holder {
		width: 50%;
		padding-right: 50px;
		padding-bottom: 150px;
		line-height: 1.63;
	}

	.student-life .move-image-here {
		display: none;
	}

	.student-life h2 {
		margin-bottom: 20px;
	}

	.student-life p {
		margin-bottom: 59px;
	}

	.student-life .btn {
		width: auto;
		font-size: 16px;
		border-width: 3px;
		border-radius: 2px;
		text-align: center;
		padding: 8px 48px 8px 17px;
	}

	.student-life .btn .mobile-only {
		display: none;
	}

	.student-life .btn .desktop-only {
		display: block;
	}

	.student-life .img-holder {
		width: 50%;
		height: 616px;
		position: relative;
		z-index: 2;
	}

	.whats-going-on {
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 103px;
		/*     padding-bottom: 250px; */
	}

	.whats-going-on .tilted-text {
		right: 15px;
		top: 81px;
	}

	.whats-going-on .container {
		max-width: 1260px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 15px;
	}

	.whats-going-on .left-block {
		width: 43.5%;
	}

	.whats-going-on .move-embed-here {
		display: none;
	}

	.whats-going-on .right-block {
		width: 43.5%;
		line-height: 1.65;
	}

	.whats-going-on h2 {
		line-height: 1.2;
		margin-bottom: 39px;
	}

	.whats-going-on .btn .mobile-only {
		display: none;
	}

	.whats-going-on .btn .desktop-only {
		display: block;
	}

	.more-success-stories {
		padding: 0;
	}

	.more-success-stories.mobile-hidden {
		display: block;
	}

	.more-success-stories:hover .text-holder .tilted-text {
		left: 13px;
	}

	.more-success-stories:before {
		height: 359px;
	}

	.more-success-stories .quote-wrap {
		padding: 30px 15px;
	}

	.more-success-stories.reverse:hover .text-holder .tilted-text {
		transition: right .3s cubic-bezier(.3, .86, .36, .95);
		right: 13px;
	}

	.more-success-stories.reverse .text-holder {
		border-radius: 0 10px 10px 0;
		order: 2;
	}

	.more-success-stories.reverse .text-holder.has-indent {
		padding-left: 0;
		padding-right: 100px;
	}

	.more-success-stories.reverse .text-holder .tilted-text {
		transition: right .3s cubic-bezier(.3, .86, .36, .95);
		left: auto;
		right: -100%;
	}

	.more-success-stories.reverse .img-holder .map {
		border-radius: 10px 0 0 10px;
	}

	.more-success-stories .container {
		padding: 0 15px;
	}

	.more-success-stories .wrap {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		background: #ffffff;
	}

	.more-success-stories .text-holder {
		width: 50%;
		min-height: 648px;
	}

	.more-success-stories .text-holder.has-indent {
		padding-left: 100px;
	}

	.more-success-stories .text-holder .tilted-text {
		transition: left .3s cubic-bezier(.3, .86, .36, .95);
		position: absolute;
		left: -100%;
		top: 30px;
		transform: rotate(90deg);
		width: 50px;
		height: 50px;
		text-transform: uppercase;
		font-size: 30px;
		font-family: "impact", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
		font-weight: 400;
		color: #ffffff;
		letter-spacing: .023em;
		line-height: 1.2;
	}

	.more-success-stories .text-holder .tilted-text:before {
		content: "";
		position: absolute;
		top: -20px;
		bottom: -20px;
		left: -999px;
		right: -999px;
		z-index: -1;
		background: #a4123f;
	}

	.more-success-stories .text-holder .tilted-text span {
		position: absolute;
		white-space: nowrap;
	}

	.more-success-stories .text-holder .tilted-text .chevrons {
		margin-left: 16px;
	}

	.more-success-stories .text-holder .tilted-text .chevrons-item {
		margin-left: 1px;
	}

	.more-success-stories .text-holder .tilted-text .chevrons-item:before {
		border-color: rgba(0, 0, 0, 0) #ffffff #ffffff rgba(0, 0, 0, 0);
		transform: rotate(-45deg);
	}

	.more-success-stories .text-holder .tilted-text>span {
		display: block;
	}

	.more-success-stories .text-holder .tilted-text>span a {
		text-decoration: none;
		color: #ffffff;
		transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
	}

	.more-success-stories .text-holder .tilted-text>span a:hover {
		text-decoration: none;
		opacity: .6;
	}

	.more-success-stories .text-holder .tilted-text .btn {
		display: none;
	}

	.more-success-stories .img-holder {
		width: 50%;
		height: auto;
	}

	.more-success-stories .img-holder .map {
		border-radius: 0 10px 10px 0;
	}

	.more-success-stories .img-holder .student {
		width: 350px;
		margin-left: -159px;
	}

	.more-success-stories .img-holder .student::before {
		width: 300px;
		height: 300px;
		top: -106px;
		margin-left: -10px;
	}

	.quote-wrap blockquote {
		font-size: 18px;
		padding-top: 60px;
		padding-bottom: 34px;
		margin: 0;
	}

	.quote-wrap blockquote q {
		margin-bottom: 40px;
	}

	.quote-wrap blockquote:after {
		bottom: 0;
	}

	.esl-students+.info-block {
		/*     margin-top: -122px; */
		margin-top: 100px;
		/* QA line 83 05/23/23 M.E. */
	}

	.esl-students .img-holder {
		width: 50%;
		min-height: 651px;
	}

	.esl-students .img-holder .img-wrap {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		overflow: hidden;
		width: 50vw;
		border-radius: 0 0 20px 0;
	}

	.esl-students .text-holder {
		width: 50%;
	}

	.esl-students .text-holder .wrap {
		padding-left: 87px;
	}

	.has-brown-bg-mobile {
		background: rgba(0, 0, 0, 0);
	}

	.student-type {
		margin: 138px 0 100px;
	}

	.student-type .nav-select {
		display: flex;
		justify-content: center;
		margin-bottom: 37px;
	}

	.student-type .nav-select-mobile {
		display: none;
	}

	.types-col.__programs {
		margin: 0;
	}

	.types-col:after {
		display: block;
	}

	.types-col {
		width: 50%;
		padding: 0 30px 0 60px;
	}

	.find-program {
		margin-bottom: -364px;
	}

	.find-program-inner {
		max-width: 1140px;
		display: flex;
		justify-content: space-between;
		border-radius: 10px;
		margin: 0 auto;
	}

	.find-program-col.__info {
		width: 46%;
		padding: 77px 19px 90px 72px;
	}

	.find-program-col.__decorated {
		border-radius: 0 4px 4px 0;
		width: 54%;
	}

	.find-program-col.__decorated .find-pattern {
		max-height: 100%;
	}

	.explore-options h2 {
		margin: 0 0 76px;
	}

	.explore-options .container {
		padding: 0 75px;
		padding-top: 456px;
		padding-bottom: 137px;
		background: #e2e2e2;
		border-radius: 4px;
	}

	.explore-options .container:before,.explore-options .container:after {
		content: "";
	}

	.explore-options-inner {
		margin: 0 -75px;
	}

	.explore-options-col {
		padding: 0 75px;
	}

	.apply-today {
		padding: 545px 0 388px;
		margin-top: -430px;
		margin-bottom: -320px;
	}

	.apply-today-col.__info {
		width: 46%;
		padding: 0;
		margin: 0;
	}

	.apply-today-col.__photo {
		justify-content: flex-end;
		margin: 0 0 0 -15px;
		width: calc(54% + 15px);
		max-width: calc(54% + 15px);
		width: 54%;
		margin-left: auto;
	}

	.apply-today-col.__photo .decor-below {
		display: block;
	}

	.apply-today-col.__photo .decor-above {
		display: block;
	}

	.apply-today-info {
		max-width: 525px;
		margin-left: auto;
		padding: 0 0 0 15px;
	}

	.apply-today-photo {
		padding: 0 56px 70px 100px;
	}

	.more-info {
		margin: 100px 0 72px;
	}

	.more-info .contact-form-inner {
		margin: 0;
	}

	.more-info-col.__form {
		margin: 0;
	}

	.more-info-col {
		width: 50%;
	}

	.more-info-map {
		margin: 80px 0 85px;
	}

	.apply-now .container {
		padding: 0 71px;
		padding-top: 100px;
		padding-bottom: 435px;
		background: #e2e2e2;
		border-radius: 4px;
	}

	.apply-now .container:before,.apply-now .container:after {
		content: "";
	}

	.apply-now-inner {
		margin: 0 -71px;
	}

	.apply-now-col {
		width: 50%;
		padding: 0 71px;
		margin: 0;
	}

	.counselor {
		padding-top: 152px;
	}

	.counselor .container {
		padding: 0 15px;
	}

	.counselor h2 {
		margin: 0 0 92px;
		text-align: center;
	}

	.counselor-title {
		margin: 0 0 76px;
	}

	.counselor-text {
		padding: 0 0 0 70px;
		max-width: 570px;
	}

	.explore-programs {
		margin: 0 0 112px;
	}

	.explore-programs h2 {
		margin: 0 0 61px;
	}

	.explore-programs .features-list li {
		display: flex;
		align-items: stretch;
		justify-content: stretch;
	}

	.explore-programs .features-list a {
		width: 100%;
		justify-content: space-between;
	}

	.counselor+.info-block {
		/*     margin-top: -160px; */
		/* QA line 14 05/18/23 M.E. */
	}

	.enroll {
		padding: 0;
	}

	.enroll h2 {
		text-align: left;
		margin: 0 0 -138px;
		padding: 0 0 0 70px;
		max-width: 550px;
		left: 15px;
		top: 78px;
		transform: none;
	}

	.enroll {
		margin-top: -312px;
	}

	.enroll-inner {
		border-radius: 10px;
	}

	.enroll-col.__info {
		width: 47%;
		padding: 216px 18px 100px 70px;
	}

	.enroll-col.__photo {
		width: 53%;
		justify-content: flex-start;
		border-radius: 0 10px 10px 0;
	}

	.enroll-slider .slick-dots {
		padding: 0 0 0 106px;
		justify-content: flex-start;
		max-width: 500px;
		margin: -100px 0 0;
	}

	.enroll-slider li.slick-active button,.enroll-slider li a:hover button {
		background-color: #ffffff;
	}

	.enroll-slider .slick-arrow {
		top: 50%;
	}

	.link {
		font-size: 15px;
	}

	.time-to-complite-list>* {
		flex: 1 1 33.33333%;
		max-width: 290px;
	}

	.academic-programs.alternative .academic-programs-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.program-slider.alternative {
		margin-bottom: 0;
	}

	.program-slider.alternative .chevrons {
		margin-left: -1px;
	}

	.alternative .mission-box-illustration {
		padding-top: 0;
	}

	.alternative .mission-box-smaller {
		margin-bottom: 0;
	}

	.mission-box-smaller .mission-box-pattern {
		max-height: 100%;
	}

	.services {
		margin: 60px 0;
	}

	.box {
		margin: 0 30px;
	}

	.mission-box {
		display: flex;
		justify-content: space-between;
		padding-bottom: 250px;
	}

	.mission-box-column {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 15px 30px;
	}

	.mission-box-smaller {
		max-width: 80%;
		display: flex;
		justify-content: space-between;
		border-radius: 10px;
		margin: -200px auto 60px;
	}

	.mission-box-illustration {
		order: 2;
		flex: 0 0 50%;
		max-width: 50%;
		border-radius: 0 10px 10px 0;
		overflow: hidden;
	}

	.departments-heading-block p {
		padding: 0 2%;
	}

	/*   .departments-vertical-title {
	right: 60px; 
} */
	/* Updated 03/09/23 by Marianne E. per Ticket T43 */

	.departments-list {
		margin: 0 -35px 90px;
		font-size: 2.1rem;
	}

	.departments-list li {
		flex: 0 0 33.3%;
		max-width: 33.3%;
		padding: 0 35px;
		text-align: left;
	}

	.departments-list .title {
		font-size: 2.2rem;
		margin: 0 0 11px;
	}

	.departments-list .link {
		margin: 0 0 11px;
	}

	.departments .container {
		padding: 0 30px;
	}

	.departments .bg-secondary.bg-secondary {
		margin-top: 30px;
	}

	.departments-decors {
		width: auto;
	}

	.departments-decor02 {
		bottom: 60px;
	}

	.img-gallery {
		margin: 0 -15px;
	}

	.img-gallery .column {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 0 15px;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.img-gallery .v-half {
		height: 50%;
		margin: 0 0 17px;
	}

	.img-gallery .v-full {
		height: 100%;
		margin: 0 0 17px;
	}

	.history {
		padding: 0 0 135px;
	}

	.history-intro {
		padding-bottom: 0;
		margin: 0;
	}

	.history-intro .container {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	.history-intro-image {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 60px 0 100px;
		margin-top: -50px;
	}

	.history-intro-text {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 0 0 60px;
	}

	.history-box .fw-gallery:before {
		content: "";
		position: absolute;
		top: -28px;
		left: -20px;
		height: 21px;
		width: 870px;
		background: url(/_resources/images/box-decor01.png) no-repeat;
	}

	.history-box .fw-gallery .slick-dots {
		margin-top: 25px;
	}

	.history-box .slick-arrow {
		transform: translateY(-50%);
	}

	.history-box .slick-arrow.slick-prev {
		left: -10px;
	}

	.history-box .slick-arrow.slick-next {
		right: -10px;
	}

	.slick-initialized .history-slide {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	.history-text {
		flex: 0 0 60%;
		max-width: 60%;
		padding: 0 50px 0 0;
	}

	.history-text h3,.history-text .h3 {
		text-align: left;
		margin: 0 0 53px;
	}

	.history-text .date {
		font-size: 9rem;
	}

	.history-text p {
		margin: 0;
	}

	.history-img {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.history-decors {
		display: block;
		position: absolute;
		bottom: -40px;
		left: 0;
		width: 40%;
	}

	.history-decor01 {
		bottom: 40px;
	}

	.history-decor02 {
		bottom: 100px;
	}

	.history-decor03 {
		bottom: 200px;
	}

	.tab-gallery {
		margin: 0 0 60px;
	}

	.tab-gallery .dropdown.open .list {
		display: flex;
	}

	.tab-gallery .dropdown .caption {
		display: none;
	}

	.tab-gallery .dropdown .caption:before {
		height: 13px;
		width: 13px;
		right: 17px;
	}

	.tab-gallery .nav-select {
		display: flex;
		justify-content: center;
		padding: 0 40px;
		margin-bottom: 37px;
	}

	.tab-gallery .nav-select>li {
		margin: 0 6px 12px;
	}

	.tab-gallery .nav-select>li>a {
		border-radius: 4px;
		padding: 11px 12px;
		text-align: center;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.tab-gallery .list {
		display: flex;
		position: relative;
		background: rgba(0, 0, 0, 0);
		width: auto;
		text-align: center;
	}

	.tab-gallery .slick-slider {
		padding: 0 30px;
	}

	.tab-gallery .serv-slide {
		padding: 0 20px 0 0;
	}

	.accreditation-box {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		padding-bottom: 250px;
	}

	.accreditation-box-column {
		flex: 0 0 45%;
		max-width: 45%;
		padding: 0 15px 30px;
	}

	.accreditation-box-column+.accreditation-box-column {
		text-align: right;
		padding-top: 0;
	}

	.accreditation-box-smaller {
		max-width: 80%;
		display: flex;
		justify-content: space-between;
		margin: -230px auto 60px;
	}

	.accreditation-box-illustration {
		order: 2;
		flex: 0 0 50%;
		max-width: 50%;
		border-radius: 0 4px 4px 0;
	}

	.section-img-gallery .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.section-img-gallery .img-gallery-decors {
		width: auto;
	}

	.section-img-gallery .img-gallery-decor02 {
		bottom: 110px;
	}

	.section-img-gallery .img-gallery-decor03 {
		bottom: 220px;
	}

	.leadership {
		padding: 0 30px 87px;
	}

	.leadership h2,.leadership .h2 {
		margin: 0 0 50px;
	}

	.leadership-blockquote {
		justify-content: space-between;
		align-items: flex-end;
		padding-left: 35px;
	}

	.leadership-text-holder {
		flex: 0 0 48.4%;
		max-width: 48.4%;
		order: 0;
	}

	.leadership-text-holder .position {
		font-size: 2.2rem;
	}

	.leadership-quote-wrap blockquote {
		font-size: 18px;
		padding-bottom: 2px;
	}

	.leadership-quote-wrap blockquote:after {
		right: 40px;
	}

	.leadership-quote-wrap .sign {
		padding-top: 50px;
	}

	.leadership-img-holder {
		flex: 0 0 51.6%;
		max-width: 51.6%;
		height: 380px;
		margin: 0;
	}

	.chat-section:before {
		height: 150px;
	}

	.chat-section-box {
		display: flex;
		justify-content: space-between;
		padding-bottom: 250px;
		/*     padding-bottom: 20%; */
		/* line 55 on QA 05/11/23 M.E. */

	}

	.chat-section-box-column {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 15px 30px;
	}

	.chat-section-box-smaller {
		max-width: 80%;
		display: flex;
		justify-content: space-between;
		margin: -230px auto 60px;
	}

	.components-header {
		margin-left: 17.4%;
		margin-bottom: 92px;
	}
}

@media (min-width: 1024px) {
	.tabset {
		font-size: 2.2rem;
	}

	.tabset>li {
		padding: 0 5px;
	}

	.tabset>li>a {
		padding: 11px 24px;
	}

	.slick-arrow {
		top: 50%;
		transform: translateY(-60%);
	}

	.rows-gallery .slick-slide>div {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.rows-gallery .serv-slide {
		padding: 0 100px 0 0;
	}

	.rows-gallery-alt .slick-slide>div {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.social-bar.social-bar-float {
		top: 223px;
	}

}

@media screen and (min-width: 1025px) {
	.find-program-col.__decorated .find-program-image img {
		max-height: 100%;
	}

	.mission-box-illustration .mission-pattern {
		max-height: 100%;
	}

	.accreditation-box-illustration .accreditation-pattern {
		max-height: 100%;
	}

}

@media screen and (min-width: 1200px) {
	h1,.h1 {
		font-size: 42px;
	}

	h2,.h2 {
		font-size: 36px;
	}

	.header .logo {
		left: 62px;
	}

	.main-menu.main-menu>li {
		font-size: 2.4rem;
		margin: 0 5px;
	}

	.hero-section .tilted-text {
		left: 51px;
		top: 350px;
	}

	.hero-section .text-holder {
		padding-left: 226px;
	}

	.college-promise .decor {
		display: block;
	}

	.college-promise .top-block {
		padding-left: 228px;
	}

	.college-promise .numbers-list .number {
		font-size: 165px;
	}

	.college-promise .numbers-list .text {
		font-size: 22px;
	}

	.who-are-you .tilted-text {
		right: 47px;
	}

	.who-are-you .nav-select {
		padding: 0;
	}

	.who-are-you .nav-select a {
		font-size: 22px;
	}

	.features-list a {
		font-size: 30px;
		padding: 9px 24px 9px 14px;
	}

	.features-list .text.my-compton {
		font-size: 38px;
	}

	.why-compton .tilted-text {
		left: 15px;
		top: 174px;
	}

	.academic-programs .text-holder {
		padding: 55px 16px;
	}

	.program-slider>div {
		padding: 0 23px 12px;
	}

	.whats-going-on .tilted-text {
		right: 47px;
	}

	.more-success-stories .quote-wrap {
		padding: 30px 35px;
	}

	.more-success-stories .img-holder .student {
		width: 501px;
		margin-left: -235px;
	}

	.more-success-stories .img-holder .student::before {
		width: 476px;
		height: 476px;
		margin-left: 0;
	}

	.quote-wrap blockquote {
		font-size: 21px;
	}

	.quote-wrap blockquote:after {
		right: 46px;
		bottom: 0;
	}

	.apply-today {
		padding: 545px 0 588px;
	}

	.apply-today-col.__photo .decor-above {
		height: 270px;
	}

	.counselor {
		padding-right: 0;
	}

	.counselor .tilted-text {
		right: 43px;
		top: -34px;
	}

	.course-catalog-box .box {
		padding: 120px 125px;
	}

	.time-to-complite {
		padding: 62px 73px;
	}

	.alternative .mission-box-illustration img {
		left: auto;
	}

	.counselor+.more-success-stories {
		padding-top: 265px;
	}

	.box {
		max-width: 1380px;
		margin: 0 60px;
	}

	.mission-box-column {
		padding: 0 45px 30px;
	}

	.mission-box-smaller {
		margin-bottom: 115px;
		margin-top: -300px;
		/* added 05/11/23 */
	}

	.mission-box-smaller .mission-box-column {
		padding: 66px 30px 66px 66px;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.departments-heading-block {
		max-width: none;
		margin-bottom: 60px;
	}

	.departments-list {
		justify-content: space-between;
	}

	.departments-list li {
		flex: 0 0 auto;
		max-width: none;
	}

	.departments .container {
		padding: 0 60px;
	}

	.departments .bg-secondary.bg-secondary {
		padding: 120px 0;
		margin-top: -100px;
	}

	.history-intro-image {
		margin-top: -100px;
	}

	.history-intro-text {
		padding-bottom: 50px;
	}

	.history-box {
		padding-bottom: 80px;
	}

	.history-text {
		padding: 0 85px 0 0;
	}

	.history-decors {
		width: 50%;
	}

	.tab-gallery .dropdown {
		margin: 0 45px 40px;
	}

	.tab-gallery .nav-select {
		padding: 0;
	}

	.tab-gallery .nav-select>li>a {
		font-size: 2.2rem;
		padding: 11px 24px;
	}

	.tab-gallery .slick-slider {
		padding: 0 45px;
	}

	.tab-gallery .slick-slider.rows-gallery-alt {
		margin-top: 70px;
	}

	.accreditation-box-column {
		padding: 0 45px 30px;
	}

	.accreditation-box-smaller {
		margin-bottom: 115px;
	}

	.accreditation-box-smaller .accreditation-box-column {
		padding: 66px 30px 66px 66px;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.section-img-gallery .container {
		padding-left: 60px;
		padding-right: 60px;
	}

	.leadership-blockquote {
		padding-left: 70px;
	}

	.leadership-text-holder {
		padding: 0 0 40px;
	}

	.leadership-quote-wrap {
		padding: 42px 50px 0 65px;
	}

	.leadership-quote-wrap blockquote {
		font-size: 21px;
	}

	.leadership-img-holder {
		height: 430px;
	}

	.chat-section:before {
		height: 250px;
	}

	.chat-section-box-column {
		padding: 0 45px 30px;
	}

}

@media (min-width: 1200px) {
	.slick-arrow {
		width: 40px;
		height: 40px;
		transform: translateY(-80px);
	}

	.rows-gallery {
		padding: 0 60px 50px 0;
	}

	.rows-gallery-alt {
		padding: 0 0 50px;
	}

}

@media screen and (min-width: 1414px) {
	.why-compton .tilted-text {
		left: calc(50vw - 690px);
	}

}

@media screen and (min-width: 1480px) {
	.header .logo {
		width: auto;
		bottom: -140px;
	}

	.header .guidelines a:before {
		margin: 0 18px;
	}

	.main-menu.main-menu {
		margin: 0 30px 0 0;
	}

	.main-menu.main-menu>li {
		font-size: 3rem;
	}

	.main-menu.main-menu .drop-holder {
		padding: 80px 66px;
	}

	.info-drop {
		padding: 0 150px 0 0;
		flex: 0 0 39.7%;
		max-width: 540px;
	}

	.add-nav-area .open-close {
		margin: 0 30px 0 25px;
	}

	.add-nav-area .add-nav li {
		margin: 0 25px;
	}

	.footer-decor {
		/*     width: 73%; */
		width: 70%;
	}

	.footer-area-1 {
		flex: 1 1 54%;
		max-width: 54%;
	}

	.footer-area-2 {
		flex: 1 1 46%;
		max-width: 501px;
		flex-direction: row-reverse;
	}

	.footer-area-2-col-1 {
		flex: 1 1 40%;
		max-width: 40%;
	}

	.footer-area-2-col-2 {
		flex: 1 1 60%;
		max-width: 60%;
		padding-right: 30px;
	}

	.footer-social-bar {
		margin-bottom: 68px;
	}

	/*   .container-inner {
	margin-left: 16.6667%;
} */
	/* Commented out 05/08/23 by M.E. - line 12 post QA */

	.hero-block-media {
		margin-right: calc((100vw - 1380px)/2*-1);
	}

	.hero-block-title {
		margin-bottom: 25px;
	}

	.hero-block-vertical-title {
		top: 158px;
		left: 33px;
	}

	.news {
		padding-top: 85px;
		padding-bottom: 85px;
	}

	.news+.info-block {
		margin-top: -235px;
	}

	.news-item:last-child {
		margin-bottom: 40px;
	}

	.news-item {
		padding-bottom: 110px;
		margin-bottom: 110px;
	}

	.contact-boxes-section {
		padding-top: 132px;
		padding-bottom: 132px;
		/* 	padding-bottom: 350px; */
		/* QA line 14 05/17/23 M.E. */
	}

	.contact-boxes-section+.info-block {
		/*     margin-top: -314px; */
		/* QA line 14 05/17/23 M.E. */
	}

	.info-block-img {
		width: 382px;
		height: 382px;
	}

	.info-block-title {
		display: inline;
		font-family: "Orpheus Pro";
		font-size: 50px;
	}

	.info-block-btn {
		position: relative;
		top: -11px;
		display: inline;
		white-space: nowrap;
		width: auto;
		margin-left: 20px;
	}

	.program-row-section-inner {
		padding-left: 60px;
	}

	.program-row-slider {
		padding: 0;
	}

	.program-row-slider .slick-arrow.slick-prev {
		left: -98px;
	}

	.program-row-slider .slick-arrow.slick-next {
		right: -18px;
	}

	.program-row-col-left {
		padding-top: 12px;
	}

	.program-row-col-right {
		padding-left: 113px;
	}

	.program-row-img {
		height: 100%;
	}

	.program-row-title {
		margin: 0 80px 50px 0;
	}

	.department-section+.info-block {
		margin-top: -103px;
	}

	.department-accordion {
		margin-left: -15px;
		margin-right: -15px;
	}

	.department-accordion-holder {
		padding-right: 55px;
	}

	.department-accordion-item {
		flex: 1 1 calc(50% - 30px);
		max-width: calc(50% - 30px);
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 52px;
	}

	.contact-header {
		margin-left: -40px;
		margin-right: -40px;
	}

	.contact-header-col {
		padding-left: 40px;
		padding-right: 40px;
	}

	.side-nav>li {
		padding-right: 45px;
	}

	.content {
		width: 70.6%;
	}

	.sidebar {
		width: 20.9%;
	}

	.whats-going-on {
		padding-left: 0;
		padding-right: 0;
		/*     padding-bottom: 443px; */
	}

	.whats-going-on .right-block {
		padding-right: 0;
	}

	.more-success-stories:before {
		height: 565px;
	}

	.time-to-complite-title {
		margin-bottom: 63px;
	}

	.services {
		margin-bottom: 108px;
	}

	.box {
		margin: 0 auto;
	}

	.mission-box {
		padding-bottom: 380px;
	}

	.mission-box-smaller {
		max-width: 1140px;
	}

	.departments-list li {
		padding: 0 15px 25px;
	}

	.departments .bg-secondary.bg-secondary {
		padding: 290px 0 310px;
	}

	.history-intro-image {
		margin-top: -150px;
		padding-left: 0;
	}

	.history-box .fw-gallery {
		padding: 0 80px;
	}

	.history-text .date {
		font-size: 16.5rem;
		padding-left: 32px;
	}

	.history-decors {
		width: auto;
	}

	.history-decor02 {
		bottom: 160px;
	}

	.history-decor03 {
		bottom: 300px;
	}

	.tab-gallery {
		margin: 0 0 118px;
	}

	.tab-gallery>.container>h2,.tab-gallery>.container .h2 {
		margin: 0 0 42px;
	}

	.tab-gallery .slick-slider {
		padding: 0 75px;
	}

	.tab-gallery .slick-slider .slick-arrow.slick-prev {
		left: -50px;
	}

	.tab-gallery .slick-slider .slick-arrow.slick-next {
		right: -50px;
	}

	.tab-gallery .slick-slider .slick-dots {
		margin-top: 40px;
	}

	.tab-gallery .img-slide {
		min-height: 410px;
	}

	.accreditation-box {
		padding-bottom: 380px;
	}

	.accreditation-box-smaller {
		max-width: 1140px;
	}

	.section-img-gallery {
		margin: 0;
	}

	.leadership-text-holder {
		padding: 0 0 90px;
	}

	.leadership-img-holder {
		height: 565px;
		margin: -100px 0 0;
	}

	.chat-section:before {
		height: 371px;
	}

	.chat-section-box {
		/*     padding-bottom: 380px; */
		padding-bottom: 15%;
		/* line 55 on QA 05/11/23 M.E. */
	}

	.chat-section-box-smaller {
		max-width: 1140px;
	}

	.counselor-decors {
		bottom: -80px;
	}

	.counselor-decor-3 {
		bottom: 3%;
	}

	.components {
		padding-top: 100px;
		padding-bottom: 150px;
	}

}

@media (min-width: 1480px) {
	.rows-gallery .slick-next.slick-next {
		right: 0;
	}

	.rows-gallery .serv-slide {
		padding: 0 200px 0 0;
	}	
}

@media (max-width: 767px) {
	.header .info {
		width: 47px;
		height: 70px;
	}

	.form-search .btn-search {
		width: 40px;
		height: 40px;
	}

	.tab-content {
		padding-top: 20px;
	}

	.col-md-3.col-sm-6.homepage {
		margin-top: -10px;
	}
}

@media (max-width: 1024px) {
	.col-md-3.col-sm-6.homepage {
		margin-top: -180px;
	}

	.container-inner {
		margin-left: 8.3333333%;
		/*     padding-bottom: 0px; */
	}

	.apply-today .container {
		margin-bottom: -100px;
	}
}

@media (max-width: 1023px) {
	.wrapper-inner {
		width: 100%;
	}

	.burger-menu.burger-menu {
		position: absolute;
		top: 22px;
		right: 18px;
	}

	.nav-active {
		overflow: hidden;
	}

	.nav-active .burger-menu.burger-menu {
		display: none;
	}

	.mobile-nav-opener {
		width: 43px;
		height: 43px;
		background: none;
		border: none;
		text-indent: -9999px;
		overflow: hidden;
		padding: 0;
		position: relative;
		flex-shrink: 0;
	}

	.nav-active .mobile-nav-opener span,.drop-active .mobile-nav-opener span {
		right: 0;
		top: 18px;
		width: 100%;
		transform: rotate(45deg);
	}

	.nav-active .mobile-nav-opener span::after,.drop-active .mobile-nav-opener span::after {
		opacity: 0;
	}

	.nav-active .mobile-nav-opener span::before,.drop-active .mobile-nav-opener span::before {
		right: 0;
		top: 0;
		width: 100%;
		height: 5px;
		border-radius: 0;
		transform: rotate(-90deg);
	}

	.mobile-nav-opener span {
		transition: all .2s;
		position: absolute;
		right: 0;
		width: 100%;
		height: 5px;
		top: 0;
		background: #3a1d21;
	}

	.mobile-nav-opener span::before,.mobile-nav-opener span::after {
		transition: all .2s;
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		width: 100%;
		height: 5px;
		top: 9px;
		background: #3a1d21;
	}

	.mobile-nav-opener span::before {
		top: 18px;
	}

	.drop-holder {
		transition: right .3s cubic-bezier(.3, .86, .36, .95);
		position: absolute;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100vh;
		display: flex !important;
		flex-direction: column;
		align-items: stretch;
		color: #ffffff;
		background: rgba(225, 225, 225, .98);
	}

	.drop-active .drop-holder {
		right: 0;
	}

	.drop-holder.inner-drop-open>.drop-top,.drop-holder.inner-drop-open>.drop-body {
		margin-left: -100%;
	}

	.drop-holder.inner-drop-open .drop-body .drop-body {
		overflow: hidden;
		background: #a4123f;
		color: #ffffff;
		padding: 25px;
	}

	.main-navigation {
		overflow: hidden;
	}

	.nav-active .main-navigation.drop-holder {
		right: 0;
	}

	.main-navigation.drop-holder .drop-holder {
		height: calc(100vh - 180px);
	}

	.drop-body {
		transition: margin .3s cubic-bezier(.3, .86, .36, .95);
		padding: 0 25px;
		flex: 1 auto;
		overflow-y: auto;
		overflow-x: hidden;
		max-height: calc(100% - 90px);
		width: 100%;
		color: #565856;
	}

	.drop-body .drop-title {
		display: inline-block;
		margin-bottom: 5rem;
		padding: 0 60px 0 0;
	}

	.drop-body .drop-title:hover {
		color: #3a1d21;
	}

	.drop-body .menu-item {
		margin: 0 0 5rem;
	}

	.drop-body .menu-item.current-menu-item,.drop-body .menu-item.drop-active {
		color: #3a1d21;
	}

	.add-nav-area .add-nav li:nth-child(2) {
		order: 1;
	}

	.add-nav-area .add-nav li:nth-last-of-type(2) {
		order: 3;
		text-align: right;
	}

	.add-nav-area .add-nav li:last-of-type {
		order: 0;
		text-align: right;
	}

	.col-md-3.col-sm-6.homepage {
		margin-top: -5px;
	}
}

@media (max-width: 399px) {
	.add-nav-area .add-nav li:last-of-type .btn {
		padding: 8px 10px;
	}

	.tab-content {
		padding-top: 20px;
	}

	h2.program-row-title {
		font-size: 35px;
	} /* added 04-12-2023 by Marianne E. per line 93 from UAT */
}

@media screen and (max-width: 479px) {
	.footer-opener svg {
		width: 100px;
		height: 70px;
	}

	.btn-mobile-lg {
		display: inline-flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 17px 26px;
		font-size: 23px;
		line-height: 1.5;
		text-align: left;
		border-radius: 8px;
	}

	.academic-programs.alternative .btn-mobile-lg {
		padding: 17px 26px;
	}
}

@media screen and (max-width: 1023px) {
	.hero-block-mobile-hide {
		display: none;
	}

	.counselor-decors {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.social-bar.social-bar-float {
		display: none;
	}

	.tab-content {
		padding-top: 20px;
	}
}

@media screen and (max-width: 768px)and (min-width: 767px){
	.social-bar.social-bar-float {
		position: fixed;
		right: 0;
		top: 130px;
		z-index: 90;
	}
}

@media screen and (max-width: 768px) {
	.apply-today .container {
		margin-bottom: -50px;
	}
}

@media screen and (max-width: 1199px) {
	.program-row-text {
		display: none;
	}
}

@media screen and (max-width: 1023px)and (min-width: 1024px) {
	.mobile-nav-opener {
		display: none !important;
	}
}

@media screen and (max-width: 1440px)and (min-width: 1025px) {
	.contact-boxes-section+.info-block {
		margin-top: -50px;
	}

	.info-block {
		margin-top: -150px;
	}

	.container-inner {
		margin-left: 8.3333333%;
		/*     padding-bottom: 50px; */
	}

	.counselor+.info-block {
		margin-top: -50px;
		/* QA line 14 05/18/23 M.E. */
	}

	.esl-students+.info-block {
		margin-top: 0px;
		/* QA line 83 05/23/23 M.E. */
	}

	.mission-box-smaller{
		margin-top: -150px;
		/* QA line 82 05/19/23 M.E. */
	}
}

@media screen and (max-width: 425px)and (min-width: 320px) {
	.contact-boxes-section+.info-block {
		margin-top: -200px;
	}

	.info-block {
		margin-top: -250px;
	}

	.counselor+.info-block {
		margin-top: -200px;
		/* QA line 14 05/18/23 M.E. */
	}

	.esl-students+.info-block {
		margin-top: -150px;
		/* QA line 83 05/23/23 M.E. */
	}

	.mission-box-smaller{
		margin-top: -50px;
		/* QA line 82 05/19/23 M.E. */
	}

	.move-calendar-btn {
		margin-top: 50px;
		/* added 05/25/23 QA line 3 M.E*/
	}
}

@media screen and (max-width: 768px)and (min-width: 426px) {
	.contact-boxes-section+.info-block {
		margin-top: -150px;
	}

	.move-calendar-btn {
		margin-top: 50px;
		/* added 05/25/23 QA line 3 M.E*/
	}
}

@media screen and (min-width: 2560px) {
	.info-block {
		margin-top: 250px;
	}

	.contact-boxes-section+.info-block {
		margin-top: 150px;
	}

	.esl-students+.info-block {
		margin-top: 220px;
		/* QA line 83 05/23/23 M.E. */
	}
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
	.info-block {
		margin-top: -250px;
	}

	.esl-students+.info-block {
		margin-top: -50px;
		/* QA line 83 05/23/23 M.E. */
	}
}

@media (prefers-reduced-motion) {
	a {
		transition: color .35s cubic-bezier(.3, .86, .36, .95);
		color: #431821;
		text-decoration: none;
	}

	input[type=text],input[type=email],input[type=tel],textarea,select {
		transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
		border: 3px solid #e1e1e1;
		background-color: #ffffff;
		width: 100%;
		height: 75px;
		min-width: 0;
		padding: 10px 25px;
		font-size: 22px;
		line-height: 1.5;
		color: #431821;
		border-radius: 10px;
		-webkit-appearance: none;
	}

	.header a {
		transition: color .3s cubic-bezier(.3, .86, .36, .95);
		/*   text-decoration: none; */ /* line 29 ADA fix M.E. 06/15/23 */
		color: currentColor;
	}

	.header .container-fluid {
		transition: padding .3s cubic-bezier(.3, .86, .36, .95);
		display: flex;
		align-items: center;
		padding: 0 80px 135px 0;
		width: 100%;
	}

	.header .logo {
		transition: width .3s cubic-bezier(.3, .86, .36, .95), bottom .3s cubic-bezier(.3, .86, .36, .95);
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 86px;
	}

	.header .info {
		transition: width .3s cubic-bezier(.3, .86, .36, .95);
		display: block;
		margin: 0 14px 0 0;
	}

	.main-menu.main-menu>li {
		font: 4.5rem/1.1 "impact", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
		letter-spacing: .4px;
		transition: color .3s cubic-bezier(.3, .86, .36, .95), background .3s cubic-bezier(.3, .86, .36, .95);
	}

	.add-nav-area {
		transition: padding .3s cubic-bezier(.3, .86, .36, .95);
		background: #3a1d21;
		border-radius: 16px 16px 0 0;
		padding: 20px 15px 4px;
		margin: 0 25px;
		color: #ffffff;
	}

	.form-search .btn-search {
		transition: opacity .3s cubic-bezier(.3, .86, .36, .95);
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		padding: 5px 10px;
		background: none;
		border: none;
		cursor: pointer;
	}

	.open-close .opener-search {
		transition: opacity .3s cubic-bezier(.3, .86, .36, .95);
		display: block;
		position: relative;
	}

	.open-close .opener-search .icon-open {
		transition: opacity .3s cubic-bezier(.3, .86, .36, .95), visibility .3s cubic-bezier(.3, .86, .36, .95);
		display: block;
	}

	.open-close .opener-search .icon-close {
		transition: opacity .3s cubic-bezier(.3, .86, .36, .95), visibility .3s cubic-bezier(.3, .86, .36, .95);
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
		color: #431821;
		font-size: 40px;
		z-index: 2;
	}

	.footer-opener svg {
		vertical-align: middle;
		transition: transform .3s ease;
	}

	.btn {
		transition: color .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95);
		display: inline-block;
		vertical-align: middle;
		padding: 12px 18px;
		font-size: 16px;
		line-height: 1.15;
		font-weight: 900;
		text-align: center;
		text-transform: uppercase;
		border: 3px solid rgba(0, 0, 0, 0);
		border-radius: 4px;
		background-color: rgba(0, 0, 0, 0);
		cursor: pointer;
	}

	.btn.has-arrow:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%) rotate(-135deg);
		height: 18px;
		width: 18px;
		border: solid #a4123f;
		border-width: 0 0 3px 3px;
		transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
	}

	.slick-arrow {
		width: 32px;
		height: 32px;
		transition: opacity .3s cubic-bezier(.3, .86, .36, .95);
		position: absolute;
		top: 80px;
		background: none;
		border: none;
		padding: 0;
		cursor: pointer;
		color: #8da2ad;
	}

	.slick-dots button {
		width: 10px;
		height: 10px;
		transition: background .3s cubic-bezier(.3, .86, .36, .95);
		padding: 0;
		border: none;
		border-radius: 50%;
		background: #8da2ad;
		cursor: pointer;
	}

	.scroll-to-top {
		position: fixed;
		bottom: 35px;
		right: 0;
		z-index: 100;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 60px;
		height: 60px;
		background-color: #a4123f;
		border-radius: 10px;
		color: #ffffff;
		box-shadow: 0 0 5px rgba(67, 24, 33, .5);
		transition: background-color .3s ease, color, .3s ease, opacity .3s ease, visibility .3s ease;
	}

	.news-item-meta {
		flex-grow: 0;
		flex-shrink: 0;
		width: 60px;
		height: 60px;
		padding-top: 13px;
		margin-bottom: 30px;
		color: #a4123f;
		text-align: center;
		background-color: #e1e1e1;
		border-radius: 50%;
		transition: background-color .3s ease, color .3s ease;
	}

	.social-bar a {
		display: block;
		padding: 15px;
		width: 60px;
		height: 60px;
		background-color: #ffffff;
		border-radius: 3px;
		transition: background-color .3s ease;
	}

	.department-accordion-open {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 7px 16px 7px 22px;
		font-size: 30px;
		font-family: "impact", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
		color: #431821;
		background-color: #e1e1e1;
		border-radius: 5px;
		transition: background-color .3s ease, color .3s ease;
	}

	.department-accordion-icon {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 42px;
		height: 42px;
		font-size: 16px;
		color: #a4123f;
		background-color: #ffffff;
		border-radius: 50%;
		transition: transform .3s ease;
	}

	.side-nav {
		transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10000;
		width: calc(100% - 70px);
		max-width: 342px;
		max-height: 100vh;
		overflow-y: auto;
		touch-action: pan-y;
		padding: 30px 26px;
		margin-bottom: 30px;
		background-color: #e1e1e1;
		border-radius: 0 0 16px;
		box-shadow: 0 0 5px rgba(0, 0, 0, .3);
		opacity: 0;
		visibility: hidden;
		transform: translateX(-100%);
	}

	.side-nav-opener {
		transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
		position: absolute;
		top: 70px;
		right: 20px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		border-radius: 8px;
		background-color: #e1e1e1;
	}

	.side-nav-opener span {
		transition: transform .35s cubic-bezier(.3, .86, .36, .95);
		position: relative;
		width: 20px;
		height: 5px;
		color: #555755;
	}

	.who-are-you .dropdown .caption:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-50%) rotate(-135deg);
		height: 22px;
		width: 22px;
		border: solid #9db2bb;
		border-width: 0 0 3px 3px;
		transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
	}

	.who-are-you .nav-select a {
		display: block;
		font-size: 24px;
		line-height: 1.25;
		font-weight: 900;
		color: #565856;
		padding: 17px 28px;
		text-decoration: none;
		letter-spacing: .03em;
		text-align: left;
		transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
	}

	.features-list a {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		color: #431821;
		font-size: 13px;
		line-height: 1.3846153846;
		font-family: "impact", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
		transition: color .3s cubic-bezier(.3, .86, .36, .95), background .3s cubic-bezier(.3, .86, .36, .95);
		border-radius: 8px;
		text-decoration: none;
		text-align: center;
	}

	.features-list .img-holder {
		width: 112px;
		height: 112px;
		background: #e3e3e3;
		border-radius: 8px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 10px;
		transition: background .35s cubic-bezier(.3, .86, .36, .95);
	}

	.program-slider .slick-arrow {
		top: 120px;
		color: #9db2bb;
		cursor: pointer;
		transition: color .35s cubic-bezier(.3, .86, .36, .95);
	}

	.program-slider .img-block img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 50% 50%;
		object-position: 50% 50%;
		transition: transform .35s cubic-bezier(.3, .86, .36, .95);
	}

	.program-slider .tilted-text {
		position: absolute;
		left: -70px;
		top: 18px;
		transform: rotate(90deg);
		width: 50px;
		height: 50px;
		text-transform: uppercase;
		font-size: 30px;
		font-family: "impact", "Raleway", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
		font-weight: 400;
		color: #ffffff;
		letter-spacing: .03em;
		transition: left .35s cubic-bezier(.3, .86, .36, .95);
	}

	.student-type .nav-select a {
		display: block;
		font-size: 22px;
		line-height: 1.3636363636;
		font-weight: 900;
		color: #565856;
		padding: 10px 21px;
		text-decoration: none;
		letter-spacing: .03em;
		border-radius: 4px;
		transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
	}

	.img-gallery img {
		transition: transform .3s cubic-bezier(.3, .86, .36, .95);
		display: flex;
		border-radius: 10px;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.tab-gallery .dropdown .caption:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-50%) rotate(-135deg);
		height: 22px;
		width: 22px;
		border: solid #9db2bb;
		border-width: 0 0 3px 3px;
		transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
	}

	.tab-gallery .nav-select>li>a {
		transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
		padding: 11px 24px;
		display: block;
		font-size: 1.8rem;
		line-height: 1.4;
		font-weight: 900;
		color: #565856;
		text-decoration: none;
		letter-spacing: .03em;
		text-align: left;
	}
}

/*# sourceMappingURL=style.css.map*/