/*
	FONTS
*/
@font-face {
	font-family: 'Asphalts Brush';
	src: url('/_fonts/AsphaltsBrush.eot');
	src: url('/_fonts/AsphaltsBrush.eot?#iefix') format('embedded-opentype'),
		url('/_fonts/AsphaltsBrush.woff2') format('woff2'),
		url('/_fonts/AsphaltsBrush.woff') format('woff'),
		url('/_fonts/AsphaltsBrush.ttf') format('truetype'),
		url('/_fonts/AsphaltsBrush.svg#AsphaltsBrush') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Archer';
	src: url('/_fonts/Archer-Thin.eot');
	src: url('/_fonts/Archer-Thin.eot?#iefix') format('embedded-opentype'),
		url('/_fonts/Archer-Thin.woff2') format('woff2'),
		url('/_fonts/Archer-Thin.woff') format('woff'),
		url('/_fonts/Archer-Thin.ttf') format('truetype'),
		url('/_fonts/Archer-Thin.svg#Archer-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
}
.asphaltsBrush {
    font-family: 'Asphalts Brush';
    font-weight: normal;
    font-style: normal;
}
.archer {
    font-family: 'Archer';
    font-weight: normal;
    font-style: normal;
	font-size: 18px;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	33;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

img, object, embed, video {
	max-width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.ie6 img {
	width: 100%;
}
html {
	min-height: 100%;
}
body {
	background-repeat: repeat-x;
	min-height: 100%;
}
table {
	border: 1px solid #ddd;
	color: #666666;
	border-collapse: separate;
}
table tbody tr:nth-child(even) {
	background: #f7f7f7;
}
table th {
	font-weight: bold;
}
table td, table th {
	padding: 9px 10px;
	text-align: left;
}
a[href^=tel] {
	color: #08c;
}
.alert-bar {
	margin: 20px 0;
}
.alert-bar, .alert-bar a {
	font-size: 20px;
	color: #000;
	background-color: #CD7E7C;
}
.alert-bar a {
	font-size: 12px;
}
#mobile_bar {
	display: block;
	background-color: #051628;
	border-bottom: 1px solid #f89828;
	width: 100%;
	min-height: 39px;
}
#badges a {
	text-decoration: none;
}
#mobile_menu {
	padding-top: 5px;
	display: block;
}
#mobile_menu p {
	margin: 0 5px 5px 5px;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: #f89828;
	background-image: -moz-linear-gradient(top, #fbd3a3, #f89828);
	background-image: -ms-linear-gradient(top, #fbd3a3, #f89828);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd3a3), to(#f89828));
	background-image: -webkit-linear-gradient(top, #fbd3a3, #f89828);
	background-image: -o-linear-gradient(top, #fbd3a3, #f89828);
	background-image: linear-gradient(top, #fbd3a3, #f89828);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd3a3', endColorstr='#f89828', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	float: right;
	padding: 7px 10px;
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	position: absolute;
	right: 10px;
	z-index: 10;
}
#mobile_list {
	clear: both;
	max-width: 288px;
	min-width: 288px;
	margin: 0 auto;
}
#mobile_list_left, #mobile_list_right {
	float: left;
	display: block;
	width: 50%;
	color: #f89828;
}
#mobile_list_right ul {
	border-left: 1px solid #fff;
	padding: 0 0 0 10%;
}
#mobile_list_left ul {
	padding: 0 10% 0 0;
	text-align: right;
}
#mobile_list_left li, #mobile_list_right li {
	line-height: 30px;
	list-style: none;
}
#mobile_list_left a, #mobile_list_right a, #mobile_list_left a:hover, #mobile_list_right a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
#mobile_list_left a:hover, #mobile_list_right a:hover {
	text-decoration: underline;
}
.icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.icon-bar + .icon-bar {
	margin-top: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none;
	background: none;
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-active .ui-icon, .ui-state-default .ui-icon {
	background-image: none;
	background-size: 40px 28px;
	background-repeat: no-repeat;
}
.ui-icon-triangle-1-e, .ui-icon-triangle-1-s {
	background-position: 0 0;
}
.ui-icon {
	width: 40px;
	height: 28px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	left: auto;
	right: 0;
	top: auto;
	margin-top: 0px;
	padding: 0;
}
.ui-state-focus, .ui-accordion-header, .ui-state-active {
	outline: none;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 0;
}
.ui-accordion .ui-accordion-header {
	padding: 0 0 10px 0;
	margin-top: 0px;
}
.ui-accordion .ui-accordion-content {
	padding: 40px 0 0 0;
	overflow: inherit;
}
.ui-widget {
	font-family: inherit;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 91.0714%;
	padding-left: 1.9642%;
	padding-right: 1.9642%;
	min-height: 100%;
}
.gridContainer_slider {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-height: 100%;
}
#breadcrumbs {
	margin: 10px 0 0 0;
	font-size: 13px;
	line-height: 34px;
	vertical-align: middle;
	color: #a7a8a9;
	border-bottom: 1px solid #d1d1d1;
	display: none;
	font-weight: 400;
	font-style: normal;
}
#header_wrapper {
	background-color: #002244;
	border-bottom: 5px solid #f89828;
	border-top: 1px solid #051628;
	min-height: 100%;
}
#header, #header_right {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header_right {
	clear: none;
	height: 0;
}
#logo {
	clear: both;
	margin-left: 0;
	display: block;
	position: relative;
	margin: -15px auto 0 auto;
	text-align: center;
}
#top_menu {
	float: right;
	display: none;
	color: white;
	z-index: 1000;
	position: relative;
	line-height: 32px;
	vertical-align: middle;
}
#top_menu a, #top_menu li {
	display: inline-block;
	color: white;
	text-decoration: none;
	font-size: 12px;
}
#top_menu li {
	padding: 0 3px 0 3px;
}
#top_menu a:hover {
	cursor: pointer;
	color: #f89828;
	-webkit-transition: color 200ms ease-in;
	-moz-transition: color 200ms ease-in;
	-ms-transition: color 200ms ease-in;
	-o-transition: color 200ms ease-in;
	transition: color 200ms ease-in;
}
.search {
	float: right;
	display: block;
	position: relative;
	margin: 5px;
	width: 95%;
}
.top_search {
	display: block !important;
}
#bottom_search {
	display: none !important;
}
#main_menu, #second_menu {
	display: none;
}
#menu-icon {
	max-width: 292px;
	color: #fff;
	width: 100%;
	height: 22px;
	background: url(../_imgs/icon-menu.png) no-repeat 10px center;
	background-color: #002244;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 8px 0 0 0;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
