:root {
  --sandy-brown: #f8c740;
  --black: #192024;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #999;
  margin-bottom: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover {
  background-color: #eecb5c;
}

.button.tab.w--current {
  background-color: #eecb5c;
  margin-bottom: 12px;
}

.navigation-link {
  color: #676770;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
  position: relative;
}

.navigation-menu {
  float: none;
  display: block;
  position: relative;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  height: 100%;
}

.section {
  text-align: center;
  background-color: #fff;
  height: auto;
  padding: 31px 10px 20px;
  position: relative;
}

.section.accent {
  background-color: #192024;
}

.section.volunteer {
  display: none;
}

.concerts {
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  align-self: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: block;
  position: static;
  overflow: visible;
}

.concerts.transparent {
  background-color: #0000;
  border-style: none;
  width: 50%;
  position: static;
}

.concerts.upcoming {
  display: inline-flex;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: linear-gradient(#00314dc7, #021e38b3), url('../images/splash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 4px solid #69b9ff;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: #999;
  letter-spacing: 3px;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #999;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #999;
}

.section-subheading.center {
  color: #6a859c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
  display: none;
}

.section-subheading.center.off-white {
  color: #6a859c;
  padding-bottom: 0;
}

.section-title-group {
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.socials {
  color: #999;
  background-color: #999;
  padding-top: 35px;
  padding-bottom: 0;
}

.socials.center {
  text-align: center;
  background-color: #192024;
  border-top: 1px solid #dbdbdb;
  min-height: auto;
  max-height: 21%;
}

.footer-text {
  color: #9e9e9e;
  background-color: #192024;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 16px;
  display: flex;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: var(--sandy-brown);
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  color: #ffdd91;
  margin-left: 30px;
}

.tab-menu {
  float: none;
  clear: none;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 0;
  display: inline-block;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-bottom: 0;
  display: block;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.spc {
  display: none;
}

.div-block {
  display: flex;
}

.paragraph {
  text-align: center;
}

.div-block-2 {
  text-align: left;
  padding: 13px 20px;
}

.div-block-3 {
  border-radius: 500px;
  width: auto;
  height: auto;
  position: static;
  overflow: hidden;
}

.div-block-4 {
  border-radius: 500px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image {
  width: 150px;
}

.image-2 {
  width: 75%;
  margin-bottom: 40px;
}

.heading {
  color: #999;
}

.heading-2, .heading-3, .heading-4 {
  color: #fff;
}

.paragraph-2 {
  color: #d6d6d6;
}

.div-block-5, .column, .columns-2 {
  display: none;
}

.container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form-block {
  justify-content: flex-start;
  display: flex;
}

.form-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.text-field, .select-field {
  width: 50%;
}

.paragraph-3 {
  text-align: left;
  white-space: normal;
}

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

.map {
  display: none;
}

.body {
  background-color: #fff;
  min-height: 0;
  max-height: none;
}

.container-2 {
  margin-top: 30px;
}

.column-2 {
  object-fit: fill;
  object-position: 50% 50%;
  height: 100%;
  display: block;
}

.button-2 {
  display: inline-block;
  position: relative;
}

.navigation-bar-2 {
  background-color: #fff;
}

.brand-link-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link-2.w--current {
  height: 100%;
}

.button-3, .image-3 {
  border-radius: 5px;
}

.youtube {
  border-radius: 6px;
  overflow: hidden;
}

.columns-3 {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.column-3 {
  height: 100%;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  align-items: stretch;
  display: flex;
}

.column-4 {
  text-align: left;
  object-position: 50% 50%;
  align-self: center;
}

.columns-4 {
  justify-content: space-around;
  align-self: auto;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.container-6 {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-4 {
  border-radius: 5px;
}

.section-2 {
  margin-bottom: 20px;
}

.footer {
  background-color: var(--black);
  text-align: center;
  max-width: 100%;
}

.columns-5 {
  margin-bottom: 30px;
}

.body-2 {
  display: block;
}

.button-4 {
  float: none;
  cursor: pointer;
  border-radius: 20px;
  order: 0;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: block;
  position: static;
  left: 0;
}

.button-4:hover {
  background-color: #7cb6e9;
}

.container-7 {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
}

.paragraph-4 {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .navigation-bar {
    position: relative;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #3b99d9;
    display: block;
    position: absolute;
  }

  .section {
    height: auto;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .navigation-menu-2 {
    background-color: #3b99d9;
  }

  .container-3, .container-4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-5 {
    margin-left: 47px;
    margin-right: 47px;
  }

  .div-block-6 {
    flex-direction: row;
  }

  .heading-5 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .heading-6 {
    font-size: 15px;
  }

  .heading-7 {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .button.tab.w--current {
    margin-bottom: 12px;
  }

  .concerts {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .tab-menu {
    display: inline-block;
  }

  .spc {
    margin-bottom: 30px;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .heading-5, .heading-7 {
    font-size: 20px;
  }

  .columns-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column-reverse;
  }

  .container-6 {
    margin-top: 40px;
  }

  .section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .brand-link.w--current {
    padding-left: 21px;
  }

  .section {
    padding-top: 24px;
  }

  .section.accent {
    padding-top: 32px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-subheading {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-subheading.center {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .section-title-group {
    margin-bottom: 18px;
  }

  .grid-image {
    width: 35%;
  }

  .tab-menu {
    margin-bottom: 0;
  }

  .div-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }

  .div-block-4 {
    width: 50%;
  }

  .columns {
    flex-direction: row;
    display: block;
  }

  .div-block-5 {
    overflow: visible;
  }

  .brand-link-2.w--current {
    padding-left: 21px;
  }

  .heading-5, .heading-7 {
    font-size: 15px;
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-5, .column-6, .column-7 {
    padding-top: 13px;
  }
}


