﻿	.nobullet {
		list-style-type: none;
	}
	#employee-directory .ccp-table {
		table-layout: fixed;
	}
	#employee-directory .ccp-table th.employee-name {
		width : 25%;
	}
	#employee-directory .ccp-table th.employee-title {
		width : 28.5%;
	}
	#employee-directory .ccp-table th.employee-phone {
		width : 18%;
	}
	#employee-directory .ccp-table th.employee-credentials {
		width : 28.5%;
	}
	#news-recentnews ul > li, #news-oldernews ul > li {
		padding-top: 0;
		padding-bottom: 0;
		list-style: none;
		transition: all 0.3s ease;
		box-shadow: 0 1px 1px 0 rgba(60,64,67,.08), 0 1px 3px 1px rgba(60,64,67,.16);
		margin-bottom : 3rem;
	}
	#news-recentnews ul > li > p, #news-oldernews ul > li > .news-headlinedata p {
		padding: 1rem;
		margin-bottom: 0;
	}
	#news-recentnews ul > li > h3, #news-oldernews ul li h3 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	#news-recentnews > ul {
		display: flex;
		list-style: none;
		flex-wrap: wrap;
	}
	#news-recentnews ul > li {
		padding-bottom : 2rem;
		width: 30%;
		margin-right : 3%;
	}
	#news-oldernews ul li {
		width: 100%;
		display : table;
	}
	#news-oldernews ul li .news-insidewrapper {
		display : table-row;
	}
	#news-oldernews ul li .news-image {
		display : table-cell;height: 13rem;width: 20rem;background-position: center;background-repeat: no-repeat;background-size: cover;
	}
	#news-oldernews ul li .news-headlinedata {
		padding-left: 3rem;
		vertical-align: top;
		display : table-cell;
	}
	#news-oldernews ul li .news-headlinedata > p {
		margin-top : 2rem;
	}
	#news-oldernews ul li .news-headlinedata > h3 {
		margin-top: 0;
		padding-left : 0;
	}
	.newsitem-image {
		margin-left : 1.5rem;
		max-width : 25rem;
		float : right;
	}
	@media screen and (max-width: 7.2in) {
		#news-recentnews ul, #news-oldernews ul {	
			margin-left : 1rem;
			margin-right : 1rem;
		}
		#news-recentnews ul > li, #news-oldernews ul > li {	
			width : 100%;
			margin-bottom: 3rem;
			padding-bottom : 2rem;
			margin-right : 0;
		}
		#news-recentnews ul > li > p, #news-oldernews ul li .news-headlinedata p {
			padding: 1rem;
			margin-bottom: 0;
			margin-top : 0;
		}
		#news-recentnews ul > li > h3, #news-oldernews ul li  h3 {
			margin-top : 0.5rem;
		}
		#news-oldernews ul li .news-image {
			display : block;
			width : auto;
		}
		#news-oldernews ul li .news-headlinedata {
			padding-left: 0;
		}
		#news-oldernews ul li .news-headlinedata > h3 {
			padding-left : 1rem;
		}
		.newsitem-image {
			float: none;
			display: block;
			margin: 0;
			width: 70%;
			max-width: 20rem;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 2rem;
		}
	}

	.items-allwrapper {
		display : flex;
		flex-wrap : wrap;
	}
	.items-onewrapper {
		margin-left : 0.6rem;
		margin-right : 0.6rem;
		width : 17rem;
	}
	.items-onewrapper ul {
		margin-left : 0;
		padding-top:0.8rem;
		padding-bottom:0.8rem;
		list-style : none;
		transition: all 0.3s ease;
		box-shadow: 0 1px 1px 0 rgba(60,64,67,.08), 0 1px 3px 1px rgba(60,64,67,.16);
	}
	.items-onewrapper ul li {
		cursor:default;
		min-height: 3.2rem;
		padding-top:0.8rem;
		padding-bottom:0.8rem;
		padding-right:1rem;
		padding-left:6rem;
		background-position: 1.5rem 1.1rem;
		background-size: 3.2rem;
		background-repeat: no-repeat;
		margin : 0;
		flex-direction: column;
		display: flex;
		transition: all 0.3s ease;
	}
	.items-onewrapper ul li:hover {
		box-shadow: 0 1px 3px 1px rgba(60,64,67,.2), 0 2px 8px 4px rgba(60,64,67,.1);
		background-color : #efefef;
	}
	.items-onewrapper.holidays ul li {
		background-image : url('/sites/default/files/intranet/icon_calendar.svg');
	}
	.items-onewrapper.linkslist ul li {
		background-image : url('/sites/default/files/intranet/icon_link.svg');
	}
	.items-onewrapper ul li .line1 {
		font-weight : bold;
	}
	.items-onewrapper ul li .line2 {
		font-size : 85%;
		color : #585858;
	}
	#employeeannouncements a {
		font-weight : 700;
	}
	#employeeannouncements {
		background-color: #ebebeb;
		color: #464646;
		padding: 1.3rem;
	}
	#employeeannouncements ul {
		list-style : none;
	}
	#employeeannouncements ul li {
		border-radius : 0.5rem;
		padding : 0.7rem;
	}
	#employeeannouncements ul li:nth-child(odd) {
		background-color: #fbfbfb;
	}
	#employeeannouncements ul li:nth-child(even) {
		background-color: #fbfbfb;
	}
	@media only screen and (max-width: 12.5in) {
		.items-allwrapper {
			justify-content : center;
		}
	}
