:root {
	--mc-purple: #51237f;
	--mc-blue-light: #e1f4fb;
	--mc-blue: #0095C8;
	--mc-light: #f7f7f7;
	--mc-border: #ddd; 
	--mc-orange: #FBA93E; 
}

.white-text {color: #fff !important;}
.mb0 {margin-bottom: 0px !important;}
.pb0 {padding-bottom: 0px !important;}
.pt50 {padding-top: 50px !important;}
.pt100 {padding-top: 100px !important;}

.center {margin-right: auto; margin-left: auto;}
.text-center {text-align: center;}
.balance {text-wrap: balance;}
/* margin styles */
.mb2 {
	margin-bottom: 16px !important;
}
.mx2 {
	margin-left: 16px;
	margin-right: 16px;
}
.my2 {
	margin-top: 16px;
	margin-bottom: 16px;
}
.m3 {
	margin: 32px;
}
.mt3 {
	margin-top: 32px;
}
.mr3 {
	margin-right: 32px;
}
.mb3 {
	margin-bottom: 32px;
}
.ml3 {
	margin-left: 32px;
}
.mx3 {
	margin-left: 32px;
	margin-right: 32px;
}
.my3 {
	margin-top: 32px;
	margin-bottom: 32px;
}
.m4 {
	margin: 64px;
}
.mt4 {
	margin-top: 64px;
}
.mr4 {
	margin-right: 64px;
}
.mb4 {
	margin-bottom: 64px;
}
.ml4 {
	margin-left: 64px;
}
.mx4 {
	margin-left: 64px;
	margin-right: 64px;
}
.my4 {
	margin-top: 64px;
	margin-bottom: 64px;
}


.p0 {
	padding: 0;
}
.pt0 {
	padding-top: 0;
}
.pr0 {
	padding-right: 0;
}
.pb0 {
	padding-bottom: 0;
}
.pl0 {
	padding-left: 0;
}
.px0 {
	padding-left: 0;
	padding-right: 0;
}
.py0 {
	padding-top: 0;
	padding-bottom: 0;
}
.p1 {
	padding: 9px 17px 7px 17px;
}
.pt1 {
	padding-top: 8px;
}
.pr1 {
	padding-right: 8px;
}
.pb1 {
	padding-bottom: 8px;
}
.pl1 {
	padding-left: 8px;
}
.py1 {
	padding-top: 8px;
	padding-bottom: 8px;
}
.px1 {
	padding-left: 8px;
	padding-right: 8px;
}
.p2 {
	padding: 16px;
}
.pt2 {
	padding-top: 16px;
}
.pr2 {
	padding-right: 16px;
}
.pb2 {
	padding-bottom: 16px;
}
.pl2 {
	padding-left: 16px;
}
.py2 {
	padding-top: 16px;
	padding-bottom: 16px;
}
.px2 {
	padding-left: 16px;
	padding-right: 16px;
}
.p3 {
	padding: 32px;
}
.pt3 {
	padding-top: 32px;
}
.pr3 {
	padding-right: 32px;
}
.pb3 {
	padding-bottom: 32px;
}
.pl3 {
	padding-left: 32px;
}
.py3 {
	padding-top: 32px;
	padding-bottom: 32px;
}
.px3 {
	padding-left: 32px;
	padding-right: 32px;
}
.p4 {
	padding: 64px;
}
.pt4 {
	padding-top: 64px;
}
.pr4 {
	padding-right: 64px;
}
.pb4 {
	padding-bottom: 64px;
}
.pl4 {
	padding-left: 64px;
}
.py4 {
	padding-top: 64px;
	padding-bottom: 64px;
}
.px4 {
	padding-left: 64px;
	padding-right: 64px;
}

.nowrap {white-space: nowrap;}

.mw-350 {max-width: 350px;}
.mw-450 {max-width: 450px;}
.mw-550 {max-width: 550px;}
.mw-650 {max-width: 650px;}
.mw-750 {max-width: 750px;}
.mw-850 {max-width: 850px;}
.mw-1025 {max-width: 1025px;}
.mw-1280 {max-width: 1280px;}
.mw-1400 {max-width: 1400px;}
.mw-1600 {max-width: 1600px;}

.mh-350 {max-height: 350px;}
.mh-450 {max-height: 450px;}
.mh-550 {max-height: 550px;}
.mh-650 {max-height: 650px;}
.mh-750 {max-height: 750px;}
.mh-850 {max-height: 850px;}
.mh-1025 {max-height: 1025px;}
.mh-1280 {max-height: 1280px;}
.mh-1400 {max-height: 1400px;}
.mh-1600 {max-height: 1600px;}

.minh-350 {min-height: 350px;}
.minh-450 {min-height: 450px;}
.minh-550 {min-height: 550px;}
.minh-650 {min-height: 650px;}
.minh-750 {min-height: 750px;}
.minh-850 {min-height: 850px;}
.minh-1025 {min-height: 1025px;}
.minh-1280 {min-height: 1280px;}
.minh-1400 {min-height: 1400px;}
.minh-1600 {min-height: 1600px;}

.card-description a, .card-description li a { color: #fba93e; /* font-weight: 700; */ font-weight: normal; text-decoration: underline;}
.card-description a:hover, .card-description li a:hover   {color: #d5d5d5; text-decoration: underline;}

/* .card-description li a  {text-decoration: underline; color: #fff;} */

.button, .cta {
	color: #fff;
	text-transform: uppercase
}
.button, .cta, h2 {
	text-transform: uppercase
}
.center-img-container, .hero, html.modal-active {
	overflow: hidden
}
.cta-container {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.cta {
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid transparent;
	transition: border .25s ease-in-out;
	position: relative
}
.cta:after {
	content: '';
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAKCAYAAABWiWWfAAAA7ElEQVQokWP4//8/Aym4JXlq7Otn73/Fm5eqocsxMZAIvn/98UVIjI91wpbamwkWZWrIciQbxgilBUR4Gfo3oxrIwsDAwJDlVGdCjEF///z7o26kJAXjC4rCDVRfcKLrFoOfQhrXp/df/lMC3r369D/erFSNiYGBgYGVjYVU36IAPiFuBlklSW3G////MyzqWN/FwcnORVjbfwYeAW5hj1j7CCYmSOj9+f2HoTtnTnLlzIx5JCWL////M1SFdfv//fP3/////////vX7f1va9CSykwYTExMThotgcqQaxsHNwfPv7z8MgxgYGBgAF5Dr2gxogVEAAAAASUVORK5CYII=);background-repeat:no-repeat;width:19px;height:10px;position:absolute;top:4px;margin-left:10px;transition:margin .25s ease-in-out
}

@media (min-width:1025px) {
	.cta:hover {
		border-bottom: 1px solid #aaa; 
	}

	.card-description a.cta:hover  { 
		text-decoration: none;
	}
	.cta:hover:after {
		margin-left: 20px
	}
}
.button {
	font-size: 16px;
	display: inline-block;
	padding: 20px 45px;
	transition: background-color .25s ease-in-out;
	font-weight: 600;
	cursor: pointer
}
.button.blue {
	background-color: #0c7bc0
}
.button.blue:hover {
	background-color: #04629c
}

.button.orange  { 
	background-color: #D93A17; 
}

.button.orange:hover  { 
	background-color: #b42b0d; 
}

.button.green {
	/* background-color: #28a689; */
	background-color: #20836C; 
}
.button.green:hover {
	/* background-color: #289586 */
	background-color: #166F5A; 
}

.button.white {
	/* background-color: #28a689; */
	background-color: #fff; 
	color: #51237f;
	font-weight: bold;
	font-size: 1.25em;
	padding: 12px 20px;
}
.button.white:hover, .button.white:focus {
	/* background-color: #289586 */
	background-color: #d0d0d0; 
}

/* new enrollment campaign */
.button.btn-purple { 
	background-color: var(--mc-purple); 
	color: #FBA93E;   
	font-weight: bold;
	font-size: 1.25em;
	/* padding: 12px 20px; */
}
.button.btn-purple:hover, .button.btn-purple:focus { 
	background-color: #370D61; 
}

.button.btn-outline { 
	background-color: transparent; 
	border: 1px solid var(--mc-purple); 
	color: var(--mc-purple); 
	font-weight: bold;
	font-size: 1.25em;
	/* padding: 11px 19px; */
}



.blue-campaign .button.btn-outline {
	background-color: #52c9e7;
	border: 1px solid var(--mc-purple);
	color: var(--mc-purple);
} 
.glod-campaign .button.btn-outline {
	background-color: #FBA93E;
	border: 1px solid var(--mc-purple);
	color: var(--mc-purple);
} 
.fuchsia-campaign .button.btn-outline {
	background-color: #B82A91;
	border: 1px solid #fff;
	color: #fff;
} 

.green-campaign .button.btn-outline {
	background-color: #00AC9B;
	border: 1px solid #000;
	color: #000;
} 

.light-purple-campaign .button.btn-outline {
	background-color: #AE8FC1;
	border: 1px solid #000;
	color: #000;
} 


.button.btn-outline:hover, .button.btn-outline:focus { 
	background-color: rgba(255, 255, 255, 0.2); 
} 


.button-get-started {
	padding: 20px 30px;
	width: 100% !important
}

a.button.green.modal-video-open:after {
	color: transparent; 
	content: '.';
	width: 12px;
	height: 15px;
	display: inline-block;
	margin: 0px 0 0 10px;
	padding: 0px;
	/* border: 1px solid red; */
	background-image: url(https://www.montgomerycollege.edu/_images/global/play-white.svg);
	background-position: right 2px;
	background-size: 10px 12px;
	background-repeat: no-repeat; 
}


a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}
.p, h3, p {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1;
	overflow-y: hidden
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
body, html {
	overflow-x: hidden
}
html {
	box-sizing: border-box;
	/* font-family: open-sans, sans-serif */
	font-family: avenir-next-lt-pro, sans-serif;
}
*, :after, :before {
	box-sizing: inherit
}

em { font-family: avenir-next-lt-pro, sans-serif; 
	font-style: italic;}


.desktop-only {
	display: none
}

@media (min-width:1025px) and (max-width:1279px) {
	.desktop-only {
		display: block
	}
}

@media (min-width:1280px) and (max-width:1599px) {
	.desktop-only {
		display: block
	}
}

@media (min-width:1600px) {
	.desktop-only {
		display: block
	}
	.section-inner {
		max-width: 1600px
	}
}
.tablet-only {
	display: none
}

@media (min-width:768px) and (max-width:1024px) {
	.tablet-only {
		display: block
	}
}
.phone-only {
	display: none
}

@media (max-width:767px) {
	.phone-only {
		display: block
	}
}
.mobile-only {
	display: none
}
h1 {
	font-size: 90px;
	/* font-family: roboto, sans-serif; */
	font-family: avenir-next-lt-pro, sans-serif;
	/* font-weight: 100; */

	font-weight: bold;
	text-transform: uppercase;
}

.light-purple-campaign .hero .hero-copy-container h1.hero-title, .gold-campaign .hero .hero-copy-container h1.hero-title  {
	font-size: 3.85em; }

@media (min-width:1600px) {
	.light-purple-campaign .hero .hero-copy-container h1.hero-title, .gold-campaign .hero .hero-copy-container h1.hero-title {
	font-size: 4.5em;
	}
}

.subtitle {
	/* font-family: open-sans, sans-serif; */
	font-family: avenir-next-lt-pro, sans-serif;
}

.right {
	text-align: right;
}

@media (min-width:1280px) and (max-width:1599px) {
	h1 {
		font-size: 70px
	}

	.hero .hero-copy-container h1.hero-title  {
		font-size: 3.75em;
		max-width: 600px;
	} 
	
	.light-purple-campaign .hero .hero-copy-container h1.hero-title {
		font-size: 3.75em;
		max-width: 900px;
	} 
}

@media (min-width:1025px) and (max-width:1279px) {
	h1 {
		font-size: 80px
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.mobile-only {
		display: block
	}
	h1 {
		font-size: 50px
	}
}

@media (max-width:767px) {
	.mobile-only {
		display: block
	}
	h1 {
		font-size: 30px
	} 
}
h2 {
	/* font-family: open-sans, sans-serif; */
	font-family: avenir-next-lt-pro, sans-serif;
	font-weight: 900;
	text-align: center;
	font-size: 18px
}

@media (min-width:768px) and (max-width:1024px) {
	h2 {
		font-size: 16px
	}
}

@media (max-width:767px) {
	h2 {
		font-size: 16px
	}
}
h3 {
	/* font-family: roboto, sans-serif; */
	font-family: avenir-next-lt-pro, sans-serif;
}
#section-footer h3 {
	font-weight: bold; color: #51237f;
}

.blue-campaign #section-footer h3, .gold-campaign #section-footer h3, .green-campaign #section-footer h3 { color: var(--mc-purple); }  
.fuchsia-campaign #section-footer h3, .light-purple-campaign #section-footer h3 { color: #fff; }  


h4, h5, .h5 {
	/* font-family: open-sans, sans-serif; */
	font-family: avenir-next-lt-pro, sans-serif;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase
}

@media (min-width:1025px) {
	h3 {
		font-size: 45px
	}
	.subtitle {
		font-size: 30px;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	h3 {
		font-size: 40px
	}
}

@media (max-width:767px) {
	h3 {
		font-size: 30px
	}
}
h4 {
	font-size: 22px
}

@media (max-width:1024px) {
	h4 {
		font-size: 24px
	}
}
h5, .h5, h2.card-title-large {
	/* font-size: 55px */
	font-size: 3.4em;
	color: var(--mc-purple);
}

h2.card-title  { 
	font-size: 2em; 
}

/* .fuchsia-campaign h2.card-title {
font-size: 2.5em;
} */

h3.card-title.blue { 
	font-size: 1.75em;
	color: var(--mc-blue);
	font-weight: 700;
}

@media (min-width:768px) and (max-width:1024px) {
	/* h5, .h5, h2.card-title-large {
	text-align: left; 
	font-size: 3.4em;
} */

	/* new enrollment campaign */
	.mission  h2.card-title-large {
		text-align: center;
		/* font-size: 55px */
		font-size: 3.4em;
	}
}

@media (max-width:767px) {
	h5, .h5, h2.card-title-large { 
		font-size: 2.5em;
	}

	/* new enrollment campaign */
	.mission  h2.card-title {
		text-align: center;
		font-size: 30px
	}

}
.p, p {
	/* font-size: 16px; */
	font-size: 1em;
	line-height: 1.5
}
blockquote {
	font-size: 35px;
	/* font-family: kepler-std, serif; */
	font-style: italic;
	line-height: 1.5
}

i { 
	font-style: italic; 
}

ul.normal li { 
	font-weight: normal; 
}

li {
	line-height: 1.5;
	font-weight: 700;
	font-size: 18px
}
ul.angle-bullets li {
	font-weight: 400;
	font-size: 16px
}
ul.angle-bullets li::before {
	content: '›';
	font-size: 30px;
	line-height: 1.5;
	vertical-align: -5%;
	margin-right: 10px
}
strong {
	font-weight: 700
}
a {
	text-decoration: none;
	transition: color .25s ease-in-out;
	cursor: pointer
}

.pod-description a, .hero-description a {
	font-weight: bold;
	color: #000; /* new enrollment campaign */
}

/* new enrollment campaign */
.hero-description strong {
	color: #51237f;
	display: block;
	padding-bottom: 15px;
}

.blue-campaign .hero-description strong, .gold-campaign .hero-description strong {color: var(--mc-purple);}  
.fuchsia-campaign .hero-description strong {color: #fff;}
.green-campaign .hero-description strong, .light-purple-campaign .hero-description strong {color: var(--mc-purple); font-size: 1.215em !important; line-height: 1.35 !important;} 


.pod-description a:hover, .hero-description a:hover { 
	color: #000; /* new enrollment campaign */
	text-decoration: underline;
}



/* columns */
.list-two-columns ul.list-reset li,
.list-two-columns ul li,
.list-three-columns ul.list-reset li,
.list-three-columns ul li {   
	-webkit-column-break-inside: avoid;
	column-break-inside:avoid; 
	break-inside: avoid;
	width: 100%;
}


@media (min-width: 768px) {  
	.list-two-columns ul.list-reset, .list-two-columns ul, .list-three-columns ul     { 
		-webkit-columns: 2;
		-moz-columns: 2;
		column-count: 2;
		columns: 2;
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 5vw;
	} 
}  
@media (min-width: 1225px) {    
	.list-three-columns ul      { 
		-webkit-columns: 3;
		-moz-columns: 3;
		column-count: 3;
		columns: 3;
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 5vw;
	}
}



.section-left, .section-right {
	height: 100%;
	width: 50%;
	position: absolute
}
.section-left {
	top: 0;
	left: 0
}
.section-right {
	top: 0;
	right: 0
}
.center-img {
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	min-height: 100%;
	min-width: 100%
}
.section-left, .section-right, footer, header, section {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat
}
@keyframes phonewiggle {
	0%, 100% {
		transform:rotate(0)
	}
	30% {
		transform:rotate(20deg)
	}
}
@keyframes envelopejump {
	0%, 100% {
		transform:translateY(0)
	}
	50% {
		transform:translateY(-4px)
	}
}
.header-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30% 
}
.header-link svg {
	fill: #666;
	transition: fill .25s ease-in-out
}
.header-link>a {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center
}
.header-link>a:hover svg {
	fill: #51237f
}
.header-link>a:hover .header-text {
	color: #51237f;
	border-bottom: 1px solid #51237f
}
.header-text {
	/* font-family: open-sans, sans-serif; */
	font-weight: 600;
	text-transform: uppercase;
	color: #666;
	font-size: 20px;
	margin-left: 10px;
	transition: color .25s ease-in-out, border .25s ease-in-out;
	border-bottom: 1px solid transparent
}

/* apply now button in header 20221018 */
.call-us.header-link .btn  {
	font: 600 19px/1.25 "open-sans", sans-serif;
	padding: 16px 32px; 
	background-color: #F92329;
	color: #ffffff !important;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	border-radius: 0px;
	-webkit-font-smoothing: antialiased;
	transition: background 0.3s, color 0.3s;
}

.call-us.header-link .btn:hover, 
.call-us.header-link .btn:focus  {
	text-decoration: none; 
	background-color: #da0309;
}

@media (max-width:767px) {
	.header-text {
		display: none
	}
}
section#section-header {
	overflow-y: hidden;
	z-index: 4;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	/* height: 200px; */
	height: 150px;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: height .5s ease-in-out;
	overflow: visible; /* accessibility fix */
}
.hero .hero-copy-container, .hero .request-info-form {
	z-index: 1;
	overflow: visible; /* accessibility fix */
}

/* new enrollment campaign */
.hero .hero-copy-container {/* display: flex; */ height: 100%;}
.hero .hero-copy {align-content: center;}

.hero, .hero .hero-copy, .hero .hero-copy .hero-description, .hero .hero-copy .button, .hero .hero-copy .hero-title { 
	overflow: visible; /* accessibility fix */
}

.hero-title {color: var(--mc-purple); font-weight: 900;}
.blue-campaign .hero-title, .gold-campaign .hero-title { color: var(--mc-purple); }  
.fuchsia-campaign .hero-title, .light-purple-campaign .hero-title { color: #fff; } 

p.hero-sub-title {
	font-size: 1.75em;
	font-weight: 900;
	text-transform: uppercase;
	color: #51237f;
}

.blue-campaign p.hero-sub-title, .gold-campaign p.hero-sub-title { color: var(--mc-purple); } 
.fuchsia-campaign p.hero-sub-title { color: #fff; }
.green-campaign p.hero-sub-title, .light-purple-campaign p.hero-sub-title { color: var(--mc-purple); }

@media (max-width:767px) {
	.mobile-only {
		display: block
	}
	h1 {
		font-size: 30px
	}

	p.hero-sub-title { font-size: 1.25em; }
	.hero-title { font-size: 2.5em; }
} 

@media (min-width:1280px) and (max-width:1599px) {
	section#section-header {
		/* height: 200px; */
		height: 150px;
	}

	p.hero-sub-title {
		font-size: 1.3em;
	}
}

@media (min-width:1025px) and (max-width:1279px) {
	section#section-header {
		height: 150px
	} 
}



@media (min-width:768px) and (max-width:1024px) {
	.header-text {
		font-size: 15px
	}
	section#section-header {
		height: 90px
	}
}

/* header menu styles */
:root {
	--mc-purple: #51237F;
	--mc-purple-dark: #3e1a63;
	--mc-gray: #666666;
	--mc-light-gray: #f5f5f5;
	--mc-border: #ededed;
}
/* 
body {
margin: 0;
font-family: Arial, sans-serif;
}

.site-header {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 20px;
border-bottom: 1px solid var(--mc-border);
background: #fff;
}

.logo {
font-weight: bold;
color: var(--mc-purple);
font-size: 1.2rem;
} */

/* ===== SR ONLY ===== */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
}

/* ===== BUTTON ===== */
.menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 1px solid transparent;
	padding: 20px 15px;
	cursor: pointer;
	color: var(--mc-purple);
	margin-left: 20px;

	/* smooth transitions for both background + border */
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease;
}

/* Hover + focus (no movement, only fade) */
.menu-toggle:hover,
.menu-toggle:focus {
	background: rgba(81, 35, 127, 0.05);
	border-color: rgba(81, 35, 127, 1);
	outline: none; /* we rely on border instead for clean MC look */
}

/* Keyboard accessibility (keep visible focus) */
.menu-toggle:focus-visible {
	border-color: var(--mc-purple);
	background: rgba(81, 35, 127, 0.10);
}

/* Click state (subtle press feedback) */
.menu-toggle:active {
	background: rgba(81, 35, 127, 0.15);
	transition: none;
}

/* ===== HAMBURGER ICON ===== */
.hamburger,
.hamburger::before,
.hamburger::after {
	display: block;
	width: 30px;
	height: 4px;
	/*  background: currentColor; */
	background: var(--mc-purple);
	position: relative;
	transition: all 0.25s ease;

}

.hamburger::before,
.hamburger::after {
	content: "";
	position: absolute;
	left: 0;
}

.hamburger::before { top: -10px; }
.hamburger::after { top: 10px; }

/* X animation */
.menu-toggle[aria-expanded="true"] .hamburger {
	background: transparent;
}

.menu-toggle[aria-expanded="true"] .hamburger::before {
	transform: rotate(45deg);
	top: 0;
}

.menu-toggle[aria-expanded="true"] .hamburger::after {
	transform: rotate(-45deg);
	top: 0;
}

/* ===== NAV (ANIMATED DROPDOWN) ===== */
#site-nav {
	position: absolute;
	top: 100%;
	right: 20px;
	width: 280px;

	background: #fff;
	/* border: 1px solid var(--mc-border); */
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);

	padding: 1rem;
	z-index: 1000;

	/* hidden state */
	opacity: 0;
	transform: translateY(-10px);
	visibility: hidden;
	pointer-events: none;

	transition:
		opacity 0.25s ease,
		transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1),
		visibility 0.25s ease;
}

