

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;
}

/* 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;
	}
    
    .secondaryContainer {
    	margin-top: 370px !important;
    }
    
    .secondaryContainer2 {
    	margin-top: 370px !important;
    }

    .secondaryContainer3 {
    	margin-top: 0px !important;
    }
/*
	.backgroundIndex {
		background-image: none !important;
		height: 0px !important;	
	}*/

}


/* only if width is under 600px */
@media only screen and (max-width: 600px) {

    .hideElement2 { display: none; }
	.twitterBoyBGHide { background-image: url('breakIt.jpg'); }
	
	.headerbannerImage {
		width: 100% !important;
		padding: 45px !important;
	}
	
	.headerbannerImageTitle {
		margin-top: 0px !important;
		width: 100% !important;
	}
	
	.headerbannerImageDiv {
		margin-top: -375px !important;
	}
	
	.headerbannerRow {
		height: 200px !important;
	}

	.discoverHeader {
		margin: 20px 40px 15px 40px !important;
	}
	
	.discoverTitle {
		margin: 30px 40px 14px 40px !important;
	}
	
	.discoverText {
		margin: 0px 40px 15px 40px !important;
	}

	.discoverLinks {
		margin: 0px 0px 40px 0px !important;
	}

	.historyText {
		margin: 40px 40px 40px 40px !important;
	}

	.twitterHeader {
		margin: 60px 0px 30px 0px !important;
	}

    .secondaryContainer {
    	margin-top: 250px !important;
    }
    .secondaryContainer2 {
    	margin-top: 0px !important;
    }
    .secondaryContainer3 {
    	margin-top: 0px !important;
    }
    
	.watermark_clock {
		background-position: 0px 25px !important; 
	}
	
	.historyImage {
		width: 100% !important;
		height: auto !important;
	}
	
	.historyHeader {
		font-size: 85px !important;
		line-height: 50px !important;
		margin: 0px !important;
	}	
	
	.historyMark {
		margin-left: 0px !important;
		margin-top: -25px !important;
	}

	.footerHeader {
		padding-top: 0px !important;
	}
	
	.centerMobile {
		text-align: center;
	}
	
	.footerImage {
		margin-right: 0px !important;
	}

	.newsCaptionBox {
		padding: 25px !important;
	}

	.mainCalendarBox {
		margin: 1px 10px 0px 10px !important;
	}
	
	.newsImageWithCaption { margin: 0px !important;}
	.newsImageWithCaption2 { margin: 10px 0px !important; }
	
	.newsImage2 {
		width: 100% !important;
		height: auto !important;
	}

}


