:root {
  --accent: #94c695;
  --dark-slate-blue: #194b9f;
  --dark-slate-blue-2: #23366e;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Rethink Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

h4 {
  color: var(--accent);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.hero {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/new-bg.png'), radial-gradient(circle farthest-side at 100% 50%, var(--dark-slate-blue), var(--dark-slate-blue-2));
  color: #fff;
  text-align: center;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.hero.footer {
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.button {
  border: 2px solid var(--accent);
  background-color: var(--accent);
  color: var(--dark-slate-blue-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 17px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
}

.button:hover {
  background-color: var(--dark-slate-blue-2);
  color: var(--accent);
}

.button.hide {
  display: none;
}

.button.gap-left {
  margin-left: 10px;
}

.button.reduce-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.button.reverse-cta {
  border: 2px solid var(--accent);
  background-color: var(--dark-slate-blue-2);
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.button.reverse-cta:hover {
  background-color: var(--accent);
  color: var(--dark-slate-blue-2);
}

.heading {
  margin-bottom: 30px;
  font-family: cheddar-gothic-rough, sans-serif;
  font-size: 100px;
  line-height: 65px;
}

.text-span {
  color: var(--accent);
  font-size: 55px;
  font-weight: 500;
  line-height: 40px;
}

.flex {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-box {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 31px;
  font-size: 16px;
  display: flex;
}

.text-box.center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrapper {
  width: 50%;
  position: relative;
}

.sponsors {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 100%;
  display: flex;
}

.spon-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.spon-logo {
  max-width: 180px;
  max-height: 100px;
}

.hi-lite-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.hilite {
  background-color: var(--dark-slate-blue);
  text-align: center;
  flex: 1;
  padding: 9px;
  font-size: 14px;
  font-weight: 500;
}

.medal {
  max-height: 500px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.vid-frame {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.lite {
  background-color: #f1eeee;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container.fornav {
  padding-left: 0;
  padding-right: 0;
}

.gen-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  z-index: 1;
  background-color: var(--dark-slate-blue);
  color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 30px 35px 35px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}

.text-block.banner {
  background-image: url('../images/new-bg.png'), radial-gradient(circle farthest-corner at 100% 100%, var(--accent), var(--dark-slate-blue) 31%, var(--dark-slate-blue-2));
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.img-box {
  z-index: 0;
  background-color: #cacaca;
  border-radius: 20px;
  width: 50%;
  height: 300px;
  position: relative;
}

.navbar {
  background-color: var(--dark-slate-blue-2);
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 12px;
  font-weight: 500;
  transition: all .2s;
}

.navlink:hover, .navlink.w--current {
  color: var(--accent);
}

.navlink.hide {
  display: block;
}

.navlink.reg {
  background-color: var(--accent);
  color: var(--dark-slate-blue-2);
  border-radius: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navlink.reg:hover {
  background-color: #fff;
}

.section-head {
  color: var(--accent);
  font-family: cheddar-gothic-rough, sans-serif;
  font-size: 52px;
  line-height: 58px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.records {
  grid-template-columns: 1fr 1fr;
}

.grid.dual {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block {
  border-radius: 20px;
  overflow: hidden;
}

.div-block-2 {
  border-bottom: 1px solid var(--dark-slate-blue-2);
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.link {
  color: var(--accent);
}

.div-block-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-4 {
  margin-bottom: 40px;
}

.navmenu {
  text-align: center;
  width: 100%;
}

.div-block-5 {
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}

.key {
  background-color: #194ba0;
  width: 300px;
  padding: 20px;
}

.newroute {
  flex: 1;
}

.div-block-6 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.key-icon {
  width: 30px;
  margin-right: 20px;
}

.fullsize {
  width: 100%;
}

.participants {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding: 30px;
  display: none;
}

.blue {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.hide {
  display: none;
}

.text-block-2 {
  color: #ffffff7d;
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
}

.t-shirt {
  display: block;
}

.app-notie {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--accent);
  background-color: var(--dark-slate-blue-2);
  color: #fff;
  text-align: left;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 17px;
  display: flex;
}

.div-block-11 {
  flex: 1;
}

.text-block-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.button-2 {
  text-transform: uppercase;
  background-color: #3cad2b;
  border-radius: 25px;
  font-weight: 600;
  transition: all .2s;
}

.button-2:hover {
  color: #3cad2b;
  background-color: #fff;
}

.yellow-link {
  color: var(--accent);
}

@media screen and (max-width: 991px) {
  h4 {
    margin-top: 10px;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .button.gap-left {
    margin-top: 10px;
    margin-left: 0;
  }

  .heading {
    font-size: 60px;
  }

  .text-span {
    font-size: 30px;
  }

  .text-box {
    padding: 26px;
  }

  .sponsors {
    margin-top: 20px;
  }

  .hi-lite-wrapper {
    flex-direction: column;
  }

  .medal {
    max-height: 400px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block {
    padding: 20px;
  }

  .text-block.banner {
    padding-top: 20px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .key {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 62px;
  }

  .flex {
    flex-direction: column;
  }

  .text-box {
    text-align: center;
    width: 100%;
    padding: 10px;
  }

  .image-wrapper {
    width: 100%;
    padding-top: 20px;
  }

  .tee {
    max-width: 300px;
  }

  .hi-lite-wrapper {
    flex-direction: row;
  }

  .navlink {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navmenu {
    background-color: var(--dark-slate-blue);
  }

  .menu-button {
    color: var(--accent);
  }

  .menu-button.w--open {
    background-color: var(--dark-slate-blue);
  }

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

  .key {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
  }

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

  .participants {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 50px;
  }

  .text-box {
    justify-content: space-between;
    align-items: center;
  }

  .sponsors, .hi-lite-wrapper {
    flex-direction: column;
  }

  .section-head {
    font-size: 40px;
    line-height: 42px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .grid.records {
    grid-template-columns: 1fr;
  }

  .participants {
    text-align: center;
  }

  .app-notie {
    text-align: center;
    flex-flow: column;
  }
}

#w-node-c25889f5-4287-c387-f4d3-4c2a38178f9f-cd43eaf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b8ecb86-1de6-0d91-8f36-ba2c698454cd-cd43eaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2761ab8e-8cc1-47f9-6755-81e42108f87d-cd43eaf6, #w-node-daa485b9-55b0-9ac9-2389-73b55e0b440a-cd43eaf6, #w-node-_25e8545b-3153-4600-345c-3cd6570fb5aa-cd43eaf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbf69f76-f272-4d83-d584-aa6b25fc6110-cd43eaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fbf69f76-f272-4d83-d584-aa6b25fc6115-cd43eaf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0267b41-e9a2-65e4-d93c-e2ad730b8d2f-cd43eaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0267b41-e9a2-65e4-d93c-e2ad730b8d34-cd43eaf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00d18ef2-e02e-12f3-13da-d5e59b53ccf7-cd43eaf6, #w-node-_1b06492c-df3a-a69a-9aa4-a962be3efc6c-cd43eaf6, #w-node-b71c3d76-90d7-c76c-39ab-d538cbcd32c3-cd43eaf6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3fc205e1-676f-2257-8351-27367e64f309-cd43eaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3fc205e1-676f-2257-8351-27367e64f30e-cd43eaf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63da8cb5-ef5c-ad3a-dc04-d6a69930ac2d-cd43eaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-c25889f5-4287-c387-f4d3-4c2a38178f9f-cd43eaf6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0b8ecb86-1de6-0d91-8f36-ba2c698454cd-cd43eaf6, #w-node-_2761ab8e-8cc1-47f9-6755-81e42108f87d-cd43eaf6, #w-node-daa485b9-55b0-9ac9-2389-73b55e0b440a-cd43eaf6, #w-node-_25e8545b-3153-4600-345c-3cd6570fb5aa-cd43eaf6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fbf69f76-f272-4d83-d584-aa6b25fc6110-cd43eaf6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fbf69f76-f272-4d83-d584-aa6b25fc6115-cd43eaf6, #w-node-fbf69f76-f272-4d83-d584-aa6b25fc611c-cd43eaf6, #w-node-fbf69f76-f272-4d83-d584-aa6b25fc6121-cd43eaf6, #w-node-fbf69f76-f272-4d83-d584-aa6b25fc6126-cd43eaf6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d0267b41-e9a2-65e4-d93c-e2ad730b8d2f-cd43eaf6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d0267b41-e9a2-65e4-d93c-e2ad730b8d34-cd43eaf6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1b06492c-df3a-a69a-9aa4-a962be3efc6c-cd43eaf6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b71c3d76-90d7-c76c-39ab-d538cbcd32c3-cd43eaf6 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1b06492c-df3a-a69a-9aa4-a962be3efc6c-cd43eaf6 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c25889f5-4287-c387-f4d3-4c2a38178f9f-cd43eaf6, #w-node-fbf69f76-f272-4d83-d584-aa6b25fc6110-cd43eaf6, #w-node-d0267b41-e9a2-65e4-d93c-e2ad730b8d2f-cd43eaf6, #w-node-_00d18ef2-e02e-12f3-13da-d5e59b53ccf7-cd43eaf6, #w-node-_1b06492c-df3a-a69a-9aa4-a962be3efc6c-cd43eaf6, #w-node-b71c3d76-90d7-c76c-39ab-d538cbcd32c3-cd43eaf6, #w-node-_3fc205e1-676f-2257-8351-27367e64f309-cd43eaf6, #w-node-_63da8cb5-ef5c-ad3a-dc04-d6a69930ac2d-cd43eaf6 {
    grid-column: span 1 / span 1;
  }
}