#popupmenu {
	display: none;
}
#popupmenuwrapper {
	text-align : center;
}
#popupmenuwrapper > div {
	padding : 2%; width : 6.5ex; display : inline-block;
}
#popupmenuwrapper > div img {
	border : 0;
}
#topicons {
	position : relative; top : 3ex; text-align : right;
}
#topicons > div {
	padding : 0.5%; width : 4%; display : inline-block;
}
#topicons > div img {
	border : 0;
}
#front-topsplash {
	background-image : url('/sites/default/files/front/bg.jpg?sp2018');	
}
.carousel {
	width : 100%;
}
.frontblock.theacademics {
	background-image: url(/sites/default/files/front/academics.png);
}
.frontblock.theservices {
	background-image: url(/sites/default/files/front/services.png);
}
.frontblock.thecollege {
	background-image: url(/sites/default/files/front/college.png);
}
#front-newsandcalendar {
	color: #e8e8e8;
	background-color: black;
}
#front-newsandcalendar > div {
	display: flex;
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3rem;
    padding-bottom: 2rem;
}
#datelist {
	width : 100%; border-spacing : 0;
}
#datelist > div {
	margin-bottom : 2rem;
}
.row1 {
	background-color : #ececec;
}
.row2 {
	background-color : #dfdfdf;
}
.calendardatewrapper {
	color : black; display:table-cell; width : 15%; text-align : center; padding : 1.2rem;
}
.calendardatemonth {
	color : #E5F3FF; transform:scale(1.1,1); font-weight : bold; text-transform : uppercase; font-size : 80%; padding: 0.5rem;
}
.calendardateday {
	background: linear-gradient(#F2F3F3, #D5D5D5); padding-left: 0.75rem; padding-right: 0.75rem; color : #5c5c5c; transform:scale(1.1,1); font-weight : bold; text-transform : uppercase; font-size : 175%;
}
.calendartext {
	font-size : 1.1rem; display:table-cell; width : 85%; padding : 1ex;
}
.calendartext h4 {
	color : white;
}
.newsheader a {
	color : white;
	cursor : pointer;
	margin : 0;
	font-size : 1.4rem;
	text-decoration: underline;
    text-decoration-color: rgba(219, 219, 219, 0.59);
}
.newsshort {
	font-size : 1.1rem;
}
#front-thedifference > div {
	background-size: 18rem; background-repeat: no-repeat; padding-left: 3rem; padding-right: 3rem; padding-top: 15rem; padding-bottom: 0; background-position: top center; background-image: url(/sites/default/files/front/thedifference.png);
}
#differencetransfer {
	background-image : url('/sites/default/files/front/money.svg');
}
#differenceunique {
	background-image : url('/sites/default/files/front/unique.svg');
}
#differenceratio {
	margin-right : 0; background-image : url('/sites/default/files/front/teacher.svg');
}
#front-topsplashtext {
	color : #ededed;
}
.searchlabel {
	color: #dfdfdf;
    font-weight: 900;
    font-style: italic;
}
.hideelement {
	display : none !important;
}
#mobilenavtoggle {
	width : 100%;
	margin-top : 0;
}
#insideheaderwrapper {
	max-width: 1000px;
    margin: 0 auto;
}
.msg-note {
    color: #3c3c3c;
    display: block;
    border-radius: 0.5rem;
    padding: 2.5rem;
    margin: 4rem;
    background-color: #fff9d5;
    position: relative;
    font-weight: 800;
    font-size: 90%;
}
.msg-note ul.button-list {
	margin-left : 0;
}
.msg-note ul.button-list li {
	list-style : none;
}
.msg-note p:last-child {
	margin-bottom : 0;
}
.msg-note .msg-note-img {
	position: absolute;
    top: -1.5rem;
    left: -1.5rem;
	height : 3rem;
}
ol ol, ul ul {
	margin-bottom: 0
}
ins, mark {
	background-color: #fdfc9b
}
audio, img, video {
	max-width: 100%
}
#main-menu, #main-menu li, sub, sup {
	position: relative
}
.clear, .clear:after, .slides:after {
	visibility: hidden;
	clear: both
}
#slider a:active, img {
	outline: 0
}
@font-face {
	font-family: libel;
	src: url(/sites/all/themes/creative_responsive_theme/Cabin-SemiBold.ttf)
}
@font-face {
	font-family: rale;
	src: url(/sites/all/themes/creative_responsive_theme/Raleway-Regular.ttf)
}
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
}
dd, ol {
	margin-left: 30px
}
dd, dt, ol {
	margin-bottom: 24px
}
td, th {
	border-right: 1px solid #c8c7c7
}
dt, h1, h2, h3, h4, h5, h6, mark, strong {
	font-weight: 700
}
cite, em, mark {
	font-style: italic
}
#content li {
	margin-top : 0.5rem;
	margin-bottom : 0.5rem;
	/*margin-left: 0.7rem;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ol, ul {
	list-style: none
}
.clear {
	display: block;
	overflow: hidden;
	width: 0;
	height: 0
}
.clear:after {
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0
}
#site-description, #site-title a {
	line-height: 100%;
	float: left
}
* html .clear {
	height: 1%
}
@media screen and (min-width:5in) {
	body {
		font-size: 1.1rem;
	}
	#logo {
		width: 25%;
		float: left;
		margin: 25px 10px
	}
}
@media not screen and (min-width:5in) {
	body {
		font-size: 1.0rem;
	}
	#logo a img {
		width: 50%;
		display: block;
		margin-left: auto;
		margin-right: auto
	}
}
body {
	background: #f7f7f7;
	font-family: rale, Arial, Helvetica, sans-serif;
	line-height : 1.622;
	color : #3d4045;
}
a {
	color: #d40202;
	text-decoration: underline;
    text-decoration-color: rgba(200, 120, 120, 0.59);
}
a:hover {
	color: #21759b
}
h1, h2, h3, h4, h5, h6 {
	color: #0067c7;
	font-family: libel, Arial, Helvetica, sans-serif;
	line-height: 125%;
}
h1 {
	font-size: 2.05rem;

}
h2 {
	font-size: 150%;
	margin-top: 2rem;
}
#footer h2 {
	margin-top : 0;
	color : #2cbdff;
}
h3 {
	font-size: 130%;
	margin-top: 1.5rem;
	color : #02227f;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%
}
h6 {
	font-size: 120%
}
p {
	margin-bottom: 18px
}
td, th, tr {
	vertical-align: middle
}
.sticky-header th, .sticky-table th {
	border-bottom: 3px solid #ccc;
	padding-right: 1em;
	text-align: left
}
code, pre {
	background: #d8d8d8;
	border: 1px solid #bbb;
	padding: 7px;
	margin: 5px 0;
	text-shadow: 1px 1px #fff
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
	width: 100%;
	background: #ececec;
	border: 1px solid #bbb
}
th {
	background: #dbdbdb;
	padding: 5px 4px;
	text-shadow: 1px 1px #fff;
	color: #333
}
td {
	background: #ebebeb;
	color: #747474;
	text-align: left;
	padding-left: 4px;
	border-bottom: 1px solid #c8c7c7
}
code {
	display: block;
	border-radius: 7px
}
del {
	text-decoration: line-through
}
hr {
	border: none;
	border-top: #EEE 1px solid
}
ul {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 12px
}
ul ul {
	list-style-type: square
}
ul ul ul {
	list-style-type: circle
}
ol {
	list-style-type: decimal
}
ol ol {
	list-style: upper-alpha
}
ol ol ol {
	list-style: lower-roman
}
ol ol ol ol {
	list-style: lower-alpha
}
#main-menu ul, #main-menu ul li.collapsed, #main-menu ul li.expanded, #main-menu ul li.leaf {
	list-style: none
}
abbr, acronym {
	border-bottom: #999 1px dotted;
	cursor: help
}
ins {
	text-decoration: none
}
pre {
	border-radius: 7px
}
blockquote, q {
	quotes: none;
	border: 1px solid #bbb;
	background: url(images/quote.png) no-repeat #d8d8d8;
	padding: 10px 5px 5px 47px;
	text-shadow: 1px 1px #fff;
	margin: 5px 0;
	border-radius: 7px
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
sub, sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline
}
sup {
	bottom: 1ex
}
sub {
	top: .5ex
}
img, video {
	height: auto
}
video {
	display: block
}

#inner_header_wrapper {
	margin: 0 auto;
	border-bottom: 1px solid #EBEBEB;
	position: relative;
	-webkit-box-shadow: -1px 2px 18px #021736;
	-moz-box-shadow: -1px 2px 18px #021736;
	box-shadow: -1px 2px 18px #021736
}
#header_wrapper {
	background-color: rgba(160, 0, 0, 1);
	background-size : cover;
}
#header {
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 2rem;
}
#site-description, #site-title a {
	color: #fff;
	font-weight: 300
}
#block-block-17 .content ul.menu .active-trail a, #block-block-17 .content ul.menu .collapsed a, #block-block-17 .content ul.menu .first a, #block-block-17 .content ul.menu .leaf a, #main-menu a, #site-title {
	font-weight: 700
}
#site-description, #site-title {
	float: left
}
#site-title {
	margin: 25px 0
}
#site-description {
	color: #E7E7E7;
	margin: 0;
	clear: both
}
#main-menu {
	background-color: black;
    border-radius: 0.5rem;
	max-width: 1150px;
	margin: 0 auto -15px;
	z-index: 11;
	top: -11px;
	border-bottom: 2px solid #2b96fa;
	/*background: url(images/bg-menu.jpg);*/
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .03);
	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .03);
	-moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .03);
	-o-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .03)
}
#main-menu ul {
	float: left;
	padding: 0;
	margin: 0
}
#main-menu li {
	/*background: url(images/nav-border.png) right 0 no-repeat;*/
	float: left;
	padding: 0;
	margin: 0
}
#main-menu ul li:first-child {
	padding-left: 0
}
div.item-list ul, ol, ul {
	/*margin: 5px 0;*/
	padding: 0
}
#block-block-17 .content ul.menu .collapsed, #block-block-17 .content ul.menu .expanded, #block-block-17 .content ul.menu .first, #block-block-17 .content ul.menu .leaf {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0.25rem;
	text-indent: -20px;
	margin-bottom: 1.5ex
}
#block-block-17 .content ul.menu .active-trail a:before, #block-block-17 .content ul.menu .collapsed a:before, #block-block-17 .content ul.menu .first a:before, #block-block-17 .content ul.menu .leaf a:before {
	background-position: -160px -258px;
	/*background-image: url(/sites/default/files/icons.svg), none;*/
	content: "";
	display: inline-block;
	height: 18px;
	margin: 0;
	width: 20px;
	vertical-align: text-bottom
}
.item-list ul li, ul li, ul.links li, ul.menu li {
	list-style-position: inside;
	margin: 0 0 2px;
}
#main-menu a {
	display: block;
	color: #999;
	text-align: center;
	padding: 13px 23px;
	text-decoration: none;
	text-transform: uppercase
}
#main-menu a:hover, #main-menu li a.active {
	color: #FFF;
	text-decoration: none;
	/*background: url(images/li-hover.png) center*/
}
#main-menu li li a.active {
	background: #1e272e
}
.drop-down-toggle {
	position: absolute;
	top: 7px;
	right: 16px;
	display: none;
	width: 20px;
	height: 20px;
	border-radius: 15px;
	background: #333;
	background: -moz-linear-gradient(#333, #444);
	background: -webkit-linear-gradient(#333, #444);
	background: -o-linear-gradient(#333, #444);
	background: -ms-linear-gradient(#333, #444);
	background: linear-gradient(#333, #444);
	border: 3px solid #aaa
}
.drop-down-arrow {
	display: block;
	width: 0;
	height: 0;
	margin: 8px 0 0 5px;
	border-top: 5px solid #aaa;
	border-left: transparent 5px solid;
	border-right: transparent 5px solid
}
#main-menu li li {
	float: none;
	min-width: 190px;
	padding: 0;
	margin: 0
}
#main-menu li li a {
	color: #C5C5C5;
	min-width: 150px;
	margin: 0;
	background: #1e272e;
	border-top: 1px solid #333;
	text-align: left;
	overflow: hidden;
	padding: 3% 5%;
	font-weight: 400
}
#main-menu li li:first-child>a {
	border-top: none
}
#main-menu li li a:hover {
	background: #27323c
}
#main-menu li ul {
	display: none;
	position: absolute;
	z-index: 9999;
	min-width: 190px;
	height: auto;
	padding: 0;
	margin: 0;
	box-shadow: 0 0 3px #333
}
#main-menu li ul ul {
	margin: -33px 0 0 190px!important
}
#main-menu li li li:hover>ul, #main-menu li li:hover>ul, #main-menu li:hover>ul {
	display: block
}
#main-menu .nav-toggle {
	display: none
}
#main-menu .nav-toggle img {
	vertical-align:middle; height : 3ex; width : auto;
}
#main-menu ul.menu li {
	margin: 0
}
#main-menu li.collapsed, #main-menu li.expanded, #main-menu li.leaf {
	margin: 0;
	padding: 0
}
#container, .region-slideshow {
	padding: 0;
}
#container {
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 0 2px 18px #ddd;
	-webkit-box-shadow: 0 2px 18px #ddd;
	box-shadow: 0 2px 18px #ddd
}
#slider {
	background: 0 0;
	position: relative;
	box-shadow: none;
	overflow: visible
}
.nivo-caption {
	background: rgba(255, 255, 255, .6);
	margin: 20px;
	width: 60%;
	padding: 20px;
	border-left: 4px solid #32a5e7;
	font-family: Arial, sans-serif;
	color: #000;
	line-height: 120%
}
.slider-wrapper #slider, .slides {
	width: 100%;
	overflow: hidden
}
.slider-wrapper #slider {
	margin: 0 auto;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.theme-default .nivo-controlNav {
	padding: 20px 0 0
}
.flex-control-nav, .slides {
	margin: 0;
	padding: 0;
	list-style: none
}
#slider .slides>li {
	display: none;
	position: relative;
	margin: 0
}
#slider .slides li:first-child {
	display: list-item
}
.flex-pauseplay span {
	text-transform: capitalize
}
.slides:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0
}
.flex-control-nav {
	position: absolute;
	right: 4%;
	bottom: 7.3%;
	text-align: center
}
#footer-area, #top-area, fieldset {
	position: relative
}
.flex-control-nav li {
	display: inline-block;
	margin: 0 0 0 15px
}
.flex-control-nav li:first-child {
	margin: 0
}
.flex-control-nav li a {
	display: block;
	width: 24px;
	height: 24px;
	box-shadow: 0 0 3px #999;
	cursor: pointer;
	background: #e9e9e9;
	color: #333;
	font-weight: 700;
	line-height: 24px
}
.flex-control-nav li a.active, .flex-control-nav li a:hover {
	background: #fff
}
#slider .post {
	padding: 1.83%;
	margin: 0;
	box-shadow: none;
	background: 0 0
}
#slider .entry-container {
	float: right;
	max-width: 50%
}
#slider .slide-image {
	max-width: 49%;
	padding: .47%;
	background: #E9E9E9
}
#slider .entry-header, #slider .entry-summary {
	margin-left: 5%
}
#slider .entry-title {
	margin-left: 0;
	margin-bottom: 15px
}
.content-sidebar-wrap {
	float: left;
	width: 100%
}
.front .content-sidebar-wrap {
	margin-top: 20px
}
.content-sidebar-wrap #content {
	display: inline;
	margin-bottom: 2.7%;
	float: right;
	width: 100%
}
#sidebar-first {
	color: #888;
	float: left
}
#sidebar-second {
	color: #888;
	float: right
}
body.two-sidebars .content-sidebar-wrap {
	width: 80%
}
body.two-sidebars #content {
	width: 75%
}
body.two-sidebars #sidebar-first {
	width: 24%
}
body.two-sidebars #sidebar-second {
	width: 19%
}
body.sidebar-first .content-sidebar-wrap {
	width: 100%
}
body.sidebar-first #content {
	width: 80%
}
body.sidebar-first #sidebar-first {
	width: 19%
}
body.sidebar-second .content-sidebar-wrap {
	width: 80%
}
body.sidebar-second #content {
	width: 100%
}
body.sidebar-second #sidebar-second {
	width: 19%
}
#post-content {
	padding: 1.5%;
}
.breadcrumb {
	margin: 0 20px 10px;
	padding-top: 20px;
	border-bottom: #eee 1px solid
}
#content, #head, #sidebar-first, #sidebar-second {
	margin-top: 10px
}
.node {
	margin: 20px 0
}
.node h2.title, .page-title {
	display: block
}
.node h2.title a {
	color: #000
}
.block {
	margin-bottom: 1%
}
.block>h2 {
	font-weight: 400;
	margin: 5px 0;
	padding: 0 0 4px
}
.theme-default .nivo-directionNav a {
	background: url(images/arrows.png) no-repeat
}
.theme-default a.nivo-nextNav {
	background-position: -30px 0
}
#footer-area .block>h2 {
	margin-bottom: 10px;
	font-weight: 700
}
#footer-area ul.menu li a.active {
	color: #ddd
}
.region-front-welcome {
	background: url(images/hr.png) top center no-repeat;
	padding-top: 2%;
	margin-top: 3%
}
.region-front-welcome h2 {
	margin-bottom: 10px;
	text-transform: uppercase
}
.submitted {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f7f7f7;
	border: 1px solid #ececec;
	border-radius: 4px;
	clear: both;
	color: #383838;
	display: inline-block;
	margin-bottom: 5px;
	padding: 2px 8px
}
.links {
	color: #000;
	margin-top: 10px
}
ul.links {
	margin: 0
}
.links li a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #696F72;
	border-radius: 4px;
	color: #FFF;
	font-weight: 400;
	padding: 4px 8px
}
table.cke_editor, table.cke_editor td {
	border: 0;
	background: 0 0
}
.links li a:hover {
	background: #000;
	color: #DDD
}
table.cke_editor td {
	padding: 0
}
.form-submit {
	cursor: pointer;
	margin: 5px
}
input.form-checkbox, input.form-radio {
	vertical-align: baseline
}
.form-text {
	padding: 4px 5px
}
.item-list ul {
	margin: 0;
	padding: 0 0 0 1.5385em
}
ul.inline {
	clear: both
}
ul.inline li {
	margin: 0;
	padding: 0
}
.tabs-wrapper {
	border-bottom: 1px solid #b7b7b7;
	margin: 0 0 5px
}
ul.secondary, ul.secondary a.active {
	border-bottom: none
}
ul.primary {
	border: none;
	margin: 0;
	padding: 0
}
ul.primary li a {
	background: 0 0;
	border: none;
	display: block;
	float: left;
	line-height: 1.5385em;
	margin: 0 5px 0 0;
	padding: 0 1em;
	border-radius: 4px 4px 0 0
}
ul.primary li a.active, ul.primary li a:hover {
	background: #666;
	border: none;
	color: #fff
}
ul.primary li a:hover {
	background: #888;
	text-decoration: none
}
ul.secondary {
	background: #666;
	clear: both;
	margin: 0;
	padding: 0
}
ul.secondary li {
	border-right: none
}
ul.secondary li a, ul.secondary li a:link {
	border: none;
	color: #ccc;
	display: block;
	float: left;
	line-height: 1.5385em;
	padding: 0 1em
}
ul.secondary li a.active, ul.secondary li a:hover {
	background: #888;
	color: #fff;
	text-decoration: none
}
.field-name-field-tags {
	margin: 0 0 10px
}
.field-name-field-tags a {
	display: inline-block;
	background: url(images/tag.png) no-repeat;
	padding: 0 8px 0 16px;
	height: 22px;
	text-shadow: 1px 1px #fff;
	border-radius: 2px
}
.field-name-field-tags .field-item {
	margin: 0 1em 0 0
}
.field-name-field-tags div {
	display: inline
}
.profile {
	margin: 1.5385em 0
}
.profile dd {
	margin-bottom: 1.5385em
}
.profile h3 {
	border: none
}
.profile dt {
	margin-bottom: 0
}
.password-parent {
	width: 36em
}
.item-list .pager li {
	background: #cfcfcf;
	border-radius: 3px;
	margin-right: 4px;
	text-shadow: 1px 1px #fff
}
img.scale-with-grid {
	max-width: 100%;
	height: auto
}
fieldset {
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 32px;
	padding: 0 0 10px;
	top: 12px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.fieldset-wrapper {
	margin-top: 25px
}
.node-form .vertical-tabs .fieldset-wrapper {
	margin-top: 0
}
.filter-wrapper {
	top: 0;
	padding: 1em 0 .2em;
	-khtml-border-radius-topright: 0;
	-khtml-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.filter-help a {
	padding: 2px 20px 0
}
.filter-wrapper .form-item label {
	margin-right: 10px
}
.filter-wrapper .form-item {
	padding: 0 0 .5em .5em
}
.filter-guidelines {
	padding: 0 1.5em 0 .5em
}
fieldset.collapsed {
	background: 0 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}
fieldset legend {
	background: #dbdbdb;
	border: 1px solid #ccc;
	border-bottom: none;
	display: block;
	height: 2em;
	left: -1px;
	line-height: 2;
	padding: 0;
	position: absolute;
	text-indent: 10px;
	text-shadow: 0 1px 0 #fff;
	top: -12px;
	width: 100%;
	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px
}
fieldset.collapsed legend {
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
fieldset .fieldset-wrapper {
	padding: 0 10px
}
input, select.form-select, textarea.form-textarea {
	padding: 4px
}
fieldset .fieldset-description {
	margin-top: 5px;
	margin-bottom: 1em;
	line-height: 1.4;
	font-style: italic
}
input {
	margin: 2px 0
}
textarea {
	line-height: 1.5
}
input.form-text, select.form-select, textarea.form-textarea {
	border: 1px solid #ccc
}
.password-suggestions ul li {
	margin-left: 1.2em
}
.form-item {
	margin-bottom: 1em;
	margin-top: 2px
}
.form-type-checkbox label, .form-type-radio label {
	margin-left: 4px
}
.form-type-checkbox .description, .form-type-radio .description {
	margin-left: 2px
}
.form-actions {
	padding-top: 10px
}
button, input[type=submit], input[type=reset], input[type=button] {
	background-image: -ms-linear-gradient(top, #FFF 0, #E3E3E3 100%);
	background-image: -moz-linear-gradient(top, #FFF 0, #E3E3E3 100%);
	background-image: -o-linear-gradient(top, #FFF 0, #E3E3E3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #E3E3E3));
	background-image: -webkit-linear-gradient(top, #FFF 0, #E3E3E3 100%);
	background-image: linear-gradient(top, #FFF 0, #E3E3E3 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');
	border: 1px solid #dbdbdb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 1px 0 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	-o-box-shadow: inset 0 1px 0 0 #fff;
	box-shadow: inset 0 1px 0 0 #fff;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	position: relative;
	font-weight: 700;
	padding: 8px 1em 9px
}
.search-results .search-snippet-info, ol.search-results {
	padding-left: 0
}
button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
	background-image: -ms-linear-gradient(top, #DBDBDB 0, #F2F2F2 100%);
	background-image: -moz-linear-gradient(top, #DBDBDB 0, #F2F2F2 100%);
	background-image: -o-linear-gradient(top, #DBDBDB 0, #F2F2F2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
	background-image: -webkit-linear-gradient(top, #DBDBDB 0, #F2F2F2 100%);
	background-image: linear-gradient(top, #DBDBDB 0, #F2F2F2 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 1px 0 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	-o-box-shadow: inset 0 1px 0 0 #fff;
	box-shadow: inset 0 1px 0 0 #fff;
	cursor: pointer
}
#block-search-form {
	padding-bottom: 7px;
	overflow: hidden;
	text-align: center
}
.credits, .read-more_wrapper {
	text-align: right
}
#block-search-form .content {
	margin-top: 0
}
#block-search-form .form-item-search-block-form input, #search-form input#edit-keys {
	float: left;
	height: 1.143em;
	margin-right: 5px;
	width: 9em
}
#search-block-form input.form-submit, #search-form input.form-submit {
	margin-left: 0;
	margin-right: 0;
	height: 25px;
	width: 34px;
	padding: 0;
	cursor: pointer;
	text-indent: -9999px;
	border-color: #e4e4e4 #d2d2d2 #b4b4b4;
	background: url(images/search-button.png) center top no-repeat;
	overflow: hidden
}
#search-block-form input.form-submit:focus, #search-block-form input.form-submit:hover, #search-form input.form-submit:focus, #search-form input.form-submit:hover {
	background-position: center bottom
}
#search-block-form .form-actions {
	float: left;
	padding: 0
}
#search-block-form .form-actions input {
	margin: 1px 0
}
#search-form .form-item-keys label {
	display: block
}
.search-results li {
	border-bottom: 1px solid #d3d7d9;
	padding-bottom: .4285em;
	margin-bottom: .5em
}
.search-results li:last-child {
	border-bottom: none;
	padding-bottom: none;
	margin-bottom: 1em
}
#top-area {
	clear: both
}
#top-area .block, #top-area .block p {
	margin: 0
}
#top-area .column {
	float: left;
	width: 32%;
	margin: 0 5px;
	background: #fcfcfc;
	border: 1px solid #f1f1f1
}
#top-area h2 {
	padding: 9px 10px 0;
	color: #222e36;
	margin: 0;
	font-weight: 700
}
#top-area .column .content {
	padding: 10px
}
#top-area .column:first-child {
	margin-left: 0
}
#top-area .column-title {
	color: #e0e0e0
}
#top-area li {
	border-bottom: #555 1px dashed
}
#footer {
	clear: both;
	color: #c4c4c4;
	background-color: #000000;
	border-top: 1px solid #CFD7DB
}
#otherbottomstuff div div div a {
	color: #fff
}
#footer a {
	color: white;
	text-shadow: 0rem 0rem 2rem black;
	text-decoration: underline;
    text-decoration-color: rgba(219,219,219,0.59);
}
#footer_wrapper {
	max-width: 1000px;
	margin: 0 auto
}
#footer-area {
	padding: 1.76% 1.52% 0 1.76%;
	color: #afafaf;
}
#footer-area .column {
	float: left;
	width: 100%;
	margin: 0 0 1.9% 3.8%
}
#footer-area .column:first-child {
	margin-left: 0
}
#footer-area .column-title {
	color: #e0e0e0
}
#copyright {
	padding : 1rem;
	font-size : 90%;
}
.credits {
	float: right;
	max-width: 370px;
	margin-right: 12px
}
#front-mcccampusnews h3, #front-mcccalendar h3 {
	color : rgba(255,255,255,0.85);
	text-transform : uppercase;
	text-align: center;
	margin-bottom : 2rem;
	margin-top: 0;
	font-size:  1.7rem;
}
@media screen and (min-width:5in) {
	#front-mcccalendar {
		display: table-cell;
		width: 35%
	}
	#front_wrapper {
		border-spacing: 2ex
	}
	#copyright {
		max-width : 95%;
	}

}
@media screen and (min-width:9in) {
	#datemenu, #newsmenu {
		display: none
	}
	#copyright {
		max-width: 55%;
		margin-left: auto;
		margin-right: auto;
	}
	#front-mcccalendar, #front-mcccampusnews {
		width: 50%;
	}
}
@media not screen and (min-width:9in) {
	#datelist, #newslist {
		display: block
	}
	#datemenu {
		display: inline
	}
	#block-block-16, #navheader, #navlist.frontmenu, #newsemenu {
		display: none
	}
	#front-mcccalendar {
		margin-top: 0
	}
	#front-newsandcalendar > div {
		display: block;
		max-width: 100%;
	}
}
@media not screen and (min-width:9in) {
	#front-mcccalendar, #front-mcccampusnews {
		width: 100%;
	}
	#front-mcccalendar {
		margin-top: 0
	}
	#front-mcccalendar > div {
		padding: 0;
		margin: 0;
		display: table;
		border-spacing: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#front_wrapper {
		border-spacing: 0
	}
	.newsitem {
		white-space: nowrap;
		overflow: hidden
	}
}
.footer_credit {
	font-size : 0.8rem;
	color: #959595;
	font-family: Arial;
	overflow: auto;
	padding: 0.8rem 0;
}
.box, .front_article .text.short {
	overflow: hidden
}
.footer_inner_credit {
	max-width: 1000px;
	margin: 0 auto
}
.social-icons {
	position: fixed;
	right: 0;
	top: 10%;
	padding: 5px 0;
	z-index: 99;
	background: #222e36;
	-webkit-box-shadow: 1px 0 7px #2b96fa;
	-moz-box-shadow: 1px 0 7px #2b96fa;
	box-shadow: 1px 0 7px #2b96fa
}
#toolbar ul li, #toolbar ul li a, ul.primary li {
	background: 0 0
}
ul.primary li {
	display: inline-block;
	padding: 0;
	margin: 0
}
.front_article {
	border-bottom: 1px dotted grey;
	padding: 3px;
	margin: 2px
}
.front_article .text.full {
	display: none
}
.read-more {
	border-radius: .75ex;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: .8ex;
	color: #000;
}
.ellipsis {
	color: #06c;
	font-weight: 700
}

