:root {
  --light-sea-green: #14a79e;
  --white: #fffefe;
  --dim-grey: #555;
  --deep-sky-blue: #01a2c9;
  --orange-red: #f1592a;
  --dark-slate-blue: #273891;
  --red: #ff2b00;
  --steel-blue: #047d9b;
  --forest-green: #0a9443;
}

.column-3 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 11px;
  display: flex;
}

.column-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-5 {
  margin-top: 0;
  padding: 0;
}

.columns-2 {
  align-items: flex-start;
  display: flex;
}

.navbar {
  background-color: #fff;
}

.body {
  min-height: 800px;
  margin-top: -1px;
}

.slider-5 {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}

.slide-nav-2 {
  display: none;
}

.top-border._20 {
  margin-top: 20px;
}

.top-border._25 {
  margin-top: 25px;
}

.hero-text-box-2 {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .73), rgba(0, 0, 0, .73));
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  max-width: 440px;
  height: 300px;
  margin-top: 155px;
  margin-right: 25px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translate(0);
  box-shadow: 1px 1px 20px -2px #000;
}

.hero-section-2 {
  background-color: #ddd;
  background-image: url('../images/SinkHole_Lrg.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  border: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-top: 100px;
  padding-top: 77px;
  display: block;
  position: relative;
}

.hero-flex-2 {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.slide-5 {
  margin-bottom: 70px;
}

.content-wrapper-2 {
  width: 100%;
  max-width: 1265px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.right-arrow-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  transition: opacity .2s;
}

.right-arrow-2:hover {
  opacity: .8;
}

.left-arrow-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 50px;
  transition: opacity .2s;
  bottom: 0;
  right: 0;
}

.left-arrow-2:hover {
  opacity: .8;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.headline {
  color: var(--light-sea-green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.headline.white {
  color: var(--white);
  text-align: center;
  white-space: normal;
  text-decoration: none;
}

.headline.white:hover {
  text-decoration: none;
}

.paragraph {
  text-align: justify;
  padding-left: 120px;
  padding-right: 120px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}

.paragraph.info {
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.paragraph.intro {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 52px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.paragraph.white {
  color: var(--white);
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Exo, sans-serif;
  font-size: 14px;
}

.paragraph.covid {
  text-align: left;
  margin-bottom: 0;
  padding: 50px 0 99px;
  font-family: Exo, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.section-4 {
  background-color: rgba(255, 253, 253, .05);
  background-image: linear-gradient(rgba(85, 85, 85, .15), rgba(85, 85, 85, .15));
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 251px;
}

.intro-box {
  background-color: var(--deep-sky-blue);
  width: 30.3%;
  margin-right: 3%;
}

.intro-box.no-border {
  margin-right: 0%;
}

.flex-center {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.content-wrapper-3 {
  width: 100%;
  max-width: 1265px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.image-hover {
  transition: transform .2s;
}

.image-hover:hover {
  transform: scale(1.05);
}

.content-section {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/SwirlyBGrnd.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.title-link {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

.title-link:hover {
  opacity: .8;
}

.intro-text-box {
  background-color: var(--light-sea-green);
  padding: 23px;
}

.relative {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.columns-3 {
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
}

.section-5 {
  margin-bottom: 100px;
  padding-top: 100px;
}

.heading-4 {
  color: var(--light-sea-green);
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.column-7 {
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 15px;
}

.column-8 {
  padding-left: 15px;
  padding-right: 15px;
}

.column-9 {
  padding-left: 15px;
  padding-right: 0;
}

.column-10 {
  padding-left: 15px;
  padding-right: 15px;
}

.section-6 {
  height: 100px;
  margin-top: -100px;
}

.intro {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.intro.thank-you {
  margin-top: 100px;
  margin-bottom: 150px;
  padding-top: 50px;
  padding-left: 300px;
  padding-right: 300px;
}

.image-4 {
  margin-bottom: 10px;
  padding-top: 0;
  display: inline-block;
}

.bottom-footer-link {
  color: #fff;
}

.bottom-footer-link:hover {
  color: rgba(255, 255, 255, .7);
}

.div-block-3 {
  text-align: center;
  margin-top: 0;
}

.bottom-footer-paragraph {
  float: left;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.bottom-footer-paragraph.right {
  float: none;
  text-align: right;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-social-col-right {
  text-align: right;
}

.footer-row {
  padding-top: 30px;
  padding-bottom: 0;
}

.container-3 {
  margin-bottom: 0;
  position: relative;
}

.section-8 {
  background-color: var(--dark-slate-blue);
  min-height: 80px;
  padding: 0;
}

.section-8.covid-page {
  background-color: var(--light-sea-green);
  padding-bottom: 0;
}

.html-embed-2 {
  margin-top: 50px;
  margin-bottom: 100px;
  padding-bottom: 0;
}

.nav-link-2 {
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Exo, sans-serif;
}

.nav-link-2:focus {
  color: var(--light-sea-green);
}

.nav-link-2.w--current {
  color: var(--light-sea-green);
  font-family: Exo, sans-serif;
}

.section-9 {
  z-index: 1000;
  background-color: #fffefe;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 20px #000;
}

.image-6 {
  background-color: var(--light-sea-green);
  border-radius: 20px;
  margin-left: 17px;
  display: block;
}

.container-4 {
  justify-content: flex-end;
  margin-top: -38px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-5 {
  color: #555;
  text-align: right;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: flex-start;
  min-width: 110px;
  height: 45px;
  margin-bottom: 15px;
  padding: 15px 28px 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
  transition: background-color .2s, color .2s;
  display: inline-block;
}

.button-4:hover {
  border-style: solid;
  border-color: var(--white);
  color: #fff;
  background-color: rgba(39, 56, 145, .51);
  border-radius: 0;
}

.button-4.covid1, .button-4.covid-2 {
  margin-left: 10px;
  margin-right: 10px;
}

.hero-image-3 {
  background-image: url('../images/noah-buscher-1118080-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  height: 675px;
  position: relative;
  right: -65px;
}

.hero-image-3._2 {
  background-image: url('../images/SBend_Med.jpg');
  background-position: 50%;
  height: 550px;
  box-shadow: 0 0 20px #000;
}

.heading-5 {
  color: #fffefe;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 52px;
}

.section-11 {
  background-color: var(--red);
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.container-5 {
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.section-12 {
  z-index: 1000;
  background-color: var(--red);
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-6 {
  background-color: var(--red);
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: none;
}

.button-6:hover {
  background-color: var(--orange-red);
}

.button-6.back-to-home {
  background-color: var(--light-sea-green);
  font-size: 20px;
  font-weight: 300;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-6.back-to-home:hover {
  background-color: var(--dim-grey);
}

.section-13 {
  margin-bottom: 0;
  padding-bottom: 80px;
}

.section-14 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-15 {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: static;
}

.container-6 {
  justify-content: center;
  display: flex;
}

.section-16 {
  z-index: 1000;
  background-color: var(--white);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 20px #000;
}

.body-2 {
  margin-top: 101px;
}

.bold-text {
  color: var(--dim-grey);
}

.bold-text-2 {
  color: var(--light-sea-green);
}

@media screen and (max-width: 991px) {
  .column-3 {
    align-items: center;
    margin-top: 40px;
  }

  .column-4 {
    height: 100px;
  }

  .column-5 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .link-block {
    flex: none;
    order: 0;
    justify-content: flex-start;
    margin-top: 25px;
    margin-right: 25px;
    display: flex;
  }

  .menu-button {
    margin-bottom: 9px;
    padding: 4px;
  }

  .body {
    margin-top: 0;
  }

  .hero-text-box-2 {
    flex-wrap: nowrap;
    justify-content: space-around;
    align-self: auto;
    align-items: stretch;
    width: 45%;
    max-width: 400px;
    height: 275px;
    margin-top: 200px;
    margin-right: 45px;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: fixed;
  }

  .hero-section-2 {
    background-position: 50% 100%;
    height: 650px;
    padding-top: 65px;
  }

  .hero-flex-2 {
    flex-flow: row;
  }

  .slide-5 {
    height: 600px;
    margin-bottom: 0;
  }

  .right-arrow-2 {
    display: none;
  }

  .left-arrow-2 {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .mask-4 {
    height: 650px;
  }

  .div-block-2 {
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

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

  .paragraph.info {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .paragraph.intro {
    margin-top: 50px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .paragraph.white {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-4 {
    background-color: rgba(85, 85, 85, .1);
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .intro-box {
    background-color: var(--deep-sky-blue);
    background-image: linear-gradient(to bottom, var(--deep-sky-blue), var(--deep-sky-blue));
  }

  .intro-box.no-border {
    background-color: var(--deep-sky-blue);
  }

  .content-section {
    padding-top: 50px;
  }

  .title-link {
    font-size: 22px;
  }

  .columns-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-5 {
    margin-bottom: 1px;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 50px;
  }

  .heading-4 {
    flex: 1;
    display: block;
  }

  .column-7 {
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-8 {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-9, .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .intro {
    padding-left: 50px;
    padding-right: 50px;
  }

  .intro.thank-you {
    margin-bottom: 150px;
    padding-left: 150px;
    padding-right: 150px;
  }

  .bottom-footer-link {
    color: #fff;
  }

  .div-block-3 {
    margin-top: 0;
  }

  .bottom-footer-paragraph {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .bottom-footer-paragraph.right {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .footer-menu-column {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .footer-row {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
  }

  .section-8 {
    min-height: 80px;
    margin-bottom: 70px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-8.covid-page {
    margin-bottom: 84px;
  }

  .section-9 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container-4 {
    justify-content: center;
    margin-top: -20px;
  }

  .text-block-5 {
    flex: none;
    margin-left: 124px;
  }

  .button-4 {
    flex: 0 auto;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 15px;
    font-size: 18px;
    display: flex;
  }

  .button-4.covid1 {
    align-items: center;
    padding-top: 15px;
    padding-bottom: 0;
    display: block;
  }

  .hero-image-3._2 {
    object-fit: fill;
    flex: 0 auto;
    align-self: auto;
    width: 503px;
    height: 400px;
    display: block;
  }

  .heading-5 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .button-6 {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 26px;
  }

  .section-15 {
    margin-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .column-3 {
    justify-content: center;
    margin-top: 0;
  }

  .column-4 {
    justify-content: center;
    padding-right: 0;
    display: flex;
  }

  .column-5 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .columns-2 {
    display: block;
  }

  .navbar {
    justify-content: center;
    display: flex;
  }

  .brand {
    padding-left: 11px;
    padding-right: 11px;
  }

  .brand.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block {
    flex: none;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .menu-button {
    text-align: center;
    flex: 1;
    margin-bottom: 0;
  }

  .icon, .body {
    margin-top: 0;
  }

  .hero-text-box-2 {
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    width: 60%;
    height: 250px;
    margin-top: 275px;
    margin-right: 112px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .hero-section-2 {
    margin-top: 215px;
    padding-top: 0;
  }

  .slide-5 {
    height: 650px;
  }

  .content-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow-2 {
    background-color: rgba(0, 0, 0, 0);
    margin-right: 210px;
  }

  .left-arrow-2 {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 210.5px;
  }

  .mask-4 {
    height: 600px;
  }

  .paragraph {
    text-align: justify;
  }

  .paragraph.intro {
    margin-bottom: 50px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .paragraph.white {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-4 {
    background-color: rgba(85, 85, 85, .1);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding: 50px 25px;
  }

  .intro-box {
    background-color: var(--orange-red);
    flex-direction: column;
    display: flex;
  }

  .title-link {
    font-size: 20px;
  }

  .columns-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .column-7, .column-8 {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-9, .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    height: 40px;
    margin-top: -40px;
  }

  .intro {
    margin-top: 50px;
  }

  .intro.thank-you {
    margin-bottom: 150px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .bottom-footer-paragraph {
    float: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .bottom-footer-paragraph.right {
    float: none;
    justify-content: center;
    margin-top: -15px;
    margin-bottom: 20px;
    display: flex;
  }

  .footer-menu-column {
    padding-bottom: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-social-col-right {
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .section-8 {
    margin-bottom: 70px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-8.covid-page {
    margin-bottom: 84px;
  }

  .nav-link-2 {
    justify-content: space-around;
    display: flex;
  }

  .nav-link-2:hover {
    background-color: rgba(1, 162, 201, .4);
  }

  .nav-link-2.w--current {
    color: #047d9b;
    text-align: center;
    text-decoration: none;
  }

  .image-6 {
    flex: 1;
    align-self: auto;
    margin-left: 0;
  }

  .container-4 {
    padding-top: 9px;
  }

  .text-block-5 {
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
  }

  .button-4 {
    flex: 0 auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
  }

  .button-4.covid1, .button-4.covid-2 {
    padding-top: 8px;
    font-size: 14px;
  }

  .hero-image-3._2 {
    align-self: auto;
    width: 100%;
    margin-top: -28px;
    padding-top: 0;
    right: auto;
  }

  .section-11 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .button-6 {
    padding-left: 26px;
    padding-right: 26px;
    font-size: 18px;
  }

  .section-14 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-15 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 479px) {
  .column-3 {
    justify-content: center;
    margin-top: 0;
  }

  .column-4 {
    justify-content: center;
    height: 100px;
    padding-left: 0;
  }

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

  .columns-2 {
    display: block;
  }

  .navbar {
    display: flex;
  }

  .slider-5 {
    height: 600px;
  }

  .hero-text-box-2 {
    border-radius: 0;
    width: 100%;
    height: 300px;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .hero-section-2 {
    height: 600px;
    margin-top: 235px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 1px 1px 3px #000;
  }

  .hero-flex-2 {
    flex-direction: column;
    margin-top: -12px;
    padding-top: 40px;
  }

  .content-wrapper-2 {
    margin-top: -24px;
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow-2 {
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .left-arrow-2 {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 110px;
  }

  .mask-4 {
    height: 600px;
  }

  .headline {
    text-align: center;
    padding-top: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .headline.white {
    color: var(--white);
    padding-top: 19px;
  }

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

  .paragraph.intro {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph.white {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    background-color: rgba(85, 85, 85, .2);
    padding: 50px 20px;
  }

  .intro-box {
    width: auto;
    margin-bottom: 9%;
    margin-right: 0%;
  }

  .content-wrapper-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .content-section {
    background-color: rgba(0, 0, 0, .1);
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/SwirlyBGrnd.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .title-link, .intro-text-box {
    text-align: center;
  }

  .section-5 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .section-6 {
    height: 40px;
    margin-top: -40px;
  }

  .intro {
    margin-top: 0;
  }

  .bottom-footer-paragraph {
    margin-top: 10px;
  }

  .bottom-footer-paragraph.right {
    float: none;
    clear: none;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .footer-menu-column {
    margin-top: 0;
    padding-bottom: 0;
  }

  .footer-row {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-logo-column-left {
    padding-bottom: 0;
  }

  .section-8 {
    margin-bottom: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-8.covid-page {
    margin-bottom: 110px;
  }

  .html-embed-2 {
    margin-bottom: 0;
  }

  .nav-link-2 {
    text-align: center;
  }

  .nav-link-2:hover {
    background-color: rgba(1, 162, 201, .39);
    justify-content: space-around;
    display: flex;
  }

  .nav-link-2.w--current:hover {
    background-color: rgba(1, 162, 201, .4);
    justify-content: space-around;
    display: flex;
  }

  .image-6 {
    margin-left: 0;
  }

  .button-4 {
    justify-content: center;
  }

  .button-4.covid1 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
  }

  .button-4.covid-2 {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image-3 {
    width: 100%;
    right: 0;
  }

  .hero-image-3._2 {
    width: 100%;
    height: 300px;
  }

  .section-11 {
    padding: 50px 30px;
  }

  .container-5 {
    margin-top: 19px;
    margin-bottom: 19px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .button-6 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .section-15 {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    display: block;
  }

  .section-16 {
    position: fixed;
  }
}