/* open state */
#site-nav.open {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	pointer-events: auto;
}

/* ===== NAV ITEMS ===== */
#site-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-nav li + li {
	border-top: 1px solid var(--mc-border);
}

#site-nav li {
	line-height: 1.4; 
	font-size: 1em;
	font-weight: normal;
}

#site-nav li a {
	display: inline-block;
	padding: 0.5rem 0;
	color: var(--mc-purple);
	text-decoration: none;
	font-weight: bold;
	/* font-weight: 500; */
}

#site-nav a:hover,
#site-nav a:focus {
	color: var(--mc-purple-dark);
	text-decoration: underline;
}

/* end header menu styles */

section#section-header .logo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32%
}

/* apply now button in header 20221018 */
.call-us.header-link .btn {
	font: 600 19px/1.25 "open-sans", sans-serif;
	padding: 10px 20px; 
	background-color: #F92329;
	color: #ffffff !important;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	border-radius: 0px;
	-webkit-font-smoothing: antialiased;
}
.call-us.header-link .btn:hover, 
.call-us.header-link .btn:focus  {
	text-decoration: none; 
	background-color: #da0309;
}


@media (min-width:1025px) {  
	.call-us.header-link .btn {
		font-size: 19px;
		padding: 16px 32px;
	}
}


@media (max-width:767px) {
	section#section-header {
		height: 50px
	}
	/* apply now button in header 20221018 */
	.call-us.header-link .btn {
		font-size: 12px;
		padding: 9px 12px;
		white-space: nowrap;
	}

	.hamburger, .hamburger::before, .hamburger::after { 
		width: 21px;
		height: 3px; }


	.menu-toggle { 
		padding: 14px 9px; margin-left: 15px; }

	.hamburger::before { top: -8px; } 

	.hamburger::after { top: 8px; }

	section#section-header .logo {
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-left: 15px;
		width: auto;
		-ms-flex-positive: 1;
		flex-grow: 1;

		width: 45%; /* extra width to accomodate apply now button in header 20221018 */
	}

	.call-us.header-link .btn {background-color: #EA060E;}
	.call-us.header-link .btn:hover {background-color: #c40005;}

}
section#section-header .logo .logo-image {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}
section#section-header .logo .logo-image .logo-phone {
	height: 27px;
	width: 166px;
	position: absolute;
	left: 0;
	top: 20px;
	opacity: 1;
	transform: translateX(0);
	transition: transform .5s ease-in-out
}


@media (min-width:1025px) {
	section#section-header .logo .logo-image .logo-phone {
		opacity: 0;
		pointer-events: none;
		transform: translateX(-200px)
	} 
}

