@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&amp;display=swap');


body {
    margin: 0;
    padding: 0;
	background-color: #ffffff;
}



/* responsive stuff */
* {
    box-sizing: border-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%;
}

/*FACEBOOK*/
.facebookBackground { 
	 background: 
    /* top, transparent red 
    linear-gradient(
      rgba(229, 189, 77, 0.25), 
      rgba(229, 189, 77, 0.25)
    ),*/
    /* bottom, image */
    url("images/social_background.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center;

}


.bigWhiteHeader {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 55px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 160px 53px 30px 53px;
    width: 100%;
}

/* only if width is under 600px - USE THIS FOR MOBILE PHONES*/
@media only screen and (max-width: 600px) {

    .hideElement2 { display: none; }
	
	/*.twitterBoyBGHide { background-image: url('breakIt.jpg'); }*/
	
	.twitterMargin {margin-left:0px !important;}
	
	/*.headerBG { 
		background-image: url('/images/Headerstars_mobile.png'); 
		background-repeat: no-repeat; 
		background-size: contain;
		}*/
		
	.calendarBorder {
		margin-left: 0px !important;
	}
    
    .dropNewsbtn { margin: 30px auto !important;}
    

.mission:before,
.mission:after {
	position: absolute;
	color: #f1efe6;
	font-size: 170px;
	width: 56px;
	height: 56px;
    display:none;
}

.calendarBorder {
  width: 100%;
  height: 500px;
  background: #ffffff;
  -webkit-border-radius: 25;
  -moz-border-radius: 25;
  border-radius: 25px;
  padding: 5px 10px 5px 30px;
  margin-left:80px;
  margin-top:18px;
  margin-bottom:18px;
}
.orangeSignature {	float: none !important; }
.graySignature {
    margin: 10px 0px 10px 20px !important;
}
.calendarArea{	width: 95% !important;}
	
.facebookBackground { 
	 background:#D1A53C !important;
	background-image:none;
}
	
.bigWhiteHeader {
	padding:30px 53px 30px 53px;
	}
	
.footerImage {
	padding-top: 30px !important;
	padding-left:10px !important;
	}
	
.footerHeaderSmall  {
	padding-left:10px !important;
	}
	
.footerfont {
	padding-left: 10px !important;
	}
	
.footerHeader{
	padding-left: 10px !important;
	}
	
.headerImage {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}
	
.newsImageWithCaption { margin: 0px !important;}
.newsImageWithCaption2 { margin: 10px 0px !important; }

}

@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; }
    
    .greenBackground {
        background: #2B723A;
    }
}


/* 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;
}
}

@media (min-width: 1921px){
.slideShowConstrict {
    max-width: 1200px;
    float: none;
    margin: 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;
    margin: 0px 8px;
}

.headerImage {
    height: auto;
	min-width: 250px;
	max-width: 400px;
	margin: 16px 0px;
	width: 100%;
}

.headerImage2 {
    width: 100%;
    height: auto;
	min-width: 300px;
}

.headerIcon {
	margin: 0px 5px;
	margin-top: 35px;
}

.footerImage {
    width: 100%;
    height: auto;
	max-width: 262px;
    padding-top: 10px;
}

.footerLogoImage {
	top: 4px;
	position: relative;
}

.slideshowImage {
    width: 100%;
    height: auto;
	min-width: 600px;
	max-width: 1200px;
}






/* page styles */

html {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color:#333333;
}


#diffLog {
	width: 100%;
    height: 25px;
	background-color: #efff6c;
	position: absolute;
    top: 0px;
    left: 0;
	z-index: 999999;
	}
		
h1	{

	font-size: 35pt;
	font-family: 'teko', sans-serif;
	text-decoration: none;
	color: #267338;
	font-weight: normal;
	line-height: 10px;
	}
	
h2	{
	font-size: 24px; 
	font-family: 'Montserrat', sans-serif;
	text-decoration: none; 
	color: black;
	font-weight: bold;
	}

h3	{
	font-size: 20px; 
	font-family: 'Montserrat', sans-serif;
	text-decoration: none; 
	color: black;
	font-weight: bold;
	}

h4	{
	font-size: 18px; 
	font-family: 'Montserrat', sans-serif;
	text-decoration: none; 
	color: black;
	font-weight: bold;
	}
	
h5	{
	font-size: 16px; 
	font-family: 'Montserrat', sans-serif;
	text-decoration: none; 
	color: black;
	font-weight: bold;
	}

h6	{
	font-size: 16px; 
	font-family: 'Montserrat', sans-serif;
	text-decoration: none; 
	color: #267338;
	font-weight: bold;
	}

