/* Sub Menu */
#subnav ul li a + div.sub-menu {
	display:none;
}
#subnav ul li a + div.sub-menu ul, #subnav ul li a + div.sub-menu-active ul {
	background:#000;
	position: relative;
    left: 0;
    right: 0;
    z-index: 3;
   	padding:18px;
   	border-right: solid 1px #666666;
    border-left: solid 1px #666666;
}
@media (min-width:1200px) {
	#subnav ul li a + div.sub-menu, #subnav ul li a + div.sub-menu-active {
		position:absolute; 
		width:100%;
		left:0;
		right:0;
		background:#000;
		z-index: 4;
	}
	#subnav ul li a + div.sub-menu ul, #subnav ul li a + div.sub-menu-active ul {
		border:none;
	}
	#subnav ul li a + div.sub-menu ul li a:after, #subnav ul li a + div.sub-menu-active ul li a:after {
		background:none;
	} 
}
@media (min-width:1200px) {
	#subnav ul li a + div.sub-menu ul li, #subnav ul li a + div.sub-menu-active  ul li {
		padding-right:30px;
	}
}
#subnav ul li a + div.sub-menu ul li a, #subnav ul li a + div.sub-menu-active  ul li a {
	color:#fff;
	font-size:0.85em;
}
#subnav ul li a + div.sub-menu ul li a:before, #subnav ul li a + div.sub-menu-active ul li a:before {
	width:0;
}
#subnav ul li a + div.sub-menu ul li a:hover, #subnav ul li a + div.sub-menu-active ul li a:hover {
	color:#D19F0E;
}

.active-black {
	background: #000;
    color: #d19f0e !important;
    height: 100%;
}
.active-black:before, .active-black:after  {
	height:100% !important;
}
.active-black:hover:before, .active-black:hover:after {
	height: 100%;
}

@media (max-width:1200px) {
	.sub-menu-active ul li, .sub-menu ul li {
		margin-bottom:20px;
	}
	.sub-menu-active ul, .sub-menu ul {
		margin-top:0 !important;
	}
}


/* Header Styles */


.no-js #loading {
	display:none;
}

header {
	background: #000000;
	float: left;
	width: 100%;
	position: relative;
    z-index: 9999;
}

header #logo {
	width: 350px;
	float: left;
	padding: 6px 0px 6px 6px;
	height:100px;
}

header nav {
	display: inline-block;
	float: left;
	width: calc(100% - 891px);
	text-align:center;
}

header nav ul li {
	display: inline-block;
	font-family: 'Open Sans';
	font-size: .875em;
	position:relative;
}

header nav ul li:after, header nav ul li.active:after {
    content: "";
    position: absolute;
    width: 0; 
    height: 0; 
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    transition: .3s ease all;
    -moz-transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
}

header nav ul li:hover:after, header nav ul li.active:after {
    bottom: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #d19f0e;
}

header nav ul li a {
	color: #fff;
	font-weight: bold;
	line-height: 100px;
	padding: 0 8px;
	display:block;
}

header nav ul li:hover a {
	color: #d19f0e;
}

header nav ul li a:active {
	color: #e6af11;
}

header nav ul li a:focus {
	color: #fff;
}

header #search {
    display: inline-block;
    height: 100px;
    float: right;
    text-align: center;
}

header #search-container {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
}

header #search-icon {
    padding: 13px 14px 14px;
    color: #fff;
    font-size: 1.5em;
    margin-right: 10px;
    background: #1a1a1a;
    border-radius: 5px;
    margin-top: 24px;
}

header #search-icon:hover {
	cursor:pointer;
	background:#333;
}

header #search-form.visible {
    display: block;
}

header #departments {
    display: inline-block;
    float: right;
    margin: 25px 15px 0 0;
}

header #departments .close {
    position: fixed;
    right: 20px;
    top: 120px;
}

header #apply {
	float: right;
	background: #ffffff;
	width: 140px;
	height: 100px;
	text-align: center;
	font-weight: 800;
	border-bottom: 1px solid #e5e5e5;
}

header #apply:hover, .no-touchevents header #menu:hover, .touchevents header #menu.active {
	background: #d19f0e;
	border-bottom: 1px solid #ba8d0c;
}

header #apply a {
	display: block;
	padding: 20px;
}

header #apply a:hover, header #menu a:hover {
	text-decoration: none;
}

header #apply a:active, header #menu a:active {
	text-decoration: none;
	opacity: .9;
}

header #apply a:focus, header #menu a:focus {
	text-decoration: none;
	opacity: .9;
}

header #apply a strong {
	font-weight: 800;
	color: #aa1a1e;
	display: block;
	padding-top: 10px;
	text-transform: uppercase;
}

header #apply:hover a strong, .no-touchevents header #menu:hover a strong, .touchevents header #menu.active {
	color: #000;
}

header #apply a span.icon-apply {
	font-size: 34px;
	color: #d19f0e;
	font-weight: normal;
}

header #apply:hover a span.icon-apply, .no-touchevents header #menu:hover a span.icon-menu, .touchevents header #menu.active a span.icon-menu {
	color: #000;
}

header #menu {
	display: none;
}

header #search-form {
    padding: 0 20px 0 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

header input#search-box {
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #000;
    background: #fff;
    height: 80px;
    line-height: 80px;
    margin: 25px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 1.5em;
    font-weight: 600;
    font-style: italic;
    padding: 0 50px 0 20px;
    color: #999999;
    width: 100%;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
	position:relative;
	z-index:99999;
	opacity:1;
}

#search-overlay {
    content: '';
    display: block;
    position: absolute;
    background: rgba(31,31,31,.95);
    height: 100%;
    width: 100%;
}

header input#search-box:focus {
	outline: none;
	color:#1a1a1a;
	/*
	background: #111;
	border: 1px solid #1f1f1f;
	*/
}

header input::-webkit-input-placeholder {
	color: #1a1a1a;
	opacity: .5;
}

header input:-ms-input-placeholder {
	color: #1a1a1a;
	opacity: .5;
}

header input::-moz-placeholder {
	color: #1a1a1a;
	opacity: .5;
}

header input::-moz-placeholder {
	color: #1a1a1a;
	opacity: .5;
}

header input#search-box:focus::-webkit-input-placeholder {
	color: #1a1a1a;
	opacity: 1;
}

header input#search-box:focus:-ms-input-placeholder {
	color: #1a1a1a;
	opacity: 1;
}

header input#search-box:focus::-moz-placeholder {
	color: #1a1a1a;
	opacity: 1;
}

header input#search-box:focus:-moz-placeholder {
	color: #1a1a1a;
	opacity: 1;
}

/*
header #search-form button {
	background: none;
	border: none;
	height: 50px;
	margin: 25px 20px 25px 0;
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
}
*/

header #search-form button {
    background: none;
    border: none;
    height: 80px;
    margin: 25px 20px 25px 0;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5em;
	z-index:999999;
}

header #search-form button span.icon-search {
	color: #1a1a1a;
	opacity:.5;
	padding-right: 15px;
}

header #search.focused button span.icon-search {
	color: #D19F0E;
	opacity:1;
}

#more {
	width: 100%;
	white-space: normal;
	background:#fff !important;
}
#more.collapsed, #more.collapsed:active, #more.collapsed:focus {
	background:#d19f0e !important;
	color:#000 !important;
}
#more.collapsed:hover {
	color: #000000 !important;
	background-color: #FFFFFF !important;
}

#MassiveEducationalSupportServices {
    /*background: rgba(31,31,31,.95);*/
	background:#1f1f1f;
    padding: 15px 15px 25px;
    margin: 0;
    width: 100%;
    position: fixed;
    left: 0;
    top: 100px;
}
#MassiveEducationalSupportServices li {
    width: 100%;
    text-align: left;
	font-size:initial;
	float:left;
}
#MassiveEducationalSupportServices li a {
    padding: 10px 0;
    display: block;
    color: #d19f0e;
	font-size:.875em;
	line-height:1.5;
	float:left;
	width:100%;
}
#MassiveEducationalSupportServices li:hover a {
	color:#fff;
}
#MassiveEducationalSupportServices .close {
	position:fixed;
	right:20px;
	top:120px;
	opacity:.4;
	filter:alpha(opacity=40);
}
#MassiveEducationalSupportServices li:hover:after, #MassiveEducationalSupportServices li.active:after {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #d19f0e;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    left: -10px;
    top: 16px;
}
#MassiveEducationalSupportServices .close:hover {
	opacity: 1;
	color: #ffffff;
}

/* End Header Styles */

/* Start Sub Title */

#title {
	min-height:265px;
	padding:0;
	display: flex;
    flex-direction: column;
    justify-content: center;
    resize: vertical;
	background: #1f1f1f;
}

