@charset "utf-8";
/* CSS Document */

/* ***********************************************************************

Universal

*********************************************************************** */
* {
  margin: 0;
}

html, body {
	    height: 100%;
}

body {
	background: white;
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2em;
    line-height: 1.5;
    color: #333;
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -135px; 
}

.page-wrap:after {
  content: "";
  display: block;
}

.site-footer, .page-wrap:after {
  height: 135px; 
}

.no-padding {
	padding-right: 0;
	padding-left: 0;
}

.no-padding-right {
	padding-right: 0;
}


.pointer {
	cursor: pointer;
}

.clear {
	clear: both;
}

hr {
    background-color: #012249;
    border-top: 3px solid #012249;
    width: 39%;
    margin-left: 0;
}

hr.full {
    background-color: #012249;
    border-top: 3px solid #012249;
    width: 100%;
    margin-left: 0;
}


.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

img.center {
    display: block;
    margin: 0 auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul.blueStar {
    list-style-image: url(../site_img/star_blue_bullet.png);
    padding-left: 12px;
}

ul.blueStar li a {
	color: #012249;
}

ul li a {
		color: #7da2c8;
}

ul li a:hover {
		color: #7da2c8;
		text-decoration: none;
}

ul li ul li {
	font-size: 1em;
}



/* ***********************************************************************

Typography

*********************************************************************** */

h1, h1 a {
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #012249;
	font-size: 2.3em;
	font-weight: 600;
	text-transform: uppercase;
}

h2, h2 a {
	font-family: 'Source Sans Pro', sans-serif;
	color: #012249;
	font-size: 2.2em;
	margin-bottom: 5px;
	margin-top: 20px;
	font-weight: 600;
}

h3, h3 a {
	font-family: 'Source Sans Pro';
	color: #012249;
	font-size: 1.6em;
	font-style: normal;
	font-weight: 600;
}

h4, h4 a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 1.4em;
	color: #012249;}

h5, h5 a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
	color: #012249;
	font-weight: 400;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	color: black;
}

p a {
	color: #7da2c8;
	text-decoration: underline;
}

.contentArea ul {
	list-style-image: url(../site_img/star_yellow_bullet.png);
}

ul li {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	color: black;
}

ul li p {
	font-size: 1em;
}

h1 a:hover, h1 a:focus {
	text-decoration: none;
	color: #7da2c8;
}


a:hover {
	color: #7da2c8;
	text-decoration: none;
	cursor: pointer;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1em;
    border-left: 5px solid #eee;
}

ol li {
font-size: 1.2em;
}

ol li ol li {
	font-size: 1em;
}

.yellow {
	color: #f8d15e;	
}

.sisea-highlight {
	font-weight: 600;
}

/* ***********************************************************************

Buttons

*********************************************************************** */
input[type=submit] {
	cursor: pointer;
	margin-right: 10px;
	text-decoration: none;
	padding: 10px 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	display: inline-block;
	margin-top: 15px;
	border-radius: 0;
	color: black;
	border: 2px black solid;
	margin: 10px 10px 10px 0;
	background-color: white;
}

input[type=submit]:hover { 
	background-color: #008cff;
  color: #fff;
  border: 2px #008cff solid;
}

.btn {
  cursor: pointer;
  margin-right: 10px;
  text-decoration: none;
  padding: 10px 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  display: inline-block;
  margin-top: 15px;
  border-radius: 0;
}

.btnExtraSmall {
  cursor: pointer;
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
    font-weight: 400;
  text-transform: uppercase;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  display: inline-block;
  padding: 7px 11px;
  margin-top: 4px;
  text-align: center;
  padding-top: 3%;
}

.top-btn {
  cursor: pointer;
  margin-right: 10px;
  text-decoration: none;
  padding: 8px 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  display: inline-block;
  border-radius: 0;
  z-index: 2000;
  margin-top: 0;  
  font-weight: 600;
}

.landingBTN {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  padding: 10px 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  display: inline-block;
  margin-top: 0;
  border-radius: 0;
      height: 50px;
}

.adminBtnBig {
  cursor: pointer;
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  display: inline-block;
  height: 120px;
  width: 100%;
     padding: 16% 41px;
    margin-top: 20px;
    text-align: center;
}

