@charset "UTF-8";

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/








img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */





article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

.ie6 img {
	width: 100%;
}

html {
	min-height: 100%;
}

/* Mobile Layout: max of 600px. */

#breadcrumbs span, #breadcrumbs span a {
	color: #f89828;
}

#breadcrumbs a {
	text-decoration: none;
	color: #a7a8a9;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}
#left_nav {
	margin: 45px 0 0 0;
	float: left;
	display: none;
	/*clear: both;*/
	width: 228px;
	font-size: 14px;
}

#left_nav_acc {
	display: block;
	margin: 20px 0 0 0;
}

#left_nav_acc h1 {
	background-image: url(../_imgs/second_menu.jpg);
	background-repeat: no-repeat;
	background-position: right 1px;
}

.programs {
}

.programs a {
	text-decoration: none;
	color: #6a6a6a;
	display: block;
	padding-left: 12px;
}

.programs a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #394e7d;
	transition: all 200ms;
}

/*.programs li:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #394e7d;
	transition: all 200ms;
}*/


.programs ul {
	background-color: #f7f7f7;
	list-style: none;
	border-left: 1px solid #e2e3e3;
	border-right: 1px solid #e2e3e3;
	border-top: 1px solid #e2e3e3;
	padding: 0px;
	margin: 0px
}

.programs li {
	border-bottom: 1px solid #e2e3e3;
	color: #6a6a6a;
	line-height: 36px;
	vertical-align: middle;
	font-size:14px;
}

/*.programs_title {
	background-color: #394e7d !important;
	color: white !important;
}*/


.links {
	margin-top: 32px;
}

.links ul {
	padding-left: 0px;
	list-style: none;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 30px;
	margin-bottom: 42px;
}

.links li {
	line-height: 28px;
	vertical-align: middle;
	padding-left: 12px;
	color: #08c;
	text-decoration: none;
	padding-left: 20px;
    text-indent:-20px;
}

.links a {
	color: #08c;
	text-decoration: none;
	
}

.links img {
	padding-right: 10px;
	vertical-align: 0;
	float:left;
}

.links a:hover {
	text-decoration: underline;
}

.links span {
	padding-left: 30px;
}

.dept_fb {
	background:url(../_imgs/facebook_small.jpg);
	background-position:12px 4px;
	background-repeat:no-repeat;
}

.dept_tw {
	background:url(../_imgs/twitter_small.jpg);
	background-position:12px 6px;
	background-repeat:no-repeat;
}

.dept_yt {
	background:url(../_imgs/youtube_small.jpg);
	background-position:12px 6px;
	background-repeat:no-repeat;
}
.dept_insta {
	background:url(../_imgs/instagram_small.jpg);
	background-position:12px 6px;
	background-repeat:no-repeat;
}

.dept_sc {
	background:url(../_imgs/snapchat_small.jpg);
	background-position:12px 6px;
	background-repeat:no-repeat;
}
.dept_tblr {
	background:url(../_imgs/tumblr_small.jpg);
	background-position:12px 6px;
	background-repeat:no-repeat;
}


.links_title {
	color: #666666 !important;
	font-size: 16px !important;
	padding-bottom: 14px;
}

#main_content_wrapper {
	/*margin: 10px 0 0 0;*/
	width: 100%;
	float: left;
	display: block;
	/*width: 100%;*/
	margin-top: 10px;
}

#main_content {
}

#main_content h1 {
	font-size: 36px;
	color: #002244;
	line-height: 1;
	margin: 0 0 18px 0;
	display: none;
}

#main_content a, #main_content a:visited {
	color: #08c;
	text-decoration: none;
}

#main_content a:hover {
	text-decoration: underline;
}

#left_nav_acc h1 {
	font-size: 36px;
	color: #002244;
	line-height: 1;
	padding-right: 45px;
}

#contact {
	padding-left: 12px;
	color:#666666;
}

#contact a, #contact a:hover, #contact a:visited {
	color:#666666;
}

#contact p{
	line-height: 0.3;
}

.contact_num {
	text-indent: 33px;
	font-size: 12px;
}

.contact_blue {
	color: #08c;
	font-style:italic;
	font-size: 12px;
	position: absolute;
	line-height: 0.3;
}

#main_left {
	font-size: 14px;
	margin: 28px 0 0 0;
	float: left;
	display: block
}