#title h1 {
	color:#fff;
	resize: vertical;
	padding: 15px 0;
	font-size: 3em;
	line-height:1.2em;
}

.breadcrumb, .breadcrumb a {
    background: none;
    color: #d19f0c;
    padding: 0;
    margin-bottom: 30px;
    border-radius: 0;
}

.breadcrumb span {
    display: inline-block;
}


/****** Homepage Styles ******/

/* Hero Section Styles */

#hero {
	background-color: #161416;
	color: #999;
	font-weight: 600;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#hero .row {
	clear: both;
}
#hero h1 {
	color: #fff;
	padding: 0 10px 40px 0;
	font-weight: 300;
	line-height: 1.125;
	max-width: 50%;
	padding-top: 10%;
}
#hero p.subline {
    max-width: 50%;
    color: #fff;
    margin-top: -30px;
    margin-bottom: 25px;
    line-height: 1.25;
    font-weight: 300;
}
#hero .view {
	color: #fff;
	margin-top: 5px;
}
#hero .view:hover {
	color: #d19f0e;
}
#hero .learn, #hero .virtual {
	float: left;
	text-align: center;
}
#hero .btn-yellow {
	margin-bottom: 20px;
}
#hero .container {
	position: relative;
	height: 100%;
}
#hero .virtual a {
	margin-left: 50px;
	background: url('../img/virtual-background.jpg') #333;
	background-size: cover;
	background-position: center center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
#hero span.icon-virtual-tour {
	color: #fff;
	margin: 0 auto;
	display: block;
	padding: 23px;
	font-size: 24px;
	background: rgba(0,0,0,.25);
}
#hero .virtual span.take {
	background: #D19F0E;
	color: #000;
	font-weight: 800;
	font-size: .675em;
	padding: 5px 15px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	text-transform: uppercase;
}
#hero .virtual:hover a span.take {
	color: #ffffff !important;
}
#hero .virtual:hover span.icon-virtual-tour {
	background: rgba(0,0,0,.5);
}
#hero .virtual:before {
	content: ' ';
	float: left;
	height: 93px;
	border-left: 2px solid #666;
	display: inline-block;
	position: relative;
	left: 22px;
}
#quicknav {
	background: #D19F0E;
	margin: 10% auto 0;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
}
#quicknav ul {
	display: table;
	width: 100%;
	list-style: none;
	padding-right: 160px;
	position: relative;
}
#quicknav li {
	padding: 13px 0 13px;
	display: table-cell;
	text-align: center;
	position: relative;
}
#quicknav li:before {
	content: '';
	opacity: .25;
	float: left;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background: #000;
	width: 1px;
	height: 20px;
}
#quickdrop {
	display: none;
}
#quickdrop i {
	padding-left: 5px;
	float: right;
}
#quicknav li:first-child:before, #quicknav li:last-child:before {
	display: none;
}
#quicknav li a {
	color: #000000;
	font-size: .875em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 15px;
	display: block;
}
#quicknav a.quicklink.bclogin {
	float: right;
	padding: 0 20px;
	background: #aa1a1e;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	line-height: 50px;
	width: 160px;
	color: #ffffff !important;
	border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-ms-border-radius: 0 5px 0 0;
	-o-border-radius: 0 5px 0 0;
	float: right;
}
#quicknav span.icon-lock {
	color: #d58d8f;
	font-size: .875em;
	padding-right: 5px;
}
#quicknav li:last-child {
	padding-right: 160px;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	width: 160px;
}
#quicknav li a:hover, #quickdrop:hover {
	color: #ffffff;
}
#quicknav a.quicklink.bclogin:hover {
	background: #c01d22;
}
#quicknav a.quicklink.bclogin:hover span {
	color: #ffffff;
}

/* End Quick Nav */

/* Homepage Welcome */

section#welcome {
	padding: 40px 0;
}
#welcome img {
	width: 100%;
	max-width: 300px;
	margin: 0 0 5px;
}
#welcome p {
	font-size: 1.156em;
	line-height: 1.5;
	font-weight: 600;
	padding: .25em 0 .5em;
}
#welcome p.subtext {
	font-size: .875em;
	line-height: 2;
}
#welcome p.subtext a {
	font-size: 1em;
}
#welcome .view {
	display: block;
}
#questions {
	background: #ebebeb;
	padding: 30px;
	float: left;
	width: 100%;
	margin: 0;
}
#questions ul {
	float: left;
	clear: both;
}
#questions h3 {
	margin: 0 0 1em;
	font-family: 'Open Sans';
	font-size: 1.25em;
	font-weight: 800;
	float: left;
	text-transform: none;
	display: block;
}
#questions span.icon-receptionist {
	font-size: 6em;
	float: right;
	color: #757575;
}
#questions a {
	color: #aa1a1e;
	font-size: .875em;
	display: inline-block;
	padding: 0 0 5px;
	font-weight: 600;
}
#questions a:hover {
	color: #000000;
	text-decoration: underline;
}
#questions i {
	display: inline-block;
	padding-right: 9px;
	width: 25px;
	font-weight: 600;
}

/* End Welcome Section */

/* Testimonials Section */

.testimonial-text p {
	color: #ffffff;
	font-size: 1.625em;
	font-weight: 400;
	font-style: italic;
	opacity: .75;
	font-family: 'Open Sans';
	line-height: 1.5;
	margin: 10px 0 35px;
}

.student {
	padding: 20px 0 0 0;
	float: left;
	margin-right: 50px;
	border-top: 2px solid #1f1f1f;
}

.testimonial-detail span.name {
	font-family: 'Shadows Into Light';
	font-size: 1.625em;
	display: inline-block;
	color: #ffffff;
	opacity: .5;
	float: left;
}

#testimonials span.major {
	display: inline-block;
	float: left;
	clear: both;
	color: #ffffff;
	opacity: .25;
	font-size: .8125em;
	font-weight: 600;
	padding-top: 10px;
}

testimonials img {
	padding-left: 25px;
}

.testimonial-detail img:hover {
	opacity: .7;
}

/* End Testimonials Section */

/* News & Events Sections */

.overlay-vertical {
	position: absolute;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,1f1f1f+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(229,229,229,0) 0%, rgba(31,31,31,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,0) 0%,rgba(31,31,31,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(229,229,229,0) 0%,rgba(31,31,31,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
	height: 100%;
	width: 100%;
}

.announcement {
	color: #fff;
	text-align: center;
	padding: 20px 20px 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left:0;
	right:0;
}

.announcement h5 {
    line-height: 1.25;
    margin-bottom: -5px;
}

.announcement p {
	font-size: .875em;
	padding: 20px 0;
	line-height: 1.5;
}

.announcement a, .announcement .name {
	color: #d19f0e;
	display: block;
	margin-bottom: 50px;
	font-weight: 600;
}

.announcement a:hover, .content .announcement a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#announcements .owl-controls, #photoquotes .owl-controls {
	margin: -40px 0 16px 0;
}

.owl-theme .owl-controls .owl-page span {
	background: none !important;
	border: 2px solid #fff;
	padding: 2px;
	opacity: .99 !important;
}

.owl-theme .owl-controls .owl-page.active span {
	background: #d19f0e !important;
	border: 2px solid #fff;
	padding: 2px;
}

#news h2, .lists h2 {
	font-size:1.875em;
	float:left;
} 

#news h3, .lists h3 {
	float: left;
}
#news h3 span, .lists h3 span {
	color: #7f7f7f;
}
#news a.view, .lists a.view {
	float: right;
	display: inline-block;
	padding: 10px 0;
}
#new a.view:hover, .lists a.view:hover {
	color:#d19f0e;
}
#news p.news-sub, .lists p.news-sub {
	clear: both;
	padding: 10px 0 15px;
	color: #757575;
}
#news p.news-sub .fa-rss-square, .lists p.news-sub .fa-rss-square {
    float: right;
    font-size: 1.25em;
    position: relative;
    top: -2px;
    color: #7f7f7f;
}
#news p.news-sub a:hover .fa-rss-square, .lists p.news-sub a:hover .fa-rss-square {
	color:#d19f0e;
}
#news p.news-sub a:active .fa-rss-square, #news p.news-sub a:focus .fa-rss-square, .lists p.news-sub a:active .fa-rss-square, .lists p.news-sub a:focus .fa-rss-square {
	color:#1f1f1f;
}
#news ul, .lists ul {
	display: block;
	clear: both;
	float: left;
}
#news ul li, .lists ul li, .lists li {
	padding: 0 0 23px;
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 25px;
}
#news ul li:last-child, .lists ul li:last-child {
	padding: 0;
	border-bottom: none;
	margin-bottom: 0;
}
li.event, .lists li {
    list-style: none;
}
.lists .col-xs-3 {
	max-width: 95px;
}
.lists li p {
	line-height: 1.35;
	font-size: .875em;
	padding: 0;
}

