<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.card-description a {color: #fff; font-weight: 700;}
.card-description 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-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
}
*, :after, :before {
	box-sizing: inherit
}
.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-weight: 100
}

.subtitle {
	font-family: open-sans, sans-serif;
}

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

@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-weight: 700;
	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
}

h4, h5, .h5 {
	font-family: open-sans, 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 {
	font-size: 40px
}

@media (min-width:768px) and (max-width:1024px) {
	h5, .h5 {
		text-align: left;
		font-size: 55px
	}
}

@media (max-width:767px) {
	h5, .h5 {
		text-align: left;
		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; 
}

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: #fff;
}

.pod-description a:hover, .hero-description a:hover { 
    color: #fff;
    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&gt;a {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center
}
.header-link&gt;a:hover svg {
	fill: #51237f
}
.header-link&gt;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 18px/1.25 "open-sans", sans-serif;
	padding: 16px 32px; 
	background-color: #D93A17;
	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: #b42b0d;
}

@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;
	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 */
}

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

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

@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
	}
}
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 14px/1.25 "open-sans", sans-serif;
	padding: 10px 20px; 
	background-color: #D93A17;
	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: #b42b0d;
}


@media (min-width:1025px) {  
	.call-us.header-link .btn {
		font-size: 18px;
		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: 8px 12px;
		white-space: nowrap;
	}

	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 */
	}
}
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: 380px;
	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 .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 {
	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 {
		-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 {
		width: 250px;
		height: 41px
	}
}


section#section-footer .footer-bottom .footer-row1 .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 {
	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 {
		-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 {
	-ms-flex-pack: end;
	justify-content: flex-end
}
section#section-footer .footer-bottom .footer-right .social-icon {
	height: 17px;
	width: 17px;
	cursor: pointer;
	margin-left: 45px;
	margin-right: 0
}
section#section-footer .footer-bottom .footer-right .social-icon path {
	fill: #fff;
	transition: fill .25s ease-in-out
}

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

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

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


.hero .hero-copy-container a.button.orange, .hero .hero-copy-container a.button.green, section#section-footer .footer-top .section-inner .footer-top-left .button {
	margin-top: 20px
}
section#section-footer .footer-bottom .footer-right .social-icon:hover path {
	fill: rgba(255,255,255,.75)
}
section#section-footer .footer-bottom .footer-right .copyright {
	font-size: 13px
}
section#section-footer {
	background-color: #111;
	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');
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 160px 30px 70px
}

@media (max-width:767px) {
	section#section-footer .footer-bottom .footer-right .copyright {
		width: 170px;
		text-align: center
	}
	section#section-footer .footer-top {
		padding: 160px 60px 70px
	}
}
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&gt;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
}
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%
}

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

@media (min-width:1280px) and (max-width:1599px) {
	section#section-footer .footer-top .section-inner .footer-top-left {
		width: 640px;
		padding-right: 50px
	}
}

@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
	}
}

@media (min-width:768px) and (max-width:1024px) {
	section#section-footer .footer-top .section-inner .footer-top-left {
		width: 688px;
		padding-bottom: 30px
	}
}
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: 115px
	}
	section#section-footer .footer-top .section-inner .footer-top-left .button {
		text-align: center;
		position: absolute;
		bottom: 30px;
		left: -30px;
		right: -30px
	}
}

@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 .vertical-line {
	left: -23px
}

@media (min-width:1600px) {
	section#section-footer .footer-top .section-inner .footer-top-right {
		width: 540px;
		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;
		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
}

@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;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: transform .5s ease-in-out;
	transform: translateY(200px)
}

@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)
	}
}

@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 .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
}

@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(//www.montgomerycollege.edu/make-your-move/images/desktop-hero-image-full-2x.jpg)
	}
	/* NEW */
	body.arts .hero {
		background-image: url('/make-your-move/images/arts-hero-desktop.jpg')
	}
	body.cybersecurity .hero {
		background-image: url('/make-your-move/images/cybersecurity-hero-desktop.jpg')
	}
	body.engineering .hero {
		background-image: url('/make-your-move/images/engineering-hero-desktop.jpg')
	}
	body.hospitality .hero {
		background-image: url('/make-your-move/images/hospitality-hero-desktop.jpg')
	}
	body.general .hero {
		/* background-image: url('/make-your-move/images/general-hero-desktop.jpg') */
		/* background-image: url('/make-your-move/images/general-hero2-desktop.jpg')  girl at laptop */
		background-image: url('/make-your-move/images/general-hero3-desktop.jpg') /* engineering photo */
	}

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

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


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

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

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


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

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

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

	body.transfer .hero {  
		/* background-image: url('/make-your-move/images/transfer-hero-desktop.jpg');  v1 */
		background-image: url('/make-your-move/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);
	}
}

