@charset "UTF-8";
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: swap;
}
.error_page b {
  display: none;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  font-display: swap;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/* @group 1. Body */
body {
  font-size: 16px;
  line-height: 24px;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: acumin-pro, sans-serif;
  font-display: swap;
  background-color: white;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  color: #2e3b3a;
  overflow-x: hidden !important;
  margin: 0px !important;
}

@media (max-width: 639px) {
  main {
    overflow-x: hidden !important;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Smaller type for non desktop  ----------- */
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  body {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
  }
}
/* @end */
ol li {
  padding-left: 0.32rem;
}

ul.simple_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.subblocks ul {
  margin-top: 0;
  padding-left: 1.3em;
  list-style-type: none;
  margin-bottom: 0.7rem;
}
.subblocks li:before {
  position: absolute;
  margin-left: -1.2em;
}
.subblocks li:before {
  content: "✓";
  color: #1e2a42;
}

/* @group 2. Header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: acumin-pro, sans-serif;
}

h1 {
  font-size: 2em;
  line-height: 1.12em;
  letter-spacing: -0.2px;
  margin-top: 0.7rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media (max-width: 639px) {
  h1 {
    font-size: 1.75em;
  }
}

h2, h1.smlH1 {
  font-size: 1.5em;
  line-height: 1.23em;
  margin-top: 3.2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media (max-width: 639px) {
  h2, h1.smlH1 {
    margin-bottom: 0.7rem;
  }
}

h3, .flex-tabs h2 {
  font-size: 1.35em;
  line-height: 1.19em;
  margin-top: 2rem;
  margin-bottom: 0.7rem;
  font-weight: 600;
}
@media (max-width: 639px) {
  h3, .flex-tabs h2 {
    font-size: 1.4em;
  }
}

h4, .SlipHoverSub, .sub {
  font-size: 1.23em;
  line-height: 1.25em;
  margin-top: 2rem;
  margin-bottom: 0.7rem;
  font-weight: 600;
}
@media (max-width: 639px) {
  h4, .SlipHoverSub, .sub {
    margin-bottom: 0.32rem !important;
  }
}

h5 {
  font-size: 1.1em;
  line-height: 1.25em;
  margin-top: 1rem;
  margin-bottom: 0.32rem;
  font-weight: 500;
}

h6 {
  font-size: 0.7em;
  line-height: 1.55em;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  font-weight: 400;
}

/* @end */
@media (max-width: 639px) {
  .HideContentPhone .zone_content {
    display: none;
  }
}
.wTint, .wTint {
  padding: 1.5rem;
}

/* @group 3. Other styles */
.SectionSpace h1:first-child, .SectionSpace h2:first-child, .SectionSpace h3:first-child, .SectionSpace h4:first-child, .SectionSpace h4:first-child, .SectionSpace h5:first-child, .row h1:first-child, .row h2:first-child, .row h3:first-child, .row h4:first-child, .row h4:first-child, .row h5:first-child, .projectTabs h1:first-child, .projectTabs h2:first-child, .projectTabs h3:first-child, .projectTabs h4:first-child, .projectTabs h4:first-child, .projectTabs h5:first-child {
  margin-top: 0px;
}
.SectionSpace p, .row p, .projectTabs p {
  margin-bottom: 1rem;
}
.SectionSpace li, .row li, .projectTabs li {
  margin-bottom: 0.4rem;
}

a {
  color: #1f92d1;
}

a:hover, a:active, a:focus {
  color: rgb(17.825, 83.95, 120.175);
  cursor: pointer;
}

p:last-child {
  margin-bottom: 0px;
}

.caption {
  font-size: 0.65em !important;
  margin-top: 0.13rem;
  margin-bottom: 0.32rem;
  font-weight: 400;
}

/* @group Hero text */
.HeroText p, .HeroText li {
  font-size: 1.112em;
  line-height: 1.38em;
  font-weight: 300;
}
@media (max-width: 639px) {
  .HeroText p, .HeroText li {
    font-size: 16px;
    line-height: 24px;
  }
}

/* @end */
small, .small {
  font-size: 0.88em;
  line-height: 1.45em;
}
small p, small li, .small p, .small li {
  font-weight: 300;
}

.cite, cite {
  margin-bottom: 0px !important;
  margin-top: 0.32rem;
  display: block;
  font-weight: 500;
  font-style: normal;
}

b, strong {
  font-weight: 500;
  font-style: normal;
}

a, *:hover, *:focus, *:active {
  text-decoration: none;
  outline: none !important;
}

p a {
  text-decoration: underline;
}

/* @end */
::selection {
  background-color: #2e3b3a !important;
  color: white;
}

::-moz-selection {
  background-color: #2e3b3a !important;
  color: white;
}

@media print {
  *[data-aos*=""] {
    display: inline-block !important;
  }
}