#menu-icon span {
	background: url(../_imgs/loginArrow.png) no-repeat 72px -75px;
}
#nav-wrap {
	position: relative;
	margin: 219px 0 10px 0;
	text-align: center;
	display: none;
}
#nav {
	clear: both;
	position: absolute;
	top: 30px;
	width: 280px;
	z-index: 10000;
	padding: 15px 20px 15px 20px;
	display: none;
	left: 50%;
	margin-left: -160px;
	text-align: left;
	overflow: hidden;
	background: #f8f8f8;
	border: solid 1px #999;
	background-image: url(../_imgs/footer_bar.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#nav li {
	font-size: 14px;
	float: left;
	display: inline;
	width: 50%;
	padding-bottom: 5px;
}
#nav a, #nav ul a, #nav a:hover, #nav ul a:hover {
	font: inherit;
	background: none;
	display: inline;
	padding: 0;
	color: #666;
	border: none;
	text-decoration: none;
	line-height: 18px;
	padding: 0 10px 5px 10px;
}
#nav a:hover, #nav ul a:hover {
	color: #000;
}
#nav ul {
	width: auto;
	position: static;
	display: block;
	border: none;
	background: inherit;
}
#nav ul li {
	margin: 3px 0 3px 15px;
}
.info_for {
	background: none;
	color: #032c60;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	font-size: 16px;
}
.content_area, #content_area {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 20px;
}
.grey_text {
	color: #666666;
	font-size: 14px;
	line-height: 21px;
}
.grey_text a, .grey_text a:visited {
	color: #08c;
	text-decoration: none;
}
.content_area a:hover, #content_area a:hover {
	text-decoration: underline;
}
#slide_container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border: none;
}
.slides, #slide_container {
	background-color: #ede9de;
}
.flex-caption {
	background: rgb(83, 79, 77);
	background: rgba(83, 79, 77, 0.7);
	position: absolute;
	color: white;
	bottom: 0;
	width: 100%;
	/*height: 34%;*/
}
.flex-caption h1 {
	padding: 0 0 0 5%;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	color: white;
}
.flex-caption span {
	color: white;
	padding: 0 0 0 5%;
	font-size: 14px;
	max-width: 275px;
}
.flex-control-nav {
	display: none;
}
.flexslider .slides img {
	float: left;
}
#mid_bar {
	background-color: #ede9de;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 34px;
}
#mid_bar_wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 28px 0 36px 0;
	color: #666666;
}
#left_col, #mid_col, #right_col {
	clear: none;
	float: left;
	margin: 0 0 40px 0;
	width: 100%;
	display: block;
}
.long_col_li {
	width: 75%;
	display: inline-block;
}
#mid_col {
	margin: 0 0 0 0;
}
#left_col_title, #mid_col_title, #right_col_title {
	clear: both;
	float: left;
	margin: 0 0 5px 0;
	width: 100%;
	display: block;
	color: #002244;
	font-size: 30px;
}
#right_col_title {
	margin-bottom: 22px;
}
#left_col_body, #mid_col_body, #right_col_body {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#mid_col_body {
	margin-top: -14px;
}
#right_col_body {
	font-size: 16px;
	color: #002244;
}
#left_col_body hr {
	display: none;
}
#mid_col_body {
	min-height: 145px;
}
#mid_col_body ul {
	width: 100%;
}
#mid_col_body li {
	font-size: 16px;
	padding-left: 16px;
	color: white;
	background-repeat: no-repeat;
	background-position: 90% 50%;
	border-bottom: 1px solid #d1d1d1;
	line-height: 45px;
	vertical-align: middle;
	list-style: none;
}
.first_li_border {
	border-top: 1px solid #d1d1d1;
}
#mid_col_body a, #mid_col_body a:hover {
	color: #f89828;
	text-decoration: none;
}
#mid_col_body a {
	color: #08c;
	background-color: transparent;
	display: block;
}
#mid_col_body li:hover {
	cursor: pointer;
	background-color: #002244;
	color: #f89828;
	background-repeat: no-repeat;
	background-position: 90% 50%;
	-webkit-transition: background-image 300ms, background-color 300ms, color 300ms;
	-moz-transition: background-image 300ms, background-color 300ms, color 300ms;
	-ms-transition: background-image 300ms, background-color 300ms, color 300ms;
	-o-transition: background-image 300ms, background-color 300ms, color 300ms;
	transition: background-image 300ms, background-color 300ms, color 300ms;
}
#right_col_body ul {
	padding-left: 17px;
}
#right_col_body li, #right_col_body li a {
	color: #002244;
	padding-bottom: 10px;
	font-size: 16px;
	text-decoration: none;
}
#right_col_body li:hover {
	cursor: pointer;
	color: #f89828;
	list-style: disc;
	-webkit-transition: color 300ms, list-style 300ms, margin-left 300ms;
	-moz-transition: color 300ms, list-style 300ms, margin-left 300ms;
	-ms-transition: color 300ms, list-style 300ms, margin-left 300ms;
	-o-transition: color 300ms, list-style 300ms, margin-left 300ms;
	transition: color 300ms, list-style 300ms, margin-left 300ms;
}
#right_col_body li a:hover {
	cursor: pointer;
	color: #f89828;
	-webkit-transition: color 300ms, list-style 300ms, margin-left 300ms;
	-moz-transition: color 300ms, list-style 300ms, margin-left 300ms;
	-ms-transition: color 300ms, list-style 300ms, margin-left 300ms;
	-o-transition: color 300ms, list-style 300ms, margin-left 300ms;
	transition: color 300ms, list-style 300ms, margin-left 300ms;
}
#right_col_body h1 {
	color: #002244;
	font-size: 30px !important;
	display: block;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: normal !important;
	margin-bottom: 10px;
}
#right_col_body p {
	overflow: hidden;
	min-width: 150px;
	color: #838384;
}
#right_col_body hr, #left_col_body hr {
	color: #d1d1d1;
	clear: both;
}
#right_col_body img {
	padding-bottom: 10px;
	height: auto;
}
.spotlight {
	overflow: visible;
}
.spotlight_img {
	width: 100%;
}
.youtube_img {
	padding-right: 10px !important;
	margin-top: 3px;
}
#mid_col_body ul {
	padding: 8px 0 0 0;
	list-style: none;
}
#mid_col_body li {
	list-style: none;
	color: #08c;
	font-size: 16px;
	text-decoration: none;
}
#right_col_body li a {
	color: #838384;
	padding-bottom: 10px;
	font-size: 16px;
	text-decoration: none;
}
.cal_items {
	display: block;
	clear: both;
	padding-bottom: 5px;
}
.event {
	font-size: 16px !important;
	color: #002244 !important;
	margin: 0 0 0 68px !important;
	padding-left: 20px !important;
	padding: 15px 0 15px 20px !important;
}
.event span {
	font-size: 14px;
	color: #838384;
}
.place {
	font-size: 14px;
	color: #838384;
	margin: -16px 0 0 88px;
}
.date {
	text-align: center;
	color: #002244;
	font-size: 14px;
	margin-top: 17px;
	float: left;
	border: 1px solid #002244;
	height: 58px;
	width: 60px;
}
.date span {
	color: #f89828;
	font-size: 14px;
	background-color: #002244;
	width: 100%;
	display: inline-block;
	height: 21px;
	padding-top: 7px;
	margin-bottom: 7px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	min-height: 100%;
	height: 100%;
	background-color: #002244;
	border-bottom: solid 1px #141d33;
	background-image: url(../_imgs/footer_bg.jpg);
	background-repeat: repeat-x;/*margin-top: 20px;*/
}
#showoff {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background: #ede9de;
}
.showoff_space {
	margin-top: 5px;
}
.showoff_wrapper_2 {
	padding: 60px 0 60px 0;
	margin: 0 auto;
	display:block;
}
.showoff_wrapper_1 ul, .showoff_wrapper_2 ul {
	vertical-align: center;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.showoff_wrapper_1 ul li {
	padding-top: 15px;
	margin-top: 4px;
	margin-left: 2px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	height: 150px;
}
.showoff_wrapper_2 ul li {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: rgb(0, 34, 68); /*#002244*/
	/*background: rgba(0, 34, 68, .8);*/
	line-height: 55px;
}
.showoff_wrapper_1 ul li h1 {
	color: #F89828;
	font-size: 42px;
}
.showoff_wrapper_1 ul li p {
	color: #002244;
	font-size: 24px;
}
.showoff_wrapper_2 ul li p {
	color: white;
	font-size: 14px;
}
.showoff_wrapper_2 ul li a {
	color: white;
	;
	text-decoration: none;
	display: block;
}
.showoff_wrapper_2 ul li a:hover {
	-webkit-transition: color 300ms, color 300ms;
	-moz-transition: color 300ms, color 300ms;
	-ms-transition: color 300ms, color 300ms;
	-o-transition: color 300ms, color 300ms;
	transition: color 300ms, color 300ms;
	color: #F89828;
	;
	text-decoration: none;
	display: block;
}
.showoff_nomo {
/*display: none !important;*/
}
.showoff_border {
	border-bottom: 1px solid #d1d1d1;
}
#footer_1, #footer_2, #footer_4, #footer_5 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 50%;
	display: none;
	background-image: none;
	height: 97px;
	padding: 0 15px 0 0;
}
#footer_5 {
	float: right;
	display: block;
	height: 120px;
	padding: 12px 0 22px 0;
}
#footer_4 {
	float: right;
	width: 48%;
	display: none;
	height: 100px;
	margin-left: 1%;
	padding: 20px 5px 0 0;
	border: 1px solid #f89828;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
}
#footer_2 {
	display: block;
	text-align: right;
	padding: 0;
	height: 180px;
	background-image: url(../_imgs/footer_bar.jpg);
	background-repeat: no-repeat;
	background-position: right 15px;
}
#footer_3 {
	width: 100%;
	text-align: center;
	clear: both;
}
#footer_3 ul {
	margin-top: 0;
}
#footer_3 img {
	width: 226px;
}
#footer_2 ul {
	margin-right: 10%;
}
#footer_5 span {
	padding-left: 10%;
	display: block;
	line-height: 21px;
	vertical-align: top;
}
#footer_5 ul {
	margin-top: 0;
	padding-left: 20px;
}
#footer_1 ul, #footer_2 ul, #footer_4 ul {
	list-style: none;
}
#footer_1 a, #footer_2 a, #footer_4 a {
	color: white;
	text-decoration: none;
}
#footer_1 li, #footer_2 li, #footer_4 li {
	padding-bottom: 5px;
}
#footer_3 ul, #footer_4 ul, #footer_5 ul {
	list-style: none;
}
#footer_3 li, #footer_4 li, #footer_5 li {
	padding-bottom: 5px;
}
#footer_4 li:hover {
	background: url(../_imgs/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 90px 3px;
}
#footer_3 li a:hover, #footer_4 li a:hover, #footer_5 li a:hover {
	cursor: pointer;
	color: #f89828;
	list-style-image: url(../_imgs/arrow.png);
	-webkit-transition: color 300ms, list-style-image 300ms;
	-moz-transition: color 300ms, list-style-image 300ms;
	-ms-transition: color 300ms, list-style-image 300ms;
	-o-transition: color 300ms, list-style-image 300ms;
	transition: color 300ms, list-style-image 300ms;
}
#footer_1 a:hover, #footer_2 a:hover, #footer_4 a:hover, #footer_1 li:hover {
	cursor: pointer;
	color: #f89828;
	list-style-image: url(../_imgs/arrow.png);
	-webkit-transition: color 300ms, list-style-image 300ms;
	-moz-transition: color 300ms, list-style-image 300ms;
	-ms-transition: color 300ms, list-style-image 300ms;
	-o-transition: color 300ms, list-style-image 300ms;
	transition: color 300ms, list-style-image 300ms;
}
#footer_wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 20px 0 20px 0;
	color: white;
	min-height: 100%;
	background: none;
}
#right_col_body img {
	float: left;
	padding-right: 15px;
}
.col_grey {
	color: #434344;
	font-weight: lighter;
}
#social_links {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	color: #878786;
}
#social_links p {
	background: url(../_imgs/social_border.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#social_links img {
	padding-right: 10px;
}
/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */


