html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html,
body {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

img {
  width: auto;
  max-width: 100%;
  margin: 20px auto;
}
img.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45vw;
  margin: 0;
}
img.box {
  position: sticky;
  top: 10px;
  left: 10px;
  width: calc(10vw - 20px);
  margin: 10px 0 calc(10px - 10vw) 0;
  z-index: 100;
}

h1 {
  font-size: 6vw;
  line-height: 1.2em;
}

h2 {
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-weight: bold;
}

h3 {
  font-size: 21px;
  padding-bottom: 45px;
}

h4 {
  font-size: 16px;
  padding-bottom: 10px;
}
h4:not(:first-of-type) {
  padding-top: 30px;
}

p {
  font-size: 16px;
  line-height: 21px;
  font-family: "Montserrat";
  padding-bottom: 10px;
}
p.sm {
  font-size: 12px;
}

a {
  text-decoration: none;
  color: black;
  transition: all 1s ease;
}

section {
  position: relative;
  height: auto;
  width: 100vw;
}
section.splash {
  min-height: unset;
  height: 100vh;
}
section.flex {
  display: flex;
  gap: 30px;
}
section.flex div {
  flex: 0 1 auto;
}
section.padding {
  padding: 10vw;
}
section.video {
  padding: 10vw;
  height: 66.25vw;
}
section.blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: calc(10vw + 60px) auto;
  min-height: unset;
  height: auto;
}
section .contentCenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

footer {
  position: relative;
  background: #EEE;
  color: #033F3D;
  height: auto;
  width: 100vw;
  text-align: center;
}
footer h3 {
  margin-top: 280px;
}
footer video {
  position: absolute;
  left: 50vw;
  transform: translateX(-50%);
  height: 200px;
  margin: 40px 0;
  pointer-events: none;
  mix-blend-mode: lighten;
}
footer a {
  color: #E6ECEA;
}

aside {
  width: 50vw;
  height: auto;
  display: contents;
  position: relative;
  grid-auto-rows: 1fr;
}
aside .title {
  grid-row: 1;
  padding: 10vw 10vw 0 10vw;
}
aside .content {
  grid-row: 2;
  padding: 0 10vw 10vw 10vw;
}
aside.left div {
  grid-column: 1;
}
aside.right div {
  grid-column: 2;
}

.carousel-cell {
  width: 100%;
  padding: 50px;
  margin-right: 20px;
  text-align: center;
}
.carousel-cell img.testimonial {
  max-width: 100px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 20px auto;
}
.carousel-cell p {
  text-align: center;
}
.carousel-cell p:not(.quoter) {
  font-size: 24px;
  line-height: 28px;
}

.card {
  display: inline-block;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  margin: 20px 0;
  padding: 30px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.card h2 {
  text-align: left;
}
.card img {
  margin: 0 0 20px 0;
}
.card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  margin-bottom: 30px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-column-gap: 25px;
  column-gap: 25px;
  row-gap: 25px;
  min-height: unset;
  height: auto;
  text-align: justify;
}
.grid.video {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.grid.dates {
  grid-template-columns: 110px auto 110px;
  grid-column-grap: 12px;
  column-gap: 12px;
  place-items: center;
  text-align: center;
  margin-bottom: 20px;
}
.grid.dates h2 {
  margin-bottom: 0px;
}
.grid.dates p {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 0;
}
.grid.dates p.day {
  padding: 4px 0;
  margin: -10px -10px 10px -10px;
}
.grid.dates li:first-of-type, .grid.dates li:last-of-type {
  width: 100%;
  padding: 10px;
}

.button {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  padding: 12px 18px;
  margin: 20px 10px 0px 0;
  transition: all 0.5s ease;
}

.splash .title h2 {
  padding: 0 0 0 0.3vw;
}

.italic, em, .richText i {
  font-style: italic;
}

.textCenter {
  text-align: center;
}
.textCenter .ulContainer {
  position: relative;
}
.textCenter .ulContainer ul {
  text-align: left;
  position: absolute;
  width: auto;
  width: fit-content;
  left: 50%;
  transform: translate(-50%, calc(-100% - 25px));
}
.textCenter .ulContainer ul li {
  list-style-type: disc;
  line-height: 1.5;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.strong, strong {
  font-weight: 700;
}

.allCaps {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.underline {
  text-decoration: underline;
}

.noPadding {
  padding: 0;
  margin: 0;
}

.mobileBreak {
  display: inline;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container.square {
  padding-bottom: 100%;
  grid-row: 1/span 3;
}
.video-container.square iframe, .video-container.square object, .video-container.square embed {
  top: -12.5%;
  bottom: -12.5%;
  height: 125%;
}

.columns {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}

@media screen and (min-width: 1000px) {
  .grid.dates {
    grid-template-columns: 110px min-content 110px auto;
  }
}
@media screen and (max-width: 1175px) {
  .video-container.square {
    padding-bottom: 125%;
  }
  .video-container.square iframe, .video-container.square object, .video-container.square embed {
    top: 0;
    bottom: 0;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 800px) {
  p {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 8px;
  }
  h2 {
    font-size: 18px;
  }
  .button {
    font-size: 16px;
    padding: 12px;
    margin: 10px 10px 0px 0;
  }
  .button:first-of-type {
    margin-top: 25vh;
  }
  img.box {
    left: calc(80vw + 10px);
    width: calc(20vw - 20px);
    margin: 10px 0 calc(10px - 20vw) 0;
  }
  .mobileBreak {
    display: block;
    height: 0;
    opacity: 0;
  }
  section.splash, section:first-of-type {
    padding-top: 20vw;
  }
  section.blocks {
    display: block;
    min-height: unset;
  }
  section.testimonials {
    height: auto;
  }
  aside {
    width: 100vw;
    display: grid;
    grid-template-rows: calc(10vw + 60px) auto auto;
  }
  aside.right div {
    grid-column: 1;
  }
  aside.video {
    padding: 10vw;
  }
  .textCenter .ulContainer ul {
    text-align: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
  }
  .carousel-cell {
    padding: 20px 0;
  }
  .grid {
    display: block;
    grid-template-columns: unset;
    grid-column-gap: unset;
    column-gap: unset;
    min-height: unset;
    height: auto;
  }
  .grid.dates {
    display: grid;
    grid-template-columns: 110px auto 110px;
    grid-column-grap: 12px;
    column-gap: 12px;
  }
  .grid .video-container {
    margin-bottom: 30px;
  }
}
@media only screen and (max-device-width: 926px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  section {
    display: block;
    height: auto;
    min-height: unset;
  }
}

/*# sourceMappingURL=style.css.map */