@media (min-width:768px) and (max-width:1024px) {
	section#section-header .logo .logo-image .logo-phone {
		opacity: 0;
		pointer-events: none;
		transform: translateX(-200px)
	}
}
section#section-header .logo .logo-image .logo-mc {
	transition: height .5s ease-in-out, width .5s ease-in-out, margin-bottom .5s ease-in-out, transform .5s ease-in-out;
	margin-bottom: 30px;
	width: 300px;
	height: 112px;
	opacity: 1
}

@media (min-width:1025px) and (max-width:1279px) {
	section#section-header .logo .logo-image .logo-mc {
		width: 286px;
		height: 85px
	}
}

@media (min-width:768px) and (max-width:1024px) {
	section#section-header .logo .logo-image .logo-mc {
		width: 233px !important;
		height: 69px !important;
		margin-bottom: 0 !important;
		transform: translateY(0)
	}
}

@media (max-width:767px) {
	section#section-header .logo .logo-image .logo-mc {
		width: 233px !important;
		height: 69px !important;
		margin-bottom: 0 !important;
		transform: translateY(-100px);
		opacity: 0
	}
}
section#section-header .logo .logo-image .logo-tagline {
	position: absolute;
	top: 131px;
	left: 50%;
	margin-left: -103px;
	width: 206px;
	height: 12.3px;
	transition: top .5s ease-in-out, opacity .5s ease-in-out, height .5s ease-in-out, width .5s ease-in-out, margin-left .5s ease-in-out;
	opacity: 1
}

@media (min-width:1025px) and (max-width:1279px) {
	section#section-header .logo .logo-image .logo-tagline {
		width: 156px;
		height: 9.3px;
		top: 102px;
		margin-left: -78px
	}
}

@media (min-width:768px) and (max-width:1024px) {
	section#section-header .logo .logo-image .logo-tagline {
		top: 102px !important;
		margin-left: -78px !important;
		width: 156px !important;
		height: 9.3px !important;
		opacity: 0 !important
	}
}

@media (max-width:767px) {
	section#section-header .logo .logo-image .logo-tagline {
		top: 102px !important;
		margin-left: -78px !important;
		width: 156px !important;
		height: 9.3px !important;
		opacity: 0 !important;
		display: none
	}
	section#section-header .contact-us {
		-ms-flex-order: 2;
		order: 2;
		width: auto;
		padding-left: 10px;
		padding-right: 10px
	}
	section#section-header .call-us {
		-ms-flex-order: 3;
		order: 3;
		-ms-flex-positive: 0;
		flex-grow: 0;
		width: auto;
		padding-left: 10px;
		margin-right: 15px
	}
}
/* section#section-footer a {
color: #fff
} 
section#section-footer a:hover {
color: rgba(255,255,255,.75)
} */

section#section-footer p a {
	color: #51237f; 
} 
section#section-footer p a:hover {
	/* color: rgba(255,255,255,.75); */ text-decoration: underline;
} 

.blue-campaign section#section-footer p a, .gold-campaign section#section-footer p a  { color: var(--mc-purple); }  
.fuchsia-campaign section#section-footer p a { color: #fff; } 
.green-campaign section#section-footer p a, .light-purple-campaign section#section-footer p a { color: #000; } 




section#section-footer .footer-bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px; 

	position: relative; /* NEW fix for modal overlap when removing display none to fix ff surveygizmo bug */
}

@media (min-width:1025px) {
	body.compressed-header section#section-header {
		height: 90px
	}
	body.compressed-header section#section-header .logo-mc {
		width: 233px !important;
		height: 69px !important;
		margin-bottom: 0 !important
	}
	section#section-footer .footer-bottom {
		padding-left: 5%;
		padding-right: 5%;


		position: relative;  /* NEW fix for modal overlap when removing display none to fix ff surveygizmo bug */
	}
	section#section-footer .footer-bottom .footer-row1 {
		margin-bottom: 20px
	}
}
section#section-footer .footer-bottom .footer-row1, section#section-footer .footer-bottom .footer-row2, section#section-footer  .footer-row1, section#section-footer   .footer-row2 {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

@media (max-width:1024px) {
	section#section-footer .footer-bottom .footer-row1, section#section-footer .footer-bottom .footer-row2,
	section#section-footer .footer-row1, section#section-footer .footer-row2{
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (min-width:1025px) and (max-width:1279px) {
	section#section-footer .footer-bottom .footer-row1 .footer-left .footer-logo, section#section-footer  .footer-logo {
		width: 250px;
		/* height: 41px */
	}
}


section#section-footer .footer-bottom .footer-row1 .footer-right, section#section-footer  .footer-right {
	-ms-flex-align: end;
	align-items: flex-end
}
section#section-footer .footer-bottom .footer-row2 .footer-left .call-us {
	margin-right: 50px
}
section#section-footer .footer-bottom .footer-row2 .footer-left .locations .arrow-bullet {
	height: 12px;
	width: 12px
}
section#section-footer .footer-bottom .footer-row2 .footer-left .locations .arrow-bullet path {
	fill: #fff;
	transition: .25s ease-in-out
}
section#section-footer .footer-bottom .footer-row2 .footer-left .locations:hover .arrow-bullet path {
	fill: rgba(255,255,255,.75)
}
.floating-button-container .floating-button .icon path, .floating-button-container .floating-button.contact-us .envelope-icon {
	fill: #fff
}

@media (max-width:1024px) {
	section#section-footer .footer-bottom .footer-row2 .footer-left {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center
	}
	section#section-footer .footer-bottom .footer-row2 .footer-left .call-us {
		margin-right: 0;
		margin-bottom: 15px
	}
	section#section-footer .footer-bottom .footer-row2 .footer-right {
		margin-bottom: 10px
	}
}
section#section-footer .footer-bottom .footer-left, section#section-footer .footer-bottom .footer-right,
section#section-footer .footer-left, section#section-footer .footer-right {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media (max-width:1024px) {
	section#section-footer .footer-bottom .footer-left, section#section-footer .footer-bottom .footer-right,
	section#section-footer   .footer-left, section#section-footer  .footer-right{
		-ms-flex-pack: center !important;
		justify-content: center !important;
		margin-bottom: 40px
	}
}
section#section-footer .footer-bottom .footer-left {
	-ms-flex-pack: start;
	justify-content: flex-start
}
section#section-footer .footer-bottom .footer-left a {
	display: inline-block
}
section#section-footer .footer-bottom .footer-right, section#section-footer  .footer-right {
	-ms-flex-pack: end;
	justify-content: flex-end
}
section#section-footer  .social-icon {
	height: 17px;
	width: 17px;
	cursor: pointer;
	margin-left: 45px;
	margin-right: 0
}
section#section-footer  .social-icon path {
	fill: #fff;
	transition: fill .25s ease-in-out
}

#section-footer ul.social-media {text-align: center;}
#section-footer ul.social-media li {display: inline;}
#section-footer ul.social-media a:hover {opacity: .75;}

@media (max-width:768px) {
	section#section-footer   ul li .social-icon {
		margin: 0 10px
	}
}

@media (max-width:1024px) {
	section#section-footer .social-icon {
		margin: 0 25px
	}
}


.hero .hero-copy-container a.button.orange, .hero .hero-copy-container a.button.green{
	margin-top: 20px
}
section#section-footer .footer-top .section-inner .footer-top-left .button {
	margin-top: 20px; margin-bottom: 20px;
}
section#section-footer  .social-icon:hover path {
	fill: rgba(255,255,255,.75)
}
section#section-footer  .copyright {
	font-size: 13px; color: #fff;
}
section#section-footer {
	/* background-color: #111; */
	background-color: #0095C8;
	color: #fff
}
section#section-footer .inner-container {
	max-width: 100%
}
/* NEW changed background image to a pattern */
section#section-footer .footer-top {
	/* background-image:url(../assets/images/FPO/desktop_footer_section-bg@2x.jpg);  
	background-size:cover;  */
	/* background: #666666 url('/_images/_originals/pattern-grid.png');*/
	background-color: #0095C8;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 160px 30px 70px
}

.blue-campaign section#section-footer .footer-top {  
	background-color: #52c9e7; color: #000;
}

.gold-campaign section#section-footer .footer-top {  
	background-color: #FBA93E; color: #000;
}

.fuchsia-campaign section#section-footer .footer-top {  
	background-color: #B82A91; color: #fff;
}

.green-campaign section#section-footer .footer-top {  
	background-color: #00AC9B; color: #000;
}

.light-purple-campaign section#section-footer .footer-top {  
	background-color: #0095C8; color: #000;
}

section#section-footer .footer-top.second-row {
	padding-top: 40px;
	padding-bottom: 30px;
	background: #51237f;
	color: #fff;
}

@media (max-width:767px) {
	section#section-footer   .copyright, section#section-footer  .footer-top.second-row  .right {
		width: 170px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	section#section-footer .footer-top {
		padding: 160px 60px 70px
	}

	section#section-footer .footer-top.second-row {  padding-top: 50px;
		padding-bottom: 20px;}
}
section#section-footer .footer-top .vertical-line {
	width: 1px;
	height: 45px;
	position: absolute;
	border-left: 3px solid #da491c;
	left: -23px;
	top: 6px
}
section#section-footer .footer-top .section-inner {
	min-width: 1px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}
.hero, .hero>img {
	min-width: 100%
}

@media (max-width:1024px) {
	section#section-footer .footer-top .section-inner {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center
	}
}
section#section-footer .footer-top .section-inner h3 {
	margin-bottom: 20px; text-transform: uppercase; font-weight: 900;
}
section#section-footer .footer-top .section-inner .footer-top-left {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	max-width: 100%
}




.card-container .card.card-full-width .card-text { max-width: auto; width: 100%;}

@media (min-width:1600px) {
	section#section-footer .footer-top .section-inner .footer-top-left {
		/* width: 820px; */
		width: 720px;
		padding-right: 70px
	} 

	.card-container .card.card-full-width .card-text {
		width: auto;
		max-width: 1375px;
		margin: 0;
	}
}

@media (min-width:1280px) and (max-width:1599px) {
	section#section-footer .footer-top .section-inner .footer-top-left {
		/* width: 640px; */
		width: 540px;
		padding-right: 50px
	} 
	.card-container .card.card-full-width .card-text { max-width: 1120px;}
}

@media (min-width:1025px) and (max-width:1279px) {
	section#section-footer .footer-top .section-inner h3 {
		font-size: 35px
	}
	section#section-footer .footer-top .section-inner .footer-top-left {
		padding-right: 60px;
		width: 440px
	}

	.card-container .card.card-full-width .card-text { max-width: 960px;}
}

@media (min-width:768px) and (max-width:1024px) {
	section#section-footer .footer-top .section-inner .footer-top-left {
		width: 688px;
		padding-bottom: 80px
	}

}
section#section-footer .footer-top .section-inner .footer-top-left .vertical-line {
	left: -23px
}

@media (max-width:767px) {
	section#section-footer .footer-top .section-inner .footer-top-left {
		padding-bottom: 80px
	}

	section#section-footer .footer-top.second-row .section-inner .footer-top-left {
		padding-bottom: 65px
	}


	/* section#section-footer .footer-top .section-inner .footer-top-left .button {
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: -30px;
	right: -30px
} */

	section#section-footer .footer-top .section-inner .footer-top-left .button {    width: 100%;
		text-align: center; }

	.card-container .card.card-full-width   { width: 100%;}
}

/* @media (max-width:767px) and (max-width:767px) {
section#section-footer .footer-top .section-inner .footer-top-left .button {
left: -60px;
right: -60px
}
} */
section#section-footer .footer-top .section-inner .footer-top-right {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	max-width: 100%
}
section#section-footer .footer-top .section-inner .footer-top-right.footer-right {align-items: flex-end;}

section#section-footer .footer-top .section-inner .footer-top-right .vertical-line {
	left: -23px
}

@media (min-width:1600px) {
	section#section-footer .footer-top .section-inner .footer-top-right {
		/* width: 540px; */
		width: 640px;
		padding-left: 80px
	}
	body.online section#section-footer .footer-top .section-inner .footer-top-right {
		width: 1000px;
		padding-left: 80px
	}
	section#section-footer .footer-top .section-inner .footer-top-right .vertical-line {
		left: 57px
	}
}

@media (min-width:1280px) and (max-width:1599px) {
	section#section-footer .footer-top .section-inner .footer-top-right {
		/* width: 480px; */
		width: 580px;
		padding-left: 30px
	}
	section#section-footer .footer-top .section-inner .footer-top-right .vertical-line {
		left: 7px
	}
}
section#section-footer .footer-top .section-inner .footer-top-right .two-columns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	align-items: center;
}

@media (max-width:767px) {
	section#section-footer .footer-top .section-inner .footer-top-right .two-columns {
		-ms-flex-direction: column;
		flex-direction: column
	}
}
section#section-footer .footer-top .section-inner .footer-top-right .two-columns .column-one, section#section-footer .footer-top .section-inner .footer-top-right .two-columns .column-two {
	-ms-flex-pack: center;
	justify-content: center
}
section#section-footer .footer-top .section-inner .footer-top-right .two-columns .column-one {
	/* margin-right: 65px */
	margin-right: 10px; /* reduced spacing to allow for longer links in footer */
	flex: 1;
}

