@charset "UTF-8";
/* SCA HEALTH COLOR */
@media screen and (max-width: 767px) {
  /* ============================ */
  /* HERO MODULE                 */
  /* ========================== */
  svg#wedges {
    position: absolute;
    height: 100%;
    right: -20px;
    top: 0;
    bottom: 0;
    object-fit: cover;
  }
  svg#wedges #bottom-wedge {
    display: none;
    mix-blend-mode: overlay;
  }
  svg#wedges #top-wedge {
    display: none;
    mix-blend-mode: multiply;
  }

  svg#color-wedges {
    position: absolute;
    height: 100%;
    right: -20px;
    top: 0;
    bottom: 0;
    object-fit: cover;
    isolation: isolate;
    mix-blend-mode: hard-light;
  }
  svg#color-wedges #bottom-wedge {
    opacity: 0.9;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
  }
  svg#color-wedges #center-wedge {
    opacity: 1;
    isolation: isolate;
  }
  svg#color-wedges #top-wedge {
    opacity: 0.9;
    mix-blend-mode: multiply;
  }

  .content-hero-image {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .content-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .content-hero-text {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    margin: 0;
    width: 100%;
  }

  .content-hero-text-elments {
    width: 100%;
    background-color: #ECECEC;
    line-height: 3;
  }

  .content-hero-text-below {
    text-align: left;
    padding: 20px;
  }

  .content-hero-text-below h1,
.content-hero-text-below h2,
.content-hero-text-elments h1,
.content-hero-text-elments h2 {
    padding: 0;
    margin: 0;
    color: #003865;
    font-size: 24px;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
  }

  h1.content-hero-reduce-fontsize {
    font-size: 26px;
  }

  .content-hero-text-below p,
.content-hero-text-elments p {
    color: #003865;
    padding: 0;
    margin: 20px 0 20px 0;
    font-size: 16px;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
  }

  .content-hero-text-below p {
    margin: 10px 0 10px 0;
  }

  .content-hero-text-elments .btn-wrap {
    text-align: center;
    margin-top: 30px;
  }

  .content-hero-text-below .btn-white,
.content-hero-text-elments .btn-white {
    background-color: #003865;
    border-radius: 40px;
    border: 2px solid white;
    color: white;
    display: inline-block;
    font-size: 15px;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    padding: 10px 24px;
    text-decoration: none;
    text-align: center;
    width: auto;
    position: relative;
    box-shadow: 0 0 0 2px #003865, 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    outline: none;
  }

  .hero-nav {
    margin: 24px;
  }

  .hero-nav ul {
    padding: 0;
    line-height: 1.375;
  }

  .hero-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.25;
  }

  .hero-nav ul li a {
    color: #003865;
    display: block;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    padding: 10px 0;
    text-decoration: underline;
  }

  .content-user-focused {
    margin: 0 24px;
    padding-bottom: 24px;
  }

  .content-user-focused .instructions {
    margin: 24px 0;
  }
  .content-user-focused .instructions iframe {
    width: 100%;
    height: auto;
  }

  .content-user-focused .instructions h1 {
    display: inline-block;
    padding-bottom: 4px;
    margin: 10px 0 0 0;
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }

  .content-user-focused .instructions h2, .content-user-focused .instructions h3, .content-user-focused .instructions h4 {
    margin: 10px 0 0 0;
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
  }

  .content-user-focused .instructions p,
.content-user-focused .instructions a {
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }

  .content-user-focused .instructions a {
    color: #58595B;
    text-decoration: underline;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .wp-block-buttons {
    justify-content: center;
    margin: 24px 0;
  }

  .wp-block-button a {
    background-color: #003865;
    border-radius: 40px;
    border: 2px solid white;
    color: white !important;
    display: inline-block;
    font-size: 12px;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    padding: 10px 20px;
    margin-right: 12px;
    text-align: center;
    text-decoration: none !important;
    text-transform: capitalize;
    width: auto;
    position: relative;
    box-shadow: 0 0 0 2px #003865, 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    outline: none;
  }

  .callout-quote {
    margin: 0;
  }

  .callout-quote blockquote {
    border-top: 10px solid #ECECEC;
    padding: 10px 0 0 0;
    margin: 0;
    color: #58595B;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 200;
    text-align: center;
  }

  .callout-quote blockquote p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.375;
  }

  .callout-quote blockquote p:before {
    content: "“";
    position: absolute;
    margin-left: -0.5em;
  }

  .callout-quote blockquote footer {
    padding: 0;
    margin: 10px 0;
    border: none;
    background: none;
    font-size: 18px;
  }

  .callout-quote .content-callout {
    margin: 0 0 20px 0;
    padding: 12px;
  }

  .callout-quote .content-callout ul {
    padding: 0 10px 10px 10px;
  }

  .callout-quote .content-callout ul li {
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 200;
    color: white;
  }

  .callout-quote .content-callout li a {
    color: white;
  }

  .instructions ul {
    margin: 10px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  /* ============================ */
  /* HERO MODULE                 */
  /* ========================== */
  .content-hero {
    overflow: hidden;
    margin-bottom: 16px;
    border-top: 2px solid #F5F5F5;
    border-bottom: 16px solid #F5F5F5;
  }

  svg#color-wedges, svg#wedges {
    right: -40px;
  }

  .content-hero-text {
    background-color: white;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    min-height: 275px;
  }

  .content-hero-text-elments {
    padding: 0 24px;
  }

  .content-hero-text-below {
    text-align: left;
    padding: 20px;
  }

  .content-hero-text-below h1,
