body {
    margin: 0;
    padding: 0;
	background-color: #ffffff;
}

/* responsive stuff */
* {
    box-sizing: border-box;
}

/* Overwrite the Box-Sizing for the Google Search Box */
.forceContentBox * {
  box-sizing: content-box;
  
}

.row {
    max-width: 1200px;
	/* center things */
	margin: auto;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}


.rowBehind {
    width: 100%;
	/* center things */
	margin: auto;
}


.rowBehind::after {
    content: "";
    clear: both;
    display: block;
}


/* color backgrounds for debugging */
.c {
    background-color: #cccccc;
}
.c2 {
    background-color: #e2e2e2;
}
.c3 {
    background-color: #999999;
}
.brd {
    border: 2px solid #73AD21;
}




[class*="col-"] {
    float: left;
    padding: 0px;
}

.addPadding {
	padding: 8px;
}
.addPadding5 {
	padding: 5px;
}

.twitterBoyBG { background-image: url('images/TWITTER2.html'); background-repeat:no-repeat; background-size:contain; background-position:bottom right; }

/* default For mobile phones, everything goes to 100%: */
[class*="col-"] {
    width: 100%;
}


@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1-quarter {width: 2.08%;}
	.col-m-1-half {width: 4.17%;}
	.col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
	
	/* for fifths */
	.col-m-20 {width: 20%;}
	
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
	.col-1-quarter {width: 2.08%;}
    .col-1-half {width: 4.17%;}
	.col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	
	/* for fifths */
	.col-20 {width: 20%;}
	
	.col-fixSidenav {width: 200px;}
	.col-fillFixedSidenav {
		width: -webkit-calc(100% - 200px);
    	width:    -moz-calc(100% - 200px);
    	width:         calc(100% - 200px);}
	
	.hideElementBig { display: none; }
	
	
}

/* only if width is under 768px */
@media only screen and (max-width: 768px) {

.hideElement { display: none; }

.showElement { display: block; }

.imageBigger {
    width: 80px;
    height: auto;
}

.adjustHeight {
    height: 90px;
}


.topIcons {
	text-align: center !important;
}

}

/* only if width is under 600px */
@media only screen and (max-width: 600px) {

    .hideElement2 { display: none; }
		
	.calendarBorder { padding: 0px !important;}
	.headerImage {
		padding: 20px 5px !important;
		margin: 0px !important;
	}
	
	.bannerDetail { display: none; }
	.pushRight { padding-left: 0px !important;}
	.footerHeaderSmall { margin-left: 8px !important;}
	.footerfontU { margin-left: 8px !important;}
	.footerImage { margin-left: 5px !important;}
	.bigWhiteHeader { padding: 0px 10px 5px 10px !important; }
	.twitterTextArea { padding-left: 10px !important; }
	.embed-container { margin: 18px 10px 0px 10px !important;}
	.exploreHeader { margin: 20px 0px 9px 10px !important; }
	.footerHeader { margin: 10px 0px 10px 8px !important;}
	.footerfont { margin: 0px 0px 0px 8px !important;}
	.factTitle { margin: 50px 82px 12px 35px !important;}
	.factText { padding: 12px 82px 20px 35px !important;}
	.calendarButtonDiv { margin-top: 50px !important; }
	.calendarArea{	width: 95% !important;}
	.orangeSignature {	float: none !important; }
	.graySignature { margin: 10px 0px 10px 20px !important;}
	.blueLine { width: 95% !important;}
	.newsImageWithCaption { margin: 0px !important;}
	.newsImageWithCaption2 { margin: 10px 0px !important; }

	.exploreProgramBox {
		display: block !important;
	}
	
	.exploreOne {
		background-image: url("images/nav_bottom_cte_m.jpg") !important;
		height:125px !important;

	}
	
	.exploreTwo {
		background-image: url("images/nav_bottom_fs_m.jpg") !important;
		height:125px !important;
	}
	
	.exploreThree {
		background-image: url("images/nav_bottom_stem_m.jpg") !important;
		height:125px !important;
	}
	
	.exploreFour {
		background-image: url("images/nav_bottom_athletics_m.jpg") !important;
		height:125px !important;
	}
	
	.explorelinkText {
	    top: 64% !important;
	}

	.newsImage2 {
		width: 100% !important;
		height: auto !important;
	}
}