.adminBtnSmall {
  cursor: pointer;
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.3em;
    font-weight: 400;
  text-transform: uppercase;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  display: inline-block;
  height: 50px;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  padding-top: 6%;
}



.yellowBTN {
	background-color: #ffbf00;
	color: #012249;	
}

.yellow-Border {
	 border-bottom: 5px solid #f8d15e;
}


.yellowBTN:hover {
	background-color: #012249;
	color: white;
}

.lightBlue {
	background-color: #7da2c8;
	color: white;
}

.lightBlue-Border {
	 border-bottom: 5px solid #a7bfd9;
}

.blue {
	background-color: #012249;
	color: white;
}

.blue:hover {
		background-color: #a7bfd9;
			color: white;
}

.lightBlue:hover {
	background-color: #012249;
	color: white;
}


/* ***********************************************************************

Header Area and Nav

*********************************************************************** */
.header {
	background-color: #012249;
	-webkit-box-shadow: 0 0 3px 1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    0 0 3px 1px #ccc;  /* Firefox 3.5 - 3.6 */
	box-shadow:        0 0 3px 1px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.top-nav {
	background-color: #eceff6;
	height: 43px;
	padding-top: 10px;
}

ul.top-nav-links {
	list-style: none;
	text-align: right;
	    margin-top: -5px;
}

ul.top-nav-links li {
	 display: inline-block;
	 margin-left: 10px;
	 text-transform: uppercase;
	 color: #012249;
	 font-weight: 600;
}

ul.top-nav-links li a {
		color: white;
    padding: 10px;
}

ul.top-nav-links li a:hover {
	color: #7da2c8;
	text-decoration: none;
}

.topNavButtons {
	z-index: 5000;
	    margin-top: -10px;
}

/* Overriding Bootstrap Classes*/

.navbar {
    margin-bottom: 0;
    border: none;
}

.navbar-default {
	color: #fff;
    background-color: #012249;
    border-color: #012249;
    min-height: 65px;
}

.navbar-collapse {
    background-color: #012249;
    border-color: #012249;
}
.navbar-default .navbar-collapse {
   margin-top: 14px;
}

.navbar-default .navbar-nav > li > a{
	color: #fff;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
/* 	width: 95px; */
    margin-top: 18px;
}

.navbar-default .navbar-nav > .dropdown > a .caret{
	border-top-color: #fff;
    border-bottom-color: #fff;
}


.navbar-brand {
    padding: 0 15px;
    position: absolute;
    left: 0;
    padding: 0;
}


.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #7da2c8;
    background-color: transparent;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #7da2c8;
	background-color: transparent;
}

.glyphicon-menu-right:before {
    content: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #012249;
}

.navbar-nav>li>.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    }
    
    .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
}
/* Adding in Triangle Finder in mainNav*/

.container-nav {
	position: relative;
}

.container-nav .navlink.open:before {
    display: block;
}

.container-nav .navlink:before {
    content: '';
    position: absolute;
    display: none;
    top: 52px;
    margin-left: 3.3%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 14px 13px 14px;
    border-color: transparent transparent #eef1f7 transparent;
    -webkit-transition: opacity .1s 0s ease-in-out;
    transition: opacity .1s 0s ease-in-out;
}

/*Mega Menu*/
.megalevel2 {
	width: 25%;
	float: left;
}

ul.mega-dropdown-menu li a {
	font-family: Georgia,"Times New Roman",Times,serif;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #eceff6;
}


@media (max-width: 768px) {
	.megalevel2 {
		width: 100%;
		float: left;
	}

}

.dropdown-menu {
	border: none;
}

.topNavButtons .dropdown-menu>li>a {
	font-size: .9em;
}

.dropdown-menu>li>a {
    display: block;
    padding: 2px 20px;
    clear: both;
    font-weight: 400;
    line-height: 2.2em;
    color: #012249;
    white-space: nowrap;
    border-bottom: 1px solid #FFf;
    margin: 10px;
    font-size: 1.1em;

}

.dropdown-menu>li>a:hover {
    color: white;
    background-color: #012249;
}

.dropdown-menu {
	z-index: 10000;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #012249;
    outline: 0;
}

/*Mobile Menu*/