span.day {
    font-size: 1.5em;
    font-family: 'MicroExtend';
    display: block;
    background: #d19f0e;
    padding: 5px 5px 2px;
	color:#000;
}

span.day a {
    color: #000 !important;
}

span.month {
    font-family: 'MicroExtend';
    font-size: .825em;
    text-transform: uppercase;
    display: block;
    background: #000;
    padding: 5px;
	color: #d19f0e;
}

.month a {
    color: #d19f0e !important;
}

span.date {
    text-align: center;
    float: left;
    margin: 0;
    font-weight: bold;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

span.event-title {
	font-size: 1em;
	font-weight: 800;
	display: block;
	padding-bottom: 5px;
}

span.event-title a {
    text-decoration: underline;
    color: #000;
    font-weight: 800;
}

span.event-title a:hover {
    color:#d19f0e;
}

.contestCat a {
    color: #000;
    font-weight: 800;
}

.contestCat .aDate a {
    font-weight: 700;
    color: #666;
}

.contestCat > a span {
    color: #000;
    font-weight: 800 !important;
    text-decoration: underline;
}

.contestCat > a:hover span {
    color: #d19f0e;
}

.event-category {
	color:#666;
}

span.event-info {
	font-size: .75em;
	font-weight: 800;
	padding-bottom: 5px;
	display: block;
}

#news p.news-sub:after, .lists p.news-sub:after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background: #e5e5e5;
	margin: 20px 0 10px;
}

/* End News Section */

/* Sublinks Section */

#sublinks img {
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
}
#sublinks .sublink {
	position: relative;
	overflow: hidden;
	height: 215px;
}
#sublinks .sublink.short {
	height:185px;
}
.sublink h2, .sublink span.sublink-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(31,31,31,.75);
	display: block;
	font-size: 1em;
}
.sublink:hover h2, .sublink:hover span.sublink-title {
	background: rgba(209,159,14,.9);
}
.sublink:hover i, .sublink:hover .click {
	color: #000 !important;
}
#sublinks a {
	display: block;
	text-align: center;
	line-height: 215px;
	color: #fff;
	font-size: 1.5em;
	font-family: 'MicroExtend';
}
.sublink:hover a {
	color:#000 !important;
}
.sublink:hover img {
    filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
}
#sublinks .sublink.short a {
	line-height:185px;
}

.sublink.short h2 {
	font-size: .875em;
}

.sublink.double i {
	display:none;
}

.sublink.double h2 {
	display:table;
}

.sublink.double a {
	line-height:initial !important;
	display:table-cell!important;
	vertical-align:middle;
	padding:0 15px;
}

.sublink.arrow-after i {
    display: inline-block;
    margin-top: 25px;
}

.sublink.arrow-after .arrow {
    display: block;
}

.sublink.arrow-after .click {
    text-transform: uppercase;
    font-size: .875em;
    position: relative;
    top: -2px;
    color: #d19f0e;
}

/* End Sublinks Section */

/* Footer Section */

footer .img-full {
	max-width: 133px;
}
footer .circle-logo {
	max-width: 162px;
}
footer .social {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	padding: 0 15px;
}
footer .social ul {
	text-align: center;
}
footer .social li {
	display: inline-block;
	width: 15%;
	font-size: 1.75em;
	margin: 20px 0;
}
footer .social li a {
	color: #ffffff;
}
footer .social li a:hover {
	color: #D19F0E;
}
.department-link {
	clear: both;
	display: block;
	padding: 0 15px;
}
footer h3 {
	font-size: 1.25em;
	color: #fff;
	margin-bottom: 20px;
}
footer li a {
	color: #d19f0e;
	font-weight: 600;
	padding: 0 0 15px;
	display: block;
	font-size: .875em;
}
footer li a:hover {
	color: #ffffff;
}
.contact p {
	font-size: .875em;
	font-weight: 600;
	line-height: 1.5;
	color: #666666;
	padding-bottom: 5px;
}
.contact p a {
	color: #999999;
}
.contact p a:hover {
	color: #ffffff;
}
.contact p a:hover {
	color: #ffffff;
}

#footer-links li {
	display: inline-block;
	float: left;
	text-align: left;
	padding: 15px;
}
#footer-links li a {
	padding-bottom: 0;
}
#footer-links img {
	max-height: 60px;
	opacity: .5;
	max-width: 100%;
}
#footer-links img:hover {
	opacity: 1;
}

/* End Footer Section */

/****** Subpage Styles ******/

.content a, .content a:active {
	color:#d19f0e;
	font-weight:700;
	text-decoration: none;
}

.content a:hover {
	color:#333;
}

.content strong {
	font-weight:700;
}

.content p {
    padding: 0 0 20px;
	line-height: 1.5;
	word-wrap: break-word;
}

.content p.last {
    padding-bottom: 40px;
}

.content h1, .content h2, .content h3, .content h4, .content h5 {
    margin-bottom: 20px;
	word-wrap: break-word;
}

/* Start Sub Title */

#title {
	min-height:265px;
	padding:0;
	display: flex;
    flex-direction: column;
    justify-content: center;
    resize: vertical;
}

#title h1 {
	color:#fff;
	resize: vertical;
	padding: 15px 0;
	font-size: 3em;
	line-height:1.2em;
	font-weight:bold;
}

@media (min-width: 641px) {
	#subpage h1 {
		font-size:3em;
	}
}

h1.extra, h2.extra {
	margin-bottom:40px;
}

@media (max-width: 991px) {
	
	.right-column {
		margin-top: 20px;
	}

}

/* End Sub Title */

/* Start Sub Nav */

#subnav {
	padding:0;
	background:#3a3a3a;
	z-index: 9991;
}

#deplinks ul li {
    display: inline-block;
	margin-right: -1px;
}

@media (min-width:1200px) {
	#deplinks ul li {
  		float: left;
	}
}

#deplinks ul li a.sublink {
    color: #fff;
    text-transform: uppercase;
    padding: 18px;
    display: block;
    position: relative;
    font-size: .875em;
    font-weight: bold;
}

#deplinks ul li a.sublink:hover, #deplinks ul li a.sublink:active {
	background:#000;
	color:#d19f0e;
}

#deplinks ul li a.sublink.active {
    color: #3a3a3a;
    background:#fff;
	margin-right: 1px;
	position: relative;
    z-index: 9;
}

#deplinks ul li a:before, #deplinks ul li a:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: #666;
    width: 1px;
    height: 20px;
	left:0px;
	z-index:9;
}

#deplinks ul li.dropdown li a:before, #deplinks ul li.dropdown li a:after {display:none;}

#deplinks li.dropdown.down ul {
    bottom: initial;
    left: 0;
	background:linear-gradient(180deg, black, rgba(0,0,0,.65));
}

#deplinks ul li a:after {
	right:0px;
	left:initial;
}

#deplinks ul li a.active:before, #deplinks ul li a.active:after {
	display:none;
}

#deplinks ul li:hover a.sublink:after, #deplinks ul li:hover a.sublink:before {
	z-index:99;
	height:100%;
}

#subdrop {
	color: #000;
    padding: 18px;
    display: block;
    background: #d19e0d;
    font-weight: bold;
    font-size: .875em;
    text-transform: uppercase;
	display:none;
}

#subdrop:hover, #subdrop:active {
	color:#fff;
}

#subdrop i {
    padding-left: 5px;
    float: right;
}

/* End Sub Nav */


.tab-list {
	margin-top:35px;
}

.tab-list .card {
	margin-bottom:30px;
}

.tab-list h2 {
	margin-bottom:0;
	font-size:1.5em;
	position:relative;
}

.tab-list .card-header span {
	background:#d19f0e;
	color:#000;
	display:block;
	padding:10px 15px;
	font-size: 1em;
	font-weight:600;
}

.tab-list h2 a, .tab-list h2 a:active, .tab-list h2 a:visited {
    background: #ebebeb;
    padding: 15px 65px 15px 15px;
    font-family: 'MicroExtend';
    display: block;
    color: #333;
    font-size: 1.2em;
    text-transform: none;
    line-height: 1.2;
	text-decoration:none;
}