/* for use on tempEDIT pages to make google calendar responsive */
.responsiveCal {
	position: relative; 
	padding-bottom: 400px;
	 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 {
    width: 100%;
    height: auto;
	min-width: 250px;
	max-width: 264px;
	margin: 17px 0px 0px 45px;
}

.headerbannerImage {
	min-width: 200px;
	width:573px;
}

.headerbannerImageTitle {
	margin-top:-275px;
}

.headerbannerImageDiv {
	margin-top: -418px;
}

.headerbannerRow {
	background-color: #FFFFFF;
	height: 350px;
}

.footerImage {
	width: 279px;
	margin-right: 100px;
	margin-top: 70px;
}

.slideshowImage {
    width: 100%;
    height: auto;
	min-width: 600px;
	max-width: 1200px;
}

/* page styles */

html {
	font-family: 'Work Sans', 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: 'Work Sans', 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: 40px; 
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	text-decoration: none; 
	color: #1C4680;
	padding-top:7px;
	padding-bottom:7px;
	line-height: 50px;
	}
	
h2	{
	font-size: 26px; 
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	line-height: 35px;
	text-decoration: none; 
	color: #F7343A;
	}
	
h3	{
	font-size: 26px; 
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	line-height: 35px;
	text-decoration: none; 
	color: #1C4680;
	}
	
h4	{
	font-size: 20px; 
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	line-height: 25px;
	text-decoration: none; 
	color: #F7343A;
	}
	
h5	{
	font-size: 20px; 
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	line-height: 25px;
	text-decoration: none; 
	color: #3D2E2D;
	}
	
h6	{
	font-size: 14px; 
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	line-height: 25px;
	text-decoration: none; 
	color: #F7343A;
	}
	
h7	{
	font-size: 14px; 
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	line-height: 25px;
	text-decoration: none; 
	color: #3D2E2D;
	}
	

A {
	COLOR: #333333;}
A:hover {
	COLOR: #2884b3;}
	
a.sidelink,a.sidelink:link,a.sidelink:active,a.sidelink:visited {
	font-family: 'Work Sans', 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;
}

.center {
	text-align: center;
}

/* 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: Arial, Helvetica, 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: 'Work Sans', 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: Verdana, Arial, Helvetica, 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: Verdana, Arial, Helvetica, sans-serif; 
	}
	
.contentpage_ann_text	{
	font-size: 10pt; 
	color: #726b6a;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
	
a.contentpage_linkText, A.contentpage_linkText:link, a.contentpage_linkText:active, a.contentpage_linkText:visited {
	font-family: Verdana, Arial, Helvetica, 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: 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:  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: 'Work Sans', 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: 'Work Sans', 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: 'Work Sans', 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:Droid Sans, sans-serif;
	}
	
.footerfont{
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
	color: #FFFFFF;
	padding-left: 10px;
	}
	
.footerHeader{
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 60px;
	color: #F7343A;
	padding: 40px 0px 0px 10px;
	letter-spacing: 5px;
	}
	
a.footerlink:link,a.footerlink:active,a.footerlink:visited {
	text-decoration: none;
	color: #FFFFFF; 
	}
	
a.footerlink:hover {
	text-decoration: none; 
	color: #cccccc; 
	}
	
	
.scrollableArea{
	overflow : auto; 
	height:480px;
	width:100%;
	padding-left: 0px;
}


.zoomItem {
  position: relative;
  
 width: 100%;
    height: auto;
	min-width: 75px;
	max-width: 385px;
  overflow: hidden;
  
}
.zoomItem img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zoomItem:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*NEWS SECTION */

.newsHeader {
	font-family: 'Work Sans', sans-serif;
	font-size: 36px;
	font-weight: 700;
    color: #FFFFFF;
	text-align:left;
	line-height:48px;
	width: 100%;
	padding-top:8px;
	margin: 0px 0px 40px 20px;	
}


.newsHeader2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 26px;
	font-weight: 700;
    color: #FFFFFF;
	text-align:left;
	line-height:48px;
	width: 100%;
	padding-top:8px;
	margin: 0px 0px 40px 20px;	
}

.newsDiv {
	margin: 0px 20px;
}

.newsSignature {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	color: #0C487C;
	font-weight: 400;
	line-height: 15px;
	border-left: 3px solid #0C487C;
	margin: 25px 0px 20px 20px;
	padding-left: 10px;
}

.newsImage {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-bottom: 5px solid #1C3E67;
	max-height: 445px;
	max-width: 733px;
	min-width: 200px;
}

.newsImage2 {
	margin: 0px 35px 15px 0px;
	border-top: 2px solid #C11519;
	width: 153px;
	height: 84px;
}

.newsImageWithCaption {
	min-height: 100px;
	margin: 20px;
}

.newsImageWithCaption2 {
	min-height: 100px;
	margin: 20px;
	border-top: solid #EBEBEB 5px;
}

.newsCaptionBox {
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-top: 5px solid #1C3E67;
	background-color: #FFFFFF;
	padding: 25px;
}

.newsCaption {
	font-family: 'Work Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
    color: #1C3E67;
	text-align:left;
	line-height:30px;
	width: 100%;
	padding-top:8px;
}

.newsCaption2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
    color: #FFFFFF;
	text-align:left;
	line-height:21px;
	width: 100%;
	padding: 13px 0px 13px 0px;
}

.newsText {
	font-family: 'Work Sans', 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;	
}

a.noDecoLink:link,a.noDecoLink:active,a.noDecoLink:visited {
	text-decoration: none; 
}

.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:Droid Sans, sans-serif;
	line-height:21px;
	text-align:left;
} */

.menu {
	list-style:none;
	width:0px;
	height:0px;
	line-height: 15px; /* height of menu */
	margin-top: 40px; /* spacing underneath */
	margin-bottom: 40px; /* spacing underneath */
}

