@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;
    justify-content: center;
    padding: 20px 0 0 0;
    margin: 0;
  }

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

  .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", 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", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375;
  }

  .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", 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;
  }

  .content h2,
.content h1 {
    padding: 8px 0 0 10px;
    margin: 0;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
  }

  .content a.post-link {
    text-decoration: none;
  }

  .content h1.post-title,
.content h2.post-title {
    padding-bottom: 8px;
    color: #003865;
    font-weight: 400;
  }

  .content h2.post-title {
    font-weight: 400;
  }

  .content h6,
.content h5,
.content h4,
.content h3 {
    padding: 8px 0 0 10px;
    margin: 0;
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .content h3 {
    font-size: 20px;
  }

  .content h4 {
    font-size: 18px;
    color: #ed722e;
  }

  .content h5 {
    color: #003865;
    font-size: 18px;
    font-weight: 400;
  }

  .content h6 {
    color: #003865;
    font-size: 18px;
    font-weight: 200;
  }

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

  .content p img {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .content strong {
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
  }

  .content li {
    margin-bottom: 8px;
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.375;
  }

  .content ol,
.content ul {
    padding: 0 10px;
    margin: 16px 10px;
    list-style-position: inside;
  }

  .content ul li {
    list-style-position: outside;
    margin-left: 10px;
  }

  .content ol li {
    list-style-position: outside;
    margin-left: 10px;
    padding: 0;
  }

  .content ol li::before {
    content: "";
    width: 4px;
    display: inline-block;
  }

  .content a.more-link {
    background-color: #003865;
    border-radius: 40px;
    border: 2px solid white;
    color: white;
    display: inline-block;
    font-size: 15px;
    font-family: "Gotham A", "Gotham B", 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;
  }

  .blog-post-content {
    margin-bottom: 40px;
  }
  .blog-post-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #dadbd9;
  }
  .blog-post-content .post-navigation a {
    display: block;
    padding: 0;
    text-decoration: underline;
    font-weight: 400;
  }
  .blog-post-content .post-navigation a[rel=prev] {
    margin-bottom: 4px;
    position: static;
    display: block;
  }
  .blog-post-content .post-navigation a[rel=next] {
    position: static;
    display: block;
  }

  div.contentnav {
    padding: 10px 0 0 0;
    margin: 0 0 0 24px;
    background-color: #BDC8D1;
  }

  div.contentnav h2,
div.contentnav h4 {
    padding: 0 0 0 10px;
    margin: 0;
    color: #faf9f6;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
  }

  div.contentnav ul {
    padding: 0;
    margin: 0;
  }
  div.contentnav li {
    white-space: nowrap;
    padding: 0 0 6px 0;
    margin: 0 10px 0 10px;
    color: white !important;
    list-style: none outside;
  }
  div.contentnav li:before {
    display: inline-block;
    content: "»";
    font-size: 18px;
    padding-right: 2px;
    vertical-align: top;
    line-height: 1;
  }
  div.contentnav li a {
    white-space: normal;
    display: inline-block;
    padding: 0;
    margin: 0;
    color: white;
    text-decoration: underline;
  }

  div.contentnav.listing-resources {
    padding: 18px 0;
    background-color: #f9fafc;
  }
  div.contentnav.listing-resources h4, div.contentnav.listing-resources a, div.contentnav.listing-resources li::before {
    color: #003865;
  }
  div.contentnav.listing-resources h2 {
    color: #003865;
  }

  div.contentnav.listing-archives,
div.contentnav.listing-categories {
    position: relative;
    padding: 18px 0;
    background-color: #ECECEC;
  }
  div.contentnav.listing-archives h2, div.contentnav.listing-archives h4,
div.contentnav.listing-categories h2,
div.contentnav.listing-categories h4 {
    color: #003865;
  }
  div.contentnav.listing-archives li:before,
div.contentnav.listing-categories li:before {
    content: "";
    padding-right: 2px;
  }
  div.contentnav.listing-archives a,
div.contentnav.listing-categories a {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #003865;
    text-decoration: underline;
  }

  div.contentnav.listing-categories {
    padding-bottom: 20px;
    background-color: #F5F5F5;
  }
}
@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 {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    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", 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", 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 h2,
.content h1 {
    padding: 8px 0 0 10px;
    margin: 0;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
  }

  .content a.post-link {
    text-decoration: none;
  }

  .content h1.post-title,
.content h2.post-title {
    padding-bottom: 8px;
    color: #003865;
    font-weight: 400;
  }

  .content h2.post-title {
    font-weight: 400;
  }

  .content h6,
.content h5,
.content h4,
.content h3 {
    padding: 8px 0 0 10px;
    margin: 0;
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .content h3 {
    font-size: 20px;
  }

  .content h4 {
    font-size: 18px;
    color: #F78021;
  }

  .content h5 {
    color: #003865;
    font-size: 18px;
    font-weight: 400;
  }

  .content h6 {
    color: #003865;
    font-size: 18px;
    font-weight: 200;
  }

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

  .content p img {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .content strong {
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 600;
  }

  .content li {
    margin-bottom: 8px;
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.375;
  }

  .content ol,
.content ul {
    padding: 0 10px;
    margin: 16px 10px;
    list-style-position: inside;
  }

  .content ul li {
    list-style-position: outside;
    margin-left: 10px;
  }

  .content ol li {
    list-style-position: outside;
    margin-left: 10px;
    padding: 0;
  }

  .content ol li::before {
    content: "";
    width: 4px;
    display: inline-block;
  }

  .content a.more-link {
    background-color: #003865;
    border-radius: 40px;
    border: 2px solid white;
    color: white;
    display: inline-block;
    font-size: 15px;
    font-family: "Gotham A", "Gotham B", 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;
  }

  .blog-post-content {
    margin-bottom: 40px;
  }
  .blog-post-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #dadbd9;
  }
  .blog-post-content .post-navigation a {
    display: block;
    padding: 0;
    text-decoration: underline;
    font-weight: 400;
  }
  .blog-post-content .post-navigation a[rel=prev] {
    margin-bottom: 4px;
    position: static;
    display: block;
  }
  .blog-post-content .post-navigation a[rel=next] {
    position: static;
    display: block;
  }

  div.contentnav {
    padding: 10px 0 0 0;
    margin: 0 0 0 24px;
    background-color: #BDC8D1;
  }

  div.contentnav h2,
div.contentnav h4 {
    padding: 0 0 0 10px;
    margin: 0 10px 10px 0;
    color: #faf9f6;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
  }

  div.contentnav ul {
    padding: 0;
    margin: 0;
  }
  div.contentnav li {
    white-space: nowrap;
    padding: 0 0 6px 0;
    margin: 0 10px 0 10px;
    color: white !important;
    list-style: none outside;
  }
  div.contentnav li:before {
    display: inline-block;
    content: "»";
    font-size: 18px;
    padding-right: 2px;
    vertical-align: top;
    line-height: 1;
  }
  div.contentnav li a {
    white-space: normal;
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0;
    color: white;
    text-decoration: underline;
  }

  div.contentnav.listing-resources {
    padding: 18px 0;
    background-color: #ECECEC;
  }
  div.contentnav.listing-resources h4, div.contentnav.listing-resources a, div.contentnav.listing-resources li::before {
    color: #003865;
  }
  div.contentnav.listing-resources h2 {
    color: #003865;
  }

  div.contentnav.listing-archives,
div.contentnav.listing-categories {
    position: relative;
    padding: 18px 0;
    background-color: #F5F5F5;
  }
  div.contentnav.listing-archives h2, div.contentnav.listing-archives h4,
div.contentnav.listing-categories h2,
div.contentnav.listing-categories h4 {
    color: #003865;
  }
  div.contentnav.listing-archives li:before,
div.contentnav.listing-categories li:before {
    content: "";
    padding-right: 2px;
  }
  div.contentnav.listing-archives a,
div.contentnav.listing-categories a {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #003865;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px) {
  .content-hero-text-below h1,
.content-hero-text-below h2,
.content-hero-text-elments h1,
.content-hero-text-elments h2 {
    padding: 0 40px 0 0;
  }

  .content h2,
.content h1 {
    padding: 8px 0 0 10px;
    margin: 0;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
  }

  .content a.post-link {
    text-decoration: none;
  }

  .content h1.post-title,
.content h2.post-title {
    padding-bottom: 0;
    color: #003865;
    font-weight: 400;
  }

  .content h2.post-title {
    font-weight: 400;
  }

  .content h2 {
    padding-bottom: 0;
    color: #003865;
    font-weight: 400;
  }

  .content h6,
.content h5,
.content h4,
.content h3 {
    padding: 8px 0 0 10px;
    margin: 0;
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .content h3 {
    font-size: 20px;
  }

  .content h4 {
    font-size: 18px;
    color: #ed722e;
  }

  .content h5 {
    color: #003865;
    font-size: 18px;
    font-weight: 400;
  }

  .content h6 {
    color: #003865;
    font-size: 18px;
    font-weight: 200;
  }

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

  .content p img {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .content strong {
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 500;
  }

  .content li {
    margin-bottom: 8px;
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.375;
  }

  .content ol,
.content ul {
    padding: 0 10px;
    margin: 16px 10px;
    list-style-position: inside;
  }

  .content ul li {
    list-style-position: outside;
    margin-left: 10px;
  }

  .content ol li {
    list-style-position: outside;
    margin-left: 10px;
    padding: 0;
  }

  .content ol li::before {
    content: "";
    width: 4px;
    display: inline-block;
  }

  .content a.more-link {
    background-color: #003865;
    border-radius: 40px;
    border: 2px solid white;
    color: white;
    display: inline-block;
    font-size: 15px;
    font-family: "Gotham A", "Gotham B", 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;
  }

  .blog-post-content {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .blog-post-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #dadbd9;
  }
  .blog-post-content .post-navigation a {
    padding: 0 10px;
    text-decoration: underline;
    font-weight: 400;
  }
  .blog-post-content .post-navigation a[rel=next] {
    position: absolute;
    right: 0;
  }
  .blog-post-content .post-navigation a[rel=prev] {
    position: absolute;
    left: 0;
  }

  div.contentnav {
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    background-color: #BDC8D1;
  }

  div.contentnav h2,
div.contentnav h4 {
    padding: 0;
    margin: 0 0 14px 14px;
    color: #003865;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1.3;
  }

  div.contentnav ul {
    padding: 0;
    margin: 0;
  }
  div.contentnav li {
    white-space: nowrap;
    padding: 0 0 6px 0;
    margin: 0 14px;
    color: #003865 !important;
    list-style: none outside;
  }
  div.contentnav li h2 {
    white-space: normal;
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #003865;
    text-decoration: underline;
    font-weight: normal;
    font-size: 100%;
  }
  div.contentnav li:before {
    display: inline-block;
    content: "»";
    font-size: 18px;
    padding-right: 6px;
    vertical-align: top;
    line-height: 1;
  }
  div.contentnav li a {
    white-space: normal;
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0;
    color: #003865;
    text-decoration: underline;
  }

  div.contentnav.listing-posts {
    padding: 18px 0;
  }

  div.contentnav.listing-resources {
    padding: 18px 0;
    background-color: #f9fafc;
  }
  div.contentnav.listing-resources h4, div.contentnav.listing-resources a, div.contentnav.listing-resources li::before {
    color: #003865;
  }
  div.contentnav.listing-resources h2 {
    color: #003865;
  }

  div.contentnav.listing-archives,
div.contentnav.listing-categories {
    position: relative;
    padding: 18px 0;
    background-color: #ECECEC;
  }
  div.contentnav.listing-archives h2, div.contentnav.listing-archives h4,
div.contentnav.listing-categories h2,
div.contentnav.listing-categories h4 {
    color: #003865;
  }
  div.contentnav.listing-archives li:before,
div.contentnav.listing-categories li:before {
    content: "";
    padding-right: 2px;
  }
  div.contentnav.listing-archives a,
div.contentnav.listing-categories a {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #003865;
    text-decoration: underline;
  }

  div.contentnav.listing-categories {
    background-color: #F5F5F5;
  }
}
.post-link h2 {
  text-decoration: underline;
}

.content {
  padding-bottom: 24px;
}

.entry-content {
  padding: 0 0 0 24px;
  margin-bottom: 24px;
}
.entry-content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ECECEC;
  margin: 24px 0;
  padding: 0;
}

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