.tab-list h2 i {
    float: right;
    background: #d19f0e;
    color: #fff;
    padding: 6px 8px 4px;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.tab-list a[data-toggle='collapse'] .fa-plus:before {
    content: "\f068";
}

.tab-list a.collapsed[data-toggle='collapse'] .fa-plus:before {
    content: "\f067";
}

.tab-list h2:hover i {
	background:#333;
	cursor:pointer;
}

.tab-list .card-block {
    border: 1px solid #ebebeb;
    padding: 15px;
    margin-bottom: 45px;
}

.tab-list .card ul li, .list li {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding-bottom: 20px;
	list-style:none;
	line-height:1.5;
}

.list li p:last-child {
	padding-bottom:0;
}

.list-dark li {
    border-color: #000 !important;
}

/* sometimes you don't need a bottom rule */
.tab-list .card-borderless ul li, list li { 
    margin-bottom: .5em;
	list-style:none;
}

.tab-list .card ul li:last-child, .list li:last-child {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 5px;
}

.dashed-list li {
    border-style: dashed;
}

.tab-list .list-dots ul li, .list-dots li {
    list-style: disc;
    border: none !important;
    margin: 0 0 20px 20px;
    padding: 0 !important;
	line-height:1.5;
}

.list-dots ol li {
    list-style: decimal;
}

.list-dots.no-pad ol li {
    margin-bottom: 0 !important;
}

.list-dots.no-pad ol li:last-child {
    margin-bottom: 20px !important;
}

.tab-list .list-dots ul li {
    padding: 15px 0 0 0 !important;
	margin: 0 0 0 20px;
}

.tab-list .list-dots ul li:first-child {
    padding-top: 0 !important;
}

.tab-list .list-dots.no-pad ul li {
    padding: 0 !important;
}


.list-dots li:last-child {
    margin-bottom: 20px !important;
}

.tab-list .list-dots.no-pad ul li ul li:last-child {
    margin-bottom: 0 !important;
}

.list-dots li ul li {
    margin: 10px 0 10px 20px;
}

.tab-list .card h3 {
	font-family:'Open Sans';
	font-size:1em;
	margin-bottom:10px;
	text-transform:none;
	font-weight:700;
	letter-spacing:0;
}

.list-dots.lesspadding li {
    margin-bottom: 0 !important;
}

.list-dots.lesspadding li:last-child {
    margin-bottom: 20px !important;
}

/* Split Lists into 50/50 Columns */
.tab-columns.split-lists .col-md-8 li, .split-lists li {
	width:calc(50% - 20px);
	float:left;
}

@media screen and (max-width:767px) {
	.tab-columns.split-lists .col-md-8 li {
	width:100%;
	}
}
/* Dots for Sub Lists of Underline List */
.list-underline ul li ul li {
    border-bottom: none !important;
    list-style: disc !important;
    margin: 0 0 0 20px !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}


/* New Side Menu */
#sideMenu {
	margin-bottom:30px;
}

#sideMenu h3 {
    background: #3a3a3a;
    color: #fff;
    padding: 15px 15px;
    border-radius: 5px 5px 0 0;
    font-family: 'MicroExtend';
    font-size: 1.25em;
    text-transform: uppercase;
	margin-bottom:0;
}

#sideMenu h3 i {
    color: #d19f0e;
}

#sideMenu h3 p {
    padding: 0;
    display: inline;
    line-height: 1;
}

#sideMenu #sidenav li {
    width: 100%;
    margin: 0;
	position:relative;
}

#sideMenu #sidenav li a {
    display: table;
    vertical-align: middle;
    min-height: 50px;
    padding: 10px 15px;
    background: #ebebeb;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #000;
    text-transform: uppercase;
    font-size: .9375em;
    font-weight: 600;
    width: calc(100% + .5px);
	height:1px; /* Required for Firefox */
}

#sideMenu #sidenav li a span {
    display: table-cell;
    vertical-align: middle;
	width: 100%;
}

#sideMenu #sidenav li.dropdown > a span, #sideMenu #sidenav li a.external span, #sideMenu #sidenav li a.pdf span {
	padding-right: 20px;
}

#sideMenu #sidenav {
	border-radius:0 0 5px 5px !important;
	overflow:hidden;
}

#sideMenu ul:first-child li:last-child a {
	border:0 !important;
}

#sideMenu #sidenav li a:hover, #sideMenu #sidenav li a.active {
    background: #d19f0e;
	color:#000;
}

#sideMenu #sidenav li a[aria-expanded="true"], #sideMenu #sidenav li a.dropdown.active {
    background: #d19f0e;
	border-bottom:1px solid #1d1d1d;
}

#sideMenu #sidenav li a.active {
	background: #d19f0e;
}

#sideMenu #sidenav li ul li a[aria-expanded="true"], #sideMenu #sidenav li ul li a:hover, #sideMenu #sidenav li ul li a.active {
    background: #4c4c4c;
    color: #fff;
}

#sideMenu #sidenav li ul li a {
    background: #333333;
    border-bottom: 1px solid #1d1d1d !important;
    color: #fff;
}

#sideMenu #sidenav li ul li ul li a {
	background: #1d1d1d;
    border-bottom: 1px solid #333333 !important;
    color: #fff;
}

#sideMenu #sidenav li ul li ul li a:hover, #sideMenu #sidenav li ul li ul li a.active {
    background: #1d1d1d;
    color: #d19f0e;
}

#sideMenu #sidenav a.dropdown-toggle.collapsed:after {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    top: 16px;
    right: 15px;
    font-size: 14px;
    color: #000;
}

#sideMenu #sidenav a.pdf:after {
    content: '\f1c1';
    font-family: 'FontAwesome';
    position: absolute;
    top: 16px;
    right: 15px;
    font-size: 16px;
    color: #000;
}


#sideMenu #sidenav a.external:after {
    content: '\f08e';
    font-family: 'FontAwesome';
    position: absolute;
    top: 17px;
    right: 13px;
    font-size: 16px;
    color: #000;
}

#sideMenu #sidenav .dropdown li a.pdf:after, #sideMenu #sidenav .dropdown li a.external:after {
    color: #777;
}

#sideMenu #sidenav a.dropdown-toggle:after {
    content: '\f077';
    font-family: 'FontAwesome';
    position: absolute;
    top: 16px;
    right: 15px;
    font-size: 14px;
    color: #d19f0e;
}


#sideMenu #sidenav a.dropdown-toggle.collapsed:hover:after, #sideMenu #sidenav a.dropdown-toggle[aria-expanded="true"]:after {
    color: #000;
}

#sideMenu #sidenav li ul li a.dropdown-toggle.collapsed:hover:after, #sideMenu #sidenav li ul li a.dropdown-toggle[aria-expanded="true"]:after {
    color: #d19f0e;
}

#sideMenu #sidenav li ul li a.dropdown-toggle.collapsed:after {
    color: #d19f0e;
}



/* Social Follow Box */

#socialBox {
    border-radius: 5px;
    padding: 20px 15px 15px;
}

#socialBox .social-icons-list {
    display: block;
    float: left;
    clear: both;
    padding: 0;
}

#socialBox .social-icons-list li {
	float:left;
	margin-right:15px;
	padding-bottom:10px;
}
#socialBox .social-icons-list li i {
	font-size:2em;
}
.social-icons-list li .fa-facebook, .social-icons-list li .fa-facebook-square { color:#40599b; }
.social-icons-list li .fa-youtube, .social-icons-list li .fa-youtube-square { color:#e62117; }
.social-icons-list li .fa-twitter, .social-icons-list li .fa-twitter-square { color:#42a1f6; }
.social-icons-list li .fa-linkedin { color:#2977c9;}
.social-icons-list li .fa-flickr { color:#ff0084; }
.social-icons-list li .fa-instagram { color:#a31d7b; }
.social-icons-list li:last-child {
	margin-right:0;
}

#socialBox li i:hover {
    color: #000 !important;
}

/* Contact Box */

#contactBox {
    margin: 0 0 30px;
    padding: 20px 15px 0;
    border-radius: 5px;
	clear:both;
}

#contactBox h4 {
    color: #fff;
}

#contactBox .btn-map {
    margin-top: 10px;
}

#rightColumn #contactBox {
    padding: 30px 30px 15px;
}



#sideMenu h3 {
    background: #3a3a3a;
    color: #fff;
    padding: 15px 15px;
    border-radius: 5px 5px 0 0;
    font-family: 'MicroExtend';
    font-size: 1.25em;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* Expand Column Links */

div#expandColumn {
    border-radius: 0 0 5px 5px;
    padding-bottom: 10px !important;
}

.expandColumnLinks h5 {
    margin: 0;
}

.expandColumnLinks h5 a {
    background: #d19f0e;
    border-radius: 5px;
    padding: 10px !important;
	color:#000;
}

.expandColumnLinks h5 a i {
	float:right;
}

.expandColumnLinks h5 a:hover {
    background: #3a3a3a;
	color:#d19f0e;
}

.expandColumnLinks .expand {
    display: block;
    clear: both;
	margin-bottom: 10px;
}

.expandColumnLinks .expandContent {
    padding: 15px 15px 5px;
    border-radius: 0 0 5px 5px;
}

.expandColumnLinks .expandContent p {
	font-size:.875em;
	padding-bottom:15px;
}

.expandColumnLinks h5 a[aria-expanded='true'] .fa-plus:before {
    content: "\f068";
}