@media (max-width:1024px)  {
	section#section-footer .footer-top .section-inner .footer-top-right .two-columns .column-one { 
		flex: none;
		margin-right: 65px;
	}
}


main#section-main {
	/* background-color: #420e5d; */
	background-color: #4c1e63;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: transform .5s ease-in-out;
	/* transform: translateY(200px); */
	transform: translateY(150px);
}

.general-light main#section-main { 
	background-color: #fff;
	color: #000; 
}

@media (min-width:1025px) and (max-width:1279px) {
	section#section-footer .footer-top .section-inner .footer-top-right {
		width: 440px
	}
	main#section-main {
		transform: translateY(150px)
	}
}

@media (min-width:768px) and (max-width:1024px) {
	section#section-footer .footer-top .section-inner .footer-top-right {
		width: 688px
	}
	main#section-main {
		transform: translateY(90px)
	}

	.footer-top-right.footer-right .inner-container,
	section#section-footer .footer-top .section-inner .footer-top-right.footer-right,
	.footer-top-right.footer-right .inner-container .right {
		align-items: flex-start;
		text-align: left;
		align-content: left;
	}

	section#section-footer .social-icon { margin: 0 25px 0 0; }
	.social-media {margin-top: 20px;}
	#section-footer ul.social-media { text-align: left; }
}

@media (max-width:767px) {
	section#section-footer .footer-top .section-inner .footer-top-right .two-columns .column-one {
		margin-right: 0
	}
	main#section-main {
		transform: translateY(50px)
	}
}
body.compressed-header main#section-main {
	transform: translateY(90px)
}
body.compressed-header .logo-tagline {
	top: 102px !important;
	margin-left: -78px !important;
	width: 156px !important;
	height: 9.3px !important;
	opacity: 0 !important
}

