  html {
	scroll-behavior: smooth;
}
.hidden {
	display: none !important;
}

/*OCELOT BOT POSITIONING*/
div.ChatbotLauncher-launcher {
	bottom: 100px !important;
}
.MaxAI .oclt-1kezgrp .ChatbotDrawer-drawerPaper40 {
	height: 85vh !important;
}
/*Directions for Contact Form NOT SEEN PUBLICLY*/
div.contactFormInstructions a {
	text-decoration:underline;
	color:#FFFFFF;
}
/*SEARCH BAR*/
div#search-wrap {
	display: inline-block;
	position: relative;
	height: 32px;
	float: right;
	padding: 1.85em;/*New Spec*/
	color: #000;
}

input[id="search"] {
	height: auto;
	font-size: 1.125em;
	display: inline-block;
	outline: none;
	color: #555;
	padding: 3px;
	padding-right: 80px;
	width: 300px;
	position: absolute;
	top:1.5em;
	z-index:1000;
	right: 0;
	background: none;
	transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	margin: 0 0 1rem 0;
	box-sizing: border-box;
}
div#search-wrap input[id="search"].dream-search {
	border:none;
}
div#search-wrap input[id="search"].dream-search.active {
	width:300px;
	padding-right:60px;
	background-color:#FFFFFF;
}
div.sceSrhCnter .dream-search.active {
	border:1px solid #CCCCCC !important;
}
div#search-wrap form:hover {
	color: var(--danger);
}

img.sceMedia {
	width:81px;
}

span.btn__danger:hover {
	color:#FFFFFF !important;
}

/*NEW GOOGLE SEARCH NAV SPECS*/
header li#gsearchdesk:hover {cursor: pointer;}
header li#gsearchdesk span.fa-search,header li#gsearchdesk span.gsearch {display:inline-block;}
header li#gsearchdesk span.fa-search {margin-top:2.13em;margin-left:1em;}
header li#gsearchdesk span.gsearch {font-family: var(--font-family);font-size: var(--font-size-18);}
header li#gsearchdesk.active {width: 75% !important;}
header li#gsearchdesk.active .gsc-input-box #gs_tti51 input {margin:0;background:none;padding-bottom:.80em;padding-left: 1em;}
header li#gsearchdesk.active .gsc-input-box {height:20px;border:none;}
header li#gsearchdesk.active .gsc-input-box #gs_tti51,header li#gsearchdesk .gsc-input-box td.gsib_b {padding:0;}
header li#gsearchdesk.active {width:380px;position:absolute;top:8px;right:100px;}
header li#gsearchdesk.active .gsc-input-box td.gsib_b span#gs_cb51 {color:#a1b9ed; margin-top: 4px;}
header li#gsearchdesk.active .gsc-input-box td.gsib_b a.gsst_a {background:none;}
header li#gsearchdesk input#gsc-i-id2 {background: none !important; height: 2.1em !important; top: 0 !important; margin: 0 !important; font-size: 1rem !important; padding-left: 4px !important;}
header li#gsearchdesk .gsc-input .top-bar input {top: 0 !important}
header li#gsearchdesk table.gsc-search-box td.gsc-input {padding-right: 0px !important;}  
header li#gsearchdesk table.gsc-search-box tr td.gsc-search-button {padding: 0.5625rem 0.1rem !important;}            

header li#gsearchmobile {margin-top:.75em;}
header li#gsearchmobile input#gsc-i-id1 {background: none !important; font-size: 1rem !important; margin: 6px 0px 6px !important;}
header li#gsearchmobile table.gsc-search-box td {padding: 0 !important;}
header li#gsearchmobile table {margin-bottom: 0 !important; height: 2.25em !important; top: 0 !important; margin: 0 !important;}
header li#gsearchmobile button.gsc-search-button.gsc-search-button-v2 {top: 0 !important;}
header li#gsearchmobile .gsc-input-box {padding-top: 0; padding-bottom: 0; border-top-left-radius: 0; border-bottom-left-radius: 0;}
header li#gsearchmobile a.gsst_a {line-height: 1.6;}          
header li#gsearchmobile span.gsearch {font-size: 18px !important;}
header li#gsearchmobile span {float: left !important;}
header li#gsearchmobile span.fa::before {line-height: 1.6 !important; } 
header li#gsearchmobile span.fa.fa-search {padding-right: 6px;}	