.search-info {
	display: none
}
@media screen and (min-width:10in) {
	.programs_link {
		padding: 2ex;
		display: table-cell;
		width: 33%
	}
	.programs_table {
		display: table
	}
	.programs_row {
		display: table-row
	}
}
@media not screen and (min-width:10in) {
	.programs_link {
		margin: auto;
		padding: .25ex;
		display: block;
		width: 100%
	}
	.programs_link .hvr-float-shadow {
		display: block
	}
	.programs_linkinfo {
		display: none
	}
}
.pullquote {
	padding: 1.6rem 1.2rem 1rem 1.6rem;
	width: 10rem;
	position: relative;
	margin: 0 2rem 2rem 0;
	float: left;
	font-family: Questrial, Helvetica, sans-serif;
	font-size: 1.2rem;
	line-height: 1.4;
	color: #FFF;
	text-transform: uppercase;
	background: #2F2F2F;
	border: 1px solid #eee;
	box-shadow: 0 0 5px #2F2F2F;
	border-radius: 0
}
.pullquote br {
	display: none
}
.pullquote:after, .pullquote:before {
	content: "“";
	font-family: Georgia;
	font-size: 200%;
	position: absolute;
	color: #ff0;
	text-shadow: 0 0 5px rgba(0, 0, 0, .4)
}
.pullquote:before {
	top: .25rem;
	left: .5rem
}
.pullquote:after {
	content: "”";
	bottom: -1rem;
	right: 3rem
}
.bottomwrapper ul {
	list-style : none;
	margin-left : 0;
}
.bottomwrapper nav {
	display : inline-flex;
	width : 50%;
}
@media screen and (max-width:700px) {
	.pullquote {
		float: none;
		width: 80%;
		margin: 0 auto
	}
	.pullquote br {
		display: block
	}
}
@media screen and (max-width:550px) {
	.pullquote br {
		display: none
	}
}
@media screen and (max-width:480px) {
	.pullquote:after, .pullquote:before {
		font-size: 200%
	}
	.pullquote {
		font-size: 1.1rem;
		padding: 1.6rem 1.2rem 1rem 2rem;
		margin-bottom: 2rem
	}
	.pullquote:after {
		bottom: 0
	}
}
.pullquote a {
	color: #fff
}

	.contact_dept {
		height : 7rem; text-shadow: 0.1rem 0.1rem 0.1rem #3c3c3c; font-weight: 700; background-color: rgba(10,10,10,0.51); border-radius: 0.5rem; color: #f0f0f0; background-size: cover; font-size: 1.1rem; line-height: 3rem; padding: 3% 3% 3% 33%; position : relative; margin : 2rem; font-style : italic;
		letter-spacing: .01em; box-shadow: 0 0.1rem 0.1rem rgba(0,0,0,.4), 0 0 0.1rem rgba(0,0,0,.12);
		/* background-blend-mode: darken; */
	}
	.contact_dept:before {
		content: "";
		position: absolute;
		height: 100%;
		width: 100%;
		left :0;
		top : 0;
		background: rgba(10,10,10,0.52);
	}
	.contact_type {
		width : 3rem; vertical-align : middle;
	}
	.contact_dept h2 {
		position : absolute; left : 1.5rem; top: 0rem; color : #cfcedb; font-size : 140%; width : 35%;
	}
	.contact_dept ul {
		line-height : 1.5rem;
		position : absolute;
		list-style: none;
	}
	.contact_dept ul a {
		color: #f0f0f0;
	}
	
	.tophelp {
		border-radius: 2rem;
		padding: 0.4rem;
		background-color: #f8e835;
		font-size: 90%;
		display: inline-block;
		border: 0.3rem solid black;
		font-weight: 900;
	}