#loginContainer {
	position: relative;
	font-size: 12px;
	margin-top: -16px;
}
/* Login Button */


#loginButton {
	display: inline-block;
	z-index: 30;
}
#loginButton span {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}
/* Login Button Text */


#loginButton span {
	font-size: 12px;
	padding: 0 19px 0 0;
	background: url(../_imgs/loginArrow.png) no-repeat 86px -83px;
	display: block;
	color: white;
}
#loginButton span:hover {
	color: #f89828;
	-webkit-transition: color 200ms ease-in;
	-moz-transition: color 200ms ease-in;
	-ms-transition: color 200ms ease-in;
	-o-transition: color 200ms ease-in;
	transition: color 200ms ease-in;
}
/* Login Box */


#loginBox {
	position: absolute;
	top: 31px;
	right: 0;
	display: none;
	z-index: 29;
}
#loginBox p {
	font-size: 12px;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
/* If the Login Button has been clicked */    

#loginButton.active span {
	background-position: 72px 7px;
}
/* A Line added to overlap the border */

#loginButton.active em {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #d2e0ea;
	bottom: -1px;
}
/* Login Form */


#loginForm {
	width: 248px;
	margin-top: -1px;
	background: #fff;
	padding: 6px 27px 15px 27px;
	z-index: 300;
}
#loginForm fieldset {
	margin: 0 0 12px 0;
	display: block;
	border: 0;
	padding: 0;
}
fieldset#body {
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 13px;
	margin: 0;
}
#loginForm #checkbox {
	width: auto;
	margin: 1px 9px 0 0;
	float: left;
	padding: 0;
	border: 0;
}
#body label {
	color: #3a454d;
	margin: 9px 0 0 0;
	display: block;
	float: left;
}
#loginForm #body fieldset label {
	display: block;
	margin: 0 0 6px 0;
}
/* Default Input */


#loginForm input {
	width: 92%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	color: #3a454d;
	font-weight: bold;
	padding: 8px 8px;
	font-size: 12px;
	border: 2px inset;
}
/* Sign In Button */


