@import url(//fonts.googleapis.com/css?family=Cabin|Droid+Serif);

/* colors ==============
aqua #5CAEE8
dark grey #333
green #164F4F   ========*/


html {
	min-height: 100%;
	}

body {
	background-color: #395D73; /*fallback*/
	font-size: 14px;
	line-height: 24px;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	display: block;
	height: 100%;
	color: #555;
	}

.container {
	margin: 40px auto;
	padding: 0;
	display: block;
	}

.padding {
	padding: 10px 20px;
	}

video, iframe {
	max-width: 100%;
	height: auto;
	}

.right {
	float: right;
	margin: 0px 0 0 15px;
	}

.left {
	float: left;
	margin: 0px 15px 0 0;
	}
	
hr {
	margin: 30px 0;
	}

blockquote {
	margin: 20px 0 20px 30px;
	}

blockquote p {
	font-size: 12px; font-size: 0.75rem;
 	}

blockquote h3, blockquote h4, blockquote h5, blockquote h6 {
	font-style: italic;
	}

h1 {
	font-family: 'Droid Serif', Georgia, serif;
	margin: 15px 0 0 0;
	text-align: right;
	font-weight: normal;
	font-size: 25px;
	line-height: 32px;
	}

.header h1 a {
	color: #1A2E40;
	}

h1 a:hover {
	color: #54B9C7;
	}

h2, h3, h4, h5, h6 {
	font-family: 'Droid Serif', Georgia, serif;
	color: #981E32;
	margin-bottom: 15px;
	}

h2 {
	font-size: 22px;
	line-height: 30px;
	}

h3 {
	font-size: 20px;
	line-height: 34px;
	}

h4 {
	font-size: 18px;
	}	

p {
	margin-bottom: 20px;
	}

a:link, a:visited {
	color: #007d96;	
	text-decoration: none;
	}

a:hover {
	color: #54B9C7;
	padding-bottom: 2px;
	border-bottom: 1px solid #54B9C7;
	}

a img:hover {
	opacity: 0.7;
	border: none !important;
	}

ul {
	margin-bottom: 20px;
	}

ul li {
	list-style-type: none;
	}

li p {
	margin:0;
	padding:0;
	}

img {
	height: auto;
	}

figcaption {
    font-size: 12px;
    font-style: italic;
    margin: -7px 0 0 0;
    padding: 0 4px;
    background: #EEE;
	}

/*header*/

header {
	height: 130px;
	}

.shield {
	background-color: #4D7A8C; 
	height: 110px;
	padding-top: 25px;
	}

.shield img {
	max-width: 100%;
	}

.shield a:hover {	
	border: none;
	}

.header {
	background-color: #fff;
	height: 130px;
	background-image: url(../images/mobile_topgradient24x15.png);
	background-repeat: repeat-y;
	margin-right: 0 !important;
	padding-top: 5px;
	}

.header .padding {
	padding: 5px 20px;
	}	

.school_links p {
	text-transform: uppercase;
	font-size: 11px; font-size: 0.6875rem;
	color: #89CAD9;
	text-align: right;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.5em;
	margin-bottom: 0;
	} 

.school_links span:last-child {
	display: none;
	}

.school_links img {
	vertical-align: middle;
	margin-right: 10px;
	}

.school_links a:first-child:hover {
	border: none;
	}

span.break {
	display: none;
	}

/*nav*/

nav {
	margin-top: 20px;
	background: #fff;
	font-size: 14px; font-size: 0.875rem;
	}

nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

nav ul li {
	margin: 10px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	}

nav ul > li {
	font-size: 14px; font-size: 0.875rem;
	}

nav ul ul li {
	border: none;
	margin-left: 15px;
	padding-bottom: 0;
	}

nav a:link, nav a:visited {
	text-decoration: none;
	color: #007d96;	
	}
	
nav a:hover {
	color: #54B9C7;
	padding-bottom: 2px;
	border-bottom: 1px solid #54B9C7;
	}

i.fa-lock {
	color: #54B9C7;
	margin-left: 3px;
	}

#logo {
	margin: 20px 0;
	text-align: center;
	}
	
#logo a:hover {
	border: none;
	}

#logo a img {
	max-width: 240px;
	height: auto;
	}	

#logo hr {
	margin: 15px 0;
	}

/*nav button*/

#navBtn {
    display: none;
    }

/*main content-------------------------*/

#main {
	height: 100%;
	}	

