.wp-block-ncst-accordion {
  margin: 40px auto;
}
.ncst-accordion-item {
  padding-bottom: 1.5em;
}
.ncst-accordion-item[id]:before {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 75px;
  margin-top: -75px;
}
.ncst-accordion-item:last-of-type {
  padding-bottom: 0;
}
.ncst-accordion-item .accordion-item__header {
  display: flex;
  align-items: center;
  color: #333333;
  text-decoration: none;
}
.ncst-accordion-item .accordion-item__header:not(.collapsed) .ncst-plus-minus-toggle {
  transform: rotate(90deg);
}
.ncst-accordion-item .accordion-item__header:not(.collapsed) .ncst-plus-minus-toggle:before {
  transform: translateY(-50%) scaleX(0);
}
.ncst-accordion-item .accordion-item__header:hover, .ncst-accordion-item .accordion-item__header:focus {
  color: #cc0000;
  cursor: pointer;
}
.ncst-accordion-item .accordion-item__header:hover .accordion-item__label, .ncst-accordion-item .accordion-item__header:focus .accordion-item__label {
  transition: color ease 0.3s;
  color: #cc0000;
}
.ncst-accordion-item .accordion-item__header:hover .accordion-item__expansion-indicator, .ncst-accordion-item .accordion-item__header:focus .accordion-item__expansion-indicator {
  background-color: #cc0000;
  color: #fff;
}
.ncst-accordion-item .accordion-item__header .accordion-item__label {
  margin: 0;
  color: inherit;
}
.ncst-accordion-item .accordion-item__content {
  padding-top: 1.125em;
  margin-left: 2.625em;
}
.ncst-accordion-item .accordion-item__content > * {
  margin-left: auto;
  margin-right: auto;
  flex: 0 0 100%;
  max-width: 100%;
}
.ncst-accordion-item .accordion-item__content > :first-child {
  margin-top: 0;
}
.ncst-accordion-item .accordion-item__content > :last-child {
  margin-bottom: 0;
}
.ncst-accordion-item .accordion-item__expansion-indicator {
  color: #cc0000;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  border: 2px solid #cc0000;
  margin-right: 0.75em;
  transition: background-color ease 0.3s, color ease 0.5s;
}
.ncst-accordion-item .accordion-item__expansion-indicator .ncst-plus-minus-toggle {
  font-size: 14px;
  transition: transform 0.2s ease-in;
  transform: rotate(0deg);
  transform-origin: center center;
  height: 1em;
  width: 1em;
  position: relative;
}
.ncst-accordion-item .accordion-item__expansion-indicator .ncst-plus-minus-toggle:before, .ncst-accordion-item .accordion-item__expansion-indicator .ncst-plus-minus-toggle:after {
  background: currentColor;
  content: "";
  position: absolute;
  height: 0.1428571429em;
  width: 1em;
  top: 50%;
  transform-origin: center;
}
.ncst-accordion-item .accordion-item__expansion-indicator .ncst-plus-minus-toggle:before {
  transform: translateY(-50%) scaleX(1);
  transition: transform 0.1s cubic-bezier(1, 0.7, 0.4, 0) 0.3s;
}
.ncst-accordion-item .accordion-item__expansion-indicator .ncst-plus-minus-toggle:after {
  transform: translateY(-50%) rotate(90deg);
}
.wp-block-ncst-blockquote {
  margin: 26px auto;
  padding: 8px 0 8px 30px;
  border-left: 6px solid #cccccc;
}
.wp-block-ncst-blockquote p {
  line-height: 1.7;
  font-size: 1rem;
  font-weight: 700;
  color: #666666;
  margin: 0;
}
.wp-block-ncst-blockquote p + p {
  margin-top: 1.25rem;
}

.has-red-400-background-color .wp-block-ncst-blockquote p {
  color: #fff;
}

.has-reynolds-400-background-color .wp-block-ncst-blockquote p {
  color: #fff;
}

.has-orange-400-background-color .wp-block-ncst-blockquote p {
  color: #fff;
}

.has-green-400-background-color .wp-block-ncst-blockquote p {
  color: #fff;
}

.has-aqua-400-background-color .wp-block-ncst-blockquote p {
  color: #fff;
}

