@import url("//fonts.googleapis.com/css?family=Bebas+Neue:regular|Roboto:200,300,500,600,700,800,900,regular|");
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap");

a.nav-skip {
  color: black;
  font-weight: bold;
}

.utilities {
  width: 100%;
  background: #253054;
  height:35px;
}
.utilities #googleContainer {
  max-width: 1152px;
  padding: 3px 0;
  display: none;
}
.utilities #googleContainer #google_translate_element {
  background: white;
}

header.wrapper {
  width: 100%;
  margin: auto;
}

.header-container {
  background: white;
}

#header_textOnly {
  display: none;
}

#header_fullImage {
  display: none;
}

#header_default {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;

}
#header_default .townLogo {
  order: 1;
  width: 95%;
  margin: auto;
  margin-top: 10px;

    /*display: flex;
    justify-content: space-between;*/
}
#header_default .townLogo img {
  /*  width: 100%;*/
  max-width: 250px;
  margin: auto;
  display: block;
}
#header_default .bgImage {
  width: 100%;
  order: 3;
  height: 400px;
  /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 1) 100%), url(/images/header-background.jpg) center center no-repeat;*/
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%), url(/images/header-background.jpg) center center no-repeat;
  background-size: cover;
  /*border-top: 6px solid #026041;*/
}
#header_default .bgImage img {
  width: 100%;
  display: none;
}
#header_default #cssmenu {
  order: 2;
}

#trigger {
  display: none;
}
#cssmenu {
  background: none;
}
#cssmenu #menu-button {
  color: rgb(2, 36, 79);
  text-align: center;
}
#cssmenu ul {
  width: 100%;
  height: 100%;
  margin: auto;
  max-width: 1152px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#cssmenu ul li {
  padding-top: 2px;
}
#cssmenu ul li:hover {
  padding-top: 0;
/*  background: #3b3b3b;*/
  /*background: linear-gradient(145deg, #274886 0%, #001E50 100%);*/
  /*border-top: 2px solid rgb(255, 255, 255);*/
  /*border-radius: 30px;*/
  background:#e8e9f4;
  text-decoration: underline;
  text-decoration-line: underline;



}
#cssmenu ul li:hover a {
  /*color: rgb(255, 255, 255);*/
  color: #253054;
  text-decoration: underline;
  text-decoration-line: underline;
}
#cssmenu ul li a {
  /*color: rgb(2, 36, 79);
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 18px;*/

  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  color: #253054;
  text-decoration: none;
  font-size: 1.235em;
  padding-top: 0.5em;
  padding-right: .2em;
  padding-bottom: 0.5em;
  padding-left: .2em;
  transition: .2s ease-in-out;
  position: relative;
  z-index: 1;
  margin-top: 0;
  border-radius: 12px 12px 0 0;
}

/*.main-container {
  border-bottom: 6px solid #026041;
}*/

.main {
  padding: 0;
  min-height: 300px;
}

.main article {
  display: block;
  margin: auto;
  padding: 15px;
  background: white;
  margin-top: -275px;
  /*margin-top: -12em;*/
  margin-bottom: 1em;
  box-shadow: 0 3px 10px #0003;
  border-radius: 20px;
}

.footer-container {
  background-color: #253054;
/*  background-image: url(/ImageRepository/Document?documentID=86);*/
  background-position: right bottom;
  background-repeat: no-repeat;
  /*border-top: 10px solid rgb(216, 175, 74);*/
  padding-top: 2em;
  padding-bottom: 2em;
  /*background: linear-gradient(0deg, #001E50 0%, #274886 100%);*/
}

#SiteDesignFoot1 {
  width: 100%;
  max-width: 1432px;
  margin: auto;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}


#SiteDesignFoot1 .top {
  padding: 1em;
  color: white;
  border-bottom: 1px solid #026041;
  display: flex;
  flex-direction: column;
  text-align: center;
}

#SiteDesignFoot1 .top a{
  color: white;
}

#SiteDesignFoot1 .top h3:after{
  display: block;
  content: '';
  background: #fecd06;
  height: 3px;
  width: 60px;
  margin: .3em auto;
}

#SiteDesignFoot1 .top ol.semanticList li {
    padding-top: .25em;
    padding-bottom: .25em;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    color: #fff;
}
#SiteDesignFoot1 .top ol.semanticList {
    margin: 0;
    padding: 0;
    list-style: none;
}



#SiteDesignFoot1 .top .townSeal {
  margin: auto;
}
#SiteDesignFoot1 .top .townInfo {
  font-family: "Maven Pro";
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  color: white;
/*  color: rgb(2, 36, 79);*/
}

#SiteDesignFoot1 .top .townInfo a {color:rgb(242, 242, 242)};

#SiteDesignFoot1 .top .townInfo h3 {
  color: #fff;
}
#SiteDesignFoot1 .bottom {
  padding: 1em;
  text-align: center;
}
#SiteDesignFoot1 .bottom .poweredBy {
  width: 200px;
  background: white;
  margin: auto;
  border-radius: 5px;
}

.modtaxstd_index section {
  clear: both;
}

@media (min-width: 480px) {
    .moddatasearch .form-container {
        width: 30em;
        margin: auto;
    }
}

@media screen and (min-width: 768px) {
  #header_default .townLogo {
    width: 50%;
  }

  /*#SiteDesignFoot1 {
    flex-direction: row;
    justify-content: space-between;
  }*/
  #SiteDesignFoot1 .top {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  #SiteDesignFoot1 .top h3:after{
    margin: 0.3em 0;
  }  
  #SiteDesignFoot1 .top .townSeal {
    margin: 0;
  }
  #cssmenu ul {
    flex-direction: row;
  }
  #cssmenu ul li a {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  #trigger {
    display: block;
    width: 1px;
  }

  #header_default {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #header_default .townLogo {
    padding: 0.5em 0 0.5em 1em;
    width: 40%;
    max-width: 475px;
    margin: 0;
  }
  #header_default #cssmenu {
    margin: 0 auto;
    width: 60%;
  }
}

/*# sourceMappingURL=main.css.map */
