/*GOOGLE FONT IMPORT */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

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.png'); 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;
}
}

/* only if width is under 600px */
@media only screen and (max-width: 600px) {

    .hideElement2 { display: none; }
	.twitterBoyBGHide { background-image: url('breakIt.jpg'); }
	.blueHeaderContainer {
		background-color: rgba(25, 153, 206, 1) !important;
		position: inherit !important;
		width: 100% !important;
	}
	.bannerText {
		top: 40% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
		width: 100% !important;
	}
	
	.headerImageMobile {
		margin: 10px auto;
	}
	
	.footerHeaderSmall{
		margin: 8px 0px 8px 0px !important;
	}
	
	.footerHowText {
		margin: 10px 90px 16px 90px !important;		
	}

	.bigWhiteHeader {
		padding: 45px 10px 10px 0px !important;
	}

	.socialBackground {
		background-image: url("images/social-background.jpg");
		background-position: top;
		background-size: cover; 
		background-repeat: no-repeat;
		height: unset !important; 
		}
		
	.backgroundOverlay {
		background-color: rgba(255, 255, 255, 0.2);	
    	top: 20%;
    	height:75% !important;
		width: 100%
		
	}
	
	.icon1,.icon2,.icon3,.icon4,.icon5,.icon6 {
		border:none !important;
	}

	.calendarArea{	width: 95% !important;}
	.orangeSignature {	float: none !important; }
	.blueLine { width: 95% !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 {
    height: auto;
	min-width: 171px;
}
.headerImage2 {
    width: 100%;
    height: auto;
	min-width: 300px;
}


.footerImage {
    width: 100%;
    height: auto;
	min-width: 171px;
	max-width: 171px;
	margin: 16px 30px;
}

.slideshowImage {
    width: 100%;
    height: auto;
	min-width: 600px;
	max-width: 1200px;
}

.headerIcon {
	margin: 13px 20px;
}





/* page styles */

html {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color:#333333;
	line-height: 24px;
}


#diffLog {
	width: 100%;
    height: 25px;
	background-color: #efff6c;
	position: absolute;
    top: 0px;
    left: 0;
	z-index: 999999;
	}
	
.header	{
	font-family: 'Roboto', 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: 34px; 
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-decoration: none; 
	color: #FFFFFF;
	line-height: 48px;
	margin: 0px;
	padding-left: 5px;
	}
	
h2	{
	font-size: 32px; 
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 42px;
	text-decoration: none; 
	color: #1999CE;
	}
	
h3	{
	font-size: 32px; 
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 42px;
	text-decoration: none; 
	color: #434343;

	}
	
h4	{
	font-size: 24px; 
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 28px;
	text-decoration: none; 
	color: #1999CE;

	}

h5	{
	font-size: 24px; 
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 28px;
	text-decoration: none; 
	color: #434343;

	}
	
h6	{
	font-size: 18px; 
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 21px;
	text-decoration: none; 
	color: #1999CE;

	}

h7	{
	font-size: 18px; 
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 21px;
	text-decoration: none; 
	color: #1999CE;
	}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 9px 0px;
    padding: 0;
}

