/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/lato-v23-latin-regular.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/lato-v23-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/lato-v23-latin-italic.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/lato-v23-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/lato-v23-latin-700.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/lato-v23-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/lato-v23-latin-700italic.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/lato-v23-latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

#body {
  background-color: black !important;
}

.container-fluid {
  border: 0px solid red;
}

.tester {
  display: none;
}

body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #242526;
}
@media screen and (min-width: 576px) {
  body {
    font-size: 18px;
  }
}

h1 {
  font-size: 1.625em;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  h1 {
    font-size: 1.77778em;
  }
}

h2 {
  font-size: 1.375em;
  font-weight: 400;
}
@media screen and (min-width: 576px) {
  h2 {
    font-size: 1.333333em;
  }
}

h3 {
  font-size: 1.111111em;
  font-style: italic;
  font-weight: 400;
}

h4 {
  font-size: 1.111111em;
  font-weight: 400;
}

li.nav-item {
  font-size: 1.111111em;
}

pre {
  font-size: 0.8em;
}

a {
  text-decoration: underline;
  color: #7e9c1b;
}

a:hover {
  text-decoration: underline;
}

header,
footer {
  color: #fafafa;
}

header li {
  line-height: 1;
}
header ::-webkit-input-placeholder {
  font-style: italic;
}
header ::-moz-placeholder {
  font-style: italic;
}
header :-ms-input-placeholder {
  font-style: italic;
}
header ::input-placeholder {
  font-style: italic;
}
header a {
  font-size: 1.111111em;
  color: #fafafa;
  text-decoration: none;
}
header a:hover {
  text-decoration: underline;
}