#loginForm #login {
	border-radius: 0;
	-moz-border-radius: 0;
	border: 1px solid #f89828;
	width: auto;
	float: left;
	color: #f89828;
	padding: 7px 10px 8px 10px;
	margin: 0 12px 0 0;
	background-color: #ede9de;
}
/* Forgot your password */


#loginForm span {
	display: block;
	padding: 7px 0 4px 0;
}
#loginForm p {
	color: #838384;
	text-align: left;
	padding-left: 13px;
}
#loginForm a {
	color: #08c;
}
#loginForm span a {
}
input:focus {
	outline: none;
}
.search input[type=search] {
	float: right;
	background: #EDEDED url(../_imgs/search-icon.png) no-repeat 9px center;
	border: solid 1px #CCC;
	padding: 3px 0px 2px 32px;
	width: 100%;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.search input[type=search]:focus {
	background-color: white;
	border-color: #f89828;
	outline: none;
	-webkit-box-shadow: 0 0 5px rgba(248, 152, 40, .5);
	-moz-box-shadow: 0 0 5px rgba(248,152,40,.5);
	box-shadow: 0 0 5px rgba(248, 152, 40, .5);
}
#mid_bar_title {
	color: #666666;
	font-size: 30px;
	padding-bottom: 30px;
	display: none;
}
#mid_bar_col1, #mid_bar_col2, #mid_bar_col3, #mid_bar_col4 {
	width: 49%;
	display: block;
	float: left;
	clear: none;
	padding-bottom: 30px;
}
#mid_bar_col4 {
	margin-left: 2%;
	font-size: 14px;
}
#mid_bar_col2 {
	margin-left: 2%;
}
#mid_bar_col3 {
	clear: left;
}
#mid_bar_col1 p, #mid_bar_col2 p, #mid_bar_col3 p, #mid_bar_col4 p {
	padding-top: 24px;
	font-size: 14px;
}
#mid_bar_col1 a, #mid_bar_col2 a, #mid_bar_col3 a, #mid_bar_col4 a {
	color: #666666;
	text-decoration: none;
}
#mid_bar_col1 a:hover, #mid_bar_col2 a:hover, #mid_bar_col3 a:hover, #mid_bar_col4 a:hover {
	color: #394e7d;
	text-decoration: underline;
}
#mid_bar_col1 a:visited, #mid_bar_col2 a:visited, #mid_bar_col3 a:visited, #mid_bar_col4 a:visited {
	text-decoration: none;
}
#mid_bar_col1 img, #mid_bar_col2 img, #mid_bar_col3 img, #mid_bar_col4 img {
	width: 100%;
}
#mid_bar_col4 span {
	font-weight: bold;
	color: #333333;
}
.gray_links, .gray_links a, .gray_links a:hover {
	color: #666666 !important;
	text-decoration: none !important;
}
.gray_links span {
	color: #333333;
	font-weight: bold;
}
.blue_links, .blue_links a, .blue_links a:hover {
	color: #002244 !important;
	text-decoration: none !important;
	font-size: 16px !important;
}
.blue_links span {
	color: #002244;
	font-weight: bold;
}
#youtube_vid1_cont, #youtube_vid2_cont {
	width: 100%;
	float: left;
	display: block;
}
#youtube_vid1_cont a, #youtube_vid2_cont a {
	text-decoration: none;
}
#youtube_vid1_cont a p:hover, #youtube_vid2_cont a p:hover {
	color: #394E7D;
	text-decoration: underline;
}
#youtube_vid1_cont {
	padding-bottom: 10px;
}
#youtube_vid2_cont {
	margin-left: 0%;
}
#youtube_vid1_cont img, #youtube_vid2_cont img {
	width: 100%;
}
.social_orange, .social_orange a, .social_orange a:hover {
	color: #08c;
	font-size: 14px;
	text-decoration: none;
}
.social_small_facebook {
	background-image: url(../_imgs/facebook_small.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	margin-bottom: 16px;
	text-decoration: none;
	float: left;
	clear: both;
}

.social_small_instagram {
	background-image: url(../_imgs/instagram_small.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	margin-bottom: 16px;
	text-decoration: none;
	float: left;
	clear: both;
}
.social_small_twitter {
	background-image: url(../_imgs/twitter_small.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	margin-bottom: 16px;
	text-decoration: none;
	float: left;
	clear: both;
}
.social_small_tumblr {
	background-image: url(../_imgs/tumblr_small.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	margin-bottom: 16px;
	text-decoration: none;
	float: left;
	clear: both;
}
.social_small_youtube {
	background-image: url(../_imgs/youtube_small.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	text-decoration: none;
	float: left;
	clear: both;
}
.social_small_facebook a, .social_small_instagram a, .social_small_twitter a, .social_small_facebook a:hover, .social_small_twitter a:hover, .social_small_tumblr a, .social_small_tumblr a:hover {
	text-decoration: none !important;
}
.social_small_imgs img {
	width: auto !important;
}
#badges {
	display: none;
}
#social_footer {
	border-top: solid 1px #2c3754;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	min-height: 100%;
	background-color: #002244;
}
#social_footer_wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	min-height: 100%;
	padding: 9px 0;
	text-align: center;
	background: none;
}
#social_footer_wrapper a {
	margin: 0 10px 0 10px;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}
#az a {
	color: #08c;
	text-decoration: none;
}
#az ul {
	color: #666666;
	margin: 0;
	padding: 0 0 0 20px;
}
#az a:hover {
	text-decoration: underline;
}
#az h1 {
	color: #002244;
	margin: 20px 0 20px 0;
	font-size: 48px;
	font-weight: normal;
}
#az h2, #az h2 a, #az h2 a:hover {
	color: #002244;
	font-size: 24px;
	text-decoration: none;
	padding: 0 15px 0 0;
	font-weight: normal;
}
#az li {
	font-size: 16px;
	line-height: 190%;
}
#az_content {
	margin: 0 auto;
	width: 100%;
}
#az_content p {
	color: #666666;
}
.two_col_wrapper, .three_col_wrapper {
	clear: both;
	display: inline;
}
.two_col_col1, .two_col_col2 {
	float: left;
	width: 100%;
	padding: 0;
}
.two_col_col1 {
	margin: 10px 0 0 0;
}
.two_col_col2 {
	margin: 0 0 20px 0;
}
.two_col_col1 ul, .two_col_col2 ul {
	-webkit-margin-after: 0;
	-webkit-margin-before: 0;
}
.three_col_col1, .three_col_col2, .three_col_col3 {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
#full_cal {
	display: none;
}
#small_cal {
	display: block;
	max-width: 100%;
}
.full_cal {
	display: none;
}
.small_cal {
	display: block;
	max-width: 100%;
}
textarea, input[type=text], input[type=email], input[type=password], input[type=tel], input[type=number], select {
	display: block;
	max-width: 100%;
	width: 100%;
}
.text_float {
	padding-left: 100px;
}
#main_content p {
	color: #666666;
	font-size: 14px;
}
#main_content h1, #main_content h2, #main_content h3 {
	color: #002244;
}
#main_content h3 {
	font-size: 25px;
	color: #002244 !important;
	font-weight: 400;
	font-style: normal;
}
.first_pic p {
	color: white !important;
}
.bold_blue {
	font-weight: bold;
	color: #002244;
}
.second_menu_drop {
	display: none;
}
.homepage_titles {
	font-size: 30px;
}
#homepage_youtube_title, #homepage_social_title {
	margin-bottom: 10px;
}
.flex-direction-nav {
	display: none;
}
#main_left p {
	margin: 0;
}
#main_left h2 {
	font-size: 18px !important;
	color: #666666 !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	-webkit-margin-before: 0 !important;
	-webkit-margin-after: 0 !important;
	margin-top: -18px !important;
}
li.ui-tabs-active a {
	font-weight: bold;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	outline: none;
	color: #838385 !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -5px;
	padding-bottom: 1px;
	border-bottom: 0;
	background-color: white;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-radius: 0;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	color: #f89828 !important;
}
.ui-tabs .ui-tabs-nav li a {
	text-decoration: none !important;
}
.ui-tabs .ui-tabs-panel {
	padding: 1em 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active, .ui-tabs .ui-tabs-nav li {
	width: 100%;
}
#law_acc li {
	color: #666666;
}

