* { margin: 0;}

body {font: 100%/1.4 "Raleway", Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-weight: 400; }

html, body { height: 100%; } /*sticky footer */

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	}
	
table { font-size:13px;
	line-height: 140%;
	 border-collapse: collapse; margin: 10px 0;}
	
table, th, td {
    border-color: #CCCC99; padding: 6px 10px;}
	

p { font-size:14px;
	line-height: 140%;
	padding: 5px 0; }
	
strong {font-weight: 700;}

blockquote {color: #999933;
	font-size: 15px ;
  margin: 20px 30px;
  padding-left: 30px;
  border-left: 2px solid #EBEBD6; }
  
blockquote p{ font-size: 17px; padding: 0;}  

a, a:active, a:visited{ color: #000; text-decoration: none;}
a:hover{ color: #999933; text-decoration: none;}

img { -ms-interpolation-mode: bicubic; border: none; }
a img { border: none;}

h1 { color: #003333; font-size:25px; line-height: 110%; font-weight: 300; padding: 5px 0px 8px 0px; text-transform:uppercase;}

h2 { color: #999933; font-weight: 300; font-size: 20px; line-height: 110%; padding: 20px 0 30px 0; text-transform:uppercase; }
 h2:after {
     background: none repeat scroll 0 0 #999933;
     bottom: -10px;
     content: "";
     display: block;
     height: 2px;
     position: relative;
     width: 80px;
 }

h3 { color: #003333; font-weight: 700; font-size: 17px; line-height: 110%; padding: 15px 0 10px 0;  }

h4 { color: #999933; font-size:15px; line-height: 110%; padding: 15px 0px 8px 0px; font-weight: 700;}

h5 { color: #666; font-weight: 700; font-size: 15px; line-height: 110%; padding: 15px 0 5px 0; text-transform:uppercase; }

ul { font-size:14px; line-height: 130%; 
	list-style-type: none;
	padding-left: 0;
	margin: 10px 0 10px 10px;}

li { padding-left: 16px; margin-bottom: 3px;}
	
.page li:before { content: "\f111";  font-family: FontAwesome; position: absolute; margin-left: -15px; color: #999933; font-size: 6px; }	
	
ol { font-size:14px; line-height: 130%; margin: 10px 0 10px 0px;}	
	
ol li { background: none;
	padding-left: 16px;
	margin-bottom: 3px;}
.page ol li:before { content: "";  }
	
hr { border: 0; height: 1px; border-top:1px #ccc solid; width: 100%; padding: 5px 0; margin-top: 20px;}

/**************************
HEADER
**************************/

#wrapper { 	
	width: 100%;
	padding: 0px;
	/*height: 100%;*/
	margin: 0 auto; min-height: 100%;  
	/* equal to footer height */
  margin-bottom: -150px; } 

#wrapper:after { /* for sticky footer */
  content: "";
  display: block;
  height: 150px; }

#headWrapper{ width: 100%; padding: 0px; margin: 0; background: #fff;}

#head { margin: 0;
	padding: 0px;
	width:100%; }

#logo { width: 100%; margin: 0 auto; padding: 30px 0; text-align: center;}
#logo img { margin: 0 auto; height: auto; max-width: 585px;}
#logo-print {display: none; width: 0; }

/**************************
MAIN NAV - RESPONSIVE NAV
**************************/
/* offscreen menu https://www.sitepoint.com/pure-css-off-screen-navigation-menu/
Another one http://www.designcouch.com/home/why/2014/04/23/pure-css-drawer-menu/  */

#wrapper {  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;}
	
.navigation {  display: none;}

.nav-trigger { 
    position: absolute;
    clip: rect(0, 0, 0, 0);}

label[for="nav-trigger"] {display: none;}

/**************************
MAIN MENU
**************************/
#navWrapper{ width: 100%; padding: 0px; margin: 0 auto; clear: both; background: #EBEBD6;}
#nav {  width: 100%; padding: 20px 0 10px 0; height: auto;  margin: 0 auto; }

.fixed-header { /*based on http://codereview.stackexchange.com/questions/49285/css-and-html5-for-this-fixed-header-on-scroll */
  position: fixed!important;
  top:0; left:0;
  width: 100%; background: #EBEBD6; height: 30px!important; z-index: 2000; padding: 20px 0!important; }
  
.fixed-header {
    -webkit-animation: reveal 0.5s linear ; /* Safari and Chrome */
       -moz-animation: reveal 0.5s linear ; /* Firefox */
        -ms-animation: reveal 0.5s linear ; /* Internet Explorer */
         -o-animation: reveal 0.5s linear ; /* Opera */
            animation: reveal 0.5s linear ;
}

@keyframes reveal {
    0% { opacity: 0; }
    100%   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes reveal {
    0% { opacity: 0; }
    100%   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes reveal {
    0% { opacity: 0; }
    100%   { opacity: 1; }
}

/**************************
HOME PAGE
**************************/
#slideshowWrapper { width: 100%; padding: 0px; margin: 0 auto; clear: both; background: #E0E6E6;/*overflow: hidden;*/}
#slideshow {margin: 0 auto; height: auto;  padding: 0px; clear: both; text-align: center;} /*full width column */

#mainWrapper { width: 100%; padding: 0px; margin: 0 auto; clear: both; background: #E0E6E6;  overflow: hidden;}
#main{width: 50%; padding: 40px 0!important; margin: 0 auto;
display: -ms-flex;
display: -webkit-flex;
display: flex;
/*display: -webkit-box; safari, ipad */ 
display: -ms-flexbox;
flex-direction: row;
-webkit-flex-direction: row;}

.main-left {float: left; width: 61%;  padding:10px 2%; margin: 0px;  color: #003333; }

.main-right {float: left; width: 31%;  padding:10px 2% 0 2%; margin: 0px auto; text-align: center; background: #fff; color: #003333; display: block; overflow: hidden; -webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px; }
.main-icon {float: left; margin: 0; padding: 10px 0; text-align: left; width: 25%; color: #668585;}
.main-heading h1 { float: right; font-size: 25px; line-height: 100%; text-transform:uppercase; color: #003333; padding: 10px 0 0 0; margin: 0; text-align: left; width: 75%;}

.google-map {padding-top: 20px;}

#covidWrapper { width: 100%; padding: 0px; margin: 0 auto; clear: both; background: #003333;  overflow: hidden; color: #ffffff;}
#covid{width: 45%; padding: 40px 0!important; margin: 0 auto;}

/**************************
HOME FEATURED PANEL
**************************/
#featuredWrapper {clear:both; width: 100%;  padding: 0; margin: 0 auto; overflow: hidden; background: #fff;}
#featured {width: 80%; margin: 0 auto; justify-content: space-between; padding: 40px 0;
display: -ms-flex;
display: -webkit-flex;
display: flex;
/*display: -webkit-box; safari, ipad */ 
display: -ms-flexbox;
flex-direction: row;
-webkit-flex-direction: row;}

.three { width: 29%; margin: 0 2% ;  box-sizing: border-box; padding: 10px; }

/**************************
SLIDESHOW FORMATTING
**************************/	

.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow { width: 100%; min-width: 200px;  margin: 0 auto; padding: 0; position: relative;
    background: url('../images/spinner.gif') 50% 50% no-repeat; /*max-height: 150px; overflow: hidden;*/}
.cycle-slideshow img { 
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;}

.cycle-slide  { width: 100%!important;}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 1000; position: absolute; bottom: 0px;  height: 30px; /*overflow: hidden;*/}
.cycle-pager span { 
	     width: 10px; height: 10px; 
    display: inline-block; 
	-webkit-border-radius: 99em;-moz-border-radius: 99em;border-radius: 99em; 
	border: 1px solid #fff;
	cursor: pointer;
	transition: background-color 0.2s; color: transparent; margin: 0 3px;}
.cycle-pager span.cycle-pager-active { background-color: #fff;}
.cycle-pager > * { cursor: pointer;}


/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url'../(images/left.png') 50% 50% no-repeat;}
.cycle-next { right: 0; background: url('../images/right.png') 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }

/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: '||'; color: black; background: white; padding: 10px;
    z-index: 500; position: absolute; bottom: 10px; right: 10px; font-size: 10px; font-weight: 700;
    /*border-radius: 10px;*/
    opacity: .5; filter: alpha(opacity=50);}


/**************************
CONTENT & COLUMNS
**************************/
#page-title {width: 100%;  height: auto; padding: 20px 0px; background: #999933;}
#page-title-div {width:70%; margin: 0 auto;  height: 20px; text-align: center;}
#page-title h1 { padding: 0; color: #fff;  text-align: center;}

#contentWrapper{background: #fff;}
#content {width:100%; margin: 0 auto; text-align: left; min-height: 400px; padding: 0;  overflow: hidden;
display: -ms-flex;
display: -webkit-flex;
display: flex;
/*display: -webkit-box; safari, ipad */ 
display: -ms-flexbox;
flex-direction: row;
-webkit-flex-direction: row;}

#col-wide {width: 100%;  padding: 0 20px; margin: 0px; }
#col-left {float: left; width: 25%;  padding: 20px 20px; margin: 0px; background: #E0E6E6;}
#col-left h2 {color: #003333;}
#col-left h2:after { background: none repeat scroll 0 0 #003333;}
#col-right {float: left; width: 40%; padding: 20px 20px 20px 20px; margin: 0 0 20px 0; }


.doc-div {clear: both; padding: 0 0 40px 0;}
.doc-div img {width: 150px; height: auto; padding-right: 20px;}

/**************************
SIDE MENU STYLES
**************************/

#col-left ul { 
	list-style-type: none;
	padding: 0;
	margin: 5px 0 10px 23px;}
	
#col-left li {
	background: none;
	padding: 7px 5px 7px 0px;
	margin-bottom: 3px;}

#col-left a {color: #999933; font-size: 14px; text-decoration: none;
-webkit-transition: color 0.5s ease; 
-moz-transition: color 0.5s ease; 
transition: color 0.5s ease;}
#col-left a:hover {color: #000; text-decoration: none;}
#col-left ul li .current {color: #000; font-weight: 700;}

#col-left ul li {
    position: relative;}
 
#col-left ul li:before {
    content:  "\f054"; /*chevron right */
    font-family: FontAwesome;
	color: #999933;
    position: relative;
    top: 2px;
    left: -15px;}

#col-left ul ul li  { border-bottom: none; padding: 3px 0 0px 0px!important; }
#col-left ul ul li a {color: #999!important;  font-size: 13px!important;}
#col-left ul ul li a:hover {color: #999933!important; }

#col-left ul ul li:before { content:  ""; }
#col-left ul ul { 
	list-style-type: none;
	padding: 0;
	margin: 5px 0 10px 9px;}

#col-left .back-link {padding-top: 20px;}
#col-left .back-link a {font-size: 12px;}

/**************************
FOOTER FORMATTING
**************************/

#footerWrapper {width: 100%; background: #EBEBD6; text-align: left; padding: 0; margin: 0; height: 150px; overflow: hidden; position:relative;z-index:1000;}	
#footer {width: 70%; margin: 0 auto;}

#footer-txt {color: #333; width:100%; margin: 0 auto; padding: 50px 0; text-align: center; font-size: 13px;}
#footer-txt a, #footer-txt a:active {color: #333; text-decoration: none; font-size: 13px; line-height: 120%;}
#footer-txt a:hover{ color: #999933; text-decoration: none;}

#footer-social {color: #999933; width:60%; margin: 0 auto; padding: 20px 0 5px 0; text-align: center;}


/**************************
FADEIN CONTENT PAGES
**************************/

.content-inside {
    -webkit-animation: fadein 2s; /* Safari and Chrome */
       -moz-animation: fadein 2s; /* Firefox */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/**************************
OTHER FORMATTING
**************************/
#contact #col-left {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;}

iframe {width: 100%!important; }

.page img, .page p img {/*margin: 5px 10px;   -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;*/ /*max-width: 100%; height: auto!important;*/}

.sml, .sml a, small a {font-size: 12px!important;  padding: 10px 0 0 0;}	

.back {font-size: 11px!important; font-weight: 400;  padding: 20px 0; }
.back a, .back a:active, .back a:visited {color: #999933!important; text-decoration: none;}	
.back a:hover {color: #cccccc!important;}

.archive {font-size: 12px!important; font-weight: 400;  padding: 20px 0; }
.archive a, .archive a:active, .archive a:visited {color: #999933!important; text-decoration: none;}	
.archive a:hover {color: #cccccc!important;}

a.opacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

a.opacity img {
filter:alpha(opacity=80);   
-moz-opacity: 0.8;   
opacity: 0.8;
}

/**************************
FORMS AND BUTTONS
**************************/

select, input, menu, list, textarea {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px; background: #fff;
	/*-webkit-appearance: none;*/
}

select, input {
box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;}

.more {width: auto; margin-top: 10px!important; text-align: center; display: inline-block; } 
.more a, .more a:active, .more a:visited { color:#fff;}
.more a:hover {color:#999933; }

.btn-more {width: auto; margin-top: 10px!important; text-align: center;  } /* style used on button tag */
.btn-more a, .btn-more a:active, .btn-more a:visited { }
.btn-more a:hover {}

.btn-submit, .btn-submit input[type="submit"], #btn-submit, .btn-more, .more a {
text-align: center;
border:none;
display:inline-block;
cursor:pointer;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
padding: 10px 15px;
color: #fff;
font-size: 13px; text-transform:uppercase; font-weight: 700;
background: #CCCC99;
margin: 0;
-webkit-transition: background-color 0.3s ease; 
-moz-transition: background-color 0.3s ease; 
transition: background-color 0.3s ease;
}

.btn-submit:hover, .btn-submit input[type="submit"]:hover, #btn-submit:hover, .btn-more:hover, .more a:hover {
background: #999933;
color:#fff!important;}

#btn-submit {margin: 10px 0;}

input[type=radio], .zoom_searchform input[type=radio] {width: 20px!important; margin: 0 10px; -webkit-appearance:radio!important; background: transparent;}
input[type=checkbox] {width: 20px!important; -webkit-appearance:checkbox!important;}

#searchBox { padding: 15px 0 0 0; }
#searchBox form input[type="text"], #searchBox form textarea {  padding:6px; width: 130px;}
#searchBox form input[type="submit"]{ width: 30px; padding:4px;  }

#search input, #search select {/*width: auto!important;*/}


/************************************************
TO PREVENT SPAM FORM SUBMISSION - Honeypot Method
************************************************/
#divHoneypot { display: none; }

/************************** responsive media queries **************************/


@media screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; }
body, p, ul, ol, h1, h3, h4, blockquote p, table {font-size: 110%;}
h2 {font-size: 130%;}
.fixed-header {display: none; height: 0; position: relative;}
.page img {float:none!important;  margin: 10px 0!important; max-width: 350px!important;}
.doc-div img {display: block!important;}
blockquote {margin-left: 20px;}
#logo img {width: 70%!important; height: auto;}
.three { width: auto!important; display: block;}
.main-left {float: none; width: auto; display: block; padding-bottom: 30px; padding-top: 0;}
.main-right {float: none; width: auto; display: block;}

.cycle-slideshow { /*width: 200px; display: none; height: 0;*/}
.cycle-pager {display: none; height: 0;}
	
#form-container, .field-label {display: none;}	
iframe {width: 100%!important; height: auto;}	
}


/*@media only screen and  (max-width: 699px) {*/
@media only screen and  (max-width: 768px) {
		
		#wrapper {width: auto; padding: 0px; height: auto; margin: 0;}
		#wrapper:after {height: 0;}
		#headWrapper {width: 100%; height: auto; }
		#head {width: auto; padding: 5px; height: auto;}
		
		
		
.navigation {  width: 100%; display: block; background: #EBEBD6;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;}
.nav-trigger:checked + label {
    left: 250px;
}

.nav-trigger:checked ~ #wrapper {
    left: 230px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
}

#navWrapper {display: none; height: 0;}
#nav-side {float: none!important; width: 230px; height: auto; padding: 0px!important; margin: 0!important; }
label[for="nav-trigger"] {display: block;
    position: fixed;
    top: 30px;
    left: 10px;
    z-index: 2;
    width: 30px;
    height: 40px;
    cursor: pointer;
}

label[for="nav-trigger"]:before {
    font-family: FontAwesome;
    content: "\f0c9";
	font-size: 30px;
	color: #003333;}
#cssmenu {width: 100%; text-align: left!important;  padding: 0!important;}	
#cssmenu a {padding: 10px 20px!important; }
#cssmenu ul {display: block!important;}
#cssmenu > ul > li {float: none!important;}
#cssmenu > ul > li:hover ul, #cssmenu > ul > li > a:hover ul,
#cssmenu ul ul li:hover > ul, #cssmenu ul ul li a:hover > ul{ height:auto!important;  }		
#cssmenu ul li{ float: none!important; display: block; margin: 0 0 3px 0!important; min-height: 0!important; padding: 0!important; border-top: 0!important;}  /*menu list  */
#cssmenu ul li ul {visibility:visible!important; transition: 0.2s;} /*dropdown hidden */
#cssmenu ul li:not(:last-child) {border: none;}
#cssmenu ul li a {margin: 0!important; line-height: 130%!important; background: #003333; color: #fff!important; border-top: 0!important;}
#cssmenu ul li a:hover, #cssmenu > ul > li > a:hover {background: #999933!important; transition: background 0.2s; border-top: 0!important;}

#cssmenu ul ul {left: 0!important; position: relative!important; width: 230px!important;  padding: 0!important; margin: 0!important;}
#cssmenu ul ul li {width: auto!important; }
		
	
		#logo img {width: 70%; height: auto; }

		#main {width: 90%!important; display: block;}
		#covid {width: 90%!important; display: block;}
		#featured {width: 90%; display: block;}
		.three { width: auto!important; display: block; margin: 0px;}
		.main-left {padding-bottom: 30px; }
		.main-right h1 {font-size: 20px;}
		
		#page-title-div {margin: 0 auto; text-align: center; width: auto;}
		
		#contentWrapper {}
		#content {width: 100%; padding: 0px; min-height: 50px; display: -webkit-flex;  flex-direction: column; -webkit-flex-direction: column;}		

		#col-left {width: auto; padding: 0!important; margin: 0;  -webkit-order: 1; order: 1; }
		#col-left h2, #col-left p { width: auto; padding: 30px 5%!important;}
		#col-left li {margin-left: 25px; width: 100%;}
		#col-right { width: 90%; padding: 20px 0!important; margin: 0 auto; background: none; border: none; -webkit-order: 2; order: 2;}
		#col-right ul {margin: 0px!important; }
		
		#contact #col-left {-webkit-order: 1; order: 1; }		
		#contact #col-right { -webkit-order: 2; order: 2;}

        #footerWrapper {height: auto; }
		#footer {display: block; width: 90%; height: auto; padding: 30px 0; margin: 0 auto; }
		#footer-txt, #footer-social  {clear: both; float: none; width: auto; padding: 10px; text-align: center;}
		
		#content table,  table, #main-container{ width: 100%!important; border: none; padding: 3px; margin: 0; height: auto;}
		#detailForm textarea,  #detailForm select {width: 90%!important;}
		.field, .field-label { width: 90%!important;}	
		#contact iframe {width: 100%;}		
		
		.backstretch {/*display: none;*/}
		
		.page img, .page p img{ width: auto; height: auto!important; max-width: 600px; }


    }

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { select, input, menu, list, textarea { -webkit-appearance: none; }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For ipad portrait layouts only */
#wrapper,  #contentWrapper, #panelWrapper, #footerWrapper {  min-width: 768px!important; overflow:hidden;}
#headWrapper, #navWrapper {  min-width: 768px!important;}
body, p, ul, ol, h1, h2, h3, h4, blockquote p, table {font-size: 110%;}
.three { width: auto!important; display: block;}
#content {width: 90%;}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For ipad landscape layouts only */
html, body { width:100%;  /*overflow-x:hidden; */}
#wrapper,  #contentWrapper, #panelWrapper, #footerWrapper { min-width: 1024px!important; overflow:hidden;}
#headWrapper, #navWrapper {  min-width: 1024px!important;}
#content {width: 90%;}
#col-right {width: 60%;}
p, ul, ol, blockquote p {font-size: 110%;}
}


@media only screen and (min-width: 769px) and (max-width : 1024px) {
		
	#logo img {width: 60%;}
	#cssmenu > ul > li > a {padding: 10px 15px!important;}
	#cssmenu ul {font-size: 12px!important;}
	#cssmenu ul ul li a { padding: 10px 10px!important;}
	#nav {width: 100%;}
	#main {width: 90%;}
	#covid {width: 90%;}
	#featured {width: 95%;}
	#content {width: 100%;}
	#col-right {width: 60%;}
	
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1025px) and (max-width : 1400px) {
		#featured, #nav {width: 90%;}
		#main {width: 80%;}
		#covid {width: 80%;}
		#content {width: 100%;}
		#col-right {width: 60%;}

}

@media only screen 
and (min-width : 1401px) and (max-width : 1600px) {
		#main {width: 70%;}
		#covid {width: 70%;}
		#col-right {width: 60%;}

}