/* CSS Document */
html, body {
  font-family: 'Lato', sans-serif !important;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 10px !important;
  margin-bottom: 5px !important;
  line-height: 1.4em;
}
#cse-search-box [type=submit]
{
  border: 1px solid #0076be;
  width: 100px;
  font-size: 15px;
  padding: 6px;
  margin-left: 10px;
  margin-top: 10px;
  background-color: #0076BE !important;
  color: #fff !important;
  border-radius: 5px;
}
#cse-search-box input, #cse-search-box select
{
  border-style: solid !important;
  border-width: 1px;
  border-color: #0076be;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
legend {
  font-weight: bold;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: .95em;
}
fieldset {
  padding: 20px;
  margin-bottom: 10px;
}
#maincontent {
  clear: both;
  padding: 20px;
  padding-top: 120px;
  margin: auto;
  width: 85%;
}

.searchbar{
    padding: 10px;
}
.leftsidebar {
  width: 45%;
    padding:10px;
    padding-top: 20px;
}

.rightsidebar {
  width: 25%;
  float: right;
    padding:10px;
 
    border-left: 1px solid #eee;
}
a, a:link, a:visited {
  color: #0076BE;
  text-decoration: none;
}
a:hover, a:active {
  color: #000000;
  border-bottom: 1px dotted #000000;
}
a:visited {
  color: #7d25d0;

}
a:active, a:focus, button:focus, button:active, input:focus, input:active, textarea:focus, textarea:active, select:focus, select:active, iframe:focus, iframe:active, details:focus, details:active {
  outline: 2px solid #5E9ED6 !important;
  outline: 5px auto -webkit-browser-ring-color !important;
}
ul, ol {
  margin-top: -5px;
}
ul ul, ol ol {
  margin-top: -2px;
}
[type=button], [type=submit], button, a.button {
  padding: 5px;
  cursor: pointer;
}
input, select {
  padding: 5px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;

}
th, td {
  padding: 5px;
  border: 3px solid #fff !important;
}
th {
  border-bottom: 5px solid #fff !important;
  text-transform: uppercase;
  font-size: 1.1em;
}
th {
  background-color: #0076BE;
  color: #fff;
}
td {
  background-color: #F7F7F7;
  color: #000;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#header {
  padding-left: 10px;
  padding-top: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border-bottom: 0.1rem solid black;
  height: 85px;
  position: fixed;
  width: 100%;
  background: #fff;
  color: #000;
  z-index: 20000;
}

.logo {
  float: left;
  max-width: 140px;
  height: auto;
}
#footer {
  background-color: #000;
  color: #fff;
  padding: 20px;
  min-height: 150px;
  margin-top: 30px;
  text-align: center;
	    clear: both;
}
.bottomright, .bottomleft {
  float: left;
  min-height: 125px;
}
.copyright {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  clear: both;
}
table td .fas {
  font-size: 22pt;
  margin-right: 5px;
  border: 2px solid #0076BE;
  border-radius: 5px;
  background: #F7F7F7;
  padding: 5px;
}
.comogov_mobile_menu {
  display: block;
}
.comogov_open_mobile_menu .fas {
  font-size: 28pt;
}
.comogov_open_mobile_menu {
  border-bottom: 0px !important;
}
.comogov_open_mobile_menu {
  display: none;
  float: left;
}
.menu {
  float: right;
}
.searchbutton {
  float: right;
  margin-top: -6px;
  margin-right: 50px;
}
.menu a, a.searchbutton {
  text-transform: uppercase;
  line-height: 85px;
  height: 85px;
  display: block;
  padding: 0px 15px 0px 15px;
  vertical-align: baseline;
  font-size: 1.2em;
  color: #000;
  text-decoration: none;
  border-bottom: 0px dotted #0076BE;
}
.menu a:hover, a.searchbutton:hover {
  background: #0076be;
  color: #fff;
}
.menu li {
  display: inline-block;
  padding-right: 40px;
}
.mobile-nav-close, h2.deptheader {
  display: none !important;
}
/* skip links */
a.wp-ada-compliance-skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.wp-ada-compliance-skip-link:active, a.wp-ada-compliance-skip-link:focus, a.wp-ada-compliance-skip-link:hover {
  color: #000;
  background-color: #eee;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 1.2em;
  z-index: 200000;
}
.error {
  color: #CC0000;
  clear: both;
}
#cms-menu {
  text-align: right;
  padding: 20px;
}
a.button {
  border: #fff solid 1px;
  padding: 7px;
  margin-left: 10px;
  text-decoration: none;
  background-color: #0074c9;
  font-weight: bold;
  color: #fff;
  background-image: none;
}

