


/* Emergency Notification Styles - Also located in UniversalNav.css (for phase 2 templates) */
.emergencyUpdate {
	background-color:#fff;
	color:#000;
	width:100%;
	font-family: sans-serif;
	box-sizing:border-box !important;
	box-shadow: inset 0 0 10px 1px rgba(0,0,0,0.75);
	padding-bottom:10px;
}
.emergencyUpdate a {
	color:#000;
	text-decoration:underline;
}
.emergencyUpdate p {
	padding:5px 10px;
	font-size:13px !important;
	line-height:17px !important;
}
.emergencyUpdate h1, .emergencyUpdate h2, .emergencyUpdate h3 {
	border-bottom:1px solid #ccc;
	padding-bottom:7px;
	line-height:initial;
}
.emergencyUpdate .timestamp {
	margin:0 0 0 10px;
    background: #800000;
    display: inline-block;
    color: #fff;
	padding:2px 10px;
}


/*****  BX SILDER CAROUSEL  *****/

.bx-wrapper {
	visibility:hidden;
	overflow:hidden;
}
.slider .slide {
	visibility:hidden;
}
.bx-wrapper .slideTitle {
	position:absolute;
	display:block;
	padding:5px 20px;
	color:#fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	-moz-text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	-webkit-text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
	filter: glow(color=black,strength=3);
	font: bold 2em sans-serif;
}

.bx-wrapper .slideTitle.top-left{
	
	left:10px;
}
.bx-wrapper .slideTitle.top-right{
	
	right:10px;
}
.bx-wrapper .slideTitle.bottom-right{
	bottom:20px;
	right:10px;
}
.bx-wrapper .slideTitle.bottom-left{
	bottom:20px;
	left:10px;
}

.bx-viewport {
	overflow:hidden !important;
}
.bx-viewport:after {
	content:" ";
	font-size:0;
	display:block;
	clear:both;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: rgba(255,255,255,.5);
	padding: 6px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:200;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255,255,255,.75);
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: rgba(128,0,0,.75);
}	

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper:hover .bx-prev {
	left: 10px;
	background: url(/media/1362784/controls.png) no-repeat 0 -32px;
}

.bx-wrapper:hover .bx-next {
	right: 10px;
	background: url(/media/1362784/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .caption{
	display:none;
}
.bx-wrapper .overlay{
	position:absolute;
}
		
#middlewrap {
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.75);
}

.imageCaption{
	height:108px;
	
}
.imageCaption a {
	text-decoration:underline;
}
.imageCaption p{
	/*font:normal 0.85em/1.4em sans-serif;*/
	text-align:left;
	padding:20px 10px;
}

.giving a{
	background:rgb(79,117,139);
	padding: 5px;
	color:#fff;
	border-radius:5px;
	margin:10px 20px;
	display:block;
}
.giving a:hover{
	background:rgb(49,87,109);
}
.upper{
	text-transform:uppercase;
}
.bold{ font-weight:bold; }

.feature {
	background-color:rgba(223,209,167, 0.6);
	padding:14px 14px 0 14px;
	margin-bottom:10px;
	height:100%;
	border-radius:5px;
	-moz-transition:background-color .25s ease-in-out;
	-webkit-transition:background-color .25s ease-in-out;
	transition:background-color .25s ease-in-out;
	text-align:center;
}
.feature-link:hover .feature {
	background-color:rgba(223,209,167, 1.0);
}

.feature h3{
	font:normal 1.3em "Futura Md BT", sans-serif;
	border-bottom:solid 2px rgb(255,255,255);
	text-align:left;
	color:#4f758b;
	margin:0;
	padding:0;
}

.feature img {
	margin:10px 0;
	border:1px solid #fff;
	box-shadow: 0px 10px 10px -8px rgba(0,0,0,0.75);
	}
.feature p {
	padding:14px;
	border-radius:0 0 5px 5px;
	background-color:#4f758b;
	margin-top:10px;
	text-align:left;
	/*font:normal 0.95em/1.2em sans-serif;*/
	color:#fff;
	margin-left:-14px;
	margin-right:-14px;
	min-height:91px;
	margin-bottom:0;
	}

.feature p:first-child  {
	background-color:#6c571b;
}
.feature p strong {
	font-weight:normal;
	}
.featurewrap .column:first-of-type h3 {
	color:#3d441e;
}
.featurewrap .column:last-of-type h3{
	color:#800000;
}
.featurewrap .column:first-of-type p {
	background-color:#3d441e;
}
.featurewrap .column:last-of-type p {
	background-color:#800000;
}
	
		

/* ------------ homepage template layout ------------ */

#carouselwrap {
	background:#000;
	/*margin:20px auto;
	border:solid 5px #fff;
	box-shadow: 0px 0px 5px #333;*/
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.75);
}

