/*
Theme Name: Azure Basic Child
Author: C. A. Brown
Description: Child Theme for Azure Basic.   
Template: azure-basic
*/



/*        Global Syles                 */
/*------------------------------------*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }

audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { height: 100%; }

body { 
	height: 100%; 
	background: #fff; 
	font-size: 16px;
	color: #1F5088;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;	
}

:focus { outline: 0; }

ol, ul { list-style: none; }

a { 
	text-decoration: none; 
	color: #C39145;
}
a.underline {
	text-decoration: underline;
	text-underline-offset: 5px;
}
a:hover { 
	color: #C39145;
}
a:visited { 
	color: #C39145;
}

table { border-collapse: separate;
        border-spacing: 0; }

img { clear: both; }



/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky {}

.bypostauthor {}


/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

.content-area {
	display: flex;
	gap: 40px;
	align-items: flex-start;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.content-area.has-sidebar #primary {
	flex: 1 1 0;
	min-width: 0;
	max-width: none;
	margin: 0;
}

.content-area.has-sidebar #sidebar {
	display: block;
	flex: 0 0 32%;
	width: 32%;
}
.content-area.no-sidebar #primary {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.content-area.no-sidebar #sidebar {
	display: none;
}


#primary {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.wide #primary {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}

#primary ol {
	list-style-type: decimal;
	margin-left: 35px;
}
#primary ul {
	list-style-type: disc;
	margin-left: 35px;
}
#primary ul ul {
	list-style-type: circle;
}
#primary li {
	padding: 0 0 8px 10px;
}







/*    Framework Styles        */
/*---------------------------*/

#top-header { padding: 0; }

#main {  
	margin: 80px auto;
}


.entry-header { margin: 0 0 25px 0; }

article { }




/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/

nav[role="navigation"] {  }

nav[role="navigation"] ul {  }

nav[role="navigation"] ul li {  }
nav[role="navigation"] ul li a { }

nav[role="navigation"] ul li ul  {  } 
nav[role="navigation"] ul li:hover ul  {  } 
nav[role="navigation"] ul li ul  {  }

nav[role="navigation"] ul li ul li {  }

nav[role="navigation"] ul li ul li ul  { }
nav[role="navigation"] ul li ul li:hover ul  { }
nav[role="navigation"] ul li ul li ul { }

nav[role="navigation"] ul li ul li ul li { } 






/*    Navigation       */
/*--------------------*/


.nav-next { float: right; }
.nav-previous { float: left; }



/*    Theme Credit Text      */
/*--------------------------*/

#theme-credit { text-align: center; }


/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { 
	color: #244f85;
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h2 { 
	color: #244f85;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 14px;
}
h3 {
	color: #1F5088;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;	
}
h4 {
	color: #254F87;
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
}
.blog-entry-header h1 {
	letter-spacing: 0;
	font-size: 28px;
	text-transform: none;
}
.pagetitle {
	margin: 35px 0 25px;
	font-size: 40px;
	font-weight: 400;
}
.pagesubtitle {
	margin: 35px 0 10px;
	font-size: 28px;
	font-weight: 400;
}
.calendartitle {
	color: #C39145;
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 20px;
}

.title-center {
	text-align: center;
}
.lighter {
	font-weight: 300;
}
#container-full { 
	width: 100%;
}

#top-header { background: none repeat scroll 0 0 #fff; 
              box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset; }
			  

/* Top Navigation */

#access {  
    z-index: 500;
	
}
		  


/* Header Title Section */

#top-header-section { width: 100%; }



#main-title { float: left;
              position: relative;
              width: 350px;
		      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
		      padding-left: 1.5em;
			  padding-top: 10px;
              z-index: 25; }

#site-title { text-transform: uppercase;
              margin-bottom: 10px; 
              font-size: 48px; }

#site-description { font-variant: small-caps; 
                    font-size: 14px; 
					margin-bottom: 20px; }



/* Header Image */

#header-image { width: 986px; 
                height: 300px;
				border: 2px solid #6da0d3; }


/* Main Content Section */



.featured-thumb { margin-bottom: 10px; }
 



.screen-reader-text[for="s"] { display: none; }





#nav-below { padding-left: 25px; }

.pingback .edit-link { margin-left: 10px; }



/* Footer Section */