@media screen and (min-width:7in) {
	.left-nav-1, .left-nav-2, .left-nav-3, .left-nav-4 {
		display: table-row
	}
	.left-nav-1 div, .left-nav-2 div, .left-nav-3 div, .left-nav-4 div {
		display: table-cell
	}
}
@media not screen and (min-width:8in) {
	.left-nav-1, .left-nav-3 {
		display: inline-block
	}
	.left-nav-2, .left-nav-4 {
		display: none
	}
	.left-nav-1 div, .left-nav-3 div {
		display: inline-block
	}
}
@media not screen and (min-width:9in) {
	#block-system-navigation h2 {
		color: red
	}
	#block-system-navigation .content {
		display: none
	}
	#popupmenu {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 15;
		background-color: rgba(0, 0, 0, .85);
		width: 100%;
		padding-bottom: 2ex;
		padding-top: 6.5ex;
		height: 100%
	}
	#popupmenu form {
		text-align: center
	}
	#popupmenu ul li a {
		color: #fff;
		font-size: 110%;
		line-height: 175%
	}
	#popuptoggle img {
		box-shadow: 0 0 24px -5px rgba(0, 0, 0, .7);
		position: fixed;
		width: 9%;
		height: auto;
		right: 2ex;
		top: 3.5ex;
		z-index: 16
	}
	#search-block-form div .container-inline {
		display: inline-block
	}
	#search-block-form {
		margin-top: 1ex;
		margin-bottom: 1.5ex
	}
}
@media (max-width:7in) and (min-width:4in) {
	#popupmenu ul {
		column-count: 2;
		column-gap: 5ex;
		font-size: 90%;
		line-height: 90%
	}
}
@media screen and (min-width:9in) {
	#popuptoggle {
		display: none
	}
}
@media screen and (min-width:9in) {
	#sbclist {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 3rem;
		column-gap: 3rem;
		-moz-column-gap: 3rem;
	}
	#sbclogo {
		border : 0; float : right; margin: 1rem;
	}
	#topicons {
		display: block
	}
	/*.bottomleft {
		width: 75%;
		display: table-cell
	}
	.bottomright {
		width: 25%;
		display: table-cell
	}*/
	.thebottom {
		/*display: table;*/
		width: 100%
	}

	.directory_employee {
		background-color: #f5f5f5;
		color: #000;
		margin-left: 3ex;
		padding: .5em;
		margin-bottom: 0;
		border: .5px solid orange
	}
	.directory_firstcontainer {
		display: table-row;
		width: 100%
	}
	.directory_secondcontainer {
		display: table-cell;
		width: 25%;
		text-align: center
	}
	.directory_thirdcontainer {
		display: inline
	}
	.directory_title {
		margin-left: .5em
	}
	.directory_click {
		margin-left: 2ex;
		font-size: 75%;
		cursor: pointer;
		text-decoration: underline
	}
	.directory_creds {
		padding-top: 3ex;
		text-align: center;
		font-size: 85%;
		display: none
	}
	.directory_secondcontainer a {
		color: #c00
	}
}
@media screen and (max-width: 11.99in) and (min-width: 6.0in) {
	.threetable .firstrow .acell {
		display : table-cell;
		width : 33.3%;
	}

	#sbclogo {
		border : 0; float : right; margin: 1rem;
	}
	#sbclist {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 1rem;
		column-gap: 1rem;
		-moz-column-gap: 1rem;
	}
}
.threetable {
	padding: 0; background-color: #b22100;display : table;width: 95%;margin-left : auto;margin-right : auto; border-radius : 1.5rem;
}
.threetable .firstrow {
		
}
.threetable a {
	color : white;
}
.threetable .firstrow .acell {
	 text-align:  center; padding : 2.1rem;
	 cursor : pointer;
}
.threetable .firstrow .label {
	color : white; font-size : 2rem; font-weight : 800; padding-top : 1rem;
}
.bottom1 a, .bottom2 a, .bottom3 a, .bottom4 a {
	color: white;
	display: block;

	font-style: normal;
	font-size: 1.1rem;
	letter-spacing: .02em;
	overflow: hidden;
	padding: 1ex 0;
}
.bottom1, .bottom2, .bottom3, .bottom4 {
	text-overflow: ellipsis;
	/*text-transform: uppercase;
	white-space: nowrap*/
}
@media screen and (max-width: 7in) and (min-width: 0.01in) {
	.msg-note {
		margin-left: 1.1rem;
		margin-right: 0.5rem;
		padding: 1.2rem;
	}
	#corpheader, #studentservicesheader, #martinheader, #bertieheader {
		font-weight: 800;
		background-color: white;
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding: 0.5rem;
		background-image: linear-gradient(#03a4ed,#0187c4);
		border: 1px solid #3079ed;
		color: #f4f4f4;
		border-radius : 0;
		text-shadow : none;
		text-transform : uppercase;
	}
	#studentserviceslinks, #corplinks, #martinlinks, #bertielinks {
		display : none;
	}
	.bottom1, .bottom2, .bottom3, .bottom4 {
		width: 100%;
		display: inline-block;
		text-align : center;
	}
	.bottomwrapper > nav {
	    display: block;
		width: inherit;
	}
}
@media screen and (max-width: 12in) and (min-width: 7.0in) {
	.bottomwrapper {
		max-width : 97%;
	}
	.bottom1, .bottom2, .bottom3, .bottom4 {
		padding : 0.8rem;
	}
}
@media screen and (max-width: 20in) and (min-width: 12.0in) {
	.bottomwrapper {
		max-width : 75%;
	}
	.bottom1, .bottom2, .bottom3, .bottom4 {
		padding : 1.5rem;
	}
}
@media screen and (min-width:20.0in) {
	.bottomwrapper {
		max-width : 55%;
	}
	.bottom1, .bottom2, .bottom3, .bottom4 {
		padding : 1.5rem;
	}
}
@media screen and (min-width:7.0in) {
	.bottomwrapper {
		width: 100%;
		display: flex;
		align-items: flex-start;
		margin-left: auto;
		margin-right: auto;
	}
	.bottom1, .bottom2 {
		width : 50%;
		display: inline-block;
		vertical-align : middle;		
	}
	.bottom3, .bottom4 {
		width: 25%;
		display: inline-block;
		vertical-align : middle;
	}
	#bertieheader {
		display : block;
		margin-top : 1.5rem;
	}
	#corpheader, #studentservicesheader, #martinheader, #bertieheader {
		font-weight: 800;
		padding: 0.1rem;
		color: #f4f4f4;
		border-radius : 0;
		text-shadow : none;
		text-transform : uppercase;
		background : none;
		box-shadow: none;
		border: 0;
		text-align : left;
	}
}
@media screen and (min-width:12.0in) {
	.threetable .firstrow .acell {
		display : table-cell;
		width : 33.3%;
	}
}