.news-ticker{
	background:#000;
	background: -moz-linear-gradient(top, rgb(30,87,153) 0%, rgb(93,80,70) 0%, rgb(0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(30,87,153)), color-stop(0%,rgb(93,80,70)), color-stop(100%,rgb(0,0,0)));
	background: -webkit-linear-gradient(top, rgb(30,87,153) 0%,rgb(93,80,70) 0%,rgb(0,0,0) 100%);
	background: -o-linear-gradient(top, rgb(30,87,153) 0%,rgb(93,80,70) 0%,rgb(0,0,0) 100%);
	background: -ms-linear-gradient(top, rgb(30,87,153) 0%,rgb(93,80,70) 0%,rgb(0,0,0) 100%);
	background: linear-gradient(to bottom, rgb(30,87,153) 0%,rgb(93,80,70) 0%,rgb(0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5D5046', endColorstr='#000000',GradientType=0 );
	max-height:364px;
	overflow-y:auto;
}

.news-ticker .news-items{
	padding:11px 15px;
	line-height:1.0;
}

.news-ticker .news-link {
	font:bold 0.875rem sans-serif;
	text-transform:uppercase;
	color:#fff;
	text-shadow:.05rem .05rem .25rem #000;
	margin-bottom:10px;
}
.news-ticker .title, .news-ticker h3, .news-ticker h2 {
	padding-top:20px;
	font-weight:bold;
	font-size:0.750rem;
	border-top:1px solid rgba(255,255,255, 0.25);
	color:#aebcc7;
	text-transform:uppercase;
}
.news-ticker p {
	font-size:0.688rem;
	line-height:1.6;
}
.news-ticker a{
	color:#fff;
}

.news-ticker::-webkit-scrollbar { width:5px; }
.news-ticker::-webkit-scrollbar-track { 
	background:#000;
	background: -moz-linear-gradient(top, rgb(30,87,153) 0%, rgb(93,80,70) 0%, rgb(0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(30,87,153)), color-stop(0%,rgb(93,80,70)), color-stop(100%,rgb(0,0,0)));
	background: -webkit-linear-gradient(top, rgb(30,87,153) 0%,rgb(93,80,70) 0%,rgb(0,0,0) 100%);
	background: -o-linear-gradient(top, rgb(30,87,153) 0%,rgb(93,80,70) 0%,rgb(0,0,0) 100%);
	background: -ms-linear-gradient(top, rgb(30,87,153) 0%,rgb(93,80,70) 0%,rgb(0,0,0) 100%);
	background: linear-gradient(to bottom, rgb(30,87,153) 0%,rgb(93,80,70) 0%,rgb(0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5D5046', endColorstr='#000000',GradientType=0 ); }
.news-ticker::-webkit-scrollbar-thumb { background:rgba(255,255,255,.25); }

.imageCaption p {
	margin-bottom:5px;
}
#right-sidebar {
	background:#dfd1a7;
	text-align:center;
	padding:15px;
	min-height:440px;
}
#right-sidebar .giving {
	padding:5px 8px;
	background-color:rgb(128,0,0);
	background-image:url(/media/1445244/triangle.png);
	background-position:-25px center;
	background-repeat:no-repeat;
	background-size:10px;
	border-radius:5px;
	display:block;
	font:bold 0.9em sans-serif;
	color:#fff;
	box-shadow: 0 8px 10px -7px rgba(0,0,0,0.65);
	width:90%;
	margin:15px auto;
	position:relative;
	-moz-transition:background .25s ease-in-out;
	-webkit-transition:background .25s ease-in-out;
	transition:background-color .25s ease-in-out, background-position .25s ease-in-out;
	margin-top:0;
}
#right-sidebar #sideBanner {
	border-radius:5px;
	color:#800000;
	vertical-align:top;
	
}
#right-sidebar #sideBanner img {
	border-radius:5px;
	margin:15px 0 0 0;
	
}
#right-sidebar #sideBanner p {
	font:bold .8em/1em "Futura Md BT", sans-serif;
	margin:0;
}
#right-sidebar .giving span:nth-child(1) {
	text-transform: uppercase;
	font:bold 0.9em sans-serif;
	color:#fff;
}
#right-sidebar .giving span {
	font:normal 0.8em sans-serif;
	color:rgba(255,255,255,0.65);
}

#right-sidebar .giving:hover {
	background-color:rgb(110,0,0);
	background-image:url(/media/1445244/triangle.png);
	background-position:10px center;
	background-repeat:no-repeat;
	background-size:10px;
}

#right-sidebar #admissions-feature {
	margin-top:15px;
	
	padding:5px 10px 10px 10px;
	background:rgba(255,255,255,0.5);
	border-radius:5px;
}
#right-sidebar #admissions-feature .apply {
	color:#800000;
	vertical-align:top;
	font:bold 1.2em "Futura Md BT", sans-serif;
}
#right-sidebar #admissions-feature img {
	margin-top:5px;
}

#right-sidebar #admissions-feature .admissions-box p {
	margin:0;
}
#right-sidebar #admissions-feature .admissions-button {
	display:block;
	box-sizing:border-box;
	margin-top:15px;
	width:198px;
	height:62px;
	background:url(/media/1662299/Apply-Now-button-sprite.png) no-repeat center top;
	margin-left:2px;
}
/* /media/1662299/Apply-Now-button-sprite.png 
/media/1603199/Enrollment-Deposit-button-sprite-red.png
*/