/* for use on tempEDIT pages to make google calendar responsive */
.responsiveCal {
	position: relative; 
	padding-bottom: 300px;
	 height: 0; 
	 overflow: hidden;
}

.responsiveCal iframe {
	position: absolute; 
	top:0; 
	left: 0; 
	width: 100%; 
	height: 100%;

}


.navtable {
	min-width: 200px;
	max-width: 10%;
}


.respImage {
    max-width: 100%;
    height: auto;
}

.headerImage {
    height: auto;
	min-width: 250px;
	max-width: 322px;
	margin: 16px 0px;
	width: 100%;
}

.headerLogo {
    height: auto;
	min-width: 50px;
	max-width: 111px;
	margin: 14px 0px;
	width: 100%;
	
}

.headerImage2 {
    width: 100%;
    height: auto;
	min-width: 300px;
}


.socialIconFlyout {
	margin: 8px 8px;
}

.headerIcon {
	margin: 40px 0px 0px 0px;
}

.headerIconText {
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #707070;
}

.footerImage {
    width: 100%;
    height: auto;
	min-width: 150px;
	max-width: 153px;
	margin: 50px 0px 10px 0px;
}

/*.slideshowImage {
    width: 100%;
    height: auto;
	min-width: 300px;
	max-width: 770px;
}*/

.slideshowImage {
    width: 100%;
    height: auto;
	min-width: 300px;
	max-width: 770px;
	max-height: 440px;
}