/* mobile styles */
@media (max-width: 1024px) {
  .header {
    position: relative;
    padding-top: 20px;
  }
  #maincontent {
    padding-top: 100px;
  }
  .menu li {
    padding-right: 10px;
  }
}

/* meeting materials */
	 button.button{
	
		 font-weight: bold;
	 }
     .boardhome{
        margin-right: 15px; 
     }
.dropbtn {
	padding: 8px;
    border: 1px solid #000 !important;
    
}

.dropdown {
	margin-right: 10px;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 350px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
#BCSelector{
	width: 850px;
	 }
.dropdown-content a {
  padding: 5px;
  display: block;
text-decoration:none;
	border-bottom: 1px dashed #ccc;
}

.dropdown a:hover {border: 0px !important;}

.show {display: block;}

@media (max-width: 823px) {
  .mobile-nav-close, h2.deptheader {
    display: block !important;
  }
	#maincontent{overflow: scroll;}
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1em;
  }
  .mobilehide {
    display: none;
  }
  #footer {
    min-height: 50px;
  }
  .bottomright, .bottomleft {
    float: left;
    min-height: 25px;
  }
  .header {
    padding-left: 0px;
    min-height: 150px;
    position: relative;
    padding-top: 20px;
  }
  .logo {
    width: 34%;
    margin-left: 10%;
  }
  #departmentMenu h2, .mobile-nav h2 {
    color: #0076BE;
    text-align: left;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 100%;
    border-bottom: 1px solid #000;
  }
  .comogov_open_mobile_menu {
    display: block;
    float: left;
    color: #000 !important;
    text-align: center;
    border: 1px solid #ccc !important;
    width: 65px;
    padding: 10px 5px 10px 5px;
    font-size: 14px;
    border-radius: 10px;
    margin-left: 0px;
  }
  .mobile-nav-close {
    display: inline;
    float: right;
    margin-left: 10px;
    color: #000 !important;
    background: #fff !important;
  }
  .mobile-nav {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    background: #fff;
    border-left: 1px solid #aeb0b5;
    border-right: 0;
    overflow-y: auto;
    width: 100%;
    z-index: 100000;
  }
  .mobile-nav-container {
    padding: 30px;
  }
  .menu ul {
    padding-inline-start: 0px !important;
  }
  .menu li {
    display: block;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee !important;
  }
  .menu a {
    line-height: 30px;
    height: 30px;
    display: block;
    padding: 0px 15px 0px 15px;
    vertical-align: baseline;
    font-size: 90%;
    color: #0076be;
    text-decoration: none;
    border-bottom: 0px dotted #0076BE;
    text-transform: capitalize;
  }
  a.searchbutton {
    color: #000;
    border: 1px solid #ccc !important;
    width: 65px;
    font-size: 25pt;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    margin-top: 0px;
    height: 55px;
    line-height: 55px;
    padding: 0px 5px 0px 5px;
    margin-right: 20px;
  }
}
@media print{
	#header>div a, #cms-menu{display:none;}
	body{width: 1024px !important; }
	#special_event{width: 1024px;}
}
@media (max-width: 350px) {
  .logo {
    margin-left: 20px;
  }
}
@media (max-width: 280px) {
  .logo {
    margin-left: 5px;
  }
}




#CMSHelpButton
{
  text-align: center;
  background-color: #0074C9;
  display: inline;
  float: right;
}

#CMSHelpButton > a
{
  color: white;
  padding: 7px;
}