@media only screen and (min-width: 601px) {
.flex-direction-nav {
	display: block;
}
.flex-control-nav {
	display: none;
}
.gridContainer {
	width: 92.3809%;
	padding-left: 1.3095%;
	padding-right: 1.3095%;
}
.gridContainer_slider {
	width: 100%;
}
.content_area, #content_area {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
}
#slide_container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border: none;
}
.flex-caption {
	position: absolute;
	color: white;
	bottom: 0;
	width: 100%;
	height: 25%;
}
.flex-caption h1 {
	padding: 0 0 1% 5%;
	font-size: 26px;
	background-color: transparent;
	text-align: left;
}
.flex-caption span {
	color: white;
	font-size: 14px;
	max-width: 90%;
	display: block;
	padding: 0 0 0 5%;
	line-height: .3;
}
#mid_bar {
	background-color: #ede9de;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#mid_col {
	margin-left: 0;
}
#right_col {
	margin-left: 0%;
}
#right_col_body img {
	max-width: 254px;
}
#left_col_body ul {
	width: 70%;
}
#left_col_body hr {
	display: block;
}
#left_col_body li {
	list-style: none;
	font-size: 16px;
	background-color: white;
	color: #666666;
	margin-bottom: 0px;
	border-bottom: 1px solid #d1d1d1;
}
.first_col_li {
	border-top: 1px solid #d1d1d1;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	min-height: 100%;
}
#footer_1 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 10%;
	display: none;
	padding-right: 0px;
	height: 145px;
	padding-top: 20px;
	background-image: url(../_imgs/footer_bar.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	min-width: 124px;
}
#footer_2 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 20%;
	display: block;
	height: 145px;
	padding-top: 20px;
	padding-left: 0px;
	font-size: 12px;
	background-image: url(../_imgs/footer_bar.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
}
#footer_3 {
	text-align: center;
	margin: 0 auto;
	width: 35%;
	padding-top: 40px;
	clear: none;
}
#footer_4 {
	clear: none;
	float: right;
	width: 10%;
	display: none;
	height: 145px;
	padding: 20px 5px 0 14px;
	background-image: url(../_imgs/footer_bar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	white-space: nowrap;
	min-width: 115px;
	border: none;
	background-color: inherit;
}
#footer_5 {
	clear: none;
	float: right;
	width: 17%;
	display: block;
	height: 145px;
	padding-top: 20px;
	padding: 20px 0 0 14px;
	background-image: url(../_imgs/footer_bar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border: none;
	background-color: inherit;
	min-width: 128px;
}
#footer_5 span {
	line-height: 18px;
}
#footer_1 a:hover, #footer_2 a:hover, #footer_4 a:hover, #footer_1 li:hover, #footer_2 li:hover {
	cursor: pointer;
	color: #f89828;
	list-style-image: url(../_imgs/arrow.png);
	-webkit-transition: color 300ms, list-style-image 300ms;
	-moz-transition: color 300ms, list-style-image 300ms;
	-ms-transition: color 300ms, list-style-image 300ms;
	-o-transition: color 300ms, list-style-image 300ms;
	transition: color 300ms, list-style-image 300ms;
}
#footer_1, #footer_2, #footer_3, #footer_4, #footer_5 {
	font-size: 12px;
}
#footer_1 ul, #footer_2 ul, #footer_4 ul, #footer_5 ul {
	padding-right: 14px;
	margin-top: 0px;
}
#footer_2 ul {
	float: right;
	width: 90px;
	margin-right: 0px;
}
#footer_4 ul {
	padding-left: 0;
}
#footer_wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#social_links {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */


#loginContainer {
	position: relative;
	font-size: 12px;
	margin-top: -16px;
}
/* Login Button Text */


#loginButton span {
	font-size: 12px;
	padding: 0 19px 0 0;
	background: url(../_imgs/loginArrow.png) no-repeat 72px -75px;
	display: block;
	color: white;
}
#loginButton span:hover {
	color: #f89828;
	-webkit-transition: color 200ms ease-in;
	-moz-transition: color 200ms ease-in;
	-ms-transition: color 200ms ease-in;
	-o-transition: color 200ms ease-in;
	transition: color 200ms ease-in;
}
/* Login Box */


#loginBox {
	position: absolute;
	top: 33px;
	right: 0;
	display: none;
}
/* If the Login Button has been clicked */    


#loginButton.active span {
	background-position: 72px 7px;
}
/* A Line added to overlap the border */


#loginButton.active em {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #d2e0ea;
	bottom: -1px;
}
/* Login Form */


#loginForm {
	width: 248px;
	margin-top: -1px;
	background: #fff;
	padding: 6px 27px 15px 27px;
	z-index: 300;
}
#loginForm fieldset {
	margin: 0 0 12px 0;
	display: block;
	border: 0;
	padding: 0;
}
fieldset#body {
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 13px;
	margin: 0;
}
#loginForm #checkbox {
	width: auto;
	margin: 1px 9px 0 0;
	float: left;
	padding: 0;
	border: 0;
}
#body label {
	color: #3a454d;
	margin: 9px 0 0 0;
	display: block;
	float: left;
}
#loginForm #body fieldset label {
	display: block;
	margin: 0 0 6px 0;
}
/* Default Input */


#loginForm input {
	width: 92%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	color: #3a454d;
	font-weight: bold;
	padding: 8px 8px;
	font-size: 12px;
}
/* Sign In Button */