/* Dots List */

ul.dots, .tab-list ul.dots, ul li.dots {
	list-style-type:disc;
	color:#d19f0e;
}

ul.dots li, .tab-list ul.dots li, ul li.dots {
    margin-left: 20px;
    border: none !important;
    list-style: disc;
	margin-bottom: 0;
}

ul.dots li p, ul li.dots p {
	color:#333;
}

ul.dots.lesspadding p, .lesspadding li p, li.dots.lesspadding p {
    padding-bottom: 0;
}

ul.dots li ul, .tab-list ul.dots li ul, ul li.dots ul li.dots {
    color: #adadad;
}

/* Academic Calendar Widget Update */

.academic-dates {
    background-image: url(/_sm180/currentstudents-assets/img/currentstudents/academic-dates-bg-new.jpg);
    background-size:cover;
    padding:20px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
	background-color:#121212;
}
.academic-date-header {
	background:#3a3a3a;
	color:#fff;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
}
.academic-date-header .fa {
    color: #d19f0e;
    position: relative;
}
.academic-date-header a i {
    font-size: .9em;
}
.academic-date-header h3 {
    float: none;
    text-transform: uppercase;
    font-size: 1.15em;
}
.academic-date-header h3 span { 
	color:#d19f0e;
}
.academic-dates .event-list {
	float:none;
	color:#fff;
}
.academic-dates ul li {
	border:none !important;
	margin-bottom:0 !important;
	padding:0px 0 20px;
}
.academic-dates ul li:last-child {
    padding: 0;
}
.academic-dates ul:after {
	content:'';
	display:block;
	clear:both;
}
.academic-dates span.daDate { 
	display:block;
	float:none;
	color:#d19f0e;
	font-weight:600;
	font-size:1em;
	font-family: 'MicroExtend';
	margin-bottom: 5px;
}
.academic-dates p {
	padding:0px;
	font-size:.875em;
	line-height:1.35;
}
.academic-dates p em span {
    color: #fff;
    display: initial;
    font-weight: 500;
    font-family: 'Open Sans';
}
.academic-date-header.updated {
    background: #3a3a3a;
    padding: 15px 15px;
    border-radius: 5px 5px 0 0;
}

.academic-date-header.updated h3 {
    font-size: 1.25em;
    float: none;
    line-height: 1;
}

.academic-date-header.updated .fa {
    top: 0px;
}

.academic-dates {
    background-size: cover;
}

.academic-dates.updated {
    background-size: cover;
	background-image: url(/_sm180/currentstudents-assets/img/currentstudents/academic-dates-bg-new.jpg);
}

/* Tab List Updates */

.tab-list.updated .card-header {
    border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.tab-list.updated .photo .card-header {
	border-radius:0;
}

.tab-list.updated .photo img:first-child {
	border-radius: 5px 5px 0 0;
}

.tab-list.updated .card-block {
    border-radius: 0 0 5px 5px;
	margin-bottom: 0;
}

.tab-list.updated .card {
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.tab-list .card-header span {
	color:#000;
	font-weight:700;
}

.tab-list.updated h2 a.single i {
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0;
    background: none;
    color: #d19f0e;
    padding: 18px;
    border-left: 1px solid #ddd;
}

.tab-list.updated h2:hover a.single i {
    color: #333;
}

/* Meet Our Staff*/
@media (min-width:768px) {
	.read-more-right {
		position: absolute;
	    right: 0;
	    bottom: 0;
	}
}

.staff-name .read-more-content p {
    padding-bottom: 0;
}

.read-more-right {
	text-align: right;
    padding-right: 20px;
    padding-bottom: 20px;
}

.read-more-text-right {
	text-align: right;
    padding-right: 20px;
    padding-bottom: 20px;
}

.fa-angle-down:before, .fa-angle-up:before  {
	font-size:2em;
	position: relative;
	top:7px;
	margin-left:5px;
	font-weight:700;
}
.fa-yellow + i {
	color:#d19f0e;
}

.staff-name .read-more-content.truncated p {
    padding-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

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

/* Round Edges on Staff */

.staff-name {
    border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
    overflow: hidden;
}

/* Content Link Lists */

.linkList li {
	position:relative;
}

.linkList a {
    border-bottom: 1px solid #ccc;
    padding: 15px 15px 10px 0;
    display: block;
    color: #000;
}

.linkList a:hover {
	color: #d19d0e;
}

.linkList a:after {
    content: "\f054";
    font-family: 'FontAwesome';
    color: #d19d0e;
    font-size: .875em;
	position:absolute;
	right:0;
	bottom:11px;
}

.linkList.dark a {
    color: #d19f0e;
    border-color: #555;
}

.linkList.dark a:hover {
	color: #fff;
}

/* Grey Box Links Widget */

#greyBoxLinks {
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px 15px 10px;
}

#greyBoxLinks ul {
    margin: 0 0 20px;
}

#greyBoxLinks ul:last-child {
	margin-bottom: 5px;
}

#greyBoxLinks ul li a {
	font-weight:600;
}

#greyBoxLinks h5 {
    margin: 20px 0 0;
    font-weight: 800;
    font-size: 1em !important;
}

/* Grey Box Widgets with Photos and Buttons */

.greybox .img-container {
    position: relative;
    overflow: hidden;
    padding: 0;
    display: table-cell;
    height: 100%;
    float: none;
}

.greybox {
    background: #ebebeb;
    margin-bottom: 45px;
    padding: 0;
    clear: both;
    display: table;
    float: left;
    width: 100%;
}

.greybox .background {
	-ms-transform: translate(50%);
}

.greybox h2 {
    font-size: 1.6em;
    margin-bottom: 20px;
	color: #000;
}

.greybox .content {
	padding:30px;
	width:100%;
}

.greybox .btn {
    margin: 5px 5px 5px 0;
}

/* Video Popup Widget */

#videoPop {
    position: relative;
    margin: 0 0 30px;
    display: block;
    overflow: hidden;
    min-height: 200px;
    border-radius: 5px;
}

#videoPop .background {
    z-index: 0;
}

#videoPop .overlay {
    background: rgba(0,0,0,.5);
    z-index: 1;
}

#videoPop i, #videoPop h4 {
    z-index: 9;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0 30px;
    margin: 0;
}

#videoPop i {
    font-size: 2.5em;
    background: #d19f0e;
    width: 60px;
    border-radius: 50%;
    padding: 11px 15px 9px 18px;
    margin: 0 0 15px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

#videoPop:hover .overlay {
	background:rgba(209,159,14,.85);
}

#videoPop:hover i {
	background:#000;
}

#videoPop:hover h4 {
	color:#000 !Important;
}

#videoPop .content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
	z-index:2;
}

/* Video Pop Full Width Section */

#videoPop.full-width {
    min-height: 350px;
    border-radius: 0;
    margin: 0;
}

/* Video Embed with Right Link Widget */

.video-embed-link .embed-responsive {
    /*height: 325px;*/
    border-radius: 5px;
}

.video-embed-link.right-image .embed-responsive {
	height: 325px;
}

.video-embed-link img {
    float: left;
    border-radius: 5px 5px 0 0;
}

.video-embed-link img:hover {
    opacity:.9;
}

.imageLinkText .btn {
    margin: 0;
    border-radius: 0 0 5px 5px;
}

/* Full Width 8 Box Links Widget */

.fullBoxLinks h2, .fullBoxLinks p { text-align:center; }

.fullBoxLinks h2 { padding-bottom:15px;color:#000; }
.fullBoxLinks p { padding-bottom:30px;font-weight:600; }
.fullBoxLinks i { padding-bottom:15px; }

.boxLink {
	margin-bottom:30px;
}

@media screen and (max-width:991px) {
	.boxLink {
		margin-bottom:15px;
	}
}

.boxLink:hover img {
	opacity:.9;
}

.boxLinkInner {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
	text-align:center;
	font-weight:600;
}

.boxLinkInner p {
    padding: 0;
}

.boxLinkInner img {
    max-width: 150px;
    border-radius: 50%;
	margin-bottom:15px;
}

.boxLinkInner.greybg {
    border: none;
    color: #000;
}

.boxLink.iconBox i {
    background: #333;
    border-radius: 50%;
    color: #d19f0e;
    font-size: 2.5em;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 0 15px;
}

.boxLinkInner.greybg:hover {
    background: #d19f0e !important;
}

.iconBox .boxLinkInner.greybg {
    padding: 30px 15px;
}

.iconBox .boxLinkInner {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/* Alert Box Links */

span.alertText {
    position: relative;
    top: -3px;
}

.alertButton:hover .alertButtonInner {
    background: #D19F0e !important;
    color: #000 !important;
}

.alertButton.column:hover .alertButtonInner {
    background-color: #D19F0e !important;
    color: #000 !important;
}

@media screen and (max-width:767px) {
	.alertButton i {
    width: 100%;
    display: block !important;
    margin: 0 !important;
    padding: 0 0 30px !important;
    font-size: 2.5em !important;
	}
}

@media screen and (max-width:1199px) {
	.video-embed-link .embed-responsive {
    	height: 273px;
	}
}

/* Full Width Title with Slideshow Widget */

#titleSlide {
	min-height:369px;
}

#titleSlide #content {
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 60px 30px;
}