.topNavmobile .mobileNavTop {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobileNavTop li.nav-item {
    width: 50%;
    padding: 0;
    text-align: center;
    float: left;
    background: #d3d5db;
}

ul.mobileNavTop li a {
    color: #012249;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    text-decoration: none;
    display: block;
    margin: 0 1px 1px 0;
    background: #eceff6;
    font-size: 1em;
    line-height: 3em;
}

ul.mainNavMobile > li > a, ul.mainNavMobile >li>a>ul>li>a {
    color: #fff;
    font-family: Georgia,"Times New Roman",Times,serif;
    border-bottom: 1px solid #233c59;
}

@media (max-width: 480px) and (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: white;
	}
	
	.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-family: Georgia,"Times New Roman",Times,serif;
	border-bottom: 1px solid #233c59;
	}
	
	.navbar-default{
	color: white;
	font-family: Georgia,"Times New Roman",Times,serif;
	border-bottom: 1px solid #233c59;
	}
	.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 2.2em;
	color: white;
	white-space: nowrap;
	border-bottom: 1px solid #233c59;
	margin: 2px;
	font-size: 1em;
	}
	
	ul.dropdown-menu {
	padding: 0;
	}
	
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
	padding: 10px 25px 10px 25px;
	}
	
	.qlMobile {
	background-color: #7DA2C9;
	text-align: center;
	}
	
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: white;
	background-color: transparent;
	}
	
	.navbar-default .navbar-nav>.open>a>ul>li>a, .navbar-default .navbar-nav>.open>a>ul>li>a:focus, .navbar-default .navbar-nav>.open>a>ul>li>a:hover {
	color: yellow;
	background-color: transparent;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: white;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fdc721;
	}

}

	/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
	.PopUpbtn {
		    padding: 10px;
	}
	
	.css-only-modal {
    width: 80%;
}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: white;
	}
	.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-family: Georgia,"Times New Roman",Times,serif;
	border-bottom: 1px solid #233c59;
	}
	
	.navbar-default{
	color: white;
	font-family: Georgia,"Times New Roman",Times,serif;
	border-bottom: 1px solid #233c59;
	}
	.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 2.2em;
	color: white;
	white-space: nowrap;
	border-bottom: 1px solid #233c59;
	margin: 2px;
	font-size: 1em;
	}
	
	ul.dropdown-menu {
	padding: 0;
	}
	
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
	padding: 10px 25px 10px 25px;
	}
	
	.qlMobile {
	background-color: #7DA2C9;
	text-align: center;
	}
	
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: white;
	background-color: transparent;
	}
	
	.navbar-default .navbar-nav>.open>a>ul>li>a, .navbar-default .navbar-nav>.open>a>ul>li>a:focus, .navbar-default .navbar-nav>.open>a>ul>li>a:hover {
	color: yellow;
	background-color: transparent;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: white;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fdc721;
	}
	
	.navbar-brand>img {
    width: 90%;
	}

}
/* ***********************************************************************

Homepage Specfic

*********************************************************************** */

.yellow-star {
	background-image: url(../site_img/star_yellow.png);
    height: 57px;
    width: 53px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    margin-top: -49px;
}

.blue-star {
	background-image: url(../site_img/star_blue.png);
    height: 57px;
    width: 53px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    margin-top: -49px;
}

.admissions-section {
	background-image: url(../site_img/addmission_area_bkg.jpg);
	background-attachment: fixed;
	width: auto;
	height: 475px;
	position: relative;
	padding-top: 25px;
}

.video-section {
		background-color: #eef1f7;
		padding-bottom: 20px;
		padding-top: 20px;
}

/* PopUp Area*/
#css-only-modals {
	position: fixed;
	pointer-events: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000000;
	text-align: center;
	white-space: nowrap;
	height: 100%;
}

#css-only-modals:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.css-only-modal-check {
	pointer-events: auto;
}

.css-only-modal-check:checked ~ .css-only-modal {
	opacity: 1;
	pointer-events: auto;
}

.css-only-modal {
	width: 30%;
	background: #FFF;
	z-index: 1;
	display: inline-block;
	position: relative;
	pointer-events: auto;
	padding: 25px;
	text-align: center;
	border-radius: 4px;
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	pointer-events: none;
}

.css-only-modal h2 {
	text-align: center;
}

.css-only-modal p {
	text-align: center;
}