#main_left p {
	color: #666666;
	line-height: 21px;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	min-width: 140px;/*overflow: hidden;*/
}

#main_left h1 {
	font-size:20px;
	color: #002244 !important;
	font-weight: bold;
}

#main_left h3 {
	font-size:25px;
	color: #002244 !important;
	font-weight: 400;
	font-style:normal;
}

#main_left h4 {
	font-size:14px;
	color: #002244 !important;
	font-weight: bold;
}

#main_left h5 {
	font-size:12px;
	color: #002244 !important;
	font-weight: bold;
}

#main_left ul {
	padding: 0 0 0 16px;
}

#main_left li {
	color: #666666;
	line-height: 21px;
	padding: 0 0 10px 0;
}

#main_left a, #main_left a:visited {
	color: #08c;
	text-decoration: none;
}

#main_left a:hover {
	text-decoration: underline;
}

#main_left hr {
	color: #e8e8e8;
}

#main_left p:before {
	content: "";
	width: 180px;
	display: block;
	overflow: hidden;
}


.cal {
	padding-bottom: 15px;
}

.cal p {
	color: #666666;
	font-size: 14px;
}

.cal span {
	color: #5a99b8;
	text-decoration: underline;
	font-size:14px;
}

.all_events, .all_events:hover, all_events:visited {
	color: #394e7d !important;
	text-decoration: none;
	font-weight: bold;
}

#orangeheading {
background-color: #F89828;
width: 100%;
font-size: 18px;
color: white;
padding: 10px 0 10px 0px;
text-indent: 10px;
font-weight:400;
font-style: normal;
}



#main_right {
	/*font-size: 12px;*/
	margin: 0;
	float: left;
	display: block;
	color: #666666;
	width: 100%;
}

#main_right p {
	margin-top: 16px;
	line-height: 1.5;
	font-size:14px;
}

.first_pic {
	margin: 0 0 28px 0;
}

.first_pic img {
	position: relative;
	width:100%;
}


.flexslider .slides img {
	width: 100%;
}

.first_pic p {
	line-height: 165%;
	color: white;
	background-color: #f89828;
	vertical-align: middle;
	float: right;
	text-align: center;
	padding: 0;
	width: 100%;
	clear: both;
	position: relative;
	margin-top: -15%;
	display: block;
}

.first_pic span {
	line-height: 175%;
	color: #7d7d7d;
	background-color: white;
	vertical-align: middle;
	float: right;
	text-align: right;
	font-size: 18px;
	padding-right: 32px;
	margin-right: 42px;
	width: 45%;
	clear: both;
	position: relative;
	margin-top: -11%;
	display: none;
	padding-left: 20px;
}

#first_pic_mobile {
	display: block;
}

#first_pic_full {
	display: none;
}

#second_pic {
}

#second_pic img {
	position: relative;
	width: 100%;
	margin-bottom: 2px;
}

#second_pic p {
	line-height: 195%;
	color: white;
	background-color: #002244;
	vertical-align: middle;
	float: left;
	text-align: left;
	/*text-indent: 10px;*/
	padding: 0 0 0 4%;
	width: 96%;
	clear: both;
	position: relative;
	/*margin-top: -15%;*/
	display: block;
	/*white-space: nowrap;*/
	-webkit-margin-before: 0;
	font-size: 18px;
}

#third_pic {
}

#third_pic img {
	position: relative;
	width: 100%;
	margin-bottom: 2px;
}

#third_pic p {
	line-height: 195%;
	color: white;
	background-color: #002244;
	vertical-align: middle;
	float: left;
	text-align: left;
	/*text-indent: 10px;*/
	padding: 0 0 0 4%;
	width: 96%;
	clear: both;
	position: relative;
	/*margin-top: -15%;*/
	display: block;
	/*white-space: nowrap;*/
	-webkit-margin-before: 0;
	font-size: 18px;
}

#fourth_pic {
}

#fourth_pic img {
	position: relative;
	width: 100%;
	margin-bottom: 2px;
}

#fourth_pic p {
	line-height: 195%;
	color: white;
	background-color: #002244;
	vertical-align: middle;
	float: left;
	text-align: left;
	/*text-indent: 10px;*/
	padding: 0 0 0 4%;
	width: 96%;
	clear: both;
	position: relative;
	/*margin-top: -15%;*/
	display: block;
	/*white-space: nowrap;*/
	-webkit-margin-before: 0;
	font-size: 16px !important;
}