#loginForm #login {
	border-radius: 0;
	-moz-border-radius: 0;
	border: 1px solid #f89828;
	width: auto;
	float: left;
	color: #f89828;
	padding: 7px 10px 8px 10px;
	margin: 0 12px 0 0;
	background-color: #ede9de;
}
/* Forgot your password */


#loginForm span {
	display: block;
	padding: 7px 0 4px 0;
}
#loginForm p {
	color: #838384;
	text-align: left;
	line-height: 140%;
	padding-left: 13px;
}
#loginForm span a {
}
input:focus {
	outline: none;
}
.search input[type=search] {
	width: 100%;
}
#nav-wrap {
	display: none;
}
#mid_bar_title {
}
#mid_bar_col1 {
	width: 48%;
}
#mid_bar_col2 {
	width: 48%;
	margin-left: 2%;
}
#mid_bar_col3 {
	width: 48%;
	padding-bottom: 0px;
}
#mid_bar_col4 {
	width: 50%;
	margin-left: 2%;
	padding-bottom: 0px;
}
#youtube_vid1_cont {
	width: 40%;
}
#youtube_vid2_cont {
	width: 40%;
	margin-left: 1%;
}
#badges {
	display: block;
}
#badges img {
}
#social_footer {
}
.hide_tablet {
	display: none;
}
.zeroMargin_tablet {
	margin-left: 0;
}
#az h1 {
	font-size: 48px;
}
#az h2, #az h2 a, #az h2 a:hover {
	font-size: 24px;
	padding: 0 15px 0 0;
}
#az li {
	font-size: 16px;
	line-height: 175%;
}
#az_content {
	margin: 0 auto;
	width: 70%;
}
.two_col_col1 {
	float: left;
	width: 100%;
	padding: 0;
}
.two_col_col2 {
	float: left;
	width: 100%;
	padding: 0;
}
.three_col_col1 {
	float: left;
	width: 48%;
	padding: 0;
	margin: 0;
}
.three_col_col2 {
	float: left;
	width: 48%;
	padding: 0;
	margin: 0 0 0 2%;
}
.three_col_col3 {
	float: left;
	width: 48%;
	padding: 0;
	margin: 0;
}
textarea, input[type=text], input[type=email], input[type=password], input[type=tel], input[type=number], select {
	display: block;
	max-width: 100%;
	width: auto;
}
.flex-direction-nav li .flex-prev {
	left: -5px;
}
.flex-direction-nav li .flex-next {
	right: 0px;
}
li.ui-tabs-active a {
	font-weight: normal;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active, .ui-tabs .ui-tabs-nav li {
	width: auto;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #c6c6c6;
}
.ui-tabs .ui-tabs-nav {
	border-bottom: 1px solid #e2e3e2;
}
}

@media only screen and (min-width: 769px) {
#mobile_bar {
	display: none;
}
.showoff_wrapper_2 ul li {
	width: 16%;
}
.showoff_wrapper_1 ul li p {
	color: #002244;
	font-size: 22px;
}
.showoff_wrapper_2 ul li p {
	color: white;
	font-size: 22px;
}
#second_menu {
	display: none;
}
.second_menu_drop {
	display: block;
}
.second_menu_drop ul {
	position: absolute;
	margin: 0 0 0 0;
	padding: 0px;
}
.second_menu_drop li {
	padding: 2px 4px 4px 2px;
}
.second_menu_drop ul li {
	position: relative;
	list-style: none;
	cursor: pointer;
}
.second_menu_drop ul li ul {
	position: absolute;
	left: 0;
	right: 0;
	width: 140px;
	z-index: 10;
	background: #fff;
	top: 32px;
}
.second_menu_drop ul li ul li {
	border-bottom: 1px solid #d1d1d1;
	margin: 0 10px 0 10px;
}
.second_menu_drop ul .clicker {
	position: relative;
	background: transparent;
	color: #FFF;
}
.second_menu_drop ul .clicker:hover, .second_menu_drop ul .active {
	background: transparent;
}
.second_menu_drop img {
	position: relative;
}
.second_menu_drop ul li a {
	transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	display: block;
	padding: 0 0 0 0;
	color: #838384;
	text-decoration: none;
}
.second_menu_drop ul li a:hover {
	color: #f89828;
}
/* Fallbacks */
.second_menu_drop .no-js ul {
	display: none;
}
.second_menu_drop .no-js:hover ul {
	display: block;
}
.spotlight {
	overflow: auto;
}
#header_wrapper {
	background-color: #002244;
	border-bottom: none;
	min-height: 100%;
	border-bottom: solid 1px #141d33;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header_right {
	clear: none;
	float: right;
	width: 100%;
	display: block;
}
#logo {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#logo img {
	width: 432px;
}
#top_menu {
	float: right;
	display: block;
	color: white;
	z-index: 1000;
}
#top_menu a {
	padding: 0 1px 0 5px;
}
.search {
	width: auto;
}
.top_search {
	display: none !important;
}
#bottom_search {
	display: block !important;
	z-index: 1003;
}
#main_menu_wrapper {
	background-color: #002244;
	border-bottom: 4px solid #f89828;
	border-top: solid 1px #2c3754;
}
#main_menu {
	clear: both;
	width: 100%;
	display: block;
	height: 45px;
	text-align: center;
	color: white;
	font-size: 11px;
	line-height: 16px;
	white-space: nowrap;
	margin: 0 auto 0 0;
}
#main_menu li {
	margin: 0 .10% 0 .10%;
	display: inline-block;
	line-height: 45px;
	vertical-align: middle;
}
#main_menu a {
	color: white;
	text-decoration: none;
	display: block;
}
#main_menu li:hover {
	cursor: pointer;
	background-color: #f89828;
	-webkit-transition: background-color 200ms ease-in;
	-moz-transition: background-color 200ms ease-in;
	-ms-transition: background-color 200ms ease-in;
	-o-transition: background-color 200ms ease-in;
	transition: background-color 200ms ease-in;
}
.menu_selected {
	background-color: #f89828;
}
.menu_selected:hover {
	background-color: #f89828 !important;
}
.nav_admissions {
	width: 10%;
}
.nav_academics {
	width: 11%;
}
.nav_online {
	width: 15.5%;
}
.nav_extended {
	width: 17.5%;
}
.nav_athletics {
	width: 10%;
}
.nav_giving {
	width: 5.5%;
}
.nav_about {
	width: 11%;
}
#second_menu_wrapper {
	border-bottom: 1px solid #f89828;
	background-color: #051628;
}
#second_menu {
	float: left;
	display: none;
	font-size: 12px;
	color: #666666;
}
#second_menu ul {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
#second_menu li {
	display: inline-block;
	height: 100%;
	margin: 0 6px 0 6px;
}
#second_menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 32px;
	font-size: 12px;
	text-transform: uppercase;
}
.second_menu_hover:hover, #second_menu a:hover {
	cursor: pointer;
	color: #f89828;
	-webkit-transition: color 200ms ease-in;
	-moz-transition: color 200ms ease-in;
	-ms-transition: color 200ms ease-in;
	-o-transition: color 200ms ease-in;
	transition: color 200ms ease-in;
}
.drop_menu {
	display: none;
}
.search input[type=search] {
	width: 100%;
}
}