.PopUpbtn {
  cursor: pointer;
  margin-right: 10px;
  text-decoration: none;
  padding: 10px 50px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  display: inline-block;
  margin-top: 15px;
  border-radius: 0;
  text-align: center;
}

.PopUpbtnClose {
  cursor: pointer;
  margin-right: 10px;
  text-decoration: none;
  padding: 10px 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  display: inline-block;
  margin-top: 15px;
  border-radius: 0;
  text-align: center;
}



.css-only-modal-close {
	position: absolute;
	top: 10px;
	right: 25px;
}

.css-only-modal-check {
	display: none;
}

.css-only-modal-check:checked ~ #screen-shade {
	opacity: 0.5;
	pointer-events: auto;
}

#screen-shade {
	opacity: 0;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
	transition: opacity 0.8s;
}


/* cropping and sizing blog preview images */

.previewImgContainer {
	position: relative;
	width: 100%;
	height: 235px;
	overflow: hidden;
	background-color: #7da2c8;
}

.previewImgContainer img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: auto;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.previewImg {
	position: relative;
	width: 100%;
	height: 145px;
	overflow: hidden;
	background-color: #7da2c8;
}

.previewImg img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: auto;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


/* News and Happenings Area*/
.news-section {
	background-color: #eef1f7;
	position: relative;
	padding-top: 25px;
}

.viewAll {
	float: right;
    color: #012249;
    text-transform: uppercase;
    font-size: 1.2em;
}

.homeBlogFeedHead {
	margin-bottom: 15px;
}

.homeBlogFeedPostings {
	margin-bottom: 35px;
}

h2.blogTitleHome {
	font-size:.7em;
	font-weight: 600;
	text-transform: uppercase;
	height: 50px;
}

p.blogDate {
	background-color: #012249;
	color: white;
	padding: 8px;
	width: 100%;
	text-transform: uppercase;
}

p.blogDateArch {
	color: #012249;
	padding: 8px;
	width: 100%;
	text-transform: uppercase;
}

p.moreLink a {
	text-transform: uppercase;
	text-decoration: none;
}

/*Styles for Pagination in Articles Container*/
.paging {
	 width: 100%;
}

.paging ul {
	list-style: none;
}

.pageList li a {
	font-size:14px;
	display: inline-block;
	padding: 2px 7px;
	color: #012249;
	float: left;
	border: 1px solid #012249;
	border-bottom: 1px solid #012249;
	border-right: 1px solid #012249;
	margin:0px 5px 0px 0px;
	text-decoration: none;
	background-color: white;
}

.pageList li a:hover{
	color: white !important; 
	background-color:#012249;
	text-decoration:none;
}
.pageList li a.active{
	color: white !important; 
	background-color: #012249;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
#myCarousel .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 650px;
}

#myCarousel .carousel-caption h1 {
	font-weight: 600;
	text-align: left;
	font-size: 2.8em;
	color: #012249;
	text-shadow: none;
	margin-left: 25%;
}

#myCarousel .carousel-caption p {
	font-weight: 400;
	text-align: left;
	font-size: 1.2em;
	color: black;
	padding: 15px 20% 15px 15px;
	text-shadow: none;
}

#myCarousel .carousel-caption p a {
	color: black;
}

#myCarousel .carousel-caption {
	top: 560px;
	right: 0;
    left: 0;
    bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(125, 162, 200, .9);
    min-height: 90px;
}

.carousel-indicators {
    bottom: 14%;
}

.carousel-indicators li, .carousel-indicators .active {
	margin: 2px;
}

#myCarousel img {
	width: 100%;
	height: auto;
}

.adminSlide p {
	font-weight: 400;
	text-align: left;
	font-size: 2.5em;
	color: #012249;
	text-shadow: none;
	text-align: center;
	min-height: 160px;
}

#myCarousel2 .right.carousel-control, #myCarousel2 .left.carousel-control {
    display: none;
}

#myCarousel2 .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(1, 34, 73, .4);
    border: 1px solid rgba(1, 34, 73, .4);
    border-radius: 10px;
    }
    
    
#myCarousel2 .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #012249;
}


/* ***********************************************************************

Landing Pages

*********************************************************************** */

.imageBTN {
	width: 20%;
	padding-right: 10px;
	margin-top: 10px;
	float: left;
}

.imageBTN img {
	width: 100%;
}

.bottomLanding {
	margin-bottom: 20px;
	margin-top: 20px;
}