A {
	COLOR: #333333;}
A:hover {
	COLOR: #267338;}
	
a.sidelink,a.sidelink:link,a.sidelink:active,a.sidelink:visited {
	font-family: 'Source Sans Pro', 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: 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: 'Source Sans Pro', 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: 'Source Sans Pro', 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: 'Source Sans Pro', 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: 'Source Sans Pro', sans-serif;
	text-decoration: none; 
	color: #ffffff; 
	line-height: 18px;
	font-weight: 300;
	margin-top: 7px;
	margin-bottom: 8px;
	padding-left: 18px;
	}
	
.whitefont{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f1f1f1;
	padding-left: 10px;
	}
	
.whitefontHeader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #286600;
	color: #ffffff;}

	
.whitetablefont, p.whitetablefont{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 333333;
	margin-left: 1em;
	padding-left: 1;}
	
	
a.footerlink2:link,a.footerlink2:active,a.footerlink2:visited,a.footerlink2:hover {
	font-size: 13px; 
	text-decoration: none; 
	color: #eeeeee; 
	font-family:'Montserrat', sans-serif;
	}
	
.footerfont{
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
    text-align: left;
    line-height: 20px;
	color: #FFFFFF;
	}
	
.footerHeader{
	font-family: 'Teko', sans-serif;
	font-size: 30px;
	color: #FFFFFF;
    padding-top:20px;
	}
	
.footerHeaderBig{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	/* font-weight: bold; */
	color: #eeeeee;
	padding-left: 10px;
	}
	
.footerHeaderSmall{
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	color: #FFFFFF;
    text-align: left;
    line-height: 20px;
    padding: 20px 0px 15px 0px;
	}
	
a.footerlink:link,a.footerlink:active,a.footerlink:visited {
     font-size: 16px; 
    text-decoration: none; 
    color: #FFFFFF; 
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
	}


a.footerlink:hover {
    font-size: 16px; 
    text-decoration: none; 
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
	}
	
	
.scrollableArea{
	overflow : auto; 
	height:388px;
	width:100%;
	padding-left: 0px;
}
	
.imageWithCaption {
    position: relative;
    width: 365px;
    height: 165px;
    margin-bottom: 5px;
}

.imageWithCaption .caption {
    position: absolute;
    width: 365px;
    height: 50px;
    bottom: 0px;
    left: 0px;
    color: #ffffff;
    background: #000000;
	text-align:center;
	font-size: 16px;
	opacity:0.7;
}

.calendarArea{
	overflow: auto;
	height: 320px;
	width: 70%;
	background-color: #FFFFFF;
	padding-left: 0px;
	border-radius: 3px;
	margin: 0px auto;
	}

.calMonth	{
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff; 
	line-height: 18px;
	text-align: center;
	font-weight: 500;
	}
	
.calDay	{
	font-size: 36px; 
	font-family: 'Montserrat', sans-serif;
    font-weight:500;
	text-decoration: none; 
	color: #FFFFFF; 
	padding: 0px;
	line-height: 32px;
	position: relative;

	}
	
.calHeaderText	{
	font-size: 14px; 
	font-family: 'Montserrat', sans-serif;
    color: #000000;
	line-height: 24px;
	text-align: left;
	font-weight: 600;
	margin: 0px 7px 0px 10px;
	}

.calText	{
	font-size: 14px; 
	font-family: 'Montserrat', sans-serif;
	 color: #000000;
	line-height: 24px;
	text-align: left;
	font-weight: 400;
	margin: 0px 7px 0px 10px;
	}	
	
	
.calBox {
    width: 64px;
    height: 100%;
    padding: 10px;
    text-align: center;
    margin-bottom: 6px;
    float: left;
	background-color: #064810;
}

.orangeSignature {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 15px;
	border-left: 3px solid #2B723A;
	margin: 25px 0px 20px 20px;
	padding-left: 10px;
	float: right;
}

.graySignature {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	font-weight: 400;
	line-height: 15px;
	border-left: 3px solid #DCC251;
	margin: 25px 0px 20px 35px;
	padding-left: 10px;
}

.blueLine {
	width: 75%;
	height: 5px;
	background: #78A783;
	text-align: center;
	margin: 0px auto;
}

.bigBlueHeader {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
    color: #2B723A;
	text-align: center;
	line-height:48px;
	width: 100%;
	padding: 30px 0px 20px 0px;
}
a.noDecoLink:link,a.noDecoLink:active,a.noDecoLink:visited {
	text-decoration: none; 
	}
	
/*---NEWS SECTION---*/

.newsDiv {
	margin: 0px 20px;
}
	
.newsImage {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-bottom: 5px solid #2B723A;
	max-height: 445px;
	max-width: 733px;
	min-width: 200px;
}

.newsImageWithCaption {
	min-height: 100px;
	margin: 20px;
}



.newsSignature {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #2B723A;
	font-weight: 600;
	line-height: 15px;
	border-left: 3px solid #2B723A;
	margin: 25px 0px 20px 20px;
	padding-left: 10px;
}


.newsCaptionBox {
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-top: 5px solid #2B723A;
	padding: 25px;
}

.newsCaption {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
    color: #5A5A5A;
	text-align:left;
	line-height:30px;
	width: 100%;
	padding-top:8px;
}

.newsText	{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
    color: #5A5A5A;
	text-align:left;
	line-height:24px;
	width: 100%;
	padding-top:8px;
	margin: 0px 0px 40px 20px;
	
}

.newsHeader {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
    color: #2B723A;
	text-align:left;
	line-height:48px;
	width: 100%;
	padding-top:8px;
	margin: 0px 0px 40px 20px;	
}

.NewsHeaderText {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
    color: #2B723A;
	text-align:left;
	line-height:16px;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 18px;
}



.newsCaption2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
    color: #5A5A5A;
	text-align:left;
	line-height:21px;
	width: 100%;
	padding: 13px 0px 13px 0px;
}

.newsImageWithCaption2 {
	min-height: 100px;
	margin: 20px;
	border-top: solid #E8E8E8 4px;
}


/*---END NEWS SECTION---*/

.bigMaroonHeader {
	font-family: 'Teko', sans-serif;
	font-size: 24px;
    color: #FFFFFF;
    background-color: #202c9a;
    text-align:center;
	font-weight: 400;
	border-bottom: 5px solid #f3b700;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	width: 100%;
	min-width: 250px;	
}

.announcementsBackground {
	height: 310px; 
	background-color:#e7e7e7; 
	background-image: url('images/announcement_mark.html'); 
	background-repeat: no-repeat; 
	background-position:bottom center;
	min-width: 250px;
}

A.moreNewsLink:link,a.moreNewsLink:active,a.moreNewsLink:visited {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
    color: #5f0015;
	padding-left:8px; 
	
}


.videoTextHeader	{
	font-size: 16px; 
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none; 
	color: #011456; 
	font-weight: 600;
	line-height:18px;
	padding-left:8px; 
}

.videoText	{
	font-size: 16px; 
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none; 
	color: #ffffff; 
	line-height:18px;
	padding-left:8px; 
}

.LL{
border-left: 1px solid #999999;
}
.RL{
border-right: 1px solid #999999;
}
.TL{
border-top: 1px solid #999999;
}
.BL{
border-bottom: 1px solid #999999;
}

.whitetablefont, p.whitetablefont{
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	color: 333333;
	margin-left: 1em;
	padding-left: 1;}
	
.whitetablefont2, p.whitetablefont2{
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #333333;
	margin-left: 1em;
	padding-top:8px; 
	padding-left: 1;
	height:220px;
	overflow : auto;
	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 */



/* below is code for the flyout menus */


/* ul, li {
	font-size:14px; 
	font-family:'Montserrat', sans-serif;
	line-height:21px;
	text-align:left;
} */

.menu {
	list-style:none;
	/*width:0px;*/
	height:0px;
	line-height: 15px;
    margin-top: 40px;
	margin-bottom: 40px;

}

.menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 0px 0px 0px 0px;
	margin-right:0px;
	margin-top:5px;
	border:none;
}

.menu li:hover {
	/* border: 1px solid #ff0000; */
	padding: 0px 0px 0px 0px;
	
	/* Background color and gradients */
	
	/* background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE)); */
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.menu li a {
	font-family: 'Teko', sans-serif;
    font-weight: 400;
	font-size:30px; 
	color: #707070;
	display:inline-block;
	outline:0;
	text-decoration:none;
}
/*
.menu li:hover a {
	color:#2b723a;
	text-shadow: 1px 1px 1px #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; */
}

.menu .whiteMenu {
	font-family: 'Teko', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 16px;
	color: #FFFFFF;
	display:inline-block;
	text-decoration:none;
	margin-bottom: 15px;
}

.headerIconText {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #707070;
}

.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 {
	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;
    background-color:#FFFFFF;
	/* border-top:none; */
	
	/* Gradient background 
	background:#eeeeee;
	background: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));*/

	/* 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;}

.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 {
	left:-22px;
	top:15px;
}



/* position of flyout on mouseover */
.menu li:hover .align_right {
	left:auto;
	right:-120px;
	top:15px;
}

/* custom for certain elements.  position of flyout on mouseover */
.menu li:hover .bump_left {
	left:-470px;
	top:15px;
}

.menu li:hover .bump_left2 {
	left:-400px;
	top:15;
}

.menuAlignCenter {
	margin-top: -15px;
}



.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 .flyoutHeader {
	font-size:31px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 1px 0;
	padding-bottom:1px;
	/* border-bottom:1px solid #666666; */
	color:#333333;
}

.menu .flyoutTitle { /* main titles within flyouts */
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	color: #000000;
	text-align: left;
	width: 92%;

}

.menu p, .menu h2, .menu h3, .menu ul li {
	font-family:'Montserrat', sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 1px 0;
	padding-bottom:1px;
	/* border-bottom:1px solid #666666; */
	color:#333333;
}
.menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	/* border-bottom:1px solid #888888; */
}
.menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

.menu li:hover div a {
	font-size:12px;
	color:#333333;
	font-family:'Montserrat', sans-serif;
	font-weight: 400;
	text-shadow: 0px 0px 0px #000;
}
.menu li:hover div a:hover {
	color:#029feb;
	font-family:'Montserrat', sans-serif;
	text-shadow: 0px 0px 0px #000;
}

/* this is for the header links */
.menu li:hover div a .headerLinkText {
	font-size:16px;
	color:#015b86;
	text-shadow: 0px 0px 0px #000;
}
.menu li:hover div a:hover .headerLinkText {
	color:#029feb;
	text-shadow: 0px 0px 0px #000;
}

.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 {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

.menu li .black_box_no_corner {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 0px;
}

.menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
.menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:260px;
}
.menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

.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;
}

