@charset "UTF-8";

/********************General Styles***************************/

html{
	
	height: auto;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.less stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
.onecol    { width: 55px;} 				/*5.801104972%;  }        4.85%;  } /* grid_1  */
.twocol    { width: 137px;}						/* 14.364640883%; }       13.45%; } /* grid_2  */
.threecol  { width: 220px; }						/*22.928176794%; }       22.05%; } /* grid_3  */
.fourcol   { width: 292px ;}         				/*30.491712705%; }        31.491712705% 30.75%; } /* grid_4  */
.fivecol   { width: 384px;}						/*40.055248616%; }        39.45%; } /* grid_5  */
.sixcol    { width: 466px; }						/*48.618784527%; }        48%;    } /* grid_6  */
.sevencol  { width: 548px;}						/*57.182320438000005%; }  56.75%; } /* grid_7  */
.eightcol  { width: 631px;} 						/* 65.74585634900001%; }  65.4%;  } /* grid_8  */
.ninecol   { width: 713px;}						/*74.30939226%; }         74.05%; } /* grid_9  */
.tencol    { width: 795px;}						/*82.87292817100001%; }   82.7%;  } /* grid_10 */
.elevencol { width: 877px;}						/*91.436464082%; }        91.35%; } /* grid_11 */
.twelvecol { width: 100%;}						/*99.999999993%; }        100%;   } /* grid_12 */


/* layout & column defaults */
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
  position: relative;
  float: left;
}

.spaceLeft {
	margin-left: 2.762430939%;
}

.first {
  margin-left: 0;
}


.last {
  float: right;
}


.marginLeft{
	margin-left: 2.5%;
}


.right{
	float: right;
}


#sideBarWrap{
	width: 220px;
}





/********************End of General Styles***************************/


/********************Navigation Styles***************************/


.show{
	display: block;
}

.hide{
	display: none;
}


#mobileNavIcon{
display: none;
}


#topNavUl{
    display: block;
    font-size: .85em;
    height: 28px;
	margin: 0 0 0 49%;
	padding: 0;
}

	#topNavUl li{
	float: left;
	padding: 3px 10px;
		
	}

	
#mainNav{
    float: right;
	margin: 10px 0 -29px 0;
}	

	#nav{
		display: block;
	}
	
	#mainNav li{
		float: left;
		padding: 0 0 0 13px;
	}
	
	#mainNav li a{
		padding: 0;
	}
	

	
	#mainNav li a:hover{
		padding-bottom: 10px;
	}
	
	

#mobileSlidernav{
display: none;
}


#sliderNav{
	background: url(../images/navBackgroundImage.png) repeat-y;
	background-size: 55%;
	padding: 0 0 8% 0;
	position: absolute;
	margin-bottom: 0;
	width: 100%;
	z-index: 25;
}
	#sliderNav ul{
		display: block;
		padding: 10% 0 0 5%;
		width: 33%;
	}

	#sliderNav ul li{
		margin: 20px 0 0 0;
		padding: 0;
		text-align: left;
	}
	#sliderNav ul li a{
		color: #fff;
		font-size: 1.1em;
		line-height: 1;
		padding: 5px;
		
	}
	
	#sliderNav ul li a:hover{
		background: #fff;
		color: #000;
		padding: 2%;
	}
	
	.imageBlend{
		display: none;
	}
	


	
.rightNav{
	margin: 30px 0 30px 19px;
}

	.rightNav ul li{
		list-style: url(../images/listStyle.png);
		margin: 3px 0;
		padding: 7px 0;
	}

.rightNavMiddle{
		margin: 0 0 0 0;
	}
	
		.rightNav .fourcol{
			width: 32%;
		}

.rightNavBorder{

	margin: 60px 0 30px 17px;
	border-top: 1px solid #dedede;
}

.rightNavUl{
    font-size: .9em;
	margin: 30px 0;
}




	.rightNav ul li{
		list-style: url(../images/listStyle.png);
		float: left;
		margin: 3px 0;
		padding: 7px 0;
		width: 33%;
	}
	
	
	.col-3 {
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    column-count:3;
    column-gap:10px;
   }
   
   .rightSideNav{
	   margin: 0;
   }

/********************End of Navigation Styles***************************/


/********************Header Styles***************************/