@media screen and (max-width: 5.99in) and (min-width: 1in) {
	.threetable .firstrow .label {
		font-size : 1.5rem;
		padding-top : 0.5rem;
	}
	.threetable .firstrow .acell {
		width: 35%;
		margin-left: auto;
		margin-right: auto;
		display : block;
		padding : 0.6rem;
	}
	#sbclist {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	#sbclogo {
		border : 0;
		margin: 0.75rem;
		display : block;
		text-align : center;
	}

}


@media not screen and (min-width:9in) {
	#block-block-5, #topicons {
		display: none
	}
	/*.bottomleft {
		display: table;
		width: 100%
	}
	.bottomright {
		width: 100%;
		text-align: center;
		display: block
	}*/


	.directory_employee {
		background-color: #f5f5f5;
		color: #000;
		margin-left: 1ex;
		padding: .4em;
		margin-bottom: 0;
		border: .5px solid orange
	}
	.directory_firstcontainer {
		display: table;
		width: 100%
	}
	.directory_thirdcontainer {
		display: table-cell;
		width: 55%
	}
	.directory_left {
		display: table-cell;
		width: 45%
	}
	.directory_right {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		width: 100%
	}
	.directory_click {
		cursor: pointer;
		text-decoration: underline;
		font-style: italic
	}
	.directory_creds {
		padding-top: 3ex;
		text-align: center;
		font-size: 95%;
		display: none
	}
	.directory_secondcontainer a {
		color: #c00
	}
}

#bertielinks, #martinlinks {
	font-style: normal;
	font-size: 1rem;
}

#corpheader, #studentservicesheader, #martinheader, #bertieheader {
	margin-top : 1.5rem;
	font-size : 1.1rem;
}
.bottom4 {
	margin-top : 2rem;
}
.bottom4 a:before {
	background: url(/sites/default/files/icons.svg) no-repeat;
	background-image: url(/sites/default/files/icons.svg), none;
	content: "";
	display: inline-block;
	height: 18px;
	margin: 0 15px 0 0;
	width: 20px;
	vertical-align: text-bottom
}
.bottom4 .mail:before {
	background-position: -60px -258px
}
.bottom4 .phone:before {
	background-position: -94px -260px
}
.bottom4 .directions:before {
	background-position: -124px -259px
}
.bottom4 .contact:before {
	background-position: -157px -258px
}
.popupwindow {
    color: #545454;
    max-width: 80ex;
    padding: 4ex;
    display: none;
    background-color: rgb(239, 239, 239);
    border-radius: .7ex;
}
.popupwindow a {
	color: #0224a3;
	text-decoration: underline;
	font-weight : 700;
}
.popupwindow p {
	margin-bottom: 1 rem;
}
.popupwindow .popupbutton {
	text-align: right;
	padding-top: 2ex
}
.step {
	display: inline-block
}
.flex {
	display: table
}
.arrow, .box {
	display: table-cell;
	vertical-align: middle
}
.box {
	font-size: 90%;
	height: 13ex;
	width: 13ex;
	background: linear-gradient(#0756b9,#15044e);
	text-align: center;
	border: 1ex solid #00000024;
	border-radius: .8ex;
	box-shadow: 0 0 .75ex gray;
	font-weight: 700;
	padding: .2ex;
	color: #fff;
	text-overflow: clip;
	white-space: normal;
	cursor: pointer
}
.arrow {
	padding-left: 0;
	padding-right: 0
}


	.newsitemwrapper {
		margin: 0;
		padding: 4rem;
		padding-top: 1.2rem;
	}
	
	
	
@media screen and (max-width: 6in) and (min-width: 0.5in) {
	.contact_dept {
		line-height : 0.9rem; height : 10rem; font-size: 0.8rem; padding: 2.5%; margin : 0.9rem;
	}
	.contact_type {
		width : 2.1rem; vertical-align : middle;
	}
	.contact_dept h2 {
		position : relative; color : #cfcedb; font-size : 200%; width : 100%; left : 0; top : 0;
	}
	.contact_dept ul {
		margin-top : 0.8rem;
		margin-left : 0;
	}
	.contact_dept ul li {
		margin-left : 0;
		margin-bottom : 1rem;
	}
	.tophelp {
		border-radius: 2rem;
		padding: 0.1rem;
		background-color: #f8e835;
		font-size: 80%;
		display: block;
		border: 0.3rem solid black;
		font-weight: 900;
	}
	#post-content {
		padding : 0.3rem;
	}
	.ccp-table tr td {
		padding : 0.3rem;
	}
	.ccp-table th {
		padding : 0.3rem;
		font-weight : bold;
	}
}

.navhead {
	color: #727272;
    font-weight: 700;
    font-size: 120%;
    font-style: italic;
}

.ccp-table {
	background-color : rgba(0,0,0,0);
	display : table;
	width: 100%;
	border : 0;
	border-collapse: collapse;
    border-style: hidden;
	margin-bottom: 1.8rem;
	margin-top : 1.8rem;
}

.cpp-centered {
	max-width : 40rem; margin-left : auto; margin-right : auto;
}

.ccp-table tr td {
	color : #4c4c4c;
	vertical-align : top;
	/*border-top : 0;
	border-right : 0;
	border-left : 0;*/
	border : #d4d4d4 solid 0.1rem;
}

.ccp-table th {
	vertical-align : top;
	border-top : 0;
	border-right : 0;
	border-left : 0;
	text-shadow : none;
	color : white;
	text-align : center;
	font-weight : 700;
	background-color: #0067c7;
}

.ccp-table-head > td:first-child, .ccp-table-head > th:first-child {
	border : 0;
	background-color: #0067c7;
	border-radius : 0.7rem 0 0 0;
}

.ccp-table-head > th:last-child {
	border-radius : 0 0.7rem 0 0;
}

.ccp-table tr:last-child > th:first-child, .ccp-table tr:last-child > td:first-child{
	border-radius : 0 0 0 0.7rem;
}

.ccp-table tr:last-child > td:last-child {
	border-radius : 0 0 0.7rem 0;
}

.ccp-table ol {
	margin-left : 1rem;
}

.ccp-table.cpp-centered tr td {
	vertical-align : middle;
	text-align : center;
}