/*New Navbar Breakpoints*/
@media only screen and (min-width: 40.0625em) {
	header div.row.scegnav button#hideSideBar {
		height: auto !important;
		padding-bottom: 0.4rem;
		padding-top: 0.6rem;
	}				
	header div.row.scegnav .top-bar-section li.active:not(.has-form) a:not(.button) {                  
		line-height: 1.8125rem !important;
	}             
}
@media only screen and (max-width: 64em) {
	header li#gsearchmobile .gsc-input-box .gsib_b a.gsst_a::after {
		display: none !important;
	}
}
@media only screen and (min-width: 40.063em) and (max-width: 90em) {
	header div.row.scegnav .top-bar-section li a {  
		padding: 1.125rem 0.22rem !important;
	}
	header li#gsearchdesk.active {
		width: 91% !important;
	}
	header li#gsearchdesk.active {right: 20px !important;}
	header div.row.scegnav .columns {padding-left: 0 !important;}
} 
/*END OF GOOGLE SEARCH NAVBAR STYLING*/

/*EMERGENCY ALERT STYLING*/
.alert-bar {
	background-image: url("https://www.mtsac.edu/_resources/_assets/images/ems-alert-bgrnd.jpg");
	background-color: #000;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	padding-top: 1em;
	padding-bottom: 3em;
	margin: 0 auto;
}

.alert-bar p {
	color: #fff;
	padding: 0;
	margin: 1em 10% 0 10%;
	font-family: inherit;
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	position: relative;
}

.alert-bar img {
	margin: 0 10% 0 10%;
	/*width: 80%;*/
	max-width: 500px;
	height: auto;
	display: block;
}

.alert-floatright {
	float: right;
	height: auto;
	width: auto;
	margin-right: 20%;
}