#footer-bottom { 
	clear: both;
    width: 100%; 
	background-color: #1f5088;
	padding: 0 0 10px 0; 
}
.goldbottom {
	background-color: #C39145;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.goldbottom a {
	color: #fff;
}
.columns {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	color: #fff;
}
.columns a {
	color: #fff;
}
.columns ul {
	padding-left: 0;
}
.column1 { 
	float: left;
    width: 40%;
	font-size: 14px;
	padding-right: 60px;
}
.column2 {
	float: left;
	width: 20%;
	text-transform: uppercase;
}
.menu-footer1-container li a {
	font-size: 12px;
}
.menu-footer2-container li a {
	font-size: 12px;
}
.menu-footer3-container li a {
	font-size: 12px;
}
.menu-footer1-container li.menu-item-514 a {
	font-size: 18px;
}
.menu-footer2-container li.menu-item-515 a {
	font-size: 18px;
}
.menu-footer3-container li.menu-item-517 a {
	font-size: 18px;
}
.column3 {
	float: left;
	width: 20%;
	text-transform: uppercase;
}
.column4 {
	float: left;
	width: 20%;
	text-transform: uppercase;
}

.column.last { margin: 0; }

#footer-content { padding-top: 25px; 
                  padding-left: 25px; 
				  padding-right: 10px; }

#footer-content .column h4 { color: #000;
                             font-size: 10.5pt; 
                             border-bottom: 1px solid #000; }

#footer-content .column ul { font-size: 9pt;  
                             padding-left: 0 !important;}

#footer-content .column ul li a { color: #28598A; }

#footer-content .column ul li a:hover { color: #00F; }

#site-credits {
                padding: 15px 0 0 0; }

#theme-credit { padding: 0 0 5px 0; }

#theme-credit p { margin: 0 0 0 0; }

*, *:before, *:after {   
	-webkit-box-sizing: border-box;    
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}