/* SLIDER */
.slider {
	margin: 0px;
}

.quickLinksBox
{
	margin: 15px 0px; 
	border-radius: 25px;
}

.latestNewsArea {
	overflow : auto; 
	height:293px;
	width: 100%;
	font-family: 'Sanchez', sans-serif; 
	font-size: 15px; 
	padding: 0px 20px 0px 0px;
	color: black;
	}

.bigGreenFont {
	color: #ffffff;
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 12px 0px;
	font-weight: 600;
}

.BGYellowHeader{
	font-family: 'Teko', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #267338;
	background-color: #E3C236;
	text-align: center;
	padding-top: 5px;
}
	
.BGGreenHeader{
	font-family: 'Teko', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #E3C236;
	background-color: #267338;
	text-align: center;
	padding-top: 5px;
}


.BGYellowLink {
	font-family: 'Teko', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #267338;
	background-color: #E3C236;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 10px;
}

.BGGreenLink {
	font-family: 'Teko', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #E3C236;
	background-color: #267338;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 10px;
}

.BGYellowLink:hover {
	font-family: 'Teko', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	background-color: #E3C236;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 10px;
}

.BGGreenLink:hover {
	font-family: 'Teko', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	background-color: #267338;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 10px;
}

.greenlink {
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	padding-left: 8px;	
	color: #267338;
	line-height: 30px;
}