#titleSlide .overlay-vertical {
    z-index: 1;
}

@media screen and (max-width:1099px) {
	#titleSlide .overlay-vertical {
    	z-index: 1;
    	background: #232323;
    	position: initial;
	}
	#titleSlide #content {
    	position: initial;
		padding: 30px 30px 45px;
	}
}


/* 404 Error Page & Interior Search */

.content input#search-box {
    border: 1px solid #ccc;
    height: 45px;
    border-radius: 5px;
    width: 100%;
    padding: 0 15px;
	line-height:45px;
}

.content div#search-container {
    position: relative;
	margin-top: 30px;
	margin-bottom:15px;
}

.content #search-form button {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    color: #d19f0e;
    font-size: 1.25em;
    padding: 12px;
}

.datestamp a {
    font-size: .7em;
    color: #ccc;
}

/*   Calendar   */
#contest-sep {margin-top:0;}

.marketing a, h2 {color: #d19f0e;}
.marketing a, .marketing a:hover {font-size: .9em;}
.calendarnowdiv {overflow-y: initial;}
#lblPoweredByADE {display:none;}
.dayheader {background-color: #636363;}
.detailsview, .detailsview a, .detailsview span {line-height: 1.5em;font-size:1em !Important;font-family:'Open Sans' !important;}
td.adx-detailsview-left {padding: 1em 1.2em;}
.listheadtext b{font-size: 1.7em; padding:.3em .6em}
.listbodytext, .listtext {line-height: 1.2;}
.url {font-weight: 800;}
.adx_wcag_header {font-size: 1.4em;}
#lblAdvancedSearch, #lblDisplayOptions {font-size: .8em;}
#lblCategoryHeading {font-size: 1.5em;}
.calendarcell, .calendarcell:hover {font-size: 1em;}
.calendarcell {background-color: #474747d6; padding: .5em;}
.otherday {background-color: #dedede;}
.listheadtext, .listtableheadertext {font-size: .9em; font-weight: 700;}


/* Calendar Changes */

.adx_wcag_header {
    font-size: 1em;
    padding: 0 0 15px !important;
}

.marketing h2 {
    text-align: center;
    padding: 30px 15px 15px;
}

div#pnlSearch {
    background: #ebebeb;
    padding: 15px;
}

.calendarcellhilite, .calendarcell {
	font-family: 'Open Sans';
    padding: 10px;
}

.calendarcellhilite {
    font-size: .9em;
    color: #ffffff;
    background-color: #d19f0e;
}

.otherday {
    background-color: #ebebeb;
    padding: 15px;
    font-size: .9em;
    color: #ccc;
	border-color:#ebebeb !important;
}

.otherday a {
    color: #666;
}

.calendarcellhilite a {
    color: #000;
	font-size:1em !important;
}
.calendarcellhilite a:hover {
	font-size:1em;
}

.calendarcell a:first-child, .calendarcellhilite a:first-child, .otherday a:first-child {
    font-weight: bold;
    font-size: 1.15em !important;
    display: block;
}

.calendarcell {
    background-color: #fff;
	border-color: #ebebeb !important;
}

.dayheader {
    font-family: 'Open Sans';
    padding: 8px 15px;
    font-size: .9em;
    background: #000;
}

#Calendar1 {
    background: #d19f0e;
    border: none !important;
}

#Calendar1 h2.adx_wcag_header.title {
    color: #000;
    padding: 15px 0 !important;
}
#tblPoweredByADE { border:none !Important; }

a#lbtnSearch {
    background: #000;
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff;
	float:right;
}

tr#rowSearchByCategory td {
    float: left;
    width: 100%;
}

#cellDateSearching table, #cellDisplayOptions table {
    float: left;
    clear: both;
}

#cellDateSearching, #cellDisplayOptions, #rowSearchByCategory {
	vertical-align:top;
}
label#lblCategorys {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 15px;
}

#cellDisplayOptions tr:nth-child(2n) td {
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 10px;
}


#pnlHide table {
    border: none !important;
}

.ADXPublicStyle .BodyStyle .HeaderStyle {
	background:#000;
}

.ADXPublicStyle .BodyStyle {
    background: #ebebeb;
}

.ADXPublicStyle .BodyStyle .WeekendStyle {
    color: #999;
}

.ADXPublicStyle .TodayStyle {
    background: #000;
}

.ADXPublicStyle .TodayStyle .TextStyle {
    color: #d19f0e;
}

.ADXPublicStyle .BodyStyle .CurrentDateStyle {
	color: #d19f0e;
	font-weight:bold;
}

.list-calendar #tblHighlight {
    background: #d19f0e;
    border: none !important;
}

.list-calendar .highlightheadertext {
    color: #000;
    font-size: 1.2em;
    padding: 8px 15px;
}

.list-calendar .listcolumnheadtext {
    background: #000;
    font-size: .9em;
    padding: 4px 15px;
}

.list-calendar .adx_wcag_header {
    padding: 0 !important;
    margin-top: -1px;
}

.list-calendar .listbodytext, .list-calendar .listbodytextalt {
    padding: 15px;
}

.listbodytextalt, .listheadtext {
    background: #ebebeb;
}

.list-calendar #pnlHideSearch {
    margin-right: 15px;
    background: #ebebeb;
    padding: 15px;
    margin-top: 15px;
}

.list-calendar #pnlHideSearch h3.adx_wcag_header {
    padding-left: 0 !important;
}

.list-calendar .calendarcellhiliteSmallGrid {
    font-family: 'Open Sans';
    background-color: #d19f0e;
	padding:5px;
}

.list-calendar .calendarcellhiliteSmallGrid a {
	color:#000;
}

.list-calendar .calendarcellSmallGrid {
    font-family: 'Open Sans';
}

.list-calendar label#lblCategorys {
    padding-top: 15px;
}

.list-calendar a#lbtnSearch {
    float: left;
    margin-top: 15px;
}

.list-calendar span.listtableheadertext {
    float: right;
	color: #000;
}

#pnlListviewHeading h2.adx_wcag_header {
    padding-right: 0 !important;
}

.list-calendar .calendarcellSmallGrid {
    background: #fff;
}

.list-calendar .dayheaderSmallGrid {
    font-size: 12px;
    text-align: center;
    background-color: #000;
    padding: 2px;
    color: #fff;
}

.list-calendar .otherdaySmallGrid a {
    color: #999;
}

.list-calendar .calendarcellSmallGrid, .list-calendar .otherdaySmallGrid {
    padding: 5px;
}

.list-calendar #CalendarGrid1 tr:nth-child(1n+3) td:first-child {
    background: #fff;
    padding-left: 4px;
    border-right: 1px solid #ebebeb;
}

.list-calendar .titleSmallGrid {
    font-family: 'Open Sans';
    font-weight: Bold;
    font-size: 1em;
    color: #000;
    padding: 4px;
}

.list-calendar #CalendarGrid1 table:first-child, .list-calendar #CalendarGrid1 {
    background: #d19f0e;
}

.list-calendar #CalendarGrid1 tr:nth-child(2) td:first-child {
    background: #000;
}

.list-calendar table#CalendarGrid1 {
    margin-bottom: 15px;
}
.list-calendar td.errormessagetext {
    padding: 15px;
}
.list-calendar #pnlEventDetails td.dayheaderSmallGrid {
    text-align: right;
    padding: 4px;
}

.list-calendar #pnlEventDetails td.listheadtext {
    padding-top: 20px;
    padding-left: 3px;
}

.list-calendar td.title {
    display: block;
    padding-bottom: 10px;
    position: relative;
    top: -8px;
}

.list-calendar a.dayheaderSmallGrid:hover {
    font-size: 1em;
}

.list-calendar #pnlHideSearch hr {
    margin: 7px 0;
}

.list-calendar #lblDateRange, .list-calendar #lblTimeRange {
    font-size: 14px;
    padding-right: 5px;
}


.list-calendar span.listtext, .list-calendar .listbodytextalt span, .list-calendar .listbodytextalt p, .list-calendar .listtext span {
    font-size: 15px !important;
    font-family: 'Open Sans' !important;
}

.list-calendar .listbodytextalt, .list-calendar .listbodytext {
	font-size: 15px !important;
}

.list-calendar .listbodytext a.url, .list-calendar .listbodytextalt a.url {
    display: block;
    font-size: 16px !important;
    margin-bottom: -5px;
}