A {
	COLOR: #333333;}
A:hover {
	COLOR: #2884b3;}
	
a.sidelink,a.sidelink:link,a.sidelink:active,a.sidelink:visited {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	padding-left: 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', sans-serif;
	}
	
.contentpage_ann_text	{
	font-size: 10pt; 
	color: #726b6a;  
	font-family: 'Roboto', sans-serif;
	}
	
a.contentpage_linkText, A.contentpage_linkText:link, a.contentpage_linkText:active, a.contentpage_linkText:visited {
	font-family: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', 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: 'Roboto', sans-serif;
	}
	
.footerfont{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #eeeeee;
	}
	
.footerHeader{
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	margin: 35px 0px 20px 0px;
	}
	
.footerHeaderBig{
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	/* font-weight: bold; */
	color: #eeeeee;
	padding-left: 10px;
	}
	
.footerHeaderSmall{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 24px;
	padding-left: 10px;
	margin: 32px 0px 16px 0px;
	}
	
.footerHowText{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 21px;
	padding: 5px 20px;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	margin: 32px 31px 16px 67px;
	}
	
a.footerlink:link,a.footerlink:active,a.footerlink:visited {
	font-size: 14px; 
	text-decoration: none; 
	color: #FFFFFF; 
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	}
a.footerlink:hover {
	text-decoration: none; 
	color: #cccccc; 
	}
	
	
.scrollableArea{
	overflow : auto; 
	height:480px;
	width:100%;
	padding-left: 0px;
}
		
.newsImage {
    width: 100%;
    height: auto;
	min-width: 75px;
	max-width: 365px;
	margin: 15px 0px;
	border: solid #cccccc 1px;
}

.newsImageWithCaption {
	min-height: 285px;
	margin:0px 0px 0px 0px;
}

.newsCaption {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #1E395B;
}

.newsCaption2 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #1E395B;
	margin: 10px 10px 10px 0px;
}

.newsText {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #434343;
	margin: 0px 10px 0px 0px;
}

a.noDecoLink:link,a.noDecoLink:active,a.noDecoLink:visited {
	text-decoration: none; 
	}

.bigGreenFont {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
    color: #011456;
	text-align:left;
	font-weight: 400;
	padding-left:8px; 
	
}

A.moreNewsLink:link,a.moreNewsLink:active,a.moreNewsLink:visited {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    color: #000000;
	font-weight: bold;
	padding-left: 8px; 	
}

A.moreNewsLinkwhite:link,a.moreNewsLinkwhite:active,a.moreNewsLinkwhite:visited {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    color: #ffffff;
	font-weight: bold;
	padding-left: 8px; 	
}

.videoTextHeader	{
	font-size: 16px; 
	font-family: 'Roboto', sans-serif;
	text-decoration: none; 
	color: #011456; 
	font-weight: 600;
	line-height:18px;
	padding-left:0px; 
}

.videoText	{
	font-size: 16px; 
	font-family: 'Roboto', sans-serif;
	text-decoration: none; 
	color: #ffffff; 
	line-height:18px;
	padding-left:8px; 
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.calendarBorder {
  width: 100%;
  height: 400px;
  background: #ffffff;
  padding: 5px 10px 5px 10px;
  
  	/* Rounded Corners */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.LL{
border-left: 1px solid #999999;
}
.RL{
border-right: 1px solid #999999;
}
.TL{
border-top: 1px solid #999999;
}
.BL{
border-bottom: 1px solid #999999;
/* this is a hack to add line height to the navbarOrange class, not sure why this works */
line-height: 18px;
}


.mgrPics	{
	float: left;
	margin: 0px 15px 15px 0px;
}

.navbar, a.navbar,a.navbar:link,a.navbar:active,a.navbar:visited {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

.navbarOrange {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #7b7b7b;
	text-decoration: none;
}


.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 */

.menu .serviceButton {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #1999CE;
	text-align: center;
	padding: 9px 9px !important;
	border-radius: 3px;
	border: 2px solid #1999CE;
}


/* below is code for the flyout menus */


/* ul, li {
	font-size:14px; 
	font-family: 'Nunito Sans', sans-serif;
	line-height:21px;
	text-align:left;
} */

.menu {
	list-style:none;
	width:0px;
	height:0px;
	line-height: 15px; /* height of menu */
	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: 'Roboto', sans-serif;
	font-size:14px;
	font-weight: 500;
	line-height: 16px;
	color: #2C2C2C;
	display:inline-block;
	outline:0;
	text-decoration:none;
	white-space: nowrap;
}

.menu li:hover a {
	color:#000000;
}
.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 #dddddd;
	/* border-top:none; */
	
	/* Gradient background */
	background: rgba(255, 255, 255, 0.98);

	/* 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:12px;
}



/* 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_left4 {
	left:-570px;
}


.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:200px;}
.col_1a_half {width:150px;}
.col_1a_less_half {width:50px;}
.col_2a {width:420px;}
.col_3a {width:640px;}
.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: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 10px;
}
.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: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #1999CE;
	text-align: left;
	width: 92%;
	border-bottom: 2px solid #1999CE;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.menu li a.flyoutTitle {
	font-family: 'Roboto', sans-serif !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	color: #1999CE !important;
	text-align: left !important;
	width: 135% !important;
	border-bottom: 2px solid #1999CE !important;
	margin-bottom: 5px !important;
	padding-bottom: 5px !important;
}


a.flyoutTitleLink { /* main titles within flyouts */
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #1999CE;
	text-align: left;
	width: 92%;
	border-bottom: 2px solid #1999CE;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.menu .whiteUnderlineTextBold { /* main titles within flyouts */
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
	color: #434343;
	text-align: left;
	width: 125%;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 5px;
	padding-bottom: 6px;
}

.menu .whiteUnderlineText { /* main titles within flyouts */
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
	color: #434343;
	text-align: left;
	width: 75%;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 5px;
	padding-bottom: 6px;
}

.menu .flyoutAlphaMenuTitle { /* main titles within flyouts */
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 48px;
	color: #1999CE;
	text-align: left;
}

.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;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #2C2C2C;
}


.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 */


/*CALENDAR STYLES */

.bigBlueHeader {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: 600;
    color: #13448B;
	text-align: center;
	line-height:48px;
	width: 100%;
	padding: 30px 0px 20px 0px;
}

.calendarArea{
	overflow: auto;
	height: 320px;
	width: 80%;
	background-color: #FFFFFF;
	padding-left: 0px;
	/* border-radius: 3px; */
	margin: 0px auto;
	}



.calBox {
    width: 64px;
    height: 100%;
    padding: 10px;
    text-align: center;
    margin-bottom: 6px;
    float: left;
	background-color:#1e385a;
}

.calMonth	{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #ffffff; 
	line-height: 18px;
	text-align: center;
	font-weight: 400;
	}
	
.calDay	{
	font-size: 32px; 
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	line-height: 36px; 
	text-align: center;
	font-weight: 700;
	}

.calTitleText	{
	font-size: 11pt; 
	font-family: 'Roboto', sans-serif;
	text-decoration: none; 
	color: #000000; 
	line-height: 20px;
	top:0px;
	position: relative;
	
	}
	
.calHeaderText	{
	font-size: 14px; 
	font-family: 'Montserrat', sans-serif;
	color: #222222;
	line-height: 24px;
	text-align: left;
	font-weight: 600;
	margin: 0px 7px 0px 10px;	
	}

.calText	{
	font-size: 14px; 
	font-family: 'Montserrat', sans-serif;
	color: #222222; 
	line-height: 24px;
	text-align: left;
	font-weight: 400;
	margin: 0px 7px 0px 10px;
	}
	

.orangeSignature a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color:#3E3E3E;
	font-weight: 500;
	line-height: 15px;
	border-left: 3px solid #1999ce;;
	margin: 25px 0px 20px 20px;
	padding-left: 10px;
	text-align: center;
	}

.blueLine {
	width: 85%;
	height: 5px;
	background-color:#1e385a;
	text-align: center;
	margin: 0px auto;
}
	


	
	
A.viewMoreFont:link,a.viewMoreFont:active,a.viewMoreFont:visited {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
    color: #011456;
	font-weight: 400;
	padding-left:8px; 	
}

.grayLine {
	width: 100%; 
	height: 2px;
	background: #e9e9e9;
	margin: 7px 0px;	
}

.bigGrayHeader {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
    color: #7B7B7B;
	padding: 10px 0px 0px 8px;
	width: 100%;
	min-width: 250px;	
}

.twitterHeader {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
    color: #1580BB;
	padding: 10px 15px 0px 15px;
	width: 100%;
	min-width: 250px;	
}

.flyoutIcons {
	margin: 10px 10px 0px 0px;
}

.socialIcon {
	margin: 5px 10px 0px 10px;
}

.messageBoard {
	padding: 0px 15px;
	font-size: 16px;
}

.bannerText {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 250px;
	padding: 80px 10px 0px 10px;
}

.bannerHeader {
  color: #FFFFFF;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
}

.bannerDetail {
  color: #FFFFFF;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 21px;
  text-align: center;
}

.blueHeaderContainer {
	height: 457px;
	width: 395px;
	background-color: rgba(25, 153, 206, 0.8);
/*	position: absolute;*/
}


.blueHeaderTitle {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	color: #FFFFFF;
	margin: 0px 50px 10px 35px;
	padding-top: 100px;
}

.blueHeaderText {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 0px 50px 0px 35px;
}

.blueHeaderButton {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 28px;
	border-radius: 3px;
	border: 1px solid #FFFFFF;
	margin: 50px 112px;
}

.blueNewsButton {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #FFFFFF !important;
    background-color: #1999CE;
    text-align: center;
    padding: 9px 28px;
    border-radius: 3px;
}

.bigWhiteHeader {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 500;
    color: #7B7B7B;
    line-height: 36px;
	padding: 95px 40px 10px 0px;
	width: 100%;
	min-width: 250px;	
}

.facebookButton {
	color: #ECECEC;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	background-color: #3B5998;
	padding: 7px 39px;
	vertical-align: middle;
	text-align: center; 
	/* Rounded Corners */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 15px;
}

.twitterButton {
	color: #ECECEC;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	background-color: #1DA1F2;
	padding: 7px 47px;
	vertical-align: middle;
	text-align: center;
	/* Rounded Corners */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left: 15px;
}

.twitterWord {
	font-weight: bold;
	color: #1DA1F2;
}

.twitterTextArea {
	color: #7B7B7B;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-align: left;
	line-height: 24px;
	padding: 0px 20px 75px 0px;
}

.socialMediaLinksArea {
	text-align: center;
}

.newsPageFontHead {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	color: #000000;
	text-align: left;
	width: 92%;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/*SOCIAL MEDIA AREA */

.socialBackground {
	background-image: url("images/social-background.jpg");
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;	
	
	height:600px;
}	
	
.backgroundOverlay {
	background-color: rgba(255, 255, 255, 0.2);
    height: 460px;
	width: 100%;
	position: relative;
	top: 20%;
}

/*ICON BLOCKS */
.info-box{ 
	padding:20px;
	text-align: center;
	height: 308px;
}

.icon1, .icon2 {
	border-width:0px 2px 0px 0px;
	border-style: solid; 
	border-color:  #ededed;	
}

.icon3 {
	border:none;
	
}

.icon4, .icon5 {
	border-width:2px 2px 0px 0px;
	border-style: solid; 
	border-color:  #ededed;	
}

.icon6 {
	border-width:2px 0px 0px 0px;
	border-style: solid; 
	border-color:  #ededed;	
}

.blockHeader{
	color:#166B84;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 1px;

}

.blockText {
	color:#3E3E3E;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: .5px;

		
	}
	