.purple{
 background-color:#38114d;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#38114d, endColorstr=#5b187e);
 background-image:-moz-linear-gradient(top, #38114d 19%, #5b187e 57%);
 background-image:-webkit-linear-gradient(top, #38114d 19%, #5b187e 57%);
 background-image:-ms-linear-gradient(top, #38114d 19%, #5b187e 57%);
 background-image:linear-gradient(top, #38114d 19%, #5b187e 57%);
 background-image:-o-linear-gradient(top, #38114d 19%, #5b187e 57%);
 background-image:-webkit-gradient(linear, right top, right bottom, color-stop(19%,#38114d), color-stop(57%,#5b187e));
}

header{
	border-left: 1px solid #c3b38b;
	margin: 0 auto;
	width: 960px;
}

#logo{
    float: left;
    margin: 15px 40px;
    max-width: 268px; 
}


.extraPadding{
	padding: 0 0 5% 0;
}

/*
.headerHeight{
	height: 246px;
}
*/


/********************Search Styles*******************/
#searchform {
  background: #e3e2d9;
  float: right;
  margin: -28px auto 0 auto;
  display: block;
  position: relative;
  width: 21%;
  z-index: 9;
  height:19px;
}

#searchform #s {
background: #e3e2d9;
  border: none;
  color: #000000;
  font-size: 12pt;
  font-weight: 100;
  outline: none;
  min-height: 18px;
/*   float: right; */
  padding: 0px 7px;
  width: 85%;
}


#searchform #searchsubmit {
  background:url(../images/search.png) no-repeat transparent;
  background-size: 69%;
  height: 18px;
  float: right;
  width: 30px;
  display: block;
  border: none;
  margin: -1px -8px 0 0;
  outline: none;
  position: relative;
  /*padding:5px;*/
  z-index: 10;
  }
/********************End of Search Styles*******************/


/********************End of Header Styles*******************/




/********************Slider Styles*******************/

#slider{
   	background: #fff;
	clear: both;
	margin: 0 auto;
	max-width: 960px;
	position: relative;
	top: 35px;
	width: 100%;
}


.carousel {
   background: #fff;
  position: relative;
  line-height: 1;
}

.carousel-inner {
float: right;
  position: relative;
  width: 100%;
  height: 330px;
  overflow: hidden;
}

.carousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
      -ms-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel .item > img {
  display: block;
  float: right;
  line-height: 1;
  width: 66%;
  
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next {
  left: 100%;
}

.carousel .prev {
  left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

.carousel .active.left {
  left: -100%;
}

.carousel .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  cursor: pointer;
  position: absolute;
  top: 0px; /*-10px;*/
  left: 87%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin: 17px 0 0 0;
  text-align: center;
  list-style: none;
  z-index: 999;
}

.carousel-indicators li {

  float: left;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  text-indent: -999px;
  cursor: pointer;
}

.carousel-indicators .active {
  border: 2px solid #fff;
  float: left;
  width: 12px;
  height: 12px;
  margin: -2px 3px;
}


.carousel-caption img{
	float: right;
	margin: 0 0 69px 0;
	width: 24%;
	
}

.carousel-caption p {
  color: #ffffff;
  text-align: center;
  float: left;
  font-size: .75em;
  line-height: 1;
  margin: 90px 0 0 0px;
  padding: 12px;
  position: relative;
  width: 728px;
  z-index: 30;
  }

	.captionLink{
		padding: 3px;
	}
	
	.magentaBg{
		background: #702c91;
	}

	.orangeBg{
		background: #ffb718;
	}
	
	.greenBg{
		background: #c4dc6e;
	}
	
	.redBg{
		background: #ef3742;
	}
	
	.blueBg{
		background: #00b0d9;
	}


/********************End of Slider Styles*******************/


/********************Featured Image Styles*******************/

.featureImageContainer{
		background: #fff;
		margin: -36px auto 0 auto;
		width: 960px;
		position: relative;
	
}

#featuredImage{
	    height: auto;
	   float: right;
		position: relative;
		width: 66%;		
}

#featureImageDescription{
	background: url(../images/navBackgroundImage.png) repeat-y;
	background-size: 62%;
	padding: 0 0 8.5% 0;
	position: relative;
	margin: 0;
	width: 100%;
	z-index: 25;
}

	#featureImageDescription h1{
		color: #fff;
		font-size: 2em;
		margin: 0px 0 0 0;
		padding: 8% 3% 1% 3%;
	}
		
	#featureImageDescription h3{
		background: #3c3c3c;
		color: #fcb525;
		font-size: 1.2em;
		margin: 46px 0 0 0;
		padding: 2% 4%;
		width: 41%;
	}
	

#smallFeaturedImage{
	float: right;
	height: 98px;
	width: 68%;

}


#smallFeatureImageDescription{
	background: url(../images/navBackgroundImage.png) repeat-y;
	background-size: 62%;
	float: left;
	padding: 0 0 124px 0;
	position: relative;
	margin: -98px 0 0 0;
	width: 100%;
	z-index: 25;
}

	#smallFeatureImageDescription h1{
		color: #fff;
		font-size: 2em;
		margin: 36px 0 0 0;
		padding: 1% 2%;
		position: absolute;
		width: 35%
	}
	
	
	

