
html { 

}
body {
    overflow-x: hidden;
    line-height: 2.4em;
    font-size: 62.5%;
    font-family: 'Lato', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #242424;
	    color: #666;
}
h1 {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    -webkit-font-smoothing: antialiased;
    color: #efc138;
    font-size: 3.6em;
    /* text-transform:capitalize; Th!nk, of, and */
    padding: 40px 0 20px 0;
    line-height: 1.0em;
    font-weight: 300;
    font-style: normal;
}
h2 {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    -webkit-font-smoothing: antialiased;
    color: #555;
    font-size: 3.0em;
    text-transform:none;
    padding: 42px 0 24px 0;
    line-height: 1.0em;
    font-weight: 500;
    font-style: normal;
}

h3 {
    -webkit-font-smoothing: antialiased;
    color: #002d58;
    font-size: 2.4em;
    font-weight: 700;
    /* text-transform:capitalize; Th!nk, of, and */
    padding: 16px 0 16px 0;
    margin: 0;
}
h4 {
    color: #222;
    font-size: 1.6em;
    font-weight: 700;
    text-align: left;
    font-style: italic;
    margin: 2px 0 10px 0;
}
a, a:link,
a:active,
a:visited {
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
    color:#222c8e;
    outline: none;
    text-decoration:none;
}
a:hover { 
    color:#333;
	text-decoration: underline;
}
a.button {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    display: block;
    background: url(../images/arrow.png) no-repeat 175px center; /* 135px */
    background-color: #002d58;
    margin: -5px 0 0 0;
    padding: 10px 0 8px 0;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    width: 190px; /* 150px */
    font-size: 16px !important;
    /* text-transform: capitalize; */
    text-align: left;
    text-indent: 14px;
    line-height: 1.0em;
    font-weight: 700;
    font-style:italic;
    border-radius: 5px;
}
a img, a.button {
    transition: all .5s ease;
    -moz-transition: all .5s ease; /* Firefox 4 */
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -o-transition: all .5s ease; /* Opera */
}

a img:hover, a.button:hover, a.buttonblue:hover {
    opacity: 0.5;
}
a[href^=tel] { color: inherit; text-decoration: none; } /* Stops iPhones from changing phone number colors */

i, cite, em, var, address, dfn {
    font-style: italic;
}

img { 
    display:block;
}

.full-width {
	width: 100%;
    margin-bottom: 1.8em;
}
.half-width {
	width: calc(50% - 0.9em);
    margin-bottom: 1.8em;
	margin-left: 1.8em;
	float: right;
}
.half-width-left {
	width: calc(50% - 0.9em);
    margin-bottom: 1.8em;
	float: left;
}
.third-width {
	width: calc(33.3% - 1.2em);
    margin-bottom: 1.8em;
	margin-left: 1.8em;
	float: right;
}
.third-width-left {
	width: calc(33.3% - 1.2em);
    margin-bottom: 1.8em;
	float: left;
}

@media (max-width: 850px) {
    .half-width,.half-width-left,.third-width,.third-width-left {
        width: 100%;
        margin-bottom: 1.8em;
    }
}

p {
    margin-bottom: 1.8em;
    font-size: 1.6em;
    font-weight: 500;
    font-style: normal;
    line-height: 1.8em;
}
#footer-text p, #copyright p {
    font-size: 1.4em;
    font-weight: normal;
}
#panel-main ul {
    margin-left: 20px;
}

#panel-main li, #panel-content li {
    font-size: 1.6em;
    margin-bottom: 0.6em;
	line-height: 1.8em;
}

label {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1.8em;
    font-weight: bold;
    color: #002d58;
}

input.text, input[type="text"] { width: 200px; padding: 6px; height: 20px; font-size: 1.4em; margin-bottom: 12px; border: 1px solid #aaa; border-radius: 6px;
}
.sisea-search-form {
	margin: 20px auto;
	}
.sisea-paging {
	font-size: 1.4em;
}
input[type="text"]#search {
	margin-bottom: 0;
}
input[type=checkbox] + label{
	font-size: 1.6em;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: normal;
	color: #666;
}
input[type=checkbox] {
	vertical-align:middle;
	margin-top: -4px;
	margin-right: 10px;
	font-size: 1.6em;
}
textarea { width:440px; padding: 6px; font-size: 1.4em; margin-bottom: 20px; height: 80px; border: 1px solid #aaa; border-radius: 6px;
}

input[type=submit], select { width: 100px; height: 36px; border: 1px solid #aaa; border-radius: 6px;
    font-size: 1.4em; padding: 9px;
}
input[type=submit] {margin-top: 20px;
}
#search input[type=submit] {
	margin-top: 0;
	padding: 4px;
	width: 60px;
	height: 34px;
}
select { width: 214px; margin-bottom: 12px}
.left-box, .right-box {
	float: left;
	width: 40%;
	}
