@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --header-brand-color: #3d85c6;
  --white: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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%;
}

@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: #000;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

p {
  margin-bottom: 10px;
}

a {
  color: #006580;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.section.splash {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.splash.subpages {
  height: 400px;
}

.splash-text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 82px;
}

.splash-text.subtitle {
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 48px;
}

.splash-text.subpages {
  text-align: center;
  font-size: 86px;
  line-height: 96px;
}

.splash-div {
  z-index: 1;
  width: 80vw;
  position: relative;
}

.splash-div.subpages {
  justify-content: center;
  display: flex;
}

.navbar {
  background-color: #212121;
  padding-left: 16px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link, .nav-link-2, .nav-link-3 {
  color: #fff;
}

.dropdown {
  float: right;
}

.text-block {
  color: #ffffffde;
  font-size: 16px;
}

.icon {
  color: #ffffffde;
}

.brand {
  padding: 8px 4px 8px 12px;
  top: 1px;
}

.column {
  flex-direction: row-reverse;
  justify-content: flex-end;
  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;
}

.search {
  float: right;
}

.dropdown-toggle {
  margin-right: 10px;
}

.text-section {
  z-index: 1;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

.text-section.expanding-boxes {
  padding-top: 0;
}

.text-section._2 {
  border-top: 1px dashed #ebebeb;
  padding-top: 50px;
}

.text-section._3 {
  padding-bottom: 25px;
}

.image {
  z-index: 0;
}

.image.splashbg {
  object-fit: cover;
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  position: absolute;
  inset: 0%;
}

.image.splashbg.subpages {
  width: 100vw;
  min-width: auto;
  min-height: auto;
  position: absolute;
  inset: auto;
}

.paragraph {
  font-size: 18px;
  line-height: 30px;
}

.paragraph.intro {
  margin-bottom: 60px;
}

.paragraph.intro.vidtext {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.paragraph.intro.vidtext._2 {
  font-size: 14px;
  line-height: 22px;
}

.paragraph.expandingbox-content {
  margin-top: 21px;
}

.paragraph.expandingbox-content.indent {
  margin-left: 20px;
}

.paragraph._1 {
  margin-bottom: 40px;
}

.image-2, .image-3, .image-4, .image-5 {
  border-radius: 10px;
}

.heading {
  color: #003087;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.heading.box-trigger-text {
  color: var(--header-brand-color);
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 28px;
}

.heading.sub {
  font-size: 22px;
}

.text-block-2 {
  color: #006580;
  text-align: center;
  margin-top: 12px;
  font-size: 20px;
  line-height: 24px;
  position: static;
}

.quick-stack {
  grid-column-gap: 20px;
  padding: 0;
}

.dropdown-list {
  background-color: #9c9a9a;
}

.dropdown-list.w--open {
  background-color: #222;
  left: -137px;
}

.dropdown-links {
  color: #fff;
}

.dropdown-links:hover {
  color: #49aad4;
}

.navigator-section {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.footer {
  background-color: #003087;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  margin-top: 100px;
  display: flex;
}

.image-6 {
  position: relative;
  top: -20%;
}

.heading-3 {
  display: none;
}

.heading-5 {
  z-index: 1;
  position: relative;
}

.hexdiagram {
  width: 40vw;
  min-width: 450px;
  max-width: 650px;
}

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

.div-block.resource-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block.diagram {
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.expanding-box-trigger {
  cursor: pointer;
  border-bottom: 2px solid #000;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  transition: background-color .2s;
  display: flex;
}

.expanding-box-trigger:hover {
  background-color: #00000008;
}

.carot-div {
  align-items: center;
  display: flex;
}

.expanding-box-group {
  margin-bottom: 80px;
}

.expanding-box-content {
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.eb-title-div {
  width: 70%;
  min-width: 500px;
}

.div-block-2 {
  padding: 20px;
  display: inline-block;
}

.icon-2 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
}

.link-block {
  position: relative;
  top: -20%;
}

.home-link-block, .home-link-block.w--current {
  padding: 20px;
}

.past-event-div {
  margin-bottom: 60px;
}

.event-resources-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f5;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 75px 34px 30px;
  display: flex;
}

.text-block-3 {
  color: #4a4a4a;
  text-align: left;
  margin-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block-3.video-descriptor {
  text-align: center;
}

.div-block-12 {
  padding-top: 8px;
}

.button {
  text-align: center;
  border-radius: 5px;
  padding: 13px 30px;
  box-shadow: 0 0 8px 1px #000000bf;
}

.button.style3 {
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 15px;
  box-shadow: 0 2px 5px #0003;
}

.button.style3._2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.past-event-columns {
  padding-left: 0;
  padding-right: 0;
}

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

.heading-6.video-titles {
  font-size: 21px;
}

.diagram-text-section {
  margin-top: 50px;
}

.list-item {
  padding-bottom: 25px;
}

.div-block-15 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-15._2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
}

.quick-stack-2 {
  grid-column-gap: 32px;
  grid-row-gap: 15px;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-2._2 {
  grid-column-gap: 15px;
}

.community-resources-video-headers {
  color: var(--header-brand-color);
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.community-resources-video-headers._2 {
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .splash-text {
    font-size: 40px;
    line-height: 48px;
  }

  .splash-text.subtitle {
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
  }

  .splash-text.subpages {
    font-size: 64px;
    line-height: 70px;
  }

  .splash-div {
    width: 85vw;
  }

  .text-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .quick-stack {
    grid-column-gap: 10px;
  }

  .hexdiagram {
    max-width: 600px;
  }

  .carot-div {
    width: 15px;
  }

  .event-resources-div {
    padding-bottom: 70px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button.style3 {
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-13 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-6 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-15 {
    width: 70%;
    margin-top: 20px;
  }

  .cell, .cell-2 {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .splash-text {
    font-size: 32px;
    line-height: 36px;
  }

  .splash-text.subpages {
    font-size: 48px;
    line-height: 54px;
  }

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

  .text-block {
    font-size: 14px;
  }

  .heading.box-trigger-text {
    margin-bottom: 10px;
  }

  .text-block-2 {
    margin-top: 5px;
  }

  .quick-stack {
    grid-column-gap: 19px;
    grid-row-gap: 20px;
  }

  .navigator-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-2 {
    display: none;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 32px;
    display: block;
  }

  .hexdiagram {
    min-width: 450px;
    max-width: 500px;
  }

  .eb-title-div {
    width: 90vw;
    min-width: auto;
  }

  .div-block-15 {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .section.splash {
    height: 75vh;
  }

  .splash-text.subpages {
    font-size: 32px;
    line-height: 36px;
  }

  .navbar {
    align-items: center;
    display: flex;
  }

  .dropdown {
    margin-right: .7344px;
  }

  .icon {
    margin-right: 3px;
  }

  .dropdown-toggle {
    padding-left: 0;
    padding-right: 20px;
  }

  .dropdown-toggle.w--open {
    padding-left: 5px;
    padding-right: 15px;
  }

  .text-section {
    padding-top: 45px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.expandingbox-content.indent {
    margin-left: 5px;
  }

  .heading.box-trigger-text {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 24px;
  }

  .dropdown-list.w--open {
    left: -146px;
  }

  .image-6 {
    max-width: 75vw;
  }

  .heading-3 {
    margin-top: 0;
  }

  .heading-4 {
    margin-bottom: 0;
  }

  .hexdiagram {
    width: 95vw;
    min-width: 350px;
    max-width: none;
  }

  .image-7 {
    max-width: 180px;
    height: auto;
  }

  .home-link-block {
    padding-left: 2px;
    padding-right: 2px;
    display: none;
  }

  .event-resources-div {
    padding: 30px 0;
  }

  .button {
    text-align: center;
  }

  .button.style3 {
    align-self: center;
    padding-left: 11px;
    padding-right: 11px;
  }

  .diagram-text-section {
    margin-top: 40px;
  }

  .div-block-15 {
    width: 100%;
  }
}

#w-node-ccf2c92d-4d35-63d5-f444-957bb06f0c48-b06f0c46 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ccf2c92d-4d35-63d5-f444-957bb06f0c49-b06f0c46, #w-node-ccf2c92d-4d35-63d5-f444-957bb06f0c4e-b06f0c46, #w-node-ccf2c92d-4d35-63d5-f444-957bb06f0c53-b06f0c46, #w-node-ccf2c92d-4d35-63d5-f444-957bb06f0c58-b06f0c46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1eea974-c5a6-1d5b-0a43-285cacff0313-a1188a5e, #w-node-c2519735-ea66-4a3b-ebf3-394d286db36f-a1188a5e, #w-node-_4d4b7e8d-ed27-487f-852b-714274362ff3-a1188a5e {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.25fr .75fr;
}

@media screen and (max-width: 991px) {
  #w-node-c1eea974-c5a6-1d5b-0a43-285cacff0313-a1188a5e {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-c1eea974-c5a6-1d5b-0a43-285cacff0314-a1188a5e {
    grid-column: span 1 / span 1;
  }

  #w-node-c2519735-ea66-4a3b-ebf3-394d286db36f-a1188a5e {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-c2519735-ea66-4a3b-ebf3-394d286db370-a1188a5e {
    grid-column: span 1 / span 1;
  }

  #w-node-_4d4b7e8d-ed27-487f-852b-714274362ff3-a1188a5e {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_4d4b7e8d-ed27-487f-852b-714274362ff4-a1188a5e {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ccf2c92d-4d35-63d5-f444-957bb06f0c48-b06f0c46 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ccf2c92d-4d35-63d5-f444-957bb06f0c49-b06f0c46, #w-node-ccf2c92d-4d35-63d5-f444-957bb06f0c4e-b06f0c46, #w-node-ccf2c92d-4d35-63d5-f444-957bb06f0c53-b06f0c46, #w-node-ccf2c92d-4d35-63d5-f444-957bb06f0c58-b06f0c46 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ccf2c92d-4d35-63d5-f444-957bb06f0c48-b06f0c46 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ccf2c92d-4d35-63d5-f444-957bb06f0c49-b06f0c46, #w-node-ccf2c92d-4d35-63d5-f444-957bb06f0c4e-b06f0c46, #w-node-ccf2c92d-4d35-63d5-f444-957bb06f0c53-b06f0c46, #w-node-ccf2c92d-4d35-63d5-f444-957bb06f0c58-b06f0c46 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1eea974-c5a6-1d5b-0a43-285cacff0313-a1188a5e, #w-node-c2519735-ea66-4a3b-ebf3-394d286db36f-a1188a5e, #w-node-_4d4b7e8d-ed27-487f-852b-714274362ff3-a1188a5e {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}