.slideshowImageStretch1 {
	background-image: url('images/image1.jpg'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 636px;
	margin-top: -14px;	
}

.slideshowImageStretch2 {
	background-image: url('images/image2.jpg'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 636px;
	margin-top: -14px;	
}

.slideshowImageStretch3 {
	background-image: url('images/image3.jpg'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 636px;
	margin-top: -14px;	
}

.slideshowImageStretch4 {
	background-image: url('images/image4.jpg'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 636px;
	margin-top: -14px;	
}

.slideshowImageStretch5 {
	background-image: url('images/image5.jpg'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 636px;
	margin-top: -14px;	
}

.slideshowImageStretch6 {
	background-image: url('images/image6.jpg'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 636px;
	margin-top: -14px;	
}

.slideshowImageStretch7 {
	background-image: url('images/image7.jpg'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 636px;
	margin-top: -14px;	
}

.bannerHeaderDetail {
	font-family: 'Lora', sans-serif !important;
	color: #11094C;
	font-size: 24px;
	font-weight: bold;
	opacity: 1;
	text-align: left;
	padding-bottom: 10px;
}

.bannerDetail {
	font-family: 'Lora', sans-serif !important;
	color: #000;
	bottom: 0px;
	left: 0px;
	position: absolute;
	font-size: 14px;
	background-color: #E6A910;
	padding: 30px 30px 60px 30px;
	opacity: 0.9;  
	text-align: left;
	height: 150px;
	width: 500px;
}

.factTitle {
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	color: #B2B2B2;
	font-weight: 700;
	line-height: 30px;
	margin: 125px 82px 25px 35px;
}

.factText {
	font-family: 'Lora', sans-serif;
	font-size: 30px;
	color: #E5841F;
	font-weight: 400;
	line-height: 36px;
	padding: 25px 35px 20px 35px;
}

.factSignature {
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	font-weight: 400;
	line-height: 15px;
	border-left: 3px solid #5A5A5A;
	margin: 25px 0px 20px 35px;
	padding-left: 10px;
}

.orangeSignature {
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	color: #E5841F;
	font-weight: 400;
	line-height: 15px;
	border-left: 3px solid #E5841F;
	margin: 25px 0px 20px 20px;
	padding-left: 10px;
	float: right;
}

.graySignature {
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	font-weight: 400;
	line-height: 15px;
	border-left: 3px solid #5A5A5A;
	margin: 25px 0px 20px 35px;
	padding-left: 10px;
}

.redLine {
	width: 60px;
	height: 2px;
	background: #E5841F;
	margin-left: 40px;
}

.blueLine {
	width: 75%;
	height: 5px;
	background: #13448B;
	text-align: center;
	margin: 0px auto;
}

/*.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff !important;
	margin: 0px 45px !important;
}

.ap-basic-slider-wrapper .bx-pager-item .bx-pager-link.active:before,
.ap-basic-slider-wrapper .bx-pager-item .bx-pager-link:hover:before {
	background: #11094C;
}*/

.exploreImage {
	margin: 36px 15px;
    height: auto;
	min-width: 260px;
	max-width: 536px;
	width: 100%;
}

.exploreHeader {
	font-family: 'Lora', sans-serif;
	font-size: 36px;
	color: #000000;
	font-weight: 400;
	line-height: 36px;
	margin: 126px 0px 9px 35px;
}

.exploreText {
	font-family: 'Lora', sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 24px;
	margin: 0px 49px 33px 35px;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden;
	max-width: 100%;
	margin: 18px 0px 0px 40px;
	border-top: 2px solid #C11519;
	}
	
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	}

/* page styles */

html {
	font-family: 'Lora', sans-serif;
	font-size: 14px;
	color:#333333;
}


#diffLog {
	width: 100%;
    height: 25px;
	background-color: #efff6c;
	position: absolute;
    top: 0px;
    left: 0;
	z-index: 999999;
	}
	
.header	{
	font-family: 'Lora', sans-serif;
	font-size: 35px;
	color: #ffffff;
	background-color: #282828;
	font-weight: bold;
	padding-left:12px;
	padding-top:7px;
	padding-bottom:7px;
	}
	
h1	{
	font-size: 36px; 
	font-family: 'Lora', sans-serif;
	text-decoration: none; 
	
	color: #E5841F;
	font-weight: 900;
	line-height: 36px;
	}
	
h2	{
	font-size: 36px; 
	font-family: 'Lora', sans-serif;
	text-decoration: none; 
	color: #5a5a5a;
	font-weight: 900;
	line-height: 36px;
	}

h3	{
	font-size: 24px; 
	font-family: 'Rubik', sans-serif;
	text-decoration: none; 
	text-transform: uppercase;
	color: #E5841F;
	font-weight: 900;
	margin: 0px 0px;
	line-height: 24px;
	}
	
h4	{
	font-size: 24px; 
	font-family: 'Rubik', sans-serif;
	text-decoration: none; 
	text-transform: uppercase;
	color: #5a5a5a;
	font-weight: 900;
	margin: 0px 0px;
	line-height: 24px;
	}

h5	{
	font-size: 16px; 
	font-family: 'Rubik', sans-serif;
	text-decoration: none; 
	text-transform: uppercase;
	color: #E5841F;
	font-weight: 900;
	margin: 0px 0px;
	line-height: 16px;
	}

h6	{
	font-size: 16px; 
	font-family: 'Rubik', sans-serif;
	text-decoration: none; 
	text-transform: uppercase;
	color: #5a5a5a;
	font-weight: 700;
	margin: 0px 0px;
	line-height: 18px;
	}
	
h7	{
	font-size: 14px; 
	font-family: 'Lora', sans-serif;
	text-decoration: none; 
	color: #3D2E2D;
	font-weight: 700;
	margin: 0px 0px;
	line-height: 18px;
	}
		
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000;
    margin: 9px 0px;
    padding: 0;
}

A {
	COLOR: #668CB3;}
A:hover {
	COLOR: #000000;}
	
a.sidelink,a.sidelink:link,a.sidelink:active,a.sidelink:visited {
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 10px;
	display:inline-block; /* to make the top padding work */
}
a.sidelink:hover {
	color: #666666;
}



.staffListTableRow:hover {
	background-color: #d2d2d2;
}



/* this is for use on tempEDIT pages */

A.tempEDsmallLink {font-size: 9pt; text-decoration: underline; color: #333333;}
A.tempEDsmallLink:hover {font-size: 9pt; text-decoration: underline; color: #999999;}

.tempeditHeader{
	font-family: 'Lora', sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	padding-left:8px;
	}
	
.tempeditBGcolor {
background-color: #ffffff;
}

.noPadCell{
	padding: 0px 0px 0px 0px;
	}

.tempedsearchBar-submit
{float:left;height:18px}

.tempedsearchBar-submit input[type="submit"]
	{height:18px;
	line-height:18px;
	padding:0 12px 3px 10px;
	margin-left:1px;
	border:0;
	font-size:11px;
	-webkit-border-top-right-radius:2em;
	-webkit-border-bottom-right-radius:2em;
	-webkit-border-top-left-radius:2em;
	-webkit-border-bottom-left-radius:2em;
	-moz-border-radius-topright:2em;
	-moz-border-radius-bottomright:2em;
	-moz-border-radius-topleft:2em;
	-moz-border-radius-bottomleft:2em;
	border-top-right-radius:2em;
	border-bottom-right-radius:2em;
	border-top-left-radius:2em;
	border-bottom-left-radius:2em;
	COLOR: #ffffff;
	background: #669933;
	background: -moz-linear-gradient(top, #7bb93e, #537c29);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7bb93e), to(#537c29));}

.tempedsearchBar-submit input[type="submit"]:hover
	{border:0;
	cursor: hand; cursor: pointer;
	background: -moz-linear-gradient(top, #9bcd69, #537c29);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9bcd69), to(#537c29));}
	
.header2	{
	font-size: 17pt; 
	font-family: 'Lora', sans-serif;
	text-decoration: none; 
	color: #003366;
	letter-spacing: 0px;
	}
	
.contentpage_headingLinkText, A.contentpage_headingLinkText:link, a.contentpage_headingLinkText:active, a.contentpage_headingLinkText:visited {
	font-family: 'Lora', sans-serif;
	font-size: 13pt; 
	text-decoration: none; 
	color: #666666; 
	}
	
a.contentpage_headingLinkText:hover {text-decoration: none; color: #333333;}


.contentpage_ann_header	{
	font-size: 11pt; 
	color: #3f1f00; 
	font-weight: bold; 
	font-family: 'Lora', sans-serif;
	}
	
.contentpage_ann_text	{
	font-size: 10pt; 
	color: #726b6a;  
	font-family: 'Lora', sans-serif;
	}
	
a.contentpage_linkText, A.contentpage_linkText:link, a.contentpage_linkText:active, a.contentpage_linkText:visited {
	font-family: 'Lora', sans-serif;
	font-size: 10pt; 
	text-decoration: underline; 
	color: #726b6a; 
	}
a.contentpage_linkText:hover {text-decoration: underline; color: #999999;}


.paddedArea {
  padding: 10px 20px 10px 20px;
}

.bulletText {
  width: 240px;
  background: #054810;
  background-image: -webkit-linear-gradient(top, #000000, #333333);
  background-image: -moz-linear-gradient(top, #000000, #333333);
  background-image: -ms-linear-gradient(top, #000000, #333333);
  background-image: -o-linear-gradient(top, #000000, #333333);
  background-image: linear-gradient(to bottom, #000000, #333333);
  border-top-right-radius:  40px 40px;
  border-bottom-right-radius:  40px 40px;
  border-top-left-radius:  0px 0px;
  border-bottom-left-radius:  0px 0px;
  /* -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px; */
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: 'Lora', sans-serif;
	font-weight: 300;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.bulletTextSmall {
  width: 180px;
  background: #054810;
  background-image: -webkit-linear-gradient(top, #000000, #333333);
  background-image: -moz-linear-gradient(top, #000000, #333333);
  background-image: -ms-linear-gradient(top, #000000, #333333);
  background-image: -o-linear-gradient(top, #000000, #333333);
  background-image: linear-gradient(to bottom, #000000, #333333);
  border-top-right-radius:  20px 20px;
  border-bottom-right-radius:  20px 20px;
  border-top-left-radius:  0px 0px;
  border-bottom-left-radius:  0px 0px;
  /* -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px; */
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: 'Lora', sans-serif;
	font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin-left:-10px;
}


/* end tempEDIT styles */


.largeWhiteFont	{
	font-size: 18pt; 
	font-family: 'Lora', sans-serif;
	text-decoration: none; 
	color: #ffffff; 
	line-height: 18px;
	font-weight: 300;
	margin-top: 7px;
	margin-bottom: 8px;
	padding-left: 18px;
	}
	
	
a.footerlink2:link,a.footerlink2:active,a.footerlink2:visited,a.footerlink2:hover {
	font-size: 13px; 
	text-decoration: none; 
	color: #eeeeee; 
	font-family: 'Rubik', sans-serif;
	}
	
.footerfont{
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 5px;
	}
	
.footerfontU{
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #FFFFFF;
	}
		
.footerHeader{
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 24px;
	margin: 50px 0px 10px 5px;
	}
		
a.footerlink:link,a.footerlink:active,a.footerlink:visited {
	font-family: 'Rubik', sans-serif;	
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 24px;
	}
	
a.footerlink:hover {
	text-decoration: none; 
	color: #cccccc; 
	}
	
.scrollableArea{
	overflow : auto; 
	height:480px;
	width:100%;
	padding-left: 0px;
}
		
a.noDecoLink:link,a.noDecoLink:active,a.noDecoLink:visited {
	text-decoration: none; 
	}

.newsDiv {
	margin: 0px 20px;
}

.newsSignature {
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	color: #E5841F;
	font-weight: 400;
	line-height: 15px;
	border-left: 3px solid #E5841F;
	margin: 25px 0px 20px 20px;
	padding-left: 10px;
}

.newsImage {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-bottom: 5px solid #E5841F;
	max-height: 445px;
	max-width: 733px;
	min-width: 200px;
}

.newsImageWithCaption {
	min-height: 100px;
	margin: 20px;
}

.newsText {
	font-family: 'Lora', sans-serif;
	font-size: 14px;
	font-weight: 400;
    color: #5A5A5A;
	text-align:left;
	line-height:24px;
	width: 100%;
	padding-top:8px;
	margin: 0px 0px 40px 20px;	
}

.newsHeader {
	font-family: 'Lora', sans-serif;
	font-size: 36px;
	font-weight: 700;
    color: #E5841F;
	text-align:left;
	line-height:48px;
	width: 100%;
	padding-top:8px;
	margin: 0px 0px 40px 20px;	
}

.newsCaptionBox {
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-top: 5px solid #E5841F;
	padding: 25px;
}

.newsCaption {
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	font-weight: 700;
    color: #5A5A5A;
	text-align:left;
	line-height:30px;
	width: 100%;
	padding-top:8px;
}

.newsImage2 {
	margin: 0px 35px 15px 0px;
	border-top: 2px solid #C11519;
	width: 153px;
	height: 84px;
}

.newsImageWithCaption2 {
	min-height: 100px;
	margin: 20px;
	border-top: solid #EBEBEB 5px;
}

.newsCaption2 {
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-weight: 700;
    color: #5A5A5A;
	text-align:left;
	line-height:21px;
	width: 100%;
	padding: 13px 0px 13px 0px;
}

.bigGreenFont {
	font-family: 'Lora', sans-serif;
	font-size: 24px;
    color: #011456;
	text-align:left;
	font-weight: 400;
	padding-left:8px; 
	
}

.bigBlueHeader {
	font-family: 'Lora', sans-serif;
	font-size: 36px;
	font-weight: 700;
    color: #13448B;
	text-align: center;
	line-height:48px;
	width: 100%;
	padding: 30px 0px 20px 0px;
}

A.moreNewsLink:link,a.moreNewsLink:active,a.moreNewsLink:visited {
	font-family: 'Lora', sans-serif;
	font-size: 14px;
    color: #5D5B5B;
	font-weight: bold;
	padding: 3px 30px;
	border-radius: 3px; 	
}

A.moreNewsLinkwhite:link,a.moreNewsLinkwhite:active,a.moreNewsLinkwhite:visited {
	font-family: 'Lora', sans-serif;
	font-size: 14px;
    color: #ffffff;
	font-weight: bold;
	padding-left: 8px; 	
}

.videoTextHeader	{
	font-size: 16px; 
	font-family: 'Lora', sans-serif;
	text-decoration: none; 
	color: #011456; 
	font-weight: 600;
	line-height:18px;
	padding-left:0px; 
}

.videoText	{
	font-size: 16px; 
	font-family: 'Lora', sans-serif;
	text-decoration: none; 
	color: #ffffff; 
	line-height:18px;
	padding-left:8px; 
}

.calendarBorder {
  width: 100%;
  height: 575px;
  background: #ffffff;
  padding: 5px 10px 5px 10px;
  margin-bottom:10px;
}

.calendarButtonDiv {
	margin-top: 250px;
}

.LL{
border-left: 1px solid #999999;
}
.RL{
border-right: 1px solid #999999;
}
.TL{
border-top: 1px solid #999999;
}
.BL{
border-bottom: 1px solid #999999;
}



.headercolor {
background-color: #dfdfdf;
HEIGHT: 35px;}

input {
BORDER-RIGHT: #333333 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #333333 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 10px; PADDING-BOTTOM: 2px; BORDER-LEFT: #333333 1px solid; COLOR: #000066; PADDING-TOP: 2px; BORDER-BOTTOM: #333333 1px solid; FONT-FAMILY: Verdana; HEIGHT: 20px; BACKGROUND-COLOR: #f3f9fe; TEXT-ALIGN: left;
}

SELECT {
BORDER-RIGHT: #333333 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #333333 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 11px; PADDING-BOTTOM: 2px; BORDER-LEFT: #333333 1px solid; COLOR: #000066; PADDING-TOP: 2px; BORDER-BOTTOM: #333333 1px solid; FONT-FAMILY: Verdana; HEIGHT: 20px; BACKGROUND-COLOR: #f3f9fe; TEXT-ALIGN: left;
}

.gl_submit {
	BORDER-RIGHT: #000000 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #000000 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 11px; PADDING-BOTTOM: 2px; BORDER-LEFT: #000000 1px solid; COLOR: #ffffff; PADDING-TOP: 2px; BORDER-BOTTOM: #000000 1px solid; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #993300; TEXT-ALIGN: center; HEIGHT: 20px;
}


.gl_input {
	BORDER-RIGHT: #000066 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #000066 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 11px; PADDING-BOTTOM: 2px; BORDER-LEFT: #000066 1px solid; COLOR: #000000; PADDING-TOP: 2px; BORDER-BOTTOM: #000066 1px solid; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: left;
}

/* end page styles */



/* below is code for the flyout menus */


/* ul, li {
	font-size:14px; 
	font-family: 'Lora', sans-serif;
	line-height:21px;
	text-align:left;
} */

.menu {
	list-style:none;
	width:0px;
	height:0px;
	line-height: 15px; /* height of menu */
	margin-bottom: 50px; /* spacing underneath */
}

.menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 0px 0px 0px 0px;
	margin-right:0px;
	margin-top:0px;
	border:none;
}

.menu li a {
	font-family: 'Rubik', sans-serif;
	font-size:14px; 
	line-height: 24px;
	color: #F1F0EC;
	display:inline-block;
	outline:0;
	text-decoration:none;
}

.menu li:hover a {
	color:#ffffff;
}
.menu li .drop {
	padding-right:0px;
	/* background:url("img/drop.png") no-repeat right 8px; */
}
.menu li:hover .drop {
	/* background:url("img/drop.png") no-repeat right 7px; */
}

.dropdown_1column,
.dropdown_1_a_column,
.dropdown_2columns,
.dropdown_2_a_columns,
.dropdown_3columns, 
.dropdown_3_a_columns,
.dropdown_4columns,
.dropdown_4_a_columns,
.dropdown_5columns,
.dropdown_5_a_columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	/* border-top:none; */
	
	/* Gradient background */
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #ffffff, #FFFFFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#FFFFFF));

	/* Rounded Corners */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}


.dropdown_1_a_column {width: 220px;}
.dropdown_2_a_columns {width: 450px;}
.dropdown_3_a_columns {width: 660px;}
.dropdown_4_a_columns {width: 880px;}
.dropdown_5_a_columns {width: 1100px;}


.menu li:hover .dropdown_1column,
.menu li:hover .dropdown_1_a_column,
.menu li:hover .dropdown_2columns,
.menu li:hover .dropdown_2_a_columns,
.menu li:hover .dropdown_3columns,
.menu li:hover .dropdown_3_a_columns,
.menu li:hover .dropdown_4columns,
.menu li:hover .dropdown_4_a_columns, 
.menu li:hover .dropdown_5columns,
.menu li:hover .dropdown_5_a_columns  {
	left:-22px;
	top:20px;
}



/* position of flyout on mouseover */
.menu li:hover .align_right {
	left:auto;
	right:-120px;
}

/* custom for certain elements.  position of flyout on mouseover */
.menu li:hover .bump_left {
	left:-470px;
}

.menu li:hover .bump_left2 {
	left:-300px;
}

.menu li:hover .bump_left3 {
	left:-170px;
}

.menu li:hover .bump_leftHidden {
	left:-9999px;
}

.col_1,
.col_1a,
.col_1a_half,
.col_1a_less_half,
.col_2,
.col_2a,
.col_3,
.col_3a,
.col_4,
.col_4a,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

.col_1a {width:210px;}
.col_1a_half {width:150px;}
.col_1a_less_half {width:50px;}
.col_2a {width:430px;}
.col_3a {width:650px;}
.col_4a {width:870px;}



.menu .menu_right {
	float:left;
	margin-right:0px;
}
.menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}


.menu p {
	font-size:12px; 
}

.menu li:hover div a { /* properties of all links in flyouts */
	font-size:13px; 
	color:#3D2E2D;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	line-height: 24px;
}
.menu li:hover div a:hover {
	color:#029feb;
}

/* this is for the header links */
.menu li:hover div a .headerLinkText {
	font-size:16px;
	color:#3D2E2D;
}

.menu li:hover div a:hover .headerLinkText {
	color:#029feb;
}

.menu .flyoutTitle { /* main titles within flyouts */
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #004494;
	text-align: left;
	width: 92%;
	border-bottom: 1px solid #004494;
	margin-bottom: 5px;
}

.bump_up {
	top: 15px !important;
}

.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}



.menu li .black_box_no_corner {
	background-color:#333333;
	color: #eeeeee;
	padding: 0px;
}

.menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
.menu li ul li {
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left; /* alignment of links in flyout */
	width:260px;
}


.menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

.menu li .greyboxa li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:195px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.menu li .greyboxa li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}


/* end flyout menu */

.calendarArea{
	overflow: auto;
	height: 320px;
	width: 70%;
	background-color: #FFFFFF;
	padding-left: 0px;
	border-radius: 3px;
	margin: 0px auto;
	}

.calDate {
	font-size: 30px; 
	font-family: 'Lato', sans-serif;
	text-decoration: none; 
	color: #000000; 
	padding-left:0px; 
	padding-top:0px; 
	padding-bottom:0px;
	line-height: 45px;
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
}

.calMonth	{
	font-size: 12px;
	font-family: 'Rubik', sans-serif;
	color: #ffffff; 
	line-height: 18px;
	text-align: center;
	font-weight: 500;
	}
	
.calDay	{
	font-size: 32px; 
	font-family: 'Rubik', sans-serif;
	color: #ffffff;
	line-height: 36px; 
	text-align: center;
	font-weight: 700;
	}

.calBox {
    width: 64px;
    height: 100%;
    padding: 10px;
    text-align: center;
    margin-bottom: 6px;
    float: left;
	background-color: #004494;
}
	
.calHeaderText	{
	font-size: 14px; 
	font-family: 'Lora', sans-serif;
	color: #222222;
	line-height: 24px;
	text-align: left;
	font-weight: 600;
	margin: 0px 7px 0px 10px;	
	}

.calText	{
	font-size: 14px; 
	font-family: 'Lora', sans-serif;
	color: #222222; 
	line-height: 24px;
	text-align: left;
	font-weight: 400;
	margin: 0px 7px 0px 10px;
	}	
	
.calEventsOverflow{
	overflow : auto; 
	width:780px;
	padding-left:8px;
	}
	
A.viewMoreFont:link,a.viewMoreFont:active,a.viewMoreFont:visited {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
    color: #011456;
	font-weight: 400;
	padding-left:8px; 	
}

.bigRedHeader {
	font-family: 'Lora', sans-serif;
	font-size: 36px;
	font-weight: bold;
    color: #BF1E2E;
	padding: 10px 15px;
	width: 100%;
	min-width: 250px;	
}

.bigWhiteHeader {
	font-family: 'Rubik', serif;
	font-size: 18px;
	font-weight: 700;
    color: #B2B2B2;
	padding: 174px 40px 5px 53px;
	width: 100%;
	min-width: 250px;
	line-height: 21px;
}

.flyoutIcons {
	margin: 10px 10px 0px 0px;
}

.messageBoard {
	padding: 0px 15px;
	font-size: 16px;
}

.pushRight {
	padding-left:45px;
}

.topIcons {
	text-align: right;
}

.center {
	text-align: center;
}

.italicBlueLettering {
	font-family: 'Garamound', serif;
	font-style: italic;
	color: #145DAA;
	font-size: 36px;
	text-align: center;
	line-height: 47px;
	margin-bottom: 8px;
}

.socialIcon {
	margin: 0px 7px;
}

.videoTitle {
	font-size: 18px;
	font-family: 'EB Garamond', serif;
	line-height: 30px;
	color: #000000;
	margin: 5px 40px;
}

.videoText {
	font-family: 'Lora', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	margin: 5px 0px 5px 33px;
}

.twitterTextArea {
	font-family: 'Lora', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
	color: #E5841F;
	padding: 25px 0px 28px 0px;
}

.darkButton {
	background-color: #9A9A9A;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	border-radius: 3px;
	width: 160px;
	height: 33px;
	vertical-align: middle;
	color: #FFFFFF;
	padding-top: 5px;
	margin: 0px auto;
}

.darkButton2 {
	background-color: #9A9A9A;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	border-radius: 3px;
	width: 160px;
	height: 33px;
	vertical-align: middle;
	color: #FFFFFF;
	padding-top: 5px;
	margin-left: 60px;
}

.redButton {
	background-color: #C11519;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	border-radius: 3px;
	width: 160px;
	height: 33px;
	vertical-align: middle;
	color: #FFFFFF;
	margin-bottom: 16px;
	padding-top: 5px;
	margin-left: 60px;
}

.redButton2 {
	background-color: #C11519;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	border-radius: 3px;
	width: 160px;
	height: 33px;
	vertical-align: middle;
	color: #FFFFFF;
	margin: 0px 0px 0px 35px;
	padding-top: 5px;
}

.redBottomBorder {
	overflow: auto;
	height: 295px;
	width: 100%;
	border-bottom: 3px solid #C11519;
}



.exploreMainBackground {
	background-image: url("images/nav_bottom_br.jpg");
	background-repeat:no-repeat; 
	background-position:center;
	background-size: cover;
}

.exploreProgramBox {
	display: flex;
	padding: 30px 48px;
}

.exploreOne {
	background-image: url("images/nav_bottom_cte.jpg");
	background-repeat:no-repeat;  
	background-position:center;
	background-size: cover;
	width:275px;
	height:310px;
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 24px;
	color: #FFFFFF;
	text-align: left;
	margin: 2px;
}

.exploreTwo {
	background-image: url("images/nav_bottom_fs.jpg");
	background-repeat:no-repeat; 
	background-position:center;
	background-size: cover;
	width:275px;
	height:310px;
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 24px;
	color: #FFFFFF;
	text-align: left;
	margin: 2px;	
}

.exploreThree {
	background-image: url("images/nav_bottom_stem.jpg");
	background-repeat:no-repeat; 
	background-position:center;
	background-size: cover;
	width:275px;
	height:310px;
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 24px;
	color: #FFFFFF;
	text-align: left;
	margin: 2px;
}

.exploreFour {
	background-image: url("images/nav_bottom_athletics.jpg");
	background-repeat:no-repeat; 
	background-position:center;
	background-size: cover;
	width:275px;
	height:310px;
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 24px;
	color: #FFFFFF;
	text-align: left;
	margin: 2px;
}

.exploreContainer {
    position: relative;
    color: white;
}

.explorelinkText {
	position: absolute;
	top: 90%;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #5A5A5A;
	line-height: 40px;
	text-align: center;
	background-color: #FFFFFF;
	width: 100%;
	height: 45px;
	border-bottom: 9px solid #B2B2B2;
}

.grayLine {
	width: 75%;
	height: 5px;
	background: #B2B2B2;
	margin: 20px 0px 20px 5px;
}

.orangeLine {
	width: 65%;
	height: 5px;
	background: #E5841F;
	margin: 20px 0px 20px 5px;
}

.whiteArrow{
	margin-left: 5px;
}

.flex {
	display: inline-flex !important;
}