header {
  background-color: #003048;
}
header .strapline {
  margin: 82px 0px 40px 0;
  max-width: 90%;
}
@media screen and (max-width: 1024px) {
  header .strapline {
    display: none;
  }
}
header .logo {
  margin: 40px 20px 40px 30px;
}
@media screen and (max-width: 800px) {
  header .logo {
    margin: 30px 20px;
  }
}
@media screen and (max-width: 600px) {
  header .logo {
    margin: 20px 20px;
    width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 350px) {
  header .logo {
    width: 85%;
    height: auto;
  }
}
header ul {
  list-style-type: none;
  display: inline-block;
  margin: 0px;
  padding: 0;
}
header li {
  display: inline-block;
  padding: 0 0px;
  border-right: 2px solid #fff;
}
header li:last-child {
  border: 0;
}
header .secondary-menu div {
  float: right;
}
@media screen and (max-width: 1024px) {
  header .row div:last-child {
    text-align: left;
  }
}
header .row div {
  white-space: nowrap;
}
header a:hover {
  text-decoration: underline;
}
header .nav-link:hover {
  text-decoration: underline;
}
/*
  header .banner-image {
    background-image: url("/images/base/banner.jpg"); }

#library .banner-image {
  background-image: url("/images/base/library-banner.jpg"); }
*/
.do-it-mobile {
  display: flex;
  flex-direction: column;
  margin-left: 200px;
  clear: left;
}

.banner-image {
  height: 25.42vw;
  background-size: cover;
  margin: 0px 15px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .banner-image {
    height: 425px;
    width: 1500px;
  }
}
.banner-image .do-it {
  height: 60px;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 48, 72, 0.75);
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner-image .do-it li {
  height: inherit;
}
.banner-image .do-it a {
  color: #fafafa;
  height: inherit;
  padding: 20px 20px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .banner-image .do-it {
    height: 40px;
  }
  .banner-image .do-it a {
    padding: 10px 20px;
  }
  .banner-image .do-it li {
    padding: 5px 0;
  }
}
.banner-image .do-it li {
  display: inline-block;

  padding: 0 0;
}
.banner-image .do-it li:last-child {
  border: 0;
}
@media screen and (max-width: 800px) {
  .banner-image .do-it {
    display: none;
  }
}
.banner-image .do-it ul {
  height: 100%;
}
.banner-image .do-it .do-it-title {
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  color: #fafafa;
  background-color: #607c13;
  vertical-align: top;
}
.banner-image .do-it .do-it-title p {
  margin-top: 20px;
  font-size: 22.222px;
}
@media screen and (max-width: 1024px) {
  .banner-image .do-it .do-it-title p {
    margin-top: 10px;
  }
}

.move-up {
  margin-top: -60px;
}

@media screen and (max-width: 800px) {
  .move-up {
    margin-top: 0px;
  }
}

@media screen and (max-width: 800px) {
  .navbar-collapse {
    background-color: #fff;
    height: 306px;
  }
  .navbar-collapse .navbar-nav {
    width: 50%;
  }
  .navbar-collapse .navbar-nav li.nav-item {
    border: 0;
    margin: 2px;
    background-color: #003048;
    min-height: 38px;
  }
  .navbar-collapse .navbar-nav li.contact-us {
    background-color: #7e9c1b;
  }
  .navbar-collapse .do-it-mobile {
    width: 50%;
    margin-left: 50%;
    margin-top: -40px;
  }
  .navbar-collapse .do-it-mobile li.nav-item {
    border: 0;
    margin: 2px;
    background-color: #edf4f6;
    min-height: 38px;
  }
  .navbar-collapse .do-it-mobile li.do-it-title {
    background-color: #7e9c1b;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 15px;
    font-size: 22px;
  }
  .navbar-collapse .do-it-mobile a {
    color: #242526;
  }
}
@media screen and (max-width: 600px) {
  .navbar-collapse {
    height: 300px;
  }
}

.navbar-toggler-icon {
  color: white;
  height: 30px;
  width: 60px;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(250, 250, 250, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.secondary-menu {
  /*
    border: 1px solid yellow;
    > div { border: 1px solid white; }
  */
  padding: 30px 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .secondary-menu {
    padding: 30px 50px 0 30px;
  }
}
.secondary-menu ul {
  margin-bottom: 15px;
}
.secondary-menu > div {
  max-width: 400px;
}
.secondary-menu .contact-search {
  display: block;
}
.secondary-menu .secondary-links {
  text-align: right;
  margin-bottom: 0;
  margin-top: 10px;
  position: absolute;
  right: 45px;
}
@media screen and (max-width: 1024px) {
  .secondary-menu .icons {
    width: 50%;
  }
}
.secondary-menu .secondary-links li a {
  padding: 0 15px;
}
.secondary-menu .secondary-links li:last-child a {
  padding: 0 0 0 15px;
}
.secondary-menu form input[type="search"] {
  width: 370px;
  border: 0;
  padding-left: 5px;
}
@media screen and (max-width: 1024px) {
  .secondary-menu form input[type="search"] {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .secondary-menu {
    display: none;
  }
}
.secondary-menu .contact-us {
  text-transform: uppercase;
  text-align: center;
  vertical-align: bottom;
}
.secondary-menu .contact-us a {
  padding: 9px 16px;
}

.mobile-search {
  width: 50%;
  float: right;
}
@media screen and (min-width: 800px) {
  .mobile-search {
    display: none;
  }
}
.mobile-search form input[type="search"] {
  width: 100%;
  border: 0;
}

.navbar-expand-md {
  z-index: 9;
  background-color: rgba(0, 48, 72, 0.75);
  padding: 0;
}
.navbar-expand-md button {
  color: #fafafa;
  text-transform: uppercase;
  background-color: #7e9c1b;
  border-radius: 0;
  width: 50%;
  overflow: visible;
  margin-top: -40px;
}
.navbar-expand-md ul {
  height: 60px;
}
@media screen and (max-width: 1024px) {
  .navbar-expand-md ul {
    height: 60px;
  }
}
@media screen and (max-width: 800px) {
  .navbar-expand-md {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 601px) {
  .navbar-expand-md {
    width: 100%;
    height: auto;
  }
}
.navbar-expand-md a {
  color: #fafafa;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .navbar-expand-md a {
    text-transform: none;
  }
}
.navbar-expand-md .dropdown-toggle::after {
  border: 0;
}
.navbar-expand-md li.nav-item {
  border-right: 2px solid #e5e5e5;
  display: inline-block;
}
.navbar-expand-md li.contact-us {
  height: 60px;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding: 19px 30px;
}
@media screen and (max-width: 1024px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 19px 3.3vw;
    white-space: nowrap;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .navbar-expand-md li.contact-us {
    display: none;
  }
}
.navbar-expand-md .dropdown-menu {
  background-color: #edf4f6;
  width: 80vw;
  font-size: 14px;
  padding: 30px;
  width: 80vw;
  margin-top: 0;
}
@media screen and (min-width: 1500px) {
  .navbar-expand-md .dropdown-menu {
    width: 1200px;
  }
}
.navbar-expand-md .dropdown-menu a {
  color: #242526;
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
  line-height: 1.2;
  padding: 1px;
}
.navbar-expand-md .dropdown-menu a span {
  font-weight: 700;
  display: block;
  font-size: 14px;
}
.navbar-expand-md .dropdown-menu a:hover span {
  text-decoration: underline;
}
.navbar-expand-md .custom-toggler {
  width: 50%;
}
.navbar-expand-md .services-dd {
  margin-left: -1px;
}
.navbar-expand-md .districts-dd {
  margin-left: -170px;
}
.navbar-expand-md .council-dd {
  margin-left: -335px;
}
.navbar-expand-md .library-dd {
  margin-left: -503px;
}
@media screen and (max-width: 1024px) {
  .navbar-expand-md .dropdown-menu {
    width: 88vw;
  }
  .navbar-expand-md .districts-dd {
    margin-left: -282px;
  }
  .navbar-expand-md .council-dd {
    margin-left: -440px;
  }
  .navbar-expand-md .services-dd {
    margin-left: -120px;
  }
  .navbar-expand-md .library-dd {
    margin-left: -600px;
  }
}
@media screen and (max-width: 800px) {
  .navbar-expand-md .dropdown-menu {
    width: 88vw;
  }
  .navbar-expand-md .districts-dd {
    margin-left: 0;
    margin-top: 60px;
  }
  .navbar-expand-md .council-dd {
    margin-left: 0;
    margin-top: 20px;
  }
  .navbar-expand-md .services-dd {
    margin-left: 0;
    margin-top: 100px;
  }
  .navbar-expand-md .library-dd {
    margin-left: 0;
    margin-top: 0px;
  }
}
.navbar-expand-md .dropdown-item {
  text-transform: none;
  display: inline;
  padding: 0;
  white-space: normal;
}
.navbar-expand-md .heading-bar {
  margin: 0;
  padding-left: 15px;
}
.navbar-expand-md .heading-bar a {
  background-color: #7e9c1b;
  color: #fafafa;
  font-size: 16px;
  padding: 10px;
}
.navbar-expand-md .heading-bar a:hover {
text-decoration: underline;
}
.navbar-expand-md li.contact-us {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 800px) {
  .navbar-expand-md li.contact-us {
    position: static;
  }
}
@media screen and (min-width: 801px) {
  .navbar-expand-md .do-it-mobile {
    display: none;
  }
}
.navbar-expand-md .mobile-secondary {
  background-color: #003048;
}
.navbar-expand-md .mobile-secondary ul {
  display: inline-block;
}
.navbar-expand-md .mobile-secondary ul a {
  text-transform: none;
}
.navbar-expand-md .mobile-secondary .icons li {
  padding: 0 4px;
  padding: 0 1.5vw;
}
.navbar-expand-md .mobile-secondary .secondary-links li {
  padding: 0 8px;
  padding: 0 3vw;
}

li.contact-us {
  display: inline-block;
  background-color: #607c13;
  border: 0 !important;
}
li.contact-us a {
  color: #fafafa;
}
@media screen and (min-width: 1025px) {
  li.contact-us {
    display: none;
  }
}

ul.icons {
  list-style-type: none;
}
ul.icons li {
  border: 0;
  padding: 0 5px;
  display: inline-block;
}
ul.icons li i {
  color: #242526;
  background-color: white;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  text-align: center;
  padding: 7px 0px 7px 0px;
  margin-top: 8px;
}

form input[type="search"],
form input[type="text"],
form input[type="email"] {
  border-radius: 2px;
  height: 40px;
  border: 2px solid;
}
@media screen and (max-width: 1024px) {
  form input[type="search"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media screen and (min-width: 801px) {
  .mobile-secondary {
    display: none;
  }
}

.breadcrumb {
  background-color: inherit;
  border-bottom: 1px solid #787d80;
  border-radius: 0;
  margin: 0 0 30px 0;
  padding: 30px 0 10px 0;
}
@media screen and (max-width: 800px) {
  .breadcrumb {
    padding: 15px 0;
  }
}
.breadcrumb a {
  text-decoration: none;
  color: inherit;

  /* background-color: #edf4f6; */
  display: inline-block;
  margin-right: 15px;
  vertical-align: bottom;
}
.breadcrumb ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  display: inline-flex;
  align-items: center;
  height: 20px;
  margin: 0 10px 0 0;
}

.left-menu {
  font-size: 16px;
  padding-left: 0;
}
.left-menu ul {
  list-style-type: none;
  padding-left: 0;
}
.left-menu a {
  text-decoration: none;
  color: #242526;
  width: 95%;
  display: block;
}
.left-menu li.active > p {
  text-decoration: underline;
}
.left-menu a:hover {
  text-decoration: underline;
}
.left-menu span {
  text-decoration: none;
  float: right;
  margin-right: -5px;
  display: block;
}
.left-menu li ul li {
  background-color: #edf4f6;
  margin: 5px 0;
  padding: 5px 0;
}
.left-menu p {
  padding-left: 15px;
  min-height: 30px;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1;
}
.left-menu nav > ul > li > p {
  background-color: #003048;
  margin: 0;
  width: 100%;
  height: 40px;
}
.left-menu nav > ul > li > p a {
  color: #fafafa;
}
.left-menu li ul ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.left-menu li ul ul li {
  padding: 0;
}
.left-menu .related-pages .navbar-collapse {
  height: auto;
}
.left-menu .related-pages h2 {
  color: #fafafa;
  padding: 15px;
  background-color: #003048;
  font-weight: normal;
  font-size: 16px;
}
.left-menu .related-pages a {
  color: #7e9c1b;
  text-decoration: underline;
  display: inline;
}
.left-menu .related-pages li {
  line-height: 1.2;
  margin-bottom: 10px;
}

.emergency-link {
  color: #a62103;
  text-decoration: underline;
  font-size: 2.2rem;
}

@media screen and (max-width: 600px) {
  .emergency-link {
    font-size: 1.8rem;
  }
}
.emergency-modal {
  width: 90%;
  max-width: 1150px;
}
@media screen and (max-width: 600px) {
  .emergency-modal {
    width: 97%;
  }
}
.emergency-modal .modal-content {
  border: 10px solid black;
  margin-top: 140px;
}
.emergency-modal a {
  text-decoration: underline;
}
.emergency-modal .modal-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.emergency-modal .modal-header h1 {
  width: 80%;
}
.emergency-modal .modal-header div {
  width: 20%;
  text-align: right;
}
.emergency-modal .modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.emergency-modal .modal-footer div {
  width: 50%;
  vertical-align: top;
}
.emergency-modal .modal-footer div:last-of-type {
  text-align: right;
}
.emergency-modal .modal-footer .btn {
  background-color: #a1c038;
}

.tester > div {
  background-color: #ccc;
  border: 1px solid yellow;
}

@media screen and (max-width: 400px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 1500px) {
  .container-fluid {
    max-width: 1500px;
  }
}

.search-index ul a {
  font-size: 24px;
}

.nobullet {
  list-style-type: none;
  padding-left: 0;
}

.homepage-content h2 {
  background-color: #003048;
  color: #fafafa;
  text-transform: uppercase;
  height: 60px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-content h2 a {
  display: block;
  color: #fafafa;
  text-decoration: none;
}
.homepage-content h2 a:hover {
  color: #e5e5e5;
  text-decoration: underline;
}
.homepage-content .quicklinks p {
  margin: 3px 0!important;
  line-height: 1.4!important;
}
.homepage-content .quicklinks a {
  color: #242526;
  text-decoration: none;
  padding: 8px 8px;
  font-size: 16px;
  display: block;
  width: 100%;
  background-color: #edf4f6;
}

nav.quicklinks {margin-bottom: 20px}


.homepage-content .quicklinks a span {
  float: right;
}
.homepage-content .quicklinks a:hover {
  text-decoration: underline;
}
.homepage-content .status-1 {
  background-color: #ba0404;
}
.homepage-content .status-2 {
  background-color: #d97806;
}
.homepage-content .status-3 {
  background-color: #7e9c1b;
}
.homepage-content .status-4 {
  background-color: #61b2c6;
}
.homepage-content .status-item a {
  color: #fafafa;
  display: block;
  padding: 15px;
  font-style: normal;
  text-decoration: none;
}
.homepage-content .status-item a span {
  float: right;
}
.homepage-content .status-item a:hover {
  text-decoration: underline;
  color: #fff;
}
.homepage-content .situation-status p {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .homepage-content .situation-status p {
    display: none;
  }
  .homepage-content .situation-status nav.quicklinks p {
    display: block; }
}

@media screen and (max-width: 1175px) and (min-width: 1025px){
  h2 {font-size: 16px!important}
    
  }

a:hover {
  color: #a1c038;
}

.homepage-content {
  margin-top: 40px;
}

.front-news {
  background-color: #edf4f6;
  line-height: 1.3;
  font-size: 16px;
  clear: left;
  margin-bottom: 10px;
  vertical-align: top;
}
.front-news h3 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
}
.front-news h3 a {
  text-decoration: none;
  color: #242526;
}
.front-news h3 a:hover {
  text-decoration: underline;
}
.front-news > div {
  display: inline-block;
}
@media screen and (min-width: 801px) {
  .front-news > div {
    width: 48%;
    vertical-align: top;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .front-news > div {
    width: 65%;
    vertical-align: top;
  }
  .front-news > div:first-of-type {
    width: 33.33%;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .front-news > div {
    width: 48%;
    vertical-align: top;
  }
  .front-news > div:first-of-type {
    width: 48%;
  }
}
.front-news .front-news-text {
  padding: 10px;
}
.front-news .front-news-text .read-more {
  text-decoration: none;
  color: #242526;
  font-size: 20px;
  display: block;
  float: right;
}
.front-news .read-more:hover {
  text-decoration: underline;
}

.front-news-listing {
  border: 2px solid #edf4f6;
  padding: 10px;
  margin: 0;
}
.front-news-listing:nth-of-type(odd) {
  background-color: #fff;
}
.front-news-listing p {
  margin: 0;
}

.it-block {
  padding: 5px;
  margin: 10px 0;
}
.it-block h3 {
  background-color: #003048;
  font-size: 18px;
  margin-bottom: 3px;
  font-style: normal;
  height: 60px;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.it-block h3 a {
  color: #fafafa;
  text-decoration: none;
  width: 100%;
  display: block;
  line-height: 1.2;
}
.it-block h3 a span {
  float: right;
}

.library a {
  color: #459bb0;
}
.library a:hover {
  color: #7e9b1c;
}

.library-sub-footer {
  margin-top: 40px;
}
.library-sub-footer p {
  font-size: 16px;
  margin-bottom: 8px;
}
.library-sub-footer h3 {
  font-style: normal;
  display: inline;
  text-transform: uppercase;
  font-weight: 400;
}
.library-sub-footer h4 {
  color: #459bb0;
}
.library-sub-footer i {
  background-color: #fff;
  margin: 0 10px;
  padding: 5px 10px;
  border-radius: 20px;
}
.library-sub-footer .library-footer-heading {
  color: #fafafa;
  background-color: #459bb0;
  min-height: 40px;
  text-align: center;
  padding-top: 7px;
  margin-bottom: 20px;
}
.library-sub-footer .library-footer-heading a {
  display: inline;
}

.calendar td {
  border: 1px solid;
  vertical-align: text-top;
  padding: 5px;
}
.calendar div {
  min-height: 30px;
}
.calendar div {
  font-size: 14px;
}
.calendar div > div:first-of-type {
  font-size: 20px;
}
.calendar hr {
  margin: 5px 0;
}
.calendar .right {
  text-align: right;
}
.calendar .right a:last-of-type {
  text-decoration: none;
}
.calendar .left a:first-of-type {
  text-decoration: none;
}

.meeting-files {
  padding: 20px 0;
}
.meeting-files a {
  text-decoration: none;
}
.meeting-files a:hover {
  text-decoration: underline;
  color: #a1c038;
}
.meeting-files p {
  margin-bottom: 12px;
  line-height: 1.1;
}

.meeting-files:nth-of-type(even) {
  background-color: #edf4f6;
}

/*
form .field > .heading {
  display: none; }
*/

form .required .heading:after {
  content: "(Required)";
  color: red;
  font-size: 0.8rem;
}
form .heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 5px;
}
form button[type="submit"] {
  margin-top: 40px;
}
form input[type="text"],
form input[type="email"] {
  width: 600px;
  border-radius: 2px;
  border: 2px solid #787d80;
  outline: none !important;
}
form input[type="radio"] {
  width: 20px;
}
form input:focus,
form textarea:focus {
  border: 3px solid #7e9c1b;
}
form label {
  margin-right: 40px;
}
form textarea {
  width: 600px;
  border-radius: 2px;
  border: 2px solid #787d80;
  outline: none !important;
}
@media screen and (max-width: 800px) {
  form input[type="text"] {
    width: 99%;
  }
  form textarea {
    width: 99%;
  }
}
form input[type="submit"] {
  min-height: 40px;
  background-color: #7e9c1b;
  font-size: 18px;
  color: #fafafa;
  border: 2px solid #a1c038;
  min-width: 200px;
}
@media screen and (max-width: 800px) {
  form input[type="submit"] {
    width: 100%;
  }
}
form input[type="submit"]:hover {
  background-color: #a1c038;
  outline: none !important;
}
form input[type="submit"]:active {
  background-color: #a1c038;
  border-color: #7e9c1b;
  outline: none !important;
}

#readspeaker_button {
  margin-bottom: 20px;
}

.profiles h3 {
  font-style: normal;
  color: #7e9c1b;
  font-size: 24px;
}
.profiles p {
  margin-bottom: 0;
}

table {
  font-size: 0.8rem;
  margin: 10px 0;
  width: 100%;
}
td,
th {
  border: 1px solid #ddd;
  padding: 2px 5px;
  vertical-align: top;
}
tr:nth-child(2n + 1) {
  background-color: #edf4f6;
}
tr:first-of-type td,
th {
  padding: 8px 5px;
}
th {
  background-color: #a1c038;
}

.std-tbl {
  font-size: 0.8rem;
  margin: 10px 0;
  width: 100%;
}
.std-tbl td,
.std-tbl th {
  border: 1px solid #ddd;
  padding: 2px 5px;
  vertical-align: top;
}
.std-tbl tr:nth-child(2n + 1) {
  background-color: #edf4f6;
}
.std-tbl tr:first-of-type td,
.std-tbl th {
  padding: 8px 5px;
}
.std-tbl th {
  background-color: #a1c038;
}

.std-tbl-top-row tr:first-of-type {
  background-color: #a1c038;
}
.std-tbl-top-row tr:first-of-type td {
  border-color: #7e9c1b;
}
.status-item {
  margin-bottom: 4px;
}
.status-item p a {
  text-decoration: underline;
}

.paginate {background-color: #eee; padding: 5px; margin: 0 10px}

.pagination {
  margin-top: 60px;
  font-size: 24px;
}
.pagination span {
  background-color: #7e9c1b;
  color: #fff;
}
.pagination .active:hover {
  text-decoration: none;
  background-color: #7e9c1b;
  cursor: auto;
}
.pagination a {
  text-decoration: none;
  color: #7e9c1b;
}
.pagination a:hover {
  color: #a1c038;
}

.date {
  font-style: italic;
  font-size: 0.8em;
  margin-bottom: 5px;
}

.listing h3 {
  font-style: normal;
  font-size: 22px;
  margin-bottom: 0;
}
.listing h3 a {
  text-decoration: none;
}
.listing li {
  margin-bottom: 40px;
}

.a2z li:nth-of-type(odd) {
  background-color: #fafafa;
}

.a2z li {
  padding: 10px;
}

.forms li:nth-of-type(odd) {
  background-color: #fafafa;
}

.forms li {
  padding: 15px 10px;
  margin: 0;
}
.forms li p {
  margin: 0;
}
.forms a {
  text-decoration: none;
}

#share-icons {
  list-style-type: none;
  padding-left: 0;
  filter: grayscale(1);
}
#share-icons li {
  display: inline-block;
  margin-right: 20px;
}
#share-icons .facebook > div > span {
  vertical-align: top !important;
  margin-left: -5px;
  margin-top: 0px;
}

.card-item {
  margin-bottom: 30px;
}
.card-item h3 {
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 5px;
}
.card-item h3 a {
  text-decoration: none;
}
.card-item p {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.card {
  padding: 10px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin: 20px 0 30px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 40px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapperOuterFix {
  max-width: 400px;
}

@media (max-width: 400px) {
  .videoWrapper {
    padding-bottom: 51%;
  }
}

.videoWrapperOuterFix .videoWrapper {
  padding-bottom: 51%;
}

.videoText {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.videoWrapperOuter .textWidth {
  max-width: 1000px;
  margin: 0 auto;
}
.videoWrapperOuter .fullScreen {
  margin: 0 100px;
  margin: 0 5vw;
}

@media screen and (max-width: 1500px) {
  .videoWrapperOuter .fullScreen {
    margin: 0 100px;
    margin: 0 2vw;
  }
}
@media screen and (max-width: 1200px) {
  .videoWrapperOuter .fullScreen {
    margin: 0 100px;
    margin: 0 5px;
  }
}

#rangitikei-line .rl-wide-image {
  margin: 10px 0 20px;
}
#rangitikei-line .rl-half-image {
  width: 50%;
  margin: 10px 0;
}
#rangitikei-line .rl-half-image,
#rangitikei-line .rl-wide-image {
  border: 1px solid #eee;
  padding: 10px;
}
#rangitikei-line .rl-half-image span,
#rangitikei-line .rl-wide-image span {
  display: block;
  padding-top: 5px;
  font-style: italic;
}
@media screen and (max-width: 600px) {
  #rangitikei-line .rl-half-image,
  #rangitikei-line .rl-wide-image {
    width: 100%;
  }
}
#rangitikei-line .top-image {
  margin: 10px 0 30px;
}
#rangitikei-line .float-left {
  margin-right: 20px;
}
#rangitikei-line .float-right {
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  #rangitikei-line .float-left,
  #rangitikei-line .float-right {
    float: none;
  }
}