.greenlink:hover {
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	padding-left: 8px;	
	color: #267338;
	line-height: 30px;
}


.socialIcon {
    margin: 30px 20px 30px 0px;
	width: 40px;
	height: auto;
}

.flyouticons {
	text-align:center;
} 

.footerPaddingRight {
	margin-right: 30px;
}

.stopAlert {
	color: #C1292E;
	font-size: 36px;
	font-weight: bold;
}

.confirmAlert {
	color: #197431;
	font-size: 36px;
	font-weight: bold;
}

.frontPageMission {
	font-family: 'Teko', sans-serif;
	font-size: 36px;
	font-weight: 400;
	color: #267338;
	line-height: 51px;
}

.frontPageMission2 {
	font-family: 'Teko', sans-serif;
	font-size: 36px;
	font-weight: 400;
	color: #78A883;
	line-height: 51px;
	}
	
.frontPageMission3 {
	font-family: 'Teko', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #267338;
	line-height: 51px;
	}

/*---FRONT PAGE BLOCK QUOTE STYLE---*/
.mission{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 50px;
    color:#2B723A;
	width: 70%;
	margin:50px 0px 0px auto;
	text-align: right;
	display: inline-block;
}	

.newquote {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	color: rgba(43, 114, 58, 0.2);
    font-size: 120px;
	line-height: 0px;
}

.newquote-right {
	font-family: 'Montserrat', sans-serif;
	color: rgba(43, 114, 58, 0.2);
    font-size: 120px;
	line-height: 90px;
	margin-right:-70px;
}

.darkGreenText {
	font-size:60px;
}

.lightGreenText {
    color:#78A783;
    
}

.bqBackground {
    background: url(images/block-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
}


.center {
    text-align: center;
}