.error {
    font-weight: bold;
    color: #ed1b24;
}
.clearboth {clear: both}
table{
font-size:1.3em;
text-align:left;
}
.term-dates {
float:left;
width:45%;
}
#cnews, #cnewslink {display: none;} /* BM */
/* HEADER
*****************************************************************/
#mobile-menu-icon {
    display:none;
    background-color: #ffc220;
    width: 30px;
    padding: 6px 12px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    position: fixed;
    z-index: 200;
    top: 20px;
    right: 0;
}
#mobile-menu-icon img {
    width: 26px;
}
.wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
#header {
    background-color: #002d58;
    padding-top: 20px;
    height: 116px;
    position:fixed;
    width:100%;
    z-index:1000;
	top:0;
}
#logo {
    display: block;
    float: left;
    max-width: 420px;
    margin-right: -400px;
}
#logo img {
    width: 100%;
    height: auto;
}
#logo h1, #small-logo {
    display: none;
}
#menu-wrapper {
    float: right;
    max-width: 600px;
}
#social {
    float: right;
    max-width: 180px;
}
#social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
}
#social li {
    display: inline-block;
    margin: 0 0 0 6px;
}
#social li img {
    width: 32px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: bicubic;

}
#social li:last-child img {
    width: 40px;
    margin-bottom: 2px;
}
#wave {
    clear: both;
    float: left;
    max-width:610px; 
    margin: -25px -200px 0 0;
    position: relative;
    z-index: 200;
}
ul#news-list {
    list-style-type: none;
    margin-left: 0;
}
li.news-item {
    margin: 0 0 20px 0;
	
	list-style-type:none;
}
li .news-date {
    height:30px;
    color: #666;
    font-weight: 600;

    padding: 10px 0 0 0;
    line-height: 1.0em;
	list-style-type:none;
}
li.news-item h3 {
    padding: 10px 0 0 0px;
    font-size: 1.4em;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 10px;
}
/* SLIDE
*****************************************************************/

.ls-inner {
    overflow:visible !important;
}
#layerslider h2 {
    color: #fff;
    font-size: 3.6rem !important;
    text-shadow: 0 0 40px rgba(0, 0, 0, .6);
}
#layerslider {
    margin-top:136px;
}
#slide2-text {
	width:400px !important;
	top:200px !important;
	left:70% !important;
}

#slide4-text {
	width:400px !important;
	top:200px !important;
	left:65% !important;
}
#banner {
    margin-top:0;
    max-height: 850px;
    overflow-y: hidden;

}
#banner img {
    width: 100%;
}

/* PANEL-WELCOME
*****************************************************************/
#panel-welcome {
    background-color: #fff;
    padding: 10px 0 40px 0;
    text-align: center;
}
#panel-welcome .wrapper {
    max-width: 585px;
}
#panel-welcome h2 {
    text-align: center;
}
#panel-welcome p {
    color: #555;
    text-align: center;
    font-size: 1.6em;
}
#panel-welcome a {
    margin: 0 auto;
}
#main-leftcol {
    float: left;
    width: 70%;
    padding:40px 0;
}
#main-rightcol {
    float: right;
    width: 25%;
    padding:40px 0;
}
#main-rightcol h2 {
    padding-top:0px;
}
#content-leftcol {
    float: left;
    width: 65%;
    padding:0 0 40px 0;
    margin-right:5%;
}
#content-rightcol {
    float: left;
    width: 30%;
    padding:0px 0 40px 0;
}

******right-col-campus****
#campus-content {
    width: 60%;
}
#campus-second {
    margin-top:30px;
}
#campus-selector a {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 30px;
}
#campus-selector a {
    display: inline-block;
    width: 100%;
    padding: 10px 0 0 3%;
    height: 60px;
    margin-right: -0.7%;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}
#campus-selector a:nth-child(1) {
    background-color: #002d58;
}
#campus-selector a:nth-child(2) {
    background-color: #003d5b;
}
#campus-selector a:nth-child(3) {
    background-color: #374a57;
}
#campus-selector a:nth-child(4) {
    background-color: #4e5459;
}
#campus-selector a:hover {
    opacity: 0.8;
}
#campus-selector h3 {
    color: #fff;
    font-size: 1.8em;
    margin-bottom: 0;
}
#campus-selector p {
    color: #ffc320;
    font-size: 1.2em;
    margin-top: -4px;
}
#campus-content a#campus-left.button {
    font-size:1.4em;
}
/* PANEL-CAMPUS
*****************************************************************/
#panel-campus {
    background-color: #d4e7f5;
}
#panel-campus .wrapper {
    padding-right: 0;
}
#panel-campus-content {
    float: left;
    width: 40%;
    padding-right: 5%
}
#panel-campus-second {
    float:right;
    width: 55%;
}
#panel-campus-selector {
}
#panel-campus-selector a {
    display: inline-block;
    width: 20%; /* Was 25% */
    padding: 10px 0 0 0;
    height: 60px;
    margin-right: 0;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
	text-indent: 20px; /* Was 35px */
}
#panel-campus-selector a:nth-child(1) {
    background-color: #002d58;
}
#panel-campus-selector a:nth-child(2) {
    background-color: #003d5b;
}
#panel-campus-selector a:nth-child(3) {
    background-color: #374a57;
}
#panel-campus-selector a:nth-child(4) {
    background-color: #4e5459;
}
#panel-campus-selector a:nth-child(5) {
    background-color: #5d6469;
}
#panel-campus-selector a:hover {
    opacity: 0.8;
}
#panel-campus-selector h3 {
    color: #fff;
    font-size: 1.8em;
    margin-bottom: 0;
	padding: 5px 0 0 0;
}
#panel-campus-selector p {
    color: #ffc320;
    font-size: 1.2em;
    margin-top: -4px;
}
#panel-campus-image {
    background: url(../images/slide/campuses-1.jpg) no-repeat center center;
    background-size: cover;
    height: 460px;
    width: 100%;
}
/* PANEL VIDEO
*****************************************************************/
#panel-video {
    padding: 50px 0 50px 0;
    background-color: #414141;
    background: url(../images/polyester_lite.png)
}
#video {
    margin: 0 auto;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* PANEL NEWS