.front-overlay {
  background-color: rgba(126, 156, 27, 0.8);
  color: #fff;
  position: relative;
  top: -280px;
  left: 100px;
  max-width: 320px;
  padding: 8px 12px;
  line-height: 1.3;
  display: flex;
  opacity: 0;
  animation: fadeIn 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.front-overlay a {
  text-decoration: underline;
  color: #fff;
}
.front-overlay .icon i {
  font-size: 62px;
}
.front-overlay .icon {
  vertical-align: top;
  margin-top: 8px;
  margin-right: 10px;
  flex: 0 0 auto;
}
.front-overlay .overlay-text {
  flex: 1 1 auto;
}
.front-overlay span {
  font-size: 24px;
  display: block;
}
.front-overlay p {
  margin: 0;
  font-size: 16px;
}
@media screen and (max-width: 1500px) {
  .front-overlay {
    top: -16vw;
  }
}
@media screen and (max-width: 1200px) {
  .front-overlay {
    top: -16vw;
    left: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .front-overlay {
    top: -17vw;
    left: 3vw;
  }
}
@media screen and (max-width: 800px) {
  .front-overlay {
    top: -18vw;
    left: 3vw;
  }
}
@media screen and (max-width: 600px) {
  .front-overlay {
    top: -20vw;
    left: 2vw;
    max-width: 280px;
    padding: 6px 4px 2px 10px;
  }
  .front-overlay span {
    font-size: 20px;
  }
  .front-overlay .icon i {
    font-size: 48px;
  }
}

.odd-shading > div:nth-child(even) {
  background-color: #edf4f6;
}
.div-child-padding-20-10 > div {
  padding: 20px 15px 40px;
}
.font-smaller {
  font-size: 16px;
  line-height: 1.3;
}
.font-smaller p {
  margin-bottom: 8px;
}

.news .container-fluid .col-12 {
  padding-left: 0;
}
.news .video-outer-container {
  max-width: 1000px;
}
.news figure > div {
  float: right;
  max-width: 660px;
  width: 50%;
  border: 1px solid #7e9c1b;
  padding: 10px;
  margin: 0 0 10px 10px;
}
figcaption {
  font-style: italic;
}
.news figure img {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .news figure > div {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

.matrix-image {
  margin-top: 20px;
}
.matrix-text {
  margin-top: 40px;
}

.site-alert {
  padding: 10px;
}
.site-alert p {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.3;
}
.site-alert .icon p {
  font-size: 36px;
  line-height: 1.2;
}
.site-alert .buttonDiv {
  text-align: right;
}
.site-alert button {
  border-radius: 0;

  padding: 0 5px;
}
#site-alert-outer {
  background-color: #edf4f6;
  width: 100%;
}

.accordion .card {
  border: 0;
  padding: 0 0 5px 0;
}
.accordion .card-header {
  padding: 0.25rem;
  background-color: #edf4f6;
}
.accordion .card-header h5 button {
  margin: 0;
  color: #7e9c1b;
}
.accordion .card-header h5 button:hover {
  color: #a1c038;
}

.outer-grid-messages {
  width: 150%;
}
.outer-grid-messages .modalMessages .date {
  color: #999;
}
@media screen and (max-width: 800px) {
  .outer-grid-messages {
    width: 100%;
  }
}
.outer-grid-messages .grid {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 1px;
}
.outer-grid-messages .grid__item {
  grid-row-end: span var(--row-span);
}
@media screen and (max-width: 567px) {
  .outer-grid-messages .grid__item {
    grid-row-end: span var(--row-span-wide-mobile);
  }
}
@media screen and (max-width: 400px) {
  .outer-grid-messages .grid__item {
    grid-row-end: span var(--row-span-narrow-mobile);
  }
}
.outer-grid-messages .grid img {
  width: 100%;
  max-width: 100%;
}
.outer-grid-messages .grid .cover {
  height: 100%;
  object-fit: cover;
}
.outer-grid-messages .modalMessages .modal-dialog {
  width: 1000px;
  max-width: 90%;
}
.outer-grid-messages .modalMessages .modal-header {
  display: none;
  padding: 16px 16px 0;
  border: 0;
}
@media screen and (max-width: 800px) {
  .outer-grid-messages .modalMessages .modal-header {
    display: block;
  }
  .outer-grid-messages .modalMessages .wideButtons {
    display: none;
  }
  .outer-grid-messages .modalMessages h2 {
    margin-top: 10px;
  }
}

.front-messages.no-wrap {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.front-messages.no-wrap img {
  border-right: 2px solid #fff;
  float: left;
  display: inline;
}
.front-messages .inner {
  width: 4000px;
}
@media screen and (max-width: 1024px) {
  .front-messages.no-wrap {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 800px) {
  .front-messages img {
    max-height: 120px;
  }
}
@media screen and (max-width: 575px) {
  .front-messages img {
    max-height: 80px;
  }
}

.front-overlay-2 {
  background-color: transparent;
  padding: 0;
  display: block;
  top: -270px;
  min-height: 180px;
  max-width: 320px;
  margin-bottom: -190px;
}
@media screen and (max-width: 1499px) {
  .front-overlay-2 {
    top: -17vw;
  }
}
@media screen and (max-width: 1199px) {
  .front-overlay-2 {
    top: -18vw;
  }
}
@media screen and (max-width: 1024px) {
  .front-overlay-2 {
    top: -19.5vw;
    display: flex;
    max-width: 650px;
    min-height: 0;
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 449px) {
  .front-overlay-2 {
    left: 1vw;
    top: -20vw;
    font-size: 14px;
  }
}
.front-overlay-2 .front-overlay-block {
  padding: 4px 10px 6px;
  display: flex;
  margin-bottom: 10px;
  max-width: 320px;
}
@media screen and (max-width: 1024px) {
  .front-overlay-2 .front-overlay-block {
    margin-right: 10px;
    width: 44vw;
  }
}
@media screen and (max-width: 449px) {
  .front-overlay-2 .front-overlay-block {
    margin-right: 1vw;
    padding: 0px 4px;
  }
  .front-overlay-2.front-overlay-block:last-of-type {
    margin-right: 3vw;
  }
}
.front-overlay-2 .overlay-text {
  margin-top: 5px;
}
@media screen and (max-width: 449px) {
  .front-overlay-2 .overlay-text span {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  .front-overlay-2 .front-overlay-block .icon {
    display: none;
  }
}
.front-overlay-1 {
  background-color: transparent;
  padding: 0;
  display: block;
  min-height: 90px;
  margin-bottom: -100px;
}
@media screen and (max-width: 600px) {
  .front-overlay-1 {
    margin-bottom: -120px;
  }
}
@media screen and (max-width: 449px) {
  .front-overlay-1 {
    top: -24vw;
  }
}
.front-overlay-1 .front-overlay-block {
  padding: 4px 10px 6px;
  display: flex;
  margin-bottom: 10px;
  max-width: 96%;
}

.front-page-gallery {
  margin-top: 20px;
}
.front-page-gallery h2 a {
  display: block;
  width: 100%;
  text-align: center;
}
.front-page-gallery h2 a span {
  float: right;
  margin-right: 10px;
}
.news-block h2 a {
  display: block;
  width: 100%;
  text-align: center;
}
.news-block h2 a span {
  float: right;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .quicklinks-block {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .news-block {
    margin-top: 20px;
  }
}

.news-text {
  max-width: 1000px;
}
.link-button-outline {
  border-radius: 25px;
  border: 2px solid #7e9c1b;
  background-color: inherit;
  display: table;
  margin: 10px 0;
}
.link-button-outline a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
.link-button-outline a:hover {
  text-decoration: underline;
}

.link-button-solid {
  border-radius: 25px;
  border: 2px solid #7e9c1b;
  background-color: #7e9c1b;
  display: table;
  margin: 10px 0;
}
.link-button-solid a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
}
.link-button-solid a:hover {
  text-decoration: underline;
}

.skip-to-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: #7e9c1b;
  color: white;
  opacity: 0;
}
.skip-to-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
.skip-to-article-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: #7e9c1b;
  color: white !important;
  width: auto !important;
  opacity: 0;
}
.skip-to-article-link:focus {
  left: 15%;
  transform: translateX(-50%);
  opacity: 1;
}

address {
  margin-bottom: 0;
}

footer h3 {
  text-transform: uppercase;
}

footer h3 {
  font-size: 1.1111em;
  font-weight: 400;
  font-style: normal;
}

footer {
  background-color: #003048;
  padding: 30px 30px 5px;
  line-height: 1.5;
  margin-top: 40px;
}
footer ul {
  list-style-type: none;
}

footer a {
  color: #fafafa;
  text-decoration: none;
}
footer a:hover {
  color: #e5e5e5;
  text-decoration: underline;
}
footer ul {
  padding: 0;
}
footer li:first-child {
  padding-left: 0;
}
footer .row:first-child div:last-child p {
  margin-bottom: 0;
}
footer > div {
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  footer .copyright {
    text-align: right;
  }
}
footer ul.icons {
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  footer h3 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  footer > div > div:first-of-type h4,
  footer > div > div:first-of-type h3 {
    margin-top: 0px;
  }
  footer li {
    margin-bottom: 5px;
    min-height: 30px;
  }
}

.edit-link {
  margin-left: 20px;
  font-size: 14px;
  color: #bbb;
}
.edit-link a {
  margin-right: 0;
}

.faqQ {
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
}

.faq-btn {
  white-space: normal;
  text-align: left;
  text-indent: -25px;
  padding-left: 30px;
}

#councillorInterests button h3 {
  font-style: normal;
  color: #7e9c1b;
  margin: 0;
}
#councillorInterests .btn-link {
  color: #7e9c1b;
}
#councillorInterests h4 {
  font-size: 1.1em;
  font-weight: 700;
  margin: 0;
}
#councillorInterests .card-body p {
  margin: 0 0 0 20;
  font-size: 16px;
}
#councillorInterests .card {
  border: 0;
  padding: 0;
  margin-bottom: 5px;
}
#councillorInterests .toggle {
  color: #ccc;
  text-decoration: underline;
  margin: 5px 5px 5px 0;
  font-size: 0.8rem;
  cursor: pointer;
}
#councillorInterests .toggle:hover {
  color: #999;
}

@media screen and (min-width: 1025px) {
  footer > div:first-of-type > div:first-of-type {margin-left: 3vw; margin-right: -7vw}
}

@media screen and (min-width: 1400px) {
  footer > div:first-of-type > div:first-of-type {margin-left: 5vw; margin-right: -5vw}
}

@media screen and (min-width: 1920px) {
  footer > div:first-of-type > div:first-of-type {margin-left: 100px; margin-right:-100px}
}


.container-fluid.wide {max-width: 1920px; padding: 0}
.banner-image { height: 30vw}
@media screen and (min-width: 1500px) {
    .banner-image {
        width: 1920px;
    }
    footer > div > div.col-lg-3 {max-width:350px!important;}
}
footer > div {  
  margin-left: auto;
  margin-right: auto;      
}

footer > div {max-width: 1920px;  }

.profile-bio {margin-top: 10px; font-size: 17px }

li.nav-item a.nav-link.dropdown-toggle:hover { text-decoration: underline!important; color: #a1c038; cursor: pointer;}