@media screen and (min-width:7.0in) {
	.messagewithfloater {
		display: flex;
		flex-direction: row;
	}
	.messagewithfloater .floatingimage {
		width: auto;
		height: auto;
	}
	.messagewithfloater .actualmsg {
		width : 70%;
	}
	.groupbanner h1 {
		text-align: left;
		line-height: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
		padding-bottom: 1rem;
		padding-top: 1rem;
		border-radius: 0.5rem 0.5rem 0 0;
		font-size: 3rem;
	}
}
@media screen and (max-width: 6.99in) {
	.messagewithfloater {
		display: block;
	}
	.messagewithfloater .floatingimage {
		display : block;
		margin-top : 3rem;
		margin-bottom : 3rem;
		margin-left : auto;
		margin-right : auto;
	}
	.messagewithfloater .actualmsg {
		width : 100%;
	}
	.groupbanner h1 {
		width : 100%;
		text-align : center;
		border-radius : 0;
		padding : 1.3rem;
		line-height : 1.5rem;
		font-size: 2.2rem;
	}
	.less-important {
		display : none;
	}
	#employee-directory .ccp-table {
		table-layout: fixed;
	}
	#employee-directory .ccp-table th.employee-name {
		width : 33.3%;
	}
	#employee-directory .ccp-table th.employee-title {
		width : 36.3%;
	}
	#employee-directory .ccp-table th.employee-phone {
		width : 30.3%;
	}
	#employee-directory .ccp-table .ccp-table-head th.employee-phone {
		border-radius: 0 0.7rem 0 0;
	}
}

@media screen and (min-width:9.0in) {
	.ccp-table tr td {
		padding : 1.3rem;
	}
	.ccp-table th {
		padding : 1.3rem;
	}
	#post-content .content {
		padding-left : 1rem;
	}
}
@media screen and (max-width: 8.99in) {
	.ccp-table tr td {
		font-size : 80%;
		padding : 0.3rem;
	}
	.ccp-table th {
		font-size : 70%;
		padding : 0.3rem;
	}
	#navlist.minimenu ul {
		margin-left : 0;
	}
	#navlist.minimenu li {
		padding : 0.8rem;
	}
	#container .content-sidebar-wrap {
		display: flex;
		flex-direction: column;
	}
	#sidebar-first {
		order : 2;
	}
	#content {
		order : 1;
	}
	#navlist.minimenu {
		font-size : 1.1rem;
		/*border-radius: 0.5rem;*/
		font-weight: 800;
		background-color: white;
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		/*padding: 0.5rem;*/
		background-image: linear-gradient(#03a4ed,#0187c4);
		border: 1px solid #3079ed;
		color: #fff;
		box-shadow: 0rem 0.1rem 0.3rem rgba(0,0,0,0.5);
	}
	#navlist.minimenu li a.active {
		color : #b5e6ff;
	}
	#navlist.minimenu li a {
		display : block;
		color : white;
	}
	#navlist.minimenu ul {
		margin-bottom : 0;
	}
}

#navlist li {
	list-style-image: none;
	list-style-type: none;
	border-bottom : 0.1rem #e3e3e3 solid;
	padding : 0.5rem;
}
#navlist li.last.leaf {
	border-bottom : 0;
}
.groupbanner {
	display: block; height: 21rem; background-size: cover; background-position: top center; background-repeat : no-repeat; 
}
.groupbanner div {
	height: 100%; display: flex; justify-content: flex-start; align-items: flex-end; margin: 0 auto; width : 100%; max-width: 1200px;
}
.groupbanner h1 {
	color: white;font-weight: 700;font-style: italic;background-color: rgba(0,0,0,0.75);display: block;
}
.loggedinmenu {
    box-shadow: 0.25rem 0.25rem 1rem #5f5f5f, -0.25rem -0.25rem 1.5rem #a7a7a7;
    padding: 2rem 20% 2rem 2rem;
    background-color: rgba(0,144,255,0.3);
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}
.loggedinmenu ul {
	margin : 0;
}
.loggedinmenu ul li {
	display: inline-block;
    padding: 0;
    text-align: center;
    list-style: none;
    margin-left: 2.5rem;
}

#status {
	padding : 2rem;
	text-align : center;
	width : width: calc(100% - 4rem);
	color : black;
	font-weight : bold;
	background: #ffbf00;
	line-height : 1.4rem;
	display : flex;
	align-items: center;
	justify-content: center;
	box-shadow: #000000bf 0 0 1rem;
}
#status img {
	height: 5rem;margin-right: 1rem;
}
#status span {
	vertical-align : middle;
}
@media screen and (max-width: 6in) and (min-width: 0.5in) {
	#status {
		font-size : 0.8rem;
		padding-right: 4.5rem;
	}
}
@media screen and (min-width: 6in) {
	#status {
		font-size :1.5rem;
		padding-right: 6.5rem;
	}
}