.menu2 {
	list-style:none;
	width:0px;
	height:0px;
	line-height: 15px; /* height of menu */
	margin-top: 40px; /* spacing underneath */
	margin-bottom: 40px; /* 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: 'Work Sans', sans-serif;
	font-size:14px; 
	line-height: 24px;
	color: #FFFFFF;
	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: 'Nunito Sans', 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: 'Nunito Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #0C487C;
	text-align: left;
	width: 92%;
	border-bottom: 1px solid #0C487C;
	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 */

.calendarBorder {
  width: 95%;
  height: 500px;
  background: #ffffff;
  margin: 10px auto;
}

.calendarArea{
	overflow: auto;
	height: 375px;
	width: 95%;
	background-color: #FFFFFF;
	padding-left: 0px;
	border-radius: 3px;
	margin: 0px auto;
	}

.calDate {
	font-size: 30px; 
	font-family: 'Work Sans', 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: 11px;
	font-family: 'Work Sans', sans-serif;
	color: #605F5E; 
	line-height: 15px;
	text-align: center;
	font-weight: 600;
	}
	
.calDay	{
	font-size: 40px; 
	font-family: 'Work Sans', sans-serif;
	color: #1C4680;
	line-height: 50px; 
	text-align: center;
	font-weight: 600;
	}

.calBox {
    width: 64px;
    height: 100%;
    padding: 10px;
    text-align: center;
    float: left;
}
	
.calHeaderText	{
	font-size: 14px; 
	font-family: 'Work Sans', sans-serif;
	color: #231F20;
	line-height: 24px;
	text-align: left;
	font-weight: 600;
	margin: 0px 7px 0px 10px;	
	}

.calText	{
	font-size: 12px; 
	font-family: 'Work Sans', sans-serif;
	color: #231F20; 
	line-height: 24px;
	text-align: left;
	font-weight: 300;
	margin: 0px 7px 0px 10px;
	}	
	
.calEventsOverflow{
	overflow : auto; 
	width:780px;
	padding-left:8px;
	}
		
A.viewMoreFont:link,a.viewMoreFont:active,a.viewMoreFont:visited {
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
    color: #011456;
	font-weight: 400;
	padding-left:8px; 	
}

.calendarHeader {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	color: #1C4680;
	margin: 40px 0px;
}

.calendarText {
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #605F5E;
	margin: 0px 50px 75px 0px;
}

.twitterHeader {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	color: #FFFFFF;
	margin: 192px 0px 30px 0px;
}

.twitterText {
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #FFFFFF;
	margin: 0px;
}

.socialIcon {
    margin: 20px 10px;
    height: 28px;
}

.historyImage {
	width: 592px;
	height: 378px;
}

.historyHeader {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	font-size: 180px;
	line-height: 120px;
	color: #EFEFEF;
	margin: 0px 0px 0px -20px;
}

.historyText {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 25px;
	color: #1C4680;
	margin: 0px 120px 82px 100px;
	text-align: center;
}

.historyMark {
	margin-left: -21px;
	margin-top: -46px;
	width: 100%;
}

.discoverImage {
   background-image: url('/images/image_upcoming.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 426px;
}

.discoverHeader {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	color: #F7343A;
	margin: 175px 0px 30px 0px;
}

.discoverText {
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #605F5E;
	margin: 0px 0px 154px 0px;
}

.clearBlueNewsButton {
	font-family: 'Work Sans', sans-serif !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 25px !important;
	color: #FFFFFF !important;
	text-align: center;
	padding: 15px 50px;
	border: 1px solid #FFFFFF;
	width: 200px;
	border-radius: 2px;
}

.clearBlueNewsButton2 {
	font-family: 'Work Sans', sans-serif !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 25px !important;
	color: #FFFFFF !important;
	text-align: center;
	padding: 15px 40px;
	border: 1px solid #FFFFFF;
	width: 200px;
	border-radius: 2px;
	white-space: nowrap;
}

.clearRedNewsButton {
	font-family: 'Work Sans', sans-serif !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 25px !important;
	color: #F7343A !important;
	text-align: center;
	padding: 15px 50px;
	border: 1px solid #F7343A;
	width: 200px;
	border-radius: 2px;
}

.clearWhiteNewsButton {
	font-family: 'Work Sans', sans-serif !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 60px !important;
	color: #1C4680 !important;
	text-align: center;
	padding: 22px 56px;
	border-radius: 2px;
	box-shadow: 0px 0px 10px #C0C5D1BE;
	background-color: #FFFFFF;
}

.whiteArrow{
	margin-left: 5px;
	margin-top: 10px;
}

.flex {
	display: inline-flex !important;
}

.whiteHeader {
	font-family: 'Work Sans', sans-serif !important;
	font-weight: 500;
	font-size: 14px;	
	margin: 40px 0px 23px 47px;
	color: #FFFFFF;
	line-height: 18px;
}

.blueHeader {
	font-family: 'Work Sans', sans-serif !important;
	font-weight: 500;
	font-size: 14px;	
	margin: 40px 0px 23px 47px;
	color: #0C487C;
	line-height: 18px;
}

.blueHeaderCenter {
	font-family: 'Work Sans', sans-serif !important;
	font-weight: 500;
	font-size: 14px;	
	margin: 40px 0px 23px 47px;
	color: #0C487C;
	line-height: 18px;
}

.titleAreaWhite {
   width: 100%; 
   text-align: left; 
   border-bottom: 1px solid #FFFFFF; 
   line-height: 0.1em;
   margin: 40px 0px 23px 0px;
} 

.titleArea {
   width: 100%; 
   text-align: left; 
   border-bottom: 1px solid #0C487C; 
   line-height: 0.1em;
   margin: 40px 0px 23px 0px;
} 

.titleAreaCenter {
   width: 100%; 
   text-align: Center; 
   border-bottom: 1px solid #0C487C; 
   line-height: 0.1em;
   margin: 40px 0px 23px 0px;
} 

.titleAreaWhite span {
    background:#0C487C; 
    padding:0 10px;
   	font-family: 'Work Sans', sans-serif !important;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;	
}

.titleArea span {
    background:#fff; 
    padding:0 10px;
   	font-family: 'Work Sans', sans-serif !important;
	font-weight: 500;
	font-size: 14px;
	color: #0C487C;	
}

.titleAreaCenter span {
    background:#EDEDED; 
    padding:0 10px;
   	font-family: 'Work Sans', sans-serif !important;
	font-weight: 500;
	font-size: 14px;
	color: #0C487C;	
}

.whiteLine {
	width: 90%;
	height: 1px;
	background: #FFFFFF;
	margin-left: 10px;
	margin-bottom: 30px;
}

.flyoutFade {
	background-color:#0C487C;
	background-image: url('/images/fayetteville_crest_footer.png');
	background-position: 90% 75%;
	background-size: 409px 451px;
	background-repeat:no-repeat;
}

.backgroundIndex {
	background-image: url('/images/image_home.jpg');
	background-size: cover;
	background-repeat: no-repeat;
		
}

.secondaryLine {
	width: 60px;
	height: 2px;
	background: #FFFFFF;
	margin-top: 9px;
	margin-left: 0px;
}

.secondaryContainer {
	margin-top: 430px;
}

.secondaryContainer2 {
	margin-top: 430px;
}


.secondaryContainer3 {
	margin-top: 430px;
}

.watermark_clock {
	background-image: url('images/watermark_clock.png'); 
	background-repeat: no-repeat; 
	background-position: 245px 0px; 
	background-size: contain; 
	height: 423px;
}

.watermark_train {
	background-image: url('images/watermark_train.png'); 
	background-repeat: no-repeat; 
	background-position: -80px 0px; 
	background-size: contain; 
	height: 560px;
}

.watermark_tracks {
	background-image: url('images/watermark_tracks.png'); 
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
	background-size: contain; 
	height: 530px;
}

.mainCalendarBox {
	width:95%; 
	float:left; 
	padding: 1px 0px; 
	display:flex; 
	box-shadow: 0px 0px 10px #C0C5D174; 
	border-radius: 5px; 
	margin: 10px 10px 0px 10px;
}

.discoverLinks {
	margin: 177px 0px;
}