/********************End of Featured Image Styles*******************/



.row{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	
}

.rowNoMargin{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

/********************Infomation Box Arrow Styles*******************/

.colorArrow{
	float: right;
	font-size: 0.8em;
}

.arrowSize{
	font-size: 0.8em;
}

.magenta{
	color: #702c91;
}

.orange{
	color: #ffb718;
}

.green{
	color: #c4dc6e;
}

.red{
	color: #ef3742;
}

.blue{
	color: #00b0d9;
}

/********************Content Styles*******************/



#contentContainer{
	margin: 30px auto 0 auto;
	max-width: 960px;
	width: 100%;
	
}


#innerContainer{
	margin: 0 auto;
	width: 960px;
	
}

.borderRight{
	border-right: 1px solid #c3b38b;
}

.borderLeft{
	  border-left: 1px solid #c3b38b;
}

.longBorder{
	padding: 0 0 50px 0;
}


.tall{
	background: #e9e9e1;
	border-radius: 3px;
    box-shadow:  1px 1px 4px 1px rgba(139, 137, 137, 1);
	height: 305px;
	padding: 5% 0;
	max-width: 227px;
}

.wide{
	background: #e9e9e1;
	border-radius: 3px;
    box-shadow:  1px 1px 4px 1px rgba(139, 137, 137, 1);
	height: 137px;
	padding: 5% 0;
	max-width: 468px;
}


.marginWide{
 	margin: 15px auto;
}

.marginTall{
	margin: 15px auto;
}

.button{
	background: #e9e9e1;
	border-radius: 3px;
    box-shadow:  1px 1px 4px 1px rgba(139, 137, 137, 1);
	padding: 5% 0;
}

#sideFact{
	display: none;
}




/********************Index Content Styles*******************/


.homeContent h2{
	color:#000;
	margin: -8px 10px 4px 10px;
	
}

.homeContent p{
	font-size: .8em;
	margin: 8px 0px 4px 10px;
}

.headline{
	color:#000;
	
}


#sideRow  img{
    float: right;
    margin: -50px 0px;
	width: 43%;
	
}

#bottomRow{
	position: relative;
	top: -10px;
}

#bottomRow img{
    float: right;
    margin: -55px 0px;
	width: 43%;
	
}

#bottomRow h2{
	margin: -27px 0 0 10px;
	width: 37%;
}

.wideArrowMargin{
	margin: -28px 215px 0 0;
}

.wideBottomArrowMargin{
	margin: -21px 215px 0 0;
}

.tallArrowMargin{
	margin: -28px 8px 0 0;
}

.psArrow{
	margin: -44px 5px 0 0;
}

.eventsSpace{
		margin-left: 12px;
	}

/********************End of Index Content Styles*******************/

#breadcrumbs{
	clear:both;
	font-size: .7em;
	margin: 0;
}

#leftSideNav{
    font-size: .8em;
	color: #666666;
	margin: 30px 20px;
}
	
	#leftSideNav a:active{
		color: #fff;
	}
	
	
	#leftSideNav ul li{
		margin: 20px 0 0 -20px;
		padding-left: 23px;
	}
	
	.current{
	background: url(../images/current.png) no-repeat;
	background-position: -2px center;
}


.indent{
	margin: 0 10px;
}

.buttonMargin{
	margin: 0px 20px 20px 0;
}

.buttonHorizontal{
	margin:  0 0 20px 15px;
	height: 220px;
	width: 220px;
	
}
	.buttonHorizontal h4{
	width: 46%;
	}
	
	.buttonHorizontal .indent{
		font-size: 1.4em;
		}
		
		.middle{
		margin: 0 25px 0 28px;
	}

.buttonHorizontalImage{
	margin: -35px 0 10px 0;
}

.buttonMajorBottom{
	font-size: 1.2em;
	height: 43px;
	padding: 2% 0;
	margin: 0 10px 15px 0;
	width: 227px;
}

.buttonH2ArrowCol{
	margin: 0 0 0 5%;
}

	.buttonMajorBottom h2{
    font-size: 1em;
	}

.middleVisitUs{
	margin: 0 0 0 2%;
}

.floatRight{
	float:right;
}

.buttonH4Col{
	width: auto;
}

.buttonArrowCol{
	margin: 10px 15px 0 0;
}

#studentQuote{
	background: #808285;
	color: #fff;
	height: auto;
}
	#studentQuote img{
	    float: right;
		margin: 0 0 20px 20px;
		width: 23%;
	}
	
	#studentQuote blockquote{
	    font-family: 'ProximaNova-Light';
	    line-height: 1.2;
		margin: 0 20px 0px 20px;
		padding: 7% 0 0 0;
	}
	
	#studentQuote p{
		color:#5bc8e0;
		font-size: .6em;
		margin:0 0 0 5%;
		padding: 2% 0 3% 0;
		width: 100%;
	}
	
	.quotePadding{
		padding: 1% 0 3% 0;
	}
	