.fulljobdescription {
	background-color: #ededed;
    padding: 2rem;
    border-radius: 1rem;
}



















			.front-preheadings {
				background-color: #404040;
				padding: 1.8rem;
			}
			.front-preheadings > h2 {
				margin: 0;
				text-transform: uppercase;
				color: #f1f1f1;
				text-align: center;
				font-weight: 600;
				letter-spacing: 0.2rem;
				text-shadow: 0 0 2.5rem black;
			}

			@media screen and (min-width : 5.500in) and (max-width : 12.999in) {
				.front-slideimage {
					height : 15rem;
				}
			}
			@media screen and (max-width : 5.500in) {
				.front-slideimage {
					height : 10rem;
				}
			}
			#front-bottomcover a {
				text-decoration : underline;
				text-decoration-color: rgba(219, 219, 219, 0.59);
			}
			/*THIS IS A HACK ONLY FOR IE10 AND IE11*/
			@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
				#box-content {
					padding-top : 4rem;
				}
			}
			/*END HACK*/
			@media screen and (min-width : 13.000in) {
				/* ----------------------------------------------------------------------
				  Front Page Slider START
				------------------------------------------------------------------------- */
				.front-slideimage {
					margin-top: auto;
					margin-bottom: auto;
					min-width: 32rem;
				}
				.front-slideimage img {
					border: 1px solid rgba(175, 0, 0, 0.84);
				}
				.front-slideinfo {
					padding-left: 5rem;
					margin-top: auto;
					margin-bottom: auto;
				}
				.front-slideinfo h3 {
					margin-top : 0;
					font-size: 1.7rem;
					text-transform: uppercase;
				}
				.front-slideinfo h4 {
					color : black;
					font-size: 1.2rem;
				}
				.front-slideinfo p {
					margin-top: 2rem;
				}
				.slide > div {
					display: flex;
					display: -webkit-flex;
					flex-direction: row;
					-webkit-flex-direction: row;
					z-index: 1;
					height: 100%;
					padding-left: 20%;
					padding-right: 20%;
				}
				#box-content {
					width : 100%;
					background-size : cover;
					background-image : url('/sites/default/files/front/highlights.jpg');
				}
				
				.active .slide {
					display: block !important;
					visibility: hidden;
					transition: left .6s ease-out;
				}

				.active .slide.current {
					max-height: calc(100% - 4.6rem);
					height : 100%;
					visibility: visible;
					left: 0;
				}

				.active .slide.next {
					left: 100%;
				}

				.active .slide.prev {
					left: -100%;
				}

				.active .slide.next.in-transition,.active .slide.prev.in-transition {
					visibility:visible;
				}
				.carousel.active {
					height: 30rem;
					position:relative;
				}
				.carousel, .slide {
					overflow: hidden;
				}

				.carousel ul {
					list-style-type: none;
				}
				.slide {
					position: relative;
					width: 100%;
					padding-top: 0;
					padding-bottom: 0;
				}


				.active .slide {
					position:absolute;
				}

				.slide.current {
					display:block;
					z-index: 500;
				}

				.btn-prev, .btn-next {
					position:absolute;
					z-index: 700;
					top: 53%;
					margin-top: -2.5em;
					background: rgba(223, 223, 223, 0.5);
					padding: 1.5rem;
					transition: background .3s ease-out;
				}

				.btn-next:hover, .btn-next:focus, .btn-prev:hover, .btn-prev:focus {
					padding-left: 1.5rem;
					padding-right: 1.5rem;
					background : rgba(253, 234, 234, 0.5);
				}

				.btn-prev {
					left:1%;
					border-radius: 0 .25em .25em 0;
				}

				.btn-next {
					right: 1%;
					border-radius: .25em 0 0 .25em;
				}

				.carousel.with-slidenav {
					padding-bottom: 4em;
				}

				.slidenav {
					position: absolute;
					bottom:1em;
					left: 0;
					right: 0;
					text-align: center;
					margin: 0;
					z-index : 501;
					height : 3.6rem;
				}

				.slidenav li {
					display:inline-block;
					margin: 0 .5em;
				}

				.slidenav button {
					font-size: 1.3rem;
					width : 3.5rem;
					height : 3.5rem;
					font-weight : 800;
					line-height: 1em;
					padding: 1rem;
					border-radius: 100%;
					background-color: #b50000;
					color: #ffffff;
					background-image: -webkit-linear-gradient(top,#b50000 0,#e20303 100%);
					text-shadow: none;
					box-shadow : none;
					border: 0;
					background-image: -ms-linear-gradient(top,#b50000 0,#e20303 100%);
					transition: all .3s ease;
				}
				
				.slidenav button:hover {
					background-image: -webkit-linear-gradient(top,#e8330a 0,#e85050 100%);
					background-image: -ms-linear-gradient(top,#e8330a 0,#e85050 100%);
					transition: all .3s ease;
				}

				.slidenav button.current {
					background-color: #fff;
					color: #000000;
					background-image: -webkit-linear-gradient(top,#ffd987 0,#f4845b 100%);
					background-image: -ms-linear-gradient(top,#ffd987 0,#f4845b 100%);
					transition: all .3s ease;
				}

				.visuallyhidden {
					border: 0;
					clip: rect(0 0 0 0);
					height: 1px;
					margin: -1px;
					overflow: hidden;
					padding: 0;
					position: absolute;
					width: 1px;
				}
				/* ----------------------------------------------------------------------
				  Front Page Slider STOP
				------------------------------------------------------------------------- */
			}
			@media screen and (max-width : 12.999in) {
				/* ----------------------------------------------------------------------
				  Front Page Slider START
				------------------------------------------------------------------------- */
				#box-content {
					width : 100%;
					background-size : cover;
					background-image : url('/sites/default/files/front/highlights.jpg');
				}
				.slide > div {
					display: flex;
					display: -webkit-flex;
					flex-direction: column;
					-webkit-flex-direction: column;
					align-items: center;
					-webkit-align-items: center;
					justify-content: center;
					-webkit-align-items: center;
					z-index: 1;
					height: 100%;
					padding-left: 0;
					padding-right: 0;
				}
				.front-slideimage {
					/*align-items: center;
					justify-content: center;
					display: flex;*/
					text-align : center;
					position: relative;
					width: 100%;
				}
				.front-slideimage img {
					border: 1px solid rgba(175, 0, 0, 0.84);
					width: auto;
					height: 100%;
					/*position: absolute;*/
					position: relative;
				}
				.front-slideinfo {
					padding-left: 10%;
					padding-right: 10%;
					overflow: hidden;
				}
				.front-slideinfo h3 {
					text-align : center;
					margin-top : 0;
					font-size: 1.7rem;
					text-transform: uppercase;
				}
				.front-slideinfo h4 {
					text-align : center;
					color : black;
					font-size: 1.2rem;
				}
				.front-slideinfo p {
					font-size : 0.9rem;
					margin-top: 1.8rem;
				}
				.front-moreinfo {
					text-align : center;
				}
				.active .slide {
					visibility: hidden;
					transition: left .6s ease-out;
				}

				.active .slide.current {
					display: flex;
					display: -webkit-flex;
					align-items: center;
					-webkit-align-items: center;
					justify-content: center;
					-webkit-justify-content: center;
					height: 100%;
					visibility: visible;
					left: 0;
				}

				.active .slide.next {
					left: 100%;
				}

				.active .slide.prev {
					left: -100%;
				}

				.active .slide.next.in-transition,.active .slide.prev.in-transition {
					visibility:visible;
				}
				
				.carousel, .slide {
					overflow: hidden;
				}
				.carousel.active {
					height: 33rem;
					position: relative;
				}
				.carousel ul {
					list-style-type: none;
				}
				.slide {
					width:100%;
				}


				.active .slide {
					position:absolute;
				}

				.slide.current {
					display:block;
					z-index: 500;
				}

				.btn-prev, .btn-next {
					position:absolute;
					z-index: 700;
					top: 53%;
					margin-top: -10.5rem;
					background: rgba(223, 223, 223, 0.5);
					padding: 0.5rem;
					transition: background .3s ease-out;
				}

				.btn-next:hover, .btn-next:focus, .btn-prev:hover, .btn-prev:focus {
					padding-left: 0.5rem;
					padding-right: 0.5rem;
					background : rgba(253, 234, 234, 0.5);
				}

				.btn-prev {
					left:0;
					border-radius: 0 .25em .25em 0;
				}

				.btn-next {
					right:0;
					border-radius: .25em 0 0 .25em;
				}

				.carousel.with-slidenav {	   
					align-items: center;
					justify-content: center;
					padding-bottom: 0;
				}

				.slidenav {
					position: absolute;
					bottom:1em;
					left: 0;
					right: 0;
					text-align: center;
					margin: 0;
					z-index : 501;
					display : none;
				}

				.slidenav li {
					display:inline-block;
					margin: 0 .5em;
				}

				.slidenav button {
					font-size: 1.3rem;
					width : 3.5rem;
					height : 3.5rem;
					font-weight : 800;
					line-height: 1em;
					padding: 1rem;
					border-radius: 100%;
					background-color: #b50000;
					color: #ffffff;
					background-image: -webkit-linear-gradient(top,#b50000 0,#e20303 100%);
					text-shadow: none;
					box-shadow : none;
					border: 0;
					background-image: -ms-linear-gradient(top,#b50000 0,#e20303 100%);
					transition: all .3s ease;
				}
				
				.slidenav button:hover {
					background-image: -webkit-linear-gradient(top,#e8330a 0,#e85050 100%);
					background-image: -ms-linear-gradient(top,#e8330a 0,#e85050 100%);
					transition: all .3s ease;
				}

				.slidenav button.current {
					background-color: #fff;
					color: #000000;
					background-image: -webkit-linear-gradient(top,#ffd987 0,#f4845b 100%);
					background-image: -ms-linear-gradient(top,#ffd987 0,#f4845b 100%);
					transition: all .3s ease;
				}

				.visuallyhidden {
					border: 0;
					clip: rect(0 0 0 0);
					height: 1px;
					margin: -1px;
					overflow: hidden;
					padding: 0;
					position: absolute;
					width: 1px;
				}
				/* ----------------------------------------------------------------------
				  Front Page Slider STOP
				------------------------------------------------------------------------- */
			}

			/* ----------------------------------------------------------------------
			  Material Design Buttons START (Ravikumar Chauhan)
			------------------------------------------------------------------------- */
				.rkmd-btn {
					text-shadow: none;
					display: inline-block;
					position: relative;
					cursor: pointer;
					font-weight: 600;
					letter-spacing: .8px;
					text-align: center;
					text-decoration: none;
					text-transform: uppercase;
					vertical-align: middle;
					white-space: nowrap;
					outline: none;
					border: none;
					-webkit-user-select: none;
					-moz-user-select: none;
					-ms-user-select: none;
					user-select: none;
					border-radius: 2px;
					transition: all .3s ease-out;
					box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
					margin-top : 1.5rem;
					height: 4rem;
					line-height: 4rem;
					padding: 0 1.8rem;
					color : rgba(230, 230, 230, 0.9);
					font-size: 0.8rem;
					background : rgba(51, 51, 51, 0.9);
				}
				@media screen and (max-width: 7.2in) {
					.rkmd-btn {
							
						height: 3rem;
						line-height: 3rem;
					}
				}
				.rkmd-btn:hover {
					text-decoration: none;
					box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
					color : rgba(250, 250, 250, 1);
					background : rgb(94, 94, 94);
				}

				.rkmd-btn i {
					float: left;
					width: auto;
					height: auto;
					margin-right: 10px;
					font-size: 1.3rem;
					line-height: inherit;
				}
				.rkmd-btn i.right {
					float: right !important;
					margin: 0;
					margin-left: 10px;
				}

				.ripple-effect {
					display: inline-block;
					position: relative;
					overflow: hidden;
					cursor: pointer;
					vertical-align: middle;
					-webkit-user-select: none;
					-moz-user-select: none;
					-ms-user-select: none;
					user-select: none;
					z-index: 1;
				}
				.ripple-effect .ripple {
					display: block;
					position: absolute;
					border-radius: 100%;
					background: rgba(255, 255, 255, 0.5);
					-webkit-transform: scale(0);
					transform: scale(0);
					pointer-events: none;
				}
				.ripple-effect.ripple-dark .ripple {
					background: rgba(0, 0, 0, 0.1) !important;
				}
				.ripple-effect .animated {
					-webkit-animation: ripple 0.6s linear;
					animation: ripple 0.6s linear;
				}
				@-webkit-keyframes ripple {
					100% {
						opacity: 0;
						-webkit-transform: scale(2.5);
						transform: scale(2.5);
					}
				}
				@keyframes ripple {
					100% {
						opacity: 0;
						-webkit-transform: scale(2.5);
						transform: scale(2.5);
					}
				}
			/* ----------------------------------------------------------------------
			  Material Design Buttons STOP
			------------------------------------------------------------------------- */


@media screen and (min-width: 9.2in) {
			/* ----------------------------------------------------------------------
			  Front Page Styles START
			------------------------------------------------------------------------- */		
			#front-topsplash {
				height: 29rem;
				background-size: cover;
				background-repeat : no-repeat;
				background-position : center center;
				color : white;
				font-size: 2.4rem;
				width: 100%;
				position: relative;
			}
			#front-topsplashinside {
				color: white;
				padding: 0.7rem;
				position: absolute;
				text-shadow: 0.2rem 0.2rem 0.8rem rgba(0,0,0,0.9), 0.2rem 0.2rem 0.8rem rgba(0,0,0,0.9), 0.2rem 0.2rem 0.8rem rgba(0,0,0,0.9), 0 0.8rem 0.2rem rgba(0,0,0,0.3), 0.2rem 0.2rem 0.8rem rgba(0,0,0,0.9);
				left: 12%;
				bottom: 10%;
				font-weight: 700;
			}
			#front-topsplashtext {
				font-size: 3.2rem;
			}
			#front-topboxwrapper {
				position: relative;
				display: flex;
				display: -webkit-flex;
				flex-direction: row;
				-webkit-flex-direction: row;
				justify-content: flex-start;
				-webkit-justify-content: flex-start;
				font-weight: 600;
				width : 100%;
				z-index: 3;
			}
			.front-topbox {
				padding-top : 8rem;
				padding-bottom : 8rem;
				position: relative;
				width: 33.33%;
				color: white;
				display: flex;
				display: -webkit-flex;
				flex-direction: column;
				-webkit-flex-direction: column;
				text-align : center;
			}
			.front-topbox::after {
				position: absolute;
				top: 0;
				left: 0;
				z-index: -1;
				content: '';
				display: block;
				width: 100%;
				transition: 1.5s opacity;
				opacity: .8;
				transform: skewY(0);
				height: 100%;
			}
			.front-topbox ul {
				margin : 0;
			}
			.front-topbox h3 {
				background-repeat: no-repeat;
				background-position: top;
				background-size: 6rem;
				padding: 9rem 0 0 0;
				text-transform : uppercase;
				margin : 0;
				color: white;
				font-size:  1.7rem;
			}
			.front-topbox ul {
				list-style:none;
			}
			.front-topbox::after {
				background-size : cover;
				background-repeat : no-repeat;
			}
			.front-topbox.front-thefirst {
				border-right: 1.5rem solid #404040;
				background-color: rgba(11, 103, 89, 0.84);
			}
			.front-topbox.front-thefirst::after {
				background-image : url('/sites/default/files/front/topbox1.jpg');
			}
			.front-topbox.thesecond {
				border-right: 1.5rem solid #404040;
				background-color: rgba(32, 87, 151, 0.84);
			}
			.front-topbox.thesecond::after {
				background-image : url('/sites/default/files/front/topbox2.jpg');
			}
			.front-topbox.thethird {
				background-color: rgba(160, 68, 14, 0.84);
			}
			.front-topbox.thethird::after {
				background-image : url('/sites/default/files/front/topbox3.jpg');
			}
			.front-boxdescription {
				width : 80%;
				margin-left: auto;
				margin-right: auto;
				text-align : center;
				font-weight : 200;
				margin-top : 1.5rem;
				padding-top : 1.5rem;
				border-top : 0.1rem solid rgba(255,255,255,0.5);
			}
			.front-topbox.front-thefirst h3 {
				background-image: url(/sites/default/files/front/programs.svg);
			}
			.front-topbox.thesecond h3 {
				background-image: url(/sites/default/files/front/applynow.svg);
			}
			.front-topbox.thethird h3 {
				background-image: url(/sites/default/files/front/coned.svg);
			}
			.frontblock {
				width : 33.333%;
				padding-top: 20rem;
				padding-left : 3%;
				padding-right : 3%;
				background-repeat: no-repeat;
				background-size: auto 20rem;
				background-position: top center;
			}
			#front-thedifference {
				padding-left: 3rem;
				padding-right : 3rem;
				background-color: rgba(219, 219, 219, 0.82);
				padding-top: 7rem;
				padding-bottom: 7rem;
			}
			.frontblock, #front-thedifference {
				color : white;
				position: relative;
			}
			.frontblock::after, #front-thedifference::after, #front-bottomcover::after {
				position: absolute;
				left: 0;
				top : 0;
				z-index: -1;
				content: '';
				display: block;
				width: 100%;
				transition: 1.5s opacity;
				opacity: .8;
				transform: skewY(0);
				height: 100%;
				background-repeat : no-repeat;
				background-size : cover;
			}
			.frontblock h3, #front-thedifference h3 {
				font-size : 1.7rem;
				color : rgba(255,255,255,0.85);
				text-transform : uppercase;
				text-align: center;
				margin-bottom : 2rem;
			}
			.frontblock a {
				color : white;
			}
			.frontblock ul li {
				list-style : none;
				font-size: 1.4rem;
				margin-bottom : 2rem;
			}
			.frontblock > div {
				margin-left: auto;
				margin-right: auto;
				text-align: center;
			}
			#front-thedifference ul {
				list-style: none;
				display: flex;
				display: -webkit-flex;
				padding: 0;
			}
			#front-thedifference ul li {
				width: 33.3%;
				background-repeat: no-repeat;
				background-position: top;
				background-size: 6rem;
				padding-top : 7rem;
				background-color: rgba(0, 0, 0, 0.68);
				padding: 9rem 2rem 2rem 2rem;
				background-repeat: no-repeat;
				background-position: center 2rem;
				background-size: 6rem;
				margin-right : 3rem;
				margin-right : 3rem;
				text-align : center;
				border-radius: 1rem;
			}
			#front-thedifference::after {
				background-image : url(/sites/default/files/front/admissions.jpg);
			}
			#front-bottomcover {
				position: relative;
				display : flex;
				display : -webkit-flex;
				padding-top : 4rem;
				padding-bottom : 2rem;
				background-color: rgba(40, 28, 28, 0.91);
			}
			#front-bottomcover::after {
				/*background-image : url(/sites/default/files/front/bottomcover.jpg);*/
			}
			/* ----------------------------------------------------------------------
			  Front Page Styles STOP
			------------------------------------------------------------------------- */
}