#right-sidebar #admissions-feature .admissions-button:hover {
	
	background:url(/media/1662299/Apply-Now-button-sprite.png) center -62px;
}
#right-sidebar #admissions-feature .admissions-button img {
	display:none;
}
#right-sidebar #admissions-feature .admissions-deposit {
	display:block;
	box-sizing:border-box;
	margin-top:15px;
	width:198px;
	height:62px;
	background:url(/media/1603199/Enrollment-Deposit-button-sprite-red.png) no-repeat center top;
	margin-left:2px;
}
#right-sidebar #admissions-feature .admissions-deposit:hover {
	background:url(/media/1603199/Enrollment-Deposit-button-sprite-red.png) no-repeat center -62px;
}
#right-sidebar #admissions-feature .admissions-deposit img {
	display:none;
}
#right-sidebar #admissions-feature .catapult-button {
	display:block;
	box-sizing:border-box;
	margin-top:10px;
	width:198px;
	height:62px;
	background:url(/media/1792078/Operation-Catapult-button-APPLY.png) no-repeat center top;
	margin-left:2px;
}
#right-sidebar #admissions-feature .catapult-button:hover {
	
	background:url(/media/1792078/Operation-Catapult-button-APPLY.png) center -62px;
}
#right-sidebar #admissions-feature .catapult-button img {
	display:none;
}

@media only screen and (max-width: 64em) { 	
	.feature{
		margin-top:25px;	
	}
	.feature p {
		font:normal 0.80em/1.2em sans-serif;
	}
	#right-sidebar #admissions-feature .admissions-button {
	display:block;
	box-sizing:border-box;
	margin-top:15px;
	width:auto;
	height:auto;
	background:none;
/*	background:url(/media/1572257/Enrollment-Deposit-button-mobile.png) no-repeat center top; */
	}
#right-sidebar #admissions-feature .admissions-button:hover {
	background:none;
/*	background:url(/media/1572257/Enrollment-Deposit-button-mobile.png) no-repeat center -62px; */
	}

#right-sidebar #admissions-feature .admissions-button img {
	margin:10px auto;
	text-align:center;
	display:block;
	margin-bottom:0;
}
	#right-sidebar #admissions-feature .admissions-deposit {
	display:block;
	box-sizing:border-box;
	margin-top:15px;
	width:auto;
	height:auto;
	background:none;
/*	background:url(/media/1572257/Enrollment-Deposit-button-mobile.png) no-repeat center top; */
	}
#right-sidebar #admissions-feature .admissions-deposit:hover {
	background:none;
/*	background:url(/media/1572257/Enrollment-Deposit-button-mobile.png) no-repeat center -62px; */
	}

#right-sidebar #admissions-feature .admissions-deposit img {
	margin:10px auto;
	text-align:center;
	display:block;
	margin-bottom:0;
}
	#right-sidebar #admissions-feature .catapult-button {
	display:block;
	box-sizing:border-box;
	margin-top:10px;
	width:auto;
	height:auto;
	background:none;
/*	background:url(/media/1601273/Operation-Catapult-button-APPLY.png) no-repeat center top; */
	}
#right-sidebar #admissions-feature .catapult-button:hover {
	background:none;
/*	background:url(/media/1601273/Operation-Catapult-button-APPLY.png) no-repeat center -62px; */
	}

#right-sidebar #admissions-feature .catapult-button img {
	margin:10px auto;
	text-align:center;
	display:block;
	margin-bottom:0;
	}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

@media only screen and (max-width: 40em) { 
	.imageCaption{
		display:none;
	}
	.bx-wrapper .slideTitle {
		font-size: 1em;
	}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */



/* ------------ Emergency Updates Carousel Area On Homepage Emergency No Access Template ONLY --------------------- */

.emergencyHeaderText {
	max-width:1000px;
	margin:0 auto;
	padding:10px 20px;
	color:#800000;
	font:bold 1.5em sans-serif;
	background:#dfd1a7;
	-webkit-animation: pulse 2s infinite;
	-moz-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}
.emergency-updates {
	background:#fff;
	padding:15px 20px;
	height:364px;
	overflow-y:auto;
	
}
.emergency-updates h3, .emergency-updates h2, .emergency-updates h1 {
	border-bottom:1px solid #ccc;
	padding-bottom:7px;
}


.emergency-updates .timestamp {
	background:#800000;
	padding:3px 10px;
	font-weight:bold;
	color:#fff;
	display:inline;
}
.emergency-updates .timestamp span {
	font-size:.8em;
	color:rgba(255,255,255,0.5);
	vertical-align:top;
	
}

.emergencyInstruction p {
	color:#fff;
}

@-webkit-keyframes pulse
    {
    0%   {background-color: #dfd1a7;}
    50%  {background: #fff;}
    100% {background: #dfd1a7;}
    }
@-moz-keyframes pulse
    {
    0%   {background-color: #dfd1a7;}
    50%  {background: #fff;}
    100% {background: #dfd1a7;}
    }

@keyframes pulse
    {
    0%   {background-color: #dfd1a7;}
    50%  {background: #fff;}
    100% {background: #dfd1a7;}
    }

    
























































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
