@charset "UTF-8";
.modaal-confirm-btn,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
}
.modaal-wrapper,
.modaal-wrapper *,
body,
html {
  box-sizing: border-box;
}
h4,
h6 {
  line-height: 1.33333;
}
.n-alpha-anchors__list,
.n-anchor-link__list,
.n-breadcrumb__list,
.n-contact-sales__list,
.n-content-actions__list,
.n-dropdown-menu__list,
.n-filter__list,
.n-footer__corp-link-list,
.n-footer__property-link-column-list,
.n-footer__property-link-list,
.n-footer__social-link-list,
.n-form__input,
.n-icon-legend,
.n-link-list,
.n-list--bulleted,
.n-list--numbered,
.n-list--two-column,
.n-list--unstyled,
.n-list__description,
.n-list__term,
.n-menu__list,
.n-off-canvas-menu__global-navigation-list,
.n-off-canvas-menu__property-navigation-list,
.n-off-canvas-menu__utils-list,
.n-pagination__list,
.n-paragraph,
.n-property-bar__narrow-actions-list,
.n-property-navigation-bar__nav-list,
.n-property-navigation-bar__utils-list,
.n-search-filter__list,
.n-share,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.n-alpha-anchors__list,
.n-anchor-link__list,
.n-breadcrumb__list,
.n-contact-sales__list,
.n-content-actions__list,
.n-dropdown-menu__list,
.n-filter__list,
.n-footer--v2 .n-footer__top .n-container,
.n-footer__corp-link-list,
.n-footer__property-link-column-list,
.n-footer__property-link-list,
.n-footer__social-link-list,
.n-icon-legend,
.n-link-list,
.n-list--bulleted,
.n-list--numbered,
.n-list--two-column,
.n-list--unstyled,
.n-list__description,
.n-list__term,
.n-menu__list,
.n-off-canvas-menu__global-navigation-list,
.n-off-canvas-menu__property-navigation-list,
.n-off-canvas-menu__utils-list,
.n-pagination__list,
.n-property-bar__narrow-actions-list,
.n-property-navigation-bar__nav-list,
.n-property-navigation-bar__utils-list,
.n-search-filter__list,
.n-share {
  padding: 0;
}
.n-property-navigation-bar__inner-wrap {
  max-width: 87.125em;
}
.n-property-bar__menu-toggle-text,
.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}
.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}
.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: 0 0;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper [tabindex="0"] {
  outline: 0 !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}