.bottomLanding h1 {
		margin-top: 0;
}


/* ***********************************************************************

Interior Specfic

*********************************************************************** */

/* L1 SubNav */

ul.sideNav {
	padding-left: 0;
}
ul.sideNav li {
	list-style: none;	
}

.sidebar-nav ul>li>a {
	color:#0b3866;
	font-weight: 600;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 10px;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
}

.sidebar-nav ul.sideNav>li.active>a,
.sidebar-nav ul.sideNav>li:hover>a {
	text-decoration: none;
	color: #7da2c8;
}

/* Hiding L2 subNav when not on item with children */

ul.sideNav li ul {
	display: none;
}

ul.sideNav>li.active>ul,
ul.sideNav>li>ul>li.active>ul {
	display: block;
}

ul.sideNav>li>ul>li>ul>li {
	margin-right:14px;
}

ul.sideNav>li>ul>li>ul>li>a {
	margin: 0 0 0 0;
}

/* L2 SubNav */

.sidebar-nav>ul>li ul {
	padding-left: 0;
}

.sidebar-nav>ul>li ul li {
	display: block;
	margin: 0;
	list-style: none;
	text-decoration: none;
	padding: 0;
}

.sidebar-nav ul>li>ul>li>a {
	font-size: 1em;
	color:#0b3866;
	font-weight: 600;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 8px 8px 8px 45px;
	border-bottom: 1px solid #e0e0e0;
}

.sidebar-nav ul.sideNav>li>ul>li.active>a,
.sidebar-nav ul.sideNav>li>ul>li:hover>a {
	color: #7da2c8;
}


/* Page Nav for Student Handbook*/
.siblingNav {
	text-align: center;
	margin-top: 9px;
}
.siblingNav ul {
	padding-left: 0;
}
.siblingNav ul li {
	display: inline;
	margin-right: 15px;
}