.contentMargin{
	margin: 0px;
}

	.contentMargin p{
	line-height: 1.4;
	margin: 0 20px 25px 20px;
	}


.innerContentMargin{
	margin: 40px 20px 0 20px;
}

	.innerContentMargin p{
		line-height: 1.4;
		margin: 0 0 25px 0;
	}
	
.majorContentMargin{
	width: 620px;
	margin: 0;
}
	.majorContentMargin p{
	line-height: 1.4;
	margin: 0 0 25px 0;
   }
   
   	.majorContentMargin h5{
	line-height: 1.4;
   }
   
   #contentList{
	   list-style: square;
	   margin: 0 auto;
	   width: 227px;
   }
   
   #contentList li{
	   padding:  0 0 10px 0;
   }



.bold{
	font-weight: bold;
}


#sideFact{
    background: #c3b486;
	display: block;
	height: auto;
	margin: 133px 0 0 0;
	padding-bottom: 20px;
}


	.sideFactText{
		margin: 0px 0 0 23px;
		width: 69%;
	}
	
	
		.one{
			font-size: 4em;
			width: 97%;
			margin:  0 15px;
		}
		
		.numSign{
			font-size: 1.5em;
			margin: 18px 0 0px 15px;
		}


	
#sideFactLeft{
    background: #c3b486;
    display: block;
	height: auto;
	padding-bottom: 20px;
	margin: 0 0 20px 0;
	max-width:220px;
}	

	
	
	.number{
		font-size: 2.5em;
		margin: 15px 0 0 0;
		padding: 24px 0 0 5px;
	}
	

	.sideFactTextLeft{
		float: none;
			margin: 10px 0px 0 15px;
		width: 71%;
	}


.sideImage{
	display: block;
}

.sideImageMax{
        margin: 57px 0 0 0;
		max-width: 220px;
	}
	

.contentFeatureImage{
	margin: 0 20px;
	width: 90%;
}

.tabs{
	background: #fff;
	margin: 20px 0 0 0;
	padding: 1%;
}

.sideButton{
	padding: 2%;	
}

.news{
    background: #000;
	color: #c4dc8e;
	margin: 0 0 10px 0;
}

	.newsDate{
		font-size: .75em;
		padding: 5px 0 3px 0;
	}
	
	.newsContent h5{
		color: #666666;
	}
	
	.newsContent{
		font-size: .85em;
		line-height: 1.2;
		padding: 0 0 15px 0;
	}
	
	.newsContent a:link{
		color: #702c91;
		font-size: .75em;
	}
.calendar{
    background: #c4dc6e;
	color: #000;
}
	.calDate{
		color: #666666;
		padding: 7px 0 3px 0;
	}

	.calContent h5{
		color: #666666;
	}
	
	.calContent{
		font-size: .85em;
		line-height: 1.2;
		padding: 5px 0 15px 0;
	}
	
	
	
	.calContent a:link{
		color: #702c91;
		font-size: .75em;
	}


	.imageBlendFeaturePosition{
		display: none;
	}
	
	.imageBlendSmallFeaturePosition{
			display: none;
			}



/********************End of Content Styles*******************/




/********************Footer Styles*******************/



footer{
	margin: 0 auto;
	width: 960px;

}

	.footerImage{
	    margin: 0 auto;
		max-width:184px;
		width: 100%;
	}
	.footerLogo{
	    margin: 46px auto 0 auto;
		max-width: 184px;
		width: 100%;
	}
	.social img{
		height: 43px;
		width: 43px;
	}
	
	.footerBorder{
		border-bottom: 1px solid #fff;
	}
	
	.paddingFooterBottom{
		padding-bottom: 15%;
	}
	

	
	.footerBorder{
		border-bottom: none;
		border-left: 1px solid #fff;
		height: 227px;
	}
	
	.footerImageBorder{
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		height: 227px;
	}
	
	#footerNav ul{
	    font-size: .8em;
	    line-height: 1.5;
		max-width: 185px;
		padding: 23px 0 10px 0;
		
	}
	
	footer p{
		font-size: .8em;
		line-height: 1.2;
		margin: 20px auto;
		max-width: 184px;
		padding: 44px 0 40px 0;
	}
	
	.social img{
		height: 40px;
		width: 40px;
	}
	
	.socialTop{
		margin: 27% 0 0 22%;
		max-width: 156px;
	}
	
	.socialBottom{
		margin: 0 0 0 22%;
		max-width: 156px;
	}
	
	
	

/********************End of Footer Styles*******************/




