.ncst-media-banner {
  background-color: #cccccc;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.ncst-media-banner::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
.ncst-media-banner .ncst-media-banner__image {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.ncst-media-banner .ncst-media-banner__image img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ncst-media-banner .ncst-video-loop-container {
  display: none;
}
.ncst-media-banner .dynamic-block-error {
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .ncst-media-banner {
    width: 100%;
  }
  .ncst-media-banner.has-video {
    background-color: transparent;
  }
  .ncst-media-banner.has-video .ncst-media-banner__image {
    display: none;
  }
  .ncst-media-banner.has-video .ncst-video-loop-container {
    display: block;
    width: 100%;
  }
  .ncst-media-banner .ncst-media-banner__video {
    width: 992px;
    position: relative;
    left: auto;
    right: 0;
    display: block;
  }
}
@media (min-width: 992px) {
  .ncst-media-banner .ncst-media-banner__video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: static;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ncst-media-banner .ncst-media-banner__image {
    display: block;
  }
  .ncst-media-banner .ncst-video-loop-container {
    display: none;
  }
}
.btn.ncst-component__button-link {
  display: inline-flex;
  align-items: center;
  height: 36px;
  font-family: Univers, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.3px;
  border: none;
  color: #fff;
  background-color: #cc0000;
  max-width: 290px;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 16px;
}
.btn.ncst-component__button-link:hover, .btn.ncst-component__button-link:focus {
  color: #fff;
}
.btn.ncst-component__button-link.btn-play .ncst-component__button-container {
  display: flex;
  align-items: center;
}
.btn.ncst-component__button-link.btn-play .wolficon {
  font-size: 1.5em;
  margin: 0 4px 0 -4px;
}
.btn.ncst-component__button-link.is-style-secondary {
  color: #cc0000;
  background-color: transparent;
  border: 2px solid;
  border-color: #cc0000;
}
.btn.ncst-component__button-link.has-red-400-background-color {
  background-color: #cc0000;
}
.btn.ncst-component__button-link.has-red-400-background-color.is-style-secondary {
  background-color: transparent;
  border-color: #cc0000;
  color: #cc0000;
}
.btn.ncst-component__button-link.has-reynolds-400-background-color {
  background-color: #990000;
}
.btn.ncst-component__button-link.has-reynolds-400-background-color.is-style-secondary {
  background-color: transparent;
  border-color: #990000;
  color: #990000;
}
.btn.ncst-component__button-link.has-orange-400-background-color {
  background-color: #d14905;
}
.btn.ncst-component__button-link.has-orange-400-background-color.is-style-secondary {
  background-color: transparent;
  border-color: #d14905;
  color: #d14905;
}
.btn.ncst-component__button-link.has-green-400-background-color {
  background-color: #6F7D1C;
}
.btn.ncst-component__button-link.has-green-400-background-color.is-style-secondary {
  background-color: transparent;
  border-color: #6F7D1C;
  color: #6F7D1C;
}
.btn.ncst-component__button-link.has-aqua-400-background-color {
  background-color: #008473;
}
.btn.ncst-component__button-link.has-aqua-400-background-color.is-style-secondary {
  background-color: transparent;
  border-color: #008473;
  color: #008473;
}
.btn.ncst-component__button-link.has-blue-400-background-color {
  background-color: #427e93;
}
.btn.ncst-component__button-link.has-blue-400-background-color.is-style-secondary {
  background-color: transparent;
  border-color: #427e93;
  color: #427e93;
}
.btn.ncst-component__button-link.has-indigo-400-background-color {
  background-color: #4156a1;
}
.btn.ncst-component__button-link.has-indigo-400-background-color.is-style-secondary {
  background-color: transparent;
  border-color: #4156a1;
  color: #4156a1;
}
.btn.ncst-component__button-link.has-gray-600-background-color {
  background-color: #666666;
}
.btn.ncst-component__button-link.has-gray-600-background-color.is-style-secondary {
  background-color: transparent;
  border-color: #666666;
  color: #666666;
}
.btn.ncst-component__button-link.has-gray-800-background-color {
  background-color: #333333;
}
.btn.ncst-component__button-link.has-gray-800-background-color.is-style-secondary {
  background-color: transparent;
  border-color: #333333;
  color: #333333;
}

a.btn.ncst-component__button-link:hover, a.btn.ncst-component__button-link:focus {
  background-color: #990000;
  color: #fff;
}
a.btn.ncst-component__button-link.is-style-secondary:hover, a.btn.ncst-component__button-link.is-style-secondary:focus {
  background-color: #cc0000;
  color: #fff;
}
a.btn.ncst-component__button-link.has-red-400-background-color:hover, a.btn.ncst-component__button-link.has-red-400-background-color:focus {
  background-color: #990000;
}
a.btn.ncst-component__button-link.has-red-400-background-color.is-style-secondary:hover, a.btn.ncst-component__button-link.has-red-400-background-color.is-style-secondary:focus {
  background-color: #cc0000;
  color: #fff;
}
a.btn.ncst-component__button-link.has-reynolds-400-background-color:hover, a.btn.ncst-component__button-link.has-reynolds-400-background-color:focus {
  background-color: #5e0000;
}
a.btn.ncst-component__button-link.has-reynolds-400-background-color.is-style-secondary:hover, a.btn.ncst-component__button-link.has-reynolds-400-background-color.is-style-secondary:focus {
  background-color: #990000;
  color: #fff;
}
a.btn.ncst-component__button-link.has-orange-400-background-color:hover, a.btn.ncst-component__button-link.has-orange-400-background-color:focus {
  background-color: #a91b02;
}
a.btn.ncst-component__button-link.has-orange-400-background-color.is-style-secondary:hover, a.btn.ncst-component__button-link.has-orange-400-background-color.is-style-secondary:focus {
  background-color: #d14905;
  color: #fff;
}
a.btn.ncst-component__button-link.has-green-400-background-color:hover, a.btn.ncst-component__button-link.has-green-400-background-color:focus {
  background-color: #424c09;
}
a.btn.ncst-component__button-link.has-green-400-background-color.is-style-secondary:hover, a.btn.ncst-component__button-link.has-green-400-background-color.is-style-secondary:focus {
  background-color: #6F7D1C;
  color: #fff;
}
a.btn.ncst-component__button-link.has-aqua-400-background-color:hover, a.btn.ncst-component__button-link.has-aqua-400-background-color:focus {
  background-color: #005b5f;
}
a.btn.ncst-component__button-link.has-aqua-400-background-color.is-style-secondary:hover, a.btn.ncst-component__button-link.has-aqua-400-background-color.is-style-secondary:focus {
  background-color: #008473;
  color: #fff;
}
a.btn.ncst-component__button-link.has-blue-400-background-color:hover, a.btn.ncst-component__button-link.has-blue-400-background-color:focus {
  background-color: #1d4b61;
}
a.btn.ncst-component__button-link.has-blue-400-background-color.is-style-secondary:hover, a.btn.ncst-component__button-link.has-blue-400-background-color.is-style-secondary:focus {
  background-color: #427e93;
  color: #fff;
}
a.btn.ncst-component__button-link.has-indigo-400-background-color:hover, a.btn.ncst-component__button-link.has-indigo-400-background-color:focus {
  background-color: #24347b;
}
a.btn.ncst-component__button-link.has-indigo-400-background-color.is-style-secondary:hover, a.btn.ncst-component__button-link.has-indigo-400-background-color.is-style-secondary:focus {
  background-color: #4156a1;
  color: #fff;
}
a.btn.ncst-component__button-link.has-gray-600-background-color:hover, a.btn.ncst-component__button-link.has-gray-600-background-color:focus {
  background-color: #333333;
}
a.btn.ncst-component__button-link.has-gray-600-background-color.is-style-secondary:hover, a.btn.ncst-component__button-link.has-gray-600-background-color.is-style-secondary:focus {
  background-color: #666666;
  color: #fff;
}
a.btn.ncst-component__button-link.has-gray-800-background-color:hover, a.btn.ncst-component__button-link.has-gray-800-background-color:focus {
  background-color: #666666;
}
a.btn.ncst-component__button-link.has-gray-800-background-color.is-style-secondary:hover, a.btn.ncst-component__button-link.has-gray-800-background-color.is-style-secondary:focus {
  background-color: #333333;
  color: #fff;
}

.has-red-400-background-color .btn.ncst-component__button-link {
  color: #fff;
  background-color: #990000;
}
.has-red-400-background-color .btn.ncst-component__button-link.is-style-secondary {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.has-red-400-background-color a.btn.ncst-component__button-link:hover, .has-red-400-background-color a.btn.ncst-component__button-link:focus {
  background-color: #5e0000;
}
.has-red-400-background-color a.btn.ncst-component__button-link.is-style-secondary:hover, .has-red-400-background-color a.btn.ncst-component__button-link.is-style-secondary:focus {
  color: #cc0000;
  background-color: #fff;
}

.has-reynolds-400-background-color .btn.ncst-component__button-link {
  color: #fff;
  background-color: #5e0000;
}
.has-reynolds-400-background-color .btn.ncst-component__button-link.is-style-secondary {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.has-reynolds-400-background-color a.btn.ncst-component__button-link:hover, .has-reynolds-400-background-color a.btn.ncst-component__button-link:focus {
  background-color: #3e0000;
}
.has-reynolds-400-background-color a.btn.ncst-component__button-link.is-style-secondary:hover, .has-reynolds-400-background-color a.btn.ncst-component__button-link.is-style-secondary:focus {
  color: #990000;
  background-color: #fff;
}

.has-orange-400-background-color .btn.ncst-component__button-link {
  color: #fff;
  background-color: #a91b02;
}
.has-orange-400-background-color .btn.ncst-component__button-link.is-style-secondary {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.has-orange-400-background-color a.btn.ncst-component__button-link:hover, .has-orange-400-background-color a.btn.ncst-component__button-link:focus {
  background-color: #910e01;
}
.has-orange-400-background-color a.btn.ncst-component__button-link.is-style-secondary:hover, .has-orange-400-background-color a.btn.ncst-component__button-link.is-style-secondary:focus {
  color: #d14905;
  background-color: #fff;
}

.has-green-400-background-color .btn.ncst-component__button-link {
  color: #fff;
  background-color: #424c09;
}
.has-green-400-background-color .btn.ncst-component__button-link.is-style-secondary {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.has-green-400-background-color a.btn.ncst-component__button-link:hover, .has-green-400-background-color a.btn.ncst-component__button-link:focus {
  background-color: #2f3a03;
}
.has-green-400-background-color a.btn.ncst-component__button-link.is-style-secondary:hover, .has-green-400-background-color a.btn.ncst-component__button-link.is-style-secondary:focus {
  color: #6F7D1C;
  background-color: #fff;
}

.has-aqua-400-background-color .btn.ncst-component__button-link {
  color: #fff;
  background-color: #005b5f;
}
.has-aqua-400-background-color .btn.ncst-component__button-link.is-style-secondary {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.has-aqua-400-background-color a.btn.ncst-component__button-link:hover, .has-aqua-400-background-color a.btn.ncst-component__button-link:focus {
  background-color: #00444c;
}
.has-aqua-400-background-color a.btn.ncst-component__button-link.is-style-secondary:hover, .has-aqua-400-background-color a.btn.ncst-component__button-link.is-style-secondary:focus {
  color: #008473;
  background-color: #fff;
}

.has-blue-400-background-color .btn.ncst-component__button-link {
  color: #fff;
  background-color: #1d4b61;
}
.has-blue-400-background-color .btn.ncst-component__button-link.is-style-secondary {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.has-blue-400-background-color a.btn.ncst-component__button-link:hover, .has-blue-400-background-color a.btn.ncst-component__button-link:focus {
  background-color: #12394d;
}
.has-blue-400-background-color a.btn.ncst-component__button-link.is-style-secondary:hover, .has-blue-400-background-color a.btn.ncst-component__button-link.is-style-secondary:focus {
  color: #427e93;
  background-color: #fff;
}

.has-indigo-400-background-color .btn.ncst-component__button-link {
  color: #fff;
  background-color: #24347b;
}
.has-indigo-400-background-color .btn.ncst-component__button-link.is-style-secondary {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.has-indigo-400-background-color a.btn.ncst-component__button-link:hover, .has-indigo-400-background-color a.btn.ncst-component__button-link:focus {
  background-color: #192668;
}
.has-indigo-400-background-color a.btn.ncst-component__button-link.is-style-secondary:hover, .has-indigo-400-background-color a.btn.ncst-component__button-link.is-style-secondary:focus {
  color: #4156a1;
  background-color: #fff;
}

.has-gray-600-background-color .btn.ncst-component__button-link {
  color: #fff;
  background-color: #333333;
}
.has-gray-600-background-color .btn.ncst-component__button-link.is-style-secondary {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.has-gray-600-background-color a.btn.ncst-component__button-link:hover, .has-gray-600-background-color a.btn.ncst-component__button-link:focus {
  background-color: #1a1a1a;
}
.has-gray-600-background-color a.btn.ncst-component__button-link.is-style-secondary:hover, .has-gray-600-background-color a.btn.ncst-component__button-link.is-style-secondary:focus {
  color: #666666;
  background-color: #fff;
}

.has-gray-800-background-color .btn.ncst-component__button-link {
  color: #fff;
  background-color: #666666;
}
.has-gray-800-background-color .btn.ncst-component__button-link.is-style-secondary {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.has-gray-800-background-color a.btn.ncst-component__button-link:hover, .has-gray-800-background-color a.btn.ncst-component__button-link:focus {
  background-color: #4d4d4d;
}
.has-gray-800-background-color a.btn.ncst-component__button-link.is-style-secondary:hover, .has-gray-800-background-color a.btn.ncst-component__button-link.is-style-secondary:focus {
  color: #333333;
  background-color: #fff;
}
.ncst-icon svg {
  height: auto;
  width: 75px;
  vertical-align: -0.125em;
  fill: currentColor;
  display: inline-block;
}
.ncst-image-selector {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.ncst-image-selector::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
.ncst-image-selector .ncst-image-selector__image img {
  width: 100%;
  height: auto;
}
.ncst-image-selector .dynamic-block-error {
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .ncst-image-selector {
    width: 100%;
  }
}
.ncst-component__bold-link-container {
  display: block;
}

.ncst-component__bold-link {
  font-size: 1.5rem;
  font-weight: 700;
  color: #cc0000;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  padding-right: 1rem;
}
.ncst-component__bold-link:hover, .ncst-component__bold-link:focus {
  color: #990000;
}
.ncst-fact {
  display: block;
  font-family: Glypha, Georgia, serif;
  flex: 1 0 300px;
  max-width: 350px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  color: #cc0000;
}
.ncst-fact.has-red-400-text-color {
  color: #cc0000;
}
.ncst-fact.has-reynolds-400-text-color {
  color: #990000;
}
.ncst-fact.has-orange-400-text-color {
  color: #d14905;
}
.ncst-fact.has-green-400-text-color {
  color: #6F7D1C;
}
.ncst-fact.has-aqua-400-text-color {
  color: #008473;
}
.ncst-fact.has-blue-400-text-color {
  color: #427e93;
}
.ncst-fact.has-indigo-400-text-color {
  color: #4156a1;
}
.ncst-fact.has-gray-600-text-color {
  color: #666666;
}
.ncst-fact.has-gray-800-text-color {
  color: #333333;
}
.ncst-fact .ncst-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
.ncst-fact h2.fact__heading {
  font-family: Glypha, Georgia, serif;
  color: currentColor;
  line-height: 1.25;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}
.ncst-fact .fact__support {
  font-family: Glypha, Georgia, serif;
  color: currentColor;
  line-height: 1.375;
  font-size: 1rem;
  margin: 18px auto 0;
}
@media (min-width: 576px) {
  .ncst-fact .fact__support {
    width: 80%;
  }
}
.ncst-fact .fact__cta {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 1em 0 0;
}

a.ncst-fact {
  transition: color ease 0.3s;
  text-decoration: none;
}
a.ncst-fact.has-red-400-text-color:hover, a.ncst-fact.has-red-400-text-color:focus {
  color: #990000;
}
a.ncst-fact.has-reynolds-400-text-color:hover, a.ncst-fact.has-reynolds-400-text-color:focus {
  color: #5e0000;
}
a.ncst-fact.has-orange-400-text-color:hover, a.ncst-fact.has-orange-400-text-color:focus {
  color: #a91b02;
}
a.ncst-fact.has-green-400-text-color:hover, a.ncst-fact.has-green-400-text-color:focus {
  color: #424c09;
}
a.ncst-fact.has-aqua-400-text-color:hover, a.ncst-fact.has-aqua-400-text-color:focus {
  color: #005b5f;
}
a.ncst-fact.has-blue-400-text-color:hover, a.ncst-fact.has-blue-400-text-color:focus {
  color: #1d4b61;
}
a.ncst-fact.has-indigo-400-text-color:hover, a.ncst-fact.has-indigo-400-text-color:focus {
  color: #24347b;
}
a.ncst-fact.has-gray-600-text-color:hover, a.ncst-fact.has-gray-600-text-color:focus {
  color: #333333;
}
a.ncst-fact.has-gray-800-text-color:hover, a.ncst-fact.has-gray-800-text-color:focus {
  color: #666666;
}

.has-red-400-background-color .ncst-fact {
  color: #fff;
}
.has-red-400-background-color a.ncst-fact:hover, .has-red-400-background-color a.ncst-fact:focus {
  color: #cccccc;
}

.has-reynolds-400-background-color .ncst-fact {
  color: #fff;
}
.has-reynolds-400-background-color a.ncst-fact:hover, .has-reynolds-400-background-color a.ncst-fact:focus {
  color: #cccccc;
}

.has-orange-400-background-color .ncst-fact {
  color: #fff;
}
.has-orange-400-background-color a.ncst-fact:hover, .has-orange-400-background-color a.ncst-fact:focus {
  color: #cccccc;
}

.has-green-400-background-color .ncst-fact {
  color: #fff;
}
.has-green-400-background-color a.ncst-fact:hover, .has-green-400-background-color a.ncst-fact:focus {
  color: #cccccc;
}

.has-aqua-400-background-color .ncst-fact {
  color: #fff;
}
.has-aqua-400-background-color a.ncst-fact:hover, .has-aqua-400-background-color a.ncst-fact:focus {
  color: #cccccc;
}

.has-blue-400-background-color .ncst-fact {
  color: #fff;
}
.has-blue-400-background-color a.ncst-fact:hover, .has-blue-400-background-color a.ncst-fact:focus {
  color: #cccccc;
}

.has-indigo-400-background-color .ncst-fact {
  color: #fff;
}
.has-indigo-400-background-color a.ncst-fact:hover, .has-indigo-400-background-color a.ncst-fact:focus {
  color: #cccccc;
}

.has-gray-600-background-color .ncst-fact {
  color: #fff;
}
.has-gray-600-background-color a.ncst-fact:hover, .has-gray-600-background-color a.ncst-fact:focus {
  color: #cccccc;
}

.has-gray-800-background-color .ncst-fact {
  color: #fff;
}
.has-gray-800-background-color a.ncst-fact:hover, .has-gray-800-background-color a.ncst-fact:focus {
  color: #cccccc;
}
.ncst-terms-checklist {
  max-height: 200px;
  overflow-y: scroll;
  padding-left: 2px;
}
.ncst-modal-inserter ul {
  display: flex;
  flex-wrap: wrap;
}
.ncst-video-loop-container {
  position: relative;
}

.ncst-video-loop-controls {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  z-index: 500;
}
.ncst-video-loop-controls .ncst-video-loop-toggle {
  color: #333;
}
.ncst-video-loop-controls .ncst-video-loop-toggle:focus {
  outline: currentColor dotted thin;
  outline-offset: 4px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .ncst-video-loop-controls .ncst-video-loop-toggle:focus {
    outline-style: auto !important;
    outline-width: initial !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ncst-video-loop-container {
    display: none;
  }
}
@media (min-width: 576px) {
  .ncst-video-loop-controls {
    display: block;
  }
}

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