.has-blue-400-background-color .wp-block-ncst-blockquote p {
  color: #fff;
}

.has-indigo-400-background-color .wp-block-ncst-blockquote p {
  color: #fff;
}

.has-gray-600-background-color .wp-block-ncst-blockquote p {
  color: #fff;
}

.has-gray-800-background-color .wp-block-ncst-blockquote p {
  color: #fff;
}
.wp-block-ncst-button {
  display: block;
  margin: 26px auto;
}
.wp-block-ncst-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 1.125rem auto;
}
.wp-block-ncst-buttons .wp-block-ncst-button {
  margin: 0.5rem 1rem 0.5rem 0;
}
.ncst-column {
  padding: 50px 0 0;
}
.ncst-column:first-of-type {
  padding: 0 0 50px;
}
.ncst-column.has-gray-100-background-color {
  background-color: #e5e5e5;
  padding: 50px 30px;
}
.ncst-column.has-red-400-background-color {
  background-color: #cc0000;
  padding: 50px 30px;
}
.ncst-column.has-reynolds-400-background-color {
  background-color: #990000;
  padding: 50px 30px;
}
.ncst-column.has-orange-400-background-color {
  background-color: #d14905;
  padding: 50px 30px;
}
.ncst-column.has-green-400-background-color {
  background-color: #6F7D1C;
  padding: 50px 30px;
}
.ncst-column.has-aqua-400-background-color {
  background-color: #008473;
  padding: 50px 30px;
}
.ncst-column.has-blue-400-background-color {
  background-color: #427e93;
  padding: 50px 30px;
}
.ncst-column.has-indigo-400-background-color {
  background-color: #4156a1;
  padding: 50px 30px;
}
.ncst-column.has-gray-600-background-color {
  background-color: #666666;
  padding: 50px 30px;
}
.ncst-column.has-gray-800-background-color {
  background-color: #333333;
  padding: 50px 30px;
}
.ncst-default-header {
  margin-left: auto;
  margin-right: auto;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .ncst-default-header {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .ncst-default-header {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .ncst-default-header {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.ncst-default-header h1 {
  margin-top: 0;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
}
.ncst-default-header .ncst-default-header__intro {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .sidebar + .main .ncst-default-header {
    margin-left: 0;
    margin-right: 0;
  }
}
.localist-types__checklist {
  max-height: 200px;
  overflow-y: scroll;
}
.wp-block-ncst-link-list {
  margin-left: auto;
  margin-right: auto;
  flex: 0 0 100%;
  max-width: 100%;
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin: 26px auto;
}
@media (min-width: 576px) {
  .wp-block-ncst-link-list {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .wp-block-ncst-link-list {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 1200px) {
  .wp-block-ncst-link-list {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.wp-block-ncst-link-list li {
  margin-bottom: 1.125rem;
}
.wp-block-ncst-link-list .link-list-section__heading {
  color: #333333;
  margin: 0 0 30px;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1;
  margin-bottom: 40px;
}
.wp-block-ncst-link-list.layout-one-column li {
  margin-bottom: 2.25rem;
}
.wp-block-ncst-link-list.layout-two-column .link-list__container {
  -moz-column-gap: 26px;
       column-gap: 26px;
}
@media (min-width: 768px) {
  .wp-block-ncst-link-list.layout-two-column .link-list__container {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.has-red-400-background-color .wp-block-ncst-link-list .link-list-section__heading {
  color: #fff;
}
.has-red-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link {
  color: #fff;
  transition: color ease 0.3s;
}
.has-red-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link:hover, .has-red-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link:focus {
  color: #cccccc;
}

.has-reynolds-400-background-color .wp-block-ncst-link-list .link-list-section__heading {
  color: #fff;
}
.has-reynolds-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link {
  color: #fff;
  transition: color ease 0.3s;
}
.has-reynolds-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link:hover, .has-reynolds-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link:focus {
  color: #cccccc;
}

.has-orange-400-background-color .wp-block-ncst-link-list .link-list-section__heading {
  color: #fff;
}
.has-orange-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link {
  color: #fff;
  transition: color ease 0.3s;
}
.has-orange-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link:hover, .has-orange-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link:focus {
  color: #cccccc;
}

.has-green-400-background-color .wp-block-ncst-link-list .link-list-section__heading {
  color: #fff;
}
.has-green-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link {
  color: #fff;
  transition: color ease 0.3s;
}
.has-green-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link:hover, .has-green-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link:focus {
  color: #cccccc;
}

.has-aqua-400-background-color .wp-block-ncst-link-list .link-list-section__heading {
  color: #fff;
}
.has-aqua-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link {
  color: #fff;
  transition: color ease 0.3s;
}
.has-aqua-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link:hover, .has-aqua-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link:focus {
  color: #cccccc;
}

.has-blue-400-background-color .wp-block-ncst-link-list .link-list-section__heading {
  color: #fff;
}
.has-blue-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link {
  color: #fff;
  transition: color ease 0.3s;
}
.has-blue-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link:hover, .has-blue-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link:focus {
  color: #cccccc;
}

.has-indigo-400-background-color .wp-block-ncst-link-list .link-list-section__heading {
  color: #fff;
}
.has-indigo-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link {
  color: #fff;
  transition: color ease 0.3s;
}
.has-indigo-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link:hover, .has-indigo-400-background-color .wp-block-ncst-link-list .ncst-component__bold-link:focus {
  color: #cccccc;
}

.has-gray-600-background-color .wp-block-ncst-link-list .link-list-section__heading {
  color: #fff;
}
.has-gray-600-background-color .wp-block-ncst-link-list .ncst-component__bold-link {
  color: #fff;
  transition: color ease 0.3s;
}
.has-gray-600-background-color .wp-block-ncst-link-list .ncst-component__bold-link:hover, .has-gray-600-background-color .wp-block-ncst-link-list .ncst-component__bold-link:focus {
  color: #cccccc;
}

.has-gray-800-background-color .wp-block-ncst-link-list .link-list-section__heading {
  color: #fff;
}
.has-gray-800-background-color .wp-block-ncst-link-list .ncst-component__bold-link {
  color: #fff;
  transition: color ease 0.3s;
}
.has-gray-800-background-color .wp-block-ncst-link-list .ncst-component__bold-link:hover, .has-gray-800-background-color .wp-block-ncst-link-list .ncst-component__bold-link:focus {
  color: #cccccc;
}
.wp-block-ncst-news-feed {
  flex-basis: 375px;
  flex-grow: 1;
}
.wp-block-ncst-news-feed .news-feed__heading {
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #333333;
}
.wp-block-ncst-news-feed .news-feed__list-item {
  margin-bottom: 24px;
}
.wp-block-ncst-news-feed .news-feed__list-item:last-of-type {
  margin-bottom: 0;
}
.wp-block-ncst-news-feed .news-feed__links {
  padding-left: 0;
  list-style: none;
}
.wp-block-ncst-news-feed .news-feed__headline {
  color: #333333;
  font-weight: 700;
  font-family: Univers, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0;
}
.wp-block-ncst-news-feed a.news-feed__headline-link {
  display: block;
  text-decoration: none;
}
.wp-block-ncst-news-feed a.news-feed__headline-link:hover .news-feed__headline,
.wp-block-ncst-news-feed a.news-feed__headline-link:hover .news-feed__meta, .wp-block-ncst-news-feed a.news-feed__headline-link:focus .news-feed__headline,
.wp-block-ncst-news-feed a.news-feed__headline-link:focus .news-feed__meta {
  color: #000;
}
.wp-block-ncst-news-feed .news-feed__meta {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 300;
  color: #666666;
  margin-bottom: 6px;
}
.wp-block-ncst-news-feed .hot-dog {
  display: block;
  margin: 30px 0;
  height: 6px;
  width: 70px;
  background-color: #cc0000;
}

.has-red-400-background-color .news-feed__heading,
.has-red-400-background-color .news-feed__meta,
.has-red-400-background-color .news-feed__headline {
  color: #fff;
}
.has-red-400-background-color .hot-dog {
  background-color: #fff;
}
.has-red-400-background-color a.news-feed__headline-link:hover .news-feed__headline,
.has-red-400-background-color a.news-feed__headline-link:hover .news-feed__meta, .has-red-400-background-color a.news-feed__headline-link:focus .news-feed__headline,
.has-red-400-background-color a.news-feed__headline-link:focus .news-feed__meta {
  color: #cccccc;
}

.has-reynolds-400-background-color .news-feed__heading,
.has-reynolds-400-background-color .news-feed__meta,
.has-reynolds-400-background-color .news-feed__headline {
  color: #fff;
}
.has-reynolds-400-background-color .hot-dog {
  background-color: #fff;
}
.has-reynolds-400-background-color a.news-feed__headline-link:hover .news-feed__headline,
.has-reynolds-400-background-color a.news-feed__headline-link:hover .news-feed__meta, .has-reynolds-400-background-color a.news-feed__headline-link:focus .news-feed__headline,
.has-reynolds-400-background-color a.news-feed__headline-link:focus .news-feed__meta {
  color: #cccccc;
}

.has-orange-400-background-color .news-feed__heading,
.has-orange-400-background-color .news-feed__meta,
.has-orange-400-background-color .news-feed__headline {
  color: #fff;
}
.has-orange-400-background-color .hot-dog {
  background-color: #fff;
}
.has-orange-400-background-color a.news-feed__headline-link:hover .news-feed__headline,
.has-orange-400-background-color a.news-feed__headline-link:hover .news-feed__meta, .has-orange-400-background-color a.news-feed__headline-link:focus .news-feed__headline,
.has-orange-400-background-color a.news-feed__headline-link:focus .news-feed__meta {
  color: #cccccc;
}

.has-green-400-background-color .news-feed__heading,
.has-green-400-background-color .news-feed__meta,
.has-green-400-background-color .news-feed__headline {
  color: #fff;
}
.has-green-400-background-color .hot-dog {
  background-color: #fff;
}
.has-green-400-background-color a.news-feed__headline-link:hover .news-feed__headline,
.has-green-400-background-color a.news-feed__headline-link:hover .news-feed__meta, .has-green-400-background-color a.news-feed__headline-link:focus .news-feed__headline,
.has-green-400-background-color a.news-feed__headline-link:focus .news-feed__meta {
  color: #cccccc;
}

.has-aqua-400-background-color .news-feed__heading,
.has-aqua-400-background-color .news-feed__meta,
.has-aqua-400-background-color .news-feed__headline {
  color: #fff;
}
.has-aqua-400-background-color .hot-dog {
  background-color: #fff;
}
.has-aqua-400-background-color a.news-feed__headline-link:hover .news-feed__headline,
.has-aqua-400-background-color a.news-feed__headline-link:hover .news-feed__meta, .has-aqua-400-background-color a.news-feed__headline-link:focus .news-feed__headline,
.has-aqua-400-background-color a.news-feed__headline-link:focus .news-feed__meta {
  color: #cccccc;
}

.has-blue-400-background-color .news-feed__heading,
.has-blue-400-background-color .news-feed__meta,
.has-blue-400-background-color .news-feed__headline {
  color: #fff;
}
.has-blue-400-background-color .hot-dog {
  background-color: #fff;
}
.has-blue-400-background-color a.news-feed__headline-link:hover .news-feed__headline,
.has-blue-400-background-color a.news-feed__headline-link:hover .news-feed__meta, .has-blue-400-background-color a.news-feed__headline-link:focus .news-feed__headline,
.has-blue-400-background-color a.news-feed__headline-link:focus .news-feed__meta {
  color: #cccccc;
}

.has-indigo-400-background-color .news-feed__heading,
.has-indigo-400-background-color .news-feed__meta,
.has-indigo-400-background-color .news-feed__headline {
  color: #fff;
}
.has-indigo-400-background-color .hot-dog {
  background-color: #fff;
}
.has-indigo-400-background-color a.news-feed__headline-link:hover .news-feed__headline,
.has-indigo-400-background-color a.news-feed__headline-link:hover .news-feed__meta, .has-indigo-400-background-color a.news-feed__headline-link:focus .news-feed__headline,
.has-indigo-400-background-color a.news-feed__headline-link:focus .news-feed__meta {
  color: #cccccc;
}

.has-gray-600-background-color .news-feed__heading,
.has-gray-600-background-color .news-feed__meta,
.has-gray-600-background-color .news-feed__headline {
  color: #fff;
}
.has-gray-600-background-color .hot-dog {
  background-color: #fff;
}
.has-gray-600-background-color a.news-feed__headline-link:hover .news-feed__headline,
.has-gray-600-background-color a.news-feed__headline-link:hover .news-feed__meta, .has-gray-600-background-color a.news-feed__headline-link:focus .news-feed__headline,
.has-gray-600-background-color a.news-feed__headline-link:focus .news-feed__meta {
  color: #cccccc;
}

.has-gray-800-background-color .news-feed__heading,
.has-gray-800-background-color .news-feed__meta,
.has-gray-800-background-color .news-feed__headline {
  color: #fff;
}
.has-gray-800-background-color .hot-dog {
  background-color: #fff;
}
.has-gray-800-background-color a.news-feed__headline-link:hover .news-feed__headline,
.has-gray-800-background-color a.news-feed__headline-link:hover .news-feed__meta, .has-gray-800-background-color a.news-feed__headline-link:focus .news-feed__headline,
.has-gray-800-background-color a.news-feed__headline-link:focus .news-feed__meta {
  color: #cccccc;
}
.ncst-split-container {
  margin-left: auto;
  margin-right: auto;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
}
.ncst-split-container .ncst-column {
  flex: 0 0 100%;
  max-width: 100%;
}
.ncst-split-container .ncst-column > * {
  flex: 0 0 100%;
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .ncst-split-container .ncst-column {
    padding: 50px 0;
  }
  .ncst-split-container .ncst-column > * {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .ncst-split-container .ncst-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.ncst-split-header {
  margin-left: auto;
  margin-right: auto;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 60px;
}
.ncst-split-header .split-header__content-container {
  background-color: #cc0000;
}
.ncst-split-header.has-red-400-background-color .split-header__content-container {
  background-color: #cc0000;
}
.ncst-split-header.has-reynolds-400-background-color .split-header__content-container {
  background-color: #990000;
}
.ncst-split-header.has-orange-400-background-color .split-header__content-container {
  background-color: #d14905;
}
.ncst-split-header.has-green-400-background-color .split-header__content-container {
  background-color: #6F7D1C;
}
.ncst-split-header.has-aqua-400-background-color .split-header__content-container {
  background-color: #008473;
}
.ncst-split-header.has-blue-400-background-color .split-header__content-container {
  background-color: #427e93;
}
.ncst-split-header.has-indigo-400-background-color .split-header__content-container {
  background-color: #4156a1;
}
.ncst-split-header.has-gray-600-background-color .split-header__content-container {
  background-color: #666666;
}
.ncst-split-header.has-gray-800-background-color .split-header__content-container {
  background-color: #333333;
}
.ncst-split-header.mirror-layout .split-header__image-container {
  order: 2;
}
.ncst-split-header.with-video .split-header__image-container {
  position: relative;
}
.ncst-split-header.with-video .split-header__image-container .play-indicator {
  transition: background-color ease 0.3s, color ease 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  color: #fff;
  background-color: #cc0000;
  z-index: 10;
  margin: 16px;
  font-size: 1.875em;
}
.ncst-split-header.with-video .split-header__image-container:hover .play-indicator, .ncst-split-header.with-video .split-header__image-container:focus .play-indicator {
  background-color: #990000;
}
.ncst-split-header .split-header__image-container {
  background-color: #cccccc;
  height: 35vh;
  min-height: 200px;
  max-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.ncst-split-header .split-header__image-container .split-header__image {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.ncst-split-header .split-header__image-container .split-header__image img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ncst-split-header .split-header__image-container::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
.ncst-split-header .split-header__content-container {
  color: #fff;
  display: flex;
  align-items: center;
}
.ncst-split-header .split-header__content-container .split-header__content {
  padding: 40px 60px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 400px) {
  .ncst-split-header .split-header__content-container .split-header__content {
    padding-left: calc(40px + 20 * (100vw - 400px) / 368);
  }
}
@media (min-width: 768px) {
  .ncst-split-header .split-header__content-container .split-header__content {
    padding-left: 60px;
  }
}
@media (min-width: 400px) {
  .ncst-split-header .split-header__content-container .split-header__content {
    padding-right: calc(40px + 20 * (100vw - 400px) / 368);
  }
}
@media (min-width: 768px) {
  .ncst-split-header .split-header__content-container .split-header__content {
    padding-right: 60px;
  }
}
.ncst-split-header .split-header__content-container h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 40px;
}
@media (min-width: 768px) {
  .ncst-split-header .split-header__content-container h1 {
    font-size: calc(40px + 16 * (100vw - 768px) / 732);
  }
}
@media (min-width: 1500px) {
  .ncst-split-header .split-header__content-container h1 {
    font-size: 56px;
  }
}
.ncst-split-header .split-header__content-container .split-header__intro {
  font-weight: 300;
  line-height: 1.4;
  font-size: 16px;
}
@media (min-width: 768px) {
  .ncst-split-header .split-header__content-container .split-header__intro {
    font-size: calc(16px + 4 * (100vw - 768px) / 732);
  }
}
@media (min-width: 1500px) {
  .ncst-split-header .split-header__content-container .split-header__intro {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .ncst-split-header .split-header__container {
    display: flex;
    flex-wrap: wrap;
  }
  .ncst-split-header .split-header__container > * {
    width: calc( 50% - 10px );
    flex-grow: 1;
  }
  .ncst-split-header .split-header__image-container {
    margin-bottom: 0;
    margin-right: 10px;
    margin-left: 0;
    height: auto;
    min-height: 400px;
    max-height: none;
  }
  .ncst-split-header .split-header__content-container {
    margin-left: 10px;
    margin-right: 0;
  }
  .ncst-split-header.mirror-layout .split-header__image-container {
    margin-left: 10px;
    margin-right: 0;
  }
  .ncst-split-header.mirror-layout .split-header__content-container {
    margin-right: 10px;
    margin-left: 0;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .ncst-split-header .split-header__content {
    max-width: 650px;
  }
}

@media (min-width: 992px) {
  .sidebar + .main .ncst-split-header {
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-block-ncst-spotlight-box {
  width: 350px;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .wp-block-ncst-spotlight-box {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-ncst-spotlight-box.ncst-content-card .content-card__text-container {
  padding: 30px;
}
.wp-block-ncst-spotlight-box.ncst-content-card .content-card__headline,
.wp-block-ncst-spotlight-box.ncst-content-card .content-card__teaser,
.wp-block-ncst-spotlight-box.ncst-content-card .content-card__cta {
  color: #fff;
}
.wp-block-ncst-spotlight-box.ncst-content-card .content-card__headline {
  font-size: 1.75rem;
  margin-bottom: 1.125rem;
}
.wp-block-ncst-spotlight-box.ncst-content-card .content-card__teaser {
  line-height: 1.4;
}
.wp-block-ncst-spotlight-box.has-red-400-background-color {
  background-color: #cc0000;
}
.wp-block-ncst-spotlight-box.has-reynolds-400-background-color {
  background-color: #990000;
}
.wp-block-ncst-spotlight-box.has-orange-400-background-color {
  background-color: #d14905;
}
.wp-block-ncst-spotlight-box.has-green-400-background-color {
  background-color: #6F7D1C;
}
.wp-block-ncst-spotlight-box.has-aqua-400-background-color {
  background-color: #008473;
}
.wp-block-ncst-spotlight-box.has-blue-400-background-color {
  background-color: #427e93;
}
.wp-block-ncst-spotlight-box.has-indigo-400-background-color {
  background-color: #4156a1;
}
.wp-block-ncst-spotlight-box.has-gray-600-background-color {
  background-color: #666666;
}
.wp-block-ncst-spotlight-box.has-gray-800-background-color {
  background-color: #333333;
}

a.wp-block-ncst-spotlight-box.ncst-content-card:hover .content-card__headline,
a.wp-block-ncst-spotlight-box.ncst-content-card:hover .content-card__teaser,
a.wp-block-ncst-spotlight-box.ncst-content-card:hover .content-card__cta, a.wp-block-ncst-spotlight-box.ncst-content-card:focus .content-card__headline,
a.wp-block-ncst-spotlight-box.ncst-content-card:focus .content-card__teaser,
a.wp-block-ncst-spotlight-box.ncst-content-card:focus .content-card__cta {
  color: #cccccc;
}

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