.contentArea {
	padding: 20px 0 20px 0;
	margin-bottom: 30px;
}
.titleBar {
	background-color: #7da2c8;
	background-image: url(../site_img/interior_header_bkg.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	height: 90px;
	position: relative;
	}

.titleBar h1 {
	color: white;
	font-size: 1.5em;
	text-transform: capitalize;
}

ul.B_crumbBox {
    list-style: none;
    position: absolute;
    top: 55px;
    padding-left: 0;
}

ul.B_crumbBox li {
	display: inline;
	margin-right: 4px;
    margin-left: 4px;
}

ul.B_crumbBox li a {
	color: #01224A;
	text-decoration: none;
}


ul.B_crumbBox li a:hover {
	text-decoration: underline;
}

.topsideBar {
	margin-top: -50px;
}


.sideBarHeader h1, .sideBarHeader h2, .sideBarHeader h3 {
	color: white;
	padding-left: 10px;
	background-color: #012249;
	height: 100%;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 1.5em;
}

.sideBarHeader h3 {
	margin-top: 35px;
}

p.organeCallout {
	background-color: #b55a36;
	color: white;
	padding: 20px;
}


/* Accordian Panels----------*/

.panel {
    margin-bottom: 0;
    background-color: white;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-collapse {
	padding: 10px;
}

.panel-collapse h3 {
	margin-top: 0;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    color: black;
    line-height: 1.5;
}

.panel-default>.panel-heading:hover {
    color: white;
    background-color: #012249;
    border-color: #012249;
    text-decoration: none;
}

.panel-default>.panel-heading h4:hover, .panel-default>.panel-heading h4 a:hover, .panel-default>.panel-heading h4:focus, .panel-default>.panel-heading h4 a:focus  {
	    color: white;
	    text-decoration: none;
}

 .panel-default>.panel-heading a:focus, .panel-default>.panel-heading a:hover {
	text-decoration: none;
}

table.boardTrustees tr {
	border-spacing:5em;
}

table.boardTrustees td {
	  position: relative;
  width: 220px;
  height: 220px;
  overflow: hidden;
      border: 10px white solid;
}

table.boardTrustees img {
position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
          margin: 5px;
}

/* Blog Area*/

.postingRow {
margin-bottom: 20px;
}
.title {
	font-size: 1.5em;
}

ul.pressreleaseList {
	list-style-type: none;
	padding-left: 0;
	list-style-image: none;
}

ul.pressreleaseList li {
	padding: 5px;
	min-height: 42px;
}

ul.pressreleaseList li a {
	color: #012249;
}

ul.pressreleaseList div.date {
	margin-top: -5px;
}

ul.archives li a, ul.tags li a {
		color: #012249;
}

ul.dateList {
	list-style-type: none;
	padding-left: 0;
}
ul.dateList li {
	border-bottom: 1px solid #e0e0e0;
	padding: 5px;
	min-height: 42px;
}

ul.dateList li a {
	color: #012249;
}

ul.dateList li a:hover,ul.archives li a:hover, ul.tags li a:hover, ul.pressreleaseList li a:hover {
	color: #7da2c8;
	text-decoration: underline;
}

ul.archives li a, ul.tags li a {
		color: #012249;
}

h2.blogTitle {
	font-size: 1em;
	margin-top: 0;
}

.date {
	background-color: #7da2c8;
	color: white;
	padding: 5px;
	margin-right: 10px;
	float: left;
}

.tl-tag, .tl-tag a {
	color: #012249;
	font-size: 1.2em;
}

.post-info {
	margin-bottom: 10px;
}

.tags, .tags a {
	font-size: 1em;
}

.alumniNewsletter td {
	border-bottom: none;
}

.alumniNewsletter h2 {
	margin-top: 0;
}

.alumniNewsletter p {
	margin-bottom: 25px;
}

/*
.alumniNewsletter {
	margin-bottom: 25px;
}



.almuniNewsletterContent {
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid gray;
}
*/
/* ***********************************************************************

Footer Area

*********************************************************************** */

.footer-wrap {
	background-color: #012249;
	padding-bottom: 40px;
}

.footer-wrap a {
	color: white;
	text-decoration: none;
}

.footer-wrap h1 {
	color: white;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 0; 
}

.footer-wrap p {
	color: white;
	font-size: .95em;
	text-transform: none;
}

.footer-wrap p.copyright {
	text-align: right;
}

.copyright_link {
	color: white;
	font-size: .8em;
}

/*Footer Nav*/

.footer-nav>.navbar-nav>li>a {
	    padding: 10px 20px 20px 0;
}
.footer-nav ul li a:hover {
	background: none;
	color: #ffbf00;
}

.footer-nav ul li a, .footer-nav p a{
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
}


/*  Search Bar  */

.search {
	padding: 10px 0 10px 0;
}

.search h1 {
	text-align: center;
	margin-top: 0;
}

.search label {
    display: none;
}

.search-form {
    position: relative;
}

.search input[type=text] {
    width: 100%;
    height: 35px;
}

.search input[type=submit] {
    position: absolute;
    bottom: 4px;
    right: -6px;
    color: black;
    font-size: 1em;
    text-transform: uppercase;
    border: none;
    -moz-border-radius: 4px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    width: 100px;
    background: #ffbf00;
}

.search input[type=submit]:hover {
background: #012249;
color: white;
}

/*Sticky Menu for Quick Links*/
div.toolbar-wrapp-int{
    position: fixed;
    display: block;
    margin-top: 100px;
	top: 2%;
    z-index: 3000;
    right: 5px;
}

div.toolbar-wrapp{
    position: fixed;
    display: block;
    margin-top: 100px;
	top: 4%;
    z-index: 3000;
    right: 5px;
}
 
div.sticky-toolbar{
    position: relative;
    z-index: 3000;
}

div.sticky-toolbar ul {
	list-style: none;
	padding-left: 0;
}

div.sticky-toolbar ul li a{
display: block;
margin: 0.2em;
text-align: right;
transition: all 0.1s ease-in-out;
-webkit-font-smoothing: antialiased;
}


div.popup{
display: none;
position: relative;
left: 3%;
background-color: #012249;
-webkit-border-radius: 1em 0 0 1em;
-moz-border-radius: 1em 0 0 1em;
border-radius: 1em 0 0 1em;
z-index: 3000;
padding-top: 2px;
padding-bottom: 2px;
}

div.popup ul {
	list-style: none;
	padding-left: 0;
}

div.popup ul li a{
position: relative;
display: block;
font-size: 1em;
color: white;
padding: 0 2.1em 0 .5em;
margin: .5em;
text-align: left;
text-decoration: none;
transition: all 0.1s ease-in-out;
-webkit-border-radius: .2em;
-moz-border-radius: .2em;
border-radius: .2em;
list-style: none;
}


div.popup ul li a:hover{
background-color: #eceff6;
color: #012249;
}

div.popupShow {
	display: block;
}


/* Social Media Icons*/
@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.facebook-icon {
	width: 38px;
	height: 38px;
	background-image: url(../site_img/smicon_facebook.png);
	background-position: 0 0;
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	margin-right: 5px;
}
 
.facebook-icon:hover {
	background-position: 0 100%;
		-webkit-animation-name: pop;
	animation-name: pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.twitter-icon {
   width: 38px;
   height: 38px;
   background-image: url(../site_img/smicon_twitter.png);
   background-position: 0 0;
   display: inline-block;
   	-webkit-transform: translateZ(0);
	transform: translateZ(0);
		margin-right: 5px;
}
 
.twitter-icon:hover {
	background-position: 0 100%;
		-webkit-animation-name: pop;
	animation-name: pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.linkedin-icon {
   width: 38px;
   height: 38px;
   background-image: url(../site_img/smicon_linkedin.png);
   background-position: 0 0;
    display: inline-block;
    	-webkit-transform: translateZ(0);
	transform: translateZ(0);
		margin-right: 5px;
}
 
.linkedin-icon:hover {
	background-position: 0 100%;
		-webkit-animation-name: pop;
	animation-name: pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;V 
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.instagram-icon {
   width: 38px;
   height: 38px;
   background-image: url(../site_img/smicon_instagram.png);
   background-position: 0 0;
    display: inline-block;
    	-webkit-transform: translateZ(0);
	transform: translateZ(0);
		margin-right: 5px;
}
 
.instagram-icon:hover {
	background-position: 0 100%;
		-webkit-animation-name: pop;
	animation-name: pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;V 
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.youtube-icon {
   width: 38px;
   height: 38px;
   background-image: url(../site_img/smicon_Youtube.png);
   background-position: 0 0;
   display: inline-block;
   	-webkit-transform: translateZ(0);
	transform: translateZ(0);   
		margin-right: 5px;
}
 
.youtube-icon:hover {
	background-position: 0 100%;
		-webkit-animation-name: pop;
	animation-name: pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}



/* Portrait phones and smaller */
@media (max-width: 480px) and (max-width: 767px) {
	
		
	.PopUpbtn {
		    padding: 10px;
	}
	
	.css-only-modal {
    width: 80%;
}

	h1 {
	font-size: 2.2em;
	}
	
	h2 {
	font-size: 1.2em;
	}
	
	.navbar-brand>img {
	margin-top: 2px;
	width: 74%;
	}
	
	h2.blogTitle {
	font-size: .8em;
	margin-top: 0;
	}
	
	.footer-nav>.navbar-nav>li>a {
	padding: 10px 0 10px 16px;
	}
	.table-responsive {
	margin-top: 15px;
	}
	
	.landingBTN {
	padding: 10px 4px;
	font-size: .8em;
	height: 60px;
	margin-bottom: 20px;
	}
	
	#myCarousel .carousel-caption {
	top: 204px;
	background-color: #7EA2D3;
	min-height: 162px;
	}
	
	#myCarousel .carousel-inner {
	height: 365px;
	}
	
	.carousel-indicators {
    bottom: 41%;
}
	
	#myCarousel .carousel-caption h1 {
	font-size: 1.6em;
	margin-left: 0;
	}
	
	#myCarousel .carousel-caption p {
	font-size: 1em;
	padding: 5px 15% 5px 5px;
	}
	
	.top-nav {
	display: none!important;
	}
	.admissions-section {
	height: 675px;
	}
	
	.navbar-nav {
	margin: 0;
	}
	
	.titleBar {
	height: 90px;
	}
	
	ul.B_crumbBox {
	top: 30px;
	}
	
	div.toolbar-wrapp, div.toolbar-wrapp-int {
		display: none;
	}
	
	.paging {
		margin-bottom: 135px;
	}
	
	.pageList li a {
    font-size: 14px;
    display: inline-block;
    padding: 8px 16px;
    color: #012249;
    float: left;
    border: 1px solid #012249;
    border-bottom: 1px solid #012249;
    border-right: 1px solid #012249;
    margin: 0px 5px 8px 0px;
    text-decoration: none;
    background-color: white;
}

.homeBlogFeedHead {
    margin-bottom: 70px;
}

.viewAll {
    margin-top: 10px;
}

.titleBar {
    height: 105px;
}
	

}
	
	/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
		
	.PopUpbtn {
		    padding: 10px;
	}
	
	.css-only-modal {
    width: 80%;
}
	
		.paging {
		margin-bottom: 135px;
	}
	
	.pageList li a {
    font-size: 14px;
    display: inline-block;
    padding: 8px 16px;
    color: #012249;
    float: left;
    border: 1px solid #012249;
    border-bottom: 1px solid #012249;
    border-right: 1px solid #012249;
    margin: 0px 5px 8px 0px;
    text-decoration: none;
    background-color: white;
}
.homeBlogFeedHead {
    margin-bottom: 70px;
}

.viewAll {
    margin-top: 10px;
}

.titleBar {
    height: 105px;
}
	
		.sticky-container {
		display: none;
	}
	
	#myCarousel .carousel-caption {
	top: 204px;
	background-color: #7EA2D3;
	min-height: 162px;
	}
	
	#myCarousel .carousel-inner {
	height: 365px;
	}
	
	.carousel-indicators {
    bottom: 41%;
}
	
	#myCarousel .carousel-caption h1 {
	font-size: 1.6em;
	margin-left: 0;
	}
	
	#myCarousel .carousel-caption p {
	font-size: 1em;
	padding: 5px 15% 5px 5px;
	}
	
	.top-nav {
	display: none!important;
	}
	.admissions-section {
	height: 675px;
	}
	
	.navbar-nav {
	margin: 0;
	}
	.titleBar {
	height: 90px;
	}
	ul.B_crumbBox {
	top: 40px;
	}
	
		div.toolbar-wrapp, div.toolbar-wrapp-int {
		display: none;
	}
	

}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
		.PopUpbtn {
		    padding: 10px;
	}
	
	.css-only-modal {
    width: 70%;
}

	.topNavmobile {
	display: none!important;
	}
	
	.qlMobile {
	display: none!important;
	}	    
	
	
	h1 {
	font-size: 2.2em;
	}
	
	h2 {
	font-size: 1.2em;
	}
	
	ul.top-nav-links li {
	 margin-left: 8px;
	 font-size: 1em;
	}
	
	.navbar-header {
	float: left;
	width: 140px;
	}
	
	.navbar-brand>img {
	width: 70%;
	margin-top: 5%;
	}
	
	ul.mega-dropdown-menu li a {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: .8em;
	}
	
	.dropdown-menu>li>a {
	padding: 3px 10px;
	}
	.footer-nav>.navbar-nav>li>a {
	padding: 10px 0 10px 16px;
	}
	.table-responsive {
	margin-top: 15px;
	}
	
	#myCarousel .carousel-caption {
	top: 285px;
	}
	
	#myCarousel .carousel-inner {
	height: 550px;
	}
	
	.admissions-section {
	height: 550px;
	}
	
	.titleBar {
	height: 90px;
	}
	ul.B_crumbBox {
	top: 40px;
	}
	
	.navbar-default .navbar-nav > li > a{
	font-size: 1em;
	width: 90px;
	margin-top: 0;
	}
	
		#myCarousel .carousel-caption {
	top: 448px;
	}
	
	.carousel-indicators {
    bottom: 17%;
	}

}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	
	.topNavmobile {
	display: none!important;
	}
	
	.qlMobile {
	display: none!important;
	}	
	
	#myCarousel .carousel-inner {
	height: 600px;
	}
	
	#myCarousel .carousel-caption {
	top: 510px;
	}
	
	.carousel-indicators {
    bottom: 13%;
	}
	.carousel-caption h1 {
	font-size: 2.8em;
	padding: 5px 15% 5px 5px;
	}
	
	.navbar-brand>img {
	width: 100%;
	}
	
	.previewImg {
	height: 115px;
	}
	
	.navbar-default .navbar-nav > li > a{
	font-size: 1em;
	}
	
} 

/* Large desktops and laptops */
@media (min-width: 1200px) {
		
	.topNavmobile {
	display: none!important;
	}
	
	.qlMobile {
	display: none!important;
	}	

	
}