/* Desktop Layout: 801px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 801px) {
#showoff {
	background-position: center bottom;
	background-repeat: no-repeat;
	background: #fff;
}
.showoff_wrapper_1 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.showoff_wrapper_2 {
	padding: 0 0 30px 0;
}
.showoff_wrapper_1 ul li {
	/*margin-top: 0px;*/
		
	width: 40%;
	background: rgb(0, 34, 68); /*#002244*/
	background: rgba(0, 34, 68, .8);
}
.showoff_wrapper_1 ul li p {
	color: white;
	font-size: 24px;
}
.showoff_border {
	border: none;
}
.photo {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: static;
}
.gridContainer, .gridContainer_slider {
	width: 88.139%;
	max-width: 1232px;
	padding-left: 0.9304%;
	padding-right: 0.9304%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header_right {
	width: 100%;
}
#logo {
	text-align: center;
	margin: 0 auto;
}
#top_menu {
	float: right;
	display: block;
	color: white;
	z-index: 1000;
}
#main_menu {
	clear: both;
	width: 100%;
	display: block;
	height: 45px;
	text-align: center;
	color: white;
	font-size: 0;
	white-space: nowrap;
	margin: 0 auto 0 -26px;
}
#main_menu li {
	font-size: 12px;
	display: inline-block;
}
#main_menu a {
	color: white;
	text-decoration: none;
	display: block;
}
#main_menu li:hover {
	cursor: pointer;
	background-color: #f89828;
	-webkit-transition: background-color 200ms ease-in;
	-moz-transition: background-color 200ms ease-in;
	-ms-transition: background-color 200ms ease-in;
	-o-transition: background-color 200ms ease-in;
	transition: background-color 200ms ease-in;
}
.nav_admissions {
	width: 11%;
}
.nav_academics {
	width: 11.5%;
}
.nav_online {
	width: 16.5%;
}
.nav_extended {
	width: 22%;
}
.nav_athletics {
	width: 9%;
}
.nav_giving {
	width: 8%;
}
.nav_about {
	width: 12%;
}
#second_menu {
	float: left;
	display: block;
	font-size: 0;
	color: #666666;
}
#second_menu li {
	font-size: 14px;
	display: inline-block;
}
.content_area {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
}
#content_area {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
}
#slide_container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.flex-caption h1 {
	padding: 0 0 0 12%;
	font-size: 30px;
	display: inline-block;
}
.flex-caption span {
	color: white;
	font-size: 16px;
	max-width: 75%;
	display: block;
	padding: 0 0 0 12%;
	line-height: 1.231;
}
#mid_bar {
	background-color: #ede9de;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#left_col {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 28%;
	display: block;
}
#mid_col {
	clear: none;
	float: left;
	margin-left: 2.1113%;
	width: 27%;
	display: block;
}
#right_col {
	clear: none;
	float: left;
	margin-left: 2.1113%;
	width: 40.75%;
	display: block;
}
#left_col_title {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	color: #002244;
}
#mid_col_title {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	color: #002244;
	margin-bottom: 15px;
}
#right_col_title {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	color: #002244;
}
#left_col_body {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	min-height: 145px;
}
#left_col_body ul {
	width: 80%;
}
#left_col_body li {
	list-style: none;
	font-size: 16px;
	background-color: white;
	color: #666666;
	margin-bottom: 0px;
}
#right_col_body {
	font-size: 16px;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #002244;
}
#right_col_body ul {
	list-style: none;
}
#right_col_body p {
	overflow: hidden;
	min-width: 150px;
	color: #838384;
}
#right_col_body li, #right_col_body li a {
	list-style: none;
	color: #002244;
	padding-bottom: 10px;
	font-size: 16px;
	text-decoration: none;
}
#right_col_body li:hover {
	cursor: pointer;
	color: #f89828;
	list-style: disc;
	-webkit-transition: color 300ms, list-style 300ms, margin-left 300ms;
	-moz-transition: color 300ms, list-style 300ms, margin-left 300ms;
	-ms-transition: color 300ms, list-style 300ms, margin-left 300ms;
	-o-transition: color 300ms, list-style 300ms, margin-left 300ms;
	transition: color 300ms, list-style 300ms, margin-left 300ms;
}
#right_col_body li a:hover {
	cursor: pointer;
	color: #f89828;
	-webkit-transition: color 300ms, list-style 300ms, margin-left 300ms;
	-moz-transition: color 300ms, list-style 300ms, margin-left 300ms;
	-ms-transition: color 300ms, list-style 300ms, margin-left 300ms;
	-o-transition: color 300ms, list-style 300ms, margin-left 300ms;
	transition: color 300ms, list-style 300ms, margin-left 300ms;
}
#right_col_body h1 {
	color: #002244;
	font-size: 30px !important;
	display: block;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: normal !important;
}
#mid_col_body ul {
	list-style: none;
}
#mid_col_body li, #right_col_body li a {
	list-style: none;
	color: #08c;
	font-size: 16px;
	text-decoration: none;
}
#mid_col_body {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: -14px;
}
#mid_col_body p {
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	min-height: 100%;/*margin-top: 20px;*/
}
#footer_1 {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 10%;
	display: block;
	padding-right: 0px;
	height: 145px;
	padding-top: 20px;
	background-image: url(../_imgs/footer_bar.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	min-width: 124px;
}
#footer_2 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 18%;
	display: block;
	height: 145px;
	padding-top: 20px;
	padding-left: 0px;
	font-size: 12px;
	background-image: url(../_imgs/footer_bar.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
}
#footer_3 {
	text-align: center;
	margin: 0 auto;
	width: 18%;
	padding-top: 40px;
}
#footer_4 {
	clear: none;
	float: right;
	width: 10%;
	display: block;
	height: 145px;
	padding: 20px 5px 0 14px;
	background-image: url(../_imgs/footer_bar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	white-space: nowrap;
	min-width: 115px;
}
#footer_5 {
	clear: none;
	float: right;
	width: 17%;
	display: block;
	height: 145px;
	padding-top: 20px;
	padding: 20px 0 0 14px;
	background-image: url(../_imgs/footer_bar.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#footer_1, #footer_2, #footer_3, #footer_4, #footer_5 {
	font-size: 12px;
}
#footer_1 ul, #footer_2 ul, #footer_4 ul, #footer_5 ul {
	padding-right: 14px;
	margin-top: 0px;
}
#footer_2 ul {
	float: right;
	width: 160px;
}
#footer_wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 20px 0 20px 0;
	color: white;
}
#right_col_body img {
	float: left;
	padding-right: 15px;
}
.col_grey {
	color: #434344;
	font-weight: lighter;
}
#social_links {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	color: #878786;
}
#social_links p {
	background: url(../_imgs/social_border.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#social_links img {
	padding-right: 10px;
}
/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */


#loginContainer {
	position: relative;
	font-size: 12px;
	margin-top: -16px;
}
/* Login Button */

/* Login Button Text */


#loginButton span {
	font-size: 12px;
	padding: 0 19px 0 0;
	background: url(../_imgs/loginArrow.png) no-repeat 80px -75px;
	display: block;
	color: white;
}
#loginButton span:hover {
	color: #f89828;
	-webkit-transition: color 200ms ease-in;
	-moz-transition: color 200ms ease-in;
	-ms-transition: color 200ms ease-in;
	-o-transition: color 200ms ease-in;
	transition: color 200ms ease-in;
}
/* Login Box */


#loginBox {
	position: absolute;
	top: 33px;
	right: 0;
	display: none;
	z-index: 29;
}
/* If the Login Button has been clicked */    


#loginButton.active {
}
#loginButton.active span {
	background-position: 80px 7px;
}
/* A Line added to overlap the border */


#loginButton.active em {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #d2e0ea;
	bottom: -1px;
}
/* Login Form */


#loginForm {
	width: 248px;
	margin-top: -1px;
	background: #fff;
	padding: 6px 27px 15px 27px;
	z-index: 300;
}
#loginForm fieldset {
	margin: 0 0 12px 0;
	display: block;
	border: 0;
	padding: 0;
}
fieldset#body {
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 13px;
	margin: 0;
}
#loginForm #checkbox {
	width: auto;
	margin: 1px 9px 0 0;
	float: left;
	padding: 0;
	border: 0;
}
#body label {
	color: #3a454d;
	margin: 9px 0 0 0;
	display: block;
	float: left;
}
#loginForm #body fieldset label {
	display: block;
	margin: 0 0 6px 0;
}
/* Default Input */


#loginForm input {
	width: 92%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	color: #3a454d;
	font-weight: bold;
	padding: 8px 8px;
	font-size: 12px;
}
/* Sign In Button */


#loginForm #login {
	border-radius: 0;
	-moz-border-radius: 0;
	border: 1px solid #f89828;
	width: auto;
	float: left;
	color: #838384;
	padding: 7px 10px 8px 10px;
	margin: 0 12px 0 0;
	background-color: #ede9de;
}
/* Forgot your password */


#loginForm span {
	display: block;
	padding: 7px 0 4px 0;
}
#loginForm p {
	text-align: left;
	color: #838384;
	padding-left: 13px;
}
#loginForm span a {
}
input:focus {
	outline: none;
}
#mid_bar_title {
}
#mid_bar_col1 {
	width: 23%;
	display: block;
	float: left;
	clear: none;
	padding-bottom: 0px;
}
#mid_bar_col2 {
	width: 23%;
	display: block;
	float: left;
	clear: none;
	margin-left: 2%;
	padding-bottom: 0px;
}
#mid_bar_col3 {
	width: 23%;
	display: block;
	float: left;
	clear: none;
	margin-left: 2%;
	padding-bottom: 0px;
}
#mid_bar_col4 {
	width: 25%;
	margin-left: 2%;
	padding-bottom: 0px;
}
#youtube_vid1_cont {
	width: 49%;
}
#youtube_vid2_cont {
	width: 49%;
	margin-left: 2%;
}
#badges {
}
#social_footer {
}
#social_footer_wrapper {
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
.search input[type=search]:focus {
	width: 250px;
}
.two_col_col1 {
	float: left;
	width: 48%;
	padding: 0;
	margin: 10px 0;
}
.two_col_col2 {
	float: left;
	width: 48%;
	padding: 0;
	margin: 10px 0 10px 4%;
}
.three_col_col1 {
	float: left;
	width: 32%;
	padding: 0;
	margin: 0;
}
.three_col_col2 {
	float: left;
	width: 32%;
	padding: 0;
	margin: 0 0 0 2%;
}
.three_col_col3 {
	float: left;
	width: 32%;
	padding: 0;
	margin: 0 0 0 2%;
}
#full_cal {
	display: block;
}
#small_cal {
	display: none;
}
.full_cal {
	display: block;
}
.small_cal {
	display: none;
}
#second_menu {
	display: none;
}
.second_menu_drop {
	display: block;
}
.flex-direction-nav li .flex-next {
	right: -16px;
}
.flex-direction-nav li .flex-prev {
	left: -20px;
}
}

@media only screen and (min-width: 961px) {
.search input[type=search]:focus {
	width: 120px;
}
#second_menu {
	display: block;
}
.second_menu_drop {
	display: none;
}
.flex-direction-nav {
	display: none;
}
.flex-control-nav {
	display: block;
}
.search input[type=search] {
	width: 120px;
}

}

@media only screen and (min-width: 1181px) {
#showoff {
	background-size: cover;
}

.showoff_nomo {
	display: inline-block !important;
}
.showoff_wrapper_1 {
	padding-bottom: 0;
}
.showoff_wrapper_2 {
	padding: 62px 0 60px 0;
	display: block;
}
.showoff_wrapper_1 ul li {
	width: 24%;
	height: 186px;
}
.search input[type=search]:focus {
	width: 250px;
}
#main_menu {
	width: 75%;
	margin: 0 auto 0 35px;
}
	#main_menu li {
		font-size: 14px;
	}
.nav_admissions {
	width: 13%;
}
.nav_academics {
	width: 13%;
}
.nav_online {
	width: 19%;
}
.nav_extended {
	width: 20%;
}
.nav_athletics {
	width: 12%;
}
.nav_giving {
	width: 9%;
}
.nav_about {
	width: 13%;
}
.flex-caption h1 {
	padding: .5% 0 0 12%;
	font-size: 40px;
}
.flex-caption span {
	font-size: 20px;
	padding: 0 0 0 12%;
	line-height: 0.8;
}
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	width: 62.5%;
	min-width: 480px;
	float: left;
}
.search input[type=text] {
	border: 2px solid #f89828;
	border-radius: 10px;
	height: 35px;
	width: 300px;
	padding-left: 15px;
	box-shadow: inset 0 0 5px 5px #928f90;
}
.home_buttons {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #777777 !important;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
}
.home_buttons:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background-color: #dfdfdf;
}
.home_buttons:active {
	position: relative;
	top: 1px;
}
.slide_button {
	-moz-box-shadow: inset 1px -50px 0px 0px #ffffff;
	-webkit-box-shadow: inset 1px -50px 0px 0px #ffffff;
	box-shadow: inset 1px -50px 0px 0px #ffffff;
	background-color: #ffffff;
	border: 1px solid #f89828;
	display: inline-block;
	color: #002244;
	font-family: arial;
	font-size: 15px;
	font-weight: normal;
	padding: 6px 20px;
	font-style: italic;
	text-decoration: none;
}
.slide_button:hover {
	background-color: #f8f8f8;
	color: #002244;
}
.slide_button:active {
	position: relative;
	top: 1px;
}
.slide_button:visited {
	color: #002244;
}
