@font-face {
  font-family: Recoleta;
  src: url('../fonts/Recoleta-Bold.woff2') format("woff2"), url('../fonts/Recoleta-Bold.eot') format("embedded-opentype"), url('../fonts/Recoleta-Bold.woff') format("woff"), url('../fonts/Recoleta-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Recoleta;
  src: url('../fonts/Recoleta-Light.woff2') format("woff2"), url('../fonts/Recoleta-Light.eot') format("embedded-opentype"), url('../fonts/Recoleta-Light.woff') format("woff"), url('../fonts/Recoleta-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Recoleta;
  src: url('../fonts/Recoleta-Medium.woff2') format("woff2"), url('../fonts/Recoleta-Medium.eot') format("embedded-opentype"), url('../fonts/Recoleta-Medium.woff') format("woff"), url('../fonts/Recoleta-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Recoleta;
  src: url('../fonts/Recoleta-Regular.woff2') format("woff2"), url('../fonts/Recoleta-Regular.eot') format("embedded-opentype"), url('../fonts/Recoleta-Regular.woff') format("woff"), url('../fonts/Recoleta-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.navbar {
  color: #344243;
  background-color: #0000;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
}

.navbar.town {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #fff;
  border-radius: 12px;
  width: 1270px;
  margin-left: -635px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 20px;
  left: 50%;
}

.nav-link {
  color: #17525a;
  background-color: #fff;
  border-radius: 7px;
  margin-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Karla, sans-serif;
  font-weight: 600;
}

.nav-link:hover, .nav-link.w--current {
  color: #fff;
  background-color: #eb840b;
}

.nav-link-2, .nav-link-3 {
  font-family: Merriweather, serif;
}

.section {
  margin-top: 0;
}

.body {
  background-color: var(--white);
  padding-left: 0;
  padding-right: 0;
}

.body.town {
  background-color: #f3ede4;
}

.container {
  background-color: var(--white);
  max-width: 100%;
  padding: 20px 10px 0;
}

.div-block {
  margin-top: 40px;
}

.heading {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  font-family: Droid Serif, serif;
  font-size: 60px;
  font-weight: 700;
  display: block;
}

.heading.heading-1 {
  color: #fff;
  margin-bottom: 0;
  font-family: Recoleta, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.paragraph {
  text-align: center;
  margin-top: 18px;
}

.paragraph.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.italic-text {
  font-family: Merriweather, serif;
}

.slide {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/DSC01960.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 75px;
  overflow: visible;
}

.slide-2 {
  background-image: url('../images/DSC02036.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/DSC01989.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  min-height: 350px;
}

.columns {
  margin-top: 20px;
}

.column, .column-2 {
  justify-content: center;
  display: flex;
}

.section-content {
  z-index: 9999;
  opacity: 1;
  color: #000;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: -30px;
  padding-top: 50px;
  padding-bottom: 0;
  font-size: 16px;
  position: relative;
}

.container-2 {
  background-color: var(--white);
  color: #000;
  border-radius: 20px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 19px;
}

.container-2.village-agenda {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
}

.heading-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Recoleta, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.heading-2.h_w {
  color: #fff;
}

.heading-2.h_w.lalign {
  text-align: left;
  margin-bottom: 0;
}

.heading-2.calign {
  text-align: center;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Recoleta, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.heading-3.lalign {
  text-align: left;
}

.heading-3.av_heading_dark {
  color: #000;
  text-align: left;
}

.heading-3.av_heading_dark.lalign {
  color: #000;
  text-transform: none;
  border-bottom: 1px solid #00000040;
  margin-bottom: 45px;
  padding-bottom: 30px;
}

.heading-3.av_heading_dark.av_heading_box {
  margin-bottom: 25px;
}

.heading-3.av_heading_dark.av_heading_box.mb15 {
  margin-bottom: 15px;
}

.heading-3.av_heading_dark.av_heading_box.av_calign, .heading-3.av_heading_dark.calign {
  text-align: center;
}

.heading-3.av_h_link {
  color: #ffa600;
  margin-top: 0;
  text-decoration: none;
}

.heading-4 {
  text-align: center;
}

.div-block-2 {
  background-color: var(--white);
  border-top: 10px solid #344243;
  padding-left: 28px;
  padding-right: 28px;
}

.div-block-2.av_town_fwbox {
  border-top-width: 3px;
  border-top-color: #17525a;
  border-radius: 12px;
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Karla, sans-serif;
  font-size: 16px;
}

.div-block-2.av_town_fwbox.mt0 {
  margin-top: 0;
  font-family: Karla, sans-serif;
}

.div-block-2.av_town_fwbox.mt0.tinfo {
  margin-bottom: 40px;
}

.div-block-2.av_town_fwbox.av_town_fwbox_last {
  margin-bottom: 60px;
}

.div-block-2.av_town_fwbox.zba {
  padding-bottom: 35px;
}

.div-block-2.av_town_fwbox.building {
  color: #000;
  padding-bottom: 20px;
}

.container-3 {
  background-color: var(--white);
  margin-top: 15px;
}

.link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-2 {
  justify-content: center;
  display: flex;
}

.columns-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.columns-2.village-footer {
  background-color: #3b5740;
}

.list-item {
  text-align: left;
  border: 1px #344243;
  margin-top: 13px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 28px;
  list-style-type: none;
}

.list-item.li16 {
  font-size: 16px;
}

.columns-3, .columns-3.town-home {
  margin-bottom: 10px;
}

.list-item-2 {
  text-align: center;
  border: 1px #344243;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: PT Sans, sans-serif;
}

.list-item-3 {
  text-align: center;
  border: 1px solid #344243;
  margin-top: 10px;
}

.list-item-4 {
  border: 1px solid #344243;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  list-style-type: none;
}

.list-item-5 {
  background-image: url('../images/donate-tree.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-3 {
  justify-content: center;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.list {
  margin-bottom: 0;
  padding: 0;
  font-family: Karla, sans-serif;
  font-size: 18px;
  list-style-type: none;
}

.list.parking {
  list-style-type: disc;
}

.div-block-4 {
  justify-content: center;
  display: flex;
}

.div-block-4.boardpic {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.text-block {
  text-align: left;
  font-family: Karla, sans-serif;
  font-size: 16px;
}

.text-block.town-board {
  color: #333333bf;
  text-align: left;
  font-family: Karla, sans-serif;
  font-weight: 400;
}

.heading-5 {
  text-align: left;
  font-family: Recoleta, sans-serif;
  font-size: 32px;
  line-height: 20px;
}

.heading-5.meeting {
  text-align: center;
  display: block;
}

.heading-5.calign {
  text-align: center;
}

.list-2 {
  color: #000;
  padding-left: 15px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 32px;
  list-style-type: disc;
}

.list-item-6, .list-item-7 {
  list-style-type: disc;
}

.heading-6 {
  color: #000;
  text-align: left;
  margin-top: 30px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-2, .icon {
  font-weight: 700;
}

.list-3 {
  list-style-type: none;
}

.list-3.minutes {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-5 {
  justify-content: center;
  display: flex;
}

.column-3 {
  border: 1px #000;
  padding-top: 0;
  font-family: Karla, sans-serif;
}

.list-4 {
  list-style-type: none;
}

.paragraph-2 {
  padding-top: 10px;
  padding-bottom: 0;
}

.bold-text {
  text-align: left;
}

.list-8 {
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 26px;
  list-style-type: disc;
}

.list-item-8, .list-item-9, .list-item-10 {
  list-style-type: disc;
}

.paragraph-3 {
  text-align: center;
  font-family: Karla, sans-serif;
}

.div-block-6, .div-block-7 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Karla, sans-serif;
}

.div-block-8 {
  font-family: Karla, sans-serif;
}

.list-item-11 {
  list-style-type: none;
}

.paragraph-4 {
  text-align: left;
  text-decoration: none;
}

.div-block-9, .div-block-10 {
  justify-content: center;
  display: flex;
}

.div-block-11 {
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-12 {
  display: flex;
}

.columns-4 {
  border: 1px #00000026;
  border-bottom-style: solid;
  margin-bottom: 30px;
  padding: 0 0 30px;
}

.columns-4.b0 {
  border-bottom-style: none;
}

.heading-7 {
  text-align: center;
}

.div-block-13 {
  background-color: #fff;
  border: 1px solid #00000040;
  border-radius: 7px;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 35px;
  font-family: Karla, sans-serif;
}

.list-9 {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 0;
}

.list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-14 {
  height: 75px;
}

.div-block-15 {
  height: 70px;
}

.list-item-17, .list-item-18 {
  text-align: center;
  list-style-type: none;
}

.paragraph-5 {
  text-align: center;
}

.list-10, .list-11 {
  list-style-type: none;
}

.text-span {
  text-align: left;
}

.heading-8 {
  text-align: center;
}

.paragraph-6 {
  text-align: right;
}

.div-block-16 {
  border: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.image {
  text-align: center;
}

.list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .list-item-25, .list-12, .list-13, .list-item-26, .list-14 {
  list-style-type: none;
}

.heading-9 {
  text-align: center;
}

.paragraph-7 {
  text-align: left;
}

.image-2, .image-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-4 {
  margin-bottom: 20px;
}

.heading-10, .heading-11 {
  text-align: center;
}

.paragraph-8 {
  padding-left: 108px;
}

.columns-5 {
  padding-bottom: 10px;
}

.heading-12 {
  text-align: center;
}

.columns-6, .columns-7, .columns-8, .columns-9, .columns-10, .columns-11, .columns-12, .columns-13, .columns-14 {
  border-top: 1px solid #000;
}

.columns-14.schools {
  text-align: center;
  border: 1px #000;
  padding-top: 10px;
}

.column-6 {
  border: 1px #000;
}

.link, .link-2 {
  color: var(--black);
  text-decoration: none;
}

.link-3 {
  color: #000;
  text-decoration: none;
}

.link-4 {
  color: var(--black);
  text-decoration: none;
}

.list-item-27, .list-item-28, .list-item-29 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.container-4 {
  background-color: var(--white);
}

.slide-4 {
  background-image: url('../images/DSC01968.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-2 {
  text-align: right;
}

.heading-13 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.heading-13.hunters {
  text-align: center;
  font-size: 35px;
  line-height: 35px;
}

.paragraph-9 {
  text-align: center;
}

.paragraph-9.new {
  color: #000;
  text-align: left;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
  text-decoration: none;
}

.paragraph-9.new.calign {
  text-align: center;
}

.paragraph-9.new.mt45 {
  margin-top: 45px;
}

.list-item-30 {
  border: 1px solid #000;
  margin-top: 10px;
}

.list-item-31 {
  color: var(--black);
  text-align: left;
  background-color: #fff;
  border: 1px solid #3f5a46;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
  text-decoration: none;
}

.list-item-32, .link-block-3 {
  text-align: center;
}

.list-item-33, .paragraph-10 {
  text-align: center;
  border: 1px solid #000;
}

.button {
  text-align: center;
  background-color: #ff8c00;
  border-radius: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-span-3 {
  text-align: center;
}

.button-2 {
  justify-content: center;
  display: flex;
}

.text-span-4 {
  text-align: left;
}

.div-block-17 {
  justify-content: center;
  display: flex;
}

.heading-14 {
  text-align: center;
  margin-top: 10px;
  padding-top: 0;
}

.text-block-3 {
  text-align: center;
  font-weight: 700;
  display: inline;
}

.text-block-4 {
  font-weight: 700;
}

.div-block-18 {
  border: 1px solid #000;
}

.dropdown-link, .dropdown-list {
  z-index: 999;
}

.dropdown-list.w--open {
  z-index: 999;
  position: static;
}

.dropdown-toggle, .dropdown-toggle.w--open {
  z-index: 100;
}

.bold-text-2 {
  font-weight: 400;
}

.paragraph-11 {
  text-align: center;
  font-size: 25px;
}

.list-item-34 {
  outline-offset: 0px;
  text-align: center;
  outline: 1px solid #333;
}

.div-block-19, .paragraph-12 {
  text-align: center;
}

.text-block-5 {
  text-align: left;
}

.heading-15 {
  text-align: center;
}

.div-block-20 {
  text-align: left;
  border: 0 #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  font-family: Karla, sans-serif;
  font-size: 16px;
  display: flex;
}

.heading-16 {
  font-size: 24px;
}

.paragraph-13 {
  border: 1px solid #000;
  border-radius: 20px;
  padding-top: 5px;
  padding-left: 7px;
  padding-right: 7px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.bold-text-3 {
  font-size: 12px;
}

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

.heading-17 {
  padding-left: 40px;
}

.paragraph-14 {
  text-align: center;
}

.image-5 {
  margin-top: 10px;
  margin-left: 10px;
}

.bold-text-4 {
  font-size: 20px;
}

.button-3 {
  text-align: center;
  margin-top: 10px;
  margin-left: 65px;
  padding: 20px 120px;
  position: static;
}

.list-item-35 {
  padding-bottom: 10px;
}

.button-4 {
  mix-blend-mode: normal;
  background-color: #eb840b;
  border-radius: 7px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.button-4.rec {
  text-align: center;
}

.button-4.ml10 {
  margin-left: 10px;
}

.button-5 {
  text-align: center;
  background-color: #eb840bbf;
  border-radius: 7px;
  order: 0;
  align-self: auto;
  margin-left: 10px;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.paragraph-15 {
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-21 {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 3px #fff;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 0 20px 8px #17525a;
}

.div-block-21.comp {
  color: #000;
}

.paragraph-16 {
  text-align: center;
}

.bold-text-5 {
  font-size: 22px;
  text-decoration: underline;
}

.button-6 {
  background-color: #506c54;
  border-radius: 10px;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-bottom: 20px;
  display: grid;
}

.list-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #283556;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: block;
}

.list-item-36 {
  color: #fff;
  border: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block-4 {
  object-fit: fill;
  object-position: 50% 50%;
  margin-left: 0;
  padding-left: 0;
}

.button-7 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #141c32;
  border: 1px solid #fff;
  border-radius: 0;
  outline: 2px solid #141c32;
  width: 300px;
  margin-right: 10px;
}

.button-8 {
  text-align: center;
  background-color: #141c32;
  border-radius: 8px;
  font-size: 24px;
  position: static;
}

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

.div-block-23 {
  text-align: center;
  display: block;
}

.av_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1170px;
  display: flex;
}

.nav-menu {
  flex: none;
  order: 0;
}

.av_top {
  background-color: #17525a;
  padding-top: 25px;
  padding-bottom: 25px;
}

.av_nav {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.av_social {
  flex: 1;
}

.av_social_icons {
  text-align: center;
}

.link-block-5 {
  width: 30px;
  height: 30px;
}

.av_social_link {
  opacity: .5;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 5px;
}

.av_social_link:hover {
  opacity: 1;
}

.av_brand {
  flex: 0 auto;
  align-self: center;
  width: 71px;
  max-width: 71px;
}

.av_p {
  color: #fff;
  text-align: left;
  max-width: 100%;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}

.av_p.m_0 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
}

.av_p.m_0.mr_0 {
  margin-left: 0;
}

.av_p.av_news_p {
  margin-bottom: 0;
}

.av_p.av_news_box_p {
  flex: 0 auto;
  max-width: 320px;
  margin-bottom: 0;
  margin-left: 400px;
  font-family: Karla, sans-serif;
  line-height: 28px;
}

.av_p.av_p_f {
  color: #21b589;
  margin-bottom: 0;
}

.av_logo.w--current {
  width: 71px;
  max-width: 71px;
}

.av_inline_link {
  color: #fff;
  margin-left: 5px;
}

.av_hero {
  text-align: center;
  background-image: url('../images/hero_frame_bottom.svg'), linear-gradient(#0000 24%, #000000bd 66%), url('../images/avon_hero_home.png');
  background-position: 50% 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: contain, auto, cover;
  padding: 275px 180px;
  position: relative;
  top: 0;
}

.av_hero.av_hero_town {
  background-image: url('../images/hero_frame_bottom.svg'), linear-gradient(#0000 24%, #000000bd 66%), url('../images/av_hero_town_bg.png');
  background-position: 50% 100%, 0 0, 50% 0;
  padding-left: 220px;
  padding-right: 220px;
}

.av_hero.av_hero_town.av_ht_main {
  background-image: url('../images/hero_frame_bottom.svg'), linear-gradient(#0000 24%, #000000bd 66%), url('../images/Avon_Trees_Building_0c80aaa2-a26f-4143-a67e-f9e88a063a4f.jpg');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, cover;
}

.av_hero.av_hero_town.av_ht_tg {
  background-image: url('../images/hero_frame_bottom.svg'), linear-gradient(#16525b, #162a5b);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.av_hero.av_hero_town.av_ht_tg.av_ht_av {
  background-image: url('../images/hero_frame_bottom.svg'), linear-gradient(#16525b, #a74812);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.av_cta_main {
  color: #fff;
  background-color: #eb840b;
  background-image: url('../images/cta_arrow_down.svg');
  background-position: 240px;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 5px solid #983c08;
  border-radius: 12px;
  margin-top: 30px;
  padding: 25px 80px 25px 30px;
  font-family: Karla, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.av_container_xl {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}

.av_container_xl.av_n {
  width: 1270px;
  margin-left: -635px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.av_news_box {
  z-index: 99;
  background-color: #58321c;
  border-radius: 12px;
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

.paragraph-17 {
  color: #fff;
}

.av_news_box_wrap {
  justify-content: space-between;
  align-items: center;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.av_news_box_left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.av_news_box_left.av_explore_top {
  border-bottom: 1px solid #ffffff40;
  padding-bottom: 30px;
}

.av_box_icon {
  margin-right: 15px;
}

.av_btn_small {
  color: #eb840b;
  border: 1px solid #eb840b;
  border-radius: 7px;
  flex: 0 auto;
  order: 1;
  align-self: auto;
  padding: 12px 25px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.av_btn_small:hover {
  color: #fff;
  background-color: #eb840b;
}

.av_btn_small.mt20 {
  margin-top: 20px;
  font-weight: 500;
  display: inline-block;
}

.av_btn_small.mt20:hover {
  color: #fff;
  background-color: #eb840b;
}

.av_btn_small.mt20.av_btn_2 {
  color: #fff;
  text-align: center;
  background-color: #eb840b;
  border-bottom-width: 3px;
  border-bottom-color: #983c08;
  margin-left: 5px;
  margin-right: 5px;
}

.av_section {
  z-index: 9;
  background-color: #f3ede4;
  background-image: url('../images/av_frame_white.svg'), url('../images/av_trees_bg.svg');
  background-position: 50% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, auto;
  border: 0 #000;
  margin-top: -1px;
  padding-top: 60px;
  padding-bottom: 140px;
  position: relative;
  top: -1px;
}

.av_container_sm {
  width: 1170px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.av_container_sm.lalign {
  z-index: 999;
  text-align: left;
  position: relative;
}

.av_container_sm.bt1 {
  border-top: 1px solid #ffffff40;
}

.av_box {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 45px;
  padding: 20px 20px 45px;
  box-shadow: 0 14px 25px #59321c26;
}

.av_box_image {
  border-radius: 7px;
  width: 100%;
  margin-bottom: 45px;
}

.av_box_image.av_bi_home {
  margin-bottom: 15px;
}

.av_paragraph {
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.av_paragraph.mb20 {
  margin-bottom: 20px;
}

.av_paragraph.av_paragraph_16 {
  font-size: 16px;
  line-height: 26px;
}

.av_paragraph.av_paragraph_16.mb30 {
  margin-bottom: 30px;
}

.av_box_in {
  padding-left: 25px;
  padding-right: 25px;
}

.av_sectionn {
  z-index: 99;
  background-color: #0000;
  border-top: 1px #000;
  margin-bottom: -3px;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  top: -1px;
}

.av_sectionn.av_above_footer {
  z-index: 999;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.av_explore {
  background-color: #17525a;
  border-radius: 12px;
  padding: 50px 0;
}

.av_explore_top {
  max-width: 1170px;
}

.column-7 {
  padding-left: 0;
}

.column-8 {
  padding-right: 0;
}

.av_explore_bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.av_p_l {
  color: #fff;
  margin-bottom: 30px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.av_explore_bottom_left {
  flex: 1;
  order: 0;
  max-width: 760px;
  padding-right: 10px;
}

.av_pic_collage {
  margin-top: 30px;
}

.av_explore_bottom_right {
  flex: 1;
  order: 1;
  align-self: auto;
  width: 370px;
  max-width: 370px;
}

.av_info_box {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
}

.av_info_table {
  margin-top: 30px;
}

.av_table_p {
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.av_info_row {
  border-top: 1px solid #c5d4d6;
  justify-content: space-between;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 6px;
  display: flex;
}

.av_section_ctas {
  z-index: 100;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.av_footer {
  z-index: 99;
  background-color: #17525a;
  background-image: url('../images/av_footer_frame.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 190px;
  padding-bottom: 60px;
  position: relative;
  top: 0;
}

.av_footer.av_footer_town {
  background-image: url('../images/av_frame_footer_town.svg');
  padding-top: 240px;
}

.av_footer.av_footer_town.av_footer_inpage {
  margin-top: 160px;
}

.av_trees_footer {
  z-index: 0;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}

.av_footer_wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.av_footer_left {
  max-width: 390px;
  position: relative;
}

.av_footer_contacts {
  margin-top: 30px;
}

.av_f_row {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
}

.av_footer_icon {
  width: 26px;
  margin-right: 12px;
}

.av_footer_right {
  width: 640px;
  max-width: 640px;
}

.av_footer_slider, .av_slider {
  border-radius: 12px;
  height: 450px;
}

.slide-nav {
  display: none;
}

.slide-5 {
  background-image: url('../images/av_footer_slide_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask {
  border-radius: 12px;
}

.av_footer_bottom {
  z-index: 99;
  background-color: #0e3136;
  border: 1px #000;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  top: 0;
}

.av_logo_footer {
  width: 136px;
  margin-top: -50px;
  margin-left: -68px;
  position: absolute;
  left: 50%;
}

.slide-6 {
  background-image: url('../images/av_footer_slide_5.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/av_footer_slide_4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/av_footer_slide_3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/av_footer_slide_2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.dropdown {
  color: #17525a;
  font-family: Karla, sans-serif;
  font-weight: 600;
}

.dropdown:active {
  border-bottom: 2px #000;
}

.av_dropnav_wrap {
  background-color: red;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.av_dd_toggle_noarrow {
  padding-right: 20px;
}

.icon-2 {
  font-size: 14px;
}

.av_fw {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 5px 15px;
  display: flex;
}

.av_dropdown {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  display: none;
}

.av_dropdown.av_hide {
  opacity: 0;
}

.av_dropdown.av_dropdown_fw {
  display: block;
}

.av_dropdown_link {
  color: #17525a;
  font-weight: 600;
}

.av_dropdown_link:hover, .av_dropdown_link.w--current {
  color: #eb840b;
}

.av_content_column_left {
  color: #000;
  padding-left: 10px;
  padding-right: 60px;
  font-size: 16px;
}

.breadcrumbs {
  float: none;
  text-align: left;
  flex: 1;
}

.av_p_bc {
  color: #344243;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Karla, sans-serif;
  font-weight: 500;
}

.av_bc_link {
  color: #17525a;
  font-weight: 700;
}

.text-span-5 {
  color: #34424359;
}

.av_text_link {
  color: #eb840b;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.av_text_link.avtl {
  font-size: 18px;
}

.italic-text-2 {
  font-style: normal;
  text-decoration: underline;
}

.av_text_image {
  max-width: 370px;
}

.av_quicklinks_box {
  background-color: #fff;
  border-top: 3px solid #eb840b;
  border-radius: 12px;
  margin-bottom: 30px;
  padding: 15px 25px 25px;
  position: relative;
  top: -16px;
}

.av_quicklinks_box.av_select_box {
  border-top-color: #17525a;
}

.av_quicklinks_box.av_qb_home {
  top: 0;
}

.av_quicklink {
  color: #eb840b;
  text-transform: capitalize;
  background-color: #eb840b00;
  background-image: url('../images/av_arrow_box_orange.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #eb840b;
  border-radius: 7px;
  margin-bottom: 10px;
  padding: 15px 40px 15px 15px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.av_quicklink:hover {
  color: #fff;
  background-color: #eb840b;
  background-image: url('../images/av_arrow_box_white.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
}

.av_quicklink.av_quicklink_highlight {
  color: #fff;
  background-color: #eb840b;
  background-image: url('../images/av_arrow_box_white.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
}

.av_quicklink.av_quicklink_highlight.w--current {
  padding-bottom: 20px;
}

.av_quicklink.av_quicklink_highlight.bcbutton {
  margin-top: 10px;
}

.dropdown-toggle-2 {
  border: 1px solid #17525a;
  border-radius: 7px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  display: block;
}

.dropdown-toggle-2:hover {
  color: #fff;
  background-color: #17525a;
}

.icon-3 {
  margin-top: 19px;
  font-size: 14px;
}

.dropdown-2 {
  border: 1px #17525a;
  border-radius: 0;
  width: 100%;
}

.image-6 {
  border-radius: 12px;
}

.av_tb_min_cols {
  margin-top: 15px;
}

.italic-text-3, .italic-text-4 {
  font-style: normal;
}

.paragraph_head {
  margin-top: 30px;
  font-family: Karla, sans-serif;
  font-size: 18px;
}

.heading-18 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Recoleta, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.link-5 {
  color: #000;
  text-decoration: none;
}

.paragraph-18 {
  text-align: center;
}

.paragraph-18.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-19 {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  font-family: Droid Serif, serif;
  font-size: 60px;
  font-weight: 700;
  display: block;
}

.heading-19.heading-1 {
  color: #fff;
  margin-bottom: 25px;
  font-family: Recoleta, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.icon-4 {
  font-size: 14px;
}

.text-span-6 {
  color: #34424359;
}

.heading-20 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Recoleta, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.link-6 {
  color: #000;
  text-decoration: none;
}

.paragraph-19 {
  text-align: center;
}

.paragraph-19.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-21 {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  font-family: Droid Serif, serif;
  font-size: 60px;
  font-weight: 700;
  display: block;
}

.heading-21.heading-1 {
  color: #fff;
  margin-bottom: 25px;
  font-family: Recoleta, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.icon-5 {
  font-size: 14px;
}

.text-span-7 {
  color: #34424359;
}

.heading-22 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Recoleta, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-20 {
  text-align: center;
}

.paragraph-20.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-23 {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  font-family: Droid Serif, serif;
  font-size: 60px;
  font-weight: 700;
  display: block;
}

.heading-23.heading-1, .heading-23.heading-1-copy {
  color: #fff;
  margin-bottom: 25px;
  font-family: Recoleta, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.icon-6 {
  font-size: 14px;
}

.text-span-8 {
  color: #34424359;
}

.heading-24 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Recoleta, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-21 {
  text-align: center;
}

.paragraph-21.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-25 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Recoleta, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-22 {
  text-align: center;
}

.paragraph-22.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-26 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Recoleta, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-23 {
  text-align: center;
}

.paragraph-23.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-27 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Recoleta, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-24 {
  text-align: center;
}

.paragraph-24.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-28 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Recoleta, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-25 {
  text-align: center;
}

.paragraph-25.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-29 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Recoleta, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-26 {
  text-align: center;
}

.paragraph-26.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-30 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Recoleta, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-27 {
  text-align: center;
}

.paragraph-27.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-31 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Recoleta, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-28 {
  text-align: center;
}

.paragraph-28.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-32 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Recoleta, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-29 {
  text-align: center;
}

.paragraph-29.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-33 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Recoleta, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-30 {
  text-align: center;
}

.paragraph-30.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-34 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Recoleta, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-31 {
  text-align: center;
}

.paragraph-31.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-35 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Recoleta, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-32 {
  text-align: center;
}

.paragraph-32.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-36 {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  font-family: Droid Serif, serif;
  font-size: 60px;
  font-weight: 700;
  display: block;
}

.heading-36.heading-1 {
  color: #fff;
  margin-bottom: 25px;
  font-family: Recoleta, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.paragraph-33 {
  text-align: center;
}

.paragraph-33.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-37 {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  font-family: Droid Serif, serif;
  font-size: 60px;
  font-weight: 700;
  display: block;
}

.heading-37.heading-1 {
  color: #fff;
  margin-bottom: 25px;
  font-family: Recoleta, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.paragraph-34 {
  text-align: center;
}

.paragraph-34.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-38 {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  font-family: Droid Serif, serif;
  font-size: 60px;
  font-weight: 700;
  display: block;
}

.heading-38.heading-1 {
  color: #fff;
  margin-bottom: 25px;
  font-family: Recoleta, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.paragraph-35 {
  text-align: center;
}

.paragraph-35.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-39 {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  font-family: Droid Serif, serif;
  font-size: 60px;
  font-weight: 700;
  display: block;
}

.heading-39.heading-1 {
  color: #fff;
  margin-bottom: 25px;
  font-family: Recoleta, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.paragraph-36 {
  text-align: center;
}

.paragraph-36.av_tagline {
  color: #fff;
  margin-bottom: 25px;
  font-family: Karla, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.heading-40 {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  font-family: Droid Serif, serif;
  font-size: 60px;
  font-weight: 700;
  display: block;
}

.heading-40.heading-1 {
  color: #fff;
  margin-bottom: 25px;
  font-family: Recoleta, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.list-18 {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.av_linkblock {
  margin-bottom: 45px;
  text-decoration: none;
}

.columns-15 {
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.av_image {
  border-radius: 7px;
  margin-top: 30px;
}

.av_content_right_column {
  font-family: Karla, sans-serif;
}

.list-19, .list-20 {
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.italic-text-5 {
  font-style: normal;
}

.mt30 {
  margin-top: 30px;
}

.div-block-24 {
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.dropdown-3 {
  font-family: Karla, sans-serif;
}

.dropdown-toggle-3 {
  border: 1px solid #17525a;
  border-radius: 7px;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  font-family: Karla, sans-serif;
}

.dropdown-toggle-3.mb15 {
  margin-bottom: 15px;
}

.link-7 {
  font-family: Karla, sans-serif;
}

.list-21, .list-item-37, .list-item-38 {
  list-style-type: disc;
}

.av_box_image-2 {
  border-radius: 7px;
  width: 100%;
  margin-bottom: 45px;
}

.column-10 {
  padding-right: 0;
}

.av_box-2 {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 20px 45px;
  box-shadow: 0 14px 25px #59321c26;
}

.heading-41 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Recoleta, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.heading-41.calign {
  text-align: center;
}

.column-11 {
  padding-left: 0;
}

.column-12 {
  color: var(--white);
}

.column-12.vnews {
  color: var(--black);
}

.section-2 {
  background-color: #3b5740;
}

.section-3 {
  z-index: 9999;
  position: relative;
}

.paragraph-37 {
  font-size: 16px;
}

.paragraph-38 {
  font-size: 18px;
}

.paragraph-39 {
  font-size: 16px;
}

.bold-text-6 {
  text-decoration: underline;
}

.bold-text-7 {
  font-weight: 400;
}

.list-item-39, .list-item-40 {
  text-align: center;
  border: 1px solid #000;
  margin-top: 0;
}

.button-9 {
  mix-blend-mode: normal;
  background-color: #295738;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-weight: 700;
  display: inline-block;
}

.button-9.water {
  margin-top: 10px;
  margin-left: 0;
  display: inline-flex;
}

.button-9.dri {
  padding-left: 50px;
  padding-right: 50px;
}

.heading-42 {
  text-align: center;
  font-weight: 700;
}

.list-22 {
  margin-bottom: 0;
  padding: 0;
}

.list-item-41 {
  text-align: center;
  border: 1px solid #344243;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.button-10 {
  background-color: #78a887;
  border-radius: 10px;
  margin-left: 50px;
  font-weight: 700;
}

.button-10.water {
  margin-bottom: 10px;
  margin-left: 10px;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.paragraph-40 {
  text-align: center;
}

.paragraph-40.new {
  text-align: center;
  font-style: normal;
  text-decoration: none;
}

.section-4 {
  background-color: #3d5840;
}

.icon-7 {
  font-weight: 700;
}

.div-block-27 {
  border: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.heading-43 {
  text-align: center;
}

.bold-text-8, .bold-text-9 {
  text-decoration: underline;
}

.div-block-28 {
  display: flex;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: block;
}

.image-7 {
  padding-bottom: 11px;
}

.image-8 {
  padding-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .navbar {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar.town {
    z-index: 9;
    border-radius: 0;
    width: 100%;
    margin-left: auto;
    position: absolute;
    top: 0;
    left: 0%;
  }

  .nav-link {
    border-radius: 0;
    margin-left: 0;
  }

  .heading.heading-1 {
    font-size: 72px;
    line-height: 72px;
  }

  .paragraph.av_tagline {
    font-size: 20px;
    line-height: 32px;
  }

  .section-content {
    z-index: 99;
    position: relative;
  }

  .heading-2.calign {
    text-align: center;
  }

  .image-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .nav-menu {
    z-index: 9999;
    margin-top: 25px;
  }

  .av_social_icons {
    text-align: right;
    padding-right: 45px;
  }

  .av_p.m_0.mr_0.av_p_copyright {
    width: 200px;
  }

  .av_p.av_news_box_p {
    margin-left: 30px;
  }

  .av_hero {
    padding: 137.5px 45px 250px;
  }

  .av_hero.av_hero_town {
    padding-bottom: 160px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .av_cta_main {
    margin-top: 0;
  }

  .av_container_xl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .av_container_xl.av_n {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    left: 0%;
  }

  .av_news_box {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .av_news_box_wrap {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .av_news_box_left {
    display: flex;
  }

  .av_container_sm {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .av_sectionn {
    padding-bottom: 60px;
  }

  .av_explore {
    padding-left: 15px;
    padding-right: 15px;
  }

  .av_explore_bottom_left {
    padding-right: 30px;
  }

  .av_section_ctas {
    padding-top: 15px;
  }

  .av_footer {
    padding-top: 120px;
  }

  .av_footer.av_footer_town.av_footer_inpage {
    margin-top: 0;
    padding-top: 120px;
  }

  .av_footer_left {
    padding-right: 30px;
  }

  .av_footer_bottom {
    padding-bottom: 30px;
  }

  .av_logo_footer {
    width: 100px;
    margin-left: -50px;
  }

  .dropdown {
    z-index: 999;
  }

  .av_dropdown.w--open {
    z-index: 9999;
  }

  .av_content_column_left {
    padding-right: 30px;
  }

  .av_quicklinks_box {
    margin-bottom: 20px;
  }

  .av_quicklinks_box.av_qb_home {
    z-index: 99;
  }

  .av_expand_menu {
    color: #fff;
    background-color: #0000;
    border-radius: 7px;
    font-size: 50px;
  }

  .av_menu_button {
    padding: 0;
  }

  .av_menu_button.w--open {
    background-color: #eb840b;
    border-radius: 7px;
  }

  .nav-menu-2 {
    z-index: 9999;
    background-color: #ebe9e9;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    color: #eb840b;
    background-color: #0000;
    padding: 15px;
  }

  .heading-41.calign {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .paragraph.av_tagline {
    font-size: 18px;
    line-height: 28px;
  }

  .section-content {
    padding-bottom: 30px;
  }

  .av_social_link {
    width: 25px;
  }

  .av_p.m_0.mr_0.av_p_copyright {
    width: 200px;
  }

  .av_p.m_0.av_p_h_news {
    display: none;
  }

  .av_p.av_news_box_p {
    max-width: 320px;
    margin-left: 80px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 26px;
    display: none;
  }

  .av_container_xl.av_n {
    margin-right: 0;
  }

  .av_news_box {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .av_news_box_left.av_explore_top {
    padding-bottom: 15px;
  }

  .av_box_icon {
    width: 32px;
  }

  .av_section {
    padding-bottom: 120px;
  }

  .av_box {
    margin-bottom: 15px;
  }

  .av_sectionn {
    padding-bottom: 30px;
  }

  .av_explore {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .column-7 {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .column-8 {
    padding-left: 0;
  }

  .av_explore_bottom {
    padding-top: 30px;
    display: block;
  }

  .av_explore_bottom_left {
    max-width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .av_explore_bottom_right {
    width: 100%;
    max-width: 100%;
  }

  .av_footer {
    padding-top: 80px;
  }

  .av_footer.av_footer_town {
    background-size: contain;
  }

  .av_footer_wrap {
    display: block;
  }

  .av_footer_left {
    max-width: 100%;
  }

  .av_footer_contacts {
    margin-top: 15px;
  }

  .av_f_row {
    padding-bottom: 15px;
  }

  .av_footer_right {
    width: 100%;
    max-width: 100%;
  }

  .av_footer_slider {
    height: 350px;
  }

  .av_slider {
    height: 350px;
    margin-top: 30px;
  }

  .av_footer_bottom {
    padding-bottom: 15px;
  }

  .av_logo_footer {
    width: 80px;
    margin-left: -40px;
  }

  .av_content_column_left {
    padding-left: 0;
    padding-right: 0;
  }

  .av_quicklinks_box {
    top: 0;
  }

  .av_content_right_column {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-10 {
    padding-left: 0;
  }

  .column-11 {
    margin-bottom: 20px;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-right: 15px;
  }

  .heading {
    text-align: center;
    justify-content: center;
    line-height: 50px;
    display: flex;
  }

  .heading.heading-1 {
    font-size: 42px;
    line-height: 42px;
  }

  .section-content {
    z-index: auto;
    padding-top: 15px;
    position: relative;
  }

  .heading-3.av_heading_dark.lalign {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .div-block-2.av_town_fwbox {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block.village {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .list {
    padding-left: 0;
  }

  .text-block.town-board {
    margin-bottom: 30px;
  }

  .heading-5.calign {
    line-height: 30px;
  }

  .list-3 {
    padding-left: 0;
  }

  .column-3.mlr0 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-4, .list-5, .list-6, .list-7 {
    padding-left: 0;
    list-style-type: decimal;
  }

  .column-4, .column-5, .list-8 {
    padding-left: 0;
  }

  .div-block-8 {
    opacity: 0;
  }

  .heading-13 {
    float: none;
    white-space: normal;
    word-break: normal;
    max-width: 100%;
    display: block;
  }

  .list-item-31 {
    word-break: normal;
  }

  .dropdown-toggle {
    z-index: 1;
    display: block;
    position: relative;
  }

  .button-4 {
    margin-left: 0;
    display: block;
  }

  .button-5 {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 9px;
    display: block;
  }

  .div-block-21.comp {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .button-7 {
    width: 275px;
  }

  .list-17 {
    padding-left: 0;
  }

  .av_top {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .av_p {
    font-size: 17px;
  }

  .av_p.m_0.mr_0.av_p_copyright {
    text-align: center;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .av_logo, .av_logo.w--current {
    padding-left: 0;
  }

  .av_hero {
    padding: 60px 30px 100px;
  }

  .av_hero.av_hero_town {
    background-image: url('../images/hero_frame_bottom.svg'), linear-gradient(#0000, #000000bd 53%), url('../images/av_hero_town_bg.png');
    background-position: 50% 100%, 0 0, 50% 0;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: contain, auto, cover;
    padding: 120px 30px 60px;
  }

  .av_cta_main {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    font-size: 20px;
  }

  .av_news_box {
    display: none;
  }

  .av_section {
    padding-bottom: 80px;
  }

  .av_box {
    margin-bottom: 15px;
  }

  .av_box_image {
    margin-bottom: 25px;
  }

  .av_box_in {
    padding-left: 15px;
    padding-right: 15px;
  }

  .av_explore {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .av_info_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .av_table_p {
    text-align: right;
  }

  .av_footer.av_footer_town {
    padding-bottom: 0;
  }

  .av_footer.av_footer_town.av_footer_inpage {
    padding-top: 90px;
  }

  .av_trees_footer {
    display: block;
  }

  .av_footer_bottom {
    text-align: center;
    display: block;
  }

  .av_logo_footer {
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
    position: static;
    top: 0;
  }

  .dropdown, .av_dd_toggle_noarrow {
    display: block;
    position: static;
  }

  .av_fw {
    padding-left: 0;
    padding-right: 0;
  }

  .av_dropdown {
    z-index: 9999;
    position: absolute;
    left: 0;
  }

  .av_dropdown.w--open {
    border-radius: 0;
    margin-top: 0;
  }

  .av_dropdown_link {
    z-index: 9999;
    background-color: #fff;
  }

  .breadcrumbs {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .av_text_image {
    max-width: 100%;
  }

  .heading-19, .heading-21, .heading-23, .heading-36, .heading-37, .heading-38, .heading-39, .heading-40 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .nav-menu-2 {
    position: absolute;
  }

  .menu-button {
    padding: 15px;
  }

  .avh {
    display: none;
  }

  .column-9 {
    padding-left: 0;
  }

  .div-block-24 {
    margin-top: 30px;
  }

  .av_box_image-2 {
    margin-bottom: 25px;
  }

  .button-9 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-9.water {
    margin-left: 10px;
    margin-right: 10px;
  }

  .list-22 {
    padding-left: 0;
  }

  .button-10 {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 9px;
  }

  .button-10.water {
    margin-left: 0;
  }
}


@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/Recoleta-Bold.woff2') format('woff2'), url('../fonts/Recoleta-Bold.eot') format('embedded-opentype'), url('../fonts/Recoleta-Bold.woff') format('woff'), url('../fonts/Recoleta-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/Recoleta-Light.woff2') format('woff2'), url('../fonts/Recoleta-Light.eot') format('embedded-opentype'), url('../fonts/Recoleta-Light.woff') format('woff'), url('../fonts/Recoleta-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/Recoleta-Medium.woff2') format('woff2'), url('../fonts/Recoleta-Medium.eot') format('embedded-opentype'), url('../fonts/Recoleta-Medium.woff') format('woff'), url('../fonts/Recoleta-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/Recoleta-Regular.woff2') format('woff2'), url('../fonts/Recoleta-Regular.eot') format('embedded-opentype'), url('../fonts/Recoleta-Regular.woff') format('woff'), url('../fonts/Recoleta-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}