.content-hero-text-below h2,
.content-hero-text-elments h1,
.content-hero-text-elments h2 {
    padding: 0;
    margin: 0;
    color: #003865;
    font-size: 24px;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.333;
    letter-spacing: -0.3px;
  }

  .content-hero-text-below p,
.content-hero-text-elments p {
    color: #003865;
    padding: 0;
    margin: 20px 0 20px 0;
    font-size: 16px;
    line-height: 1.375;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
  }

  .content-hero-text-below p {
    margin: 10px 0 10px 0;
  }

  .content-hero-image {
    overflow: hidden;
    float: right;
  }
  .content-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 275px;
    object-fit: cover;
  }

  .content-hero-text #sparkle {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
  }

  .hero-nav {
    position: relative;
  }
  .hero-nav ul {
    padding: 0;
  }
  .hero-nav ul li {
    padding: 8px 0;
    margin: 0;
    list-style: none;
    line-height: 1.2;
  }
  .hero-nav ul li a {
    display: block;
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
  }

  .content-user-focused {
    margin: 24px 0 0 24px;
    padding-bottom: 24px;
  }

  .content-user-focused .instructions h1 {
    display: block;
    padding-bottom: 4px;
    margin: 0;
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }

  .content-user-focused .instructions h2, .content-user-focused .instructions h3, .content-user-focused .instructions h4 {
    margin: 10px 0 0 0;
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
  }

  .content-user-focused .instructions p,
.content-user-focused .instructions a {
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }

  .content-user-focused .instructions a {
    color: #58595B;
    text-decoration: underline;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .wp-block-buttons {
    justify-content: center;
    margin: 24px 0;
  }

  .wp-block-button a {
    background-color: #003865;
    border-radius: 40px;
    border: 2px solid white;
    color: white !important;
    display: inline-block;
    font-size: 12px;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    padding: 10px 20px;
    margin-right: 12px;
    text-align: center;
    text-decoration: none !important;
    text-transform: capitalize;
    width: auto;
    position: relative;
    box-shadow: 0 0 0 2px #003865, 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    outline: none;
  }

  .callout-quote {
    margin-top: 0;
  }

  .callout-quote blockquote {
    border-top: 10px solid #ECECEC;
    padding: 10px 0 0 0;
    padding: 10px;
    margin: 24px;
    color: #58595B;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 400;
  }

  .callout-quote blockquote p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.375;
  }

  .callout-quote blockquote p:before {
    content: "“";
    position: absolute;
    margin-left: -0.5em;
  }

  .callout-quote blockquote footer {
    padding: 0;
    margin: 10px 0;
    border: none;
    background: none;
    font-size: 20px;
  }

  .callout-quote .content-callout {
    margin: 0 30px 30px 30px;
  }

  .callout-quote .content-callout ul {
    padding: 0 10px 10px 10px;
  }

  .callout-quote .content-callout ul li {
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 200;
    color: white;
  }

  .callout-quote .content-callout li a {
    color: white;
  }

  .instructions ul {
    margin: 10px 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .hero-nav ul li a {
    font-size: 18px;
  }

  .content-user-focused {
    margin: 0 24px;
    padding-bottom: 24px;
  }

  .content-user-focused .instructions h1 {
    display: inline-block;
    padding-bottom: 4px;
    margin: 10px 0 0 0;
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }

  .content-user-focused .instructions h2, .content-user-focused .instructions h3, .content-user-focused .instructions h4 {
    margin: 10px 0 0 0;
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
  }

  .content-user-focused .instructions p,
.content-user-focused .instructions a {
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }

  .content-user-focused .instructions a {
    color: #58595B;
    text-decoration: underline;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .wp-block-buttons {
    justify-content: center;
    margin: 24px 0;
  }

  .wp-block-button a {
    background-color: #003865;
    border-radius: 40px;
    border: 2px solid white;
    color: white !important;
    display: inline-block;
    font-size: 12px;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    padding: 10px 20px;
    margin-right: 12px;
    text-align: center;
    text-decoration: none !important;
    text-transform: capitalize;
    width: auto;
    position: relative;
    box-shadow: 0 0 0 2px #003865, 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    outline: none;
  }

  .callout-quote {
    margin: 0;
  }

  .callout-quote blockquote {
    padding: 10px;
    margin: 24px;
    color: #58595B;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 200;
  }

  .callout-quote blockquote p {
    padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 1.375;
  }

  .callout-quote blockquote p:before {
    content: "“";
    position: absolute;
    margin-left: -0.5em;
  }

  /*
  .callout-quote blockquote p:after {
   position: absolute;
   margin-right: -.5em;
   content: '\201D';
  }
  */
  .callout-quote blockquote footer {
    padding: 0;
    margin: 10px 0;
    border: none;
    background: none;
    font-size: 20px;
  }

  .callout-quote .content-callout {
    margin: 24px;
  }

  .instructions ul {
    margin: 10px 0 0 0;
  }

  .callout-quote .content-callout ul {
    padding: 0 10px 10px 10px;
  }

  .callout-quote .content-callout ul li {
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 400;
    color: white;
  }

  .callout-quote .content-callout li a {
    color: white;
  }
}

/*# sourceMappingURL=process-guide-landing.css.map */