@media (min-width:1025px) and (max-width:1279px) {
	.hero .request-info-form {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.hero .request-info-form {
		position: static;
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width:767px) {
	.hero .request-info-form {
		position: static;
		width: 100%
	}
}
.card-orbs, .card-orbs .orb {
	position: absolute;
	pointer-events: none
}

@media (min-width:1025px) and (max-width:1279px) {
	.hero .request-info-form form, .sg-form {
		width: 720px
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.hero .request-info-form form, .sg-form {
		width: 688px
	}
}
.modal-form .sg-form {
	width: 300px;
}
/* .hero {
background-size: cover;
background-position: center center
} */

.hero {
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat; 
	background-size: 900px;
}


.hero .video-link-hide {
	display: none
}
.hero .video-link-show {
	display: block
}
.hero .v_iframe {
	width: 100%;
	height: 45vw !important;
	min-height: 80px;
	max-height: 500px;
	padding-bottom: 30px
}
/* new enrollment campaign */
.hero-wrapper {
	max-width: 1375px !important;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	/* border: 1px solid red; */
	height: 100%;
	/* padding: 50px 0; */
}



@media (min-width:1025px) {
	.hero {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-left: 120px;
		padding-right: 120px;
		/* background-image: url('/proof/images/general-hero-desktop-2025.jpg') */ /* new enrollment campaign */
		background-color: #52c9e7; /* new enrollment campaign */
	}
	/* NEW */
	body.arts .hero {
		background-image: url('/proof/images/arts-hero-desktop.jpg')
	}
	body.cybersecurity .hero {
		background-image: url('/proof/images/cybersecurity-hero-desktop.jpg')
	}
	body.engineering .hero {
		background-image: url('/proof/images/engineering-hero-desktop.jpg')
	}
	body.hospitality .hero {
		background-image: url('/proof/images/hospitality-hero-desktop.jpg')
	}
	body.general .hero { 
		background-image: url('/proof/images/general-hero-desktop-2025.jpg');

	}
	body.general-light.blue-campaign .hero { 
		/* background-image: url('/proof/images/general-hero-desktop-2025.jpg')  */ /* new enrollment campaign */
		background-image: url('/campaigns/images/hero-lirio.png');
		background-position: right -10px;
		background-color: #51C9E7;
	}
	body.general-light.gold-campaign .hero {  
		background-image: url('/campaigns/images/hero-lirio.png');
		background-position: right -10px;
		background-color: #FBA93E;
	}

	body.general-light.fuchsia-campaign .hero {  
		background-image: url('/campaigns/images/hero-madeleine.png');
		background-position: right -10px;
		background-color: #B82A91;
	}

	body.general-light.green-campaign .hero {  
		background-image: url('/campaigns/images/hero-patrick.png');
		background-position: right -10px;
		background-color: #00AC9B;
	}
	
	body.general-light.light-purple-campaign .hero {  
		background-image: url('/campaigns/images/hero-patrick.png');
		background-position: right -10px;
		background-color: #AE8FC1;
	}

	body.stem-career .hero {
		background-image: url('/proof/images/stem-career-hero-desktop.jpg')
	}

	body.biotech .hero {
		background-image: url('/proof/images/biotech-hero-desktop.jpg')
	}


	body.business .hero {
		background-image: url('/proof/images/business-hero-desktop.jpg')
	}

	body.computerscience .hero {
		background-image: url('/proof/images/computerscience-hero-desktop.jpg')
	}

	body.healthsciences .hero {
		background-image: url('/proof/images/healthsciences-hero-desktop.jpg')
	}


	body.spanish .hero {
		/* background-image: url('/proof/images/spanish-hero-desktop.jpg') girl at laptop  group of students */
		background-image: url('/proof/images/general-hero3-desktop.jpg') /* engineering photo */
	}

	body.c2c .hero {
		background-image: url('/proof/images/c2c-hero-desktop.jpg')
	}

	body.wdce .hero {  
		background-image: url('/proof/images/wdce-hero-desktop3.jpg') /* v3 */	 
	}	

	body.transfer .hero {  
		/* background-image: url('/proof/images/transfer-hero-desktop.jpg');  v1 */
		background-image: url('/proof/images/transfer-hero-desktop2.jpg');
	}	


	/* .hero-wrapper  { 
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0.7) 100%);   
}
	*/

	.hero .hero-copy-container .hero-title {
		margin-bottom: 20px;
		/* text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.85); */
	}
	h1.hero-title span.forced-word-wrap {  display: block; }
}

.hero .hero-copy-container .hero-description {
	max-width: 600px; 

	/* font-size: 22px; */ 
	font-size: 1.25em;
	line-height: 1.8;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	/* text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.9); */
	color: #000; /* new enrollment campaign */
}
 

.blue-campaign .hero .hero-copy-container .hero-description {color: #000; background-color: rgba(81, 201, 231, 0.6); /* text-shadow: 0 2px 4px rgb(184 43 145); */}
.gold-campaign .hero .hero-copy-container .hero-description {color: #000; background-color: rgba(251, 169, 62, 0.6); /* text-shadow: 0 2px 4px rgb(184 43 145); */}
.fuchsia-campaign .hero .hero-copy-container .hero-description {color: #fff; background-color: rgba(184, 43, 145, 0.6); /* text-shadow: 0 2px 4px rgb(184 43 145); */}
.green-campaign .hero .hero-copy-container .hero-description, .light-purple-campaign .hero .hero-copy-container .hero-description {color: #000;}
.light-purple-campaign .hero .hero-copy-container .hero-description {color: #000; background-color: rgba(174, 143, 193, 0.6);}


.request-info-form form .agree-checkbox-container .agree-label, .request-info-form form .fine-print, .sg-form .fine-print, .tripod .pod .pod-description {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@media (min-width:1600px) {
	.hero .hero-copy-container {
		/* width: 860px; */ 
		width: 950px; 
		padding: 30px 0px;
		align-content: center;
	}
}

@media (min-width:1280px) and (max-width:1599px) {
	.hero .hero-copy-container {
		/* width: 640px; */
		width: 840px;
		padding: 30px 0px;
		align-content: center;
	}

	.hero .hero-copy-container .hero-description {
		max-width: 400px;
		/* font-size: 1.25em; */ font-size: 1.125em;  }
}

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

	body.general-light.blue-campaign .hero {  
		background-image: url('/campaigns/images/hero-lirio-overlay.jpg');
		/* background-position: -50px -20px; */
		background-position: -20px 0;
		background-size: auto 800px;
	}
	
		body.general-light.gold-campaign .hero {  
		background-image: url('/campaigns/images/hero-lirio-overlay.jpg');
		/* background-position: -50px -20px; */
		background-position: -20px 0;
		background-size: auto 800px;
	}

	body.general-light.fuchsia-campaign .hero {  
		background-image: url('/campaigns/images/hero-madeleine-overlay.jpg');
		/* background-position: -50px -20px; */
		background-position: -20px 0;
		background-size: auto 800px;
	}

	body.general-light.green-campaign .hero {  
		background-image: url('/campaigns/images/hero-patrick-overlay.jpg');
		/* background-position: -50px -20px; */
		background-position: -20px 0;
		background-size: auto 800px;
	}
	
	body.general-light.light-purple-campaign .hero {  
		background-image: url('/campaigns/images/hero-patrick-overlay.jpg');
		/* background-position: -50px -20px; */
		background-position: -20px 0;
		background-size: auto 800px;
	}

	.hero .hero-copy-container .hero-description { max-width: 800px; }

	.fuchsia-campaign .hero .hero-copy-container .hero-description, .blue-campaign .hero .hero-copy-container .hero-description, .gold-campaign .hero .hero-copy-container .hero-description, .light-purple-campaign .hero .hero-copy-container .hero-description { background-color: transparent;}


	.hero {
		background-size: auto 900px;
		background-repeat: no-repeat;
		/* background-position: top center; */
		background-position: bottom right;
		padding-left: 0;
		padding-right: 0;
		height: auto !important;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.hero .hero-copy-container {
		height: 800px;
		min-height: 800px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 0;
		padding-right: 0;
		/* width: 720px */
		width: 80%;
	}

	.hero-copy {
		padding: 0 0 0 50px;
	}

}

@media (min-width:768px) and (max-width:1024px) {
	.hero .hero-copy-container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center
	}
	.hero .hero-copy-container .hero-copy {
		width: 688px
	}


	.hero .hero-copy-container .hero-title  {
		padding: 5px 0px 15px;
	}
	.hero-sub-title {
		padding: 30px 0px 0px 0px;

	}
}

@media (max-width:767px) {
	.hero .hero-copy-container .hero-title  {
		padding: 0px 30px 15px
	}
	.hero-sub-title {
		padding: 30px 30px 10px
	}

	h1.hero-title span.forced-word-wrap {  display: block; }

}


/* new enrollment campaign */
.hero .hero-copy-container .hero-copy a.button  {margin-right: 15px;}

@media (min-width:768px) and (max-width:1024px) {

	.hero .hero-copy-container .hero-description {
		padding: 0 0 30px;
		text-shadow: none;
		max-width: none;
	}
	/* new enrollment campaign 
	.hero .hero-copy-container a.button.btn-outline-white,
	.hero .hero-copy-container a.button.btn-outline,
	.hero .hero-copy-container a.button.btn-purple,
	.hero .hero-copy-container a.button.white,
	.hero .hero-copy-container a.button.green,
	.hero .hero-copy-container a.button.blue,
	.hero .hero-copy-container a.button.orange {
	margin: 20px 0 30px
} */

	/* new enrollment campaign */
	.hero .hero-copy-container .hero-copy a.button  {margin-right: 15px;}


	/* .hero-title {color: #fff;} */ .hero .hero-copy-container .hero-description { font-size: 18px; line-height: 1.5;}
}

@media (max-width:767px) {
	/* new enrollment campaign */
	.hero .hero-copy-container .hero-copy a.button  {margin-right: 0px;}

	.hero .hero-copy-container .hero-description {
		padding: 0 30px 30px;
		text-shadow: none;
	}
	/* new enrollment campaign */
	.hero .hero-copy-container a.button.btn-outline,
	.hero .hero-copy-container a.button.btn-purple,
	.hero .hero-copy-container a.button.green,
	.hero .hero-copy-container a.button.white,
	.hero .hero-copy-container a.button.blue,
	.hero .hero-copy-container a.button.orange {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center
	}
	/* .hero-title {color: #fff;} */
	.hero .hero-copy-container a.button.blue,
	.hero .hero-copy-container a.button.orange {margin-top: 2px;}
	.hero .hero-copy-container .hero-description { font-size: 18px; line-height: 1.5;}
}

@media (min-width:1025px) {
	.hero, .hero img {
		height: 800px
	}
	.hero img {
		position: absolute;
		margin-left: 50%;
		left: -960px
	}
}

@media (max-width:1024px) {
	.blue-campaign .hero .hero-copy-container { background-color: #52c9e7; } 
	.blue-campaign .hero-wrapper { background-color: #52c9e7; } 
	
	.gold-campaign .hero .hero-copy-container { background-color: #FBA93E; } 
	.gold-campaign .hero-wrapper { background-color: #FBA93E; } 

	.fuchsia-campaign .hero .hero-copy-container { background-color: #B82A91; } 
	.fuchsia-campaign .hero-wrapper { background-color: #B82A91; } 

	.green-campaign .hero .hero-copy-container { background-color: #00AC9B; } 
	.green-campaign .hero-wrapper { background-color: #00AC9B; } 
	
	.light-purple-campaign .hero .hero-copy-container { background-color: #AE8FC1; } 
	.light-purple-campaign .hero-wrapper { background-color: #AE8FC1; } 

	/* .hero, .hero img {
	height: auto
}
	.hero img {
	width: 100%
} */

	.hero img { width: 100%;
		max-width: 450px;
		margin: 20px auto 0 auto; height: auto; }
}
.mission {
	padding-right: 30px;
	padding-left: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:768px) and (max-width:1024px) {
	.mission .section-inner {
		width: 688px
	}
}
.mission .mission-tagline {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px
}

@media (min-width:1025px) {
	.mission .mission-tagline {
		width: 900px;
		margin-left: auto;
		margin-right: auto
	}
}
.mission .mission-description {
	text-align: center;
	margin-left: 15%;
	margin-right: 15%
}
.mission .mission-description p {
	/* font-size: 18px; */
	font-size: 1.125em;
}

@media (max-width:767px) {
	.mission .mission-description {
		width: auto;
		margin-left: 0;
		margin-right: 0
	}
	.mission .mission-description p {
		/* font-size: 16px; */
		font-size: 1em;
	}
}
.tripod {
	margin-top: 70px;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.tripod.pre-scroll .pod .pod-title {
	opacity: 0;
	transform: translateY(200px);
	transition: transform 1.5s, opacity 1s
}
.tripod.pre-scroll .pod .pod-description {
	opacity: 0;
	transform: translateY(300px);
	transition: transform 1.5s, opacity 1s
}
.tripod.pre-scroll .pod .cta-container {
	opacity: 0;
	transform: translateY(400px);
	transition: transform 1.5s, opacity 1s
}
.tripod.pre-scroll .pod:nth-of-type(1) .pod-image {
	opacity: 0;
	transform: translateX(-500px);
	transition: transform 1.5s, opacity 1s
}
.tripod.pre-scroll .pod:nth-of-type(2) .pod-image {
	opacity: 0;
	transform: translateX(-1500px);
	transition: transform 1.5s, opacity 1s
}
.tripod.pre-scroll .pod:nth-of-type(3) .pod-image {
	opacity: 0;
	transform: translateX(-2500px);
	transition: transform 1.5s, opacity 1s
}
.tripod.pre-scroll .pod:nth-of-type(4) .pod-image {
	opacity: 0;
	transform: translateX(-2500px);
	transition: transform 1.5s, opacity 1s
}
.tripod.current-scroll .pod .cta-container, .tripod.current-scroll .pod .pod-description, .tripod.current-scroll .pod .pod-title {
	opacity: 1;
	transform: translateY(0);
	transition: transform 1.5s, opacity 1s
}
.tripod.current-scroll .pod:nth-of-type(1) .pod-image, .tripod.current-scroll .pod:nth-of-type(2) .pod-image, .tripod.current-scroll .pod:nth-of-type(3) .pod-image, .tripod.current-scroll .pod:nth-of-type(4) .pod-image {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1.5s, opacity 1s
}
/*
.tripod.pre-scroll .pod:nth-of-type(1) .pod-image {
opacity: 0;
transform: translateX(-500px);
transition: transform 1.5s, opacity 1s
}
.tripod.pre-scroll .pod:nth-of-type(3) .pod-image {
opacity: 0;
transform: translateX(-1500px);
transition: transform 1.5s, opacity 1s
}
.tripod.pre-scroll .pod:nth-of-type(5) .pod-image {
opacity: 0;
transform: translateX(-2500px);
transition: transform 1.5s, opacity 1s
}
.tripod.current-scroll .pod .cta-container, .tripod.current-scroll .pod .pod-description, .tripod.current-scroll .pod .pod-title {
opacity: 1;
transform: translateY(0);
transition: transform 1.5s, opacity 1s
}
.tripod.current-scroll .pod:nth-of-type(1) .pod-image, .tripod.current-scroll .pod:nth-of-type(3) .pod-image, .tripod.current-scroll .pod:nth-of-type(5) .pod-image {
opacity: 1;
transform: translateX(0);
transition: transform 1.5s, opacity 1s
}

*/

@media (min-width:768px) and (max-width:1024px) {
	.mission .mission-description p {
		/* font-size: 17px; */
		font-size: 1.06em;
	}
	.tripod {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center
	}
}

@media (max-width:767px) {
	.tripod {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center
	}
}
.tripod .pod {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 400px;

	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
}
.tripod .pod .cta-container {
	width: 100%;
	padding-left: 138px
}

@media (min-width:1280px) and (max-width:1599px) {
	.tripod .pod {
		width: 250px;
	}
	.tripod .pod .cta-container {
		padding-left: 88px
	}
}

@media (min-width:1025px) and (max-width:1279px) {
	.mission .mission-description p {
		font-size: 17px
	}
	.tripod .pod {
		width: 250px;
	}
	.tripod .pod .cta-container {
		padding-left: 88px
	}
}

@media (max-width:767px) {
	.tripod .pod {
		width: 100%;
		max-width: 400px
	}
	.tripod .pod .cta-container {
		padding-left: 0
	}
	.tripod .pod .cta-container .cta {
		margin-left: auto;
		margin-right: auto
	}
}
.tripod .pod .pod-image {
	width: 100px;
	/* height: 100px; */
	height: 70px;
}
/* .tripod .pod .pod-image.icon1 {
width: 117px;
height: 100px
} */
.tripod .pod .pod-title { 
	margin-top: 10px;
	margin-bottom: 15px;
	color: #51237f;
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-wrap: balance;
}
.tripod .pod .pod-description {
	text-align: center;
	height: 140px;
	max-width: 100%;
	font-size: 16px;
	line-height: 1.5;
	text-wrap: balance;
}

/* Added my MC to keep text from content running into each other on large desktops 20200507 */
@media (min-width:1600px) {
	.tripod .pod .pod-description { max-width: 350px; }
}

.tripod .line {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 1px;
	margin-left: -100px;
	margin-right: -100px;
	z-index: 999;
	margin-top: 50px;
	background-color: rgba(255,255,255,.2)
}

@media (min-width:1280px) and (max-width:1599px) {
	.tripod .line {
		margin-left: -50px;
		margin-right: -50px
	}
}

@media (min-width:1025px) and (max-width:1279px) {
	.tripod .line {
		margin-left: -50px;
		margin-right: -50px
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.tripod .line {
		display: none
	}
}

@media (max-width:767px) {
	.tripod .line {
		display: none
	}
	.card-container .card {
		max-width: 100%;
		padding-left: 40px;
		padding-right: 40px
	}

}
.card-orbs {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}
.card-orbs.card-orbs-full-slider {
	opacity: .75
}
.card-orbs .orb-1 {
	top: -150px;
	left: -200px;
	transform: scale3d(.05, .05, 1)
}
.card-orbs .orb-2 {
	top: 100px;
	left: -350px;
	transform: scale3d(.33, .33, 1)
}
.card-orbs .orb-3 {
	top: -100px;
	left: 50px;
	transform: scale3d(.22, .22, 1)
}
.card-orbs .orb-4 {
	top: -300px;
	left: 0;
	transform: scale3d(.11, .11, 1)
}
.card-orbs .orb-5 {
	top: 50px;
	left: -100px;
	transform: scale3d(.16, .16, 1)
}
.card-orbs .orb-6 {
	top: 135px;
	left: 1000px;
	transform: scale3d(.26, .26, 1)
}
/* .cards-content-wrapper {
background-image: url('/proof/images/orbs/transparent-base-dots.png')
} */
.card-container {
	/* padding-top: 150px;
	padding-bottom: 150px; */
	padding-top: 110px;
	padding-bottom: 110px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

.card-container-dark {
	background-color: #3c1259;
}

.card-container-purple {
	background-color: #51237f; color: #fff;
}
.card-container.pre-scroll .card-title {
	opacity: 0;
	transform: translateY(200px);
	transition: transform 1.5s, opacity 1s
}
.card-container.pre-scroll .card-description, .card-container.pre-scroll .card-image {
	opacity: 0;
	transform: translateY(300px);
	transition: transform 1.5s, opacity 1s
}
.card-container.pre-scroll .card-image-slider {
	opacity: 0;
	transform: translateX(500px);
	transition: transform 1.5s, opacity 1s
}
.card-container.pre-scroll .card-peekaboo-image, .card-container.pre-scroll .card-video {
	opacity: 0;
	transform: translateX(250px);
	transition: transform 1.5s, opacity 1s
}
.card-container.pre-scroll.reverse .card-image-slider {
	opacity: 0;
	transform: translateX(-500px);
	transition: transform 1.5s, opacity 1s
}
.card-container.pre-scroll.reverse .card-peekaboo-image, .card-container.pre-scroll.reverse .card-video {
	opacity: 0;
	transform: translateX(-250px);
	transition: transform 1.5s, opacity 1s
}
.card-container.current-scroll .card-description, .card-container.current-scroll .card-image, .card-container.current-scroll .card-title {
	opacity: 1;
	transform: translateY(0);
	transition: transform 1.5s, opacity 1s
}
.card-container.current-scroll .card-image-slider, .card-container.current-scroll .card-video {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1.5s, opacity 1s
}
.card-container.current-scroll .card-peekaboo-image {
	opacity: .2;
	transform: translateX(0);
	transition: transform 1.5s, opacity 1s
}
.card-container.pre-scroll .card-orbs .orb-1 {
	opacity: .25;
	transition: transform 3s, opacity 3s;
	transform: translateY(100px) scale3d(.05, .05, 1)
}
.card-container.pre-scroll .card-orbs .orb-2 {
	opacity: .25;
	transition: transform 3s, opacity 3s;
	transform: translateY(-90px) scale3d(.33, .33, 1)
}
.card-container.pre-scroll .card-orbs .orb-3 {
	opacity: .25;
	transition: transform 3s, opacity 3s;
	transform: translateY(200px) scale3d(.22, .22, 1)
}
.card-container.pre-scroll .card-orbs .orb-4 {
	opacity: .25;
	transition: transform 3s, opacity 3s;
	transform: translateY(-100px) scale3d(.11, .11, 1)
}
.card-container.pre-scroll .card-orbs .orb-5 {
	opacity: .25;
	transition: transform 3s, opacity 3s;
	transform: translateY(100px) scale3d(.16, .16, 1)
}
.card-container.pre-scroll .card-orbs .orb-6 {
	opacity: .25;
	transition: transform 3s, opacity 3s;
	transform: translateY(200px) scale3d(.26, .26, 1)
}
.card-container.current-scroll .card-orbs .orb-1 {
	opacity: .95;
	transition: transform 3s, opacity 3s;
	transform: translateY(0) scale3d(.05, .05, 1)
}
.card-container.current-scroll .card-orbs .orb-2 {
	opacity: .67;
	transition: transform 3s, opacity 3s;
	transform: translateY(0) scale3d(.33, .33, 1)
}
.card-container.current-scroll .card-orbs .orb-3 {
	opacity: .5;
	transition: transform 3s, opacity 3s;
	transform: translateY(0) scale3d(.22, .22, 1)
}
.card-container.current-scroll .card-orbs .orb-4 {
	opacity: .89;
	transition: transform 3s, opacity 3s;
	transform: translateY(0) scale3d(.11, .11, 1)
}
.card-container.current-scroll .card-orbs .orb-5 {
	opacity: .4;
	transition: transform 3s, opacity 3s;
	transform: translateY(0) scale3d(.16, .16, 1)
}
.card-container.current-scroll .card-orbs .orb-6 {
	opacity: .75;
	transition: transform 3s, opacity 3s;
	transform: translateY(0) scale3d(.26, .26, 1)
}
.card-container.post-scroll .card-orbs .orb-1 {
	opacity: .25;
	transition: transform 3s, opacity 3s;
	transform: translateY(-100px) scale3d(.05, .05, 1)
}
.card-container.post-scroll .card-orbs .orb-2 {
	opacity: .25;
	transition: transform 3s, opacity 3s;
	transform: translateY(200px) scale3d(.33, .33, 1)
}
.card-container.post-scroll .card-orbs .orb-3 {
	opacity: .25;
	transition: transform 3s, opacity 3s;
	transform: translateY(-200px) scale3d(.22, .22, 1)
}
.card-container.post-scroll .card-orbs .orb-4 {
	opacity: .25;
	transition: transform 3s, opacity 3s;
	transform: translateY(100px) scale3d(.11, .11, 1)
}
.card-container.post-scroll .card-orbs .orb-5 {
	opacity: .25;
	transition: transform 3s, opacity 3s;
	transform: translateY(-100px) scale3d(.16, .16, 1)
}
.card-container.post-scroll .card-orbs .orb-6 {
	opacity: .25;
	transition: transform 3s, opacity 3s;
	transform: translateY(-200px) scale3d(.26, .26, 1)
}
.card-container.reverse .card {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.card-container.reverse .card .horizontal-line-top {
	left: auto;
	right: -80px;
	margin-right: -20px
}

@media (min-width:1280px) and (max-width:1599px) {
	.card-container.reverse .card .horizontal-line-top {
		width: 50px;
		right: -50px
	}
}
.card-container.reverse .card .horizontal-line-bottom {
	left: auto;
	right: -30px;
	margin-right: -20px
}

@media (min-width:1280px) and (max-width:1599px) {
	.card-container.reverse .card .horizontal-line-bottom {
		width: 25px;
		right: -25px
	}
}
.card-container.reverse .card .card-text {
	margin: 0 0 50px 50px
}


@media (max-width:1024px) {
	.tripod .pod {
		padding-bottom: 45px
	}
	.card-container.reverse .card {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center
	}
	.card-container.reverse .card .card-text {
		margin: 0 0 50px
	}

	.tripod .pod .pod-description { 
		height:  auto;
	}

	.card-container { 
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.card-container.reverse .card .card-orbs .orb {
	left: auto
}
.card-container.reverse .card .card-orbs .orb-1 {
	top: -150px;
	right: 50px
}
.card-container.reverse .card .card-orbs .orb-2 {
	top: -350px;
	right: -300px
}
.card-container.reverse .card .card-orbs .orb-3 {
	top: 50px;
	right: -50px
}
.card-container.reverse .card .card-orbs .orb-4 {
	top: 100px;
	right: 100px
}
.card-container.reverse .card .card-orbs .orb-5 {
	top: 0;
	left: 900px;
	right: -250px
}
.card-container.reverse .card .card-orbs .orb-6 {
	top: 50px;
	right: -50px
}
.card-container.reverse .card .card-peekaboo-image {
	right: auto;
	left: -50px
}
.card-container .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: row;
	flex-direction: row;
	z-index: 2;
	align-items: center;
}
.card-container .card .horizontal-line-top {
	position: absolute;
	height: 1px;
	border-bottom: 1px solid rgba(255,255,255,.25);
	top: 17px;
	width: 100px;
	left: -100px;
	margin-left: -20px
}
.card-container .card .horizontal-line-bottom {
	position: absolute;
	width: 50px;
	height: 1px;
	border-bottom: 3px solid #a9946e;
	top: 110px;
	left: -50px;
	margin-left: -20px
}

@media (min-width:1280px) and (max-width:1599px) {
	.card-container .card .horizontal-line-top {
		width: 50px;
		left: -50px
	}
	.card-container .card .horizontal-line-bottom {
		width: 25px;
		left: -25px
	}
}

@media (min-width:1025px) and (max-width:1279px) {
	.card-container .card .horizontal-line-bottom, .card-container .card .horizontal-line-top {
		display: none
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.card-container .card {
		width: 688px
	}
}
.card-container .card li {
	text-indent: -24px;
	padding: 0 0 0 24px
}
.card-container .card .card-full-slider, .card-container .card .card-image-slider, .card-container .card .card-text, .card-container .card .card-video {
	z-index: 1
}
.card-container .card .card-peekaboo-image {
	position: absolute;
	top: -50px;
	right: -50px
}

@media (max-width:1024px) {
	.card-container .card .horizontal-line-bottom, .card-container .card .horizontal-line-top {
		display: none
	}
	.card-container .card {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center
	}
	.card-container .card .card-peekaboo-image {
		display: none
	}
}
.card-container .card .card-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 50px 50px 0;
	max-width: 100%
}

@media (min-width:1600px) {
	.card-container .card .card-text {
		/* width: 525px; */
		width: 655px;
	}
}

@media (min-width:1280px) and (max-width:1599px) {
	.card-container .card .card-text {
		/* width: 430px */
		width: 500px
	}
}

@media (min-width:1025px) and (max-width:1279px) {
	.card-container .card .card-text {
		width: 395px
	}
}

@media (max-width:1024px) {
	.card-container .card .card-text {
		margin: 0 0 50px
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.card-container .card .card-text {
		width: auto
	}
}

@media (max-width:767px) {
	.card-container .card .card-text {
		width: auto
	}
}
.card-container .card .card-text .card-title, .card-container .card .card-text h2.card-title {
	text-align: left;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #FBA93E;
}

.photo-credit {/* font-style: italic; */ font-size: 90%;}
.card-container .card .card-text .card-description p {margin-bottom: 20px}

.card-container .card .card-text .card-description p:last-child {margin-bottom: 10px}

.card-container .card .card-text .card-description p.subtext {font-size: 21px;}


#section-footer p.subtext{
	font-size: 24px; /* max-width: 500px; */  margin-bottom: 20px;
}

.subtext li {
	font-size: .9em;
	line-height: 1.4;
}

@media (max-width:767px) {
	.card-container .card .card-text .card-description p {margin-bottom: 10px}

	.card-container .card .card-text .card-description p:last-child {margin-bottom: 8px}

	.card-container .card .card-text .card-description p.subtext {font-size: 18px;}

}


.card-container .card .card-text .card-description li::before {
	content: '.';
	font-size: 50px;
	line-height: 16px;
	vertical-align: 10%;
	margin-right: 10px
}
.card-container .card .card-image img, .card-container .card .card-image-slider img, .card-container .card .card-peekaboo-image img {
	height: auto
}

@media (min-width:1600px) {
	.card-container .card .card-image img {
		/* width: 790px !important; */
		width: 650px !important;
	}
	.card-container .card .card-image, .card-container .card .card-image img, .card-container .card .card-image-slider, .card-container .card .card-image-slider img, .card-container .card .card-peekaboo-image, .card-container .card .card-peekaboo-image img {
		/* width: 800px */
		width: 650px;
	}
}

@media (min-width:1280px) and (max-width:1599px) {
	.card-container .card .card-image, .card-container .card .card-image img, .card-container .card .card-image-slider, .card-container .card .card-image-slider img, .card-container .card .card-peekaboo-image, .card-container .card .card-peekaboo-image img {
		/* width: 640px */ width: 540px 
	}
}

@media (min-width:1025px) and (max-width:1279px) {
	.card-container .card .card-image, .card-container .card .card-image-slider, .card-container .card .card-peekaboo-image {
		width: 515px;
		height: 319px
	}
	.card-container .card .card-image img, .card-container .card .card-image-slider img, .card-container .card .card-peekaboo-image img {
		width: 515px
	}
}
.card-container .card .card-image {
	position: relative;
	max-width: 100%;
	min-height: 1px
}
/* NEW added to remove hand cursor on only video card images */
.card-container .card .card-image:hover {
	cursor: auto
}
.card-container .card .card-image.modal-video-open:hover {
	cursor: pointer
}
.card-container .card .card-image:hover .play-button {
	opacity: 1
}
.card-container .card .card-image .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -60px;
	margin-top: -60px;
	opacity: .75;
	transition: opacity .3s;
	width: 120px;
	height: 120px;
	background-image: url('/proof/images/svg/play-button.svg');
	background-repeat: no-repeat
}

@media (max-width:767px) {
	.card-container .card .card-image .play-button {
		height: 90px;
		width: 90px;
		margin-top: -45px;
		margin-left: -45px
	}
}
.card-container .card .card-image img {
	box-shadow: 0 0 10px 5px rgba(0,0,0,.15)
}

.card-container .card .card-image img {
	border-radius: 20px;
}
#section-footer .slider-image img {
	max-width: 120px;
	border-radius: 50%;
	margin-right: 20px;
}

#section-footer .slider-subtitle {
	font-size: 1.4em;
	line-height: 1.2;
	color: var(--mc-purple);
	text-wrap: balance;
	text-transform: uppercase;
	font-weight: 900;
	font-family: avenir-next-lt-pro, sans-serif;
}

.blue-campaign #section-footer .slider-subtitle { color: var(--mc-purple); }
.gold-campaign #section-footer .slider-subtitle { color: var(--mc-purple); }
.fuchsia-campaign #section-footer .slider-subtitle { color: #fff; } 
.green-campaign #section-footer .slider-subtitle, .light-purple-campaign #section-footer .slider-subtitle { color: #000; } 

#section-footer .slider-title { 
	text-wrap: balance; 
	font-size: 1.125em;
	line-height: 1.2;
}

#section-footer .slider-title-inner { 
	text-wrap: balance;
	font-weight: 700;
	font-size: 1.25em;
	line-height: 1.2; 
	text-transform: uppercase;
}

#section-footer .slider-title-inner span.forced-word-wrap {  display: block; }

.card-container .card .card-image img.img-no-shadow {box-shadow: none;}

@media (min-width:768px) and (max-width:1024px) {
	.card-container .card .card-image img {
		width: 100%;
		height: auto
	}
}

@media (max-width:767px) {
	.card-container .card .card-image img {
		box-shadow: none;
		width: 100%;
		min-height: 1px
	}
	.card-container .card .card-image img img {
		width: 100%
	} 
}
.card-container .card .card-image-slider {
	box-shadow: 0 0 10px 5px rgba(0,0,0,.15)
}

@media (max-width:1024px) {
	.card-container .card .card-image-slider, .card-container .card .card-image-slider img {
		width: 100%
	}
	.card-container .card-full-slider {
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.card-container .card-full-slider {
	width: 688px
}

@media (min-width:1600px) {
	.card-container .card-full-slider {
		width: 1375px
	}
}

@media (min-width:1280px) and (max-width:1599px) {
	.card-container .card-full-slider {
		width: 1130px
	}
}

@media (min-width:1025px) and (max-width:1279px) {
	.card-container .card-full-slider {
		width: 970px
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.card-container .card-full-slider {
		width: 688px
	}
}

@media (max-width:767px) {
	.card-container .card-full-slider {
		width: 100%
	}
}
.card-container .card-full-slider .card-full-slide {
	display: -ms-flexbox;
	display: flex;
	width: 688px;
	padding: 1px
}


@media (min-width:768px) and (max-width:1024px) {
	.card-container .card-full-slider .card-full-slide, .card-container .card-full-slider .card-full-slide .card-text {
		width: 688px
	}
	.card-container .card-full-slider .card-full-slide .card-image {
		width: 688px;
		min-height: 1px
	}
}

@media (max-width:767px) {
	.card-container .card-full-slider .card-full-slide, .card-container .card-full-slider .card-full-slide .card-text {
		width: 100%
	}
}

@media (min-width:1025px) {
	.card-desk-show {
		display: block
	}
	.card-desk-hide {
		display: none
	}
}

@media (max-width:1024px) {
	.card-container .card-full-slider .card-full-slide {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center
	}
	.card-image {
		width: 100%
	}
	.card-mobile-tablet-show {
		display: block
	}
	.card-mobile-tablet-hide, .img-cover-hide {
		display: none
	}
	.img-cover-show {
		display: block
	}
	.video-cover-hide {
		display: none
	}
	.video-cover-show {
		display: block
	}
}
#v_iframe, .v_iframe {
	width: 100%;
	height: 45vw !important;
	min-height: 80px;
	max-height: 500px
}
.vertical-line-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	/* margin-top: 50px; */
	margin-top: 150px
}

@media (min-width:1025px) and (max-width:1279px) {
	.vertical-line-container {
		margin-top: 30px
	}
}
.vertical-line-container.reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.vertical-line-container .vertical-line-inner-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-pack: center;
	justify-content: center;
}
.vertical-line-container .vertical-line-inner-container .vertical-line {
	width: 4px;
	height: 50px;
	background-color: #a9946e;
}
.vertical-line-container .vertical-line-padding {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media (max-width:1024px) {
	.vertical-line-container .vertical-line-padding {
		display: none;
	}
}
.modal-form .request-info-form {
	background-color: #4a4a4a;
}
html.modal-active .supreme-container {
	filter: blur(5px);
}
html.modal-form-active .modal-form, html.modal-video-active .modal-video {
	display: block;
	opacity: 1;
}
.modal {
	/* display: none; NEW removed so the surveygizmo option box will display in firefox */
	opacity: 0;
	display: none;
	transition: opacity 1s ease-in-out;

	/* NEW */
	position: absolute; top: -9999px; left: -9999px; 
	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;

	-o-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;

	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
.modal .modal-background {
	z-index: 9999999999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(0,0,0,.9);
	overflow: auto
}
.modal .modal-content .form-video {
	width: 60% !important;
	z-index: 99;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.modal .modal-content .form-request {
	margin: 50px auto 0;
	width: 94%;
	max-width: 370px
}

@media (min-width:768px) {
	.modal .modal-content .form-request {
		width: 100%;
		margin-top: 70px;
		max-width: 370px
	}
}
.modal .modal-content .modal-content-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative
}
.modal .modal-content .modal-content-header .modal-close-form {
	z-index: 1;
	position: absolute;
	top: -8px;
	right: -8px;
	color: #000;
	background-color: #fff;
	border-radius: 24px;
	height: 24px;
	width: 24px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ccc;
	cursor: pointer;
	transition: background-color .25s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.modal .modal-content .modal-content-header .modal-close-form:hover {
	background-color: #ccc
}
.modal .modal-content .modal-content-header .modal-close {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(60px, -65px);
	width: 48px;
	height: 56px;
	background-image: url('/proof/images/close-modal.png');
	border: none !important;
	text-indent: 100%;
	overflow: hidden;
	background-color: transparent;
	cursor: pointer;
}
.modal .modal-content .modal-content-header .modal-close:hover {
	opacity: .8
}
.modal .modal-content .modal-content-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	position: relative
}
.modal .modal-content.dark .modal-content-header .modal-close-form {
	border: 1px solid #333;
	background-color: #000;
	color: #fff
}
.modal .modal-content.dark .modal-content-header .modal-close-form:hover {
	background-color: #333
}
.modal .modal-content #_iframe, .modal .modal-content ._iframe {
	width: 100%;
	height: 34vw !important;
	min-height: 80px
}
.request-info-form {
	width: 370px;
	background-color: rgba(0,0,0,.65);
	padding: 35px
}
.request-info-form .form-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	padding: 0 0 20px;
	line-height: 1.2;
}

.sg-form .sg-iframe, .sg-form iframe {width: 100% !important; height: 420px !important;} /* NEW */ 

@media (min-width:1025px) and (max-width:1279px) {
	.request-info-form .form-title {
		width: 720px
	}
}
.request-info-form form input[type=text] {
	height: 35px;
	width: 100%;
	margin-bottom: 12px;
	font-size: 15px;
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	border-radius: 0
}
.request-info-form form input[type=text]::-webkit-input-placeholder {
	color:#333
}
.request-info-form form input[type=text]::-moz-placeholder {
	color:#333
}
.request-info-form form input[type=text]:-ms-input-placeholder {
	color:#333
}
.request-info-form form input[type=text]:-moz-placeholder {
	color:#333
}
.request-info-form form input[type=text].error {
	color: #da491c;
	border: 1px solid #da491c;
	background-image: url('/proof/images/error.png');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 96% center
}
.request-info-form form input[type=text].error::-webkit-input-placeholder {
	color:#da491c
}
.request-info-form form input[type=text].error::-moz-placeholder {
	color:#da491c
}
.request-info-form form input[type=text].error:-ms-input-placeholder {
	color:#da491c
}
.request-info-form form input[type=text].error:-moz-placeholder {
	color:#da491c
}
.request-info-form form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	border-radius: 0;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAASUlEQVQImX2M0QkAMQxCTbmNMo5TZBG3yJzez13JTysIgk9DkrsbN5HEqqogeYWqKhYAnOAfAgDY3pbkzHRmWpJn98yHb+2Rt16c9y1e277UGAAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: 96% center;
	height: 35px;
	width: 100%;
	font-size: 15px;
	color: #333;
	padding-left: 10px;
	margin-bottom: 12px;
	background-color: #fff
}

@media (min-width:1025px) and (max-width:1279px) {
	.request-info-form form select {
		background-position: 98% center
	}
}
.request-info-form form select::-ms-expand {
	display:none
}
.request-info-form form input.first-name {
	width: 49%;
	float: left
}
.request-info-form form input.last-name {
	width: 49%;
	float: right
}

@media (max-width:1024px) {
	.request-info-form form input.first-name, .request-info-form form input.last-name {
		width: 49%
	}
}
.request-info-form form input.other-area-of-interest {
	display: none
}
.request-info-form form input.other-area-of-interest.active {
	display: block
}
.request-info-form form .agree-checkbox-container {
	margin-top: 10px;
	margin-bottom: 20px
}
.request-info-form form .agree-checkbox-container .agree-label {
	font-size: 11px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 25px;
	display: block;
	margin-top: -16px
}
.request-info-form form .agree-checkbox-container .agree-label a {
	color: #fff;
	border-bottom: 1px solid #aaa;
	transition: border .25s ease-in-out
}
.request-info-form form .agree-checkbox-container .agree-label a:hover {
	border-bottom: 1px solid transparent
}
.request-info-form form .button.submit-button {
	width: 100%;
	border: none;
	padding-top: 20px;
	padding-bottom: 20px
}

@media (min-width:768px) and (max-width:1024px) {
	.request-info-form form select {
		background-position: 98% center
	}
	.request-info-form form .button.submit-button {
		width: auto
	}
}
.request-info-form form .fine-print, .sg-form .fine-print {
	/* font-size:11px; margin-top:15px;  */ font-size: 13px;
	margin-top: 10px;
}
.request-info-form form .fine-print .ready, .sg-form .fine-print .ready {
	display: inline-block;
	border-bottom: 1px solid #aaa;
	font-weight: 600;
	transition: border .25s ease-in-out
}
.request-info-form form .fine-print .ready:hover {
	border-bottom: 1px solid transparent;
	color: #fff
}
.request-info-form form .fine-print a, .sg-form .fine-print a {
	color: #fff;
	font-weight: 700
}
.request-info-form form .fine-print a:hover, .sg-form .fine-print a:hover {
	color: rgba(255,255,255,.75)
}
.floating-button-container {
	transform: rotate(270deg);
	transform-origin: right bottom;
	position: fixed;
	top: 50%;
	right: -1px;
	z-index: 9;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: -150px
}
.floating-button-container .floating-button {
	height: 30px;
	/* padding-left: 15px;
	padding-right: 15px; */
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10;
	cursor: pointer;
	transition: background-color .25s ease-in-out;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;

	min-width: 140px;
}
.floating-button-container .floating-button .icon {
	margin-left: 10px
}
.floating-button-container .floating-button.contact-us {
	/* background-color: #0c7bc0 */
	background-color: #51237f;
}
.floating-button-container .floating-button.contact-us:hover {
	/* background-color: #04629c */
	background-color: #370D61;

}
.floating-button-container .floating-button.request-info {
	/* background-color: #0c7bc0 */
	background-color: #51237f;
}
.floating-button-container .floating-button.request-info:hover {
	/* background-color: #04629c */
	background-color: #370D61;
}
.floating-button-container .button-shadow {
	transform: rotate(90deg)
}
.floating-button-container .button-shadow.contact-us-shadow polygon, .floating-button-container .button-shadow.request-info-shadow polygon {
	/* fill: #396079 */ fill: #370D61;
}
.modal-form-active .floating-button-container .floating-button.request-info {
	background-color: #666
}
.modal-form-active .floating-button-container .floating-button.request-info:hover {
	background-color: #555
}
.modal-form-active .floating-button-container .button-shadow.request-info-shadow polygon {
	fill: #434343
}
.card-thumbnail-container {
	height: 260px;
	background: #000;
	width: 100%;
	margin-bottom: -50px;
	z-index: 3;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width:1024px) {
	.card-thumbnail-container {
		display: none
	}
}
.card-thumbnail-container .card-thumbnail-inner-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}
.card-thumbnail-container .card-thumbnail-inner-container .thumbnail-tab {
	position: absolute;
	top: 0;
	left: 125px;
	height: 20px;
	width: 40px;
	background-image: url('/proof/images/slider-tab.png');
	background-size: contain;
	transition: left .25s ease-in-out
}
.card-thumbnail-container .thumbnail {
	margin: 5px 10px;
	position: relative;
	box-sizing: border-box;
	height: 180px;
	cursor: pointer
}
.card-thumbnail-container .thumbnail.active {
	border: 5px solid #28a689;
	overflow: hidden
}
.card-thumbnail-container .thumbnail.active .thumbnail-description {
	display: block;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 1.5;
	color: #fff;
	margin-left: -5px;
	bottom: 0;
	opacity: 1;
	pointer-events: none
}
.card-thumbnail-container .thumbnail.active .thumbnail-image {
	margin: -5px
}
.card-thumbnail-container .thumbnail-description {
	opacity: 0; 
	/* background-color: #28a689; */
	background-color: #20836C; 
	width: 270px;
	padding: 10px;
	z-index: 2;
	position: absolute;
	bottom: -100px;
	transition: bottom .25s ease-in-out;
	top: auto;
	left: 0;
	right: 0;
	text-align: right
}
.card-thumbnail-container .thumbnail-image {
	width: 270px !important;
	height: 180px !important;
	background-color: #fff !important;
	background-size: cover !important;
	background-position: center center !important
}
.slick-slide, .slick-slide * {
	outline: 0 !important
}
.slick-next, .slick-prev {
	display: block !important;
	/* bottom:0 !important; */
	top: 45% !important; /* NEW reposition arrows in center left and right */
	/* top:auto !important; */
	background-color: #333 !important;
	width: 40px !important;
	height: 40px !important;
	z-index: 1;
	transform: translate(0, 0) !important;
	transition: background-color .25s ease-in-out;
	background-image: url('/proof/images/svg/arrow-slider.svg') !important;
	background-size: 40% 40% !important;
	background-position: center center !important;
	background-repeat: no-repeat !important
}
.slick-next:hover, .slick-prev:hover {
	background-color: #111 !important
}
.slick-next::before, .slick-prev::before {
	content: '' !important
}
.slick-next {
	left: auto !important;
	right: 0 !important;
	transform: rotate(270deg) !important
}
.slick-prev {
	left: auto !important;
	/* right:40px !important; */ /* NEW reposition arrows in center left and right */
	transform: rotate(90deg) !important
}

#section-footer .slick-list {     
	border-radius: 10px; 
	min-height: 370px !important; 
}

.blue-campaign #section-footer .slick-list { background-color: #95d6ee; }
.gold-campaign #section-footer .slick-list { background-color: #ffb44f; }
.fuchsia-campaign #section-footer .slick-list { /* background-color: #c84ca7; */ background-color: #C440A1; }
.green-campaign #section-footer .slick-list { background-color: #00cdc1; }
.light-purple-campaign #section-footer .slick-list { background-color: #00ACD6; }


#section-footer .slick-slide  .slick-slide-inner  {      
	padding: 50px 70px; min-height: 370px !important; 
	display: flex; 
	align-items: center;
	flex-wrap: wrap;
} 
#section-footer .slick-next, #section-footer .slick-prev {
	background-color: #fff !important;
	border-radius: 50px;
	margin: 0px 10px;
	background-image: url(/campaigns/images/svg/arrow-slider-purple.svg) !important;
	transition: opacity 0.2s ease-in-out; 
	opacity: 1;
}

#section-footer .slick-next:hover, #section-footer .slick-prev:hover {
	opacity: 75%;
}

@media (max-width:767px) {
	.slick-next {
		top: 50% !important;
		margin-top: -20px !important
	}
	.slick-prev {
		top: 50% !important;
		margin-top: -20px !important;
		right: auto !important;
		left: 0 !important
	}

	.column.slider-image {
		width: 100%;
	}

	#section-footer .slider-image img {
		margin: 10px auto;
	} 

	#section-footer .slick-slide .slick-slide-inner {
		padding: 30px 45px; 
		text-align: center;
		display: block;
	}

	#section-footer .slick-slide .slick-slide-inner .btn.minimal-border.minimal-border-text { 
		padding: 0px 40px 0px 0px !important; 
		margin: 5px 0px 10px 0px;
		font-size: .85em; 
	}

	#section-footer .slick-slide .slick-slide-inner .cta-arrow::after { 
		width: 16px;
		height: 10px;
		top: 12px; }

	#section-footer .slider-subtitle {
		font-size: 1.125em; }
	#section-footer .slick-slide .slick-slide-inner, #section-footer .slick-list  { min-height: auto !important; }
}



/* .slick-slider, .slick-list, .slick-track, .slick-slide.slick-current.slick-active, .slick-slide  {     
background-color: transparent !important;
border-radius: 10px !important;

}

.card-container .card .card-image-slider {
box-shadow: 0 0 10px 5px rgba(0, 0, 0, .15);
box-shadow: none !important;
}

.slick-slide  .slick-slide-inner, .card-image-slider {     
border-radius: 10px;
background-color: #95d6ee;
padding: 50px;
min-height: 370px !important; 
} */







/* CTA column buttons */

.cta-buttons .cta  {padding: 12px;  max-width: 97%; margin: 0px auto 20px auto; background-color: rgba(255, 255, 255, .92); position: fixed; bottom: 0; z-index: 999; left: 50%; transform: translateX(-50%); transition: background .5s ease-out; z-index: 1; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; transition: box-shadow 500ms; transition: all 0.3s ease-in-out;}

.cta-buttons .cta:hover {
	background-color: rgba(255, 255, 255, 1) !important;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
}  
.cta-arrow {
	display: inline-block;
	position: relative;
	/* border-bottom: 1px solid transparent;
	transition: border 0.25s ease-in-out; */
	font-weight: bold;
	line-height: 24px;
}
.cta-arrow::after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.014 13.029'%3E%3Cpath fill='%23ffffff' d='M15.858 0.236a.822.822 0 0 1 1.153 0l5.768 5.71c.07.086.126.184.06.3v.02l-.062.3-.177.262-5.759 5.705a.822.822 0 0 1-1.153 0 .8.8 0 0 1-.01-1.131l.01-.01 4.374-4.33H.837A.808.808 0 0 1 .779 5.707H20.237l-4.374-4.33a.8.8 0 0 1-.015-1.141z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	width: 22px;
	height: 14px;
	position: absolute;
	top: 4px;
	margin-left: 10px;
	transition: margin 0.25s ease-in-out;
}

.blue-campaign .cta-arrow::after, .gold-campaign .cta-arrow::after  { 
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.014 13.029'%3E%3Cpath fill='%2351237f' d='M15.858 0.236a.822.822 0 0 1 1.153 0l5.768 5.71c.07.086.126.184.06.3v.02l-.062.3-.177.262-5.759 5.705a.822.822 0 0 1-1.153 0 .8.8 0 0 1-.01-1.131l.01-.01 4.374-4.33H.837A.808.808 0 0 1 .779 5.707H20.237l-4.374-4.33a.8.8 0 0 1-.015-1.141z'/%3E%3C/svg%3E");
}

.fuchsia-campaign .cta-arrow::after  { 
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.014 13.029'%3E%3Cpath fill='%23ffffff' d='M15.858 0.236a.822.822 0 0 1 1.153 0l5.768 5.71c.07.086.126.184.06.3v.02l-.062.3-.177.262-5.759 5.705a.822.822 0 0 1-1.153 0 .8.8 0 0 1-.01-1.131l.01-.01 4.374-4.33H.837A.808.808 0 0 1 .779 5.707H20.237l-4.374-4.33a.8.8 0 0 1-.015-1.141z'/%3E%3C/svg%3E");
}

.green-campaign .cta-arrow::after, .light-purple-campaign .cta-arrow::after  { 
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.014 13.029'%3E%3Cpath fill='%23000000' d='M15.858 0.236a.822.822 0 0 1 1.153 0l5.768 5.71c.07.086.126.184.06.3v.02l-.062.3-.177.262-5.759 5.705a.822.822 0 0 1-1.153 0 .8.8 0 0 1-.01-1.131l.01-.01 4.374-4.33H.837A.808.808 0 0 1 .779 5.707H20.237l-4.374-4.33a.8.8 0 0 1-.015-1.141z'/%3E%3C/svg%3E");
}


.three-columns.cta-buttons  { 
	justify-content: space-evenly; text-align: center;
}

.btn.minimal-border {
	background: #fff; 

	padding: 12px 55px 10px 32px !important;
	white-space: normal;
	/* transition: box-shadow 500ms; */
	margin: 5px 2px 2px 2px;
}



.btn.minimal-border.minimal-border-text {
	background: transparent; 
	color: #51237f;
	padding: 0px 55px 0px 0px !important;
	white-space: normal; 
	margin: 5px 2px 2px 2px;
	font-size: 1em;
	text-transform: none;
}

.blue-campaign .btn.minimal-border.minimal-border-text, .gold-campaign .btn.minimal-border.minimal-border-text  { color: var(--mc-purple); } 
.fuchsia-campaign .btn.minimal-border.minimal-border-text { color: #fff; } 
.green-campaign .btn.minimal-border.minimal-border-text, .light-purple-campaign .btn.minimal-border.minimal-border-text  { color: #000; } 

.btn.minimal-border.cta-arrow::after { 
	top: 17px;  
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.25s ease-in-out;
}

.btn.minimal-border.cta-arrow:hover::after,
.btn.minimal-border.cta-arrow:focus::after {  
	right: 10px; 
}

.btn.minimal-border:hover, .btn.minimal-border:focus { 
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px; 
}

.btn.minimal-border.minimal-border-text:hover, .btn.minimal-border.minimal-border-text:focus {
	box-shadow: none; 
	text-decoration: underline !important;
}

.cta-buttons .btn.minimal-border {
	min-width: 230px;
}


.two-columns,
.three-columns,
.four-columns {   
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.two-columns.intro-columns  {    
	justify-content: center; column-gap: 20px;
}

.two-columns,
.three-columns,
.four-columns {   
	width: 100%;
} 

/* @media (min-width: 650px) {    

.two-columns .columns,
.three-columns .columns,
.four-columns .columns {   
width: 48%;
}
} */

@media (min-width: 1025px) and (max-width: 1450px) {
	.three-columns.cta-buttons .columns {
		width: 32%;}
	/*  .cta-buttons .btn.minimal-border {
	min-width: auto;
} */
} 

@media (max-width: 900px) {
	.two-columns, .three-columns, .four-columns {  -ms-flex-wrap: wrap;
		flex-wrap: wrap;}
}

@media (max-width: 650px) {.btn.minimal-border {width: 100%;} .btn.minimal-border.minimal-border-text {width: auto;}
	.two-columns, .three-columns, .four-columns {  display: block; }
}






/* NEW tab focus styles 
a:focus {
outline: 1px dotted;
outline-offset: 0px;
}*/
/* NEW normal cursor events to bottom slider area after the functionality was disabled */
.card-full-slider.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	/*  -webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;  */

	-webkit-user-select: inherit;
	-moz-user-select: inherit;
	-ms-user-select: inherit;
	user-select: inherit;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	/*  -ms-touch-action: pan-y; 
	touch-action: pan-y;  */
	-ms-touch-action: none;
	touch-action: none;
	-webkit-tap-highlight-color: transparent;
}
.card-full-slider.slick-slider .card-image img, .card-full-slider.slick-slider .card-image {
	cursor: auto !important;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.browserupgrade {
	display: block;
	clear: both;
	text-align: center;
	background-color: #000;
	padding: 10px 20px;
	font-size: 1.2em;
	line-height: 1.3em;
	z-index: 999999;
	position: absolute;
	width: 100%;
	top: 0;
	color: #eee;
}
.browserupgrade a { 
	/* color: #28a689; */
	color: #20836C;
}
.browserupgrade a:hover {
	text-decoration: underline;
}

#de {display: none;}




/* NEW print styles */
.visible-print { display: none !important; }

@media print {
	body {
		font: 12pt Georgia, "Times New Roman", Times, serif !important;
		line-height: 1.3;
	}

	@page { margin: 1cm 0.75cm !important; }

	.visible-print { display: block !important; }

	*,
	*:before,
	*:after {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;

		float: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")"; font-weight: 200;
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;

		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}


	.detailSection, .supreme-container {
		margin: 2cm 0 1cm 0 !important;
		padding: 0px !important;
		width: 100% !important;
	}

	.md-col-9 {
		width: 100% !important;
	}
	.md-col {
		float: none !important;
	}


	.deck__card__content .xs-hide, .deck__card__content  .sm-hide {
		display: block !important;
	}


	#main-content, .layout-container__block { width: 100% !important; clear: both !important;  padding: 0px !important; }
	.print-header {margin-bottom: 2cm !important; padding-bottom: .5cm !important; border-bottom: 1px solid #d0d0d0; display: table;  width: 100%; height: 1.5cm !important; clear: both !important; float: left !important;}
	.print-header p {margin-top: 0px; font-size: 8pt;}

	.print-header img {width: 6cm !important;}

	.collapse {display: block !important; visibility: visible !important;}

	/* resets for print */
	.newsEvents .col, .educationForYou__wrapper .col, .campuses__wrapper .col, .campuses__wrapper .col, .deck__wrapper .deck__card {
		float: none !important;
		width: 100% !important;
	}

	body, .center { text-align: left !important;  }

	.heading__wrapper { width: 100% !important; }

	.mx-auto {margin-left: 0; margin-right: 0; }

	img { width: auto !important; }


	.card-orbs, .floating-button-container, #section-header, .modal-form, .request-info-form, .hero img {
		display: none !important;
	}

	.hero  {height: auto;}

	h1, .h1 { font-size: 50px !important; }
	h2, .h2 { font-size: 40px !important; }
	h3, .h3 { font-size: 30px !important; }
	h4, .h4 { font-size: 20px !important; }
	h5, .h5 { font-size: 15px !important; }
	h6, .h6 { font-size: 15px !important; }


	.layout-container, .universal-page-container .layout-container__block,
	.layout-container--with-sidebar .layout-container__block:nth-child(2),
	.mission, .card-container, .section-footer, #section-main, .hero, .card-full-slider, .card-full-slider.slick-slider, .slick-list, .slick-track, .card-container .card-full-slider .card-full-slide {
		float: none !important; display: block !important; width: 100%;
	}


	body .hero, body.spanish .hero { background-image: none !important; background-image: url(none) !important; }	


}
/* END print styles */


/* NEW closing emergency message styles */

#closingInfo {  
	width: 100%;
	margin: 0 0 15px 0;
	padding:0px;
	background: #e30000;  
	border-bottom: 1px dotted #fff;  
	z-index: 35000;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.5); 
	font-size: 1.5em;
	line-height: 1.25em; 
	color: #ffffff;
	text-align:center;
}

#closingInfo-inner {width: 100%; max-width: 900px; margin: 0 auto; padding: 20px 20px; position: relative; min-height: 100px; }	

#closingInfo p  {
	margin:6px;
	padding:0px; 
	line-height: 1.15em; 
}

#closingInfo .closeButton  {
	width:27px;
	height:26px;
	float: right !important;
	margin: 2px 0 20px 10px; 
}

#closingInfo .mc-urgent  {
	width: 300px;
	float: none ;
	margin: 0px auto 10px auto; 
}

#closingInfo .closeButton a,
#closingInfo .closeButton a  img{ cursor: pointer;} 

@media screen and (max-width: 80em) {   
	#closingInfo .mc-urgent  { width: 200px; }
	#closingInfo { font-size: 1.35em; }  
} 

@media screen and (max-width: 48em) {   
	#closingInfo .mc-urgent  { margin: 0px 20px 10px 0;}
	#closingInfo { text-align:left; font-size: 1.2em; }   
} 

.browserupgrade {display: block; text-align: center; background-color: #666666; padding: 40px 20px; font-size: 1.35em; line-height: 1.3em;  }
/* END closing emergency message styles */


.m0 {
	margin: 0;
}
.mt0 {
	margin-top: 0px;
}
@media (min-width: 880px) { 
	.mt0 {
		margin-top: 5px;
	} 
}
.mr0 {
	margin-right: 0;
}
.mb0 {
	margin-bottom: 0;
}
.ml0 {
	margin-left: 0;
}
.mx0 {
	margin-left: 0;
	margin-right: 0;
}
.my0 {
	margin-top: 0;
	margin-bottom: 0;
}
.m1 {
	margin: 8px;
}
.mt1 {
	margin-top: 8px;
}
.mr1 {
	margin-right: 8px;
}
.mb1 {
	margin-bottom: 8px;
}
.ml1 {
	margin-left: 8px;
}
.mx1 {
	margin-left: 8px;
	margin-right: 8px;
}
.my1 {
	margin-top: 8px;
	margin-bottom: 8px;
}
.m2 {
	margin: 16px;
}
.mt2 {
	margin-top: 16px;
} 
.mr2 {
	margin-right: 12px;
}
.ml2 {
	margin-left: 0px;
} 
@media (min-width: 768px) { 
	.mr2 {
		margin-right: 16px;
	}
	.ml2 {
		margin-left: 16px;
	} 
}





/* TWO-COLUMN LIST 
.card-list {
list-style: none;
padding: 0;
margin: 0;
column-count: 2;
column-gap: 1rem;
}


@media (max-width: 640px) {
.card-list {
column-count: 1;
}
} */

.card-list li {
	break-inside: avoid;
	margin-bottom: 0.75rem;
	background: var(--mc-blue-light);
	/* border: 1px solid var(--mc-border); */
	border-radius: 8px;
	transition: all 0.15s ease;
}

@media (min-width: 950px) { 
	.card-list li {min-width: 430px;}

}
/* 
.card-list li:hover {
transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(0,0,0,0.06);
} */

.card-list a, .card-list span {
	display: block;
	padding: 0.9rem 1.1rem;
	text-decoration: none;
	color: #000;
	font-weight: 500;
	word-break: break-word;
	text-align: left;
}

.well    { display: block;
	padding: 0.9rem 1.1rem;
	text-decoration: none;
	color: #000;
	font-weight: 500; 
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	border-radius: 8px;
}
.well.well-blue    { background-color: var(--mc-blue-light);
}

.well.well-blue .quote    { font-size: 1.25em;
	line-height: 1.25;
	margin-bottom: 10px;
	font-weight: bold;
	color: #51237f;
}