.content {
	background-color: #fff;
	background-image: url(../images/mobile_gradient24x15.png);
	background-repeat: repeat-y;
	margin-top: 20px;
	height: auto;
	padding: 20px 20px 10px 40px;
	}

.content ul {
	margin: 5px 0 25px 20px;
	color: #54B9C7;	
	}

.content ul li {
	margin: 0 0 5px 0;
	list-style-type: none;
	color: #555;
	}	

.content ul li:before {
	font-family: fontAwesome;
	content: "\f111";
	margin-right: 8px;
	margin-left: -12px;
	font-size: 6px;
	vertical-align: top;
	color: #54B9C7;
	}	

.content > section ul li:before {
	content: " ";
	margin: 0;
	}	

.content ul ul {
	margin: 10px 0 10px 20px;
	color: #54B9C7;	
	}

.content img {
	max-width: 100%;
	}

/* breadcrumbs */

.content ul.breadcrumbs {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
	}

.content ul.breadcrumbs li {
	list-style-type: none;
	display: inline;
	margin: 0;
	}

.content ul.breadcrumbs li + li:before{
	content:  '\f111';
	margin:   0 7px;
	}

.content ul.breadcrumbs li:first-child:before {
	display: none;
	}

.top_page {
	float: right;
	margin-bottom: 10px;
	}

/*flexslider*/

.flexslider {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 60px;
	position: relative;
	}
	
.flexslider img {
    max-height: 392px;
    overflow: hidden;
}	
	
.flexslider ul {
	margin: 0 !important;
	}

.flexslider ul.slides li {
	margin: 0;
	}
	
.flexslider li {
    list-style: none;
}	

.flexslider ul li:before {	
	content: " ";
	margin: 0;
	}

.flexslider:hover .flex-next, .flexslider:hover .flex-prev, 
.flexslider .flex-next, .flexslider .flex-prev {
	top: auto;
	bottom: -40px;
	opacity: 1;
}

.flexslider:hover .flex-next, .flexslider .flex-next {
	right: 10px;
}

.flexslider:hover .flex-prev, .flexslider .flex-prev {
	left: auto;
	right: 40px;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: 1px auto Highlight; 
	outline: 1px auto -webkit-focus-ring-color;
}

.flex-direction-nav a {
	background: none;
	text-indent: 0;
	overflow: hidden;
	color: rgba(0,0,0,0.5);
}

.flex-control-nav li {
	margin: 7px 6px 0 6px;
	display: inline-block;
	zoom: 1;
}
	
.flex-control-paging li a:hover {
	background: #54B9C7;
	}
	
.flex-control-paging li a.flex-active {
	padding: 0;
	margin: 0;
	background: #54B9C7;
	cursor: default;
	line-height: 1.75em;
	border: none;
	}

.flex-direction-nav a:hover{
	color: rgba(0,0,0,1);
	border-bottom: none;
}

.flex-direction-nav a:before {
	font-family: 'FontAwesome';
	font-size: 28px;
	display: inline-block;
	padding: 3px;
	content: '\f137';
}

.flex-direction-nav a.flex-next:before {
	content: '\f138';
}
/*featured*/

#flex-wrapper {
	display: -moz-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     
	display: flex; 
	}

.container .five.columns.featured {
	position: relative;
	width: 290px;
	}

.container .five.columns.alpha.featured {
	border-right: 1px solid #ddd;
	}

.featured ul {
	list-style-type: none;
	margin-left: 0;
	}

.featured ul li {
	margin-left: 0;
	line-height: 16px; line-height: 1rem;
	}
	
.featured a:hover {
	color: #164F4F;
	}

.border {
	padding-right: 20px;
	}

.border ul {
	padding-bottom: 30px;
	}
	
.events {
	padding-bottom: 40px;
	}	

.more {
	font-style: italic;
	position: absolute;
	bottom: 0;
	padding: 5px 0 10px 0;
	border-top: 1px solid #DDD;
	width: 92%;
	}

.more a:link, .more a:visited {
	color: #164f4f;
	padding-top: 5px;
	}

/* sponsors */

.sponsors {
	margin: 20px 0;
	}
	
.sponsors a:hover {
	border: none;
	}
		
.sponsors img {
	max-width: 220px;
	height: auto;
	vertical-align: middle;
	}	

.sponsors table {
	width: 100%;
	margin-top: 10px;
	}
	
.sponsors td {
	width: 250px;
	height: auto;
	padding: 20px;
	border: 1px solid #ddd;
	text-align: center;
	}

/* table */ 

th {
	padding: 10px;
	text-align: left;
	font-weight: 700;
	}