#main_right a, #main_right a:hover {
	color: #08c;
	/*text-decoration: none;*/
	font-weight: bold;
}

.quote {
	margin-bottom: 40px;
	font-style: italic;
	font-size: 28px !important;
	line-height: 30px !important;
	font-weight: 400; 
	font-family: "calluna",serif !important;
}

.quote2 {
	font-size: 22px;
	line-height: 30px !important;
	text-align: right;
	display: none;
	float: left;
	padding: 0 34px 34px 0;
	width: 300px;
}

.quote2 span {
	font-size: 110px;
	color: #f89828 !important;
	bottom: -45px;
	position: relative;
	line-height: 1px !important;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}

.float_left {
	float: left;
	display: block;
	padding: 0 34px 34px 34px;
}

.float_right {
	float: right;
	display: block;
	padding: 0 34px 34px 34px;
}

#departments {
	background-color: #ede9de;
	margin: 50px 0 -20px 0;
	padding: 26px 0 45px 0;
	color: #394e7d;
	line-height: 24px;
}

#departments a {
	color: #394e7d;
	text-decoration: none;
}

#departments a:hover {
	text-decoration: underline;
}

#departments h1 {
	font-size: 20px;
	color: #666666;
}

#departments li {
	color: #F89828;
}

#departments_1, #departments_2, #departments_3 {
	float: left;
	display: block;
	width: 100%;
}

#departments_1 h1, #departments_2 h1, #departments_3 h1 {
	font-size: 14px;
	color: #394e7d;
	text-transform: uppercase;
}

.float_left {
	float:left;
	padding: 10px;
}
.float_right {
	float:right;
	padding: 10px;
}



.staff {
	border-top: 1px solid #e8e8e9;
	padding: 50px 0 45px 0;
	display: inline-block;
	width: 100%;
}



.staff li {
	width: 100%;
	float: left;
	display: inline;
	color: #666666;
	font-size: 14px;
}

.staff ul {
	padding: 0;
	overflow: hidden;
}

.staff span, .staff a, .staff a:hover, .staff a:visited {
	font-size: 14px;
	color: #5a99b7;
	text-decoration: none;
}

.staff img {
	float: right;
}

.staff_info {
	width: 70%;
	float: left;
}

/*.staff hr {
	margin: 0 0 50px 0;
	color: #e8e8e9;
}*/


#main_left h2 {
	font-size:18px;
	color: #666666 !important;
	font-weight: 400;
	line-height:28px;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin-top: -18px;
}

.cal_items_sec {
	display: block;
	clear: both;
	padding-bottom: 5px;
	border-bottom: 1px solid #d1d1d1;
}

.event_sec {
	font-size: 14px !important;
	color: #002244 !important;
	margin: 0 0 0 68px !important;
	/*background-image: url(../_imgs/cal_bar.jpg);
	background-position: left;
	background-repeat: no-repeat;*/
	padding-left: 20px !important;
	padding: 15px 0 15px 20px !important;
	line-height: 27px !important;
}

.event_sec span {
	font-size: 14px;
	color: #666666;
}

.place_sec {
	font-size: 14px;
	color: #838384;
	margin: -16px 0 0 88px;
}

.date_sec {
	/*width: 0;
	margin: 0;*/
	text-align: left;
	color: #666666;
	font-size: 14px;
	margin-top: 17px;
	float: left;
	/*border: 1px solid #002244;*/
	height: 58px;
	width: 60px;
	font-weight: 700;
}

.date_sec span {
	color: #666666;
	font-size: 14px;
	/*background-color: #002244;*/
	width: 100%;
	display: inline-block;
	height: 21px;
	/*padding-top: 7px;*/
	margin-bottom: 7px;
}



/* Tablet Layout: 569px to a max of 800px.  Inherits styles from: Mobile Layout and Mobile Layout. */

@media only screen and (min-width: 601px) {

#left_nav_acc {
	display: none;
}

#breadcrumbs {
	display: block;
}

#left_nav {
	margin: 14px 0 0 -100%;
	clear: none;
	width: 240px;
	display: block;
	padding-bottom: 20px;
}

.programs {
}

.links {
}

#main_content_wrapper {
/*margin: 10px 0 0 278px;
	margin-left: 5%;
	width: 75%;*/
}

#main_content {
	margin-left: 278px;
}

#main_content h1 {
	display: block;
}

.first_pic {
}