.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}
.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}
.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}
.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: 0 0;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus,
.modaal-close:hover {
  outline: 0;
  background: #0067c5;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #fff;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:after,
.modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modaal-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}
.modaal-content-container {
  padding: 30px;
}
.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}
.modaal-confirm-wrap button {
  border: 0;
}
.modaal-confirm-btn {
  font-weight: 400;
  font-style: normal;
  background: #0067c5;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 20px 45px;
  text-transform: uppercase;
}
.modaal-confirm-btn.modaal-ok {
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #454545;
  color: #fff;
  text-decoration: none;
}
.modaal-confirm-btn.modaal-cancel {
  background: 0 0;
  border: 0;
  color: #0067c5;
  margin-left: 12px;
}
.modaal-confirm-btn.modaal-cancel:hover {
  background: 0 0;
  color: #454545;
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: 0 0;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: 0 0;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}
.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}
.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}
.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img,
.modaal-gallery-item.is_active,
.modaal-iframe-elem {
  display: block;
}
.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: 0;
}
.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: 0 0;
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: 0;
  background: #fff;
}
.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:after,
.modaal-gallery-control:before {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modaal-gallery-next {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}
.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-iframe .modaal-content,
.modaal-iframe-elem {
  width: 100%;
  height: 100%;
}
.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:after,
  .modaal-gallery-control:before {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: 0 0;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}
.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}
.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}
.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}
.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}
.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
@-webkit-keyframes bounceDown {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceDown {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75%,
  from {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75%,
  from {
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
body,
html {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial,
    sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #454545;
  margin: 0;
  padding: 0;
}
.n-paragraph + h1,
.n-paragraph + h2,
.n-paragraph + h3,
.n-paragraph + h4,
.n-paragraph + h5,
.n-paragraph + h6,
hr,
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 24px;
}
.n-link-standalone,
.n-paragraph,
.n-section-title,
hr,
p {
  margin-bottom: 24px;
}
head svg {
  display: none;
}
hr {
  background: #f2f2f2;
  border: 0;
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  font-style: normal;
}
h3,
h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
h1 {
  font-size: 38px;
  line-height: 1;
}
h2 {
  font-size: 32px;
  line-height: 1.1875;
}
h3 {
  font-size: 28px;
  line-height: 1.07143;
}
h4 {
  font-size: 24px;
}
h5,
h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
h5 {
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
}
h6 {
  font-style: normal;
  font-size: 18px;
}
.n-paragraph,
.n-paragraph-fine-print,
.n-paragraph-lead,
p {
  font-weight: 300;
  color: #454545;
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial,
    sans-serif;
  font-style: normal;
}
img {
  max-width: 100%;
}
.n-paragraph,
p {
  font-size: 16px;
  line-height: 1.5;
}
.n-paragraph-fine-print {
  font-size: 12px;
  line-height: 24px;
}
.n-section-title {
  border-bottom: solid 1px #d9d9d6;
  display: table;
  width: 100%;
}
.n-section-title .n-section-title__heading {
  color: #454545;
  display: table-cell;
  font-size: 32px;
}
.n-section-title .n-section-title__actions {
  display: table-cell;
  text-align: right;
}
.n-section-title .n-section-title__action-link {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  font-style: normal;
}
a {
  color: #0067c5;
  text-decoration: none;
}
a:hover {
  color: #454545;
  text-decoration: underline;
}
.n-link-standalone {
  display: block;
}
.n-list,
.n-list--inline li {
  display: inline-block;
}
.n-list__item,
code {
  margin-bottom: 12px;
}
.n-list,
ol,
ul {
  color: #454545;
  font-size: 16px;
}
.n-list--inline {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.n-list--unstyled {
  list-style: none;
}
.n-list__item .n-list {
  margin-bottom: 12px;
  margin-top: 12px;
  padding-left: 24px;
}
.n-list--bulleted {
  list-style: none;
}
.n-list--bulleted .n-list__item {
  padding-left: 24px;
  position: relative;
}
.n-list--bulleted .n-list__item:before {
  background: #454545;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  left: 6px;
  position: absolute;
  top: 7px;
  width: 4px;
}
.n-list--numbered {
  counter-reset: my-counter;
  list-style: none;
}
.n-list--numbered .n-list__item:before {
  content: counter(my-counter, decimal) ".";
  counter-increment: my-counter;
  display: inline-block;
  margin-right: 6px;
  min-width: 24px;
  vertical-align: top;
}
.n-list--numbered .n-list__item.n-list__item--counter-override:before {
  content: attr(value) ".";
}
.n-list--two-column {
  display: table;
}
.n-list--two-column .n-list__item {
  display: table-row;
}
.n-list--two-column .n-list__item-column {
  display: table-cell;
  padding: 0 24px 24px 0;
}
.n-clearfix:after,
.n-clearfix:before,
.n-list--property-value-pairs:after,
.n-list--property-value-pairs:before {
  content: " ";
  display: table;
}
.n-list--property-value-pairs:after {
  clear: both;
}
.n-list__description,
.n-list__term {
  float: left;
  padding-bottom: 6px;
}
.n-list__term {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial,
    sans-serif;
  font-weight: 700;
  font-style: normal;
  clear: left;
  min-width: 130px;
  padding-right: 6px;
}
.n-clearfix:after,
.n-code-snippet__actions-wrap:after,
.n-container:after,
.n-footer__corp-links:after,
.n-row:after {
  clear: both;
}
code {
  display: block;
  font-family: Courier, "Courier New", monospace;
  line-height: 24px;
  padding: 20px;
}
code .highlight {
  color: #d76b00;
}
code.inline {
  display: inline;
  margin-bottom: 0;
  padding: 0;
}
.n-form dl,
.n-form > h1,
.n-form > h2,
.n-form > h3,
.n-form > h4,
.n-form > h5,
.n-form > h6,
.n-form > ol,
.n-form > p,
.n-form > ul,
.n-text-longform dl,
.n-text-longform > h1,
.n-text-longform > h2,
.n-text-longform > h3,
.n-text-longform > h4,
.n-text-longform > h5,
.n-text-longform > h6,
.n-text-longform > ol,
.n-text-longform > p,
.n-text-longform > ul {
  margin-bottom: 24px;
}
.n-form dl + h1,
.n-form dl + h2,
.n-form dl + h3,
.n-form dl + h4,
.n-form dl + h5,
.n-form dl + h6,
.n-form > h1 + h1,
.n-form > h1 + h2,
.n-form > h1 + h3,
.n-form > h1 + h4,
.n-form > h1 + h5,
.n-form > h1 + h6,
.n-form > h2 + h1,
.n-form > h2 + h2,
.n-form > h2 + h3,
.n-form > h2 + h4,
.n-form > h2 + h5,
.n-form > h2 + h6,
.n-form > h3 + h1,
.n-form > h3 + h2,
.n-form > h3 + h3,
.n-form > h3 + h4,
.n-form > h3 + h5,
.n-form > h3 + h6,
.n-form > h4 + h1,
.n-form > h4 + h2,
.n-form > h4 + h3,
.n-form > h4 + h4,
.n-form > h4 + h5,
.n-form > h4 + h6,
.n-form > h5 + h1,
.n-form > h5 + h2,
.n-form > h5 + h3,
.n-form > h5 + h4,
.n-form > h5 + h5,
.n-form > h5 + h6,
.n-form > h6 + h1,
.n-form > h6 + h2,
.n-form > h6 + h3,
.n-form > h6 + h4,
.n-form > h6 + h5,
.n-form > h6 + h6,
.n-form > ol + h1,
.n-form > ol + h2,
.n-form > ol + h3,
.n-form > ol + h4,
.n-form > ol + h5,
.n-form > ol + h6,
.n-form > p + h1,
.n-form > p + h2,
.n-form > p + h3,
.n-form > p + h4,
.n-form > p + h5,
.n-form > p + h6,
.n-form > ul + h1,
.n-form > ul + h2,
.n-form > ul + h3,
.n-form > ul + h4,
.n-form > ul + h5,
.n-form > ul + h6,
.n-text-longform dl + h1,
.n-text-longform dl + h2,
.n-text-longform dl + h3,
.n-text-longform dl + h4,
.n-text-longform dl + h5,
.n-text-longform dl + h6,
.n-text-longform > h1 + h1,
.n-text-longform > h1 + h2,
.n-text-longform > h1 + h3,
.n-text-longform > h1 + h4,
.n-text-longform > h1 + h5,
.n-text-longform > h1 + h6,
.n-text-longform > h2 + h1,
.n-text-longform > h2 + h2,
.n-text-longform > h2 + h3,
.n-text-longform > h2 + h4,
.n-text-longform > h2 + h5,
.n-text-longform > h2 + h6,
.n-text-longform > h3 + h1,
.n-text-longform > h3 + h2,
.n-text-longform > h3 + h3,
.n-text-longform > h3 + h4,
.n-text-longform > h3 + h5,
.n-text-longform > h3 + h6,
.n-text-longform > h4 + h1,
.n-text-longform > h4 + h2,
.n-text-longform > h4 + h3,
.n-text-longform > h4 + h4,
.n-text-longform > h4 + h5,
.n-text-longform > h4 + h6,
.n-text-longform > h5 + h1,
.n-text-longform > h5 + h2,
.n-text-longform > h5 + h3,
.n-text-longform > h5 + h4,
.n-text-longform > h5 + h5,
.n-text-longform > h5 + h6,
.n-text-longform > h6 + h1,
.n-text-longform > h6 + h2,
.n-text-longform > h6 + h3,
.n-text-longform > h6 + h4,
.n-text-longform > h6 + h5,
.n-text-longform > h6 + h6,
.n-text-longform > ol + h1,
.n-text-longform > ol + h2,
.n-text-longform > ol + h3,
.n-text-longform > ol + h4,
.n-text-longform > ol + h5,
.n-text-longform > ol + h6,
.n-text-longform > p + h1,
.n-text-longform > p + h2,
.n-text-longform > p + h3,
.n-text-longform > p + h4,
.n-text-longform > p + h5,
.n-text-longform > p + h6,
.n-text-longform > ul + h1,
.n-text-longform > ul + h2,
.n-text-longform > ul + h3,
.n-text-longform > ul + h4,
.n-text-longform > ul + h5,
.n-text-longform > ul + h6 {
  margin-top: 24px;
}
.n-form > ol li,
.n-form > ul li,
.n-text-longform > ol li,
.n-text-longform > ul li {
  margin-bottom: 6px;
}
.n-form .n-pull-left,
.n-text-longform .n-pull-left {
  float: left;
  margin: 0 24px 24px 0;
}
.n-form .n-pull-right,
.n-text-longform .n-pull-right {
  float: right;
  margin: 0 0 24px 24px;
}
.n-text-longform p {
  margin-bottom: 24px;
}
.no-wrap {
  white-space: nowrap;
}
@media screen and (min-width: 26.25em) {
  h1 {
    font-size: 42px;
    line-height: 1;
  }
  h2 {
    font-size: 36px;
    line-height: 1.16667;
  }
  h3 {
    font-size: 30px;
    line-height: 1.2;
  }
  .n-paragraph,
  p {
    font-size: 16px;
    line-height: 1.5;
  }
  .n-paragraph-lead {
    font-size: 20px;
    line-height: 1.2;
  }
}
*,
:after,
:before {
  box-sizing: inherit;
}
.n-main-content {
  display: block;
  padding-bottom: 24px;
  padding-top: 24px;
}
.n-main-content--no-bottom-padding {
  padding-bottom: 0;
}
.n-main-content--no-top-padding {
  padding-top: 0;
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 48px;
    line-height: 1;
  }
  h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  h3 {
    font-size: 32px;
    line-height: 1.1875;
  }
  .n-paragraph,
  p {
    font-size: 16px;
    line-height: 1.5;
  }
  .n-paragraph-lead {
    font-size: 24px;
    line-height: 1.33333;
  }
  .n-main-content {
    padding-top: 48px;
  }
  .n-main-content--no-top-padding {
    padding-top: 0;
  }
}
.n-container {
  max-width: 87.125em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px;
}
.n-container:after {
  content: " ";
  display: block;
}
.n-row {
  margin: 0;
}
.n-row:after,
.n-row:before {
  content: " ";
  display: table;
}
@media screen and (min-width: 26.25em) {
  .n-col-sm-1,
  .n-col-sm-10,
  .n-col-sm-11,
  .n-col-sm-12,
  .n-col-sm-2,
  .n-col-sm-3,
  .n-col-sm-4,
  .n-col-sm-5,
  .n-col-sm-7,
  .n-col-sm-8,
  .n-col-sm-9 {
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
  .n-col-sm-1 {
    width: 6.66667%;
  }
  .n-col-sm-2 {
    width: 15%;
  }
  .n-col-sm-3 {
    width: 23.33333%;
  }
  .n-col-sm-4 {
    width: 31.66667%;
  }
  .n-col-sm-5 {
    width: 40%;
  }
  .n-col-sm-6 {
    width: 48.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
  .n-col-sm-7 {
    width: 56.66667%;
  }
  .n-col-sm-8 {
    width: 65%;
  }
  .n-col-sm-9 {
    width: 73.33333%;
  }
  .n-col-sm-10 {
    width: 81.66667%;
  }
  .n-col-sm-11 {
    width: 90%;
  }
  .n-col-sm-12 {
    width: 98.33333%;
  }
}
@media screen and (min-width: 48em) {
  .n-col-md-1,
  .n-col-md-10,
  .n-col-md-11,
  .n-col-md-12,
  .n-col-md-2,
  .n-col-md-3,
  .n-col-md-4,
  .n-col-md-5,
  .n-col-md-7,
  .n-col-md-8,
  .n-col-md-9 {
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
  .n-col-md-1 {
    width: 6.66667%;
  }
  .n-col-md-2 {
    width: 15%;
  }
  .n-col-md-3 {
    width: 23.33333%;
  }
  .n-col-md-4 {
    width: 31.66667%;
  }
  .n-col-md-5 {
    width: 40%;
  }
  .n-col-md-6 {
    width: 48.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
  .n-col-md-7 {
    width: 56.66667%;
  }
  .n-col-md-8 {
    width: 65%;
  }
  .n-col-md-9 {
    width: 73.33333%;
  }
  .n-col-md-10 {
    width: 81.66667%;
  }
  .n-col-md-11 {
    width: 90%;
  }
  .n-col-md-12 {
    width: 98.33333%;
  }
}
@media screen and (min-width: 64em) {
  .n-col-lg-1,
  .n-col-lg-10,
  .n-col-lg-11,
  .n-col-lg-12,
  .n-col-lg-2,
  .n-col-lg-3,
  .n-col-lg-4,
  .n-col-lg-5,
  .n-col-lg-7,
  .n-col-lg-8,
  .n-col-lg-9 {
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
  .n-col-lg-1 {
    width: 6.66667%;
  }
  .n-col-lg-2 {
    width: 15%;
  }
  .n-col-lg-3 {
    width: 23.33333%;
  }
  .n-col-lg-4 {
    width: 31.66667%;
  }
  .n-col-lg-5 {
    width: 40%;
  }
  .n-col-lg-6 {
    width: 48.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
  .n-col-lg-7 {
    width: 56.66667%;
  }
  .n-col-lg-8 {
    width: 65%;
  }
  .n-col-lg-9 {
    width: 73.33333%;
  }
  .n-col-lg-10 {
    width: 81.66667%;
  }
  .n-col-lg-11 {
    width: 90%;
  }
  .n-col-lg-12 {
    width: 98.33333%;
  }
  .n-row {
    margin: 0 -0.83333%;
  }
}
@media screen and (min-width: 87.125em) {
  .n-col-xl-1,
  .n-col-xl-10,
  .n-col-xl-11,
  .n-col-xl-12,
  .n-col-xl-2,
  .n-col-xl-3,
  .n-col-xl-4,
  .n-col-xl-5,
  .n-col-xl-7,
  .n-col-xl-8,
  .n-col-xl-9 {
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
  .n-col-xl-1 {
    width: 6.66667%;
  }
  .n-col-xl-2 {
    width: 15%;
  }
  .n-col-xl-3 {
    width: 23.33333%;
  }
  .n-col-xl-4 {
    width: 31.66667%;
  }
  .n-col-xl-5 {
    width: 40%;
  }
  .n-col-xl-6 {
    width: 48.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
  .n-col-xl-7 {
    width: 56.66667%;
  }
  .n-col-xl-8 {
    width: 65%;
  }
  .n-col-xl-9 {
    width: 73.33333%;
  }
  .n-col-xl-10 {
    width: 81.66667%;
  }
  .n-col-xl-11 {
    width: 90%;
  }
  .n-col-xl-12 {
    width: 98.33333%;
  }
}
.n-anchor-links {
  display: none;
}
.n-anchor-background-neutral-60 {
  background: #666;
}
.n-anchor-link__list {
  list-style: none;
  text-align: center;
}
.n-anchor-link__list-item {
  display: inline-block;
  margin-bottom: 0;
  padding: 12px 0;
}
.n-anchor-link__link {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  padding: 12px;
  margin-right: 6px;
  text-transform: uppercase;
  vertical-align: middle;
}
.n-anchor-link__link:hover {
  text-decoration: none;
}
.n-anchor-background-neutral-60 .n-anchor-link__link {
  color: #fff;
}
.n-anchor-link__icon {
  height: 14px;
  vertical-align: middle;
  width: 14px;
  margin-left: 6px;
}
.n-anchor-link__link:hover .n-anchor-link__icon {
  -webkit-animation: bounceDown 1s;
  animation: bounceDown 1s;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.n-anchor-background-neutral-60 .n-anchor-link__icon {
  fill: #fff;
}
@media screen and (max-width: 64em) {
  .n-anchor-links {
    display: block;
  }
}
@media screen and (max-width: 87.125em) {
  .n-anchor-link__list-item:last-child {
    margin-right: 0;
  }
}
code[class*="language-"],
pre[class*="language-"] {
  color: #000;
  text-shadow: 0 1px #fff;
  font-family: Consolas, Monaco, "Andale Mono", monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
code[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
pre[class*="language-"]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
code[class*="language-"] ::selection,
code[class*="language-"]::selection,
pre[class*="language-"] ::selection,
pre[class*="language-"]::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}
pre[class*="language-"] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f7f7f7;
}
:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
}
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: #708090;
}
.token.punctuation {
  color: #999;
}
.namespace {
  opacity: 0.7;
}
.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
  color: #905;
}
.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
  color: #690;
}
.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function {
  color: #dd4a68;
}
.token.important,
.token.regex,
.token.variable {
  color: #e90;
}
.token.bold,
.token.important {
  font-weight: 700;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.button--close:hover,
.n-code-snippet__copy-button,
.n-collision-proof-panel__target[data-reveal-panel-on="click"] {
  cursor: pointer;
}
pre[data-line] {
  position: relative;
  padding: 1em 0 1em 3em;
}
.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  background: rgba(153, 122, 102, 0.08);
  background: gradient(rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  pointer-events: none;
  line-height: inherit;
  white-space: pre;
}
.line-highlight:before,
.line-highlight[data-end]:after {
  content: attr(data-start);
  position: absolute;
  top: 0.4em;
  left: 0.6em;
  min-width: 1em;
  padding: 0 0.5em;
  background-color: rgba(153, 122, 102, 0.4);
  color: #f5f2f0;
  font: 700 65%/1.5 sans-serif;
  text-align: center;
  vertical-align: 0.3em;
  border-radius: 999px;
  text-shadow: none;
  box-shadow: 0 1px #fff;
}
pre.line-numbers,
pre.line-numbers > code {
  position: relative;
}
.line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: 0.4em;
}
pre.line-numbers {
  padding-left: 3.8em;
  counter-reset: linenumber;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}
.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
pre[class*="language-"] {
  font-size: 16px;
}
.n-code-snippet {
  width: 100%;
  max-height: 300px;
}
.n-code-snippet__actions-wrap {
  background-color: #f7f7f7;
  border-bottom: solid 1px #d9d9d6;
  display: block;
  padding: 12px;
}
.n-code-snippet__actions-wrap:after,
.n-code-snippet__actions-wrap:before {
  content: " ";
  display: table;
}
.n-code-snippet__actions-wrap + .n-code-sample__wrap pre[class*="language-"] {
  margin-top: 0;
  margin-bottom: 24px;
}
.n-code-snippet__copy-button {
  background: 0 0;
  border: 0;
  color: #0067c5;
  display: block;
  float: right;
  font-size: 12px;
  overflow: visible;
  position: relative;
}
.n-code-snippet__copy-button:hover {
  color: #454545;
  text-decoration: underline;
}
.n-color-swatch__sample--color-black .n-color-swatch__hex-code,
.n-color-swatch__sample--color-black .n-color-swatch__scss-variable,
.n-color-swatch__sample--color-blue .n-color-swatch__hex-code,
.n-color-swatch__sample--color-blue .n-color-swatch__scss-variable,
.n-color-swatch__sample--color-blue-dark .n-color-swatch__hex-code,
.n-color-swatch__sample--color-blue-dark .n-color-swatch__scss-variable,
.n-color-swatch__sample--color-gray-27 .n-color-swatch__hex-code,
.n-color-swatch__sample--color-gray-27 .n-color-swatch__scss-variable,
.n-color-swatch__sample--color-gray-35 .n-color-swatch__hex-code,
.n-color-swatch__sample--color-gray-35 .n-color-swatch__scss-variable,
.n-color-swatch__sample--color-gray-41 .n-color-swatch__hex-code,
.n-color-swatch__sample--color-gray-41 .n-color-swatch__scss-variable {
  color: #fff;
  display: block;
  font-size: 16px;
}
.n-code-snippet__copy-response {
  background: #454545;
  border-radius: 6px;
  color: #fff;
  font-size: 11px;
  left: 50%;
  margin-left: -65px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 130px;
}
.n-code-snippet__copy-response:before {
  background: #454545;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}
.n-code-snippet__copy-button--clicked .n-code-snippet__copy-response {
  -webkit-animation: fade-in-out 3s;
  animation: fade-in-out 3s;
}
@-webkit-keyframes fade-in-out {
  0%,
  100% {
    opacity: 0;
    top: 20px;
  }
  10%,
  90% {
    opacity: 1;
    top: 32px;
  }
}
@keyframes fade-in-out {
  0%,
  100% {
    opacity: 0;
    top: 20px;
  }
  10%,
  90% {
    opacity: 1;
    top: 32px;
  }
}
.n-code-snippet__copy-button-icon {
  fill: #0067c5;
  height: 16px;
  margin-right: 2px;
  position: relative;
  top: 4px;
  width: 16px;
}
.n-code-snippet__copy-button:hover .n-code-snippet__copy-button-icon {
  fill: #454545;
}
.n-color-swatch-contrast--1E4A93-000000 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--1E4A93-1E4A93 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--1E4A93-53565A .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--1E4A93-929497 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--1E4A93-A4A4A4 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatches {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.n-color-swatch {
  margin-bottom: 24px;
  width: 110px;
}
.n-color-swatch__note {
  display: inline-block;
  font-size: 12px;
  width: 480px;
}
.n-color-swatch__hex-code,
.n-color-swatch__scss-variable {
  font-size: 12px;
}
.n-color-swatch__sample {
  height: 80px;
  margin-bottom: 5px;
  width: 80px;
}
.n-color-swatch__label {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 0;
}
.n-color-swatch__sample--color-blue {
  background: #0067c5;
}
.n-color-swatch__sample--color-blue-dark {
  background: #454545;
}
.n-color-swatch__sample--color-black {
  background: #000;
}
.n-color-swatch__sample--color-gray-27 {
  background: #454545;
}
.n-color-swatch__sample--color-gray-35 {
  background: #53565a;
}
.n-color-swatch__sample--color-gray-41 {
  background: #686868;
}
.n-color-swatch__sample--color-blue-lighter .n-color-swatch__hex-code,
.n-color-swatch__sample--color-blue-lighter .n-color-swatch__scss-variable,
.n-color-swatch__sample--color-gray-61 .n-color-swatch__hex-code,
.n-color-swatch__sample--color-gray-61 .n-color-swatch__scss-variable,
.n-color-swatch__sample--color-gray-64 .n-color-swatch__hex-code,
.n-color-swatch__sample--color-gray-64 .n-color-swatch__scss-variable,
.n-color-swatch__sample--color-gray-87 .n-color-swatch__hex-code,
.n-color-swatch__sample--color-gray-87 .n-color-swatch__scss-variable,
.n-color-swatch__sample--color-gray-97 .n-color-swatch__hex-code,
.n-color-swatch__sample--color-gray-97 .n-color-swatch__scss-variable {
  display: block;
  font-size: 16px;
  color: #000;
}
.n-color-swatch__sample--color-gray-61 {
  background: #929497;
}
.n-color-swatch__sample--color-gray-64 {
  background: #a4a4a4;
}
.n-color-swatch__sample--color-gray-87 {
  background: #d9d9d6;
}
.n-color-swatch__sample--color-gray-97 {
  background: #f7f7f7;
}
.n-color-swatch__sample--color-blue-lighter {
  background: #8dc8e8;
}
.n-color-swatch__sample--color-blue-light .n-color-swatch__hex-code,
.n-color-swatch__sample--color-blue-light .n-color-swatch__scss-variable,
.n-color-swatch__sample--color-brand-primary .n-color-swatch__hex-code,
.n-color-swatch__sample--color-brand-primary .n-color-swatch__scss-variable,
.n-color-swatch__sample--color-green .n-color-swatch__hex-code,
.n-color-swatch__sample--color-green .n-color-swatch__scss-variable,
.n-color-swatch__sample--color-orange .n-color-swatch__hex-code,
.n-color-swatch__sample--color-orange .n-color-swatch__scss-variable,
.n-color-swatch__sample--color-purple .n-color-swatch__hex-code,
.n-color-swatch__sample--color-purple .n-color-swatch__scss-variable {
  display: block;
  font-size: 16px;
  color: #fff;
}
.n-color-swatch__sample--color-blue-light {
  background: #0067c5;
}
.n-color-swatch__sample--color-green {
  background: #454545;
}
.n-color-swatch__sample--color-purple {
  background: #3c1053;
}
.n-color-swatch__sample--color-orange {
  background: #d76b00;
}
.n-color-swatch__sample--color-brand-primary {
  background: #0067c5;
}
.n-color-swatch__sample--color-gray-52 .n-color-swatch__hex-code,
.n-color-swatch__sample--color-gray-52 .n-color-swatch__scss-variable,
.n-color-swatch__sample--color-gray-95 .n-color-swatch__hex-code,
.n-color-swatch__sample--color-gray-95 .n-color-swatch__scss-variable,
.n-color-swatch__sample--color-white .n-color-swatch__hex-code,
.n-color-swatch__sample--color-white .n-color-swatch__scss-variable {
  display: block;
  font-size: 16px;
  color: #000;
}
.n-color-swatch__sample--color-white {
  background: #fff;
  border: 1px solid #f2f2f2;
}
.n-color-swatch__sample--color-gray-52 {
  background: #848484;
}
.n-color-swatch__sample--color-gray-95 {
  background: #f2f2f2;
}
.n-color-swatch__sample--color-green-light .n-color-swatch__hex-code,
.n-color-swatch__sample--color-green-light .n-color-swatch__scss-variable,
.n-color-swatch__sample--color-text-default .n-color-swatch__hex-code,
.n-color-swatch__sample--color-text-default .n-color-swatch__scss-variable,
.n-color-swatch__sample--color-text-light .n-color-swatch__hex-code,
.n-color-swatch__sample--color-text-light .n-color-swatch__scss-variable {
  display: block;
  color: #fff;
  font-size: 16px;
}
.n-color-swatch__sample--color-green-light {
  background: #454545;
}
.n-color-swatch__sample--color-text-default {
  background: #454545;
}
.n-color-swatch__sample--color-text-light {
  background: #686868;
}
.n-color-swatch-table.n-data-table {
  border-collapse: collapse;
  margin-bottom: 48px;
  width: 100%;
}
.n-color-swatch-table.n-data-table .n-color-swatch-table-header {
  text-align: center;
}
.n-color-swatch-table.n-data-table tbody {
  background: repeating-linear-gradient(
    40deg,
    #f8f8f8,
    #f8f8f8 10px,
    #fff 10px,
    #fff 20px
  );
}
.n-color-swatch-table.n-data-table tbody tr:nth-child(even) {
  background: 0 0;
}
.n-color-swatch-table.n-data-table
  td.n-color-swatch-contrast-chart__item--separator {
  height: 2px;
  background: #ccc;
  padding: 0;
}
.n-color-swatch-table.n-data-table td {
  border: 0;
}
.n-color-swatch-contrast-chart__item {
  font-family: "Courier New", Courier, monospace;
}
.n-typography-swatch__sample--gotham-extra-light,
.n-typography-swatch__sample--gotham-extra-light-italic {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.n-color-swatch__positioning-wrap {
  padding-top: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.n-color-swatch__status--failing,
.n-color-swatch__status--passing {
  display: none;
  font-size: 16px;
  height: 20px;
  padding: 2px 4px;
  position: absolute;
  right: -15px;
  top: -12px;
  width: 60px;
}
.n-color-swatch__status--failing svg,
.n-color-swatch__status--passing svg {
  height: 10px;
  width: 10px;
}
.n-color-swatch__sample-swatch {
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  position: relative;
  top: 2px;
  width: 16px;
}
.n-color-swatch-contrast--1E4A93-1E4A93 {
  background: #454545;
  color: #454545;
}
.n-color-swatch-contrast--1E4A93-1E4A93 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--1E4A93-1E4A93 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--1E4A93-1E4A93 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--1E4A93-1E4A93 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--1E4A93-000000 {
  background: #454545;
  color: #000;
}
.n-color-swatch-contrast--1E4A93-000000 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--1E4A93-000000 .n-color-swatch__status--passing:after {
  content: "2.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--1E4A93-000000 .n-color-swatch__sample-swatch {
  background: #000;
}
.n-color-swatch-contrast--1E4A93-000000 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--1E4A93-53565A {
  background: #454545;
  color: #53565a;
}
.n-color-swatch-contrast--1E4A93-53565A .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--1E4A93-53565A .n-color-swatch__status--passing:after {
  content: "1.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--1E4A93-53565A .n-color-swatch__sample-swatch {
  background: #53565a;
}
.n-color-swatch-contrast--1E4A93-53565A .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--1E4A93-929497 {
  background: #454545;
  color: #929497;
}
.n-color-swatch-contrast--1E4A93-929497 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--1E4A93-929497 .n-color-swatch__status--passing:after {
  content: "2.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--1E4A93-929497 .n-color-swatch__sample-swatch {
  background: #929497;
}
.n-color-swatch-contrast--1E4A93-929497 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--1E4A93-A4A4A4 {
  background: #454545;
  color: #a4a4a4;
}
.n-color-swatch-contrast--1E4A93-A4A4A4 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--1E4A93-A4A4A4 .n-color-swatch__status--passing:after {
  content: "3.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--1E4A93-A4A4A4 .n-color-swatch__sample-swatch {
  background: #a4a4a4;
}
.n-color-swatch-contrast--1E4A93-A4A4A4 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--1E4A93-D9D9D6 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--1E4A93-F7F7F7 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--1E4A93-D9D9D6 {
  background: #454545;
  color: #d9d9d6;
}
.n-color-swatch-contrast--1E4A93-D9D9D6 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--1E4A93-D9D9D6 .n-color-swatch__status--passing:after {
  content: "6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--1E4A93-D9D9D6 .n-color-swatch__sample-swatch {
  background: #d9d9d6;
}
.n-color-swatch-contrast--1E4A93-D9D9D6 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--1E4A93-F7F7F7 {
  background: #454545;
  color: #f7f7f7;
}
.n-color-swatch-contrast--1E4A93-F7F7F7 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--1E4A93-F7F7F7 .n-color-swatch__status--passing:after {
  content: "8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--1E4A93-F7F7F7 .n-color-swatch__sample-swatch {
  background: #f7f7f7;
}
.n-color-swatch-contrast--1E4A93-F7F7F7 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--1E4A93-0067C5 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--1E4A93-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--1E4A93-3C1053 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--1E4A93-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--1E4A93-686868 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--1E4A93-D76B00 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--1E4A93-0067C5 {
  background: #454545;
  color: #0067c5;
}
.n-color-swatch-contrast--1E4A93-0067C5 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--1E4A93-0067C5 .n-color-swatch__status--passing:after {
  content: "1.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--1E4A93-0067C5 .n-color-swatch__sample-swatch {
  background: #0067c5;
}
.n-color-swatch-contrast--1E4A93-0067C5 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--1E4A93-3C1053 {
  background: #454545;
  color: #3c1053;
}
.n-color-swatch-contrast--1E4A93-3C1053 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--1E4A93-3C1053 .n-color-swatch__status--passing:after {
  content: "1.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--1E4A93-3C1053 .n-color-swatch__sample-swatch {
  background: #3c1053;
}
.n-color-swatch-contrast--1E4A93-3C1053 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--1E4A93-D76B00 {
  background: #454545;
  color: #d76b00;
}
.n-color-swatch-contrast--1E4A93-D76B00 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--1E4A93-D76B00 .n-color-swatch__status--passing:after {
  content: "2.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--1E4A93-D76B00 .n-color-swatch__sample-swatch {
  background: #d76b00;
}
.n-color-swatch-contrast--1E4A93-D76B00 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--1E4A93-454545 {
  background: #454545;
  color: #454545;
}
.n-color-swatch-contrast--1E4A93-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--1E4A93-454545 .n-color-swatch__status--passing:after {
  content: "1.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--1E4A93-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--1E4A93-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--1E4A93-686868 {
  background: #454545;
  color: #686868;
}
.n-color-swatch-contrast--1E4A93-686868 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--1E4A93-686868 .n-color-swatch__status--passing:after {
  content: "1.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--1E4A93-686868 .n-color-swatch__sample-swatch {
  background: #686868;
}
.n-color-swatch-contrast--1E4A93-686868 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--1E4A93-454545 {
  background: #454545;
  color: #454545;
}
.n-color-swatch-contrast--1E4A93-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--1E4A93-454545 .n-color-swatch__status--passing:after {
  content: "1.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--1E4A93-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--1E4A93-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--1E4A93-FFFFFF {
  background: #454545;
  color: #fff;
}
.n-color-swatch-contrast--1E4A93-FFFFFF .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--1E4A93-FFFFFF .n-color-swatch__status--passing:after {
  content: "8.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--1E4A93-FFFFFF .n-color-swatch__sample-swatch {
  background: #fff;
}
.n-color-swatch-contrast--1E4A93-FFFFFF .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--1E4A93-FFFFFF .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--000000-000000 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--000000-1E4A93 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--000000-53565A .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--1E4A93-CF2128 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--1E4A93-EE6023 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--1E4A93-CF2128 {
  background: #454545;
  color: #cf2128;
}
.n-color-swatch-contrast--1E4A93-CF2128 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--1E4A93-CF2128 .n-color-swatch__status--passing:after {
  content: "1.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--1E4A93-CF2128 .n-color-swatch__sample-swatch {
  background: #cf2128;
}
.n-color-swatch-contrast--1E4A93-CF2128 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--1E4A93-EE6023 {
  background: #454545;
  color: #ee6023;
}
.n-color-swatch-contrast--1E4A93-EE6023 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--1E4A93-EE6023 .n-color-swatch__status--passing:after {
  content: "2.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--1E4A93-EE6023 .n-color-swatch__sample-swatch {
  background: #ee6023;
}
.n-color-swatch-contrast--1E4A93-EE6023 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--000000-1E4A93 {
  background: #000;
  color: #454545;
}
.n-color-swatch-contrast--000000-1E4A93 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--000000-1E4A93 .n-color-swatch__status--passing:after {
  content: "2.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--000000-1E4A93 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--000000-1E4A93 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--000000-000000 {
  background: #000;
  color: #000;
}
.n-color-swatch-contrast--000000-000000 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--000000-000000 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--000000-000000 .n-color-swatch__sample-swatch {
  background: #000;
}
.n-color-swatch-contrast--000000-000000 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--000000-53565A {
  background: #000;
  color: #53565a;
}
.n-color-swatch-contrast--000000-53565A .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--000000-53565A .n-color-swatch__status--passing:after {
  content: "2.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--000000-53565A .n-color-swatch__sample-swatch {
  background: #53565a;
}
.n-color-swatch-contrast--000000-53565A .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--000000-929497 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--000000-A4A4A4 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--000000-D9D9D6 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--000000-F7F7F7 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--000000-929497 {
  background: #000;
  color: #929497;
}
.n-color-swatch-contrast--000000-929497 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--000000-929497 .n-color-swatch__status--passing:after {
  content: "6.9";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--000000-929497 .n-color-swatch__sample-swatch {
  background: #929497;
}
.n-color-swatch-contrast--000000-929497 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--000000-A4A4A4 {
  background: #000;
  color: #a4a4a4;
}
.n-color-swatch-contrast--000000-A4A4A4 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--000000-A4A4A4 .n-color-swatch__status--passing:after {
  content: "8.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--000000-A4A4A4 .n-color-swatch__sample-swatch {
  background: #a4a4a4;
}
.n-color-swatch-contrast--000000-A4A4A4 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--000000-D9D9D6 {
  background: #000;
  color: #d9d9d6;
}
.n-color-swatch-contrast--000000-D9D9D6 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--000000-D9D9D6 .n-color-swatch__status--passing:after {
  content: "14.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--000000-D9D9D6 .n-color-swatch__sample-swatch {
  background: #d9d9d6;
}
.n-color-swatch-contrast--000000-D9D9D6 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--000000-F7F7F7 {
  background: #000;
  color: #f7f7f7;
}
.n-color-swatch-contrast--000000-F7F7F7 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--000000-F7F7F7 .n-color-swatch__status--passing:after {
  content: "19.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--000000-F7F7F7 .n-color-swatch__sample-swatch {
  background: #f7f7f7;
}
.n-color-swatch-contrast--000000-F7F7F7 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--000000-0067C5 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--000000-3C1053 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--000000-0067C5 {
  background: #000;
  color: #0067c5;
}
.n-color-swatch-contrast--000000-0067C5 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--000000-0067C5 .n-color-swatch__status--passing:after {
  content: "3.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--000000-0067C5 .n-color-swatch__sample-swatch {
  background: #0067c5;
}
.n-color-swatch-contrast--000000-0067C5 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--000000-3C1053 {
  background: #000;
  color: #3c1053;
}
.n-color-swatch-contrast--000000-3C1053 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--000000-3C1053 .n-color-swatch__status--passing:after {
  content: "1.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--000000-3C1053 .n-color-swatch__sample-swatch {
  background: #3c1053;
}
.n-color-swatch-contrast--000000-3C1053 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--000000-D76B00 {
  background: #000;
  color: #d76b00;
}
.n-color-swatch-contrast--000000-D76B00 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--000000-D76B00 .n-color-swatch__status--passing:after {
  content: "6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--000000-D76B00 .n-color-swatch__sample-swatch {
  background: #d76b00;
}
.n-color-swatch-contrast--000000-D76B00 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--000000-D76B00 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--000000-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--000000-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--000000-686868 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--000000-454545 {
  background: #000;
  color: #454545;
}
.n-color-swatch-contrast--000000-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--000000-454545 .n-color-swatch__status--passing:after {
  content: "2.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--000000-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--000000-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--000000-686868 {
  background: #000;
  color: #686868;
}
.n-color-swatch-contrast--000000-686868 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--000000-686868 .n-color-swatch__status--passing:after {
  content: "3.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--000000-686868 .n-color-swatch__sample-swatch {
  background: #686868;
}
.n-color-swatch-contrast--000000-686868 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--000000-454545 {
  background: #000;
  color: #454545;
}
.n-color-swatch-contrast--000000-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--000000-454545 .n-color-swatch__status--passing:after {
  content: "3.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--000000-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--000000-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--000000-FFFFFF {
  background: #000;
  color: #fff;
}
.n-color-swatch-contrast--000000-FFFFFF .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--000000-FFFFFF .n-color-swatch__status--passing:after {
  content: "21";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--000000-FFFFFF .n-color-swatch__sample-swatch {
  background: #fff;
}
.n-color-swatch-contrast--000000-FFFFFF .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--000000-FFFFFF .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--000000-CF2128 {
  background: #000;
  color: #cf2128;
}
.n-color-swatch-contrast--000000-CF2128 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--000000-CF2128 .n-color-swatch__status--passing:after {
  content: "3.9";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--000000-CF2128 .n-color-swatch__sample-swatch {
  background: #cf2128;
}
.n-color-swatch-contrast--000000-CF2128 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--000000-CF2128 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--000000-EE6023 {
  background: #000;
  color: #ee6023;
}
.n-color-swatch-contrast--000000-EE6023 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--000000-EE6023 .n-color-swatch__status--passing:after {
  content: "6.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--000000-EE6023 .n-color-swatch__sample-swatch {
  background: #ee6023;
}
.n-color-swatch-contrast--000000-EE6023 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--000000-EE6023 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--454545-000000 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-1E4A93 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-53565A .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-929497 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-A4A4A4 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--454545-1E4A93 {
  background: #454545;
  color: #454545;
}
.n-color-swatch-contrast--454545-1E4A93 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-1E4A93 .n-color-swatch__status--passing:after {
  content: "1.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-1E4A93 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--454545-1E4A93 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-000000 {
  background: #454545;
  color: #000;
}
.n-color-swatch-contrast--454545-000000 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-000000 .n-color-swatch__status--passing:after {
  content: "2.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-000000 .n-color-swatch__sample-swatch {
  background: #000;
}
.n-color-swatch-contrast--454545-000000 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-53565A {
  background: #454545;
  color: #53565a;
}
.n-color-swatch-contrast--454545-53565A .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-53565A .n-color-swatch__status--passing:after {
  content: "1.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-53565A .n-color-swatch__sample-swatch {
  background: #53565a;
}
.n-color-swatch-contrast--454545-53565A .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-929497 {
  background: #454545;
  color: #929497;
}
.n-color-swatch-contrast--454545-929497 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-929497 .n-color-swatch__status--passing:after {
  content: "3.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-929497 .n-color-swatch__sample-swatch {
  background: #929497;
}
.n-color-swatch-contrast--454545-929497 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-A4A4A4 {
  background: #454545;
  color: #a4a4a4;
}
.n-color-swatch-contrast--454545-A4A4A4 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-A4A4A4 .n-color-swatch__status--passing:after {
  content: "3.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-A4A4A4 .n-color-swatch__sample-swatch {
  background: #a4a4a4;
}
.n-color-swatch-contrast--454545-A4A4A4 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-D9D9D6 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--454545-F7F7F7 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--454545-D9D9D6 {
  background: #454545;
  color: #d9d9d6;
}
.n-color-swatch-contrast--454545-D9D9D6 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-D9D9D6 .n-color-swatch__status--passing:after {
  content: "6.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-D9D9D6 .n-color-swatch__sample-swatch {
  background: #d9d9d6;
}
.n-color-swatch-contrast--454545-D9D9D6 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--454545-F7F7F7 {
  background: #454545;
  color: #f7f7f7;
}
.n-color-swatch-contrast--454545-F7F7F7 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-F7F7F7 .n-color-swatch__status--passing:after {
  content: "8.9";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-F7F7F7 .n-color-swatch__sample-swatch {
  background: #f7f7f7;
}
.n-color-swatch-contrast--454545-F7F7F7 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--454545-0067C5 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-3C1053 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-686868 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-D76B00 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--454545-0067C5 {
  background: #454545;
  color: #0067c5;
}
.n-color-swatch-contrast--454545-0067C5 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-0067C5 .n-color-swatch__status--passing:after {
  content: "1.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-0067C5 .n-color-swatch__sample-swatch {
  background: #0067c5;
}
.n-color-swatch-contrast--454545-0067C5 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-3C1053 {
  background: #454545;
  color: #3c1053;
}
.n-color-swatch-contrast--454545-3C1053 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-3C1053 .n-color-swatch__status--passing:after {
  content: "1.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-3C1053 .n-color-swatch__sample-swatch {
  background: #3c1053;
}
.n-color-swatch-contrast--454545-3C1053 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-D76B00 {
  background: #454545;
  color: #d76b00;
}
.n-color-swatch-contrast--454545-D76B00 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-D76B00 .n-color-swatch__status--passing:after {
  content: "2.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-D76B00 .n-color-swatch__sample-swatch {
  background: #d76b00;
}
.n-color-swatch-contrast--454545-D76B00 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-454545 {
  background: #454545;
  color: #454545;
}
.n-color-swatch-contrast--454545-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-454545 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--454545-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-686868 {
  background: #454545;
  color: #686868;
}
.n-color-swatch-contrast--454545-686868 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-686868 .n-color-swatch__status--passing:after {
  content: "1.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-686868 .n-color-swatch__sample-swatch {
  background: #686868;
}
.n-color-swatch-contrast--454545-686868 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-454545 {
  background: #454545;
  color: #454545;
}
.n-color-swatch-contrast--454545-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-454545 .n-color-swatch__status--passing:after {
  content: "1.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--454545-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-FFFFFF {
  background: #454545;
  color: #fff;
}
.n-color-swatch-contrast--454545-FFFFFF .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-FFFFFF .n-color-swatch__status--passing:after {
  content: "9.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-FFFFFF .n-color-swatch__sample-swatch {
  background: #fff;
}
.n-color-swatch-contrast--454545-FFFFFF .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--454545-FFFFFF .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--454545-CF2128 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-EE6023 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--53565A-000000 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--53565A-1E4A93 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--53565A-53565A .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--53565A-929497 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--53565A-A4A4A4 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--454545-CF2128 {
  background: #454545;
  color: #cf2128;
}
.n-color-swatch-contrast--454545-CF2128 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-CF2128 .n-color-swatch__status--passing:after {
  content: "1.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-CF2128 .n-color-swatch__sample-swatch {
  background: #cf2128;
}
.n-color-swatch-contrast--454545-CF2128 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-EE6023 {
  background: #454545;
  color: #ee6023;
}
.n-color-swatch-contrast--454545-EE6023 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-EE6023 .n-color-swatch__status--passing:after {
  content: "2.9";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-EE6023 .n-color-swatch__sample-swatch {
  background: #ee6023;
}
.n-color-swatch-contrast--454545-EE6023 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--53565A-1E4A93 {
  background: #53565a;
  color: #454545;
}
.n-color-swatch-contrast--53565A-1E4A93 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--53565A-1E4A93 .n-color-swatch__status--passing:after {
  content: "1.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--53565A-1E4A93 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--53565A-1E4A93 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--53565A-000000 {
  background: #53565a;
  color: #000;
}
.n-color-swatch-contrast--53565A-000000 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--53565A-000000 .n-color-swatch__status--passing:after {
  content: "2.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--53565A-000000 .n-color-swatch__sample-swatch {
  background: #000;
}
.n-color-swatch-contrast--53565A-000000 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--53565A-53565A {
  background: #53565a;
  color: #53565a;
}
.n-color-swatch-contrast--53565A-53565A .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--53565A-53565A .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--53565A-53565A .n-color-swatch__sample-swatch {
  background: #53565a;
}
.n-color-swatch-contrast--53565A-53565A .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--53565A-929497 {
  background: #53565a;
  color: #929497;
}
.n-color-swatch-contrast--53565A-929497 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--53565A-929497 .n-color-swatch__status--passing:after {
  content: "2.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--53565A-929497 .n-color-swatch__sample-swatch {
  background: #929497;
}
.n-color-swatch-contrast--53565A-929497 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--53565A-A4A4A4 {
  background: #53565a;
  color: #a4a4a4;
}
.n-color-swatch-contrast--53565A-A4A4A4 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--53565A-A4A4A4 .n-color-swatch__status--passing:after {
  content: "3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--53565A-A4A4A4 .n-color-swatch__sample-swatch {
  background: #a4a4a4;
}
.n-color-swatch-contrast--53565A-A4A4A4 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--53565A-D9D9D6 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--53565A-F7F7F7 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--53565A-D9D9D6 {
  background: #53565a;
  color: #d9d9d6;
}
.n-color-swatch-contrast--53565A-D9D9D6 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--53565A-D9D9D6 .n-color-swatch__status--passing:after {
  content: "5.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--53565A-D9D9D6 .n-color-swatch__sample-swatch {
  background: #d9d9d6;
}
.n-color-swatch-contrast--53565A-D9D9D6 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--53565A-F7F7F7 {
  background: #53565a;
  color: #f7f7f7;
}
.n-color-swatch-contrast--53565A-F7F7F7 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--53565A-F7F7F7 .n-color-swatch__status--passing:after {
  content: "6.9";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--53565A-F7F7F7 .n-color-swatch__sample-swatch {
  background: #f7f7f7;
}
.n-color-swatch-contrast--53565A-F7F7F7 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--53565A-0067C5 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--53565A-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--53565A-3C1053 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--53565A-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--53565A-686868 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--53565A-D76B00 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--53565A-0067C5 {
  background: #53565a;
  color: #0067c5;
}
.n-color-swatch-contrast--53565A-0067C5 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--53565A-0067C5 .n-color-swatch__status--passing:after {
  content: "1.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--53565A-0067C5 .n-color-swatch__sample-swatch {
  background: #0067c5;
}
.n-color-swatch-contrast--53565A-0067C5 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--53565A-3C1053 {
  background: #53565a;
  color: #3c1053;
}
.n-color-swatch-contrast--53565A-3C1053 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--53565A-3C1053 .n-color-swatch__status--passing:after {
  content: "2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--53565A-3C1053 .n-color-swatch__sample-swatch {
  background: #3c1053;
}
.n-color-swatch-contrast--53565A-3C1053 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--53565A-D76B00 {
  background: #53565a;
  color: #d76b00;
}
.n-color-swatch-contrast--53565A-D76B00 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--53565A-D76B00 .n-color-swatch__status--passing:after {
  content: "2.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--53565A-D76B00 .n-color-swatch__sample-swatch {
  background: #d76b00;
}
.n-color-swatch-contrast--53565A-D76B00 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--53565A-454545 {
  background: #53565a;
  color: #454545;
}
.n-color-swatch-contrast--53565A-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--53565A-454545 .n-color-swatch__status--passing:after {
  content: "1.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--53565A-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--53565A-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--53565A-686868 {
  background: #53565a;
  color: #686868;
}
.n-color-swatch-contrast--53565A-686868 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--53565A-686868 .n-color-swatch__status--passing:after {
  content: "1.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--53565A-686868 .n-color-swatch__sample-swatch {
  background: #686868;
}
.n-color-swatch-contrast--53565A-686868 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--53565A-454545 {
  background: #53565a;
  color: #454545;
}
.n-color-swatch-contrast--53565A-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--53565A-454545 .n-color-swatch__status--passing:after {
  content: "1.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--53565A-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--53565A-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--53565A-FFFFFF {
  background: #53565a;
  color: #fff;
}
.n-color-swatch-contrast--53565A-FFFFFF .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--53565A-FFFFFF .n-color-swatch__status--passing:after {
  content: "7.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--53565A-FFFFFF .n-color-swatch__sample-swatch {
  background: #fff;
}
.n-color-swatch-contrast--53565A-FFFFFF .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--53565A-FFFFFF .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--53565A-CF2128 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--53565A-EE6023 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--686868-000000 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--686868-1E4A93 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--686868-53565A .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--686868-929497 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--686868-A4A4A4 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--686868-D9D9D6 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--53565A-CF2128 {
  background: #53565a;
  color: #cf2128;
}
.n-color-swatch-contrast--53565A-CF2128 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--53565A-CF2128 .n-color-swatch__status--passing:after {
  content: "1.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--53565A-CF2128 .n-color-swatch__sample-swatch {
  background: #cf2128;
}
.n-color-swatch-contrast--53565A-CF2128 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--53565A-EE6023 {
  background: #53565a;
  color: #ee6023;
}
.n-color-swatch-contrast--53565A-EE6023 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--53565A-EE6023 .n-color-swatch__status--passing:after {
  content: "2.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--53565A-EE6023 .n-color-swatch__sample-swatch {
  background: #ee6023;
}
.n-color-swatch-contrast--53565A-EE6023 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--686868-1E4A93 {
  background: #686868;
  color: #454545;
}
.n-color-swatch-contrast--686868-1E4A93 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--686868-1E4A93 .n-color-swatch__status--passing:after {
  content: "1.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--686868-1E4A93 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--686868-1E4A93 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--686868-000000 {
  background: #686868;
  color: #000;
}
.n-color-swatch-contrast--686868-000000 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--686868-000000 .n-color-swatch__status--passing:after {
  content: "3.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--686868-000000 .n-color-swatch__sample-swatch {
  background: #000;
}
.n-color-swatch-contrast--686868-000000 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--686868-53565A {
  background: #686868;
  color: #53565a;
}
.n-color-swatch-contrast--686868-53565A .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--686868-53565A .n-color-swatch__status--passing:after {
  content: "1.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--686868-53565A .n-color-swatch__sample-swatch {
  background: #53565a;
}
.n-color-swatch-contrast--686868-53565A .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--686868-929497 {
  background: #686868;
  color: #929497;
}
.n-color-swatch-contrast--686868-929497 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--686868-929497 .n-color-swatch__status--passing:after {
  content: "1.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--686868-929497 .n-color-swatch__sample-swatch {
  background: #929497;
}
.n-color-swatch-contrast--686868-929497 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--686868-A4A4A4 {
  background: #686868;
  color: #a4a4a4;
}
.n-color-swatch-contrast--686868-A4A4A4 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--686868-A4A4A4 .n-color-swatch__status--passing:after {
  content: "2.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--686868-A4A4A4 .n-color-swatch__sample-swatch {
  background: #a4a4a4;
}
.n-color-swatch-contrast--686868-A4A4A4 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--686868-D9D9D6 {
  background: #686868;
  color: #d9d9d6;
}
.n-color-swatch-contrast--686868-D9D9D6 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--686868-D9D9D6 .n-color-swatch__status--passing:after {
  content: "3.9";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--686868-D9D9D6 .n-color-swatch__sample-swatch {
  background: #d9d9d6;
}
.n-color-swatch-contrast--686868-D9D9D6 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--686868-F7F7F7 {
  background: #686868;
  color: #f7f7f7;
}
.n-color-swatch-contrast--686868-F7F7F7 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--686868-F7F7F7 .n-color-swatch__status--passing:after {
  content: "5.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--686868-F7F7F7 .n-color-swatch__sample-swatch {
  background: #f7f7f7;
}
.n-color-swatch-contrast--686868-F7F7F7 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--686868-F7F7F7 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--686868-0067C5 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--686868-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--686868-3C1053 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--686868-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--686868-686868 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--686868-D76B00 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--686868-0067C5 {
  background: #686868;
  color: #0067c5;
}
.n-color-swatch-contrast--686868-0067C5 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--686868-0067C5 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--686868-0067C5 .n-color-swatch__sample-swatch {
  background: #0067c5;
}
.n-color-swatch-contrast--686868-0067C5 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--686868-3C1053 {
  background: #686868;
  color: #3c1053;
}
.n-color-swatch-contrast--686868-3C1053 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--686868-3C1053 .n-color-swatch__status--passing:after {
  content: "2.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--686868-3C1053 .n-color-swatch__sample-swatch {
  background: #3c1053;
}
.n-color-swatch-contrast--686868-3C1053 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--686868-D76B00 {
  background: #686868;
  color: #d76b00;
}
.n-color-swatch-contrast--686868-D76B00 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--686868-D76B00 .n-color-swatch__status--passing:after {
  content: "1.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--686868-D76B00 .n-color-swatch__sample-swatch {
  background: #d76b00;
}
.n-color-swatch-contrast--686868-D76B00 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--686868-454545 {
  background: #686868;
  color: #454545;
}
.n-color-swatch-contrast--686868-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--686868-454545 .n-color-swatch__status--passing:after {
  content: "1.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--686868-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--686868-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--686868-686868 {
  background: #686868;
  color: #686868;
}
.n-color-swatch-contrast--686868-686868 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--686868-686868 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--686868-686868 .n-color-swatch__sample-swatch {
  background: #686868;
}
.n-color-swatch-contrast--686868-686868 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--686868-454545 {
  background: #686868;
  color: #454545;
}
.n-color-swatch-contrast--686868-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--686868-454545 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--686868-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--686868-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--686868-FFFFFF {
  background: #686868;
  color: #fff;
}
.n-color-swatch-contrast--686868-FFFFFF .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--686868-FFFFFF .n-color-swatch__status--passing:after {
  content: "5.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--686868-FFFFFF .n-color-swatch__sample-swatch {
  background: #fff;
}
.n-color-swatch-contrast--686868-FFFFFF .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--686868-FFFFFF .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--686868-CF2128 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--686868-EE6023 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--929497-1E4A93 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--686868-CF2128 {
  background: #686868;
  color: #cf2128;
}
.n-color-swatch-contrast--686868-CF2128 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--686868-CF2128 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--686868-CF2128 .n-color-swatch__sample-swatch {
  background: #cf2128;
}
.n-color-swatch-contrast--686868-CF2128 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--686868-EE6023 {
  background: #686868;
  color: #ee6023;
}
.n-color-swatch-contrast--686868-EE6023 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--686868-EE6023 .n-color-swatch__status--passing:after {
  content: "1.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--686868-EE6023 .n-color-swatch__sample-swatch {
  background: #ee6023;
}
.n-color-swatch-contrast--686868-EE6023 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--929497-1E4A93 {
  background: #929497;
  color: #454545;
}
.n-color-swatch-contrast--929497-1E4A93 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--929497-1E4A93 .n-color-swatch__status--passing:after {
  content: "2.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--929497-1E4A93 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--929497-1E4A93 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--929497-000000 {
  background: #929497;
  color: #000;
}
.n-color-swatch-contrast--929497-000000 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--929497-000000 .n-color-swatch__status--passing:after {
  content: "6.9";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--929497-000000 .n-color-swatch__sample-swatch {
  background: #000;
}
.n-color-swatch-contrast--929497-000000 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--929497-000000 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--929497-0067C5 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--929497-53565A .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--929497-929497 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--929497-A4A4A4 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--929497-D9D9D6 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--929497-F7F7F7 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--929497-53565A {
  background: #929497;
  color: #53565a;
}
.n-color-swatch-contrast--929497-53565A .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--929497-53565A .n-color-swatch__status--passing:after {
  content: "2.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--929497-53565A .n-color-swatch__sample-swatch {
  background: #53565a;
}
.n-color-swatch-contrast--929497-53565A .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--929497-929497 {
  background: #929497;
  color: #929497;
}
.n-color-swatch-contrast--929497-929497 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--929497-929497 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--929497-929497 .n-color-swatch__sample-swatch {
  background: #929497;
}
.n-color-swatch-contrast--929497-929497 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--929497-A4A4A4 {
  background: #929497;
  color: #a4a4a4;
}
.n-color-swatch-contrast--929497-A4A4A4 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--929497-A4A4A4 .n-color-swatch__status--passing:after {
  content: "1.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--929497-A4A4A4 .n-color-swatch__sample-swatch {
  background: #a4a4a4;
}
.n-color-swatch-contrast--929497-A4A4A4 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--929497-D9D9D6 {
  background: #929497;
  color: #d9d9d6;
}
.n-color-swatch-contrast--929497-D9D9D6 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--929497-D9D9D6 .n-color-swatch__status--passing:after {
  content: "2.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--929497-D9D9D6 .n-color-swatch__sample-swatch {
  background: #d9d9d6;
}
.n-color-swatch-contrast--929497-D9D9D6 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--929497-F7F7F7 {
  background: #929497;
  color: #f7f7f7;
}
.n-color-swatch-contrast--929497-F7F7F7 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--929497-F7F7F7 .n-color-swatch__status--passing:after {
  content: "2.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--929497-F7F7F7 .n-color-swatch__sample-swatch {
  background: #f7f7f7;
}
.n-color-swatch-contrast--929497-F7F7F7 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--929497-0067C5 {
  background: #929497;
  color: #0067c5;
}
.n-color-swatch-contrast--929497-0067C5 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--929497-0067C5 .n-color-swatch__status--passing:after {
  content: "1.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--929497-0067C5 .n-color-swatch__sample-swatch {
  background: #0067c5;
}
.n-color-swatch-contrast--929497-0067C5 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--929497-3C1053 {
  background: #929497;
  color: #3c1053;
}
.n-color-swatch-contrast--929497-3C1053 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--929497-3C1053 .n-color-swatch__status--passing:after {
  content: "5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--929497-3C1053 .n-color-swatch__sample-swatch {
  background: #3c1053;
}
.n-color-swatch-contrast--929497-3C1053 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--929497-3C1053 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--929497-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--929497-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--929497-686868 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--929497-CF2128 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--929497-D76B00 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--929497-EE6023 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--929497-FFFFFF .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--A4A4A4-1E4A93 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--929497-D76B00 {
  background: #929497;
  color: #d76b00;
}
.n-color-swatch-contrast--929497-D76B00 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--929497-D76B00 .n-color-swatch__status--passing:after {
  content: "1.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--929497-D76B00 .n-color-swatch__sample-swatch {
  background: #d76b00;
}
.n-color-swatch-contrast--929497-D76B00 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--929497-454545 {
  background: #929497;
  color: #454545;
}
.n-color-swatch-contrast--929497-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--929497-454545 .n-color-swatch__status--passing:after {
  content: "3.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--929497-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--929497-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--929497-686868 {
  background: #929497;
  color: #686868;
}
.n-color-swatch-contrast--929497-686868 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--929497-686868 .n-color-swatch__status--passing:after {
  content: "1.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--929497-686868 .n-color-swatch__sample-swatch {
  background: #686868;
}
.n-color-swatch-contrast--929497-686868 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--929497-454545 {
  background: #929497;
  color: #454545;
}
.n-color-swatch-contrast--929497-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--929497-454545 .n-color-swatch__status--passing:after {
  content: "1.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--929497-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--929497-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--929497-FFFFFF {
  background: #929497;
  color: #fff;
}
.n-color-swatch-contrast--929497-FFFFFF .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--929497-FFFFFF .n-color-swatch__status--passing:after {
  content: "3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--929497-FFFFFF .n-color-swatch__sample-swatch {
  background: #fff;
}
.n-color-swatch-contrast--929497-FFFFFF .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--929497-CF2128 {
  background: #929497;
  color: #cf2128;
}
.n-color-swatch-contrast--929497-CF2128 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--929497-CF2128 .n-color-swatch__status--passing:after {
  content: "1.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--929497-CF2128 .n-color-swatch__sample-swatch {
  background: #cf2128;
}
.n-color-swatch-contrast--929497-CF2128 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--929497-EE6023 {
  background: #929497;
  color: #ee6023;
}
.n-color-swatch-contrast--929497-EE6023 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--929497-EE6023 .n-color-swatch__status--passing:after {
  content: "1.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--929497-EE6023 .n-color-swatch__sample-swatch {
  background: #ee6023;
}
.n-color-swatch-contrast--929497-EE6023 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--A4A4A4-1E4A93 {
  background: #a4a4a4;
  color: #454545;
}
.n-color-swatch-contrast--A4A4A4-1E4A93 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--A4A4A4-1E4A93 .n-color-swatch__status--passing:after {
  content: "3.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--A4A4A4-1E4A93 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--A4A4A4-1E4A93 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--A4A4A4-000000 {
  background: #a4a4a4;
  color: #000;
}
.n-color-swatch-contrast--A4A4A4-000000 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--A4A4A4-000000 .n-color-swatch__status--passing:after {
  content: "8.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--A4A4A4-000000 .n-color-swatch__sample-swatch {
  background: #000;
}
.n-color-swatch-contrast--A4A4A4-000000 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--A4A4A4-000000 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--A4A4A4-0067C5 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--A4A4A4-53565A .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--A4A4A4-929497 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--A4A4A4-A4A4A4 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--A4A4A4-D9D9D6 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--A4A4A4-F7F7F7 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--A4A4A4-53565A {
  background: #a4a4a4;
  color: #53565a;
}
.n-color-swatch-contrast--A4A4A4-53565A .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--A4A4A4-53565A .n-color-swatch__status--passing:after {
  content: "3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--A4A4A4-53565A .n-color-swatch__sample-swatch {
  background: #53565a;
}
.n-color-swatch-contrast--A4A4A4-53565A .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--A4A4A4-929497 {
  background: #a4a4a4;
  color: #929497;
}
.n-color-swatch-contrast--A4A4A4-929497 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--A4A4A4-929497 .n-color-swatch__status--passing:after {
  content: "1.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--A4A4A4-929497 .n-color-swatch__sample-swatch {
  background: #929497;
}
.n-color-swatch-contrast--A4A4A4-929497 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--A4A4A4-A4A4A4 {
  background: #a4a4a4;
  color: #a4a4a4;
}
.n-color-swatch-contrast--A4A4A4-A4A4A4 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--A4A4A4-A4A4A4 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--A4A4A4-A4A4A4 .n-color-swatch__sample-swatch {
  background: #a4a4a4;
}
.n-color-swatch-contrast--A4A4A4-A4A4A4 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--A4A4A4-D9D9D6 {
  background: #a4a4a4;
  color: #d9d9d6;
}
.n-color-swatch-contrast--A4A4A4-D9D9D6 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--A4A4A4-D9D9D6 .n-color-swatch__status--passing:after {
  content: "1.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--A4A4A4-D9D9D6 .n-color-swatch__sample-swatch {
  background: #d9d9d6;
}
.n-color-swatch-contrast--A4A4A4-D9D9D6 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--A4A4A4-F7F7F7 {
  background: #a4a4a4;
  color: #f7f7f7;
}
.n-color-swatch-contrast--A4A4A4-F7F7F7 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--A4A4A4-F7F7F7 .n-color-swatch__status--passing:after {
  content: "2.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--A4A4A4-F7F7F7 .n-color-swatch__sample-swatch {
  background: #f7f7f7;
}
.n-color-swatch-contrast--A4A4A4-F7F7F7 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--A4A4A4-0067C5 {
  background: #a4a4a4;
  color: #0067c5;
}
.n-color-swatch-contrast--A4A4A4-0067C5 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--A4A4A4-0067C5 .n-color-swatch__status--passing:after {
  content: "2.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--A4A4A4-0067C5 .n-color-swatch__sample-swatch {
  background: #0067c5;
}
.n-color-swatch-contrast--A4A4A4-0067C5 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--A4A4A4-3C1053 {
  background: #a4a4a4;
  color: #3c1053;
}
.n-color-swatch-contrast--A4A4A4-3C1053 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--A4A4A4-3C1053 .n-color-swatch__status--passing:after {
  content: "6.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--A4A4A4-3C1053 .n-color-swatch__sample-swatch {
  background: #3c1053;
}
.n-color-swatch-contrast--A4A4A4-3C1053 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--A4A4A4-3C1053 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--A4A4A4-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--A4A4A4-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--A4A4A4-686868 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--A4A4A4-CF2128 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--A4A4A4-D76B00 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--A4A4A4-EE6023 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--A4A4A4-FFFFFF .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--A4A4A4-D76B00 {
  background: #a4a4a4;
  color: #d76b00;
}
.n-color-swatch-contrast--A4A4A4-D76B00 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--A4A4A4-D76B00 .n-color-swatch__status--passing:after {
  content: "1.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--A4A4A4-D76B00 .n-color-swatch__sample-swatch {
  background: #d76b00;
}
.n-color-swatch-contrast--A4A4A4-D76B00 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--A4A4A4-454545 {
  background: #a4a4a4;
  color: #454545;
}
.n-color-swatch-contrast--A4A4A4-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--A4A4A4-454545 .n-color-swatch__status--passing:after {
  content: "3.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--A4A4A4-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--A4A4A4-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--A4A4A4-686868 {
  background: #a4a4a4;
  color: #686868;
}
.n-color-swatch-contrast--A4A4A4-686868 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--A4A4A4-686868 .n-color-swatch__status--passing:after {
  content: "2.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--A4A4A4-686868 .n-color-swatch__sample-swatch {
  background: #686868;
}
.n-color-swatch-contrast--A4A4A4-686868 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--A4A4A4-454545 {
  background: #a4a4a4;
  color: #454545;
}
.n-color-swatch-contrast--A4A4A4-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--A4A4A4-454545 .n-color-swatch__status--passing:after {
  content: "2.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--A4A4A4-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--A4A4A4-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--A4A4A4-FFFFFF {
  background: #a4a4a4;
  color: #fff;
}
.n-color-swatch-contrast--A4A4A4-FFFFFF .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--A4A4A4-FFFFFF .n-color-swatch__status--passing:after {
  content: "2.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--A4A4A4-FFFFFF .n-color-swatch__sample-swatch {
  background: #fff;
}
.n-color-swatch-contrast--A4A4A4-FFFFFF .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--A4A4A4-CF2128 {
  background: #a4a4a4;
  color: #cf2128;
}
.n-color-swatch-contrast--A4A4A4-CF2128 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--A4A4A4-CF2128 .n-color-swatch__status--passing:after {
  content: "2.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--A4A4A4-CF2128 .n-color-swatch__sample-swatch {
  background: #cf2128;
}
.n-color-swatch-contrast--A4A4A4-CF2128 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--A4A4A4-EE6023 {
  background: #a4a4a4;
  color: #ee6023;
}
.n-color-swatch-contrast--A4A4A4-EE6023 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--A4A4A4-EE6023 .n-color-swatch__status--passing:after {
  content: "1.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--A4A4A4-EE6023 .n-color-swatch__sample-swatch {
  background: #ee6023;
}
.n-color-swatch-contrast--A4A4A4-EE6023 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D9D9D6-000000 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--D9D9D6-1E4A93 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--D9D9D6-53565A .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--D9D9D6-1E4A93 {
  background: #d9d9d6;
  color: #454545;
}
.n-color-swatch-contrast--D9D9D6-1E4A93 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D9D9D6-1E4A93 .n-color-swatch__status--passing:after {
  content: "6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D9D9D6-1E4A93 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--D9D9D6-1E4A93 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--D9D9D6-000000 {
  background: #d9d9d6;
  color: #000;
}
.n-color-swatch-contrast--D9D9D6-000000 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D9D9D6-000000 .n-color-swatch__status--passing:after {
  content: "14.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D9D9D6-000000 .n-color-swatch__sample-swatch {
  background: #000;
}
.n-color-swatch-contrast--D9D9D6-000000 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--D9D9D6-53565A {
  background: #d9d9d6;
  color: #53565a;
}
.n-color-swatch-contrast--D9D9D6-53565A .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D9D9D6-53565A .n-color-swatch__status--passing:after {
  content: "5.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D9D9D6-53565A .n-color-swatch__sample-swatch {
  background: #53565a;
}
.n-color-swatch-contrast--D9D9D6-53565A .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--D9D9D6-0067C5 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D9D9D6-929497 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D9D9D6-A4A4A4 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D9D9D6-D9D9D6 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D9D9D6-F7F7F7 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--D9D9D6-929497 {
  background: #d9d9d6;
  color: #929497;
}
.n-color-swatch-contrast--D9D9D6-929497 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D9D9D6-929497 .n-color-swatch__status--passing:after {
  content: "2.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D9D9D6-929497 .n-color-swatch__sample-swatch {
  background: #929497;
}
.n-color-swatch-contrast--D9D9D6-929497 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D9D9D6-A4A4A4 {
  background: #d9d9d6;
  color: #a4a4a4;
}
.n-color-swatch-contrast--D9D9D6-A4A4A4 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D9D9D6-A4A4A4 .n-color-swatch__status--passing:after {
  content: "1.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D9D9D6-A4A4A4 .n-color-swatch__sample-swatch {
  background: #a4a4a4;
}
.n-color-swatch-contrast--D9D9D6-A4A4A4 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D9D9D6-D9D9D6 {
  background: #d9d9d6;
  color: #d9d9d6;
}
.n-color-swatch-contrast--D9D9D6-D9D9D6 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D9D9D6-D9D9D6 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D9D9D6-D9D9D6 .n-color-swatch__sample-swatch {
  background: #d9d9d6;
}
.n-color-swatch-contrast--D9D9D6-D9D9D6 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D9D9D6-F7F7F7 {
  background: #d9d9d6;
  color: #f7f7f7;
}
.n-color-swatch-contrast--D9D9D6-F7F7F7 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D9D9D6-F7F7F7 .n-color-swatch__status--passing:after {
  content: "1.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D9D9D6-F7F7F7 .n-color-swatch__sample-swatch {
  background: #f7f7f7;
}
.n-color-swatch-contrast--D9D9D6-F7F7F7 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D9D9D6-0067C5 {
  background: #d9d9d6;
  color: #0067c5;
}
.n-color-swatch-contrast--D9D9D6-0067C5 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D9D9D6-0067C5 .n-color-swatch__status--passing:after {
  content: "4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D9D9D6-0067C5 .n-color-swatch__sample-swatch {
  background: #0067c5;
}
.n-color-swatch-contrast--D9D9D6-0067C5 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D9D9D6-3C1053 {
  background: #d9d9d6;
  color: #3c1053;
}
.n-color-swatch-contrast--D9D9D6-3C1053 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D9D9D6-3C1053 .n-color-swatch__status--passing:after {
  content: "10.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D9D9D6-3C1053 .n-color-swatch__sample-swatch {
  background: #3c1053;
}
.n-color-swatch-contrast--D9D9D6-3C1053 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--D9D9D6-3C1053 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--D9D9D6-D76B00 {
  background: #d9d9d6;
  color: #d76b00;
}
.n-color-swatch-contrast--D9D9D6-D76B00 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D9D9D6-D76B00 .n-color-swatch__status--passing:after {
  content: "2.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D9D9D6-D76B00 .n-color-swatch__sample-swatch {
  background: #d76b00;
}
.n-color-swatch-contrast--D9D9D6-D76B00 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D9D9D6-D76B00 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--D9D9D6-454545 {
  background: #d9d9d6;
  color: #454545;
}
.n-color-swatch-contrast--D9D9D6-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D9D9D6-454545 .n-color-swatch__status--passing:after {
  content: "6.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D9D9D6-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--D9D9D6-454545 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--D9D9D6-454545 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--D9D9D6-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D9D9D6-686868 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D9D9D6-CF2128 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D9D9D6-EE6023 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D9D9D6-FFFFFF .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--D9D9D6-686868 {
  background: #d9d9d6;
  color: #686868;
}
.n-color-swatch-contrast--D9D9D6-686868 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D9D9D6-686868 .n-color-swatch__status--passing:after {
  content: "3.9";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D9D9D6-686868 .n-color-swatch__sample-swatch {
  background: #686868;
}
.n-color-swatch-contrast--D9D9D6-686868 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D9D9D6-454545 {
  background: #d9d9d6;
  color: #454545;
}
.n-color-swatch-contrast--D9D9D6-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D9D9D6-454545 .n-color-swatch__status--passing:after {
  content: "3.9";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D9D9D6-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--D9D9D6-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D9D9D6-FFFFFF {
  background: #d9d9d6;
  color: #fff;
}
.n-color-swatch-contrast--D9D9D6-FFFFFF .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D9D9D6-FFFFFF .n-color-swatch__status--passing:after {
  content: "1.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D9D9D6-FFFFFF .n-color-swatch__sample-swatch {
  background: #fff;
}
.n-color-swatch-contrast--D9D9D6-FFFFFF .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D9D9D6-CF2128 {
  background: #d9d9d6;
  color: #cf2128;
}
.n-color-swatch-contrast--D9D9D6-CF2128 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D9D9D6-CF2128 .n-color-swatch__status--passing:after {
  content: "3.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D9D9D6-CF2128 .n-color-swatch__sample-swatch {
  background: #cf2128;
}
.n-color-swatch-contrast--D9D9D6-CF2128 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D9D9D6-EE6023 {
  background: #d9d9d6;
  color: #ee6023;
}
.n-color-swatch-contrast--D9D9D6-EE6023 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D9D9D6-EE6023 .n-color-swatch__status--passing:after {
  content: "2.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D9D9D6-EE6023 .n-color-swatch__sample-swatch {
  background: #ee6023;
}
.n-color-swatch-contrast--D9D9D6-EE6023 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--F7F7F7-000000 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--F7F7F7-1E4A93 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--F7F7F7-53565A .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--F7F7F7-1E4A93 {
  background: #f7f7f7;
  color: #454545;
}
.n-color-swatch-contrast--F7F7F7-1E4A93 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F7F7F7-1E4A93 .n-color-swatch__status--passing:after {
  content: "8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F7F7F7-1E4A93 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--F7F7F7-1E4A93 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--F7F7F7-000000 {
  background: #f7f7f7;
  color: #000;
}
.n-color-swatch-contrast--F7F7F7-000000 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F7F7F7-000000 .n-color-swatch__status--passing:after {
  content: "19.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F7F7F7-000000 .n-color-swatch__sample-swatch {
  background: #000;
}
.n-color-swatch-contrast--F7F7F7-000000 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--F7F7F7-53565A {
  background: #f7f7f7;
  color: #53565a;
}
.n-color-swatch-contrast--F7F7F7-53565A .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F7F7F7-53565A .n-color-swatch__status--passing:after {
  content: "6.9";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F7F7F7-53565A .n-color-swatch__sample-swatch {
  background: #53565a;
}
.n-color-swatch-contrast--F7F7F7-53565A .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--F7F7F7-929497 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--F7F7F7-A4A4A4 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--F7F7F7-D9D9D6 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--F7F7F7-F7F7F7 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--F7F7F7-929497 {
  background: #f7f7f7;
  color: #929497;
}
.n-color-swatch-contrast--F7F7F7-929497 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F7F7F7-929497 .n-color-swatch__status--passing:after {
  content: "2.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F7F7F7-929497 .n-color-swatch__sample-swatch {
  background: #929497;
}
.n-color-swatch-contrast--F7F7F7-929497 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--F7F7F7-A4A4A4 {
  background: #f7f7f7;
  color: #a4a4a4;
}
.n-color-swatch-contrast--F7F7F7-A4A4A4 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F7F7F7-A4A4A4 .n-color-swatch__status--passing:after {
  content: "2.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F7F7F7-A4A4A4 .n-color-swatch__sample-swatch {
  background: #a4a4a4;
}
.n-color-swatch-contrast--F7F7F7-A4A4A4 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--F7F7F7-D9D9D6 {
  background: #f7f7f7;
  color: #d9d9d6;
}
.n-color-swatch-contrast--F7F7F7-D9D9D6 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F7F7F7-D9D9D6 .n-color-swatch__status--passing:after {
  content: "1.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F7F7F7-D9D9D6 .n-color-swatch__sample-swatch {
  background: #d9d9d6;
}
.n-color-swatch-contrast--F7F7F7-D9D9D6 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--F7F7F7-F7F7F7 {
  background: #f7f7f7;
  color: #f7f7f7;
}
.n-color-swatch-contrast--F7F7F7-F7F7F7 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F7F7F7-F7F7F7 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F7F7F7-F7F7F7 .n-color-swatch__sample-swatch {
  background: #f7f7f7;
}
.n-color-swatch-contrast--F7F7F7-F7F7F7 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--F7F7F7-0067C5 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--F7F7F7-3C1053 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--F7F7F7-0067C5 {
  background: #f7f7f7;
  color: #0067c5;
}
.n-color-swatch-contrast--F7F7F7-0067C5 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F7F7F7-0067C5 .n-color-swatch__status--passing:after {
  content: "5.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F7F7F7-0067C5 .n-color-swatch__sample-swatch {
  background: #0067c5;
}
.n-color-swatch-contrast--F7F7F7-0067C5 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--F7F7F7-3C1053 {
  background: #f7f7f7;
  color: #3c1053;
}
.n-color-swatch-contrast--F7F7F7-3C1053 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F7F7F7-3C1053 .n-color-swatch__status--passing:after {
  content: "14.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F7F7F7-3C1053 .n-color-swatch__sample-swatch {
  background: #3c1053;
}
.n-color-swatch-contrast--F7F7F7-3C1053 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--F7F7F7-D76B00 {
  background: #f7f7f7;
  color: #d76b00;
}
.n-color-swatch-contrast--F7F7F7-D76B00 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F7F7F7-D76B00 .n-color-swatch__status--passing:after {
  content: "3.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F7F7F7-D76B00 .n-color-swatch__sample-swatch {
  background: #d76b00;
}
.n-color-swatch-contrast--F7F7F7-D76B00 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--F7F7F7-D76B00 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--F7F7F7-454545 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--F7F7F7-454545 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--F7F7F7-686868 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--F7F7F7-454545 {
  background: #f7f7f7;
  color: #454545;
}
.n-color-swatch-contrast--F7F7F7-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F7F7F7-454545 .n-color-swatch__status--passing:after {
  content: "8.9";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F7F7F7-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--F7F7F7-454545 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--F7F7F7-686868 {
  background: #f7f7f7;
  color: #686868;
}
.n-color-swatch-contrast--F7F7F7-686868 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F7F7F7-686868 .n-color-swatch__status--passing:after {
  content: "5.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F7F7F7-686868 .n-color-swatch__sample-swatch {
  background: #686868;
}
.n-color-swatch-contrast--F7F7F7-686868 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--F7F7F7-454545 {
  background: #f7f7f7;
  color: #454545;
}
.n-color-swatch-contrast--F7F7F7-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F7F7F7-454545 .n-color-swatch__status--passing:after {
  content: "5.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F7F7F7-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--F7F7F7-454545 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--F7F7F7-FFFFFF {
  background: #f7f7f7;
  color: #fff;
}
.n-color-swatch-contrast--F7F7F7-FFFFFF .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F7F7F7-FFFFFF .n-color-swatch__status--passing:after {
  content: "1.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F7F7F7-FFFFFF .n-color-swatch__sample-swatch {
  background: #fff;
}
.n-color-swatch-contrast--F7F7F7-FFFFFF .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--F7F7F7-FFFFFF .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--F7F7F7-CF2128 {
  background: #f7f7f7;
  color: #cf2128;
}
.n-color-swatch-contrast--F7F7F7-CF2128 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F7F7F7-CF2128 .n-color-swatch__status--passing:after {
  content: "5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F7F7F7-CF2128 .n-color-swatch__sample-swatch {
  background: #cf2128;
}
.n-color-swatch-contrast--F7F7F7-CF2128 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--F7F7F7-CF2128 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--0067C5-000000 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--0067C5-1E4A93 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--0067C5-53565A .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--0067C5-929497 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--0067C5-A4A4A4 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--0067C5-D9D9D6 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--F7F7F7-EE6023 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--F7F7F7-EE6023 {
  background: #f7f7f7;
  color: #ee6023;
}
.n-color-swatch-contrast--F7F7F7-EE6023 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F7F7F7-EE6023 .n-color-swatch__status--passing:after {
  content: "3.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F7F7F7-EE6023 .n-color-swatch__sample-swatch {
  background: #ee6023;
}
.n-color-swatch-contrast--F7F7F7-EE6023 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--0067C5-1E4A93 {
  background: #0067c5;
  color: #454545;
}
.n-color-swatch-contrast--0067C5-1E4A93 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--0067C5-1E4A93 .n-color-swatch__status--passing:after {
  content: "1.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--0067C5-1E4A93 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--0067C5-1E4A93 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--0067C5-000000 {
  background: #0067c5;
  color: #000;
}
.n-color-swatch-contrast--0067C5-000000 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--0067C5-000000 .n-color-swatch__status--passing:after {
  content: "3.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--0067C5-000000 .n-color-swatch__sample-swatch {
  background: #000;
}
.n-color-swatch-contrast--0067C5-000000 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--0067C5-53565A {
  background: #0067c5;
  color: #53565a;
}
.n-color-swatch-contrast--0067C5-53565A .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--0067C5-53565A .n-color-swatch__status--passing:after {
  content: "1.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--0067C5-53565A .n-color-swatch__sample-swatch {
  background: #53565a;
}
.n-color-swatch-contrast--0067C5-53565A .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--0067C5-929497 {
  background: #0067c5;
  color: #929497;
}
.n-color-swatch-contrast--0067C5-929497 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--0067C5-929497 .n-color-swatch__status--passing:after {
  content: "1.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--0067C5-929497 .n-color-swatch__sample-swatch {
  background: #929497;
}
.n-color-swatch-contrast--0067C5-929497 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--0067C5-A4A4A4 {
  background: #0067c5;
  color: #a4a4a4;
}
.n-color-swatch-contrast--0067C5-A4A4A4 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--0067C5-A4A4A4 .n-color-swatch__status--passing:after {
  content: "2.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--0067C5-A4A4A4 .n-color-swatch__sample-swatch {
  background: #a4a4a4;
}
.n-color-swatch-contrast--0067C5-A4A4A4 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--0067C5-D9D9D6 {
  background: #0067c5;
  color: #d9d9d6;
}
.n-color-swatch-contrast--0067C5-D9D9D6 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--0067C5-D9D9D6 .n-color-swatch__status--passing:after {
  content: "4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--0067C5-D9D9D6 .n-color-swatch__sample-swatch {
  background: #d9d9d6;
}
.n-color-swatch-contrast--0067C5-D9D9D6 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--0067C5-F7F7F7 {
  background: #0067c5;
  color: #f7f7f7;
}
.n-color-swatch-contrast--0067C5-F7F7F7 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--0067C5-F7F7F7 .n-color-swatch__status--passing:after {
  content: "5.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--0067C5-F7F7F7 .n-color-swatch__sample-swatch {
  background: #f7f7f7;
}
.n-color-swatch-contrast--0067C5-F7F7F7 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--0067C5-F7F7F7 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--0067C5-0067C5 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--0067C5-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--0067C5-3C1053 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--0067C5-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--0067C5-686868 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--0067C5-D76B00 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--0067C5-0067C5 {
  background: #0067c5;
  color: #0067c5;
}
.n-color-swatch-contrast--0067C5-0067C5 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--0067C5-0067C5 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--0067C5-0067C5 .n-color-swatch__sample-swatch {
  background: #0067c5;
}
.n-color-swatch-contrast--0067C5-0067C5 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--0067C5-3C1053 {
  background: #0067c5;
  color: #3c1053;
}
.n-color-swatch-contrast--0067C5-3C1053 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--0067C5-3C1053 .n-color-swatch__status--passing:after {
  content: "2.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--0067C5-3C1053 .n-color-swatch__sample-swatch {
  background: #3c1053;
}
.n-color-swatch-contrast--0067C5-3C1053 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--0067C5-D76B00 {
  background: #0067c5;
  color: #d76b00;
}
.n-color-swatch-contrast--0067C5-D76B00 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--0067C5-D76B00 .n-color-swatch__status--passing:after {
  content: "1.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--0067C5-D76B00 .n-color-swatch__sample-swatch {
  background: #d76b00;
}
.n-color-swatch-contrast--0067C5-D76B00 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--0067C5-454545 {
  background: #0067c5;
  color: #454545;
}
.n-color-swatch-contrast--0067C5-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--0067C5-454545 .n-color-swatch__status--passing:after {
  content: "1.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--0067C5-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--0067C5-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--0067C5-686868 {
  background: #0067c5;
  color: #686868;
}
.n-color-swatch-contrast--0067C5-686868 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--0067C5-686868 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--0067C5-686868 .n-color-swatch__sample-swatch {
  background: #686868;
}
.n-color-swatch-contrast--0067C5-686868 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--0067C5-454545 {
  background: #0067c5;
  color: #454545;
}
.n-color-swatch-contrast--0067C5-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--0067C5-454545 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--0067C5-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--0067C5-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--0067C5-FFFFFF {
  background: #0067c5;
  color: #fff;
}
.n-color-swatch-contrast--0067C5-FFFFFF .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--0067C5-FFFFFF .n-color-swatch__status--passing:after {
  content: "5.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--0067C5-FFFFFF .n-color-swatch__sample-swatch {
  background: #fff;
}
.n-color-swatch-contrast--0067C5-FFFFFF .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--0067C5-FFFFFF .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--0067C5-CF2128 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--0067C5-EE6023 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-000000 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-1E4A93 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-53565A .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-929497 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-A4A4A4 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-D9D9D6 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--0067C5-CF2128 {
  background: #0067c5;
  color: #cf2128;
}
.n-color-swatch-contrast--0067C5-CF2128 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--0067C5-CF2128 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--0067C5-CF2128 .n-color-swatch__sample-swatch {
  background: #cf2128;
}
.n-color-swatch-contrast--0067C5-CF2128 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--0067C5-EE6023 {
  background: #0067c5;
  color: #ee6023;
}
.n-color-swatch-contrast--0067C5-EE6023 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--0067C5-EE6023 .n-color-swatch__status--passing:after {
  content: "1.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--0067C5-EE6023 .n-color-swatch__sample-swatch {
  background: #ee6023;
}
.n-color-swatch-contrast--0067C5-EE6023 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-1E4A93 {
  background: #454545;
  color: #454545;
}
.n-color-swatch-contrast--454545-1E4A93 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-1E4A93 .n-color-swatch__status--passing:after {
  content: "1.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-1E4A93 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--454545-1E4A93 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-000000 {
  background: #454545;
  color: #000;
}
.n-color-swatch-contrast--454545-000000 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-000000 .n-color-swatch__status--passing:after {
  content: "3.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-000000 .n-color-swatch__sample-swatch {
  background: #000;
}
.n-color-swatch-contrast--454545-000000 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-53565A {
  background: #454545;
  color: #53565a;
}
.n-color-swatch-contrast--454545-53565A .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-53565A .n-color-swatch__status--passing:after {
  content: "1.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-53565A .n-color-swatch__sample-swatch {
  background: #53565a;
}
.n-color-swatch-contrast--454545-53565A .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-929497 {
  background: #454545;
  color: #929497;
}
.n-color-swatch-contrast--454545-929497 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-929497 .n-color-swatch__status--passing:after {
  content: "1.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-929497 .n-color-swatch__sample-swatch {
  background: #929497;
}
.n-color-swatch-contrast--454545-929497 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-A4A4A4 {
  background: #454545;
  color: #a4a4a4;
}
.n-color-swatch-contrast--454545-A4A4A4 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-A4A4A4 .n-color-swatch__status--passing:after {
  content: "2.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-A4A4A4 .n-color-swatch__sample-swatch {
  background: #a4a4a4;
}
.n-color-swatch-contrast--454545-A4A4A4 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-D9D9D6 {
  background: #454545;
  color: #d9d9d6;
}
.n-color-swatch-contrast--454545-D9D9D6 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-D9D9D6 .n-color-swatch__status--passing:after {
  content: "3.9";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-D9D9D6 .n-color-swatch__sample-swatch {
  background: #d9d9d6;
}
.n-color-swatch-contrast--454545-D9D9D6 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-F7F7F7 {
  background: #454545;
  color: #f7f7f7;
}
.n-color-swatch-contrast--454545-F7F7F7 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-F7F7F7 .n-color-swatch__status--passing:after {
  content: "5.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-F7F7F7 .n-color-swatch__sample-swatch {
  background: #f7f7f7;
}
.n-color-swatch-contrast--454545-F7F7F7 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--454545-F7F7F7 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--454545-0067C5 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-3C1053 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-686868 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-D76B00 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--454545-0067C5 {
  background: #454545;
  color: #0067c5;
}
.n-color-swatch-contrast--454545-0067C5 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-0067C5 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-0067C5 .n-color-swatch__sample-swatch {
  background: #0067c5;
}
.n-color-swatch-contrast--454545-0067C5 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-3C1053 {
  background: #454545;
  color: #3c1053;
}
.n-color-swatch-contrast--454545-3C1053 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-3C1053 .n-color-swatch__status--passing:after {
  content: "2.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-3C1053 .n-color-swatch__sample-swatch {
  background: #3c1053;
}
.n-color-swatch-contrast--454545-3C1053 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-D76B00 {
  background: #454545;
  color: #d76b00;
}
.n-color-swatch-contrast--454545-D76B00 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-D76B00 .n-color-swatch__status--passing:after {
  content: "1.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-D76B00 .n-color-swatch__sample-swatch {
  background: #d76b00;
}
.n-color-swatch-contrast--454545-D76B00 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-454545 {
  background: #454545;
  color: #454545;
}
.n-color-swatch-contrast--454545-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-454545 .n-color-swatch__status--passing:after {
  content: "1.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--454545-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-686868 {
  background: #454545;
  color: #686868;
}
.n-color-swatch-contrast--454545-686868 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-686868 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-686868 .n-color-swatch__sample-swatch {
  background: #686868;
}
.n-color-swatch-contrast--454545-686868 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-454545 {
  background: #454545;
  color: #454545;
}
.n-color-swatch-contrast--454545-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-454545 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--454545-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-FFFFFF {
  background: #454545;
  color: #fff;
}
.n-color-swatch-contrast--454545-FFFFFF .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-FFFFFF .n-color-swatch__status--passing:after {
  content: "5.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-FFFFFF .n-color-swatch__sample-swatch {
  background: #fff;
}
.n-color-swatch-contrast--454545-FFFFFF .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--454545-FFFFFF .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--454545-CF2128 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--454545-EE6023 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--3C1053-000000 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--3C1053-1E4A93 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--3C1053-53565A .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--454545-CF2128 {
  background: #454545;
  color: #cf2128;
}
.n-color-swatch-contrast--454545-CF2128 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-CF2128 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-CF2128 .n-color-swatch__sample-swatch {
  background: #cf2128;
}
.n-color-swatch-contrast--454545-CF2128 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--454545-EE6023 {
  background: #454545;
  color: #ee6023;
}
.n-color-swatch-contrast--454545-EE6023 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--454545-EE6023 .n-color-swatch__status--passing:after {
  content: "1.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--454545-EE6023 .n-color-swatch__sample-swatch {
  background: #ee6023;
}
.n-color-swatch-contrast--454545-EE6023 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--3C1053-1E4A93 {
  background: #3c1053;
  color: #454545;
}
.n-color-swatch-contrast--3C1053-1E4A93 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--3C1053-1E4A93 .n-color-swatch__status--passing:after {
  content: "1.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--3C1053-1E4A93 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--3C1053-1E4A93 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--3C1053-000000 {
  background: #3c1053;
  color: #000;
}
.n-color-swatch-contrast--3C1053-000000 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--3C1053-000000 .n-color-swatch__status--passing:after {
  content: "1.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--3C1053-000000 .n-color-swatch__sample-swatch {
  background: #000;
}
.n-color-swatch-contrast--3C1053-000000 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--3C1053-53565A {
  background: #3c1053;
  color: #53565a;
}
.n-color-swatch-contrast--3C1053-53565A .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--3C1053-53565A .n-color-swatch__status--passing:after {
  content: "2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--3C1053-53565A .n-color-swatch__sample-swatch {
  background: #53565a;
}
.n-color-swatch-contrast--3C1053-53565A .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--3C1053-929497 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--3C1053-A4A4A4 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--3C1053-D9D9D6 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--3C1053-F7F7F7 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--3C1053-929497 {
  background: #3c1053;
  color: #929497;
}
.n-color-swatch-contrast--3C1053-929497 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--3C1053-929497 .n-color-swatch__status--passing:after {
  content: "5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--3C1053-929497 .n-color-swatch__sample-swatch {
  background: #929497;
}
.n-color-swatch-contrast--3C1053-929497 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--3C1053-A4A4A4 {
  background: #3c1053;
  color: #a4a4a4;
}
.n-color-swatch-contrast--3C1053-A4A4A4 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--3C1053-A4A4A4 .n-color-swatch__status--passing:after {
  content: "6.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--3C1053-A4A4A4 .n-color-swatch__sample-swatch {
  background: #a4a4a4;
}
.n-color-swatch-contrast--3C1053-A4A4A4 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--3C1053-D9D9D6 {
  background: #3c1053;
  color: #d9d9d6;
}
.n-color-swatch-contrast--3C1053-D9D9D6 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--3C1053-D9D9D6 .n-color-swatch__status--passing:after {
  content: "10.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--3C1053-D9D9D6 .n-color-swatch__sample-swatch {
  background: #d9d9d6;
}
.n-color-swatch-contrast--3C1053-D9D9D6 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--3C1053-F7F7F7 {
  background: #3c1053;
  color: #f7f7f7;
}
.n-color-swatch-contrast--3C1053-F7F7F7 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--3C1053-F7F7F7 .n-color-swatch__status--passing:after {
  content: "14.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--3C1053-F7F7F7 .n-color-swatch__sample-swatch {
  background: #f7f7f7;
}
.n-color-swatch-contrast--3C1053-F7F7F7 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--3C1053-0067C5 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--3C1053-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--3C1053-3C1053 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--3C1053-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--3C1053-686868 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--3C1053-D76B00 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--3C1053-0067C5 {
  background: #3c1053;
  color: #0067c5;
}
.n-color-swatch-contrast--3C1053-0067C5 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--3C1053-0067C5 .n-color-swatch__status--passing:after {
  content: "2.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--3C1053-0067C5 .n-color-swatch__sample-swatch {
  background: #0067c5;
}
.n-color-swatch-contrast--3C1053-0067C5 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--3C1053-3C1053 {
  background: #3c1053;
  color: #3c1053;
}
.n-color-swatch-contrast--3C1053-3C1053 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--3C1053-3C1053 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--3C1053-3C1053 .n-color-swatch__sample-swatch {
  background: #3c1053;
}
.n-color-swatch-contrast--3C1053-3C1053 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--3C1053-D76B00 {
  background: #3c1053;
  color: #d76b00;
}
.n-color-swatch-contrast--3C1053-D76B00 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--3C1053-D76B00 .n-color-swatch__status--passing:after {
  content: "4.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--3C1053-D76B00 .n-color-swatch__sample-swatch {
  background: #d76b00;
}
.n-color-swatch-contrast--3C1053-D76B00 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--3C1053-454545 {
  background: #3c1053;
  color: #454545;
}
.n-color-swatch-contrast--3C1053-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--3C1053-454545 .n-color-swatch__status--passing:after {
  content: "1.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--3C1053-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--3C1053-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--3C1053-686868 {
  background: #3c1053;
  color: #686868;
}
.n-color-swatch-contrast--3C1053-686868 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--3C1053-686868 .n-color-swatch__status--passing:after {
  content: "2.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--3C1053-686868 .n-color-swatch__sample-swatch {
  background: #686868;
}
.n-color-swatch-contrast--3C1053-686868 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--3C1053-454545 {
  background: #3c1053;
  color: #454545;
}
.n-color-swatch-contrast--3C1053-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--3C1053-454545 .n-color-swatch__status--passing:after {
  content: "2.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--3C1053-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--3C1053-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--3C1053-FFFFFF {
  background: #3c1053;
  color: #fff;
}
.n-color-swatch-contrast--3C1053-FFFFFF .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--3C1053-FFFFFF .n-color-swatch__status--passing:after {
  content: "15.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--3C1053-FFFFFF .n-color-swatch__sample-swatch {
  background: #fff;
}
.n-color-swatch-contrast--3C1053-FFFFFF .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--3C1053-FFFFFF .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--3C1053-CF2128 {
  background: #3c1053;
  color: #cf2128;
}
.n-color-swatch-contrast--3C1053-CF2128 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--3C1053-CF2128 .n-color-swatch__status--passing:after {
  content: "2.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--3C1053-CF2128 .n-color-swatch__sample-swatch {
  background: #cf2128;
}
.n-color-swatch-contrast--3C1053-CF2128 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--3C1053-CF2128 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--3C1053-EE6023 {
  background: #3c1053;
  color: #ee6023;
}
.n-color-swatch-contrast--3C1053-EE6023 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--3C1053-EE6023 .n-color-swatch__status--passing:after {
  content: "4.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--3C1053-EE6023 .n-color-swatch__sample-swatch {
  background: #ee6023;
}
.n-color-swatch-contrast--3C1053-EE6023 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--3C1053-EE6023 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--D76B00-1E4A93 {
  background: #d76b00;
  color: #454545;
}
.n-color-swatch-contrast--D76B00-1E4A93 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D76B00-1E4A93 .n-color-swatch__status--passing:after {
  content: "2.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D76B00-1E4A93 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--D76B00-1E4A93 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D76B00-1E4A93 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--D76B00-000000 {
  background: #d76b00;
  color: #000;
}
.n-color-swatch-contrast--D76B00-000000 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D76B00-000000 .n-color-swatch__status--passing:after {
  content: "6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D76B00-000000 .n-color-swatch__sample-swatch {
  background: #000;
}
.n-color-swatch-contrast--D76B00-000000 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--D76B00-000000 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--D76B00-0067C5 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D76B00-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D76B00-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D76B00-53565A .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D76B00-686868 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D76B00-929497 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D76B00-A4A4A4 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D76B00-CF2128 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D76B00-D76B00 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D76B00-D9D9D6 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D76B00-EE6023 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D76B00-F7F7F7 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--D76B00-FFFFFF .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--D76B00-53565A {
  background: #d76b00;
  color: #53565a;
}
.n-color-swatch-contrast--D76B00-53565A .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D76B00-53565A .n-color-swatch__status--passing:after {
  content: "2.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D76B00-53565A .n-color-swatch__sample-swatch {
  background: #53565a;
}
.n-color-swatch-contrast--D76B00-53565A .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D76B00-929497 {
  background: #d76b00;
  color: #929497;
}
.n-color-swatch-contrast--D76B00-929497 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D76B00-929497 .n-color-swatch__status--passing:after {
  content: "1.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D76B00-929497 .n-color-swatch__sample-swatch {
  background: #929497;
}
.n-color-swatch-contrast--D76B00-929497 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D76B00-A4A4A4 {
  background: #d76b00;
  color: #a4a4a4;
}
.n-color-swatch-contrast--D76B00-A4A4A4 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D76B00-A4A4A4 .n-color-swatch__status--passing:after {
  content: "1.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D76B00-A4A4A4 .n-color-swatch__sample-swatch {
  background: #a4a4a4;
}
.n-color-swatch-contrast--D76B00-A4A4A4 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D76B00-D9D9D6 {
  background: #d76b00;
  color: #d9d9d6;
}
.n-color-swatch-contrast--D76B00-D9D9D6 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D76B00-D9D9D6 .n-color-swatch__status--passing:after {
  content: "2.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D76B00-D9D9D6 .n-color-swatch__sample-swatch {
  background: #d9d9d6;
}
.n-color-swatch-contrast--D76B00-D9D9D6 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D76B00-F7F7F7 {
  background: #d76b00;
  color: #f7f7f7;
}
.n-color-swatch-contrast--D76B00-F7F7F7 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D76B00-F7F7F7 .n-color-swatch__status--passing:after {
  content: "3.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D76B00-F7F7F7 .n-color-swatch__sample-swatch {
  background: #f7f7f7;
}
.n-color-swatch-contrast--D76B00-F7F7F7 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D76B00-0067C5 {
  background: #d76b00;
  color: #0067c5;
}
.n-color-swatch-contrast--D76B00-0067C5 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D76B00-0067C5 .n-color-swatch__status--passing:after {
  content: "1.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D76B00-0067C5 .n-color-swatch__sample-swatch {
  background: #0067c5;
}
.n-color-swatch-contrast--D76B00-0067C5 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D76B00-3C1053 {
  background: #d76b00;
  color: #3c1053;
}
.n-color-swatch-contrast--D76B00-3C1053 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D76B00-3C1053 .n-color-swatch__status--passing:after {
  content: "4.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D76B00-3C1053 .n-color-swatch__sample-swatch {
  background: #3c1053;
}
.n-color-swatch-contrast--D76B00-3C1053 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D76B00-3C1053 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--D76B00-D76B00 {
  background: #d76b00;
  color: #d76b00;
}
.n-color-swatch-contrast--D76B00-D76B00 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D76B00-D76B00 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D76B00-D76B00 .n-color-swatch__sample-swatch {
  background: #d76b00;
}
.n-color-swatch-contrast--D76B00-D76B00 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D76B00-454545 {
  background: #d76b00;
  color: #454545;
}
.n-color-swatch-contrast--D76B00-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D76B00-454545 .n-color-swatch__status--passing:after {
  content: "2.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D76B00-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--D76B00-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D76B00-686868 {
  background: #d76b00;
  color: #686868;
}
.n-color-swatch-contrast--D76B00-686868 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D76B00-686868 .n-color-swatch__status--passing:after {
  content: "1.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D76B00-686868 .n-color-swatch__sample-swatch {
  background: #686868;
}
.n-color-swatch-contrast--D76B00-686868 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D76B00-454545 {
  background: #d76b00;
  color: #454545;
}
.n-color-swatch-contrast--D76B00-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D76B00-454545 .n-color-swatch__status--passing:after {
  content: "1.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D76B00-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--D76B00-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D76B00-FFFFFF {
  background: #d76b00;
  color: #fff;
}
.n-color-swatch-contrast--D76B00-FFFFFF .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D76B00-FFFFFF .n-color-swatch__status--passing:after {
  content: "3.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D76B00-FFFFFF .n-color-swatch__sample-swatch {
  background: #fff;
}
.n-color-swatch-contrast--D76B00-FFFFFF .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D76B00-CF2128 {
  background: #d76b00;
  color: #cf2128;
}
.n-color-swatch-contrast--D76B00-CF2128 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D76B00-CF2128 .n-color-swatch__status--passing:after {
  content: "1.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D76B00-CF2128 .n-color-swatch__sample-swatch {
  background: #cf2128;
}
.n-color-swatch-contrast--D76B00-CF2128 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--D76B00-EE6023 {
  background: #d76b00;
  color: #ee6023;
}
.n-color-swatch-contrast--D76B00-EE6023 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--D76B00-EE6023 .n-color-swatch__status--passing:after {
  content: "1.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--D76B00-EE6023 .n-color-swatch__sample-swatch {
  background: #ee6023;
}
.n-color-swatch-contrast--D76B00-EE6023 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--FFFFFF-000000 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--FFFFFF-1E4A93 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--FFFFFF-53565A .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--FFFFFF-1E4A93 {
  background: #fff;
  color: #454545;
}
.n-color-swatch-contrast--FFFFFF-1E4A93 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFFFFF-1E4A93 .n-color-swatch__status--passing:after {
  content: "8.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFFFFF-1E4A93 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--FFFFFF-1E4A93 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--FFFFFF-000000 {
  background: #fff;
  color: #000;
}
.n-color-swatch-contrast--FFFFFF-000000 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFFFFF-000000 .n-color-swatch__status--passing:after {
  content: "21";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFFFFF-000000 .n-color-swatch__sample-swatch {
  background: #000;
}
.n-color-swatch-contrast--FFFFFF-000000 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--FFFFFF-53565A {
  background: #fff;
  color: #53565a;
}
.n-color-swatch-contrast--FFFFFF-53565A .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFFFFF-53565A .n-color-swatch__status--passing:after {
  content: "7.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFFFFF-53565A .n-color-swatch__sample-swatch {
  background: #53565a;
}
.n-color-swatch-contrast--FFFFFF-53565A .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--FFFFFF-929497 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--FFFFFF-A4A4A4 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--FFFFFF-D9D9D6 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--FFFFFF-F7F7F7 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--FFFFFF-929497 {
  background: #fff;
  color: #929497;
}
.n-color-swatch-contrast--FFFFFF-929497 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFFFFF-929497 .n-color-swatch__status--passing:after {
  content: "3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFFFFF-929497 .n-color-swatch__sample-swatch {
  background: #929497;
}
.n-color-swatch-contrast--FFFFFF-929497 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--FFFFFF-A4A4A4 {
  background: #fff;
  color: #a4a4a4;
}
.n-color-swatch-contrast--FFFFFF-A4A4A4 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFFFFF-A4A4A4 .n-color-swatch__status--passing:after {
  content: "2.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFFFFF-A4A4A4 .n-color-swatch__sample-swatch {
  background: #a4a4a4;
}
.n-color-swatch-contrast--FFFFFF-A4A4A4 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--FFFFFF-D9D9D6 {
  background: #fff;
  color: #d9d9d6;
}
.n-color-swatch-contrast--FFFFFF-D9D9D6 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFFFFF-D9D9D6 .n-color-swatch__status--passing:after {
  content: "1.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFFFFF-D9D9D6 .n-color-swatch__sample-swatch {
  background: #d9d9d6;
}
.n-color-swatch-contrast--FFFFFF-D9D9D6 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--FFFFFF-F7F7F7 {
  background: #fff;
  color: #f7f7f7;
}
.n-color-swatch-contrast--FFFFFF-F7F7F7 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFFFFF-F7F7F7 .n-color-swatch__status--passing:after {
  content: "1.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFFFFF-F7F7F7 .n-color-swatch__sample-swatch {
  background: #f7f7f7;
}
.n-color-swatch-contrast--FFFFFF-F7F7F7 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--FFFFFF-0067C5 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--FFFFFF-3C1053 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--FFFFFF-0067C5 {
  background: #fff;
  color: #0067c5;
}
.n-color-swatch-contrast--FFFFFF-0067C5 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFFFFF-0067C5 .n-color-swatch__status--passing:after {
  content: "5.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFFFFF-0067C5 .n-color-swatch__sample-swatch {
  background: #0067c5;
}
.n-color-swatch-contrast--FFFFFF-0067C5 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--FFFFFF-3C1053 {
  background: #fff;
  color: #3c1053;
}
.n-color-swatch-contrast--FFFFFF-3C1053 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFFFFF-3C1053 .n-color-swatch__status--passing:after {
  content: "15.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFFFFF-3C1053 .n-color-swatch__sample-swatch {
  background: #3c1053;
}
.n-color-swatch-contrast--FFFFFF-3C1053 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--FFFFFF-D76B00 {
  background: #fff;
  color: #d76b00;
}
.n-color-swatch-contrast--FFFFFF-D76B00 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFFFFF-D76B00 .n-color-swatch__status--passing:after {
  content: "3.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFFFFF-D76B00 .n-color-swatch__sample-swatch {
  background: #d76b00;
}
.n-color-swatch-contrast--FFFFFF-D76B00 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--FFFFFF-D76B00 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--FFFFFF-454545 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--FFFFFF-454545 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--FFFFFF-686868 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--FFFFFF-454545 {
  background: #fff;
  color: #454545;
}
.n-color-swatch-contrast--FFFFFF-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFFFFF-454545 .n-color-swatch__status--passing:after {
  content: "9.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFFFFF-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--FFFFFF-454545 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--FFFFFF-686868 {
  background: #fff;
  color: #686868;
}
.n-color-swatch-contrast--FFFFFF-686868 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFFFFF-686868 .n-color-swatch__status--passing:after {
  content: "5.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFFFFF-686868 .n-color-swatch__sample-swatch {
  background: #686868;
}
.n-color-swatch-contrast--FFFFFF-686868 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--FFFFFF-454545 {
  background: #fff;
  color: #454545;
}
.n-color-swatch-contrast--FFFFFF-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFFFFF-454545 .n-color-swatch__status--passing:after {
  content: "5.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFFFFF-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--FFFFFF-454545 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--FFFFFF-FFFFFF {
  background: #fff;
  color: #fff;
}
.n-color-swatch-contrast--FFFFFF-FFFFFF .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFFFFF-FFFFFF .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFFFFF-FFFFFF .n-color-swatch__sample-swatch {
  background: #fff;
}
.n-color-swatch-contrast--FFFFFF-FFFFFF .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--FFFFFF-FFFFFF .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--FFFFFF-CF2128 {
  background: #fff;
  color: #cf2128;
}
.n-color-swatch-contrast--FFFFFF-CF2128 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFFFFF-CF2128 .n-color-swatch__status--passing:after {
  content: "5.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFFFFF-CF2128 .n-color-swatch__sample-swatch {
  background: #cf2128;
}
.n-color-swatch-contrast--FFFFFF-CF2128 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--FFFFFF-CF2128 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--848484-1E4A93 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--FFFFFF-EE6023 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--FFFFFF-EE6023 {
  background: #fff;
  color: #ee6023;
}
.n-color-swatch-contrast--FFFFFF-EE6023 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFFFFF-EE6023 .n-color-swatch__status--passing:after {
  content: "3.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFFFFF-EE6023 .n-color-swatch__sample-swatch {
  background: #ee6023;
}
.n-color-swatch-contrast--FFFFFF-EE6023 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--848484-1E4A93 {
  background: #848484;
  color: #454545;
}
.n-color-swatch-contrast--848484-1E4A93 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--848484-1E4A93 .n-color-swatch__status--passing:after {
  content: "2.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--848484-1E4A93 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--848484-1E4A93 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--848484-000000 {
  background: #848484;
  color: #000;
}
.n-color-swatch-contrast--848484-000000 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--848484-000000 .n-color-swatch__status--passing:after {
  content: "5.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--848484-000000 .n-color-swatch__sample-swatch {
  background: #000;
}
.n-color-swatch-contrast--848484-000000 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--848484-000000 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--848484-0067C5 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--848484-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--848484-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--848484-53565A .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--848484-686868 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--848484-929497 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--848484-A4A4A4 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--848484-CF2128 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--848484-D76B00 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--848484-D9D9D6 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--848484-EE6023 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--848484-F7F7F7 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--848484-FFFFFF .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--848484-53565A {
  background: #848484;
  color: #53565a;
}
.n-color-swatch-contrast--848484-53565A .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--848484-53565A .n-color-swatch__status--passing:after {
  content: "2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--848484-53565A .n-color-swatch__sample-swatch {
  background: #53565a;
}
.n-color-swatch-contrast--848484-53565A .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--848484-929497 {
  background: #848484;
  color: #929497;
}
.n-color-swatch-contrast--848484-929497 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--848484-929497 .n-color-swatch__status--passing:after {
  content: "1.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--848484-929497 .n-color-swatch__sample-swatch {
  background: #929497;
}
.n-color-swatch-contrast--848484-929497 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--848484-A4A4A4 {
  background: #848484;
  color: #a4a4a4;
}
.n-color-swatch-contrast--848484-A4A4A4 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--848484-A4A4A4 .n-color-swatch__status--passing:after {
  content: "1.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--848484-A4A4A4 .n-color-swatch__sample-swatch {
  background: #a4a4a4;
}
.n-color-swatch-contrast--848484-A4A4A4 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--848484-D9D9D6 {
  background: #848484;
  color: #d9d9d6;
}
.n-color-swatch-contrast--848484-D9D9D6 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--848484-D9D9D6 .n-color-swatch__status--passing:after {
  content: "2.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--848484-D9D9D6 .n-color-swatch__sample-swatch {
  background: #d9d9d6;
}
.n-color-swatch-contrast--848484-D9D9D6 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--848484-F7F7F7 {
  background: #848484;
  color: #f7f7f7;
}
.n-color-swatch-contrast--848484-F7F7F7 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--848484-F7F7F7 .n-color-swatch__status--passing:after {
  content: "3.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--848484-F7F7F7 .n-color-swatch__sample-swatch {
  background: #f7f7f7;
}
.n-color-swatch-contrast--848484-F7F7F7 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--848484-0067C5 {
  background: #848484;
  color: #0067c5;
}
.n-color-swatch-contrast--848484-0067C5 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--848484-0067C5 .n-color-swatch__status--passing:after {
  content: "1.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--848484-0067C5 .n-color-swatch__sample-swatch {
  background: #0067c5;
}
.n-color-swatch-contrast--848484-0067C5 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--848484-3C1053 {
  background: #848484;
  color: #3c1053;
}
.n-color-swatch-contrast--848484-3C1053 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--848484-3C1053 .n-color-swatch__status--passing:after {
  content: "4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--848484-3C1053 .n-color-swatch__sample-swatch {
  background: #3c1053;
}
.n-color-swatch-contrast--848484-3C1053 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--848484-3C1053 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--848484-D76B00 {
  background: #848484;
  color: #d76b00;
}
.n-color-swatch-contrast--848484-D76B00 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--848484-D76B00 .n-color-swatch__status--passing:after {
  content: "1.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--848484-D76B00 .n-color-swatch__sample-swatch {
  background: #d76b00;
}
.n-color-swatch-contrast--848484-D76B00 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--848484-454545 {
  background: #848484;
  color: #454545;
}
.n-color-swatch-contrast--848484-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--848484-454545 .n-color-swatch__status--passing:after {
  content: "2.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--848484-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--848484-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--848484-686868 {
  background: #848484;
  color: #686868;
}
.n-color-swatch-contrast--848484-686868 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--848484-686868 .n-color-swatch__status--passing:after {
  content: "1.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--848484-686868 .n-color-swatch__sample-swatch {
  background: #686868;
}
.n-color-swatch-contrast--848484-686868 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--848484-454545 {
  background: #848484;
  color: #454545;
}
.n-color-swatch-contrast--848484-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--848484-454545 .n-color-swatch__status--passing:after {
  content: "1.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--848484-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--848484-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--848484-FFFFFF {
  background: #848484;
  color: #fff;
}
.n-color-swatch-contrast--848484-FFFFFF .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--848484-FFFFFF .n-color-swatch__status--passing:after {
  content: "3.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--848484-FFFFFF .n-color-swatch__sample-swatch {
  background: #fff;
}
.n-color-swatch-contrast--848484-FFFFFF .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--848484-CF2128 {
  background: #848484;
  color: #cf2128;
}
.n-color-swatch-contrast--848484-CF2128 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--848484-CF2128 .n-color-swatch__status--passing:after {
  content: "1.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--848484-CF2128 .n-color-swatch__sample-swatch {
  background: #cf2128;
}
.n-color-swatch-contrast--848484-CF2128 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--848484-EE6023 {
  background: #848484;
  color: #ee6023;
}
.n-color-swatch-contrast--848484-EE6023 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--848484-EE6023 .n-color-swatch__status--passing:after {
  content: "1.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--848484-EE6023 .n-color-swatch__sample-swatch {
  background: #ee6023;
}
.n-color-swatch-contrast--848484-EE6023 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--F2F2F2-000000 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--F2F2F2-1E4A93 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--F2F2F2-53565A .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--F2F2F2-1E4A93 {
  background: #f2f2f2;
  color: #454545;
}
.n-color-swatch-contrast--F2F2F2-1E4A93 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F2F2F2-1E4A93 .n-color-swatch__status--passing:after {
  content: "7.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F2F2F2-1E4A93 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--F2F2F2-1E4A93 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--F2F2F2-000000 {
  background: #f2f2f2;
  color: #000;
}
.n-color-swatch-contrast--F2F2F2-000000 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F2F2F2-000000 .n-color-swatch__status--passing:after {
  content: "18.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F2F2F2-000000 .n-color-swatch__sample-swatch {
  background: #000;
}
.n-color-swatch-contrast--F2F2F2-000000 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--F2F2F2-53565A {
  background: #f2f2f2;
  color: #53565a;
}
.n-color-swatch-contrast--F2F2F2-53565A .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F2F2F2-53565A .n-color-swatch__status--passing:after {
  content: "6.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F2F2F2-53565A .n-color-swatch__sample-swatch {
  background: #53565a;
}
.n-color-swatch-contrast--F2F2F2-53565A .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--F2F2F2-929497 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--F2F2F2-A4A4A4 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--F2F2F2-D9D9D6 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--F2F2F2-F7F7F7 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--F2F2F2-929497 {
  background: #f2f2f2;
  color: #929497;
}
.n-color-swatch-contrast--F2F2F2-929497 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F2F2F2-929497 .n-color-swatch__status--passing:after {
  content: "2.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F2F2F2-929497 .n-color-swatch__sample-swatch {
  background: #929497;
}
.n-color-swatch-contrast--F2F2F2-929497 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--F2F2F2-A4A4A4 {
  background: #f2f2f2;
  color: #a4a4a4;
}
.n-color-swatch-contrast--F2F2F2-A4A4A4 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F2F2F2-A4A4A4 .n-color-swatch__status--passing:after {
  content: "2.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F2F2F2-A4A4A4 .n-color-swatch__sample-swatch {
  background: #a4a4a4;
}
.n-color-swatch-contrast--F2F2F2-A4A4A4 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--F2F2F2-D9D9D6 {
  background: #f2f2f2;
  color: #d9d9d6;
}
.n-color-swatch-contrast--F2F2F2-D9D9D6 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F2F2F2-D9D9D6 .n-color-swatch__status--passing:after {
  content: "1.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F2F2F2-D9D9D6 .n-color-swatch__sample-swatch {
  background: #d9d9d6;
}
.n-color-swatch-contrast--F2F2F2-D9D9D6 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--F2F2F2-F7F7F7 {
  background: #f2f2f2;
  color: #f7f7f7;
}
.n-color-swatch-contrast--F2F2F2-F7F7F7 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F2F2F2-F7F7F7 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F2F2F2-F7F7F7 .n-color-swatch__sample-swatch {
  background: #f7f7f7;
}
.n-color-swatch-contrast--F2F2F2-F7F7F7 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--F2F2F2-0067C5 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--F2F2F2-3C1053 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--F2F2F2-0067C5 {
  background: #f2f2f2;
  color: #0067c5;
}
.n-color-swatch-contrast--F2F2F2-0067C5 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F2F2F2-0067C5 .n-color-swatch__status--passing:after {
  content: "5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F2F2F2-0067C5 .n-color-swatch__sample-swatch {
  background: #0067c5;
}
.n-color-swatch-contrast--F2F2F2-0067C5 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--F2F2F2-3C1053 {
  background: #f2f2f2;
  color: #3c1053;
}
.n-color-swatch-contrast--F2F2F2-3C1053 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F2F2F2-3C1053 .n-color-swatch__status--passing:after {
  content: "13.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F2F2F2-3C1053 .n-color-swatch__sample-swatch {
  background: #3c1053;
}
.n-color-swatch-contrast--F2F2F2-3C1053 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--F2F2F2-D76B00 {
  background: #f2f2f2;
  color: #d76b00;
}
.n-color-swatch-contrast--F2F2F2-D76B00 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F2F2F2-D76B00 .n-color-swatch__status--passing:after {
  content: "3.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F2F2F2-D76B00 .n-color-swatch__sample-swatch {
  background: #d76b00;
}
.n-color-swatch-contrast--F2F2F2-D76B00 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--F2F2F2-D76B00 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--F2F2F2-454545 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--F2F2F2-454545 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--F2F2F2-686868 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--F2F2F2-454545 {
  background: #f2f2f2;
  color: #454545;
}
.n-color-swatch-contrast--F2F2F2-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F2F2F2-454545 .n-color-swatch__status--passing:after {
  content: "8.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F2F2F2-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--F2F2F2-454545 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--F2F2F2-686868 {
  background: #f2f2f2;
  color: #686868;
}
.n-color-swatch-contrast--F2F2F2-686868 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F2F2F2-686868 .n-color-swatch__status--passing:after {
  content: "5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F2F2F2-686868 .n-color-swatch__sample-swatch {
  background: #686868;
}
.n-color-swatch-contrast--F2F2F2-686868 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--F2F2F2-454545 {
  background: #f2f2f2;
  color: #454545;
}
.n-color-swatch-contrast--F2F2F2-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F2F2F2-454545 .n-color-swatch__status--passing:after {
  content: "4.9";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F2F2F2-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--F2F2F2-454545 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--F2F2F2-FFFFFF {
  background: #f2f2f2;
  color: #fff;
}
.n-color-swatch-contrast--F2F2F2-FFFFFF .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F2F2F2-FFFFFF .n-color-swatch__status--passing:after {
  content: "1.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F2F2F2-FFFFFF .n-color-swatch__sample-swatch {
  background: #fff;
}
.n-color-swatch-contrast--F2F2F2-FFFFFF .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--F2F2F2-FFFFFF .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--F2F2F2-CF2128 {
  background: #f2f2f2;
  color: #cf2128;
}
.n-color-swatch-contrast--F2F2F2-CF2128 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F2F2F2-CF2128 .n-color-swatch__status--passing:after {
  content: "4.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F2F2F2-CF2128 .n-color-swatch__sample-swatch {
  background: #cf2128;
}
.n-color-swatch-contrast--F2F2F2-CF2128 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--F2F2F2-CF2128 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--F2F2F2-EE6023 {
  background: #f2f2f2;
  color: #ee6023;
}
.n-color-swatch-contrast--F2F2F2-EE6023 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--F2F2F2-EE6023 .n-color-swatch__status--passing:after {
  content: "3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--F2F2F2-EE6023 .n-color-swatch__sample-swatch {
  background: #ee6023;
}
.n-color-swatch-contrast--F2F2F2-EE6023 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--F2F2F2-EE6023 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--FFCCCC-000000 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--FFCCCC-1E4A93 .n-color-swatch__status--passing svg,
.n-color-swatch-contrast--FFCCCC-53565A .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--FFCCCC-1E4A93 {
  background: #fcc;
  color: #454545;
}
.n-color-swatch-contrast--FFCCCC-1E4A93 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFCCCC-1E4A93 .n-color-swatch__status--passing:after {
  content: "6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFCCCC-1E4A93 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--FFCCCC-1E4A93 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--FFCCCC-000000 {
  background: #fcc;
  color: #000;
}
.n-color-swatch-contrast--FFCCCC-000000 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFCCCC-000000 .n-color-swatch__status--passing:after {
  content: "14.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFCCCC-000000 .n-color-swatch__sample-swatch {
  background: #000;
}
.n-color-swatch-contrast--FFCCCC-000000 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--FFCCCC-53565A {
  background: #fcc;
  color: #53565a;
}
.n-color-swatch-contrast--FFCCCC-53565A .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFCCCC-53565A .n-color-swatch__status--passing:after {
  content: "5.2";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFCCCC-53565A .n-color-swatch__sample-swatch {
  background: #53565a;
}
.n-color-swatch-contrast--FFCCCC-53565A .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--FFCCCC-0067C5 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--FFCCCC-929497 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--FFCCCC-A4A4A4 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--FFCCCC-D9D9D6 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--FFCCCC-F7F7F7 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--FFCCCC-929497 {
  background: #fcc;
  color: #929497;
}
.n-color-swatch-contrast--FFCCCC-929497 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFCCCC-929497 .n-color-swatch__status--passing:after {
  content: "2.1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFCCCC-929497 .n-color-swatch__sample-swatch {
  background: #929497;
}
.n-color-swatch-contrast--FFCCCC-929497 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--FFCCCC-A4A4A4 {
  background: #fcc;
  color: #a4a4a4;
}
.n-color-swatch-contrast--FFCCCC-A4A4A4 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFCCCC-A4A4A4 .n-color-swatch__status--passing:after {
  content: "1.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFCCCC-A4A4A4 .n-color-swatch__sample-swatch {
  background: #a4a4a4;
}
.n-color-swatch-contrast--FFCCCC-A4A4A4 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--FFCCCC-D9D9D6 {
  background: #fcc;
  color: #d9d9d6;
}
.n-color-swatch-contrast--FFCCCC-D9D9D6 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFCCCC-D9D9D6 .n-color-swatch__status--passing:after {
  content: "1";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFCCCC-D9D9D6 .n-color-swatch__sample-swatch {
  background: #d9d9d6;
}
.n-color-swatch-contrast--FFCCCC-D9D9D6 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--FFCCCC-F7F7F7 {
  background: #fcc;
  color: #f7f7f7;
}
.n-color-swatch-contrast--FFCCCC-F7F7F7 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFCCCC-F7F7F7 .n-color-swatch__status--passing:after {
  content: "1.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFCCCC-F7F7F7 .n-color-swatch__sample-swatch {
  background: #f7f7f7;
}
.n-color-swatch-contrast--FFCCCC-F7F7F7 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--FFCCCC-0067C5 {
  background: #fcc;
  color: #0067c5;
}
.n-color-swatch-contrast--FFCCCC-0067C5 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFCCCC-0067C5 .n-color-swatch__status--passing:after {
  content: "3.9";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFCCCC-0067C5 .n-color-swatch__sample-swatch {
  background: #0067c5;
}
.n-color-swatch-contrast--FFCCCC-0067C5 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--FFCCCC-3C1053 {
  background: #fcc;
  color: #3c1053;
}
.n-color-swatch-contrast--FFCCCC-3C1053 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFCCCC-3C1053 .n-color-swatch__status--passing:after {
  content: "10.6";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFCCCC-3C1053 .n-color-swatch__sample-swatch {
  background: #3c1053;
}
.n-color-swatch-contrast--FFCCCC-3C1053 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--FFCCCC-3C1053 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--FFCCCC-D76B00 {
  background: #fcc;
  color: #d76b00;
}
.n-color-swatch-contrast--FFCCCC-D76B00 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFCCCC-D76B00 .n-color-swatch__status--passing:after {
  content: "2.5";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFCCCC-D76B00 .n-color-swatch__sample-swatch {
  background: #d76b00;
}
.n-color-swatch-contrast--FFCCCC-D76B00 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--FFCCCC-D76B00 .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--FFCCCC-454545 {
  background: #fcc;
  color: #454545;
}
.n-color-swatch-contrast--FFCCCC-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFCCCC-454545 .n-color-swatch__status--passing:after {
  content: "6.7";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFCCCC-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--FFCCCC-454545 .n-color-swatch__status--passing {
  color: #32cd32;
  display: block;
}
.n-color-swatch-contrast--FFCCCC-454545 .n-color-swatch__status--passing svg {
  fill: #32cd32;
}
.n-color-swatch-contrast--FFCCCC-454545 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--FFCCCC-686868 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--FFCCCC-CF2128 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--FFCCCC-EE6023 .n-color-swatch__status--failing svg,
.n-color-swatch-contrast--FFCCCC-FFFFFF .n-color-swatch__status--failing svg {
  fill: red;
}
.n-color-swatch-contrast--FFCCCC-686868 {
  background: #fcc;
  color: #686868;
}
.n-color-swatch-contrast--FFCCCC-686868 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFCCCC-686868 .n-color-swatch__status--passing:after {
  content: "3.9";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFCCCC-686868 .n-color-swatch__sample-swatch {
  background: #686868;
}
.n-color-swatch-contrast--FFCCCC-686868 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--FFCCCC-454545 {
  background: #fcc;
  color: #454545;
}
.n-color-swatch-contrast--FFCCCC-454545 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFCCCC-454545 .n-color-swatch__status--passing:after {
  content: "3.9";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFCCCC-454545 .n-color-swatch__sample-swatch {
  background: #454545;
}
.n-color-swatch-contrast--FFCCCC-454545 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--FFCCCC-FFFFFF {
  background: #fcc;
  color: #fff;
}
.n-color-swatch-contrast--FFCCCC-FFFFFF .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFCCCC-FFFFFF .n-color-swatch__status--passing:after {
  content: "1.4";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFCCCC-FFFFFF .n-color-swatch__sample-swatch {
  background: #fff;
}
.n-color-swatch-contrast--FFCCCC-FFFFFF .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--FFCCCC-CF2128 {
  background: #fcc;
  color: #cf2128;
}
.n-color-swatch-contrast--FFCCCC-CF2128 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFCCCC-CF2128 .n-color-swatch__status--passing:after {
  content: "3.8";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFCCCC-CF2128 .n-color-swatch__sample-swatch {
  background: #cf2128;
}
.n-color-swatch-contrast--FFCCCC-CF2128 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.n-color-swatch-contrast--FFCCCC-EE6023 {
  background: #fcc;
  color: #ee6023;
}
.n-color-swatch-contrast--FFCCCC-EE6023 .n-color-swatch__status--failing:after,
.n-color-swatch-contrast--FFCCCC-EE6023 .n-color-swatch__status--passing:after {
  content: "2.3";
  display: inline-block;
  margin-left: 6px;
}
.n-color-swatch-contrast--FFCCCC-EE6023 .n-color-swatch__sample-swatch {
  background: #ee6023;
}
.n-color-swatch-contrast--FFCCCC-EE6023 .n-color-swatch__status--failing {
  color: red;
  display: block;
}
.esb-frame {
  background: 0 0;
  box-shadow: none;
  display: block;
  margin-bottom: 24px;
  margin-top: 0;
  text-align: left;
}
.esb-frame + .esb-frame {
  margin-left: 0;
  margin-top: 24px;
}
.esb-frame-iframe-wrap {
  background: #fff;
  border-top: solid 1px #f7f7f7;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  margin: 0;
}
.component-documentation .esb-frame-dimensions-annotation,
.esb-frame-dimensions-annotation {
  line-height: 0.8em;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 0;
}
.esb-frame-title {
  color: #454545;
  font-size: 20px;
  margin-bottom: 12px;
  padding-bottom: 0;
  padding-left: 0;
}
.esb-frame-link:hover .esb-frame-title {
  color: #0067c5;
  text-decoration: none;
}
.n-grid-spacer {
  background: #0067c5;
  margin-bottom: 24px;
  min-height: 100px;
  width: 100%;
}
.n-heading-swatch {
  margin-bottom: 48px;
}
.n-heading-swatch__label {
  background: #d9d9d6;
  color: #fff;
  display: block;
  padding: 6px 12px;
}
.n-heading-swatch__content {
  display: inline-block;
  vertical-align: middle;
}
.n-heading-swatch__sample {
  margin-bottom: 0;
}
.n-heading-swatch__line-height {
  color: #d9d9d6;
  padding-right: 12px;
}
.n-heading-swatch__font-weight {
  color: #d9d9d6;
}
@media screen and (min-width: 48em) {
  .n-heading-swatch__label {
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 50px;
  }
}
.n-iconography-swatch {
  display: inline-block;
  margin: 0 6px 48px 0;
  vertical-align: top;
  width: 210px;
}
.n-iconography-swatch__sample {
  background: #f2f2f2;
  height: 80px;
  margin-bottom: 12px;
  padding: 26px;
  width: 80px;
}
.n-iconography-swatch__icon {
  height: 26px;
  width: 26px;
}
.n-typography-swatch__code-sample,
.n-typography-swatch__sample {
  padding-bottom: 12px;
  width: 300px;
  vertical-align: middle;
}
[class^="n-icon"] {
  fill: #454545;
}
[class^="n-icon"]:hover {
  fill: #454545;
}
.n-iconography-swatch__details,
.n-iconography-swatch__title {
  font-size: 12px;
}
.n-typography-swatch__sample {
  font-size: 20px;
}
.n-typography-swatch__sample--gotham-extra-light-italic {
  font-style: italic;
}
.n-typography-swatch__sample--gotham-light,
.n-typography-swatch__sample--gotham-light-italic {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.n-typography-swatch__sample--gotham-light-italic {
  font-style: italic;
}
.n-typography-swatch__sample--gotham-book,
.n-typography-swatch__sample--gotham-book-italic {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.n-typography-swatch__sample--gotham-book-italic {
  font-style: italic;
}
.n-typography-swatch__sample--gotham-bold,
.n-typography-swatch__sample--gotham-bold-italic {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.n-typography-swatch__sample--gotham-bold-italic {
  font-style: italic;
}
.n-typography-swatch__sample--gotham-narrow-book,
.n-typography-swatch__sample--gotham-narrow-book-italic {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  font-style: normal;
}
.n-typography-swatch__sample--gotham-narrow-book-italic {
  font-style: italic;
}
.n-typography-swatch__sample--gotham-narrow-bold,
.n-typography-swatch__sample--gotham-narrow-bold-italic {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial,
    sans-serif;
  font-weight: 700;
  font-style: normal;
}
.n-typography-swatch__sample--gotham-narrow-bold-italic {
  font-style: italic;
}
.n-breadcrumb__link,
.n-breadcrumb__list-item:last-child,
.n-breadcrumb__list > li > a {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial,
    sans-serif;
  font-weight: 300;
  color: #686868;
  font-size: 16px;
}
.n-typography-swatch__code-sample .n-code-snippet {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.n-typography-swatch__code-sample .n-code-snippet code {
  margin-bottom: 0;
}
.n-doc .n-typography-table h1,
.n-doc .n-typography-table h1.lead,
.n-doc .n-typography-table h2,
.n-doc .n-typography-table h2.lead,
.n-doc .n-typography-table h3,
.n-doc .n-typography-table h3.lead,
.n-doc .n-typography-table h4,
.n-doc .n-typography-table h4.lead,
.n-doc .n-typography-table h5,
.n-doc .n-typography-table h5.lead,
.n-doc .n-typography-table p,
.n-doc .n-typography-table p.lead {
  margin: 0;
  padding: 0;
}
.n-alpha-anchors {
  background: #f7f7f7;
  margin-bottom: 24px;
  width: 100%;
}
.n-alpha-anchors__list {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.n-alpha-anchors__list-item {
  display: inline-block;
  -webkit-flex: 1 0 3em;
  -ms-flex: 1 0 3em;
  flex: 1 0 3em;
}
.n-alpha-anchors__list-item.n-alpha-anchors__list-item--empty {
  height: 0;
}
.n-alpha-anchors__link {
  display: block;
  font-size: 16px;
  padding: 12px;
  text-align: center;
  width: 100%;
}
.n-breadcrumb {
  display: none;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .n-breadcrumb {
    display: block;
  }
}
.n-breadcrumb__list {
  list-style: none;
}
.n-breadcrumb__list-item {
  display: inline-block;
  margin-bottom: 12px;
  vertical-align: middle;
}
.n-breadcrumb__list-item:last-child {
  font-style: normal;
  line-height: inherit;
}
.n-breadcrumb__list-item:last-child > .n-breadcrumb__link {
  margin-left: 0;
  padding-left: 0;
}
.n-breadcrumb__list-item:last-child > .n-breadcrumb__link:after {
  display: none;
}
.n-breadcrumb__link,
.n-breadcrumb__list > li > a {
  font-style: normal;
  display: block;
  margin-right: 6px;
  padding: 0 12px 0 0;
  position: relative;
}
.button,
.button--inline-action {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.n-breadcrumb__link:after,
.n-breadcrumb__list > li > a:after {
  content: ">";
  position: absolute;
  right: 0;
  top: 1px;
}
.n-breadcrumb__link:hover,
.n-breadcrumb__list > li > a:hover {
  color: #686868;
  text-decoration: underline;
}
.button {
  background: #0067c5;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 15px 30px;
  text-align: center;
}
.button:active,
.button:hover {
  background: #002855;
}
.button:hover {
  color: #fff;
  text-decoration: none;
}
.button:hover .n-icon-arrow-down {
  -webkit-animation: bounce 1s;
  animation: bounce 1s;
  fill: #002855;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.button.button--inverse {
  background: #fff;
  border-radius: 6px;
  color: #0067c5;
}
.button.button--inverse:hover {
  background: #d9d9d6;
  color: #002855;
}
.button.button--inverse:active {
  background: #d9d9d6;
}
.button--icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
}
.n-layout-flex__item .button--icon {
  padding-left: 12px;
  padding-right: 12px;
}
.button--icon .button__icon {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 12px;
}
.button--icon .button__text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.button__icon,
.button__text {
  display: inline-block;
  vertical-align: middle;
}
.button__icon {
  fill: #0067c5;
  height: 22px;
  position: relative;
  top: -1px;
  width: 22px;
}
.button__icon.button__icon--lg {
  height: 30px;
  width: 30px;
}
.button__icon.n-icon-arrow-circle-o-right {
  height: 22px;
  width: 22px;
}
.button--ghost,
.button--no-bg {
  background: 0 0;
  color: #0067c5;
}
.button--ghost:hover,
.button--no-bg:hover {
  background: 0 0;
  color: #454545;
}
.button--ghost {
  border: 2px solid #bbbdbf;
  color: #686868;
}
.button--ghost-primary,
.button--ghost:hover {
  border-color: #26a9e0;
  color: #26a9e0;
}
.button--ghost-primary:hover {
  background-color: #26a9e0;
  border-color: #26a9e0;
  color: #fff;
}
.button--ghost-primary:hover .button__icon {
  fill: #fff;
}
.button--ghost-primary .button__icon {
  fill: #26a9e0;
}
.button--ghost-white {
  border-color: #fff;
  color: #fff;
}
.button--ghost-white .button__icon {
  fill: #fff;
}
.button--ghost-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #454545;
}
.button--ghost-white:hover .button__icon {
  fill: #454545;
}
.button--secondary {
  background: 0 0;
  border: 1px solid #0067c5;
  border-radius: 6px;
  color: #0067c5;
}
.button--secondary:hover {
  background: #002855;
  border-color: #002855;
  color: #fff;
  text-decoration: none;
}
.n-contact-sales__link:hover .n-contact-sales__list-item-text,
.n-dropdown-menu__trigger:hover .n-dropdown-menu__trigger-text {
  text-decoration: underline;
}
.button--secondary:active {
  background: 0 0;
  border-color: #002855;
  color: #002855;
}
.button--primary {
  background: #26a9e0;
}
.button--primary:hover {
  background: #1e9acf;
}
.button--primary .button__icon {
  fill: #fff;
}
.button--sm {
  font-size: 16px;
  line-height: 1.5;
  padding: 7px 15px;
}
.button--lg {
  padding: 20px 30px;
}
.button--block {
  width: 100%;
}
.button--inline-action {
  color: #0067c5;
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
}
.button--inline-action:hover {
  color: #002855;
}
.button--inline-action .button__icon {
  fill: #0067c5;
}
.button--inline-action:active .button__icon,
.button--inline-action:hover .button__icon {
  fill: #002855;
}
.button--inline-action.button--inverse {
  color: #fff;
}
.button--inline-action.button--inverse .button__icon {
  fill: #fff;
}
.button--inline-action.button--inverse:hover {
  color: #d9d9d6;
}
.button--inline-action.button--inverse:active .button__icon,
.button--inline-action.button--inverse:hover .button__icon {
  fill: #d9d9d6;
}
.n-button__group-block .button--inline-action {
  display: block;
  margin-bottom: 12px;
}
.button--inline-action-bordered {
  border: 1px solid #a6a8ab;
  border-radius: 6px;
  padding: 12px;
}
.button-align--center {
  text-align: center;
}
.button-toggle--is-active .n-icon-arrow-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button--close {
  background: 0 0;
  border: 0;
  padding: 12px;
}
.button--close:hover .button__icon {
  fill: #454545;
}
.button--close .button__icon {
  fill: #454545;
  height: 18px;
  width: 18px;
}
.n-button__group .button,
.n-button__group .button--inline-action {
  margin-bottom: 12px;
}
.n-button__group .button--inline-action:last-child,
.n-button__group .button:last-child {
  margin-bottom: 0;
}
.n-contact-sales,
.n-contact-sales__list-item,
.n-content-actions {
  margin-bottom: 12px;
}
@media (min-width: 48em) {
  .n-button__group .button:not(:first-child) {
    margin-left: 6px;
  }
  .n-button__group .button:not(:last-child) {
    margin-right: 6px;
  }
}
.n-contact-sales__list {
  font-size: 0;
  list-style: none;
}
.n-contact-sales__list-item {
  border-right: 1px solid #a4a4a4;
  display: inline-block;
  vertical-align: middle;
}
.n-contact-sales__list-item:last-child {
  border-right: 0;
}
.n-contact-sales__list-item:last-child:after {
  display: none;
}
.n-contact-sales__link {
  display: block;
  padding: 0 12px;
}
.n-contact-sales__list-item:first-child .n-contact-sales__link {
  padding-left: 0;
}
.n-contact-sales__list-item:last-child .n-contact-sales__link {
  padding-right: 0;
}
.n-contact-sales__list-item-with-icon .n-contact-sales__link {
  padding-left: 45px;
  position: relative;
}
.n-contact-sales__list-item-with-icon:first-child .n-contact-sales__link {
  padding-left: 30px;
}
.n-contact-sales__list-item-with-icon:first-child
  .n-contact-sales__link
  .n-contact-sales__icon {
  left: 0;
}
.n-contact-sales__icon {
  display: inline;
  fill: #a4a4a4;
  height: 24px;
  left: 12px;
  margin-right: 6px;
  position: absolute;
  top: -3px;
  vertical-align: middle;
  width: 24px;
}
.n-contact-sales__link:hover .n-contact-sales__icon {
  fill: #454545;
}
.n-contact-sales__list-item-text {
  font-size: 16px;
}
.n-content-actions__list {
  font-size: 0;
  list-style: none;
}
.n-content-actions__list-item {
  display: inline-block;
  margin-bottom: 12px;
  position: relative;
  vertical-align: middle;
}
.n-content-actions__icon {
  display: inline-block;
  fill: #848484;
  height: 14px;
  margin-right: 6px;
  vertical-align: middle;
  width: 14px;
}
.n-data-table,
.n-data-table table {
  border-collapse: collapse;
  width: 100%;
}
.n-content-actions__text + .n-content-actions__icon {
  margin-left: 6px;
  margin-right: 0;
}
.n-content-actions__link {
  display: block;
  padding: 0 35px 0 0;
}
.n-content-actions__link:hover .n-content-actions__text {
  color: #454545;
  text-decoration: underline;
}
.n-content-actions__link:hover .n-content-actions__icon {
  fill: #454545;
}
.n-content-actions__text {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial,
    sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #686868;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.n-data-table tbody th,
.n-data-table thead > tr.n-data-table__thead--inverse p,
.n-data-table thead > tr.n-data-table__thead--inverse th {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
}
.n-content-actions__translate-menu {
  font-size: 16px;
  position: static;
  vertical-align: middle;
}
.n-content-actions__translate-menu .n-dropdown-menu__trigger {
  color: #686868;
  padding-bottom: 0;
}
.n-content-actions__translate-menu .n-dropdown-menu__trigger:hover {
  color: #454545;
}
.n-content-metadata {
  font-size: 16px;
  margin-bottom: 24px;
}
.n-content-metadata__rating {
  border-right: solid 1px #a4a4a4;
  margin-right: 20px;
  padding-right: 20px;
}
.n-content-metadata__rating .n-rating__count {
  font-size: 16px;
}
.n-content-metadata__link,
.n-content-metadata__text {
  display: inline-block;
  padding: 0 20px 0 0;
}
.n-data-table {
  margin-bottom: 24px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.n-data-table table {
  margin: 0;
  padding: 0;
}
.n-data-table table.n-data-table--sticky {
  display: none;
  position: relative;
  top: 0;
  width: auto;
  z-index: 400;
}
.n-data-table p {
  margin-bottom: 24px;
}
.n-data-table thead > tr {
  background: #f2f2f2;
}
.n-data-table thead > tr .button--inline-action {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin-top: 12px;
}
.n-data-table thead > tr.n-data-table__thead--no-bg {
  background: 0 0;
}
.n-data-table thead > tr.n-data-table__thead--inverse {
  background: #53565a;
}
.n-data-table thead > tr.n-data-table__thead--inverse th {
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 1.25;
  color: #fff;
  vertical-align: bottom;
}
.n-data-table thead > tr.n-data-table__thead--inverse p {
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 1.71429;
  color: #fff;
  margin-bottom: 0;
}
.n-data-table tbody {
  background: #fff;
}
.n-data-table tbody tr:first-child td {
  border-top: 0;
}
.n-data-table tbody .n-data-table--stiped tr:nth-child(even) {
  background: #f7f7f7;
}
.n-data-table tbody th {
  font-weight: 500;
  font-style: normal;
}
.n-data-table tbody .n-data-table__section-header th,
.n-data-table td,
.n-data-table th {
  font-weight: 300;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.n-data-table tbody td,
.n-data-table tbody th {
  border-top: 0;
  border-right: 0;
}
.n-data-table td,
.n-data-table th {
  border-bottom: 1px solid #d9d9d6;
  font-size: 16px;
  max-width: none;
  padding: 15px 15px 15px 30px;
  text-align: left;
  vertical-align: top;
}
.n-data-table td .n-list,
.n-data-table td p {
  font-size: 14px;
  line-height: 1.71429;
}
.n-data-table td:first-child,
.n-data-table th:first-child {
  border-left: 0;
}
.n-data-table td:last-child,
.n-data-table th:last-child {
  border-right: 0;
}
.n-data-table--bordered .n-data-table td,
.n-data-table--bordered .n-data-table th {
  border: 1px solid #d9d9d6;
}
.n-data-table .n-data-table__thead-products th {
  padding: 12px;
  vertical-align: bottom;
}
.n-data-table th {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.n-data-table th.n-align-center {
  text-align: center;
}
.n-data-table td {
  height: 64px;
}
.n-data-table td table th:first-child {
  width: 270px;
}
.n-data-table td [class^="n-icon-doc"] {
  fill: #a4a4a4;
  height: 24px;
  position: relative;
  top: 4px;
  width: 24px;
}
.n-data-table td .n-icon-code,
.n-data-table td .n-icon-download-arrow {
  fill: #0067c5;
  height: 24px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 24px;
}
.n-data-table td .n-icon-code:hover,
.n-data-table td .n-icon-download-arrow:hover {
  fill: #002855;
}
.n-data-table td a {
  display: inline-block;
  margin-right: 12px;
}
.n-data-table td a:last-child {
  margin-right: 0;
}
.n-data-table td p {
  margin-bottom: 6px;
}
.n-data-table td.n-data-table__cell-header,
.n-data-table td.n-data-table__cell-label {
  font-size: 16px;
  font-weight: 500;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.n-data-table td.n-data-table__cell-header {
  background: rgba(242, 242, 242, 0.4);
}
.n-data-table td.n-data-table__cell--no-wrap {
  white-space: nowrap;
}
.n-data-table td strong {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.n-data-table__section-header th,
.n-data-table__summary tr:first-child th {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}
.n-data-table__new-indicator {
  fill: #0067c5;
  height: 10px;
  width: 10px;
}
.n-data-table--has-rowspan tbody tr:nth-child(even) {
  background: 0 0;
}
.n-data-table__row--alt td,
.n-data-table__row--alt th,
.n-data-table__section .n-data-table__section-header {
  background: #d9d9d6;
}
.n-data-table__section .n-data-table__section-header [data-ntap-heading] {
  display: table-cell;
  padding: 12px;
}
.n-data-table__row--mobile {
  background: #f2f2f2;
  display: none;
}
.n-data-table__row--mobile th {
  padding-left: 15px;
}
.n-data-table__controls tr {
  display: none;
}
.n-data-table__controls td {
  border-bottom: 0;
}
.n-data-table__row--collapsed > td {
  border-bottom: 0;
  height: 0;
  padding: 0;
}
.n-content-wrap-collapsed {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
}
.n-content-wrap-collapsed.n-content-wrap-expanded {
  max-height: 4000px;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
}
.n-data-table-yes {
  height: 32px;
  margin: 0 auto;
  position: relative;
  width: 32px;
}
.n-data-table-yes:after {
  background: #454545;
  border-radius: 100%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 10px;
}
.n-data-table__cell--empty {
  width: 270px;
}
.n-align-left {
  text-align: left;
}
.n-align-center {
  text-align: center;
}
.n-align-right {
  text-align: right;
}
.n-band--centered,
.n-feature-block__align--center {
  text-align: center;
}
.n-table-responsive {
  margin-bottom: 24px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.n-data-table__thead--default {
  background: #f2f2f2;
}
.n-data-table__thead--inverse {
  background: #53565a;
  color: #fff;
}
@media (min-width: 48em) {
  .n-data-table table.n-data-table--sticky {
    position: fixed;
  }
  .n-data-table__section .n-data-table__section-header [data-ntap-heading] {
    padding: 15px 15px 15px 30px;
  }
}
@media (max-width: 48em) {
  .n-data-table td,
  .n-data-table thead th {
    min-width: calc(50vw - 15px);
    padding: 12px;
  }
  .n-data-table .n-data-table__row--collapsed > td {
    padding: 0;
  }
  .n-data-table__row--mobile {
    display: table-row;
  }
  .n-data-table__cell--empty,
  .n-data-table__summary tr:first-child th,
  [data-ntap-heading] {
    display: none;
  }
}
@media (min-width: 68.75em) {
  .n-data-table table.n-data-table--sticky {
    position: fixed;
  }
}
@media (max-width: 64em) {
  .n-data-table__summary .button__icon {
    display: none;
  }
}
@media (min-width: 64em) {
  .n-data-table__controls td {
    text-align: center;
  }
  .n-data-table__product-demo table {
    table-layout: fixed;
  }
  .n-data-table__row--bordered td,
  .n-data-table__row--bordered th {
    border: 1px solid #d9d9d6;
  }
  .n-data-table__summary .button__icon {
    display: inline-block;
  }
}
.n-dropdown-menu {
  display: inline-block;
  position: relative;
}
.n-dropdown-menu__trigger {
  display: inline-block;
  padding: 0 0 12px;
  position: relative;
}
.n-dropdown-menu--active .n-dropdown-menu__trigger,
.n-dropdown-menu--active .n-dropdown-menu__trigger:hover {
  color: #454545;
}
.n-dropdown-menu__trigger-text {
  display: inline-block;
  padding-right: 18px;
}
.n-filter__section-header,
.n-filter__section-header:hover {
  color: #454545;
  text-decoration: none;
}
.n-dropdown-menu__trigger-icon {
  display: inline-block;
  fill: #686868;
  height: 12px;
  position: absolute;
  right: 0;
  top: 4px;
  width: 12px;
}
.n-dropdown-menu__trigger:hover .n-dropdown-menu__trigger-icon {
  fill: #454545;
}
.n-dropdown-menu--active .n-dropdown-menu__trigger-icon,
.n-dropdown-menu--active .n-dropdown-menu__trigger-icon:hover {
  fill: #454545;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.n-dropdown-menu__menu {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  top: 100%;
  width: 250px;
  z-index: 200;
}
.n-band,
.n-band__section {
  position: relative;
}
.n-dropdown-menu--align-right .n-dropdown-menu__menu {
  right: 0;
}
.n-dropdown-menu--active .n-dropdown-menu__menu {
  display: block;
}
.n-dropdown-menu__list {
  list-style: none;
  padding: 10px 0;
  width: 100%;
}
.n-dropdown-menu__link {
  color: #454545;
  display: block;
  padding: 10px 32px;
}
.n-band-background-accent,
.n-band-background-accent .n-list,
.n-band-background-accent p,
.n-band-background-neutral-60 .n-band__section-header-subtitle,
.n-band-background-neutral-60 .n-band__section-header-title,
.n-feature-block-bg--highlight .button--inline-action,
.n-feature-block-bg--highlight .n-feature-block__title {
  color: #fff;
}
.n-band {
  height: 100%;
  padding: 24px 0;
}
.n-band:last-child .n-band__content {
  border-bottom: 0;
}
.n-band.n-band__featured {
  padding-bottom: 0;
}
.n-band--belted {
  margin: 0 auto 48px;
  max-width: 87.125em;
}
.n-band__section-header .n-band__section-header-title {
  margin-bottom: 0;
}
.n-band__group .n-band__content {
  border-bottom: 1px solid #d9d9d6;
  margin-top: 24px;
}
.n-band__featured .n-band__content {
  padding-bottom: 24px;
}
.n-band__content + .n-band__content {
  margin-bottom: 48px;
}
.n-band__content + .n-band__content:last-child {
  margin-bottom: 0;
}
.n-band__section .button {
  margin-bottom: 12px;
  width: 100%;
}
.n-band__section .button + .button {
  margin-left: 0;
}
.n-band__section .n-list {
  margin-bottom: 24px;
  padding-left: 24px;
}
.n-band__section .n-list--bulleted {
  padding-left: 0;
}
.n-band__arrow--down .n-band__section,
.n-band__content .n-band__section {
  border-bottom: 0;
}
.n-band__section-header .n-band__section-header-subtitle {
  display: none;
}
.n-band__header {
  display: table;
  margin-bottom: 24px;
}
.n-band__header .n-band__heading {
  margin-bottom: 0;
}
.n-band__header .n-band__header-body,
.n-band__header .n-band__header-image {
  display: table-cell;
  vertical-align: bottom;
}
.n-band__header .n-band__header-image {
  padding-left: 24px;
}
.n-band__featured-image,
.n-band__featured-video {
  display: block;
  margin-bottom: 24px;
  max-width: 100%;
  text-align: center;
}
.n-band__featured-video {
  max-width: 550px;
}
.n-band__video-container {
  padding-top: 56.2509%;
  position: relative;
}
.n-band__video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.n-band__subtitle {
  margin-bottom: 12px;
  text-transform: uppercase;
}
.n-band-background-neutral-10 {
  background: #f8f8f8;
}
.n-band-background-neutral-20 {
  background: #f2f2f2;
}
.n-band-background-neutral-60 {
  background: #53565a;
}
.n-band-background-neutral-60.n-band__arrow--down:after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #53565a;
}
.n-band-background-accent {
  background: #002855;
}
.n-band-background-accent .n-list__item:before {
  background: #fff;
}
.n-band-background-accent-20 {
  background: #454545;
  color: #fff;
}
.n-band__arrow--down:after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f8f8f8;
  content: " ";
  height: 0;
  left: 45%;
  position: absolute;
  top: 100%;
  width: 0;
}
.n-band__image {
  margin: 0 auto;
}
@media (min-width: 48em) {
  .n-band {
    padding: 48px 0;
  }
  .n-band__arrow--down:after {
    left: 50%;
  }
  .n-band__section-header-title {
    margin-bottom: 48px;
  }
  .n-band__section-header .n-band__section-header-title {
    margin-bottom: 0;
  }
  .n-band__section-header .n-band__section-header-subtitle {
    display: block;
    margin-bottom: 0;
    margin-top: 24px;
  }
  .n-band__featured .n-band__content {
    padding-bottom: 48px;
  }
  .n-band__content .n-band__section .button {
    width: auto;
  }
  .n-band__content-align--right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 64em) {
  .n-band {
    padding: 64px 0;
  }
  .n-band__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .n-band__group .n-band__content {
    margin-top: 0;
  }
  .n-band__content .n-band__featured-image,
  .n-band__content .n-band__featured-video {
    margin-bottom: 0;
  }
  [data-ntap-layout~="50-50"] .n-band__content .n-band__featured-image,
  [data-ntap-layout~="50-50"] .n-band__content .n-band__featured-video {
    margin-right: 6.66667%;
    width: 48.33333%;
  }
  [data-ntap-layout~="70-30"] .n-band__content .n-band__featured-image,
  [data-ntap-layout~="70-30"] .n-band__content .n-band__featured-video {
    margin-right: 6.66667%;
    width: 31.66667%;
  }
  .n-band-align--right .n-band__content .n-band__featured-image,
  .n-band-align--right .n-band__content .n-band__featured-video {
    margin-right: 0;
    margin-left: 6.66667%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  [data-ntap-layout~="50-50"] .n-band__content .n-band__section {
    width: 48.33333%;
  }
  [data-ntap-layout~="70-30"] .n-band__content .n-band__section {
    width: 65%;
  }
  .n-band-align--right .n-band__content .n-band__section {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .n-band__featured .n-band__content {
    padding-bottom: 64px;
  }
}
@media (min-width: 87.125em) {
  .n-band {
    padding: 80px 0;
  }
  .n-band__featured .n-band__content {
    padding-bottom: 80px;
  }
  .n-band__section-header-subtitle {
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
  .n-text-longform p {
    max-width: 72.5%;
  }
}
.n-feature-block {
  margin-bottom: 24px;
  padding: 0;
}
.n-feature-block .n-feature-block__icon {
  height: 70px;
  width: 110px;
}
.n-feature-block__title {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 12px;
}
.n-feature-block--subscribe .n-feature-block__title {
  font-size: 28px;
  line-height: 1.25;
}
@media screen and (min-width: 48em) {
  .n-feature-block--subscribe .n-feature-block__title {
    font-size: 30px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 64em) {
  .n-feature-block--subscribe .n-feature-block__title {
    font-size: 28px;
    line-height: 1.25;
  }
}
.n-feature-block__text {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial,
    sans-serif;
  font-weight: 300;
  font-style: normal;
}
.n-feature-block--subscribe {
  margin-bottom: 0;
}
.n-feature-block__icon {
  fill: #002855;
  height: 32px;
  width: 36px;
}
.n-feature-block__graphic {
  fill: #8dc8e8;
  width: 110px;
}
.n-feature-block__media-left {
  background: 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.n-feature-block__media-left .n-feature-block__icon {
  fill: #002855;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 32px;
  position: relative;
  top: 2px;
  width: 36px;
  margin-right: 24px;
}
.n-feature-block__media-left .n-feature-block__title {
  font-size: 24px;
}
.n-feature-block-bg--white {
  background: #fff;
}
.n-feature-block-bg--highlight {
  background: #454545;
  padding: 24px;
}
.n-feature-block-bg--highlight .button--inline-action .button__icon {
  fill: #fff;
}
.n-feature-block__image {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}
.n-feature-block__block {
  padding: 24px;
}
@media (max-width: 26.25em) {
  .n-feature-block {
    border-bottom: 1px solid #d9d9d6;
    padding-bottom: 24px;
  }
  .n-band-background-accent .n-feature-block,
  .n-feature-block:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 760px) {
  .n-feature-block--subscribe .n-feature-block__content,
  .n-feature-block--subscribe .n-feature-block__image {
    text-align: center;
  }
}
@media (min-width: 64em) {
  .n-feature-block {
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .n-feature-block--inline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .n-feature-block--inline .n-feature-block__content {
    margin-left: 6.66667%;
    -webkit-flex-basis: 31.66667%;
    -ms-flex-preferred-size: 31.66667%;
    flex-basis: 31.66667%;
    max-width: 31.66667%;
  }
  .n-feature-block--inline .n-form {
    margin-left: 6.66667%;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
}
.n-feedback {
  font-size: 0;
  margin-bottom: 12px;
}
.n-feedback__link,
.n-feedback__solve-answer,
.n-feedback__solve-label {
  font-size: 16px;
}
.n-feedback__link,
.n-feedback__rating,
.n-feedback__solve-answers,
.n-feedback__solve-label {
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 35px;
}
.n-feedback__rating-label {
  margin-right: 6px;
}
.n-feedback__solve-answers,
.n-feedback__solve-label {
  display: inline-block;
}
.n-feedback__solve-answer {
  border-right: solid 1px #a4a4a4;
  display: inline-block;
  padding: 0 6px;
  position: relative;
}
.n-feedback__solve-answer:first-child {
  padding-left: 0;
}
.n-feedback__solve-answer:last-child {
  padding-right: 0;
}
.n-feedback__solve-answer:last-of-type {
  border-right: 0;
}
.n-feedback__thank-you-message {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.4s;
}
.n-feedback--thank-you-message-visible .n-feedback__thank-you-message {
  height: auto;
  opacity: 1;
}
.n-feedback__solve {
  opacity: 1;
  transition: opacity 0.4s;
}
.n-feedback--thank-you-message-visible .n-feedback__solve {
  height: 0;
  opacity: 0;
}
.n-feedback__solve-answers {
  margin-right: 12px;
  padding-bottom: 6px;
  position: relative;
}
.n-feedback__improve-dialog {
  background: #fff;
  border: 1px solid #d9d9d6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  min-width: 280px;
  padding: 12px 12px 24px;
}
.n-feedback__improve-dialog .n-form {
  padding: 0;
}
.n-feedback__improve-dialog .n-feedback__improve-textarea {
  font-size: 16px;
  height: 78px;
  margin-bottom: 12px;
  min-height: 0;
}
.n-feedback__improve-dialog .n-feedback__improve-dialog-actions {
  text-align: right;
}
.n-feedback__improve-dialog .n-feedback__improve-dialog-submit {
  margin-bottom: 0;
}
.n-collision-proof-panel {
  background: #fff;
  border: 1px solid #d9d9d6;
  display: none;
  position: absolute;
  z-index: 200;
}
.n-collision-proof-panel.n-collision-proof-panel--visible,
.n-collision-proof-panel__target.n-collision-proof-panel--visible:after,
.n-collision-proof-panel__target.n-collision-proof-panel--visible:before {
  display: block;
}
.n-collision-proof-panel__heading {
  font-size: 24px;
}
.n-collision-proof-panel__target {
  position: relative;
  z-index: 201;
}
.n-collision-proof-panel__target:after,
.n-collision-proof-panel__target:before {
  background: #fff;
  content: "";
  display: none;
  height: 10px;
  position: absolute;
  left: 50%;
}
.n-collision-proof-panel__target:after {
  margin-left: -10px;
  top: -21px;
  width: 20px;
}
.n-collision-proof-panel__target:before {
  border: 1px solid #d9d9d6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-left: -5px;
  top: -18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}
.n-collision-proof-panel__target.n-collision-proof-panel--position-flipped:after {
  bottom: -21px;
  top: auto;
}
.n-collision-proof-panel__target.n-collision-proof-panel--position-flipped:before {
  bottom: -18px;
  top: auto;
}
.n-collision-proof-panel__target[data-panel-position="bottom"]:after {
  bottom: -21px;
  top: auto;
}
.n-collision-proof-panel__target[data-panel-position="bottom"]:before {
  bottom: -18px;
  top: auto;
}
.n-collision-proof-panel__target[data-panel-position="bottom"].n-collision-proof-panel--position-flipped:after {
  bottom: auto;
  top: -21px;
}
.n-collision-proof-panel__target[data-panel-position="bottom"].n-collision-proof-panel--position-flipped:before {
  bottom: auto;
  top: -18px;
}
.n-collision-proof-panel__target[data-panel-position="right"]:after {
  height: 18px;
  left: auto;
  margin-left: 0;
  margin-top: -10px;
  right: -21px;
  top: 50%;
  width: 10px;
}
.n-collision-proof-panel__target[data-panel-position="right"]:before {
  left: auto;
  margin-left: 0;
  margin-top: -5px;
  right: -18px;
  top: 50%;
}
.n-collision-proof-panel__target[data-panel-position="right"].n-collision-proof-panel--position-flipped:after {
  left: -21px;
  right: auto;
}
.n-collision-proof-panel__target[data-panel-position="right"].n-collision-proof-panel--position-flipped:before {
  left: -18px;
  right: auto;
}
.n-collision-proof-panel__target[data-panel-position="left"]:after {
  height: 18px;
  left: -21px;
  margin-left: 0;
  margin-top: -10px;
  top: 50%;
  width: 10px;
}
.n-collision-proof-panel__target[data-panel-position="left"]:before {
  left: -18px;
  margin-left: 0;
  margin-top: -5px;
  top: 50%;
}
.n-collision-proof-panel__target[data-panel-position="left"].n-collision-proof-panel--position-flipped:after {
  left: auto;
  right: -21px;
}
.n-collision-proof-panel__target[data-panel-position="left"].n-collision-proof-panel--position-flipped:before {
  left: auto;
  right: -18px;
}
.n-filter {
  font-size: 0;
  margin-bottom: 24px;
}
.n-filter.n-filter--is-narrow {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}
.n-filter--is-narrow .n-filter__section {
  display: block;
}
.n-filter__list {
  list-style: none;
}
.n-filter__list-item {
  font-size: 16px;
}
.n-filter__list-item .n-filter__list {
  padding-left: 24px;
}
.n-filter__link {
  display: inline-block;
  margin-right: 6px;
  padding: 12px 0;
}
.n-filter__section-header {
  border-bottom: solid 1px #d9d9d6;
  display: block;
  font-size: 20px;
  margin-bottom: 6px;
  padding-bottom: 6px;
  position: relative;
  width: 100%;
}
.n-footer__corp-link:hover,
.n-footer__property-link:hover,
.n-menu__header-link:hover,
.n-menu__link:hover,
.n-section-nav__title--a:hover {
  text-decoration: underline;
}
.n-filter--is-narrow .n-filter__section-header {
  border-bottom: 0;
  color: #0067c5;
}
.n-filter--is-narrow .n-filter__section-header:hover {
  color: #454545;
  cursor: pointer;
}
.n-filter__icon {
  display: inline-block;
  fill: #0067c5;
  height: 16px;
  margin-right: 6px;
  position: relative;
  top: 1px;
  width: 16px;
}
.n-filter__link:hover .n-filter__icon {
  fill: #454545;
}
.n-filter__label.n-form__label {
  display: none;
}
.n-filter--is-narrow .n-filter__label.n-form__label {
  display: block;
}
.n-filter__open-icon {
  display: none;
  fill: #0067c5;
  height: 14px;
  position: relative;
  right: 0;
  top: 0;
  width: 14px;
}
.n-filter__section-header:hover .n-filter__open-icon {
  fill: #454545;
}
.n-filter__section--open .n-filter__open-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.n-filter--is-narrow .n-filter__open-icon {
  display: inline-block;
}
.n-filter--is-narrow .n-filter__column {
  display: none;
}
.n-filter--is-narrow .n-filter__section--open .n-filter__column {
  display: block;
}
@media screen and (min-width: 26.25em) {
  .n-filter,
  .n-filter.n-filter--is-narrow {
    display: block;
  }
  .n-filter {
    display: table;
    width: 100%;
  }
  .n-filter__section {
    display: table-cell;
    vertical-align: top;
    width: 320px;
  }
  .n-filter--is-narrow .n-filter__section,
  .n-filter__section:last-child {
    width: auto;
  }
  .n-filter__column {
    display: inline-block;
    min-width: 320px;
    vertical-align: top;
  }
}
.n-footer {
  background: #f7f7f7;
  box-shadow: 0 200px 0 #f7f7f7, 0 400px 0 #f7f7f7, 0 600px 0 #f7f7f7,
    0 800px 0 #f7f7f7, 0 1000px 0 #f7f7f7, 0 1200px 0 #f7f7f7,
    0 1400px 0 #f7f7f7;
}
.n-menu,
.n-search-filter__panel {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.n-footer__top {
  border-bottom: solid 4px #d9d9d6;
}
.n-footer--v2 .n-footer__top {
  padding-top: 0;
}
.n-footer--v2 .n-footer__top .n-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 1;
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 100%;
}
.n-footer--v2 .n-footer__corp-links,
.n-footer--v2 .n-footer__property-links {
  padding: 24px 0 12px 24px;
}
.n-footer--v2 .n-footer__property-links {
  background-color: #d9d9d6;
}
.n-footer--v2 .n-footer__corp-links {
  background-color: #f7f7f7;
}
.n-footer__top-inner p {
  font-size: 16px;
  max-width: 700px;
  padding: 24px;
}
.n-footer__corp-links {
  padding-top: 24px;
}
.n-footer__corp-links:after,
.n-footer__corp-links:before {
  content: " ";
  display: table;
}
.n-footer__corp-link-list {
  width: 47.36842%;
  float: left;
  font-size: 12px;
  list-style: none;
  margin-bottom: 24px;
}
.n-footer__corp-link-list:nth-child(2n + 1) {
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.n-footer__corp-link-list:nth-child(2n + 2) {
  margin-left: 52.63158%;
  margin-right: -100%;
  clear: none;
}
.n-footer__property-link-list:after,
.n-footer__property-links:after {
  clear: both;
}
.n-footer__corp-link-list-header,
.n-footer__corp-link-list-header .n-footer__corp-link,
.n-footer__property-link-list-header {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #454545;
  font-size: 12px;
  line-height: 17px;
  padding-bottom: 6px;
  text-transform: uppercase;
}
.n-footer__corp-link {
  color: #686868;
  display: block;
  padding-bottom: 6px;
  padding-right: 24px;
}
.n-footer__copyright,
.n-footer__social-link-list-item {
  display: inline-block;
}
.n-footer__corp-link-list-header .n-footer__corp-link {
  padding-bottom: 0;
}
.n-footer__corp-link-list-header .n-footer__corp-link:hover {
  color: #454545;
}
.n-footer__bottom {
  padding: 24px 0;
}
.n-footer__bottom-left {
  padding-bottom: 24px;
}
.n-footer__copyright {
  color: #686868;
  font-size: 12px;
  margin-right: 12px;
  padding-right: 12px;
  vertical-align: middle;
}
.n-footer__social-links {
  display: inline-block;
  vertical-align: middle;
}
.n-footer__social-link-list {
  font-size: 0;
  list-style: none;
}
.n-footer__social-link {
  display: block;
}
.n-footer__social-link-text {
  display: inline-block;
  text-indent: -10000px;
}
.n-footer__social-link-icon {
  fill: #686868;
  height: 15px;
  margin-right: 6px;
  width: 15px;
}
.n-footer__social-link:hover .n-footer__social-link-icon {
  fill: #0067c5;
}
.n-footer__fine-print {
  color: #686868;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 6px;
}
.n-footer__property-link-column-list,
.n-footer__property-link-list {
  list-style: none;
}
.n-footer__property-link {
  color: #686868;
  display: block;
  font-size: 12px;
  padding-bottom: 6px;
  padding-right: 24px;
}
.n-footer__property-link-list:after,
.n-footer__property-link-list:before,
.n-footer__property-links:after,
.n-footer__property-links:before {
  content: " ";
  display: table;
}
.n-footer__property-links {
  padding: 24px 0;
}
.n-footer__property-link-column {
  width: 47.36842%;
  float: left;
  margin-right: 5.26316%;
}
.n-footer__property-link-column:last-child {
  width: 47.36842%;
  float: right;
  margin-right: 0;
}
.n-footer--v2 .n-footer__property-link-column {
  width: 47.36842%;
  float: left;
  margin-right: 5.26316%;
}
.n-footer--v2 .n-footer__property-link-column:last-child {
  width: 47.36842%;
  float: right;
  margin-right: 0;
}
@media screen and (min-width: 48em) {
  .n-footer--v1 .n-footer__corp-link-list {
    width: 23.07692%;
    float: left;
  }
  .n-footer--v1 .n-footer__corp-link-list:nth-child(4n + 1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .n-footer--v1 .n-footer__corp-link-list:nth-child(4n + 2) {
    margin-left: 25.64103%;
    margin-right: -100%;
    clear: none;
  }
  .n-footer--v1 .n-footer__corp-link-list:nth-child(4n + 3) {
    margin-left: 51.28205%;
    margin-right: -100%;
    clear: none;
  }
  .n-footer--v1 .n-footer__corp-link-list:nth-child(4n + 4) {
    margin-left: 76.92308%;
    margin-right: -100%;
    clear: none;
  }
  .n-footer--v2 .n-footer__top .n-container {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .n-footer--v2 .n-footer__property-links {
    width: 35.89744%;
    float: left;
    margin-right: 2.5641%;
    padding-bottom: 0;
    padding-left: 24px;
  }
  .n-footer--v2 .n-footer__corp-links {
    width: 61.53846%;
    float: right;
    margin-right: 0;
    padding-bottom: 0;
  }
  .n-footer__bottom-left {
    width: 48.71795%;
    float: left;
    margin-right: 2.5641%;
    padding-bottom: 0;
  }
  .n-footer__bottom-right {
    width: 48.71795%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
}
@media screen and (min-width: 64em) {
  .n-footer__corp-link-list {
    width: 23.72881%;
    float: left;
  }
  .n-footer__corp-link-list:nth-child(4n + 1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .n-footer__corp-link-list:nth-child(4n + 2) {
    margin-left: 25.42373%;
    margin-right: -100%;
    clear: none;
  }
  .n-footer__corp-link-list:nth-child(4n + 3) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
  .n-footer__corp-link-list:nth-child(4n + 4) {
    margin-left: 76.27119%;
    margin-right: -100%;
    clear: none;
  }
  .n-footer__bottom-left {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .n-footer__bottom-right {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
  .n-footer--v2 .n-footer__property-links {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    padding-left: 48px;
    padding-right: 0;
  }
  .n-footer--v2 .n-footer__corp-links {
    width: 66.10169%;
    float: right;
    margin-right: 0;
    padding-right: 0;
  }
}
.n-form__checkbox:after,
.n-form__radio-button:after,
.n-messaging:after {
  clear: both;
}
.n-footer__corp-link-list--minimal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.n-footer__corp-link--minimal {
  padding-right: 12px;
}
.n-footer__social-links--minimal {
  float: right;
}
@media screen and (max-width: 26.25em) {
  .n-footer__corp-link-list--minimal {
    display: inline-block;
  }
}
.n-form {
  padding: 24px 0;
}
.n-form__input::-webkit-input-placeholder,
.n-form__textarea::-webkit-input-placeholder {
  color: #a6a8ab;
  opacity: 1;
}
.n-form__input::-moz-placeholder,
.n-form__textarea::-moz-placeholder {
  color: #a6a8ab;
  opacity: 1;
}
.n-form__input:-ms-input-placeholder,
.n-form__textarea:-ms-input-placeholder {
  color: #a6a8ab;
  opacity: 1;
}
.n-form__input::placeholder,
.n-form__textarea::placeholder {
  color: #a6a8ab;
  opacity: 1;
}
.n-form__input,
.n-form__textarea {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial,
    sans-serif;
  -moz-appearance: none;
  color: #454545;
  font-size: 16px;
  margin-bottom: 6px;
  padding: 12px;
  width: 100%;
  font-weight: 400;
  display: block;
  max-width: 530px;
  font-style: normal;
}
.n-form__input {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #a6a8ab;
  border-radius: 6px;
  height: 49px;
}
.n-form__input:disabled {
  background: #f2f2f2;
  cursor: not-allowed;
  opacity: 1;
}
.n-form--dark-bg .n-form__input {
  border-color: #fff;
}
.n-form__input:focus {
  border: 1px solid #000;
  outline: 0;
}
.n-form__textarea {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #a6a8ab;
  border-radius: 6px;
  min-height: 280px;
}
.n-form__textarea:disabled {
  background: #f2f2f2;
  cursor: not-allowed;
  opacity: 1;
}
.n-form--dark-bg .n-form__textarea {
  border-color: #fff;
}
.n-form__textarea:focus {
  border: 1px solid #000;
  outline: 0;
}
.n-form--dark-bg .n-form__input--error,
.n-form__input--error {
  background: #fcc;
  border: 1px solid #cf2128;
}
.n-form__field-group {
  display: block;
  margin-bottom: 24px;
}
.n-form__label {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #686868;
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.n-form--dark-bg .n-form__label {
  color: #fff;
}
.n-form__label--required:after {
  color: #cf2128;
  content: "\A0*";
}
.n-form__microcopy {
  color: #686868;
  font-size: 12px;
}
.n-form--dark-bg .n-form__microcopy {
  color: #fff;
}
.n-form__label + .n-form__microcopy {
  display: block;
  margin-bottom: 12px;
  margin-top: -5px;
}
.n-form__field-error {
  color: #cf2128;
  font-size: 12px;
}
.n-form--dark-bg .n-form__field-error {
  color: #fcc;
}
.n-form__required-field-legend {
  color: #686868;
  display: inline-block;
  font-size: 12px;
}
.n-form__required-field-legend:before {
  color: #cf2128;
  content: "*\A0";
}
.n-form--dark-bg .n-form__required-field-legend {
  color: #fff;
}
.n-form__checkbox,
.n-form__radio-button {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 6px;
  position: relative;
}
.n-form__checkbox:after,
.n-form__checkbox:before,
.n-form__radio-button:after,
.n-form__radio-button:before {
  content: " ";
  display: table;
}
.n-form__checkbox:hover .n-form__checkbox-text,
.n-form__checkbox:hover .n-form__radio-button-text,
.n-form__radio-button:hover .n-form__checkbox-text,
.n-form__radio-button:hover .n-form__radio-button-text {
  color: #454545;
}
.n-form__checkbox:hover
  .n-form__checkbox-input:disabled
  ~ .n-form__checkbox-text,
.n-form__checkbox:hover
  .n-form__checkbox-input:disabled
  ~ .n-form__radio-button-text,
.n-form__checkbox:hover
  .n-form__radio-button-input:disabled
  ~ .n-form__checkbox-text,
.n-form__checkbox:hover
  .n-form__radio-button-input:disabled
  ~ .n-form__radio-button-text,
.n-form__radio-button:hover
  .n-form__checkbox-input:disabled
  ~ .n-form__checkbox-text,
.n-form__radio-button:hover
  .n-form__checkbox-input:disabled
  ~ .n-form__radio-button-text,
.n-form__radio-button:hover
  .n-form__radio-button-input:disabled
  ~ .n-form__checkbox-text,
.n-form__radio-button:hover
  .n-form__radio-button-input:disabled
  ~ .n-form__radio-button-text {
  color: #686868;
}
.n-form--dark-bg .n-form__checkbox:hover .n-form__checkbox-text,
.n-form--dark-bg .n-form__checkbox:hover .n-form__radio-button-text,
.n-form--dark-bg .n-form__radio-button:hover .n-form__checkbox-text,
.n-form--dark-bg .n-form__radio-button:hover .n-form__radio-button-text {
  color: #d9d9d6;
}
.n-form--dark-bg
  .n-form__checkbox:hover
  .n-form__checkbox-input:disabled
  ~ .n-form__checkbox-text,
.n-form--dark-bg
  .n-form__checkbox:hover
  .n-form__checkbox-input:disabled
  ~ .n-form__radio-button-text,
.n-form--dark-bg
  .n-form__checkbox:hover
  .n-form__radio-button-input:disabled
  ~ .n-form__checkbox-text,
.n-form--dark-bg
  .n-form__checkbox:hover
  .n-form__radio-button-input:disabled
  ~ .n-form__radio-button-text,
.n-form--dark-bg
  .n-form__radio-button:hover
  .n-form__checkbox-input:disabled
  ~ .n-form__checkbox-text,
.n-form--dark-bg
  .n-form__radio-button:hover
  .n-form__checkbox-input:disabled
  ~ .n-form__radio-button-text,
.n-form--dark-bg
  .n-form__radio-button:hover
  .n-form__radio-button-input:disabled
  ~ .n-form__checkbox-text,
.n-form--dark-bg
  .n-form__radio-button:hover
  .n-form__radio-button-input:disabled
  ~ .n-form__radio-button-text {
  color: #fff;
}
.n-form__checkbox-input,
.n-form__radio-button-input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.n-form__checkbox-visual,
.n-form__radio-button-visual {
  background: #fff;
  border: 1px solid #a6a8ab;
  border-radius: 5px;
  cursor: pointer;
  height: 24px;
  left: 0;
  margin-right: 12px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 24px;
}
.n-form--dark-bg .n-form__checkbox-visual,
.n-form--dark-bg .n-form__radio-button-visual {
  border: 0;
}
.n-form__checkbox-input:checked
  + .n-form__checkbox-visual
  .n-form__checkbox-checked-icon,
.n-form__checkbox-input:checked
  + .n-form__radio-button-visual
  .n-form__checkbox-checked-icon {
  display: inline;
}
.n-form__checkbox-input:focus + .n-form__checkbox-visual,
.n-form__checkbox-input:focus + .n-form__radio-button-visual {
  border-color: #000;
}
.n-form__input-error .n-form__checkbox-visual,
.n-form__input-error .n-form__radio-button-visual {
  background: #fcc;
  border: 1px solid #cf2128;
}
.n-form__checkbox-input:disabled + .n-form__checkbox-visual,
.n-form__checkbox-input:disabled + .n-form__radio-button-visual {
  cursor: not-allowed;
}
.n-form__radio-button-visual {
  border-radius: 50%;
  margin-right: 6px;
}
.n-form__radio-button-input:checked + .n-form__radio-button-visual:before {
  background: #0067c5;
  border: 3px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.n-form__radio-button-input:focus + .n-form__radio-button-visual {
  border-color: #000;
}
.n-form__input-error
  .n-form__radio-button-input:checked
  + .n-form__radio-button-visual:before {
  border-color: #fcc;
}
.n-form__checkbox-text,
.n-form__radio-button-text {
  color: #686868;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  min-height: 24px;
  padding-left: 34px;
  position: relative;
  top: 3px;
}
.n-form--dark-bg .n-form__checkbox-text,
.n-form--dark-bg .n-form__radio-button-text {
  color: #fff;
}
.n-form__checkbox-input:disabled ~ .n-form__checkbox-text,
.n-form__checkbox-input:disabled ~ .n-form__radio-button-text {
  cursor: not-allowed;
}
.n-form__checkbox-checked-icon {
  display: none;
  fill: #0067c5;
  height: 20px;
  width: 20px;
}
.n-form__select,
.n-form__select-input {
  background: 0 0;
  border: 0;
  position: relative;
  width: 100%;
}
.n-form__select {
  height: 49px;
  margin-bottom: 6px;
  max-width: 530px;
}
.n-form__select.n-form__input--error {
  background: 0 0;
  border: 0;
}
.n-form__select-input {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial,
    sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #686868;
  cursor: pointer;
  font-size: 16px;
  height: 100%;
  padding: 6px 50px 6px 12px;
  z-index: 10;
}
.n-form__select-input::-ms-expand {
  display: none;
}
.ie9 .n-form__select-input {
  padding-right: 12px;
}
.n-form__select-input:focus {
  outline: 0;
}
.n-form__select-input:disabled {
  color: #a4a4a4;
  cursor: not-allowed;
}
.n-form__select-visual-wrap {
  background: #fff;
  border: 1px solid #a6a8ab;
  border-radius: 6px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.n-form--dark-bg .n-form__select-visual-wrap {
  border-color: #fff;
}
.n-form__input--error .n-form__select-visual-wrap {
  background: #fcc;
  border: 1px solid #cf2128;
}
.n-form__select-input:focus ~ .n-form__select-visual-wrap {
  border: 1px solid #000;
}
.n-form__select-input:disabled ~ .n-form__select-visual-wrap {
  background: #f2f2f2;
  cursor: not-allowed;
}
.n-form__select-open-indicator {
  background: #0067c5;
  border: 1px solid #0067c5;
  border-radius: 0 6px 6px 0;
  bottom: 0;
  content: "";
  display: block;
  height: 49px;
  position: absolute;
  right: -1px;
  text-align: center;
  top: 0;
  width: 52px;
  z-index: 5;
}
.n-form--dark-bg .n-form__select-open-indicator {
  background: #f2f2f2;
  border-color: #f2f2f2;
}
.n-form__select:hover .n-form__select-open-indicator {
  background: #454545;
}
.n-form--dark-bg .n-form__select:hover .n-form__select-open-indicator {
  background: #d9d9d6;
  border-color: #d9d9d6;
}
.n-form--dark-bg
  .n-form__select.n-form__input--error:hover
  .n-form__select-open-indicator,
.n-form__input--error .n-form__select-open-indicator {
  border: 1px solid #cf2128;
}
.ie9 .n-form__select-open-indicator {
  display: none;
}
.n-form--dark-bg .n-form__select-input:focus ~ .n-form__select-open-indicator,
.n-form__select-input:focus ~ .n-form__select-open-indicator {
  border: 1px solid #000;
}
.n-form__select-input:disabled ~ .n-form__select-open-indicator,
.n-form__select:hover
  .n-form__select-input:disabled
  ~ .n-form__select-open-indicator {
  background: #b6d2f5;
  border-color: #b6d2f5;
  cursor: not-allowed;
}
.n-form--dark-bg
  .n-form__select-input:disabled
  ~ .n-form__select-open-indicator,
.n-form--dark-bg
  .n-form__select:hover
  .n-form__select-input:disabled
  ~ .n-form__select-open-indicator {
  background: #f2f2f2;
  border-color: #f7f7f7;
}
.n-form--dark-bg
  .n-form__select-input:disabled
  ~ .n-form__select-open-indicator
  .n-form__select-open-icon,
.n-form--dark-bg
  .n-form__select:hover
  .n-form__select-input:disabled
  ~ .n-form__select-open-indicator
  .n-form__select-open-icon {
  fill: #b6d2f5;
}
.n-form__select-open-icon {
  cursor: pointer;
  display: inline;
  fill: #fff;
  height: 18px;
  left: 17px;
  position: absolute;
  top: 15.5px;
  width: 18px;
}
.n-form--dark-bg .n-form__select-open-icon {
  fill: #0067c5;
}
.n-form__checkbox-group .n-form__checkbox {
  display: block;
  margin-bottom: 6px;
}
.n-form__checkbox-group.n-form__checkbox-group--horizontal .n-form__checkbox {
  display: inline-block;
  margin-right: 24px;
  vertical-align: middle;
}
.n-form__checkbox-group--scrollable {
  border: 1px solid #a6a8ab;
  border-radius: 3px;
  max-height: 180px;
  max-width: 530px;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding: 6px;
}
.n-form__checkbox-group--scrollable-parent {
  left: 8px;
  position: relative;
}
.n-form__radio-button-group .n-form__radio-button {
  display: block;
  margin-bottom: 6px;
}
.n-form__radio-button-group.n-form__radio-button-group--horizontal
  .n-form__radio-button {
  display: inline-block;
  margin-right: 24px;
  vertical-align: middle;
}
.n-form__fieldset {
  border: 1px solid #d0d2d3;
  border-radius: 3px;
  margin-bottom: 24px;
  padding: 24px;
}
.n-form--dark-bg .n-form__fieldset {
  border-color: #fff;
}
.n-form__legend {
  color: #686868;
  font-size: 24px;
}
.n-form--dark-bg .n-form__legend,
.n-form--dark-bg h2,
.n-hero--dark-bg .n-hero__content-subtitle,
.n-hero--dark-bg .n-hero__content-title,
.n-hero--dark-bg .n-paragraph-lead {
  color: #fff;
}
.n-form__microcopy--date-input-status-icon {
  display: none;
  height: 16px;
  position: relative;
  top: 2px;
  width: 16px;
}
.n-form__microcopy--date-input-status-icon.n-icon-circle-check-alt {
  fill: #454545;
}
.n-form__microcopy--date-input-status-icon.n-icon-circle-exclamation {
  fill: #cf2128;
}
.n-form__microcopy--date-input-error
  .n-form__microcopy--date-input-status-icon.n-icon-circle-exclamation,
.n-form__microcopy--date-input-valid
  .n-form__microcopy--date-input-status-icon.n-icon-circle-check-alt {
  display: inline;
}
.n-hero {
  overflow: hidden;
  position: relative;
}
.n-hero picture {
  display: block;
  height: 200px;
  width: 100%;
}
.n-hero .n-button__group {
  display: none;
}
.n-hero__image,
.n-hero__video {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.n-hero__video {
  display: block;
}
.n-hero__content {
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: calc(50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.n-hero-align--center {
  text-align: center;
}
.n-hero-mask--50::after {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(0, 119, 191, 0.5) 100%
  );
  content: "";
  display: block;
  height: 150px;
  margin-top: -154px;
  position: relative;
  width: 100%;
}
.n-hero__content-title {
  font-size: 30px;
  line-height: 1.25;
}
.n-hero__content-subtitle {
  font-size: 18px;
  line-height: 1.33333;
  display: none;
  margin-bottom: 12px;
}
.n-paragraph-lead {
  font-size: 24px;
  line-height: 1.5;
  display: none;
  margin-bottom: 24px;
}
@media (max-width: 48em) {
  .n-hero__button-group {
    display: block;
    padding: 24px;
  }
  .n-hero__button-group.n-hero__button-group-background-neutral-10 {
    background: #d9d9d6;
  }
  .n-hero__button-group.n-hero__button-group-background-neutral-60 {
    background: #454545;
  }
  .n-hero__button-group.n-hero__button-group-background-accent {
    background: #002855;
  }
  .n-hero__button-group .n-button__group {
    text-align: center;
  }
  .n-hero__button-group .n-button__group .button:first-child {
    margin-right: 12px;
  }
}
@media (min-width: 48em) {
  .n-hero picture,
  .n-hero__image,
  .n-hero__video {
    height: 284px;
  }
  .n-hero .n-button__group,
  .n-paragraph-lead {
    display: block;
  }
  .n-hero__content-title {
    font-size: 38px;
    line-height: 1.26316;
    margin-bottom: 12px;
  }
  .n-hero__content-subtitle {
    margin-left: 9.16667%;
    margin-right: 9.16667%;
    display: block;
    font-size: 24px;
    line-height: 1.3333;
  }
  .n-hero__button-group {
    display: none;
  }
}
@media (min-width: 64em) {
  .n-hero picture,
  .n-hero__image,
  .n-hero__video {
    height: 340px;
  }
  .n-hero__content-title {
    font-size: 48px;
    line-height: 1;
  }
  .n-hero__content-subtitle {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (min-width: 87.125em) {
  .n-hero__content-subtitle {
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
}
.n-icon-legend {
  list-style: none;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 12px;
}
.n-icon-legend__icon {
  fill: #0067c5;
  height: 10px;
  width: 10px;
}
.n-icon-legend__list-item {
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 12px;
}
.n-icon-legend__icon--completed-indicator {
  fill: #454545;
}
.n-icon-legend__icon--rejected-indicator {
  fill: #cf2128;
}
.n-link-list {
  list-style: none;
  margin-bottom: 24px;
}
.n-link-list__item {
  margin-bottom: 12px;
}
.n-link-list__link {
  font-size: 14px;
  line-height: 1.71429;
}
.n-link-list--v2 .n-link-list__link {
  margin-left: 6px;
}
.n-menu__list-header-text + .n-menu__list,
.n-menu__list-item:not(.n-menu__list-item--level-1) .n-menu__link {
  margin-left: 12px;
}
.n-link-list__direction-icon {
  fill: #8d8d8d;
  height: 10px;
  width: 10px;
}
.n-link-list__pdf-icon {
  fill: silver;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}
.n-menu {
  background: #fff;
  border-bottom: solid 4px #0067c5;
  display: none;
  min-width: 230px;
  position: absolute;
  z-index: 200;
}
.n-component-example .n-menu,
.n-messaging {
  position: relative;
}
.n-menu.n-menu--is-active {
  display: inline-block;
}
.n-menu.n-menu--is-active.n-menu--is-truncated,
.n-menu.n-menu--is-truncated {
  display: none;
}
.n-menu--empty {
  max-width: 960px;
}
.n-menu--empty img {
  max-width: 100%;
  min-width: 768px;
}
.n-menu__list {
  display: table;
  list-style: none;
}
.n-menu__list-item--level-1:last-child {
  padding-bottom: 24px;
}
.n-menu__list-item--level-1 > .n-menu__link {
  font-size: 16px;
}
.n-menu__link {
  color: #848484;
  display: block;
  font-size: 12px;
  padding: 6px 24px;
}
.n-menu__link:hover {
  color: #0067c5;
}
.n-menu__header-link,
.n-menu__header-text {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial,
    sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #454545;
  display: block;
  font-size: 12px;
  padding: 6px 24px;
  text-transform: uppercase;
}
.n-off-canvas-menu__global-navigation-list-header,
.n-off-canvas-menu__property-navigation-link {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
.n-off-canvas-menu__property-navigation-link:hover,
.n-property-bar__menu-toggle-link:hover,
.n-property-bar__narrow-actions-link:hover,
.n-property-bar__property-link:hover,
.n-property-bar__social-link:hover,
.n-property-navigation-bar__nav-link,
.n-property-navigation-bar__utils-link,
.n-search-filter__link:hover,
.n-search-filter__panel-close-link:hover {
  text-decoration: none;
}
.n-menu__list-section {
  display: table-cell;
  min-width: 230px;
  vertical-align: top;
}
.n-menu__list-section + .n-menu__list-section {
  border-left: solid 1px #f2f2f2;
}
.n-menu--is-narrow
  .n-menu__list-section:first-child:nth-last-child(4):nth-child(3),
.n-menu--is-narrow
  .n-menu__list-section:first-child:nth-last-child(4)
  ~ li:nth-child(3),
.n-menu--is-narrow
  .n-menu__list-section:first-child:nth-last-child(5):nth-child(4),
.n-menu--is-narrow
  .n-menu__list-section:first-child:nth-last-child(5)
  ~ li:nth-child(4) {
  border-left: 0;
}
.n-menu--v2 .n-menu__list-section,
.n-menu--v3 .n-menu__list-column {
  max-width: 250px;
}
.n-menu--v3.n-menu--is-narrow
  .n-menu__list-section:first-child:nth-last-child(2),
.n-menu--v3.n-menu--is-narrow
  .n-menu__list-section:first-child:nth-last-child(2)
  ~ li {
  display: inline-block;
  max-width: none;
  width: 100%;
}
.n-menu--v3.n-menu--is-narrow
  .n-menu__list-section:first-child:nth-last-child(2):nth-child(2),
.n-menu--v3.n-menu--is-narrow
  .n-menu__list-section:first-child:nth-last-child(2)
  ~ li:nth-child(2) {
  border-top: solid 1px #f2f2f2;
}
.n-menu--v3.n-menu--is-narrow .n-menu__list-header {
  border-top: 0;
  display: inline-block;
  vertical-align: top;
}
.n-menu--is-narrow
  .n-menu__list-section:first-child:nth-last-child(4):nth-child(3),
.n-menu--is-narrow
  .n-menu__list-section:first-child:nth-last-child(4):nth-child(4),
.n-menu--is-narrow
  .n-menu__list-section:first-child:nth-last-child(4)
  ~ li:nth-child(3),
.n-menu--is-narrow
  .n-menu__list-section:first-child:nth-last-child(4)
  ~ li:nth-child(4),
.n-menu__list-header + .n-menu__list-header {
  border-top: solid 1px #f2f2f2;
}
.n-menu--is-narrow {
  width: 100%;
}
.n-menu--is-narrow .n-menu__list {
  display: block;
  font-size: 0;
}
.n-menu--is-narrow .n-menu__list-section:first-child:nth-last-child(4),
.n-menu--is-narrow .n-menu__list-section:first-child:nth-last-child(4) ~ li {
  display: inline-block;
  max-width: none;
  width: 50%;
}
.n-menu--is-narrow .n-menu__list-section:first-child:nth-last-child(5),
.n-menu--is-narrow .n-menu__list-section:first-child:nth-last-child(5) ~ li {
  display: inline-block;
  max-width: none;
  width: 33%;
}
.n-menu--is-narrow
  .n-menu__list-section:first-child:nth-last-child(5):nth-child(4),
.n-menu--is-narrow
  .n-menu__list-section:first-child:nth-last-child(5):nth-child(5),
.n-menu--is-narrow
  .n-menu__list-section:first-child:nth-last-child(5)
  ~ li:nth-child(4),
.n-menu--is-narrow
  .n-menu__list-section:first-child:nth-last-child(5)
  ~ li:nth-child(5) {
  border-top: solid 1px #f2f2f2;
  width: 50%;
}
.n-menu__list-column {
  display: table-cell;
  min-width: 230px;
  vertical-align: top;
}
.n-menu__list-header-text {
  color: #848484;
  display: block;
  font-size: 16px;
  padding: 24px 24px 12px;
}
.n-menu--v1 .n-menu__list-item--level-1:first-child,
.n-menu--v2 .n-menu__list-item--level-1:first-child {
  padding-top: 24px;
}
.n-messaging {
  margin-bottom: 24px;
}
.n-messaging:after,
.n-messaging:before {
  content: " ";
  display: table;
}
.n-messaging__message {
  line-height: 20px;
  padding-left: 24px;
}
.n-messaging--on-dark-bg .n-messaging__message {
  color: #fff;
}
.n-messaging__icon {
  fill: #0067c5;
  height: 16px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 16px;
}
.n-messaging--on-dark-bg .n-messaging__icon {
  fill: #fff;
}
.n-messaging__metadata {
  color: #a4a4a4;
  font-size: 12px;
  line-height: 12px;
  margin-top: 0;
  padding-left: 24px;
}
.n-messaging--information__metadata .n-messaging__message {
  color: #0067c5;
  margin-bottom: 4px;
}
.n-messaging--success .n-messaging__message {
  color: #454545;
}
.n-messaging--success .n-messaging__icon {
  fill: #454545;
}
.n-messaging--warning .n-messaging__icon {
  fill: #d76b00;
}
.n-messaging--error {
  background-color: #fcc;
  border: 1px solid #cf2128;
  padding: 20px;
}
.n-messaging--error .n-messaging__message {
  color: #cf2128;
  margin-bottom: 0;
}
.n-messaging--error .n-messaging__icon {
  fill: #cf2128;
  left: 20px;
  top: 20px;
}
.n-messaging--login {
  background-color: #0067c5;
  border: 1px solid #d9d9d6;
  padding: 20px;
}
.n-messaging--login .n-messaging__message {
  color: #fff;
  display: inline-block;
  float: left;
  margin-bottom: 0;
  max-width: 50%;
}
.n-messaging--login .n-messaging__icon {
  fill: #fff;
  left: 20px;
  top: 20px;
}
.n-messaging--login .button {
  clear: none;
  float: right;
  margin: 1%;
}
@media screen and (max-width: 64em) {
  .n-messaging--login .button {
    clear: both;
    margin: 1%;
  }
}
@media screen and (max-width: 26.25em) {
  .n-messaging--login .button {
    float: left;
    margin-top: 2%;
  }
}
.n-off-canvas-menu {
  position: relative;
  width: 100%;
}
.n-off-canvas-menu.n-off-canvas-menu--open {
  height: 100vh;
  overflow: hidden;
}
.n-off-canvas-menu .n-property-navigation-bar__utils-link--off-canvas {
  border-bottom: 1px solid #d9d9d6;
  padding: 20px 40px 20px 20px;
}
.n-off-canvas-menu .n-globe__icon--off-canvas {
  left: 30px;
  top: -10px;
}
.n-off-canvas-menu__content-wrap {
  background: #fff;
  left: 0;
  position: relative;
  transition: left 0.4s ease;
  z-index: 10;
}
.n-off-canvas-menu__content-wrap.n-off-canvas-menu--open {
  border-left: solid 1px #d9d9d6;
  left: 270px;
  position: fixed;
}
.n-off-canvas-menu__property-title {
  border-bottom: solid 1px #d9d9d6;
  background: #fff;
  color: #0067c5;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
  padding: 20px;
}
.n-off-canvas-menu__property-navigation-link {
  border-bottom: solid 1px #d9d9d6;
  color: #454545;
  display: block;
  padding: 20px 40px 20px 20px;
  position: relative;
}
.n-off-canvas-menu__property-navigation-list-item:last-child
  .n-off-canvas-menu__property-navigation-link {
  border-bottom: 0;
}
.n-off-canvas-menu__property-navigation-list-item--menu-open
  .n-off-canvas-menu__property-navigation-link {
  border-bottom: 0;
  color: #454545;
}
.n-off-canvas-menu__property-navigation-list-item--menu-open
  .n-off-canvas-menu__property-navigation-link:hover {
  color: #454545;
}
.n-off-canvas-menu__property-navigation-link-icon {
  fill: #454545;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
}
.n-off-canvas-menu__property-navigation-link:hover
  .n-off-canvas-menu__property-navigation-link-icon {
  fill: #454545;
}
.n-off-canvas-menu__property-navigation-list-item--menu-open
  .n-off-canvas-menu__property-navigation-link-icon {
  fill: #454545;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.n-off-canvas-menu__menu {
  background: #53565a;
  height: 100vh;
  left: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding-bottom: 24px;
  position: absolute;
  top: auto;
  width: 270px;
  z-index: 1;
}
.n-off-canvas-menu__utils-image,
.n-off-canvas-menu__utils-link-icon {
  height: 18px;
  left: 20px;
  top: 12px;
  width: 18px;
  position: absolute;
}
.n-off-canvas-menu__menu-inner {
  width: 100%;
}
.n-off-canvas-menu__property-navigation-list {
  list-style: none;
  background: #f2f2f2;
}
.n-off-canvas-menu__global-navigation-list {
  list-style: none;
  color: #fff;
  font-size: 16px;
  padding: 30px 0 0;
}
.n-off-canvas-menu__global-navigation-list-header {
  padding: 12px 20px;
}
.n-off-canvas-menu__global-navigation-link {
  color: #fff;
  display: block;
  padding: 12px 20px;
}
.n-off-canvas-menu__global-navigation-link:hover {
  color: #f2f2f2;
}
.n-off-canvas-menu__child-menu {
  border-bottom: solid 1px #d9d9d6;
  background: #fff;
  display: none;
}
.n-off-canvas-menu__child-menu img {
  display: block;
}
.n-off-canvas-menu__child-menu > .n-menu__list {
  padding: 24px 0;
}
.n-off-canvas-menu__property-navigation-list-item--menu-open
  .n-off-canvas-menu__child-menu {
  display: block;
}
.n-off-canvas-menu__child-menu .n-menu__list,
.n-off-canvas-menu__child-menu .n-menu__list-section {
  border: 0;
  display: block;
}
.n-off-canvas-menu__child-menu .n-menu__list-item--level-1:last-child {
  padding-bottom: 0;
}
.n-off-canvas-menu__child-menu .n-menu__list-item--level-1 > .n-menu__link {
  font-size: 16px;
}
.n-off-canvas-menu__child-menu .n-menu__link {
  font-size: 16px;
  padding: 12px 20px;
}
.n-off-canvas-menu__utils-list {
  list-style: none;
  background: #f2f2f2;
  border-top: solid 1px #d9d9d6;
  padding-bottom: 30px;
  padding-top: 30px;
}
.n-off-canvas-menu__utils-link {
  color: #686868;
  display: block;
  padding: 20px 40px 20px 20px;
  position: relative;
}
.n-off-canvas-menu__utils-link-icon {
  fill: #a4a4a4;
}
.n-off-canvas-menu__utils-image.n-off-canvas-menu__utils-image--language-selector {
  width: auto;
}
.n-off-canvas-menu__utils-link-notification-count {
  background: #454545;
  border-radius: 12px;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  min-width: 24px;
  padding: 0 3px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 9.5px;
}
.n-off-canvas-menu__utils-icon-link,
.n-off-canvas-menu__utils-image-link {
  padding-left: 50px;
}
.n-off-canvas-menu__utils-notification-link {
  padding-right: 50px;
}
@media screen and (min-width: 48em) {
  .n-off-canvas-menu.n-off-canvas-menu--open {
    height: auto;
  }
  .n-off-canvas-menu__menu {
    display: none;
  }
  .n-off-canvas-menu__content-wrap {
    position: static;
  }
}
h1 {
  margin-bottom: 24px;
}
.n-page-header__heading {
  color: #454545;
  font-size: 28px;
  max-width: 960px;
}
.n-page-header__heading.n-page-header--on-dark-bg {
  color: #fff;
}
.n-page-header--is-alt-color .n-page-header__heading {
  color: #454545;
}
.n-page-header--v2 .n-page-header__heading {
  color: #0067c5;
  font-size: 32px;
}
.n-page-header__date,
.n-page-header__pre-heading {
  font-style: normal;
  color: #686868;
  margin-bottom: 6px;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
}
.n-page-header__pre-heading {
  font-weight: 200;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
}
.n-page-header--v3 {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
}
.n-page-header__img {
  margin-right: 24px;
}
.n-page-header__body {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.n-page-header__link--author {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 6px;
}
.n-page-header__date {
  font-weight: 300;
  display: block;
}
.n-page-header__link--options {
  display: block;
  font-size: 16px;
}
.n-page-header__link--options .n-dropdown-menu__trigger-icon {
  top: 2px;
}
.n-page-header__link-icon {
  display: inline-block;
  fill: #0067c5;
  height: 12px;
  margin-right: 6px;
  position: relative;
  top: 1px;
  width: 12px;
}
.n-page-header--v4 {
  margin-bottom: 24px;
  padding-top: 12px;
  position: relative;
}
.n-page-header--v4:before {
  background: #f7f7f7;
  content: "";
  height: 240px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.n-page-header--v4 .n-page-header__heading {
  color: #454545;
  position: relative;
}
.n-page-header__inner {
  margin: 0 auto;
  max-width: 87.125em;
  padding: 0 12px;
}
@media screen and (min-width: 48em) {
  .n-page-header__heading {
    font-size: 48px;
  }
  .n-page-header--v3 .n-page-header__heading {
    font-size: 32px;
  }
  .n-page-header__link--options {
    display: inline;
    float: right;
  }
  .n-page-header__date {
    display: inline;
  }
  .n-page-header--v4 {
    padding-top: 24px;
  }
}
.n-pagination {
  margin-bottom: 24px;
}
.n-pagination__list {
  display: inline-block;
  font-size: 0;
  list-style: none;
}
.n-pagination__list-item {
  display: inline-block;
  font-size: 16px;
}
.n-pagination__link {
  display: block;
  font-size: 16px;
  padding: 0 6px;
}
.n-pagination__list-item:first-child .n-pagination__link {
  padding-left: 0;
}
.n-pagination__list-item:last-child .n-pagination__link {
  padding-right: 0;
}
.n-pagination__link--active,
.n-pagination__link--active:hover {
  color: #454545;
}
.n-pagination__icon {
  fill: #848484;
  height: 14px;
  position: relative;
  top: 1px;
  width: 14px;
}
.n-pagination__link:hover .n-pagination__icon {
  fill: #454545;
}
.n-pagination--text-only .n-pagination__link--prev .n-pagination__icon {
  margin-right: 6px;
}
.n-pagination--text-only .n-pagination__link--next .n-pagination__icon {
  margin-left: 6px;
}
.n-pagination--text-only .n-pagination__icon--double-chevron-first {
  margin-right: -6px;
}
.n-pagination--text-only .n-pagination__icon--double-chevron-second {
  margin-right: 6px;
}
.n-property-bar {
  background: #f7f7f7;
  border-bottom: solid 1px #d9d9d6;
  position: relative;
}
.n-property-bar[data-ntap-ui="sticky-nav"] {
  transition: all 0.3s ease-in-out;
}
.n-property-bar__inner-wrap {
  max-width: 87.125em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.n-property-bar__inner-wrap:after {
  content: " ";
  display: block;
  clear: both;
}
.n-property-bar__property-mark {
  float: left;
  margin-right: 6px;
  padding-top: 6px;
}
.n-property-bar__property-link {
  display: inline-block;
}
.n-property-bar__search,
.n-property-bar__utils {
  display: none;
}
.n-property-bar__logo {
  position: relative;
  top: 3px;
}
.n-property-bar__property-mark--has-property-name .n-property-bar__logo {
  display: inline-block;
  margin-right: 6px;
  padding-right: 6px;
  width: auto;
}
.n-property-bar__property-mark--has-property-name .n-property-bar__logo:after {
  background: #d9d9d6;
  content: "";
  height: 22px;
  position: absolute;
  right: -4px;
  top: -3px;
  width: 1px;
}
.n-property-bar__netapp-mark-icon {
  display: none;
  fill: black;
  height: 20px;
  width: 20px;
}
.n-property-bar__property-mark--has-property-name
  .n-property-bar__netapp-mark-icon {
  display: inline-block;
  position: relative;
  top: -3px;
  vertical-align: top;
}
.n-property-bar__property-mark--has-property-name .n-property-bar__logo-svg {
  display: none;
}
.n-property-bar__property-name {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-style: normal;
  color: black;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  top: 2px;
  vertical-align: top;
}
.n-property-bar__social-link-text,
.n-property-navigation-bar__nav-link {
  font-weight: 500;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.n-property-bar__logo-svg {
  display: inline-block;
  height: 18px;
  width: 100px;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 2px solid black;
}
.n-property-bar__menu-toggle {
  float: left;
  margin-right: 6px;
}
.n-property-bar__menu-toggle-link {
  color: #686868;
  display: block;
  font-size: 12px;
  padding: 6px 12px;
  text-transform: uppercase;
}
.n-off-canvas-menu--open .n-property-bar__menu-toggle-link,
.n-off-canvas__wrapper-open .n-property-bar__menu-toggle-link {
  background: #d9d9d6;
}
.n-property-bar__menu-toggle-text {
  display: inline-block;
  vertical-align: middle;
}
.n-property-bar__menu-toggle-icon {
  display: inline-block;
  fill: #454545;
  height: 20px;
  position: relative;
  width: 20px;
}
.n-property-bar__social {
  display: none;
  float: left;
  margin-right: 24px;
  height: 40px;
  padding-top: 6px;
}
.n-property-bar__social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.n-property-bar__social-list-item {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.n-property-bar__social-link {
  display: block;
}
.n-property-bar__social-link:hover .n-property-bar__social-link-text {
  color: #454545;
}
.n-property-bar__social-link-text {
  font-size: 14px;
  line-height: 2.5;
  color: #454545;
  text-transform: uppercase;
}
.n-icon__property-bar-social {
  fill: #53565a;
  height: 20px;
  width: 20px;
}
.n-icon__property-bar-social:hover {
  fill: #454545;
}
.n-property-bar__narrow-actions {
  float: right;
  padding: 6px 0px;
}
.n-property-bar__narrow-actions-list {
  font-size: 0;
  height: inherit;
}
.n-property-bar__narrow-actions-list-item {
  display: inline-block;
  font-size: 0;
  height: inherit;
  vertical-align: middle;
}
.n-property-bar__narrow-actions-link {
  color: #686868;
  display: block;
  font-size: 12px;
  height: inherit;
  text-decoration: none;
}
.n-property-bar__narrow-actions-link:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.n-property-bar__narrow-actions-link-text {
  display: inline-block;
  vertical-align: middle;
}
.n-property-bar__narrow-actions-search-icon {
  display: inline-block;
  fill: #686868;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}
.n-property-bar__narrow-action-search-form {
  background: #d9d9d6;
  display: none;
  left: 0;
  padding: 6px;
  position: absolute;
  text-align: right;
  top: 100%;
  width: 100%;
  z-index: 200;
}
.n-property-bar--narrow-search-form-visible
  .n-property-bar__narrow-action-search-form,
.n-property-bar__narrow-action-search-form.n-property-bar--narrow-search-form-visible {
  display: block;
}
.n-property-bar__narrow-action-search-form .n-search-form__input {
  border-radius: 6px;
  padding-right: 50px;
  width: 100%;
}
.n-property-bar__narrow-action-search-form .n-search-form__button {
  position: absolute;
  right: 6px;
}
.n-property-bar__cta {
  float: left;
  position: absolute;
  margin-right: 24px;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
}
.n-sticky-nav .n-property-bar__cta {
  position: relative;
}
@media (min-width: 48em) {
  .n-property-bar {
    border-bottom: 0;
    padding: 24px 0;
  }
 
  .n-property-bar__narrow-action-search-form.n-property-bar--narrow-search-form-visible {
    display: none;
  }
  .n-property-bar__toolbar {
    float: right;
  }
  .n-property-bar__search {
    display: block;
    text-align: right;
  }
  .n-property-bar__toolbar .n-property-bar__search {
    float: left;
  }
  .n-property-bar__utils {
    display: inline-block;
    margin-left: 12px;
  }
  .n-property-bar__logo:after,
  .n-property-bar__property-mark--has-property-name
    .n-property-bar__netapp-mark-icon {
    display: none;
  }
  .n-property-bar__utils-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .n-property-bar__utils-link {
    line-height: 2.2;
  }
  .n-property-bar__property-name {
    font-size: 26px;
  }
  .n-property-bar .n-property-bar__property-name {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .n-property-bar__property-mark--has-property-name .n-property-bar__logo {
    display: block;
    padding-right: 0;
    position: relative;
    top: -2px;
    vertical-align: middle;
  }
  .n-property-bar__property-mark--has-property-name .n-property-bar__logo-svg {
    display: inline-block;
  }
  .n-property-bar--narrow-search-form-visible
    .n-property-bar__narrow-action-search-form,
  .n-property-bar__menu-toggle,
  .n-property-bar__narrow-actions {
    display: none;
  }
  .n-property-bar__logo-svg,
  .n-property-bar__property-mark--has-property-name .n-property-bar__logo {
    height: 29px;
    width: 160px;
  }
  .n-property-bar--v3 .n-property-bar,
  .n-property-bar--v6 .n-property-bar {
    padding-top: 12px;
  }
  .n-property-bar--v3 .n-property-bar__property-mark--has-property-name,
  .n-property-bar--v6 .n-property-bar__property-mark--has-property-name {
    vertical-align: middle;
  }
  .n-property-bar--v3
    .n-property-bar__property-mark--has-property-name
    .n-property-bar__logo,
  .n-property-bar--v6
    .n-property-bar__property-mark--has-property-name
    .n-property-bar__logo {
    display: inline-block;
    margin-right: 12px;
  }
  .n-property-bar--v3 .n-property-bar__property-name,
  .n-property-bar--v6 .n-property-bar__property-name {
    position: relative;
    top: -2px;
  }
}
@media (min-width: 64em) {
  .n-property-bar__property-mark--has-property-name {
    padding-top: 0;
    vertical-align: middle;
  }
  .n-property-bar__property-mark--has-property-name .n-property-bar__logo {
    display: inline-block;
    margin-right: 12px;
  }
  .n-property-bar__property-name {
    position: relative;
    top: -2px;
  }
}
@media (min-width: 68.75em) {
  .n-property-bar__social {
    display: inline-block;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 0.3s;
    visibility: visible;
  }
  .n-property-bar.n-sticky-nav {
    background: rgba(247, 247, 247, 0.9);
    border-bottom: 1px solid #d9d9d6;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
  }
  .n-property-bar.n-sticky-nav .n-property-bar__social {
    opacity: 0;
    transition: visibility 0s linear 0s, opacity 0.3s;
    visibility: hidden;
  }
  .n-property-bar.n-sticky-nav .n-property-bar__cta {
    -webkit-animation: bounceInDown 0.85s 0.5s both;
    animation: bounceInDown 0.85s 0.5s both;
  }
}
.n-property-navigation-bar {
  background: #f7f7f7;
  display: none;
  height: 40px;
  padding-bottom: 48px;
}
.n-property-navigation-bar__inner-wrap {
  display: table;
  height: inherit;
  margin: 0 auto;
  width: 100%;
}
.n-property-navigation-bar__nav {
  display: table-cell;
  height: inherit;
}
.n-property-navigation-bar__nav-list {
  font-size: 0;
  height: inherit;
  white-space: nowrap;
}
.n-property-navigation-bar__nav-list-item {
  display: inline-block;
  height: inherit;
}
.n-property-navigation-bar__nav-list-item.n-property-navigation-bar__nav-list-item--truncated {
  display: none;
}
.n-property-navigation-bar__nav-link {
  color: #454545;
  display: block;
  height: inherit;
  padding: 0 6px;
}
.n-property-navigation-bar__nav-link--is-active,
.n-property-navigation-bar__nav-link--is-active.n-property-navigation-bar__utils-image-link:hover,
.n-property-navigation-bar__nav-link--is-active.n-property-navigation-bar__utils-link,
.n-property-navigation-bar__nav-link--is-active:hover,
.n-property-navigation-bar__nav-link:hover {
  color: #0067c5;
}
.n-property-navigation-bar__nav-link:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.n-property-navigation-bar__nav-link.n-property-navigation-bar__nav-link--current {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: black;
}
.n-property-navigation-bar__nav-link-text {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: middle;
}
.n-property-navigation-bar__more-item {
  display: none;
}
.n-property-navigation-bar--more-item-visible
  .n-property-navigation-bar__more-item {
  display: inline-block;
}
.n-property-navigation-bar__menu-indicator {
  display: inline-block;
  fill: #53565a;
  height: 10px;
  margin-left: 6px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 10px;
}
.n-property-navigation-bar__nav-link--current
  .n-property-navigation-bar__menu-indicator,
.n-property-navigation-bar__nav-link:hover
  .n-property-navigation-bar__menu-indicator,
.n-property-navigation-bar__utils-link:hover
  .n-property-navigation-bar__menu-indicator {
  fill: #0067c5;
}
.n-property-navigation-bar__nav-link--is-active
  .n-property-navigation-bar__menu-indicator {
  fill: #0067c5;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.n-property-navigation-bar__menu--more-menu {
  padding-top: 24px;
}
.n-property-navigation-bar__menu--more-menu .n-menu__list-item {
  display: none;
}
.n-property-navigation-bar__menu--more-menu
  .n-menu__list-item.n-menu__list-item--is-visible {
  display: block;
}
.n-property-navigation-bar__utils {
  display: table-cell;
  font-size: 0;
  height: inherit;
  text-align: right;
}
.n-property-navigation-bar__utils-list {
  font-size: 0;
  height: inherit;
  white-space: nowrap;
}
.n-property-navigation-bar__utils-list-item {
  display: inline-block;
  height: inherit;
  min-width: 44px;
}
.n-property-navigation-bar__utils-link {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #454545;
  display: block;
  height: inherit;
  padding: 0 6px;
  position: relative;
}
.n-property-navigation-bar__utils-link:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.n-property-navigation-bar__utils-link-text {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: middle;
}
.n-property-navigation-bar__utils-link-icon {
  display: inline-block;
  fill: #a4a4a4;
  height: 18px;
  vertical-align: middle;
  width: 18px;
}
.n-property-navigation-bar__nav-link--is-active
  .n-property-navigation-bar__utils-link-icon,
.n-property-navigation-bar__utils-link:hover
  .n-property-navigation-bar__utils-link-icon {
  fill: #848484;
}
.n-property-navigation-bar__utils-image {
  display: inline-block;
  vertical-align: middle;
}
.n-property-navigation-bar__utils-link-notification-count {
  background: #454545;
  border-radius: 9px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  left: -6px;
  line-height: 18px;
  margin-right: -6px;
  min-width: 18px;
  padding: 0 3px;
  position: relative;
  text-align: center;
  top: -6px;
}
.n-property-navigation-bar__utils-image-link:hover {
  background: #d9d9d6;
}
.n-property-navigation-bar__language-selector-image {
  margin-left: 6px;
}
.n-language-selector-menu__title {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #454545;
  font-size: 20px;
}
.n-search-filter__list-item--active .n-search-filter__link,
.n-search-form__input {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial,
    sans-serif;
}
.n-language-selector-menu__header {
  border-bottom: solid 1px #f2f2f2;
  margin: 24px;
  padding-bottom: 24px;
  position: relative;
}
.n-language-selector-menu__remember-checkbox {
  position: absolute;
  right: 0;
  top: 4px;
}
.n-language-selector-menu .menu__footer {
  padding: 20px;
}
.n-globe__icon {
  display: inline;
  fill: #454545;
  height: 20px;
  left: 12px;
  margin-right: 6px;
  position: absolute;
  top: 10px;
  vertical-align: middle;
  width: 20px;
}
.n-globe__icon:hover {
  fill: #454545;
}
.n-property-navigation-bar__menus {
  display: block;
}
@media screen and (min-width: 48em) {
  .n-property-navigation-bar {
    display: block;
    width: 100%;
  }
  .n-property-navigation-bar__nav-link,
  .n-property-navigation-bar__utils-link {
    padding: 0 12px;
  }
}
.n-rating,
.n-rating__stars {
  display: inline-block;
}
.n-rating__stars {
  font-size: 0;
  white-space: nowrap;
}
.n-rating__star {
  fill: #a4a4a4;
  height: 16px;
  width: 16px;
}
.n-rating--interactive .n-rating__star-link:hover .n-rating__star,
.n-rating--interactive
  .n-rating__star-link:hover
  ~ .n-rating__star-link
  .n-rating__star,
.n-rating__star--active {
  fill: #ee6023;
}
.n-rating__count {
  font-size: 16px;
  padding-left: 6px;
}
.n-rating__label {
  font-size: 16px;
  padding-right: 6px;
}
.n-rating--interactive .n-rating__stars {
  direction: rtl;
  position: relative;
  top: 1px;
}
.n-related {
  background-color: #f7f7f7;
  border-bottom: 6px solid #d9d9d6;
  margin-bottom: 24px;
  padding: 45px 45px 16px;
}
.n-related:after,
.n-related:before {
  content: " ";
  display: table;
}
.n-related:after {
  clear: both;
}
.n-related [class^="n-icon-doc-"] {
  fill: #a4a4a4;
  height: 20px;
  width: 20px;
}
.n-related li,
.n-related ol,
.n-related p {
  font-size: 16px;
  line-height: 1.45em;
}
.n-related__header {
  font-size: 24px;
  margin-bottom: 24px;
}
.n-related__subheader {
  color: #848484;
  font-size: 14px;
  margin-bottom: 12px;
  margin-top: -12px;
  text-transform: uppercase;
}
.n-related__list-item {
  font-size: 16px;
  margin-bottom: 12px;
}
.n-related__list-item-icon {
  display: inline;
  fill: #848484;
  height: 12px;
  width: 12px;
}
.n-related-icon-list .n-related__list-item {
  padding-left: 24px;
  position: relative;
}
.n-related-icon-list .n-related__list-item-icon {
  left: 0;
  position: absolute;
  top: 3px;
}
.n-related__icon-danger {
  fill: #cf2128;
}
.n-related__icon-green {
  fill: #454545;
}
.n-related-authors .n-related__list-item {
  margin-bottom: 32px;
  position: relative;
}
.n-related__author {
  display: block;
  padding-left: 50px;
  padding-right: 36px;
}
.n-related__author-photo {
  height: 36px;
  left: 0;
  position: absolute;
  top: -7px;
  width: 36px;
}
.n-related__author-count {
  position: absolute;
  right: 0;
  top: 0;
}
.n-related__view-all {
  display: block;
  margin-bottom: 24px;
  text-align: right;
}
.n-rich-text-editor__heading {
  margin-top: 6px;
}
.n-rich-text-editor__subject-bg {
  padding: 2% 0;
}
.n-rich-text-editor__body,
.n-rich-text-editor__subject-heading {
  color: #454545;
  font-weight: 700;
  margin: 1% 0;
  text-transform: uppercase;
}
.n-rich-text-editor__subject {
  display: inline;
}
.n-rich-text-editor__body {
  display: block;
  margin-left: 2%;
}
.n-rich-text-editor__subject-field {
  display: block;
  font-size: 16px;
  margin-top: 6px;
  min-height: 30px;
  width: 100%;
}
.n-rich-text-editor__button {
  float: right;
  margin: 12px 1%;
}
.n-search-filter__list {
  font-size: 0;
  list-style: none;
  margin-bottom: 6px;
}
.n-search-filter__list-item {
  display: inline-block;
}
.n-search-filter__dropdown-menu {
  display: none;
}
.n-search-filter--is-narrow .n-search-filter__dropdown-menu {
  display: block;
}
.n-search-filter__panel-toggle-icon {
  fill: #0067c5;
  height: 16px;
  position: relative;
  top: 2px;
  width: 16px;
}
.n-search-filter__list-item--active .n-search-filter__panel-toggle-icon {
  fill: #a6a8ab;
}
.n-search-filter__link:hover .n-search-filter__panel-toggle-icon {
  fill: #454545;
}
.n-search-filter__link {
  color: #454545;
  display: block;
  font-size: 16px;
  margin-right: 12px;
  position: relative;
}
.n-search-filter--is-narrow .n-search-filter__link {
  display: none;
}
.n-search-filter__list-item--active .n-search-filter__link {
  font-weight: 700;
  font-style: normal;
}
.n-search-filter__list-item--active .n-search-filter__link:after {
  background: #0067c5;
  bottom: -8px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 201;
}
.n-search-filter__panel {
  border: 1px solid #f2f2f2;
  border-bottom: 5px solid #0067c5;
  display: none;
  padding: 24px;
  position: relative;
  width: 100%;
}
.n-search-filter__panel.n-search-filter__panel--active {
  display: block;
}
.n-search-filter__panel-close-link {
  color: #a6a8ab;
  font-size: 16px;
  position: absolute;
  right: 12px;
  top: 12px;
}
.n-search-filter--is-narrow .n-search-filter__panel-close-link {
  top: 6px;
}
.n-search-filter__panel-close-icon {
  fill: #a6a8ab;
  height: 11px;
  position: relative;
  top: 1px;
  width: 11px;
}
.n-search-filter__panel-close-link:hover .n-search-filter__panel-close-icon {
  fill: #454545;
}
.n-search-filter__refine-link,
.n-search-filter__refine-selected-filters {
  display: none;
}
.n-search-filter__refine-link {
  margin-bottom: 6px;
  margin-top: -12px;
}
.n-search-filter__refine-link-icon {
  fill: #0067c5;
  height: 10px;
  margin-left: 3px;
  position: relative;
  top: -1px;
  width: 10px;
}
:hover > .n-search-filter__refine-link-icon {
  fill: #454545;
}
.n-tag.n-search-filter__refine-tag {
  clear: left;
  display: block;
  float: left;
  font-size: 16px;
  margin-bottom: 6px;
  width: auto;
}
.n-tag.n-search-filter__refine-tag .n-tag__delete-icon {
  height: 12px;
  width: 12px;
}
.n-tag.n-search-filter__refine-tag-template {
  display: none;
}
.n-search-filter--is-narrow.n-search-filter--has-subfilters
  .n-search-filter__refine-link,
.n-search-filter--is-narrow.n-search-filter--has-subfilters
  .n-search-filter__refine-selected-filters {
  display: block;
}
.n-search-filter--is-narrow .n-search-filter-panels,
.n-search-filter--is-narrow.n-search-filter--show-refine-panel
  .n-search-filter__refine-link,
.n-search-filter--is-narrow.n-search-filter--show-refine-panel
  .n-search-filter__refine-selected-filters {
  display: none;
}
.n-search-filter--is-narrow.n-search-filter--show-refine-panel
  .n-search-filter-panels {
  display: block;
}
.n-search-form {
  font-size: 0;
  width: 100%;
}
.n-search-form__input {
  font-weight: 300;
  font-style: normal;
  background: #fff;
  border: 1px solid #a6a8ab;
  border-radius: 6px 0 0 6px;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  margin: 0;
  padding: 6px 12px;
  vertical-align: middle;
  width: 300px;
}
.n-section-nav__title,
.n-spotlight-module .button--inline-action,
.n-tabs--plain .n-tabs__label,
.n-tabs__label,
.n-tabs__more-menu-list-item,
.n-top-hat__link,
.n-top-hat__list-item-header,
.n-top-hat__profile-menu-username {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.n-search-form__input:focus {
  border-color: #000;
  outline: 0;
}
.n-search-form__button {
  background: black;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 40px;
  padding: 0;
  vertical-align: middle;
  width: 40px;
}
.n-search-form__button:hover {
  background: black;
}
.n-search-form__button:hover .n-search-form__button-icon {
  fill: #fff;
}
.n-search-form__button-text {
  display: block;
  text-indent: -10000px;
}
.n-search-form__button-icon {
  display: inline-block;
  fill: #fff;
  height: 18px;
  width: 18px;
}
.n-section-nav__column {
  display: inline-block;
  float: left;
  width: 50%;
}
.n-section-nav__content {
  margin-left: 40%;
}
.n-section-nav__thumb {
  float: left;
}
.n-section-nav__title {
  font-weight: 200;
  font-size: 24px;
  line-height: 43px;
}
.n-section-nav__summary {
  width: 80%;
}
.n-section-nav__link-list {
  list-style: none;
  padding-left: 0;
}
.n-section-nav__link-list-item {
  line-height: 1.7;
}
@media screen and (max-width: 64em) {
  .n-section-nav__content {
    margin-left: 56%;
  }
}
@media screen and (max-width: 48em) {
  .n-section-nav__thumb {
    float: left;
    margin-bottom: 0;
  }
  .n-section-nav__content {
    margin-left: 0;
  }
  .n-section-nav__summary {
    margin-top: 38%;
    width: 100%;
  }
  .n-section-nav__column {
    display: block;
    float: none;
    margin: 0 auto;
    padding-bottom: 4%;
    width: 68%;
  }
}
.n-share,
.n-sort {
  margin-bottom: 24px;
}
.n-share {
  font-size: 0;
  list-style: none;
}
.n-share__list-item {
  display: inline-block;
}
.n-share__list-item:first-child .n-share__link {
  padding-left: 0;
}
.n-share__list-item:last-child .n-share__link {
  padding-right: 0;
}
.n-share__link {
  display: block;
  padding: 6px;
}
.n-share__icon {
  fill: #848484;
  height: 18px;
  width: 18px;
}
.n-share__link:hover .n-share__icon {
  fill: #0067c5;
}
.n-share__text {
  display: inline-block;
  text-indent: -10000px;
}
.n-sort {
  border-bottom: solid 1px #d9d9d6;
  width: 100%;
}
.n-sort__link {
  color: #454545;
  padding-right: 24px;
}
.n-sort__link-icon {
  fill: #a4a4a4;
  height: 14px;
  width: 14px;
}
.n-sort__filter-label {
  margin-right: 6px;
}
.n-sort__dropdown-menu {
  text-align: left;
}
@media screen and (min-width: 48em) {
  .n-sort {
    display: table;
  }
  .n-sort__left,
  .n-sort__right {
    display: table-cell;
  }
  .n-sort__right {
    text-align: right;
  }
}
.n-spotlight-module {
  background-color: #f7f7f7;
  border-bottom: 10px solid #e4e4e4;
  margin-bottom: 24px;
}
.n-spotlight-module:hover {
  background-color: #fff;
  border-bottom: 10px solid #d9d9d6;
  cursor: pointer;
  text-decoration: none;
}
.n-spotlight-module:hover .button--inline-action {
  color: #002855;
}
.n-spotlight-module:hover .button__icon {
  fill: #002855;
}
.n-spotlight-module:hover a:hover {
  text-decoration: none;
}
.n-spotlight-module .button--inline-action {
  font-weight: 400;
  color: #0067c5;
  padding: 0 24px 24px;
  text-transform: uppercase;
}
.n-spotlight-module__image {
  display: block;
}
.n-spotlight-module__body {
  padding: 24px;
  text-align: left;
}
.n-spotlight-align--center,
.n-tabs__label {
  text-align: center;
}
.n-spotlight-module__title {
  font-size: 28px;
  line-height: 1.25;
  color: #3b3b3b;
  margin-bottom: 12px;
}
@media screen and (min-width: 48em) {
  .n-spotlight-module__title {
    font-size: 30px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 64em) {
  .n-spotlight-module__title {
    font-size: 28px;
    line-height: 1.25;
  }
}
.n-spotlight-module__text {
  margin-bottom: 24px;
}
@media (max-width: 48em) {
  .n-spotlight-module {
    display: block;
  }
}
@media (min-width: 27.5em) {
  .n-layout-flex .n-spotlight-module {
    max-width: 440px;
  }
}
@media (min-width: 48em) {
  .n-spotlight-module {
    margin-bottom: 0;
  }
  .n-layout-flex .n-spotlight-module {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .n-layout-flex .n-spotlight-module .button--inline-action {
    margin-top: auto;
  }
  .n-spotlight-align--center
    .n-layout-flex
    .n-spotlight-module
    .button--inline-action {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.n-tabs--large .n-tabs__label {
  line-height: 135px;
  min-height: 135px;
  min-width: 150px;
  padding: 0 30px;
}
.n-tabs--large .n-tabs__more-menu-label--selected:after,
.n-tabs--large .n-tabs__radio-input:checked + .n-tabs__label:after {
  opacity: 1;
  top: 90%;
}
.n-tabs--plain .n-tabs__label {
  font-weight: 200;
  color: black;
  font-size: 20px;
  line-height: 1em;
  min-height: 0;
  padding: 0 0 12px;
}
.n-tabs--plain .n-tabs__label:after {
  display: none;
}
.n-tabs--plain .n-tabs__radio-input:checked + .n-tabs__label {
  border-top: 2px solid #454545;
  border-left: 2px solid #454545;
  border-right: 2px solid #454545;
  border-bottom-color: white;
  color: black;
  background: white;
  padding: 0.5em;
  font-weight: bold;
}

.n-tabs--plain .n-tabs__radio-input + .n-tabs__label {
  border-bottom: 2px solid black;
}

@media screen and (max-width: 768px) {
  .n-tabs--plain .n-tabs__radio-input + .n-tabs__label {
    border-bottom: 2px solid black;
    width: 25%;
    font-size: 12px;
  }
}

.n-tabs--plain .n-tabs__label--more .n-tabs__label-text--more {
  color: #686868;
}
.n-tabs--plain .n-tabs__more-menu-label--selected {
  border-bottom-color: #0067c5;
}
.n-tabs--plain .n-tabs__more-menu-label--selected .n-tabs__label-text--more {
  color: #454545;
}
.n-tabs {
  box-sizing: border-box;
  margin-bottom: 40px;
  position: relative;
}
.n-tabs:after,
.n-tabs:before {
  content: " ";
  display: table;
}
.n-tabs:after {
  clear: both;
}
.n-tabs *,
.n-tabs :after,
.n-tabs :before {
  box-sizing: inherit;
}
.n-tabs__tab {
  display: inline;
  font-size: 0;
}
.n-tabs__label {
  font-weight: 500;
  background: white;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 77px;
  margin-right: 0;
  min-height: 77px;
  /* min-width: 40px; */
  padding: 0 48px;
  position: relative;
  vertical-align: bottom;
}
.n-tabs__label:after {
  background: 0 0;
  border-top-color: inherit;
  border-width: 24px 30px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
  position: absolute;
  right: 50%;
  top: 60%;
  transition: top 0.3s ease;
  width: 0;
  z-index: 1;
}
.n-tabs__tab:nth-child(1) .n-tabs__label,
.n-tabs__tab:nth-child(1n + 5) .n-tabs__label {
  color: #454545;
  padding: 0.5em;
}
.n-tabs__tab:nth-child(2) .n-tabs__label,
.n-tabs__tab:nth-child(2n + 5) .n-tabs__label {
  color: #454545;
  padding: 0.5em;
}
.n-tabs__tab:nth-child(3) .n-tabs__label,
.n-tabs__tab:nth-child(3n + 5) .n-tabs__label {
  color: #454545;
  padding: 0.5em;
}
.n-tabs__tab:nth-child(4) .n-tabs__label,
.n-tabs__tab:nth-child(4n + 5) .n-tabs__label {
  color: #454545;
  padding: 0.5em;
}
.n-tabs__tab:nth-child(5) .n-tabs__label,
.n-tabs__tab:nth-child(5n + 5) .n-tabs__label {
  color: #454545;
  padding: 0.5em;
}
.n-tabs__radio-input {
  clip: rect(0 0 0 0);
  opacity: 0;
  position: fixed;
  visibility: hidden;
}
.n-tabs__panel {
  display: inline-block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 0;
}
.n-tabs__content {
  background: #fff;
  border: 0 solid #000;
  display: block;
  float: left;
  font-size: 16px;
  padding: 24px;
  position: relative;
  top: 0;
  width: 100%;
}
.n-tabs__more-menu-label--selected:after,
.n-tabs__radio-input:checked + .n-tabs__label:after {
  opacity: 1;
  top: 80%;
}
.n-tabs__radio-input:checked ~ .n-tabs__panel {
  display: inline;
}
.n-tabs__tab:nth-child(1) .n-tabs__label--more,
.n-tabs__tab:nth-child(1n + 5) .n-tabs__label--more,
.n-tabs__tab:nth-child(2) .n-tabs__label--more,
.n-tabs__tab:nth-child(2n + 5) .n-tabs__label--more,
.n-tabs__tab:nth-child(3) .n-tabs__label--more,
.n-tabs__tab:nth-child(3n + 5) .n-tabs__label--more,
.n-tabs__tab:nth-child(4) .n-tabs__label--more,
.n-tabs__tab:nth-child(4n + 5) .n-tabs__label--more,
.n-tabs__tab:nth-child(5) .n-tabs__label--more,
.n-tabs__tab:nth-child(5n + 5) .n-tabs__label--more {
  background: #d9d9d6;
  border-top-color: #d9d9d6;
  color: #454545;
}
.n-tabs__label--more {
  display: none;
  position: relative;
}
.n-tabs__more-menu-label--visible .n-tabs__label--more {
  display: inline-block;
}
.n-tabs__more-menu {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: none;
  font-size: 16px;
  line-height: 28.8px;
  list-style: none;
  margin: 0;
  min-width: 220px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 70%;
  z-index: 200;
}
.n-tabs--more-menu-visible .n-tabs__more-menu {
  display: block;
}
.n-tabs__more-menu-list-item {
  font-weight: 300;
  color: #454545;
  cursor: pointer;
  display: none;
  padding: 6px 24px;
}
.n-tabs__more-menu-list-item:hover {
  color: #454545;
  text-decoration: underline;
}
.n-tabs__more-menu-list-item.n-tabs__more-menu-list-item--selected {
  color: #454545;
}
.n-tabs__more-menu-list-item.n-tabs__more-menu-list-item--visible {
  display: block;
}
.n-tabs__label--hidden {
  display: none;
}
.n-tabs__more-menu-icon {
  fill: #454545;
  height: 10px;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  width: 10px;
}
.n-tabs--more-menu-visible .n-tabs__more-menu-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.n-tabs--all-tabs-hidden {
  padding-top: 78px;
}
.n-tabs--all-tabs-hidden .n-tabs__tab--more .n-tabs__label--more,
.n-tabs--large.n-tabs--all-tabs-hidden .n-tabs__tab--more .n-tabs__label--more,
.n-tabs--plain.n-tabs--all-tabs-hidden .n-tabs__tab--more .n-tabs__label--more {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  background: 0 0;
  border: 0;
  bottom: auto;
  color: #0067c5;
  display: block;
  font-size: 16px;
  left: 0;
  line-height: 1.2em;
  padding: 12px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
}
.n-tabs--all-tabs-hidden
  .n-tabs__tab--more
  .n-tabs__label--more
  .n-tabs__label-text--more,
.n-tabs--large.n-tabs--all-tabs-hidden
  .n-tabs__tab--more
  .n-tabs__label--more
  .n-tabs__label-text--more,
.n-tabs--plain.n-tabs--all-tabs-hidden
  .n-tabs__tab--more
  .n-tabs__label--more
  .n-tabs__label-text--more {
  color: #0067c5;
}
.n-tabs--all-tabs-hidden .n-tabs__tab--more .n-tabs__label--more:after,
.n-tabs--large.n-tabs--all-tabs-hidden
  .n-tabs__tab--more
  .n-tabs__label--more:after,
.n-tabs--plain.n-tabs--all-tabs-hidden
  .n-tabs__tab--more
  .n-tabs__label--more:after {
  display: none;
}
.n-tabs--all-tabs-hidden .n-tabs__label--more:hover .n-tabs__label-text--more,
.n-tabs--all-tabs-hidden .n-tabs__tab--more .n-tabs__label--more:hover,
.n-tabs--large.n-tabs--all-tabs-hidden
  .n-tabs__label--more:hover
  .n-tabs__label-text--more,
.n-tabs--large.n-tabs--all-tabs-hidden
  .n-tabs__tab--more
  .n-tabs__label--more:hover,
.n-tabs--plain.n-tabs--all-tabs-hidden
  .n-tabs__label--more:hover
  .n-tabs__label-text--more,
.n-tabs--plain.n-tabs--all-tabs-hidden
  .n-tabs__tab--more
  .n-tabs__label--more:hover {
  color: #454545;
}
.n-tag,
.n-top-hat__link,
.n-top-hat__link:hover,
.n-top-hat__profile-link--is-active:hover {
  color: #fff;
}
.n-tabs--all-tabs-hidden .n-tabs__tab-wrap,
.n-tabs--large.n-tabs--all-tabs-hidden .n-tabs__tab-wrap,
.n-tabs--plain.n-tabs--all-tabs-hidden .n-tabs__tab-wrap {
  margin-top: -24px;
}
.n-tabs--all-tabs-hidden .n-tabs__more-menu-icon,
.n-tabs--large.n-tabs--all-tabs-hidden .n-tabs__more-menu-icon,
.n-tabs--plain.n-tabs--all-tabs-hidden .n-tabs__more-menu-icon {
  fill: #454545;
}
.n-tabs--all-tabs-hidden .n-tabs__label--more:hover .n-tabs__more-menu-icon,
.n-tabs--large.n-tabs--all-tabs-hidden
  .n-tabs__label--more:hover
  .n-tabs__more-menu-icon,
.n-tabs--plain.n-tabs--all-tabs-hidden
  .n-tabs__label--more:hover
  .n-tabs__more-menu-icon {
  fill: #454545;
}
.n-tabs--all-tabs-hidden .n-tabs__more-menu,
.n-tabs--large.n-tabs--all-tabs-hidden .n-tabs__more-menu,
.n-tabs--plain.n-tabs--all-tabs-hidden .n-tabs__more-menu {
  left: -1px;
  right: -1px;
}
.n-tabs--all-tabs-hidden .n-tabs__more-menu-dropdown-indicator,
.n-tabs--large.n-tabs--all-tabs-hidden .n-tabs__more-menu-dropdown-indicator,
.n-tabs--plain.n-tabs--all-tabs-hidden .n-tabs__more-menu-dropdown-indicator {
  display: inline-block;
  vertical-align: top;
}
.n-tabs--all-tabs-hidden.n-tabs--more-menu-visible
  .n-tabs__label-text--more:after,
.n-tabs--large.n-tabs--all-tabs-hidden.n-tabs--more-menu-visible
  .n-tabs__label-text--more:after,
.n-tabs--plain.n-tabs--all-tabs-hidden.n-tabs--more-menu-visible
  .n-tabs__label-text--more:after {
  display: none;
}
.n-tag,
.n-tag-group,
.n-tag-group__separator,
.n-tag__delete-icon,
.n-tag__text {
  display: inline-block;
}
.n-tabs--all-tabs-hidden .n-tabs__label-text--more,
.n-tabs--large.n-tabs--all-tabs-hidden .n-tabs__label-text--more,
.n-tabs--plain.n-tabs--all-tabs-hidden .n-tabs__label-text--more {
  display: inline-block;
  max-width: calc(100% - 20px);
  overflow: hidden;
  position: relative;
  vertical-align: top;
  white-space: nowrap;
}
.n-tag {
  background: #0067c5;
  border-radius: 6px;
  font-size: 10px;
  padding: 4px 13px;
}
.n-tag--secondary {
  background: #848484;
}
.n-tag__delete-icon {
  cursor: pointer;
  fill: #fff;
  height: 9px;
  vertical-align: middle;
  width: 9px;
}
.n-tag__text {
  margin-right: 2px;
  vertical-align: middle;
}
.n-tag-group .n-tag,
.n-tag-group__separator {
  margin-right: 6px;
  vertical-align: middle;
}
.n-tag-group {
  font-size: 0;
  margin-bottom: 12px;
}
.n-tag-group__separator {
  border-right: solid 1px #a4a4a4;
  height: 20px;
  width: 1px;
}
.n-top-hat {
  display: none;
}
.n-top-hat__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.n-top-hat__list-item-header {
  font-size: 14px;
  line-height: 1.71429;
  font-weight: 500;
  color: #fff;
  display: none;
  text-transform: uppercase;
}
.off-canvas__cross-property-nav .n-top-hat__list-item-header {
  display: block;
}
.n-top-hat__link {
  font-size: 12px;
  line-height: inherit;
  font-weight: 300;
  display: block;
  padding: 15px 0;
}
.n-top-hat__link-text {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.n-top-hat__key-icon,
.n-top-hat__user-icon {
  display: inline-block;
  fill: #fff;
  height: 12px;
  margin-right: 6px;
  vertical-align: middle;
  width: 12px;
}
.n-top-hat__menu-indicator {
  display: inline-block;
  fill: #fff;
  height: 10px;
  margin-left: 6px;
  vertical-align: middle;
  width: 10px;
}
.n-top-hat__profile-list-item {
  position: relative;
}
.n-top-hat__profile-link--is-active {
  background: #454545;
  background-image: linear-gradient(to top, #0067c5, #0067c5 4px, #454545 4px);
}
.n-top-hat__profile-link--is-active .n-top-hat__menu-indicator {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.n-top-hat__profile-menu {
  background-color: #fff;
  border-bottom: 4px solid #0067c5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  display: none;
  font-size: 16px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  width: 245px;
  z-index: 200;
}
.n-top-hat__profile-link--is-active + .n-top-hat__profile-menu {
  display: block;
}
.n-top-hat__profile-menu-list {
  list-style: none;
  padding: 0;
}
.n-top-hat__profile-menu-support-link {
  border-bottom: solid 1px #f2f2f2;
  border-top: solid 1px #f2f2f2;
  color: #686868;
  display: block;
  margin: 0 24px 12px;
  padding: 12px 0;
}
.n-top-hat__profile-menu-list-link {
  color: #686868;
  display: block;
  padding: 6px 24px;
}
.n-top-hat__profile-menu-user-info {
  padding: 24px 24px 12px;
}
.n-top-hat__profile-menu-username {
  font-weight: 400;
  display: block;
}
.n-top-hat__profile-menu-company {
  font-size: 12px;
}
.n-top-hat__profile-menu-log-out-link {
  background: #f2f2f2;
  margin-top: 12px;
  padding: 12px 24px;
}
@media screen and (min-width: 48em) {
  .n-top-hat {
    background-color: black;
    display: block;
    height: 30px;
    padding-top: 3px;
  }
  .n-top-hat__cross-property-nav {
    width: 48.71795%;
    float: left;
    margin-right: 2.5641%;
  }
  .n-top-hat__list-item {
    display: inline-block;
    padding: 0 6px;
  }
  .n-top-hat__list-item-header,
  .n-top-hat__list-item:first-child,
  .n-top-hat__list-item:nth-child(2),
  .n-top-hat__profile-list-item {
    padding-left: 0;
  }
  .n-top-hat__link {
    padding: 0;
  }
  .n-top-hat__link:hover {
    color: #d9d9d6;
  }
  .n-top-hat__cross-property-nav [data-ntap-ui="contact-us"] {
    display: none;
  }
  .n-top-hat__profile-link {
    padding-left: 12px;
    padding-right: 12px;
  }
  .n-top-hat__utils {
    width: 48.71795%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
  .n-top-hat__utils .n-top-hat__list-item {
    border-right: 1px solid #fff;
    vertical-align: middle;
  }
  .n-top-hat__utils .n-top-hat__list-item:last-child {
    border-right: 0;
  }
  .n-top-hat__menu-indicator {
    display: inline-block;
    fill: #0067c5;
    height: 10px;
    margin-right: 6px;
    vertical-align: middle;
    width: 10px;
  }
  .n-top-hat__key-icon,
  .n-top-hat__user-icon {
    display: inline-block;
    fill: #0067c5;
    height: 12px;
    margin-left: 6px;
    vertical-align: middle;
    width: 12px;
  }
  .n-top-hat__profile-menu-support-link-icon {
    display: inline-block;
    fill: #0067c5;
    height: 14px;
    margin-left: 6px;
    vertical-align: middle;
    width: 14px;
  }
  .n-top-hat__profile-list-item {
    position: relative;
  }
}
@media screen and (min-width: 64em) {
  .n-top-hat__cross-property-nav {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .n-top-hat__utils {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}
.n-layout-flex__item {
  margin-bottom: 24px;
}
@media (min-width: 48em) {
  .n-layout-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.83333%;
    width: 100%;
  }
  .n-layout-flex[data-ntap-layout~="2"] {
    margin: 0 auto;
    width: auto;
  }
  .n-layout-flex.n-layout-flex__justify-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .n-layout-flex__item {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
    width: 31.66667%;
  }
  .n-layout-flex__item:nth-child(7) {
    margin: auto;
  }
  [data-ntap-layout~="5"] .n-layout-flex__item {
    width: 31.66667%;
  }
  [data-ntap-layout~="4"] .n-layout-flex__item,
  [data-ntap-layout~="2"] .n-layout-flex__item,
  [data-ntap-layout~="5"] .n-layout-flex__item:nth-child(4),
  [data-ntap-layout~="5"] .n-layout-flex__item:nth-child(5) {
    width: 48.33333%;
  }
  .n-layout-flex__align-baseline .n-layout-flex__item {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .n-layout-flex__align-center .n-layout-flex__item {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .n-layout-flex__align-end .n-layout-flex__item {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media (min-width: 64em) {
  [data-ntap-layout~="4"] .n-layout-flex__item {
    width: 23.33333%;
  }
  [data-ntap-layout~="5"] .n-layout-flex__item,
  [data-ntap-layout~="5"] .n-layout-flex__item:nth-child(4),
  [data-ntap-layout~="5"] .n-layout-flex__item:nth-child(5) {
    width: 16.66667%;
  }
}