table {
	width: 100%;
	margin: 25px 0;
	}

th {
	border-top: 3px solid #889cad;
	}

td {
	padding: 5px;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
	vertical-align: middle;
	}

tr td:first-of-type {
	width: 25%;
	}

tr:nth-child(even) {
	background: #f8f8f8;
	}

tr:nth-child(odd) {
	background: #fff;
	}

/* contact */

.contact {
	margin: 15px 0;
	}

.contact h4 {
	line-height: 21px;
	margin-bottom: 5px;
	}

.contact a {
	line-height: 21px;
	}

.contact img {
	float: left;
	margin: 0 15px 0 0;
	}

.contact a img:hover {
	opacity: 0.8;
	}

/*copyright*/

.copyright hr {
	margin: 30px 0 20px 0;
	}

.copyright p {
	color: #4d7a8c;
	margin: 0 0 15px 0;
	font-size: 11px; font-size: 0.6875rem;
	line-height: 16px; line-height:1rem;
	}

/* DOCUMENT LINK STYLES */

a[href$=".pdf"]:after {
    font-family: 'FontAwesome';
    font-weight: 400;
    content: '\f1c1';
    padding: 0 0 0 3px;
}

a[href$=".xls"]:after, a[href$=".xlsx"]:after {
    font-family: 'FontAwesome';
    font-weight: 400;
    content: '\f1c3';
    padding: 0 0 0 3px;
}

a[href$=".doc"]:after, a[href$=".docx"]:after {
    font-family: 'FontAwesome';
    font-weight: 400;
    content: '\f1c2';
    padding: 0 0 0 3px;
}

a[href$=".ppt"]:after, a[href$=".pptx"]:after {
   font-family: 'FontAwesome';
   font-weight: 400;
   content: '\f1c4';
    padding: 0 0 0 3px;
   }	

/* PHONE + EMAIL STYLES */

a[href^='mailto:']:before {
   font-family: 'FontAwesome';
   font-weight: 400;
   content: '\f199'; /*ENVELOPE*/
   padding: 0 3px 0 0;
   }

a[href^='tel:']:before {
   font-family: 'FontAwesome';
   font-weight: 400;
   content: '\f098'; /*PHONE*/
   padding: 0 3px 0 0;
   }

/* members template styles */

.profile {
	margin-bottom: 20px;
	}

.profile span.name {
	font-weight: 600;
	}

/* CKEDITOR 1.3.0-pl */

img[style="float:left"], figure[style="float:left"] {
    float: left;
    margin: 0 15px 15px 0;
    }

img[style="float:right"], figure[style="float:right"] {
    float: right;
    margin: 0 0 15px 15px;
    }

/* #Tablet (Portrait)
================================================== */
    /* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {

	img {
		max-width: 100% !important;
	}


	h1 {
		font-family: 'Droid Serif', Georgia, serif;
		margin: 0 0 0 5px;
		padding-top: 10px;
		text-align: right;
		font-weight: normal;
		font-size: 22px;
		line-height: 30px;
		color: #1A2E40;
		}	

	.school_links a {
		display: block;
		}

	.school_links a img {
		top: 5px;
		left: 290px;
		position: absolute;
		}

	span.break {
		display: none;
		}

	span.bullet {
		display: none;
		}

	.container .five.columns.featured {
		width: 200px;
		}

	.contact p {
		line-height: 24px;
		}

	.contact img {
		width: 180px;
		}

	.copyright p {
		text-align: left !important;
		margin: 10px 0;
		padding-right: 10px;
		font-size: 11px;
		line-height: 1.75em;
		}

	}



/* #iPad mini (Portrait)
================================================== */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : portrait)
  and (-webkit-min-device-pixel-ratio: 1)  {

	.contact img {
		width: 180px;
		}

	.bullet {
		display: none;
		}


  }