*****************************************************************/
#panel-news {
    background: url(../images/halftone.png);
	background-color: #fff;
}
#panel-news h2 {
    text-align: center;
}
#panel-news h3 {
    font-size: 1.8em;
    color: #444;
    font-weight: 700;
    text-align: center;
    padding: 20px 5px 0 5px;
}
#panel-news h4 {
    display: block;
    font-size: 1.6em;
    font-style: italic;
    color: #444;
    font-weight: normal;
    text-align: center;
    margin: 0 auto 10px auto;
    width: 90%;
}
#panel-news a {
    margin: 20px auto 0 auto;
    text-align: center;
    padding-left: 0;
    background: #002d58;
    text-indent: 0;
}
.carousel-heading {
	height: 16em;
}
#panel-news p {
    text-align: center;
    margin: 0 auto 2.0em auto;
    width: 600px;
}
.item {
    float: left;
    width: 95%;
    background-color: #fff;
    border: 1px solid #ccc;
    padding-bottom: 26px;
    margin: 0 8% 0 0;
}
.carousel-thumb {

}
img.carousel-thumb {
    width: 100%;
    overflow-y: hidden;
    height: auto;
}
.news-image{
height:230px;
overflow-y: hidden;

}
.customNavigation{
    text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* PANEL CONTENT
*****************************************************************/
#panel-content {
	background-color: #fff;
}
#panel-content ul, #panel-contact ul {
    margin: 0 0 30px 20px;
}
#panel-content ul li, #panel-contact ul li {
    font-size: 1.6em;
}
#panel-content ul ul, #panel-contact ul ul {
	margin-bottom: 0;
}
#panel-content ul ul li, #panel-contact ul ul li {
	font-size: 1em;
	line-height: 1em;
}
#panel-content a.button {
    font-size: 1.0em;
}
/* --------- Staff Photos ----------- */
#staff-photos {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.staff-item {
    width: 180px;
    margin-bottom: 20px;
    margin-right: 1.5%;
}
.staff-item img{
    width: 100%;
}
.staff-item h4 {
    color: #444;
    font-size: 1.4em;
    margin-top: 6px;
}
.col {
    float: left;
    width: 50%;
}
.principal img {
    width: 160px;
}
#panel-contact {
 	background-color: #fff;
	padding-bottom: 40px;
	}
#panel-contact ul#contact-list {
    list-style-type: none;
    margin-left: 0;
}
#contact-list li {
    float: left;
    width: 24%;
    margin-right: 1%;
}
#contact-list h2 {
    font-size: 1.8em;
}
#contact-list h4 {
    font-size: 1.2em;
}
#contact-list p {
    font-size: 1.0em;
}
/* PANEL MAP
*****************************************************************/
#panel-map {
    margin-bottom:-10px;
}
#address {
    float: right;
    background-color: #666;
    width: 280px;
    padding: 20px 20px 0 20px;
    min-height: 280px;
    margin:-458px -15px 0px 0;
}
#address h3 {
    color: #fff;
}
#address p, #address td {
    color: #fff;
    font-size: 1.8em;
    line-height: 1.4em;
}
#address p {
    margin-bottom: 20px;
}
#address h4 {
    color: #fff;
    font-size: 1.8em;
    font-style: normal;
    font-weight: 700;
}
#address a {
    color: #fff;
}
.overlay {
    background:transparent; 
    position:relative; 
    width:100%;
    height:450px; /* your iframe height */
    top:450px;  /* your iframe height */
    margin-top:-450px;  /* your iframe height */
}
/* PANEL FOOTER
*****************************************************************/
#footer {
    padding: 40px 0 0 0;
    background-color: #242424;
    text-align: center;
}
#footer-menu {

}
#footer-menu a:link, #footer-menu a:visited {
    color: #fff;
    font-size: 1.4em;
}
#footer-menu a:hover {
    color: #ffc220;
}
#footer-menu a {
    margin-left: 20px;
}
#footer-menu a:first-child {
    margin-left: 0;
}
#copyright, #copyright a {
    color: #fff;
}
#copyright a:hover {
    color: #ffc220;
}