.logo {
	float: left;
	width: 50%;
	padding-left: 45px;
}
.logo img {
	max-width: 418px;
	width: 100%;
	height: auto;
}
.rightsidetop {
	float: right;
	width: 50%;
}
.logintop {
    float: left;
    width: 25%;
    text-align: center;
    padding-top: 11px;
}
.homeslider {
	width: 100%;
	position: relative;
	z-index: 200;
}
.homeslider img {
	width: 100%;
	height: auto;
	display: block;
}
.home-slider .swiper-button-next,
.home-slider .swiper-button-prev {
    color: #fff;
}
.homeicons {
    width: 100%;
    max-width: 1480px;
    background-color: #254F87;
    padding: 0 0 5px 3%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    height: auto;
    margin: -350px auto 0;
    position: relative;
	font-family: 'Open Sans Condensed', sans-serif;
	box-shadow: 1px 1px 18px #000;
	position: relative;
	z-index: 300;
}
.homeicons h1 {
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}
.homeicons a {
	color: #fff;
}
.icons {
	float: left;
	width: 14%;
	padding: 1%;
	color: #fff;
	margin-top: -50px;
	position: relative;
	z-index: 100;
}
.icons img {
	position: relative;
	z-index:100;
	max-width: 160px;
	width: 100%;
	height: auto;
}
.wardsearch {
	background-color: #C39145;
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-weight: 300;
	margin-top: 30px;
}
.wardsearch h1 {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
.wardinput {
	background-color: #254F87;
	display: block;
	padding: 14px 20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.wardinput input[type="text"] {
	height: 30px;
	max-width: 250px;
	width: 100%;
	border-radius: 8px;
	font-size: 11px;
}
.wardinput input:active {
	background-color: #fff;
}
ul.ui-autocomplete.ui-menu {
	max-width: 280px;
	width: 100%;
	background-color: #fff;
	border: solid #000 1px;
	font-size: 14px;
}
ul.ui-autocomplete.ui-menu li {
	padding-bottom: 10px;	
}
.simple-weather-widget {
	color: #fff !important;
}
.simple-weather--view-widget {
    border-radius: 8px !important;
	margin-bottom: 20px !important;
}
.simple-weather-widget .widget_title {
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}


.awe_tall .awesome-weather-current-temp, .awe_tall .awesome-weather-todays-stats, .awe_without_stats .awesome-weather-current-temp {
	background-color: #c39145 !important;
}
.awesome-weather-wrap {
    border-radius: 6px !important;
}

.homecalendar {
	width: 100%;
	overflow: hidden;
	border-bottom: #1F5088 solid 14px;
	background: -moz-linear-gradient(45deg, rgba(211,213,214,1) 0%, rgba(255,255,255,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(211,213,214,1)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(211,213,214,1) 0%, rgba(255,255,255,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(211,213,214,1) 0%, rgba(255,255,255,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(211,213,214,1) 0%, rgba(255,255,255,1) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(211,213,214,1) 0%, rgba(255,255,255,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d5d6',GradientType=1 ); /* ie6-9 */ 
}
.sidebarcalendar {
	width: 100%;
	margin: 25px 0;
	border-radius: 6px;
	padding: 0 10px;
	overflow: hidden;
	border-bottom: #1F5088 solid 14px;
	background: -moz-linear-gradient(45deg, rgba(211,213,214,1) 0%, rgba(255,255,255,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(211,213,214,1)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(211,213,214,1) 0%, rgba(255,255,255,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(211,213,214,1) 0%, rgba(255,255,255,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(211,213,214,1) 0%, rgba(255,255,255,1) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(211,213,214,1) 0%, rgba(255,255,255,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d5d6',GradientType=1 ); /* ie6-9 */ 
}
.sidebarcalendar h1 {
	color: #1f5088;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 4px;
	text-align: center;
	padding-top: 20px;
}
.homeleft {
	float: left;
	width: 64%;
}
.homeright {
	float: right;
	width: 36%;
	padding: 0 2%;
}
.firedept {
	padding: 30px 0 20px;
	color: #254f87;
	font-size: 16px;
	display: block;
}
.firedept h1 {
	color: #244f85;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0;
}
.firedept h2 {
	color: #c29237;
	font-size: 18px;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 300;
}
.firedept a {
	color: #c29237; 
}
.firedept img {
	float: left;
	margin: 0 55px 50px 0;
	max-width: 210px;
	max-height: 209px;
	width: 100%;
	display: block;
}





.state {
	border-bottom: solid 2px #cbae81;
	padding: 10px 0 20px;
	color: #254f87;
	font-size: 16px;
	display: block;
	padding-top: 40px;
}
.state h1 {
	color: #244f85;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0;
}
.statetitle {
	font-size: 18px;
	font-weight: 300;
	text-transform: none;
}
.state h2 {
	color: #c29237;
	font-size: 18px;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 300;
}
.state a {
	color: #c29237; 
}
.state img {
	float: left;
	margin: 0 55px 50px 0;
	max-width: 210px;
	max-height: auto;
	width: 100%;
	display: block;
}
.budgets {
	border-bottom: solid 1px #cbae81;
	padding: 45px 0 5px;
	color: #254f87;
	font-size: 16px;
	display: block;
	overflow: hidden;
}
.budgets h1 {
	color: #244f85;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0;
}
.budgets h2 {
	color: #c29237;
	font-size: 18px;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 300;
}
.budgets a {
	color: #c29237; 
}
.budgets img {
	float: left;
	margin: 0 55px 5px 0;
	max-width: 155px;
	max-height: auto;
	width: 100%;
	display: block;
}
.commissioners {
	border-bottom: solid 1px #cbae81;
	padding: 45px 0 20px;
	color: #254f87;
	font-size: 16px;
	display: block;
}
.commissioners h1 {
	color: #244f85;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0;
}
.commissioners h2 {
	color: #c29237;
	font-size: 18px;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 300;
}
.commissioners a {
	color: #c29237; 
}
.commissioners img {
	float: left;
	margin: 0 55px 30px 0;
	max-width: 150px;
	max-height: auto;
	width: 100%;
	display: block;
}
.pageinfo {
	border-bottom: solid 2px #cbae81;
	padding: 45px 0 20px;
	color: #254f87;
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
}
.pageinfo h1 {
	color: #244f85;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0;
}
.pageinfo h2 {
	color: #c29237;
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 300;
}
.pageinfo a {
	color: #c29237; 
}
.boards {
	border-bottom: solid 1px #c29237;
	padding: 45px 0 20px;
	color: #254f87;
	font-size: 16px;
	display: block;
	width: 80%;
}
.boards h1 {
	color: #244f85;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
.boards h2 {
	color: #c29237;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: none;
}
.boards a {
	color: #c29237; 
}
.boards img {
	float: left;
	margin: 0 55px 20px 0;
	max-width: 150px;
	max-height: auto;
	width: 100%;
	display: block;
}
.name {
	color: #244f85;
	font-size: 18px;
	font-weight: 600;
}
hr {
	border: #e5e2dc solid 1px;
	width: 80%;
	margin: 30px auto;
}
.gold {
	color: #c29237;
}
.goldtitle {
	color: #c29237;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}
.goldsubtitle {
	color: #c29237;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 400;
}
.bluetitle {
	color: #1F5088;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}
.bluesubtitle {
	color: #1F5088;
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
}
tbody tr:nth-child(2n) td, tbody tr.even td {
    background: none;
}
.downloads {
	margin: 30px 0;
}
.pdf {
	width: 50px;
}
.list li {
	list-style-image: url(images/goldcircle.png);
	padding-bottom: 12px;
}
.links ul {
	text-align: center;
}
.links li {
	display: inline-block;
}
.links h1 {
	text-align: center;
	color: #1F5088;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0;
}
.links img {
	padding: 10px 30px;

}
.hoursdiv {
	width: 70%;
	margin: 0 auto;
	max-width: 450px;
}
.hoursdiv h1 {
	color: #1F5088;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0;
	text-align: left;
}
.hoursdiv img {
	float: left;
	margin: 0 20px 0 0;
	padding-bottom: 150px;
}




.innerbanner {
	width: 100%;
	position: relative;
}
.innerbanner img {
	width: 100%;
	height: auto;
	display: block;
}
.innerbanner2 {
	width: 100%;
	position: relative;
}
.innerbanner2 img {
	width: 100%;
	height: auto;
	display: block;
}



.titlebox {
	background: linear-gradient(to right, #254F87 0%, #254F87 40%, rgba(37,79,135,0) 100%);
	padding: 5px 0 5px 8%;
	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 0;
}
.titlebox h1 {
  color: #c29237;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
}
.titlebox2 {
	background: linear-gradient(to right, #254F87 0%, #254F87 40%, rgba(37,79,135,0) 100%);
	padding: 5px 0 5px 8%;
	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 0;
}
.titlebox2 h1 {
  color: #c29237;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
}




.leftside {
	float: left;
	width: 49%;
}
.leftside h3 {
	margin-bottom: 10px;
}
.rightside {
	float: right;
	width: 49%;
}
.rightside h3 {
	margin-bottom: 10px;
}
.pavilion {
	border-bottom: 1px solid #C29237;
}
.pavilion h1 {
	color: #1F5088;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 10px 0;
	font-family: 'Montserrat', sans-serif;	
}
.pavilion img {
	margin: 15px 0;
	display: block;
	clear: both;
}
.su-spoiler-title {
    line-height: 35px !important;
    font-weight: 400 !important;
    font-size: 18px !important;
	text-transform: uppercase;
}
.shelters {
	width: 100%;
	max-width: 350px;
}
.su-spoiler-icon {
	line-height: 34px !important;
}
.votingleft {
	float:left;
	width: 49%;
}
.votingleft img {
	float: left;
	padding: 0 40px 100px 0;
}
.votingright {
	float: right;
	width: 49%;
}
.greybg {
	background-color: #E9EAEA;
	padding: 40px 0 10px;
	overflow: hidden;
}
.homeright .ai1ec-pagination {
	display: none !important;
}
.ai1ec-views-dropdown {
    display: none !important;
}
.ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title {
	line-height: 24px !important;
	border-radius: 2px !important;
}
.ai1ec-agenda-widget-view .ai1ec-month, .ai1ec-agenda-view .ai1ec-month {
    background: #cea560 !important;
	border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-shadow: none !important;
	letter-spacing: 1px !important;
}
.ai1ec-agenda-widget-view .ai1ec-day, .ai1ec-agenda-view .ai1ec-day {
    background-color: #1F5088 !important;
    color: #fff !important;
	border-radius: 0 !important;
	font-size: 20px !important;
	padding: 6px 0 10px !important;
}
.ai1ec-agenda-widget-view .ai1ec-weekday, .ai1ec-agenda-view .ai1ec-weekday {
    background-color: #cea560 !important;
    color: #fff !important;
	font-weight: 300;
}
.ai1ec-agenda-widget-view .ai1ec-date, .ai1ec-agenda-view .ai1ec-date {
	background: none !important;
}
.ai1ec-agenda-view .ai1ec-event {
    background: none !important;
    border: medium none !important;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-time {
    color: #cea560 !important;
    font-weight: 400 !important;
	font-size: 16px !important;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
    font-size: 18px !important;
	color: #1F5088 !important;
}
.ai1ec-agenda-widget-view .ai1ec-date, .ai1ec-agenda-view .ai1ec-date {
    background: none !important;
    border-top: none !important;
	border-bottom: 1px solid #cea560 !important;
}
.ai1ec-agenda-view .ai1ec-actions {
    display: none !important;
}
.ai1ec-agenda-view .ai1ec-event-toggle {
    display: none !important;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-expanded {
    box-shadow: none !important;
	border: none !important;
}
.ai1ec-agenda-view .ai1ec-date {
    padding: 25px 0 0 !important;
}
.ai1ec-agenda-view .ai1ec-event-description {
    font-size: 18px !important;
	color: #1F5088 !important;
}
.ai1ec-btn-toolbar .ai1ec-btn-group.ai1ec-btn-group-xs {
    display: none !important;
}
.ai1ec-date a, .ai1ec-date a:link, .ai1ec-date a:visited, .ai1ec-date a:active, .ai1ec-date a:hover {
	background: none !important;
}
.timely .ai1ec-btn.ai1ec-disabled, .timely .ai1ec-btn[disabled], fieldset[disabled] .timely .ai1ec-btn {
	opacity: 1.0 !important;
}
.timely a {
	color: #5D81A9 !important;
}
.ai1ec-pull-left {
    display: none !important;
}
.ai1ec-agenda-view .ai1ec-event-summary-footer {
    display: none !important;
}
.ai1ec-calendar-toolbar {
    border: none !important;
}
.ai1ec-month-view .ai1ec-date {
	background-color: transparent !important;
	font-size: 12px !important;
	float: left !important;
}
.timely .ai1ec-btn-default {
	border-color: #1F5088 !important;
	color: #fff !important;
	background-color: #1F5088 !important;
	font-size: 18px;
}
.ai1ec-month-view th {
	background-color: #cea560 !important;
	color: #fff !important;
}
.ai1ec-weekday th {
	background-color: #cea560 !important;
	color: #fff !important;
}
.ai1ec-empty {
	background-color: transparent !important;
}
.ai1ec-oneday-view th {
	font-weight: 200 !important;
}
.ai1ec-prev-year, .ai1ec-next-year {
	display: none !important;
}
.ai1ec-prev-month, .ai1ec-next-month {
	color: #1F5088 !important;
	font-size: 16px;
}
#sidebar .ai1ec-btn-toolbar {
	display: none;	
}
.menu-park-container {
	padding: 8px;
	border-radius: 8px;
	background-color: #1F5088;
}
.menu-park-container a {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
		text-transform: uppercase;
}
.menu-park-container a:hover {
	color: #CEA560;
}
.menu-park-container li.menu-item-520 a {
	color: #CEA560;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}
.menu-departments-container {
	padding: 8px;
	border-radius: 8px;
	background-color: #1F5088;	
}
.menu-departments-container a {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
}
.menu-departments-container a:hover {
	color: #CEA560;
}
.menu-departments-container li.menu-item-518 a {
	color: #CEA560;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}
.menu-government-container {
	padding: 8px;
	border-radius: 8px;
	background-color: #1F5088;
}
.menu-government-container a {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
}
.menu-government-container a:hover {
	color: #CEA560;
}
.menu-government-container li.menu-item-519 a {
	color: #CEA560;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}
.menu-township-container {
	padding: 8px;
	border-radius: 8px;
	background-color: #1F5088;
}
.menu-township-container a {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
}
.menu-township-container a:hover {
	color: #CEA560;
}
.menu-township-container li.menu-item-521 a {
	color: #CEA560;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}
tbody tr:nth-child(2n) td, tbody tr.even td {
    background: none;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
    background-color: #fff;
    border: medium none;
    height: 30px;
    padding-left: 8px;
    width: 100%; 
	font-size: 12px;
	font-family: 'Open Sans', sans-serif; 
}
.wpcf7-tel {
	background-color: #fff;
    border: medium none;
    height: 30px;
    padding-left: 8px;
    width: 100%;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif; 
}
.wpcf7 textarea {
    height: 195px;
    background-color: #fff;
    border: medium none;
    padding-left: 8px;
    width: 100%;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif; 
}
.wpcf7-checkbox {	
	margin-bottom: 15px;
}
.wpcf7-submit {
    background-color: #1F5088;
    border: medium none;
    color: #fff;
    font-size: 18px;
    height: 75px;
    width: 100%;
	max-width: 300px;
	text-align: center;
}
.formbox {
	width: 100%;
	max-width: 1150px;
	margin: 30px auto 0 auto;
	color: #2B621D;
	font-weight: bold;
	padding: 50px;
	background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#dbc08d, #c59c52); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#dbc08d, #c59c52); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#dbc08d, #c59c52); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#dbc08d, #c59c52); /* Standard syntax */
}
.formbox td {
	color: #254F87;
	font-weight: bold;
	margin-bottom: 20px;
	
}
tbody tr:nth-child(2n) td, tbody tr.even td {
    background: none;
}
.captcha {
	text-align: center;
	margin: 0 auto;
}
.social {
	text-align: right;
	width: 100%;
	text-transform: uppercase;
	float: right;
	padding-top: 20px;
}
.fa-credit-card, fa-car {
	width: 40px;
	height: 20px;
	color: #7F9BBB;
}
.contactleft {
	float: left;
	width: 49%;
}
.contactright {
	float: right;
	width: 49%;
}
.numbers {
	width: 80%;
}
.numbers th {
	text-transform: uppercase;
	color: #CEA560;
	font-size: 18px;
}


.attachment-post-thumbnail {
	max-width: 180px;
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
}
.leaves th {
	color: #CEA560;
	font-weight: bold;
	font-size: 22px;
	padding-right: 20px;
}
.leaves td {
	vertical-align: top;
	padding: 15px 15px 15px 5px;
	border-bottom: solid 1px #CEA560;
}
.leaves td.areas {
	max-width: 250px;
	padding-right: 50px;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
#real-accessability a#real-accessability-btn {
    background-color: #063d8d;
    position: absolute;
    top: 150px !important;
}




/* =========================
   STAFF / CONTACT
========================= */

.staff-list {
	margin: 30px 0;
}
.contact {
  border-bottom: solid 1px #e8dbc7;
  padding: 45px 0;
  color: #254f87;
  font-size: 16px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.contact-image {
	flex: 0 0 210px;
}
.contact-image img {
	max-width: 210px;
	width: 100%;
	height: auto;
	display: block;
}
.contact-content {
	flex: 1;
}
.contact h1,
.contact .staff-name {
	color: #244f85;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 5px;
}

.contact h2, .contact .staff-title {
  color: #c29237;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0 0 15px;
}
.contact a {
	color: #c29237;
}
.staff-contact-toggle {
	margin-top: 15px;
	background: none;
	border: none;
	color: #c29237;
	font-weight: 700;
	cursor: pointer;
	padding: 0;
	text-decoration: underline;
}
.staff-contact-form {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #D5D7D8;
}



/* =========================
   MEETING SECTIONS
========================= */


.meetingagenda {
	padding-top: 25px;
	font-weight: 600;
	display: block;
}
.meetings {
	margin-left: 25px;
}
.meetingsyear {
	font-size: 20px;
}
.meetings h1 {
	margin: 0 0 30px;
}
.meetings h2 {
	margin: 45px 0 20px;
}
.meetings h2:first-of-type {
	margin-top: 0;
}
.meeting-item {
	margin-bottom: 24px;
}
.meetingagenda {
	margin-bottom: 8px;
	font-weight: 600;
	line-height: 1.5;
}
.meeting-links {
	line-height: 1.5;
}
.meeting-links a {
	text-decoration: none;
}
.meeting-links a:hover,
.meeting-links a:focus {
	text-decoration: underline;
}
.meeting-years a:hover,
.meeting-years a:focus,
.meeting-years a.active {
	text-decoration: underline;
}
.meetings-layout {
	display: flex;
	gap: 40px;
}
.meeting-years {
	width: 120px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.meeting-years a {
	display: block;
	padding: 10px 15px;
	background: #f3f3f3;
	color: #000;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	transition: all 0.2s ease;
}
.meeting-years a:hover {
	background: #ddd;
}
.meeting-years a.active {
	background: #C2A265;
	color: #fff;
}
.meetings-content {
	flex: 1;
}
.rpc-title {
    text-overflow: ellipsis;
    white-space: wrap !important;
}

/* =========================
    MILITARY SECTION
========================= */

.militarybg {
	background: linear-gradient( to bottom, #D5D7D8 0%, #D5D7D8 3%, #F9F9F9 36%, #F9F9F9 100% );
	padding: 75px 0;
	overflow: hidden;
}
.military {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	font-size: 16px;
	display: flex;
	flex-wrap: wrap; 
	align-items: flex-start;
	padding: 0 15px;
}
.militaryleft {
	width: 45%;
	display: flex;
	align-items: flex-start;
}
.militaryleft img {
	max-width: 100%;
	height: auto;
	display: block;
}
.militaryright {
	width: 55%;
}
.militaryright a {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 5px;
}
.militaryright a:hover {
	color: #1F5088;
}


/* =========================
    ALERTS SECTION 
========================= */

.top-alerts {
	position: relative;
	z-index: 9999;
}
.site-alerts-inner {
	min-height: 42px;
}
.site-alerts {
	background: #254F87;
	color: #fff;
	width: 100%;
	font-size: 15px;
	position: relative;
	z-index: 9999;
}
.site-alerts-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 20px;
	overflow: hidden;
	position: relative;
	min-height: 42px;
	display: flex;
	align-items: center;
}
.site-alert {
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	visibility: hidden;
	transition: opacity .6s ease-in-out;
}
.site-alert.is-active {
	opacity: 1;
	visibility: visible;
}
.site-alert-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.site-alert-text {
	display: flex;
	align-items: center;
	gap: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.alert-icon {
	font-size: 22px;
	flex-shrink: 0;
	color: #C29237;
	margin-rihgt: 8px;
}

.site-alert a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	flex-shrink: 0;
}
.home1 {
	max-width: 1500px;
	width: 100%;
	margin: 50px auto;
	padding: 0 15px;
}
.home1 h2 {
  text-align: center;
  margin-bottom: 75px;
  font-size: 50px;
  text-transform: none;
  font-weight: 700;
  line-height: 1;
}
.home1 h2 span {
  color: #C29237;
  font-size: 24px;
  text-transform: uppercase;
	font-weight: 500;
}
.home2 {
	display: flex;
	gap: 30px;
	margin: 80px auto;
	max-width: 1500px;
	width: 100%;
	padding: 0 15px;
}
.home2-left {
	flex: 0 0 70%;
}
.home2-right {
	flex: 0 0 27%;
}


/* =========================
    NEWS SECTION 
========================= */

.blog-post-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 30px 0;
}

.blog-post-card {
	position: relative;
	flex: 0 0 calc(33.333% - 20px);
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
	padding-bottom: 80px;
	min-height: 380px;
	display: flex;
	flex-direction: column;
}

.blog-post-card-top {
	background: #254F87;
	padding: 25px 20px;
	text-align: center;
	min-height: 170px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.blog-post-card-logo {
	width: 55px;
	height: auto;
	display: block;
	margin: 0 auto 12px;
}
.blog-post-card h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
}

.blog-post-card-content {
	padding: 22px;
	flex-grow: 1;
}

.blog-post-card-content p {
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-post-card-button {
	position: absolute;
	bottom: 22px;
	left: 50%;
	transform: translateX(-50%);
	background: #C29237;
	color: #fff;
	padding: 10px 22px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
}

.blog-post-card-button:hover {
	background: #a87d2e;
	color: #fff;
}

.blog-filter-wrap {
  margin: 20px auto 30px;
  text-align: right;
  max-width: 1500px;
  width: 100%;
  padding: 0 15px;
}

.blog-filter-wrap select {
	padding: 10px 14px;
	min-width: 260px;
}

.blog-load-more-wrap {
	text-align: center;
	margin: 30px 0;
}

.blog-load-more {
	background: #254F87;
	color: #fff;
	border: 0;
	padding: 12px 24px;
	border-radius: 4px;
	font-weight: 700;
	cursor: pointer;
}

.blog-load-more:hover {
	background: #1d3f6d;
}

.hidden-blog-post {
	display: none;
}
.all-blog-posts .hidden-blog-post {
	display: none !important;
}

.blog-post-card-button,
.blog-post-card-button:visited,
.blog-post-card-button:active,
.blog-post-card-button:focus {
	position: absolute;
	bottom: 22px;
	left: 50%;
	transform: translateX(-50%);
	background: #C29237;
	color: #fff;
	padding: 10px 22px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
}

.blog-post-card-button:hover {
	background: #a87d2e;
	color: #fff;
}

.blog-post-card {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-post-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.single-post .single-blog-post {
	padding: 55px;
	background: #fff;
}
.single-blog-header {
	margin-bottom: 25px;
}

.single-blog-header h1 {
	margin-bottom: 8px;
}

.single-blog-date {
	font-size: 15px;
	color: #666;
	margin-bottom: 20px;
}

.single-post-featured-image {
	margin-bottom: 25px;
}

.single-post-featured-image img {
	display: block;
	max-width: 100%;
	height: auto;
}
.all-blog-posts {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.all-blog-posts .blog-post-item {
	flex: 0 0 calc(33.333% - 20px);
	display: flex;
}

.all-blog-posts .blog-post-card {
	width: 100%;
	flex: 1;
}

/* =========================
    POOL SECTION 
========================= */

.pool {
	display: flex;
	gap: 60px;
	align-items: flex-start;
}

.pool-left {
	flex: 1 1 0;
	min-width: 0;
}

.pool-right {
	flex: 0 0 30%;
	box-sizing: border-box;
	margin-top: 98px;
	background-color: #eee;
	padding: 20px;
	min-width: 0;
	overflow-wrap: break-word;
}

.pool img {
	width: 100%;
	height: auto;
}
.pool-left a {
	display: block;
	text-decoration: underline;
}
.pool-right .contact {
	padding: 0;
	border: none;
}
.bluebutton {
	max-width: 300px;
	width: 100%;
	text-align: center;
	padding: 10px;
	background-color: #254F87;
	display: block;
  	margin: 0 auto;
}
.bluebutton:hover {
	background-color: #C29237;
}
.pool-right a {
	color: #fff #important;
}


/* =========================
   RESPONSIVE SECTION 
========================= */

@media only screen and (min-width: 0px) and (max-width: 1100px) {
.militaryleft {
	float: none;
	width: 95%;
	margin: 0 auto;
	text-align: center;
}
.militaryleft img {
	float: none;
	text-align: center;
	margin: 0 auto;
	max-width: 472px;
	width: 100%;
	height: auto;
}
.militaryright {
	float: none;
	width: 95%;
	margin: 0 auto;
}
}

@media only screen and (min-width: 0px) and (max-width:1000px) {

.searchtop {
	display: none;
}
.rightsidetop {
	padding-right: 5px;
}
.desktop {
	display: none;
}
.mobile {
	display: block;
}	
}

@media only screen and (min-width: 0px) and (max-width: 950px) {

}

@media (max-width: 900px) {
.blog-post-card {
		flex: 0 0 calc(50% - 15px);
}
.all-blog-posts .blog-post-item {
		flex: 0 0 calc(50% - 15px);
}
}



@media only screen and (min-width: 0px) and (max-width: 850px) {
.icontext {
	display: none;
}
.icons h1 {
	font-size: 16px;
}
.homeicons {
	margin-top: -50px;
}
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
.homeposts {
	display: none;
}
.mobileposts {
	display: block;
}
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
.column1 {
	float: none;
	width: 95%;
	margin: 0 auto;
}
.column2 {
	display: none;
}
.column3 {
	display: none;
}
.column4 {
	display: none;
}
.bottom1 {
	display: block;
}
.bottom2 {
	display: block;
}
.bottom3 {
	display: block;
}
.bottom4 {
	display: none;
}
.bottom5 {
	display: block;
}
.votingleft {
	float: none;
	width: 98%;
	margin: 0 auto;
}
.votingleft img {
	float: none;
	padding: 0 40px 100px 0;
}
.votingright {
	float: none;
	width: 98%;
	margin: 0 auto;
}
.meetings h1 {
	margin-bottom: 24px;
}

.meetings h2 {
	margin: 35px 0 16px;
}
.meeting-item {
	margin-bottom: 20px;
}
.militaryleft, .militaryright {
	width: 100%;
}
.home2 {
	flex-direction: column;
}
.home2-left, .home2-right {
	flex: 100%;
}
.content-inner {
	flex-direction: column;
}
.content-area {
	flex-direction: column;
}
.content-area #primary, .content-area #sidebar {
	width: 100%;
	flex: 1 1 100%;
}
.alignleft, img.alignleft, .alignright, img.alignright {
	margin: 0 auto;
	display: block;
	float: none;
}
.contact {
	flex-direction: column;
}
.contact-image, .contact-image img {
	max-width: 100%;
}
.pool {
	flex-direction: column;
}

.pool-left, .pool-right {
		flex: 100%;
		width: 100%;
}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.innerbanner img {
	display: none;
}
.innerbanner2 {
	display: none;
}
.titlebox {
	margin-top: 0;
}
.titlebox2 {
	margin-top: 0;
}

#main {
	padding-top: 0;
}
}
@media only screen and (min-width: 0px) and (max-width: 650px) {
.icons {
	float: none;
	width: 80%;
	margin: 0 auto;
}
.icons img {
	max-width: 80px;
}
.commissioners img {
	float: none;
}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
.logo {
	width: 95%;
	float: none;
	text-align: center;
	margin: 0 auto;
	padding-left: 0;
}
.rightsidetop {
	float: none;
	width: 95%;
	margin: 0 auto;
}
.phonetop {
	float: none;
	width: 100%;
	margin: 0 1%;
} 
.blog-post-card {
		flex: 0 0 100%;
}
.all-blog-posts .blog-post-item {
		flex: 0 0 100%;
	}
}

@media only screen and (min-width: 0px) and (max-width: 500px) {

}

@media only screen and (min-width: 0px) and (max-width: 347px) {

}