/*  #Mobile (Portrait)
================================================== */
    /* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
/*
	#navBtn {
        display: block;
		color: #fff;
        }
		
	#menu.js {
        display: none;
        }
*/
	#breadcrumbs ul {
		margin: 0 0 10px 0;
		}

	.shield .padding {
		padding: 10px 35px;
		}

	.header .padding {
		padding: 10px 0 10px 35px;
		}

	.school_links p {
		text-align: left;
		}

	.school_links a {
		display: block;
		}

	.school_links a img {
		left: 34px;
		}

	.header h1 {
		margin: 0 0 20px 0px;
		padding: 15px 0 0px 0px;
		text-align: left;
		font-weight: normal;
		font-size: 18px; font-size: 1.125rem;
		text-transform: uppercase;
		color: #164F4F;	
		line-height: 25px;	line-height: 1.5625rem;
		}

	.header {
		background-color: #fff;
		height: 100px;
		background-image: url(../images/mobile_topgradient24x15.png);
		background-repeat: repeat-y;
		margin-right: 0 !important;
		margin-left: 10px;
	  }	

	h1 {
		font-family: 'Droid Serif', Georgia, serif;
		margin: 0 0 0 29px;
		padding-top: 10px;
		text-align: right;
		font-weight: normal;
		font-size: 21px;
		line-height: 30px;
		color: #1A2E40;
		}

	 nav .padding {
		padding: 10px 35px;
		}

	.content {
		background-color: #fff;
		background-image: url(../images/mobile_gradient24x15.png);
		background-repeat: repeat-y;
		margin-top: 20px;
		height: auto;
		padding: 20px 20px 20px 35px;
		} 

	.content img {
		border: 10px solid #ededed;
		max-width: 100%;
		display: block;
		}

	.content .flexslider img {
		border: none;
		}

	hr {
		margin: 20px 0;
		}

	#flex-wrapper {
		display: block;
		}

	.container .five.columns.featured {
		margin-bottom: 20px;
		}	

	.container .five.columns.alpha.featured {
		border-right: none;
		}

	.container .five.columns.omega.featured {
		border: none;
		}

	.featured hr {
		display: none;
		}

	.featured {
		border-bottom: 1px solid #EFEFEF;
		}

	.border {
		border-right: none;
		padding-right: 0px;
		}

	.more {
		position: relative;
		width: auto;
		bottom: 0; 
		margin: 10px 0 20px 0;
		}

	span.break {
		display: inline;
		}

	.contact {
		margin-bottom: 20px;
		}

	.contact img {
		float: left;
		margin: 0px 15px 15px 0;
		width: 150px;
		height: auto;
		}

	.contact a img:hover {
		opacity: 0.7;
		}

	.contact h4 {
		margin-bottom: 0;
		}

	.contact p, .contact a {
		line-height: 20px;
		}

	.sponsors img {
		margin: 0 0 25px 40px;
		}
		
	.sponsors {
		margin-bottom: 0;
		}

	.copyright p {
		text-align: left !important;
		margin: 10px 0;
		font-size: 11px;
		line-height: 1.75em;
		}	

	.sponsors td {
		width: 100%;
		height: auto;
		padding: 10px;
		border: 1px solid #ddd;
	  }

	.sponsors img {
		margin: 0;
		border: none;
	  }	

}
	
/* #Mobile (Landscape)
================================================== */
    /* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {	

	.header {
		height: 155px;
		}

	h1 {
		font-family: 'Droid Serif', Georgia, serif;
		margin: 0;
		padding-top: 10px;
		text-align: right;
		font-weight: normal;
		font-size: 22px;
		line-height: 30px;
		color: #1A2E40;
		}

	span.break {
		display: inline;
		}
	
	span.bullet {
		display: none;
		}

	.right {
			float: none;
			margin: 0px 15px 15px 0;
			}
	
	.left {
			float: none;
			margin: 0px 15px 15px 0;
			}

	.container .five.columns.featured {
			width: 340px;
			}		

	.school_links img {
		margin: 0 5px 	0 0;
		top: 140px;
		left: 205px;
		position: absolute;
		}

	.school_links p {
		margin-top: 30px;
		}


		}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	h2 {
		line-height: 28px;
		}

	span.break {
		display: inline;
		}
		
	span.bullet {
		display: none;
		}
		
	.right {
		float: none;
		margin: 0px 15px 15px 0;
		}
	
	.left {
		float: none;
		margin: 0px 15px 15px 0;
		}

	.header {
		height: 210px;
		}

	.school_links img {
		margin: 0 5px 	0 0;
		top: 140px;
		left: 85px;
		position: absolute;
		}
		
	.school_links p {
		margin-top: 30px;
		}

	.flexslider {
		width: auto;
		height: auto;
		float: none;
		margin: 0 0 10px 0;
  		}

	.container .five.columns.featured {
		width: 220px;
		}	

	.contact p {
		line-height: 24px;
		}

	.events {
		padding-bottom: 0;
		}

	.sponsors img {
		margin: 0 0 25px 0px;
		max-width: 95%;
		}

	.sponsors {
		margin-bottom: 0;
		}

}