@media (min-width:1600px) {
	.hero .hero-copy-container {
		width: 860px
	}
}

@media (min-width:1280px) and (max-width:1599px) {
	.hero .hero-copy-container {
		width: 640px
	}
}

@media (min-width:1025px) and (max-width:1279px) {
	.hero {
		background-size: auto 800px;
		background-repeat: no-repeat;
		background-position: top center;
		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
	}
}

@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: 30px 0
	}
}

@media (max-width:767px) {
	.hero .hero-copy-container .hero-title {
		padding: 30px 30px 15px
	}
}
.hero .hero-copy-container .hero-description {
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.9);
}
.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:768px) and (max-width:1024px) {
	.hero .hero-copy-container .hero-description {
		padding: 0 0 30px;
		text-shadow: none;
	}
	.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
	}
}

@media (max-width:767px) {
	.hero .hero-copy-container .hero-description {
		padding: 0 30px 30px;
		text-shadow: none;
	}
	.hero .hero-copy-container a.button.green,
	.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 .hero-copy-container a.button.blue,
	.hero .hero-copy-container a.button.orange {margin-top: 2px;}
}

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

@media (max-width:1024px) {
	.hero .hero-copy-container {
		background-color: #333
	}
	.hero, .hero img {
		height: auto
	}
	.hero img {
		width: 100%
	}
}
.mission {
	padding: 70px 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
}
.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(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
}
.tripod .pod .cta-container {
	width: 100%;
	padding-left: 138px
}

@media (min-width:1280px) and (max-width:1599px) {
	.tripod .pod {
		width: 300px
	}
	.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: 300px
	}
	.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
}
.tripod .pod .pod-image.icon1 {
	width: 117px;
	height: 100px
}
.tripod .pod .pod-title {
	margin-top: 50px;
	margin-bottom: 15px
}
.tripod .pod .pod-description {
	text-align: center;
	height: 140px;
	max-width: 100%;
	font-size: 16px;
	line-height: 1.5
}

/* 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('/make-your-move/images/orbs/transparent-base-dots.png')
}
.card-container {
	margin-top: 50px;
	margin-bottom: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}
.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
	}
}
.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
}
.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
	}
}

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

@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 {
	text-align: left;
	margin-bottom: 20px
}
.card-container .card .card-text .card-description p {
	margin-bottom: 40px
}
.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
	}
	.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
	}
}

@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
	}
}

@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('/make-your-move/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)
}

@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
}

@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;
	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('/make-your-move/images/close-modal.png');
	border: none !important;
	text-indent: 100%;
	overflow: hidden
}
.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('/make-your-move/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
}
.floating-button-container .floating-button .icon {
	margin-left: 10px
}
.floating-button-container .floating-button.contact-us {
	background-color: #0c7bc0
}
.floating-button-container .floating-button.contact-us:hover {
	background-color: #04629c
}
.floating-button-container .floating-button.request-info {
	background-color: #0c7bc0
}
.floating-button-container .floating-button.request-info:hover {
	background-color: #04629c
}
.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
}
.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('/make-your-move/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('/make-your-move/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
}

@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
	}
}
/* 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 &gt; .caret,
	.dropup &gt; .btn &gt; .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) {
	/*gh#97, gh#112*/
	.mt0 {
		margin-top: 5px;
	}
	/*end gh#97, gh#112*/
}
.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;
}
/*gh#96*/
.mr2 {
	margin-right: 12px;
}
.ml2 {
	margin-left: 0px;
}
/*end gh#96*/
@media (min-width: 768px) {
	/*gh#96*/
	.mr2 {
		margin-right: 16px;
	}
	.ml2 {
		margin-left: 16px;
	}
	/*end gh#96*/
}

/* 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;
}</pre></body></html>