@charset "UTF-8";
h2.turquoise {
  font-family: roboto, sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
}

h3.turquoise {
  line-height: 40px;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-size: 28px;
  margin: 20px 0;
  color: #00ADA4;
}

h4.turquoise {
  line-height: 22px;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-size: 17px;
  margin: 2px 0 15px 0;
  padding-bottom: 3px;
  color: #00ADA4;
}

h5.turquoise {
  font-family: roboto, monospace;
  margin: 2px 0 15px 0;
  padding-bottom: 3px;
  text-transform: none;
  font-weight: 500;
}

.darktheme .node--unpublished {
  background-color: #1c1c1c;
}

.darktheme .modal-content {
  background-color: #1c1c1c;
}
.darktheme .modal-header .close {
  color: #ffffff;
  opacity: 0.8;
}

.fade.in {
  opacity: 1;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 50px;
}

.modal-backdrop.fade.in {
  opacity: 0.85;
  z-index: 0;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.cta-primary a,
.cta-secondary a,
.cta-tertiary a {
  font-weight: 500;
  font-size: 16px;
  opacity: 1;
  border-radius: 10px;
  padding: 16px 32px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  line-height: 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.cta-primary a {
  background-color: #30E4D0;
  border-color: #30E4D0;
  color: #1c1c1c;
}
.cta-primary a:hover {
  color: #1c1c1c;
}
@media screen and (min-width: 991px) {
  .cta-primary a:hover {
    box-shadow: 0 4px 24px 0 rgba(48, 228, 208, 0.4);
  }
}

.cta-secondary a {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  border-width: 1px;
  border-style: solid;
}
.cta-secondary a:hover {
  color: #1c1c1c;
  background-color: #fff;
}

.cta-tertiary a {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  color: #fff;
}
.cta-tertiary a:hover {
  color: #fff;
  background-color: #333333;
}
@media screen and (max-width: 580px) {
  .cta-tertiary a {
    border-color: #333333;
    border-width: 2px;
  }
}

.paragraph--type--cards-dark-background {
  background: #000000;
  padding: 100px 0;
}
.paragraph--type--cards-dark-background h1 {
  font-weight: 600;
  font-size: 50px;
  color: #fff;
}
.paragraph--type--cards-dark-background h2 {
  font-weight: 600;
  font-size: 32px;
  color: #30E4D0;
  margin-bottom: 30px;
}
.paragraph--type--cards-dark-background p {
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
}
.paragraph--type--cards-dark-background__card {
  border-top: 1px solid #30E4D0;
  border-bottom: 1px solid #30E4D0;
  padding-top: 35px;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.paragraph--type--cards-dark-background__card h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}
.paragraph--type--cards-dark-background__card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  margin-bottom: 35px;
}
.paragraph--type--cards-dark-background__card .cta-primary {
  max-width: max-content;
}
.paragraph--type--cards-dark-background__card ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.paragraph--type--cards-dark-background__card ul li {
  margin-bottom: 10px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.paragraph--type--cards-dark-background__card ul li:before {
  content: "•";
  height: 100%;
  color: #00ADA4;
  display: inline-block;
  margin-right: 10px;
  margin-left: -1em;
}
/*# sourceMappingURL=paragraph-cards-dark-background.css.map */