.alert-btn {
	background: #ffe083;
	background-image: -webkit-linear-gradient(top, #ffe083, #fcb43e);
	background-image: -moz-linear-gradient(top, #ffe083, #fcb43e);
	background-image: -ms-linear-gradient(top, #ffe083, #fcb43e);
	background-image: -o-linear-gradient(top, #ffe083, #fcb43e);
	background-image: linear-gradient(to bottom, #ffe083, #fcb43e);
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	font-size: 1em;
	padding: 5px 20px 5px 20px;
	border: solid #333 3px;
	text-decoration: none;
	font-weight: 900;
}

.alert-btn:hover {
	background: #fec532;
	text-decoration: none;
	color: #000;
	font-weight: 900;
}
/*Alert in Mobile Mode. Line Height Tightened*/
@media screen and (max-width: 39.9375em) {
	div.alert-bar img {
		max-width:150px !important;
	}

	div.alert-bar p {
		line-height:1 !important;
		font-size: 1em;
		margin-top: .5em;
	}
	.alert-floatright {
		float: left;
		height: 2em;
		width: auto;
		margin-left: 8%;
		margin-top: .5em;
		padding-top: 0 !important;
	}

}
/*END OF EMERGENCY ALERT STYLING*/

/*RESPONSIVE TABLE*/
table.rwd-table thead tr th {
	background-color: #555;
	color: #FFF;
}

/*DATATABLE STYLING*/

/*SNIPPETS*/
table.sce_class_data thead {
	background: #CCCCCC;
	color: #000000;
}
div.dataTables_paginate.paging_simple_numbers ul.pagination li.current a, ul.pagination li.current button {
	background: #931A25;
}

/*SCE PARAGRAPH BLOCK*/
div.sce-paragraph-container {
	margin-top: 2em;
}
div.sce-paragraph-container h2 {
	font-family: var(--font-family-bold);
	margin: 0 0 1rem;
	color: var(--danger);
	font-size: clamp(1.75rem, 3.6vw, 3.4rem);
}

div.sce-paragraph-container span.sce-paragraph-subhead-spn {
	display:block;
	font-family: var(--font-family-bold);
	color: var(--gray);
	margin: 0 0 1.25rem;
	font-size: clamp(1.25rem, 2.1vw, 2rem);
}

/*SCE Content Block */
div.text-center.mb-5 h2 {
	display:block;
	width:100%;
}

/*HELPFUL LINK SNIPPET*/
div.helpful-links-cntr h2 {
	font-family: var(--font-family-bold);
	margin: 0 0 1rem !important;
	font-size: clamp(1.75rem, 3.6vw, 3.4rem);
}
div.helpful-links-cntr ul.sce_helpful_links_ul li a {
	color: #007EA8;
}

/*ACCORDION SNIPPET*/
ul.sce-accordion-list li.accordion-navigation {
	background: var(--contactbg);
	box-shadow: 0 0.188rem 0.375rem var(--boxshadow);
	border-radius: 1.625rem;
	margin: 0 0 1.25rem !important;
}

ul.sce-accordion-list li.accordion-navigation > a {
	background: inherit;
	border-radius: 1.25rem;
	color: var(--danger);
	font-weight: var(--font-bolder);
	padding: 1rem 7.875rem;
	position: relative;
	font-size: 1.2rem;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
ul.sce-accordion-list li.accordion-navigation > a span.fi-plus {
	position: absolute;
	top: 0.5rem;
	left: 1.25rem;
	color: var(--warning);
	font-size: 1.625rem;
}

ul.sce-accordion-list li.accordion-navigation:hover > a {
	background: var(--danger);
	color: var(--warning);
	transition: 0.5s;
}
ul.sce-accordion-list li.accordion-navigation.active > a {
	background: var(--danger);
	color: var(--warning);
	border-radius: 1.625rem 1.625rem 0 0;
}
ul.sce-accordion-list li.accordion-navigation.active div.content.active {
	padding: 0.9375rem 7.875rem;
}
/*STAFF RESPONSIVE TABLE*/
div.responsiveSCETable table, div.responsiveSCETableWimg table  {
	border-collapse:collapse;
}
div.responsiveSCETable, div.responsiveSCETableWimg  {
	margin-top: 1em;
	margin-bottom:2em;
}
div.responsiveSCETable table a, div.responsiveSCETableWimg table a  {
	color: #00779E;
}
div.responsiveSCETable table tbody tr td:first-child {
	/*color: var(--maroon);*/
}

/*LARGE AND UP ONLY*/
@media only screen and (min-width: 64em) { 
	div.responsiveSCETable table thead tr th, div.responsiveSCETable table tbody tr td, div.responsiveSCETableWimg table  tbody tr td, div.responsiveSCETableWimg table  thead tr th {
		margin-top: 0;
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

/*MEDIUM ONLY*/
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	div.responsiveSCETable table tr {
		margin-bottom: .5em;
	}
}

/*MEDIUM DOWN*/
@media screen and (max-width: 64em) {
	div.responsiveSCETable table tr td, div.responsiveSCETableWimg table tr td  {
		font-size: 0.8rem !important;
		line-height: .5rem !important;
		margin-bottom: 0;
	}
}

/*MOBILE ONLY*/
@media only screen and (max-width: 40em) { 
	div.responsiveSCETable table tr {
		width: 100%;
	}
	div.responsiveSCETableWimg table tr td {
		font-size: 0.8rem;
		line-height: .5rem;
		margin-bottom: 0;
	}
	/*ACTIVE ACCORDION PADDING IN MOBILE*/
	ul.sce-accordion-list li.accordion-navigation > a {
		padding: 1em 5rem;
	}
	ul.sce-accordion-list li.accordion-navigation.active div.content.active {
		padding: 1em;
	}
	/*Mobile Search*/
	div#search-wrap, div#search-wrap form#SearchForm input.dream-search  {
		width:100%;
	}
	div#search-wrap form#SearchForm input.dream-search {
		background-color:#ffffff;
		color:#000000;
		border: 0.063rem solid var(--inputbordervolor);
	}

}

/* END OF STAFF RESPONSIVE TABLE*/

/*CALENDAR SEE MORE EVENTS BUTTON*/
div.lw_paginate {
	clear: both;
	margin-top:4em;
	text-align: center;
	padding-top: 4rem;
}

div.lw_paginate a.lw_paginate_more {
	color: #000000;
	line-height: inherit;
	text-decoration: none;
	border: 2px solid var(--danger-border);
	padding: 0.4rem 1rem;
	font-size: var(--font-size-15);
	text-transform: uppercase;
	background-color: transparent;
	transition: ease 1s all;
}
div.lw_paginate a.lw_paginate_more:hover {
	color: #FFFFFF;
	background-color: var(--danger-hover);
	transition: ease 1s all;
}
span.lw_paginate_total {
	display:none;
}
div.calendarArrowContainer {
	margin-top:2em;
}


section.bg-white.event-section .calendarHeadingTitle {
	font-size: clamp(1.125rem, 5.8vw, 1.375rem);
	border-bottom: 0.063rem solid var(--danger);
	display:inline-block;
}
section.bg-white .calendarHeadingSecondTitle {
	font-size: clamp(1.55rem, 2.56vw, 2.4rem);
	display: block;
}

/*SCE VIDEO HANDLING*/
div.sceVideo iframe { width: 60%; height: 450px;}

/* Font Family */
@font-face {
	font-family: SourceSansPro-Light;
	src: url('/sce/fonts/source_sans_pro/SourceSansPro-Light.ttf');
}

@font-face {
	font-family: SourceSansPro-Regular;
	src: url('/sce/fonts/source_sans_pro/SourceSansPro-Regular.ttf');
}

@font-face {
	font-family: SourceSansPro-Bold;
	src: url('/sce/fonts/source_sans_pro/SourceSansPro-Bold.ttf');
}
@font-face {
	font-family: SourceSansPro-boldfont;
	src: url('/sce/fonts/source_sans_pro/SourceSansPro-Bold.ttf');
}
@font-face {
	font-family: SourceSansPro-blackfont;
	src: url('/sce/fonts/source_sans_pro/SourceSansPro-Black.ttf');
}

:root {
	--font-family-light: SourceSansPro-Light;
	--font-family: SourceSansPro-Regular;
	--font-family-bold: SourceSansPro-Bold;
	--font-size-14: 0.875rem;
	--font-size-15: 0.938rem;
	--font-size-24: 1.5rem;
	--font-size-44: 2.75rem;
	--font-size-18: 1.125rem;
	--font-size-16: 1rem;
	--warning: #F7941E;
	--primary: #2C65AF;
	--danger: #A91D2B;
	--danger-hover: #740a0f;
	--danger-light: rgba(202, 53, 68, 0.9);
	--danger-border: #D52234;
	--danger-gradient: linear-gradient(180deg, #931A25 0%, #DE4E5D 100%);
	--white: #FFFFFF;
	--danger-dark: #9b1b26;
	--light: #ABABAB;
	--gray: #707070;
	--light-gray: #555555;
	--dark: #000000;
	--dark-light: #212121;
	--dark-lighter-10: #323232;
	--orange: #F7941E;
	--shadow: #00000029;
	--font-light: 300;
	--font-normal: 500;
	--font-bold: 700;
	--font-bolder: 900;
	--line-leight-21: 1.31rem;
	--line-leight-23: 1.43rem;
	--line-leight-65: 4.06rem;
	--gray: #3d3d3d;
	--red: #FF2929;
	--maroon: #A91D2B;
	--boldfont: SourceSansPro-boldfont;
	--blackfont: SourceSansPro-blackfont;
	--dark_gray: #555555;
	--yellow: #F7941E;
	--blue: #2C65AF;
	--boxshadow: #00000029;
	--noticebg: #323232;
	--contactbg: #f7f7f7;
	--lightorange: #FFF9F2;
	--inputbordervolor: #282F3626;
}

/*HEADER TREATMENT*/
h1,h3,h4,h5,h6 {font-family: var(--font-family-bold);}
h1 {
	color: #931A25;
	font-size: 52px;
}
h2 {
	color: #3D3D3D;
	font-size: 44px;
	font-family: var(--font-family);	
}
h3 {
	color: #3D3D3D;
	font-size: 30px;
}
h4 {
	color: #931A25;
	font-size: 24px;
}
h5 {
	color: #931A25;
	font-size: 20px;
}
h6 {
	color: #931A25;
	font-size: 18px;
}


body, 
a,
div, 
button,  
b, 
header, 
footer, 
section {
	font-family: var(--font-family);
	/* font-size: var(--font-size-18); */
}

button {
	font-family: var(--font-family);
	font-size: var(--font-size-15);
}

.transition-3s {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
select {
	background-image: url('/sce/img/icon/select.png');
	background-size: 0.7rem;
	background-position: 96% 50%;
}

select:focus {
	background-color: var(--white);
	outline: none;
}

.container {
	width: calc(100vw - 10vw);
	margin: 0 auto;
	max-width: 100rem;
}

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

.position-relative {
	position: relative;
}

.position-static {
	position: static;
}

.h-100 {
	height: 100%;
}

.mw-11 {
	min-width: 12rem;
}

.mw-13 {
	min-width: 13rem;
}

/* table method */
.display-table {
	display: table;
	height: 100%; 
}

.display-table-vertical {
	display: table-cell;
	vertical-align: middle;
	height: 100%; 
}

/* Color white */
.white {
	color: var(--white);
}

.light {
	color: var(--light);
}

.danger {
	color: var(--danger);
}

.gray {
	color: var(--gray);
}

.warning {
	color: var(--warning);
}

.dark {
	color: var(--dark);
}

.light-gray {
	color: var(--light-gray);
}

.dark-light {
	color: var(--dark-light);
}

/* background colors */
.bg-danger {
	color: var(--white);
	background-color: var(--danger);
}

.bg-transparent {
	background-color: transparent;
}

.bg-white {
	background-color: var(--white);
}

.bg-dark-light {
	background-color: var(--dark-light);
}

.bg-danger-gradient {
	background-image: var(--danger-gradient);
}

/* Padding */
.padding-left-0 {
	padding-left: 0;
}
.padding-top-0 {
	padding-top: 0 !important;
}
.padding-top-0-3 {
	padding-top: 0.30rem;
}

.padding-top-1 {
	padding-top: 0.50rem;
}

.padding-top-2 {
	padding-top: 1rem;
}
.padding-top-3 {
	padding-top: 1.5rem;
}

.padding-top-4 {
	padding-top: 1.5rem;
}

.padding-bottom-0 {
	padding-bottom: 0 !important;
}

.padding-bottom-1 {
	padding-bottom: 0.50rem;
}

.padding-bottom-2 {
	padding-bottom: 1rem;
}
.padding-bottom-3 {
	padding-bottom: 1.5rem;
}

.padding-bottom-4 {
	padding-bottom: 2rem;
}

.border-0 {
	border:  0;
}

.border--danger {
	border-color: var(--danger-border) !important;
}


.margin-0 {
	margin: 0;
}

.padding-0 {
	padding: 0;
}

.primary-header {
	font-size: clamp(2.50rem, 5.8vw, 5.437rem);
	line-height: 3.875rem;
}

h2 {
	font-size: clamp(1.55rem, 5vw, 2.4rem);
}

h1 {
	font-size: clamp(1.75rem, 5.8vw, 3.4rem);
}

h4 {
	font-size: clamp(1.25rem, 4vw, 2rem);
}

.sub-header {
	font-size: clamp(1.40rem, 4vw, 3.75rem);
	font-weight: var(--font-normal);
}

.banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: grid;
	align-items: center;
	position: relative;
}

.banner h1 {
	font-weight: var(--font-bolder);
}

.btn__danger {
	display: inline-block;
	text-align: center;
	border: 0.125rem solid var(--warning);
	padding: 0.4rem 1rem;
	font-size: var(--font-size-15);
	line-height: normal;
	transition: ease 1s all;
}
.btn__danger:focus{
	color: var(--white);
}
.btn__danger:hover {
	color: var(--white);
	background-color: var(--danger-hover);
}

.shadow {
	box-shadow: 0 0.18rem 0.375rem var(--shadow);
}

/* Typography */
.f-10 {
	font-size: 0.625rem;
	padding-left: .30em;
}

.f-15 {
	font-size: var(--font-size-15);
}

.f-14 {
	font-size: var(--font-size-14);
}

.fw-bolder {
	/* 	font-weight: var(--font-bolder); */
	font-family: var(--font-family-bold);
}

.fw-bold {
	/* 	font-weight: var(--font-bolder); */
	font-family: var(--font-family-bold);
}

/* List styling */
.list__style li {
	list-style: none;
	position: relative;
}

.list__style li::before {
	content: "»";
	position: absolute;
	left: -1.125rem;
}


.list-danger li {
	color: var(--white);
}

.list-danger li::before {
	color: var(--orange);
}

.list-primary li {
	color: var(--light-gray);
}

.list-primary li::before {
	color: var(--primary);
}

.margin-auto {
	margin: auto;
}

/*GOOGLE TRANSLATE APP STYLING*/
#google_translate_element {
	margin-bottom: -2em;
}   
.goog-logo-link {
	display:none !important;
}   
.goog-te-gadget{
	color: transparent !important;
}
select.goog-te-combo {
	color: #000000;
	width: auto !important;
}

/*CALENDAR CARD STYLINGS*/

/*CALENDAR HEADING LINK*/
div.event__card--right span.dark strong a {
	color: var(--dark);
	text-decoration: none;
}
div.event__card--right span:first-child {
	margin-bottom: 0.5em;
	display: block;
}

div.calendar-box span.lw_time_allday {
	display:inline;
}

div.event__card--right span.dark strong a:hover {
	text-decoration: underline;
}
div.lwcw div.event__card span.dark strong a {
	padding: 0;
	display: inline;
}
div.event__card--left.left.text-center span {
	display:block;
}
div.event__card div.event__card--left span:first-child {
	text-transform: uppercase;
	font-size: 1rem;
}
div.event__card div.event__card--left span.dark-light.margin-0 {
	text-transform: uppercase;
	font-size: 1.6875rem;
}
.seeMoreLWEvents a.button {
	display:none;
}
div.lwcw [class*="column"] + [class*="column"]:last-child {
	float: left;
}
div.lwcw div.event__card span.dark strong {
	display: block;
	line-height:1.25em;
}

.calendar-box {
	box-shadow: 0 0.188rem 0.375rem var(--boxshadow);
	border-radius: 1.313rem;
	margin-right: 1.313rem;
}

.event__card {
	padding: 1.5rem;
	border-radius: 1.5rem;
	background-color: var(--white);
	box-shadow: var(--shadow);
	color: var(--dark);
	margin: 1rem 0;
}

.event__card--left {
	padding-right:1rem;
	border-right: 0.0625rem solid var(--light);
}

.event__card--right {
	padding-left: 1rem;
	overflow: hidden;
}

ul.bold li {
	font-family: var(--boldfont);
}
.text-blue {
	color: var(--blue);
}
.bold {
	font-family: var(--boldfont);
}
.black {
	font-family: var(--blackfont);
}
.text-gray {
	color: var(--gray);
}
.text-dark-gray {
	color: var(--dark_gray);
}
.text-red {
	color: var(--maroon);
}

.text-white {
	color: var(--white);
}
.text-maroon {
	color: var(--maroon);
}
.text-yellow {
	color: var(--yellow);
}
.text-black {
	color: var(--noticebg);
}

@media only screen and (max-width: 64em) {
	.banner {
		padding: 3.125rem 1.3rem 0;
	}

	.center__section-mob {
		margin: auto;
		padding: 0 0.925rem;
		width: 100%;
		max-width: 30.25rem;
	}

	.event__card--left .primary-header {
		font-size: 3rem;
		line-height: 4.375rem;
	}
	.calendar-box {
		margin-right: 0;
	}
}

/* Media Query for Mobile */
@media only screen and (max-width: 40em) { 
	.event__card {
		padding: 1rem 0.5rem;
	}
	.container { 
		/* width: auto; */
		height: auto;
		/*padding: 0.5rem 0;*/
	}

	.padding-0 {
		padding: 0;
	}

}

.row-full {
	width: 100%;
	position: relative;
	display: inline-block;
}
.underline {
	text-decoration: underline;
}
.m-0 {
	margin: 0
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-3 {
	margin-bottom: 1rem;
}
.mb-4 {
	margin-bottom: 1.5rem;
}
.mb-5 {
	margin-bottom: 2rem;
}
.mr-3 {
	margin-right: 1rem;
}
.max-width-600 {
	max-width: 37.5rem; 
	margin-left: auto;
	margin-right: auto;
}
.cmn-sec {
	padding: 6.25rem 0 3.75rem 0;
}
h1.inner-page, span.inner-page {
	font-size: 3.75rem;
	line-height: 5rem;
}
h2.inner-page {
	margin-top: 0;
	font-size: 3.25rem;
	line-height: 4.063rem;
}
h3.inner-page, span.inner-page {
	margin-top: 0;
	font-size: 1.563rem;
	line-height: 2.188rem;
}
h4.inner-page, span.inner-page {
	margin-top: 0;
	font-size: 1.375rem;
	line-height: 1.75rem;
}
h6.inner-page, span.inner-page {
	margin-top: 0;
	font-size: 1.25rem;
	margin: 2rem 0 0.5rem 0;
	line-height: 1.563rem;
	padding-bottom: 0.438rem;
}
p.inner-page {
	margin-top: 0;
	font-size: 1rem;
	line-height: 1.25rem;
}
p.inner-page.small {
	font-size: 0.7rem;
	line-height: 1rem;
}
p.inner-page.large {
	margin-top: 0;
	font-size: 1.25rem;
	line-height: 1.75rem;
}
ul.no-bullets {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}
ul.blue li {
	color: var(--blue);
}
ul.bold li {
	font-family: var(--boldfont);
}
.inline-block {
	display: inline-block;
}
ul.no-bullets {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}
ul.blue li {
	color: var(--blue);
}
ul.bold li {
	font-family: var(--boldfont);
}
.shadow-box {
	box-shadow: 0 0.188rem 0.375rem var(--boxshadow);
	border-radius: 1.313rem;
	padding: 1.875rem;
	height: 33.75rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shadow-box:hover {
	-webkit-transform: translateY(-0.375rem);
	transform: translateY(-0.375rem);
}
.yellow-border-btn {
	border: 0.125rem solid var(--yellow);
	text-transform: uppercase;
	color: var(--dark_gray);
	padding: 0.625rem 3.125rem;
	display: inline-block;
}
.border-yellow-dark {
	border-bottom: 0.563rem solid var(--yellow);
}
.yellow-border-btn:hover {
	background: var(--yellow);
	color: var(--white);
}
.border-bottom-red {
	border-bottom: 0.063rem solid var(--red);
}
.border-none {
	border: none;
}
table.transparent-table tr.even, table.transparent-table tr.alt, table.transparent-table tr:nth-of-type(even) {
	background: transparent;
}
table.users {
	max-width: 68.75rem;
	width: 100%;
	margin: auto;
}
table.users tr td {
	border-bottom: 1px solid var(--dark);
}
table.users img {
	max-width: 5rem;
}
table.users tr td {
	padding: 1.3rem 0.625rem;
}
table.stripe-lightorange tr:nth-of-type(even) {
	background-color: var(--lightorange);
}
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select {
	border: 0.063rem solid var(--inputbordervolor);
	box-shadow: none;
	background-color: transparent;
}
textarea {
	height: 11.25rem;
	resize: none;
}
.max-width-400 {
	max-width: 25rem;
	margin-left: auto;
	margin-right: auto;
}
.min-width-btn {
	min-width: 12.5rem;
}
.text-italic {
	font-style: italic;
}
.resp-show {
	display: none;
}

/*FOOTER*/
#footer {
	padding: 3em;
	margin-top: 3em;
}
#footer div.padding-top-4 span, #footer div.padding-top-3 span, #footer .mob-footer-space div a span {
	display:block;
	color: #FFFFFF;
}

/* ------------------------------------------------------------ *    Scroll to Top Button
\* ------------------------------------------------------------ */
.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 20px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: .8;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

@media (max-width: 74.938rem) {
	.cmn-sec {padding: 3.75rem 0 1.875rem 0;}
	h2.inner-page, span.inner-page {font-size: 2.813rem; line-height: 3.438rem;}
	h6.inner-page, span.inner-page {font-size: 1rem; line-height: 1.375rem;}
	h1.inner-page, span.inner-page {font-size: 3rem; line-height: 4rem;}
	/*SCE Video Sections*/
	div.sceVideo { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
	div.sceVideo iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important;}
}
@media (max-width: 64rem) {
	table.users h4 {font-size: 1.2rem;line-height: 1.6rem;}
	.resp-block {display: block;}
}
/*MEDIUM DOWN*/
@media (max-width: 47.938rem) {
	h1.inner-page, span.inner-page {font-size: 2rem; line-height: 2.5rem;}
	.cmn-sec {padding: 2.5rem 0 1.25rem 0;}
	h2.inner-page, span.inner-page {font-size: 2.188rem; line-height: 2.813rem;}
	h3.inner-page, span.inner-page {font-size: 1.563rem; line-height: 2.188rem;}
	h6.inner-page, span.inner-page {font-size: 0.875rem; line-height: 1.25rem;}
	p.inner-page {font-size: 0.875rem; line-height: 1.125rem;}
	table.stack tr, table.stack th, table.stack td { display: block; }
	table.stack thead { display: none;}
	table.users tr td {border-bottom: none;}
	table.users tr { border-bottom: 1px solid var(--dark);}
	table.users tr td {padding: 0.3rem 0.625rem;text-align: center;}
}
@media (max-width: 40rem) {
	.shadow-box { height: auto; margin-bottom: 1.875rem;}
	.contact-esl-sec img.top-margin {margin-top: 3.125rem; margin-right: auto;}
	.mob-footer-space { margin-top: 3rem; }
	.mob-footer-space h6 { font-weight: var(--font-bolder); font-family: var(--font-family-bold); }
	.line-height-18 { line-height: 1.875rem; }
	.resp-text-center {text-align: center !important;}
	.resp-hide {display: none;}
	.resp-show {display: block;}
}