.first_pic img {
	position: relative;
}

.first_pic p {
	line-height: 180%;
	text-align: center;
	padding: 0;
	margin-right: 0;
	width: 100%;
	margin-top: -15%;
}

.first_pic br {
	line-height: 50%;
}

/*#first_pic span{
	text-align: right;
	margin-right: 42px;
	width: 50%;
	position:relative;
	margin-top: -11%;
}*/

#first_pic_mobile {
	display: none;
}

#first_pic_full {
	display: block;
}


#second_pic {
	width: 100%;
}

#second_pic img {
	width: 100%;
}

#second_pic p {
	line-height: 195%;
	color: white;
	background-color: #002244;
	vertical-align: middle;
	float: left;
	padding: 0 0 0 4%;
	width: 96%;
	clear: both;
	position: relative;
	/*margin-top: -17%;*/
	display: block;
	/*white-space: nowrap;*/
	font-size: 16px !important;
}

#third_pic {
	width: 100%;
}

#third_pic img {
	width: 100%;
}

#third_pic p {
	line-height: 195%;
	color: white;
	background-color: #002244;
	vertical-align: middle;
	float: left;
	padding: 0 0 0 4%;
	width: 96%;
	clear: both;
	position: relative;
	/*margin-top: -17%;*/
	display: block;
	/*white-space: nowrap;*/
	font-size: 16px !important;
}

#main_left {
	margin: 0 0 0 0;
}



#main_right {
}

#departments {
}

#departments_1, #departments_2, #departments_3 {
	width: 49%;
}

#departments_2 {
	margin-left: 1%;
}

.staff li {
	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) {

#left_nav {
}

.programs {
}

.links {
}

#main_content_wrapper {
}

#main_content {
}

.first_pic {
}

.first_pic img {
	position: relative;
}

.first_pic p {
	line-height: 175%;
	color: white;
	background-color: #f89828;
	vertical-align: middle;
	float: right;
	text-align: right;
	padding-right: 32px;
	margin-right: 42px;
	width: 35%;
	clear: both;
	position: relative;
	margin-top: -16%;
	display: block;
	padding-left: 20px;
}

.first_pic span {
	line-height: 112%;
	color: #7d7d7d;
	background-color: white;
	vertical-align: middle;
	float: right;
	text-align: right;
	padding-right: 32px;
	margin-right: 42px;
	width: 40%;
	clear: both;
	position: relative;
	margin-top: -11%;
	display: block;
	padding-left: 20px;
	padding: 10px 32px 10px 20px;

}

#second_pic {
	width: 100%;
}

#second_pic img {
	position: relative;
}

#second_pic p {
	line-height: 195%;
	color: white;
	background-color: #002244;
	vertical-align: middle;
	float: left;
	padding: 0 0 0 4%;
	width: 96%;
	clear: both;
	position: relative;
	display: block;
	/*white-space: nowrap;
	margin-top: -20%;*/
}

#third_pic {
	width: 100%;
}

#third_pic img {
	position: relative;
}

#third_pic p {
	line-height: 195%;
	color: white;
	background-color: #002244;
	vertical-align: middle;
	float: left;
	padding: 0 0 0 4%;
	width: 96%;
	clear: both;
	position: relative;
	display: block;
	/*white-space: nowrap;
	margin-top: -20%;*/
}

#fourth_pic {
	width: 100%;
}

#fourth_pic img {
	position: relative;
}

#fourth_pic p {
	line-height: 195%;
	color: white;
	background-color: #002244;
	vertical-align: middle;
	float: left;
	padding: 0 0 0 4%;
	width: 96%;
	clear: both;
	position: relative;
	display: block;
	/*white-space: nowrap;
	margin-top: -20%;*/
}

#main_left {
	margin: 0 2% 0 0;
	width: 68%;
}

#main_left p {
	color: #666666;
	line-height: 21px;
}


#main_right {
	width: 30%;
}


#departments {
	padding: 26px 45px 45px 130px;
}

#departments_1, #departments_2, #departments_3 {
	width: 30%;
}

#departments_2, #departments_3 {
	margin-left: 1%;
}

.quote2 {
	display: block;
}

.staff li {
	width: 30%;
	margin-right: 3%;
	word-wrap: break-word;
}

.staff_info {
	width: 82%;
}

#intro {
	font-size:18px;
	line-height:32px;
	color:#666666;
}
}