@media screen and (max-width: 9.2in) {
			/* ----------------------------------------------------------------------
			  Front Page Styles START
			------------------------------------------------------------------------- */
			.front-preheadings > h2 {
				font-size : 1rem;
				letter-spacing : 0.05rem;
			}
			#front-topsplash {
				height: 19rem;
				background-size: cover;
				background-repeat : no-repeat;
				background-position : center center;
				color : white;
				width: 100%;
				position: relative;
			}
			#front-topsplashinside {
				color: white;
				position: absolute;
				text-shadow: 0.2rem 0.2rem 0.8rem rgba(0,0,0,0.9), 0.2rem 0.2rem 0.8rem rgba(0,0,0,0.9), 0.2rem 0.2rem 0.8rem rgba(0,0,0,0.9), 0 0.8rem 0.2rem rgba(0,0,0,0.3), 0.2rem 0.2rem 0.8rem rgba(0,0,0,0.9);
				bottom: 10%;
				font-weight: 700;
				left: auto;
				padding : 0;
				text-align : center;
				width : 99.5%;
			}
			#front-topsplashtext {
				font-size: 1.5rem;
				line-height: 1.6rem;
			}
			#front-topboxwrapper {
				position: relative;
				display: block;
				font-weight: 600;
				width : 100%;
				z-index: 3;
			}
			.front-topbox {
				padding-top : 3rem;
				padding-bottom : 3rem;
				position: relative;
				width: 100%;
				color: white;
				display: flex;
				display: -webkit-flex;
				flex-direction: column;
				-webkit-flex-direction: column;
				text-align : center;
			}
			.front-topbox::after {
				position: absolute;
				top: 0;
				left: 0;
				z-index: -1;
				content: '';
				display: block;
				width: 100%;
				transition: 1.5s opacity;
				opacity: .8;
				transform: skewY(0);
				height: 100%;
			}
			.front-topbox ul {
				margin : 0;
			}
			.front-topbox h3 {
				background-repeat: no-repeat;
				background-position: top;
				background-size: 5rem;
				padding: 6.5rem 0 0 0;
				text-transform : uppercase;
				margin : 0;
				color: white;
				font-size:  1.7rem;
			}
			.front-topbox ul {
				list-style:none;
			}
			.front-topbox::after {
				background-size : cover;
				background-repeat : no-repeat;
			}
			.front-topbox.front-thefirst {
				background-color: rgba(11, 103, 89, 0.84);
			}
			.front-topbox.front-thefirst::after {
				background-image : url('/sites/default/files/front/topbox1.jpg');
			}
			.front-topbox.thesecond {
				background-color: rgba(32, 87, 151, 0.84);
			}
			.front-topbox.thesecond::after {
				background-image : url('/sites/default/files/front/topbox2.jpg');
			}
			.front-topbox.thethird {
				background-color: rgba(160, 68, 14, 0.84);
			}
			.front-topbox.thethird::after {
				background-image : url('/sites/default/files/front/topbox3.jpg');
			}
			.front-boxdescription {
				width : 80%;
				margin-left: auto;
				margin-right: auto;
				text-align : center;
				font-weight : 200;
				margin-top : 1.5rem;
				padding-top : 1.5rem;
				border-top : 0.1rem solid rgba(255,255,255,0.5);
			}
			.front-topbox.front-thefirst h3 {
				background-image: url(/sites/default/files/front/programs.svg);
			}
			.front-topbox.thesecond h3 {
				background-image: url(/sites/default/files/front/applynow.svg);
			}
			.front-topbox.thethird h3 {
				background-image: url(/sites/default/files/front/coned.svg);
			}
			.frontblock {
				width : 100%;
				padding-top: 20rem;
				background-repeat: no-repeat;
				background-size: auto 20rem;
				background-position: top center;
			}
			#front-thedifference {
				padding: 0;
				background-color: rgba(219, 219, 219, 0.82);
				padding-top: 7rem;
				padding-bottom: 7rem;
			}
			.frontblock, #front-thedifference {
				color : white;
				position: relative;
			}
			.frontblock::after, #front-thedifference::after, #front-bottomcover::after {
				position: absolute;
				left: 0;
				top : 0;
				z-index: -1;
				content: '';
				display: block;
				width: 100%;
				transition: 1.5s opacity;
				opacity: .8;
				transform: skewY(0);
				height: 100%;
				background-repeat : no-repeat;
				background-size : cover;
			}
			.frontblock h3, #front-thedifference h3 {
				font-size : 1.7rem;
				color : rgba(255,255,255,0.85);
				text-transform : uppercase;
				text-align: center;
				margin-bottom : 2rem;
			}
			.frontblock a {
				color : white;
			}
			.frontblock ul li {
				list-style : none;
				margin-bottom : 2rem;
			}
			.frontblock > div {
				margin-left: auto;
				margin-right: auto;
				text-align: center;
			}
			#front-thedifference ul {
				list-style: none;
				display: block;
				padding: 0;
				margin-left : 10%;
				margin-right : 10%;
			}
			#front-thedifference ul li {
				width: 100%;
				background-color: rgba(0, 0, 0, 0.68);
				padding-top: 9rem;
				padding-bottom: 2rem;
				background-repeat: no-repeat;
				background-position: center 2rem;
				background-size: 6rem;
				margin-right : 3rem;
				margin-top : 2rem;
				text-align : center;
				border-radius: 1rem;
			}
			#front-thedifference::after {
				/*background-image : url(/sites/default/files/front/admissions.jpg);*/
			}
			#front-thedifference > ul > li > div {
				padding : 5%;
			}
			#front-bottomcover {
				background-color: rgba(40, 28, 28, 0.91);
				position: relative;
				padding-top: 4rem;
				padding-bottom: 1.5rem;
			}
			#front-bottomcover::after {
				/*background-image : url(/sites/default/files/front/bottomcover.jpg);*/
			}


			
			#front-newsandcalendar {
				width: 100%;
				font-size: 125%;
			}
			/* ----------------------------------------------------------------------
			  Front Page Styles STOP
			------------------------------------------------------------------------- */
}

@media screen and (min-width: 10in) {
			/* ----------------------------------------------------------------------
			  Social Media START
			------------------------------------------------------------------------- */		
			#socialmedia {
				display: inline-block;
				position: fixed;
				right: 0;
				top: 35%;
				background-color: rgba(173, 0, 0, 0.7);
				z-index: 705;
				color: white;
				border-radius: 1rem 0 0 1rem;
				padding: 0.7em;
			}
			#socialmedia ul {
				line-height : 0;
				list-style: none;
				margin: 0;
			}
			#socialmedia ul li {
				width : 2.5rem;
			}
			/* ----------------------------------------------------------------------
			  Social Media STOP
			------------------------------------------------------------------------- */
}

@media screen and (max-width: 10in) {
			/* ----------------------------------------------------------------------
			  Social Media START
			------------------------------------------------------------------------- */
			#socialmedia {
				display: block;
				color: white;
				border-radius: 1rem 0 0 1rem;
				padding: 0.7em;
			}
			#socialmedia ul {
				line-height : 0;
				list-style: none;
				margin: 0;
				display : flex;
				display : -webkit-flex;
				justify-content: center;
			}
			#socialmedia ul li {
				width : 3.5rem;
			}
			/* ----------------------------------------------------------------------
			  Social Media STOP
			------------------------------------------------------------------------- */

}