.list-calendar .content-style-pageTitle, .grid-calendar .content-style-pageTitle, .register-calendar .content-style-pageTitle {
    clear: both;
}

.list-calendar #lblDateRange { padding-bottom:7px; }

.list-calendar span#lblAdvancedSearch {
    margin-bottom: 9px;
    display: block;
}

.list-calendar td.detailsview.adx-detailsview-right {
    padding: 15px;
}

.list-calendar .adx-detailsview-right td.detailsview table {
    border: none !important;
    margin-top: 15px;
    background: #fff;
	color: #ccc;
    font-size: 15px;
}

.list-calendar .adx-detailsview-right td.detailsview table td.detailsview {
    font-size: 16px;
    padding: 8px 15px;
    background: #333;
    color: #fff;
}

.list-calendar .adx-detailsview-right a.calendartext {
    font-size: 15px;
    padding: 5px 0;
    display: inline-block;
}

.list-calendar .detailsview .errormessagetext {
    padding: 15px;
    display: inline-block;
}

#frmRegistration div#divContainerTheEvent {
    background: #d19f0e;
    border: none;
	margin-top: 15px;
	margin-bottom: 0;
}

#frmRegistration div#divEventDetailsName {
    color: #fff;
    text-align: center;
}

#frmRegistration #divEventDetails .field-list div {
    width: 100%;
    text-align: center;
    clear: both;
    color: #fff;
}

#frmRegistration #divContainerYourInformation h3 {
    background: #000;
    text-align: center;
    padding: 15px 5px 14px;
    font-size: 1.25em;
}


.list-calendar footer .row, .register-calendar footer .row {
	margin: 0 -15px;
}

.list-calendar .adx-detailsview-left > table {
    margin-bottom: 15px;
}

.list-calendar .adx-detailsview-left > table:last-child {
    margin-bottom: 0;
}

.register-calendar form#frmRegistration {
    padding-bottom: 30px;
}

.register-calendar div#divAdvRegTopOfFormText {
    text-align: center;
    padding: 30px 15px 5px;
}

.register-calendar #divRegistrationFields .field-list-label {
    padding-top: 9px;
    padding-bottom: 9px;
}

.register-calendar #divRegistrationFields.paddedBox {
    padding: 0px 30px 15px;
}

.register-calendar #divRegistrationFields input, .register-calendar #divRegistrationFields select {
    border: 1px solid #ccc;
    padding: 4px 6px;
    background: #fff;
    border-radius: 4px;
    height: 32px;
}

.grid-calendar span.holiday-text {
    background: #aa1a1e;
    display: block;
    color: #fff !important;
    padding: 5px;
    margin-bottom: -15px;
}

.calendarcell:hover {
	font-family:'Open Sans';
}

.list-calendar span.holiday-text {
    font-size: 15px;
    font-weight: bold;
    color: #fff !important;
    background: #aa1a1e !important;
    padding: 5px;
    display: block;
}

.grid-calendar a#lbtnADXCalenderNext {
    margin-right: 10px;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 3px 4px 5px;
    position: relative;
    top: 2px;
}

.grid-calendar a#lbtnADXCalenderPrevious {
	margin-left: 10px;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 5px 4px 3px;
    position: relative;
    top: 2px;
}

.grid-calendar .content-style-pageTitle h2 {
    padding-bottom: 30px;
}

#Calendar1 a.url {
    font-size: 14px !important;
}

.list-calendar .listheadtext h4.adx_wcag_header {
    margin: 0;
    padding: 4px 12px !important;
    border-left: 3px solid #d19f0e;
}

#ActiveDataCalendar #title {
    margin-top: -16px;
}
#title.short-header {
    min-height: 150px;
}
#title.short-header .breadcrumb {
    margin-top: -10px;
}

ul.ou-search-no-results h2 {
    font-size: 14px;
    text-align: center;
    margin: 85px 0 15px;
    color: #aa1a1e;
    font-family: 'Open Sans';
    font-weight: bold;
}

.list-calendar select, .grid-calendar select {
	background-color: #fff;
    background-image: url('../img/down-arrow.png');
	background-repeat: no-repeat;
	background-position: center right 10px;
    border: 1px solid #ccc;
    height: 34px;
    font-size: .875em;
    text-transform: none;
    padding: 0 20px 0 10px;
}

/* PGE PSPS Pages */

#pge-status {
    background-image: url('../img/electric-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right -100px center;
}

/* Google Translate */

.goog-te-combo {
    background-color: #fff;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    border: 1px solid #ccc;
    height: 34px;
    font-size: 1.25em;
    text-transform: none;
    padding: 0 20px 0 10px;
    line-height: 1.25;
    width: 100%;
    margin-bottom: 10px !important;
}

.eventlistdiv a:hover { font-family:'Open Sans'; }

#tblDateRange input {
    height: 32px;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 0 10px;
    font-size: .875em;
    margin-top: -3px;
    margin-left: 5px;
}

/* New Styled Table */

.table.styled thead td, .table.styled th {
    background: #3a3a3a;
    padding: 15px;
    color: #fff;
}
.table.styled thead td h3, .table.styled th p {
	font-size:1.25em;
	margin:0;
	padding:0;
	font-weight:bold;
}

/* FAQ Lists */

.faq ul[type="disc"] {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.faq ul[type="disc"] li {
    padding: 5px 0 5px;
    line-height: 1.25;
}

/* Header Styles */

@media screen and (min-width:981px) {
	#title.updated h1 {
		max-width: 50%;
	}
}

/* New Base Table, Hover Table and Striped */

.touchevents .responsive-container {
    width: 100%;
    overflow-x: scroll;
}

@media screen and (max-width:700px) {
	.no-touchevents .responsive-container {
    width: 100%;
    overflow-x: scroll;
	}
	#mainContent h2:nth-child(1) br {
    	display: none;
	}
}

#hoverTable {
  overflow: hidden;
}

.base-table {
    margin-top: 10px;
}

.base-table thead {
    background: #d19f0e;
}

.base-table td, .base-table th {
    padding: 15px;
    position: relative;
    outline: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
	border: 1px solid #ebebeb;
}

.base-table.align-left td, .base-table.align-left th {
    text-align: left;
}

.base-table.even-columns td, .base-table.even-columns th {
	width:50%;
}

.base-table.even-columns.three-columns td, .base-table.even-columns.three-columns th {
    width: 33.33%;
}

.base-table.even-columns.four-columns td, .base-table.even-columns.four-columns th {
    width: 25%;
}

.base-table.striped tr:nth-child(even) td {
    background: rgba(0,0,0,.025);
}

.base-table.striped-vertical td:nth-child(even) {
    background: rgba(0,0,0,.025);
}

#hoverTable td, #hoverTable th {
    min-width: 200px;
	padding: 15px 5px;
}

@media screen and (max-width:1199px) {
	#hoverTable td, #hoverTable th { min-width:160px }
}

@media screen and (max-width:640px) {
	/* Force Tables to Fit within Mobile View */
	table.base-table {
		width: 100% !important;
	}
}

.base-table th.row {
    background: #1d1d1d;
    color: #d19f0e;
	border-color: #1d1d1d;
}

.base-table tr:nth-child(even) th.row {
    background: #333;
	border-color: #333;
}

.base-table th {
    border-color: #d19f0e;
}

#hoverTable sub {
	color:#999;
}

.base-table h5 {
    margin:0;
}

.base-table p {
    padding: 5px 0;
    line-height: 1.25;
}

#hoverTable td:hover {
    background:#ccc;
	border-color:#ccc;
}

body:not(.nohover) #hoverTable tbody tr:hover {
  background-color: #ebebeb;
}

#hoverTable td:hover::after,
#hoverTable thead th:not(:empty):hover::after,
#hoverTable td:focus::after,
#hoverTable thead th:not(:empty):focus::after { 
  content: '';  
  height: 10000px;
  left: 0;
  position: absolute;  
  top: -5000px;
  width: 100%;
  z-index: -1;
}

#hoverTable td:hover::after,
#hoverTable th:hover::after {
  background-color: #ebebeb;
}

#hoverTable td:focus::after,
#hoverTable th:focus::after {
  background-color: ccc;
}

/* Focus stuff for mobile */
#hoverTable td:focus::before,
#hoverTable tbody th:focus::before {
  background-color: #ccc;
  content: '';  
  height: 100%;
  top: 0;
  left: -5000px;
  position: absolute;  
  width: 10000px;
  z-index: -1;
}

/* Datestamp Footer CSS */

div#de {
    display: block !important;
    background: #000;
    text-align: center;
}

#de a {
    color: #999;
    font-size: .75em;
    padding-bottom: 15px;
    display: block;
}

/* Push Up 1 Pixel */

.up-1 {
	position:relative;
	top:-1px;
}

/* 3 Contact Box Full-Width Component */

.contactBoxes .background-content p:last-child, .contactBoxes .col-md-6 p:last-child {
	padding-bottom:0;
}

/* Callout Sections */

#callout h1 {
    color: #fff;
    font-size: 36px;
    text-align: center;
    padding-bottom: 10px;
}
#callout p {
	max-width:640px;
	margin:0 auto;
}

#callout .mw-640 p {
	max-width:640px;
}

#callout .mw-0 p {
	max-width:none;
}

/* Yellow Box Widget */

#rightColumn .yellowbox {
	clear:both;
} 

/* Dark Grey Box Widget */

.darkgreyBox a:hover {
    color: #fff;
}

/* FAQ Question Widget */

.faq {
    border-bottom: 1px solid #ebebeb;
    display: block;
    clear: both;
}

.faq h5 a[data-toggle='collapse'] .fa-plus:before, .faq .question a[data-toggle='collapse'] .fa-plus:before {
    content: "\f068";
}

.faq h5 a.collapsed[data-toggle='collapse'] .fa-plus:before, .faq .question a.collapsed[data-toggle='collapse'] .fa-plus:before {
    content: "\f067";
}

.faq h5 {
	font-size:1em !important;
}

.faq .question {
	font-size:1.25em;
}

.faq .answer {
    padding-bottom: 20px;
	line-height: 1.5;
}

.faq h5 a, .faq h5 a:visited, .faq h5 a:active, .faq .question a, .faq .question a:visited, .faq .question a:active {
    display: block;
	color:#000;
	text-decoration:none;
	padding: 20px 30px 20px 0;
    position: relative;
}

.faq h5 a[aria-expanded="true"] {
    color: #d19f0e;
}

.faq h5 {margin:0;}, .faq .question {margin:0;}

.faq h5 a:hover, .faq .question a:hover {
	color: #d19f0e;
}

.faq h5 a i, .faq .question a i {
    position:absolute;
	right:0;
	top:20px;
	color: #d19f0e;
}

/* Add Dark Border Color for FAQs on Light Grey Background */
section.greybg .faq {
    border-color: #ccc;
}

/* Revert Alpha Numbers to Basic Style within FAQ Dropdowns due to paragraph tags not being added automatically */
.faq .alpha ol li {
    color: #000;
    font-family: 'Open Sans';
    font-weight: normal;
    margin: 0 0 10px 20px;
    list-style: decimal;
}
.faq .alpha ol li ol li {
    list-style: lower-alpha;
}
.faq .alpha ol li ol li:first-child {
    margin-top: 10px;
}

.tab-list h2 a.single i {
    top: 13px;
}

/* Red Alert Box Widget */

.redAlertBox a {
	color:#fff;
	text-decoration:underline;
}

.redAlertBox a:hover {
	color:#fff;
	opacity:.85;
}

/* Light Grey Box Widget */

.lightgreyBox.black-links a {
    color: #000;
    text-decoration: underline;
}

.lightgreyBox.black-links a:hover {
	color:#d19f0e;
}

.lightgreyBox.arrow-links a {
	position: relative;
    padding-right: 15px;
}

.lightgreyBox.arrow-links a:before {
    content: '\f054';
    color: #d19f0e;
    text-decoration: none;
    position: absolute;
    right: 0;
    font-family: 'FontAwesome';
    font-size: .75em;
    bottom: 1px;
}

/* No Padding on Paragraphs Initially for First Column */

#leftColumn > p {
    padding: 0;
}

/* Light Grey Angled Right Corner */

.grey-right-angle-corner {
				background-image: url(/_resources/img/home/grey-angle-corner.png);
				background-position: top right 0;
				background-size: contain;
				background-repeat: no-repeat;
				padding-right:25px !important;
}

.grey-right-angle-corner-alt {
				background-image: url(/_resources/img/home/grey-angle-corner-alt.png);
				background-position: top right 0;
				background-size: contain;
				background-repeat: no-repeat;
				padding-right:25px !important;
}

/* Color Boxes & Links */

.img-container {
	position:relative;
	overflow:hidden;
	padding: 0;
}

h1.caption {
    font-size: 1.4em !important;
    font-family: 'Open Sans';
    text-transform: none;
    font-weight: 800;
    padding: 0 30px 45px;
}


.img-container img {
    min-height: 100%;
    min-width: 100%;
}

.yellowlinks, .greylinks {
	margin-top:45px;
}

.yellowlinks img, .greylinks img {
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
}
.yellowlinks .ylink, .greylinks .glink {
	position: relative;
	overflow: hidden;
}
.ylink h2, .greylinks h2 {
	font-size: 1em;
	color:#fff;
	padding:45px 15px;
	margin:0;
}

.ylink h2 {
	color:#000;
}

.ylink a:hover h2 {
	color:#fff;
}

.ylink:before, .glink:before, .glink:hover:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(209,159,14,.85);
	display: block;
	content: '';
	z-index:9;
}

.ylink a p, .glink a p {
    font-family: 'Open Sans';
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 30px 35px;
}

.ylink a:hover p, .glink a:hover p {
	color:#fff;
}

.glink:before {
	background: rgba(0,0,0,.65);
}

.ylink:hover:before {
	background: rgba(0,0,0,.65);
}
.ylink:hover i {
	color: #ffffff;
}
.yellowlinks a, .greylinks a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	font-family: 'MicroExtend';
	position:relative;
	z-index:99;
}

.greylinks a:hover i {
	color:#fff;
}

.yellowbox {
	margin-top:45px;
	overflow:hidden;
	z-index: 0;
}

.yellowbox img {
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	z-index:-2;
}
.yellowbox .ybox {
	position: relative;
	overflow: hidden;
	padding-bottom:30px;
}

.ybox h2 {
	font-size: 1.5em;
	color:#fff;
	padding:45px 0 15px;
	margin:0;
	text-align:center;
	font-family:'MicroExtend';
}

.ybox p {
	color:#fff;
	text-align: center;
	padding:10px 15px 30px;
	line-height:1.2;
}

.ybox .btn-black, .ybox .btn-black:active {
	width:100%;
	max-width:240px;
	margin:0 auto 15px;
	display:block;
}

.ybox:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(209,159,14,.85);
	display: block;
	content: '';
	z-index:-1;
}

.blackbox {
	margin-top:45px;
	overflow:hidden;
	z-index: 0;
}

.blackbox img {
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	z-index:0;
}
.blackbox .bbox {
	position: relative;
	overflow: hidden;
	padding-bottom:30px;
	background:#000;
}

.bbox h2 {
	font-size: 1.5em;
	color:#fff;
	padding:45px 0 15px;
	margin:0;
	text-align:center;
	font-family:'MicroExtend';
	position:relative;
	z-index:2;
}

.bbox p {
	color:#fff;
	text-align: center;
	padding:10px 15px 30px;
	line-height:1.2;
	position:relative;
	z-index:2;
}

.bbox .btn-yellow-small, .bbox .btn-yellow-small:active {
	width:100%;
	max-width:240px;
	margin:0 auto 15px;
	display:block;
	position:relative;
	z-index:2;
}

.bbox a {
	position:relative;
	z-index:2;
}

.auto-width {
	width:auto !important;
}

.bbox:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.65);
	display: block;
	content: '';
	z-index:1;
}

/* MyBC Login Button and other Far Right Action buttons in top navigation */

.mybc-login {
	background:#aa1a1e;
	margin-top:20px;
}

@media (max-width:1199px) {
	.mybc-login {
		clear:both;
	}
	.subnav-button-right {
		margin-top:20px;
	}
}

@media (min-width:1200px) {
	.mybc-login, .subnav-button-right {
		float:right;
		margin-top:0;
	}
}
.mybc-login a {
	color:#fff;
	text-transform: uppercase;
	padding:16px;
	display:block;
	font-weight:700;
	height:50px;
}
.mybc-login a i {
	margin-right:10px;
	opacity: 0.5;
}
.mybc-login a:hover {
	background:#c01d22;
	color:#fff;
}
.mybc-login a:focus {
	text-decoration: none;
}

.mybc-login a:hover i {
	opacity: 1;
}

/* Page Edit Background Fix */


#ou-campus-edit-id .greybg .ou-justedit-region, .greybg .ou-justedit-region, #ou-campus-edit-id .contact-box .ou-justedit-region, .contact-box .ou-justedit-region, #ou-campus-edit-id .blackbg .ou-justedit-region, .blackbg .ou-justedit-region, #ou-campus-edit-id .yellowbg .ou-justedit-region, .yellowbg .ou-justedit-region {
	background:initial !important;
}
#ou-campus-edit-id .contact-box.ou-justedit-region, .contact-box.ou-justedit-region {
	background-color:#3a3a3a !important;
}