:root {
  /* colors */ }

.white {
  color: #fff; }

.offwhite {
  color: #f7f7f7; }

.gray-lightest {
  color: #f0f0f0; }

.gray-lighter {
  color: #e9e9e9; }

.gray-light {
  color: #d5d5d5; }

.gray {
  color: #aaa; }

.gray-dark {
  color: #666; }

.gray-darker {
  color: #333; }

.gray-darkest {
  color: #2a2a2a; }

.black {
  color: #000; }

.offblack {
  color: #111; }

.red {
  color: #d8070e; }

.red-dark {
  color: #ae060b; }

.blue {
  color: #1955a5; }

.blue-hover {
  color: #3d73d5; }

.bg-black {
  background-color: #000; }

.bg-white {
  background-color: #fff; }

.bg-offwhite {
  background-color: #f7f7f7; }

.bg-blue {
  background-color: #1955a5; }

.bg-blue-dark {
  background-color: #182d57; }

.bg-gray-light {
  background-color: #d5d5d5; }

.bg-gray-lighter {
  background-color: #e9e9e9; }

.bg-gray-lightest {
  background-color: #f0f0f0; }

.bg-gray {
  background-color: #aaa; }

.bg-gray-darker {
  background-color: #333; }

.bg-gray-darkest {
  background-color: #2a2a2a; }

.bg-success-green {
  background-color: #61a125; }

.bg-success-green-tint {
  background-color: #dfecd3; }

.bg-red {
  background-color: #d8070e; }

.bg-transparent {
  background-color: transparent; }

.bg-no-repeat {
  background-repeat: no-repeat; }

.bg-right {
  background-position: 100%; }

.bg-noise-texture {
  /* todo */ }

.ma-0 {
  margin: 0; }

.ma-auto {
  margin: auto; }

.ma-sm {
  margin: 16px; }

.ma-md {
  margin: 24px; }

.ma-lg {
  margin: 32px; }

.mt-xxs {
  margin-top: 4px; }

.mt-xs {
  margin-top: 8px; }

.mt-sm {
  margin-top: 16px; }

.mt-md {
  margin-top: 24px; }

.mt-lg {
  margin-top: 32px; }

.mt-lg-mod {
  margin-top: 40px; }

.mt-xl {
  margin-top: 48px; }

.mt-xxl {
  margin-top: 64px; }

.mt-0 {
  margin-top: 0; }

.mr-auto {
  margin-right: auto; }

.mr-neg-gutter {
  margin-right: -5vw; }

.mr-gutter {
  margin-right: 5vw; }

.mr-xxs {
  margin-right: 4px; }

.mr-xs {
  margin-right: 8px; }

.mr-sm {
  margin-right: 16px; }

.mr-md {
  margin-right: 24px; }

.mr-lg {
  margin-right: 32px; }

.mr-xl {
  margin-right: 48px; }

.mr-xxl {
  margin-right: 64px; }

.mb-xxs {
  margin-bottom: 4px; }

.mb-xs {
  margin-bottom: 8px; }

.mb-sm {
  margin-bottom: 16px; }

.mb-md {
  margin-bottom: 24px; }

.mb-lg {
  margin-bottom: 32px; }

.mb-lg-mod {
  margin-bottom: 40px; }

.mb-xl {
  margin-bottom: 48px; }

.mb-xxl {
  margin-bottom: 64px; }

.ml-auto {
  margin-left: auto; }

.ml-neg-gutter {
  margin-left: -5vw; }

.ml-gutter {
  margin-left: 5vw; }

.ml-0 {
  margin-left: none; }

.ml-xxs {
  margin-left: 4px; }

.ml-xs {
  margin-left: 8px; }

.ml-sm {
  margin-left: 16px; }

.ml-md {
  margin-left: 24px; }

.ml-lg {
  margin-left: 32px; }

.ml-xl {
  margin-left: 48px; }

.pa-0 {
  padding: 0; }

.pa-xxs {
  padding: 4px; }

.pa-xs {
  padding: 8px; }

.pa-sm {
  padding: 16px; }

.pa-md {
  padding: 24px; }

.pa-lg {
  padding: 32px; }

.pa-lgmod {
  padding: 40px; }

.pa-xl {
  padding: 48px; }

.pa-xxl {
  padding: 64px; }

.pa-xxlmod {
  padding: 80px; }

.pt-0 {
  padding-top: 0; }

.pt-xxs {
  padding-top: 4px; }

.pt-xs {
  padding-top: 8px; }

.pt-sm {
  padding-top: 16px; }

.pt-md {
  padding-top: 24px; }

.pt-lg {
  padding-top: 32px; }

.pt-lgmod {
  padding-top: 40px; }

.pt-xl {
  padding-top: 48px; }

.pt-xxl {
  padding-top: 64px; }

.pt-xxlmod {
  padding-top: 80px; }

.pr-0 {
  padding-right: 0; }

.pr-xxs {
  padding-right: 4px; }

.pr-xs {
  padding-right: 8px; }

.pr-sm {
  padding-right: 16px; }

.pr-md {
  padding-right: 24px; }

.pr-lg {
  padding-right: 32px; }

.pr-lgmod {
  padding-right: 40px; }

.pr-xl {
  padding-right: 48px; }

.pr-xxl {
  padding-right: 64px; }

.pr-xxlmod {
  padding-right: 80px; }

.pb-0 {
  padding-bottom: 0; }

.pb-xxs {
  padding-bottom: 4px; }

.pb-xs {
  padding-bottom: 8px; }

.pb-sm {
  padding-bottom: 16px; }

.pb-md {
  padding-bottom: 24px; }

.pb-lg {
  padding-bottom: 32px; }

.pb-lgmod {
  padding-bottom: 40px; }

.pb-xl {
  padding-bottom: 48px; }

.pb-xxl {
  padding-bottom: 64px; }

.pb-xxlmod {
  padding-bottom: 80px; }

.pl-0 {
  padding-left: 0; }

.pl-xxs {
  padding-left: 4px; }

.pl-xs {
  padding-left: 8px; }

.pl-sm {
  padding-left: 16px; }

.pl-md {
  padding-left: 24px; }

.pl-lg {
  padding-left: 32px; }

.pl-lgmod {
  padding-left: 40px; }

.pl-xl {
  padding-left: 48px; }

.pl-xxl {
  padding-left: 64px; }

.pl-xxlmod {
  padding-left: 80px; }

/* NS */
@media only screen and (min-width: 768px) {
  .ma-0-ns {
    margin: 0; }
  .mt-0-ns {
    margin-top: 0; }
  .mt-lg-ns {
    margin-top: 32px; }
  .mt-xl-ns {
    margin-top: 48px; }
  .mr-auto-ns {
    margin-right: auto; }
  .mr-xs-ns {
    margin-right: 8px; }
  .mr-lg-ns {
    margin-right: 32px; }
  .ml-auto-ns {
    margin-left: auto; }
  .ml-xs-ns {
    margin-left: 8px; }
  .ml-lg-ns {
    margin-left: 32px; }
  .mb-0-ns {
    margin-bottom: 0; }
  .mb-md-ns {
    margin-bottom: 24px; }
  .mb-sm-ns {
    margin-bottom: 16px; }
  .mb-xxl-ns {
    margin-bottom: 64px; }
  .pa-0-ns {
    padding: 0; }
  .pa-sm-ns {
    padding: 16px; }
  .pl-0-ns {
    padding-left: 0; }
  .pl-lg-ns {
    padding-left: 32px; }
  .pr-0-ns {
    padding-right: 0; }
  .pr-xs-ns {
    padding-right: 8px; }
  .pr-lg-ns {
    padding-right: 32px; }
  .pb-0-ns {
    padding-bottom: 0; }
  .pb-sm-ns {
    padding-bottom: 16px; }
  .pb-md-ns {
    padding-bottom: 24px; }
  .pb-lg-ns {
    padding-bottom: 32px; }
  .pb-xl-ns {
    padding-bottom: 48px; }
  .pb-xxl-ns {
    padding-bottom: 64px; }
  .pt-0-ns {
    padding-top: 0; }
  .pt-xs-ns {
    padding-top: 8px; }
  .pt-sm-ns {
    padding-top: 16px; }
  .pt-md-ns {
    padding-top: 24px; }
  .pt-lg-ns {
    padding-top: 32px; }
  .pt-xl-ns {
    padding-top: 48px; } }

/* MD */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .mr-lg-m {
    margin-right: 24px; }
  .pr-md-md {
    padding-right: 24px; }
  .pr-lg-md {
    padding-right: 32px; }
  .pl-0-md {
    padding-left: 0; }
  .pl-md-md {
    padding-left: 24px; }
  .pl-lg-md {
    padding-left: 32px; } }

/* LG */
@media only screen and (min-width: 1024px) {
  .mt-md-l {
    margin-top: 24px; }
  .pt-0-lg {
    padding-top: 0; }
  .pr-lg-lg {
    padding-right: 32px; }
  .pl-sm-lg {
    padding-left: 16px; } }

.side-nav__menu-item:hover {
  background-color: #000;
  position: relative; }

.side-nav__menu-item a:hover {
  color: inherit; }

.side-nav__submenu {
  border-radius: 3px;
  box-shadow: 0 0 16px 0 rgba(42, 42, 42, 0.5); }

.side-nav__submenu li a:hover {
  background-color: #f0f0f0; }

.side-nav__scroll-container {
  scrollbar-width: none;
  -ms-overflow-style: none; }

.side-nav__scroll-container::-webkit-scrollbar {
  width: 0; }

.side-nav__submenu-arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 14px solid #fff;
  top: 10px;
  left: 236px; }

.right-rail > .dn:last-of-type .bb,
.right-rail > .dn:last-of-type .bb-hover:hover {
  border-bottom: 0; }

.header-nav {
  height: 60px;
  top: 0;
  transition: top 0.3s ease-in;
  -webkit-font-smoothing: antialiased; }

.header-nav.nav-hide {
  top: -60px; }

.header-nav .btn {
  height: 36px; }

.header-nav .btn.btn-transparent {
  background-color: transparent;
  color: #000;
  border: none; }

.header-nav.hp-scrolled .hp-header-nav-logo {
  transition: opacity 0.8s ease-in;
  opacity: 1;
  visibility: visible;
  width: 100%; }

.header-nav.hp-scrolled .hp-top-nav-menu {
  transition: opacity 0.8s ease-out;
  opacity: 0;
  width: 0; }

.hp-header-nav-logo {
  opacity: 0;
  width: 0;
  visibility: hidden; }

.hp-top-nav-menu {
  white-space: nowrap;
  display: flex;
  transition: opacity 0.4s ease-in;
  opacity: 1; }

/* Nav buttons */
.header-nav .btn {
  background-color: #000;
  border-color: transparent;
  font-size: 15px;
  height: 36px; }

@media only screen and (min-width: 768px) {
  .header-nav .btn-gray {
    background-color: #2a2a2a;
    border-color: #666; } }

/* Search Form */
.search-form input {
  outline: none;
  box-shadow: none;
  height: 34px;
  line-height: 20px;
  transition: all 0.25s cubic-bezier(0.49, 0.37, 0.45, 0.71); }

.bold {
  font-weight: 800; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.letter-spacing {
  letter-spacing: 0.04em; }

.light {
  font-weight: 300; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.hover-underline:hover,
.underline {
  text-decoration: underline; }

.italic {
  font-style: italic; }

.strike {
  text-decoration: line-through; }

@font-face {
  font-family: Postoni;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.washingtonpost.com/wp-stat/assets/fonts/PostoniWide-Bold.woff2);
  unicode-range: U+a, U+20-29, U+2c-5b, U+5d, U+5f, U+61-7d, U+a0, U+a9, U+c9, U+e0-e3, U+e7, U+e9, U+ea, U+ed, U+f3-f5, U+fa, U+2009, U+2013, U+2014, U+2018, U+2019, U+201c, U+201d, U+2026; }

@font-face {
  font-family: Postoni;
  font-weight: 300;
  font-display: swap;
  src: url(https://www.washingtonpost.com/wp-stat/assets/fonts/PostoniWide-Regular.woff2); }

@font-face {
  font-family: Postoni;
  font-weight: 300;
  font-display: swap;
  font-style: italic;
  src: url(https://www.washingtonpost.com/wp-stat/assets/fonts/PostoniWide-Italic.woff2); }

@font-face {
  font-family: Postoni;
  font-weight: 700;
  font-display: swap;
  font-style: italic;
  src: url(https://www.washingtonpost.com/wp-stat/assets/fonts/PostoniWide-BoldItalic.woff2); }

@font-face {
  font-family: Franklin;
  font-weight: 700;
  font-display: fallback;
  unicode-range: U+a, U+20-29, U+2c-5b, U+5d, U+5f, U+61-7d, U+a0, U+a9, U+c9, U+e0-e3, U+e7, U+e9, U+ea, U+ed, U+f3-f5, U+fa, U+2009, U+2013, U+2014, U+2018, U+2019, U+201c, U+201d, U+2026;
  src: url(https://www.washingtonpost.com/wp-stat/assets/fonts/ITC_Franklin-Bold.woff2); }

@font-face {
  font-family: Franklin;
  font-weight: 300;
  font-display: fallback;
  src: url(https://www.washingtonpost.com/wp-stat/assets/fonts/ITC_Franklin-Light.woff2);
  unicode-range: U+a, U+20-29, U+2c-5b, U+5d, U+5f, U+61-7d, U+a0, U+a9, U+c9, U+e0-e3, U+e7, U+e9, U+ea, U+ed, U+f1, U+f3-f5, U+fa, U+2009, U+2013, U+2014, U+2018, U+2019, U+201c, U+201d, U+2026; }

.font--headline {
  font-family: Postoni, BodoniSvtyTwoITCTT-Book, georgia, serif;
  line-height: 1.1; }

.font--magazine-headline {
  font-family: PostoniDisplay, Postoni, BodoniSvtyTwoITCTT-Book, georgia, serif;
  line-height: 1.1; }

.font--meta-text,
.font--subhead {
  font-family: Franklin, arial, sans-serif;
  line-height: 1.25; }

.font--body {
  font-family: georgia, Times New Roman, serif;
  line-height: 1.75; }

.font-copy {
  font-size: 1.125rem; }

.font-xxxxs {
  font-size: 0.75rem; }

.font-xxxs {
  font-size: 0.875rem; }

.font-xxs {
  font-size: 1rem; }

.font-xs {
  font-size: 1.125rem; }

.font-sm {
  font-size: 1.25rem; }

.font-md {
  font-size: 1.5rem; }

.font-md2 {
  font-size: 1.75rem; }

.font-md3 {
  font-size: 2rem; }

.font-lg {
  font-size: 2.5rem; }

.font-xl {
  font-size: 3.5rem; }

.font-xxl {
  font-size: 4.5rem; }

.font-xxxl {
  font-size: 5rem; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1rem; }

.lh3 {
  line-height: 1.5; }

.lh-default {
  line-height: 1.75; }

.lh-initial {
  line-height: normal; }

.b,
.b-hover:hover {
  border: 1px solid #d5d5d5; }

.bc-secondary {
  border-color: #000; }

.bc-gray {
  border-color: #aaa; }

.bc-blue-dark {
  border-color: #182d57; }

.bc-blue {
  border-color: #1955a5; }

.bc-gray-lighter {
  border-color: #e9e9e9; }

.bc-gray-dark {
  border-color: #666; }

.bc-white {
  border-color: #fff; }

.bc-white-20 {
  border-color: rgba(255, 255, 255, 0.2); }

.bw-thin {
  border-width: 2px; }

.bw-thick {
  border-width: 4px; }

.bt {
  border-bottom: 0; }

.bb,
.bb-hover:hover,
.bt {
  border-left: 0;
  border-right: 0; }

.bb,
.bb-hover:hover {
  border-top: 0; }

.bl {
  border-right: 0; }

.bl,
.br {
  border-bottom: 0;
  border-top: 0; }

.bh,
.br {
  border-left: 0; }

.bh {
  border-right: 0; }

.b-none {
  border: 0; }

.b-dotted {
  border-style: dotted; }

.brad-2 {
  border-radius: 2px; }

.brad-4 {
  border-radius: 4px; }

.brad-8 {
  border-radius: 8px; }

.brad-50 {
  border-radius: 50%; }

.brad-tl-0 {
  border-top-left-radius: 0; }

.brad-tr-0 {
  border-top-right-radius: 0; }

.pointer {
  cursor: pointer; }

.not-allowed {
  cursor: not-allowed; }

.dn,
.hover-dn:hover {
  display: none; }

.db {
  display: block; }

.dib,
.hover-dib:hover {
  display: inline-block; }

.hover-parent:hover .hover-child-db {
  display: block; }

.hover-parent:hover .hover-child-dib {
  display: inline-block; }

.hover-parent:hover .hover-child-dn {
  display: none; }

.fill-blue {
  fill: #1955a5; }

.fill-white {
  fill: #fff; }

.fill-offwhite {
  fill: --offwhite; }

.fill-gray-light {
  fill: #d5d5d5; }

.fill-gray {
  fill: #aaa; }

.fill-gray-dark {
  fill: #666; }

.fill-dodgerblue {
  fill: #2c85fc; }

.fill-gray-darkest {
  fill: #2a2a2a; }

.fill-red {
  fill: #d8070e; }

.fill-success-green {
  fill: #61a125; }

.fill-inherit {
  fill: inherit; }

.hover-fill-black:hover {
  fill: #000; }

.hover-fill-gray-darkest:hover {
  fill: #2a2a2a; }

.hover-fill-blue:hover {
  fill: #1955a5; }

.hover-fill-white:hover {
  fill: #fff; }

.flex {
  display: flex; }

.flex-column {
  flex-direction: column; }

.flex-1 {
  flex: 1; }

.flex-grow-1 {
  flex-grow: 1; }

.flex-shrink-0 {
  flex-shrink: 0; }

.inline-flex {
  display: inline-flex; }

.inline-flex-column {
  flex-direction: column; }

.inline-flex-1 {
  flex: 1; }

.items-start {
  align-items: flex-start; }

.items-end {
  align-items: flex-end; }

.items-baseline {
  align-items: baseline; }

.items-center {
  align-items: center; }

.self-center {
  align-self: center; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.justify-between {
  justify-content: space-between; }

.fl {
  float: left; }

.fr {
  float: right; }

.fn {
  float: none; }

.cb {
  clear: both; }

.clearfix:after {
  display: block;
  content: "";
  clear: both; }

.h-100 {
  height: 100%; }

.h-auto,
.h-initial {
  height: auto; }

.of-contain {
  object-fit: contain; }

.of-cover {
  object-fit: cover; }

.o-15 {
  opacity: 0.15; }

.o-50 {
  opacity: 0.5; }

.o-75 {
  opacity: 0.75; }

.overflow-hidden {
  overflow: hidden; }

.overflow-auto {
  overflow: auto; }

.overflow-xscroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }

.truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.sticky {
  position: -webkit-sticky;
  position: sticky; }

.right-0 {
  right: 0; }

.left-0 {
  left: 0; }

.top-0 {
  top: 0; }

.bottom-0 {
  bottom: 0; }

.shadow {
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2); }

.inset-shadow {
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

.no-shadow {
  box-shadow: none; }

.va-t {
  vertical-align: top; }

.va-m {
  vertical-align: middle; }

.va-b {
  vertical-align: bottom; }

.hidden {
  visibility: hidden; }

.visible {
  visibility: visible; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.btn {
  min-width: 36px;
  padding: 9px 16px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  width: auto;
  cursor: pointer;
  background-color: #2a2a2a;
  border: 1px solid #666;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  transition: 0.2s ease; }

.btn:active,
.btn:hover {
  border-color: #fff; }

.btn.btn-sm {
  padding-top: 5px;
  padding-bottom: 5px; }

.btn.btn-lg {
  padding-top: 17px;
  padding-bottom: 17px; }

.btn.btn-black {
  background-color: #000; }

.btn.btn-black:active,
.btn.btn-black:hover {
  background-color: #666; }

.btn.btn-blue {
  border-color: #3d73d5;
  background-color: #1955a5; }

.btn.btn-blue:active,
.btn.btn-blue:hover {
  background-color: #3d73d5; }

.btn.btn-white {
  color: #2a2a2a;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  -webkit-font-smoothing: auto;
  padding: 10px 17px; }

.btn.btn-white.btn-lg {
  padding-top: 18px;
  padding-bottom: 18px; }

.btn.btn-white.btn-sm {
  padding-top: 6px;
  padding-bottom: 6px; }

.btn.btn-white:hover {
  border: 1px solid #d5d5d5; }

.btn.btn-white:active,
.btn.btn-white:hover {
  background-color: #f0f0f0; }

.btn.btn-alert {
  background-color: #d8070e;
  border: none; }

.btn.btn-alert:active,
.btn.btn-alert:hover {
  background-color: #f51f26; }

.btn.btn-disabled {
  box-shadow: none;
  color: #aaa;
  cursor: default;
  -webkit-font-smoothing: auto; }

.btn.btn-disabled,
.btn.btn-disabled:hover {
  background-color: #d5d5d5;
  border: none; }

.btn.btn-disabled:active {
  background-color: #d5d5d5;
  border: 2px solid transparent; }

.btn.btn-ghost {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 18px;
  box-shadow: none; }

.btn.btn-ghost:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent; }

.btn.btn-ghost:active {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.15);
  padding: 9px 17px; }

.btn.btn-sm.btn-ghost {
  padding-top: 6px;
  padding-bottom: 6px; }

.btn.btn-lg.btn-ghost {
  padding-top: 18px;
  padding-bottom: 18px; }

.btn.btn-sm.btn-ghost:active {
  padding-top: 5px;
  padding-bottom: 5px; }

.btn.btn-lg.btn-ghost:active {
  padding-top: 17px;
  padding-bottom: 17px; }

.link-hover-underline:hover {
  text-decoration: underline; }

.hover-inherit:hover {
  color: inherit; }

.article-body a {
  border-bottom: 1px solid #d5d5d5; }

.interstitial:before {
  content: "["; }

.interstitial:after {
  content: "]"; }

.list {
  padding-left: 16px; }

.list-unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.pullquote {
  font-size: 1.25rem; }

.pullquote blockquote {
  margin: 16px 0 0;
  line-height: 1.25; }

.pullquote blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 4px;
  background-color: #000; }

.dot-xxs-gray-dark:before {
  background-color: #666; }

.dot-xxs-gray-dark:before,
.dot-xxs-gray-darkest:before {
  border-radius: 50%;
  height: 4px;
  width: 4px;
  vertical-align: middle;
  display: inline-block;
  content: "";
  margin-left: 8px;
  margin-right: 8px; }

.dot-xxs-gray-darkest:before {
  background-color: #2a2a2a; }

.facebook {
  fill: #3b5998; }

.facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998; }

.twitter {
  fill: #55acee; }

.twitter:hover {
  background-color: #55acee;
  border-color: #55acee; }

.mail {
  fill: #d8070e; }

.mail:hover {
  background-color: #d8070e;
  border-color: #d8070e; }

.linkedin {
  fill: #0077b5; }

.linkedin:hover {
  background-color: #0077b5;
  border-color: #0077b5; }

.pinterest {
  fill: #bd081c; }

.pinterest:hover {
  background-color: #bd081c;
  border-color: #bd081c; }

:root {
  font-size: 16px; }

body,
figure,
p {
  margin: 0; }

body {
  font-family: Franklin, Arial, Helvetica, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

button {
  display: inline-block;
  background-color: inherit;
  border-color: inherit;
  border-style: inherit;
  padding: inherit;
  font: inherit;
  color: inherit;
  text-transform: inherit; }

button:focus {
  outline: none; }

input {
  font: inherit;
  -webkit-appearance: none; }

figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

blockquote {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0; }

a {
  text-decoration: none;
  color: #1955a5; }

.border-box {
  box-sizing: border-box; }

.mw-420 {
  max-width: 420px; }

.headline-flex-basis {
  flex-basis: 90%; }

.w-33 {
  width: 33%; }

.w-66 {
  width: 66%; }

.w-100 {
  width: 100%; }

.w-300 {
  width: 300px; }

.mw-99 {
  max-width: 99%; }

.mw-100 {
  max-width: 100%; }

.mw-200 {
  max-width: 200px; }

.mw-300 {
  max-width: 300px; }

.mw-600 {
  max-width: 600px; }

.minw-200 {
  min-width: 200px; }

@media only screen and (min-width: 768px) {
  .left-ns {
    text-align: left; }
  .center-ns {
    text-align: center; }
  .font-xxxs-ns {
    font-size: 0.875rem; }
  .font-xs-ns {
    font-size: 1.125rem; }
  .bb-ns {
    border-bottom: 1px solid;
    border-color: #d5d5d5; }
  .b-none-ns {
    border: 0; }
  .dn-ns {
    display: none; }
  .dib-ns {
    display: inline-block; }
  .db-ns {
    display: block; }
  .flex-ns {
    display: flex; }
  .flex-ns-row {
    flex-direction: row; }
  .inline-flex-ns {
    display: inline-flex; }
  .inline-flex-ns-column {
    flex-direction: column; }
  .inline-flex-ns-1 {
    flex: 1; }
  .items-ns-center {
    align-items: center; }
  .items-ns-end {
    align-items: flex-end; }
  .fl-ns {
    float: left; }
  .fr-ns {
    float: right; }
  .overflow-hidden-ns {
    overflow: hidden; }
  .absolute-ns {
    position: absolute; }
  .shadow-light-ns {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05); }
  .pad-left-title {
    margin-left: 32px; }
  .bl-ns {
    border-left: 1px solid #d5d5d5; }
  .b-ns {
    border: 1px solid #d5d5d5; }
  .w-50-ns {
    width: 50%; }
  .w-auto-ns {
    width: auto; }
  .mw-unset-ns {
    max-width: unset; }
  .mw-300-ns {
    max-width: 300px; }
  .minw-200-ns {
    min-width: 200px; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .font-copy {
    font-size: 1.25rem; }
  h1 {
    font-size: 2.5rem; }
  h2 {
    font-size: 1.25rem; }
  .dn-m {
    display: none; }
  .article-body h3,
  .pullquote {
    font-size: 1.5rem; } }

@media only screen and (min-width: 1024px) {
  .font-copy {
    font-size: 1.25rem; }
  .font-md-l {
    font-size: 1.5rem; }
  h1 {
    font-size: 3.5rem; }
  h2 {
    font-size: 1.5rem; }
  .b-l {
    border: 1px solid #d5d5d5; }
  .bb-l {
    border-right: 0; }
  .bb-l,
  .br-l {
    border-left: 0;
    border-top: 0; }
  .br-l {
    border-bottom: 0; }
  .dn-l {
    display: none; }
  .dib-l {
    display: inline-block; }
  .db-l {
    display: block; }
  .article-body h3,
  .pullquote {
    font-size: 2rem; }
  .mt-md-l {
    margin-top: 24px; } }

@media (hover: hover) {
  .dn-h {
    display: none; } }

@media only screen and (max-width: 767px) {
  .font-sm-md3 {
    font-size: 2rem; }
  .brad-sm-0 {
    border-radius: 0; }
  .bt-sm {
    border-top: 1px solid #d5d5d5; }
  .bb-sm {
    border-bottom: 1px solid #d5d5d5; }
  .w-33-s {
    width: 33%; } }

@charset "UTF-8";
.pad-top-60 {
  padding-top: 60px; }

.pad-bottom-sm {
  padding-bottom: 15px; }

/* stylelint-disable  selector-max-id, selector-max-universal */
html,
body,
#__next {
  height: 100%;
  width: 100%; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

.mh-100p {
  min-height: 100%; }

.ç {
  height: 34px; }

.self-end {
  align-self: flex-end; }

/* stylelint-disable */
.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(12, 1fr [col-start]);
  width: 100%;
  max-width: calc(1440px + 16vw);
  padding: 0 5vw;
  grid-column-gap: 0; }

.grid,
.grid-item {
  box-sizing: border-box; }

.grid-item {
  max-width: 100%; }

.grid-item--cols-start-sm-1 {
  -ms-grid-column: 1; }

.grid-item--cols-start-sm-2 {
  -ms-grid-column: 2; }

.grid-item--cols-start-sm-3 {
  -ms-grid-column: 3; }

.grid-item--cols-start-sm-4 {
  -ms-grid-column: 4; }

.grid-item--cols-start-sm-5 {
  -ms-grid-column: 5; }

.grid-item--cols-start-sm-6 {
  -ms-grid-column: 6; }

.grid-item--cols-start-sm-7 {
  -ms-grid-column: 7; }

.grid-item--cols-start-sm-8 {
  -ms-grid-column: 8; }

.grid-item--cols-start-sm-9 {
  -ms-grid-column: 9; }

.grid-item--cols-start-sm-10 {
  -ms-grid-column: 10; }

.grid-item--cols-start-sm-11 {
  -ms-grid-column: 11; }

.grid-item--cols-start-sm-12 {
  -ms-grid-column: 12; }

.grid-item--cols-sm-1 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1; }

.grid-item--cols-sm-2 {
  -ms-grid-column-span: 2;
  grid-column-end: span 2; }

.grid-item--cols-sm-3 {
  -ms-grid-column-span: 3;
  grid-column-end: span 3; }

.grid-item--cols-sm-4 {
  -ms-grid-column-span: 4;
  grid-column-end: span 4; }

.grid-item--cols-sm-5 {
  -ms-grid-column-span: 5;
  grid-column-end: span 5; }

.grid-item--cols-sm-6 {
  -ms-grid-column-span: 6;
  grid-column-end: span 6; }

.grid-item--cols-sm-7 {
  -ms-grid-column-span: 7;
  grid-column-end: span 7; }

.grid-item--cols-sm-8 {
  -ms-grid-column-span: 8;
  grid-column-end: span 8; }

.grid-item--cols-sm-9 {
  -ms-grid-column-span: 9;
  grid-column-end: span 9; }

.grid-item--cols-sm-10 {
  -ms-grid-column-span: 10;
  grid-column-end: span 10; }

.grid-item--cols-sm-11 {
  -ms-grid-column-span: 11;
  grid-column-end: span 11; }

.grid-item--cols-sm-12 {
  -ms-grid-column-span: 12;
  grid-column-end: span 12; }

.grid-item--rows-start-sm-1 {
  -ms-grid-row: 1; }

.grid-item--rows-start-sm-2 {
  -ms-grid-row: 2; }

.grid-item--rows-start-sm-3 {
  -ms-grid-row: 3; }

.grid-item--rows-start-sm-4 {
  -ms-grid-row: 4; }

.grid-item--rows-start-sm-5 {
  -ms-grid-row: 5; }

.grid-item--rows-start-sm-6 {
  -ms-grid-row: 6; }

.grid-item--rows-start-sm-7 {
  -ms-grid-row: 7; }

.grid-item--rows-start-sm-8 {
  -ms-grid-row: 8; }

.grid-item--rows-start-sm-9 {
  -ms-grid-row: 9; }

.grid-item--rows-start-sm-10 {
  -ms-grid-row: 10; }

.grid-item--rows-start-sm-11 {
  -ms-grid-row: 11; }

.grid-item--rows-start-sm-12 {
  -ms-grid-row: 12; }

.grid-item--rows-sm-1 {
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

.grid-item--rows-sm-2 {
  -ms-grid-row-span: 2;
  grid-row-end: span 2; }

.grid-item--rows-sm-3 {
  -ms-grid-row-span: 3;
  grid-row-end: span 3; }

.grid-item--rows-sm-4 {
  -ms-grid-row-span: 4;
  grid-row-end: span 4; }

.grid-item--rows-sm-5 {
  -ms-grid-row-span: 5;
  grid-row-end: span 5; }

.grid-item--rows-sm-6 {
  -ms-grid-row-span: 6;
  grid-row-end: span 6; }

.grid-item--rows-sm-7 {
  -ms-grid-row-span: 7;
  grid-row-end: span 7; }

.grid-item--rows-sm-8 {
  -ms-grid-row-span: 8;
  grid-row-end: span 8; }

.grid-item--rows-sm-9 {
  -ms-grid-row-span: 9;
  grid-row-end: span 9; }

.grid-item--rows-sm-10 {
  -ms-grid-row-span: 10;
  grid-row-end: span 10; }

.grid-item--rows-sm-11 {
  -ms-grid-row-span: 11;
  grid-row-end: span 11; }

.grid-item--rows-sm-12 {
  -ms-grid-row-span: 12;
  grid-row-end: span 12; }

@media only screen and (min-width: 1024px) {
  .grid {
    padding: 0 8vw;
    grid-column-gap: 32px; }
  .grid-item--cols-start-lg-1 {
    -ms-grid-column: 1; }
  .grid-item--cols-start-lg-2 {
    -ms-grid-column: 2; }
  .grid-item--cols-start-lg-3 {
    -ms-grid-column: 3; }
  .grid-item--cols-start-lg-4 {
    -ms-grid-column: 4; }
  .grid-item--cols-start-lg-5 {
    -ms-grid-column: 5; }
  .grid-item--cols-start-lg-6 {
    -ms-grid-column: 6; }
  .grid-item--cols-start-lg-7 {
    -ms-grid-column: 7; }
  .grid-item--cols-start-lg-8 {
    -ms-grid-column: 8; }
  .grid-item--cols-start-lg-9 {
    -ms-grid-column: 9; }
  .grid-item--cols-start-lg-10 {
    -ms-grid-column: 10; }
  .grid-item--cols-start-lg-11 {
    -ms-grid-column: 11; }
  .grid-item--cols-start-lg-12 {
    -ms-grid-column: 12; }
  .grid-item--cols-lg-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1; }
  .grid-item--cols-lg-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2; }
  .grid-item--cols-lg-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3; }
  .grid-item--cols-lg-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4; }
  .grid-item--cols-lg-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5; }
  .grid-item--cols-lg-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6; }
  .grid-item--cols-lg-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7; }
  .grid-item--cols-lg-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8; }
  .grid-item--cols-lg-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9; }
  .grid-item--cols-lg-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10; }
  .grid-item--cols-lg-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11; }
  .grid-item--cols-lg-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12; }
  .grid-item--rows-start-lg-1 {
    -ms-grid-row: 1; }
  .grid-item--rows-start-lg-2 {
    -ms-grid-row: 2; }
  .grid-item--rows-start-lg-3 {
    -ms-grid-row: 3; }
  .grid-item--rows-start-lg-4 {
    -ms-grid-row: 4; }
  .grid-item--rows-start-lg-5 {
    -ms-grid-row: 5; }
  .grid-item--rows-start-lg-6 {
    -ms-grid-row: 6; }
  .grid-item--rows-start-lg-7 {
    -ms-grid-row: 7; }
  .grid-item--rows-start-lg-8 {
    -ms-grid-row: 8; }
  .grid-item--rows-start-lg-9 {
    -ms-grid-row: 9; }
  .grid-item--rows-start-lg-10 {
    -ms-grid-row: 10; }
  .grid-item--rows-start-lg-11 {
    -ms-grid-row: 11; }
  .grid-item--rows-start-lg-12 {
    -ms-grid-row: 12; }
  .grid-item--rows-lg-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1; }
  .grid-item--rows-lg-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2; }
  .grid-item--rows-lg-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3; }
  .grid-item--rows-lg-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4; }
  .grid-item--rows-lg-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5; }
  .grid-item--rows-lg-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6; }
  .grid-item--rows-lg-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7; }
  .grid-item--rows-lg-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8; }
  .grid-item--rows-lg-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9; }
  .grid-item--rows-lg-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10; }
  .grid-item--rows-lg-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11; }
  .grid-item--rows-lg-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12; } }

body div.privacy-settings p,
body div.krux-settings p {
  line-height: 32px;
  font-family: "Georgia Regular";
  color: #2a2a2a;
  font-size: 18px; }

body div.privacy-settings li,
body div.krux-settings li {
  line-height: 32px;
  font-family: "Georgia Regular";
  color: #2a2a2a;
  font-size: 18px; }

body h1 {
  font-size: 56px;
  font-family: "PostoniWide"; }

body h2 {
  color: #2a2a2a;
  font-family: "Georgia";
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 32px; }

@media only screen and (max-width: 750px) {
  body h1 {
    font-size: 24px; }
  body h2 {
    font-size: 16px;
    line-height: 24px; }
  body div.krux-settings p,
  body div.privacy-settings p {
    font-size: 16px; }
  body div.krux-settings li,
  body div.privacy-settings li {
    font-size: 16px; } }

.privacy-settings {
  max-width: 750px;
  margin: auto;
  font-family: "Georgia Regular";
  color: #2a2a2a;
  font-size: 18px;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */ }
  .privacy-settings .switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 20px; }
  .privacy-settings .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .privacy-settings .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s; }
  .privacy-settings .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 1px;
    bottom: 1px;
    top: 1px;
    background-color: #fff;
    transition: 0.4s; }
  .privacy-settings input:checked + .slider {
    background-color: #1955a5; }
  .privacy-settings input:focus + .slider {
    box-shadow: 0 0 1px #1955a5; }
  .privacy-settings input:checked + .slider:before {
    transform: translateX(18px); }
  .privacy-settings .slider.round {
    border-radius: 20px; }
  .privacy-settings .slider.round:before {
    border-radius: 50%; }

.postoni {
  font-family: "PostoniWide", "BodoniSvtyTwoITCTT-Book", "georgia", serif; }

.georgia {
  font-family: "Georgia Regular"; }

.deleted-banner {
  position: fixed;
  width: 100%;
  text-align: center;
  background-color: #60a125;
  font-family: sans-serif;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  line-height: 0;
  padding: 0 1em;
  color: transparent; }
  .deleted-banner.show {
    line-height: 1.5;
    padding: 20px;
    color: #fff; }
  .deleted-banner .close-banner {
    float: right;
    cursor: pointer; }

.krux-cta {
  color: #000;
  font-weight: 700;
  margin: 50px auto;
  width: fit-content; }
  .krux-cta-error {
    margin-bottom: 50px; }
  .krux-cta-button, .krux-cta-id-code {
    border: 1px solid #d5d5d5;
    padding: 10px;
    display: inline-block;
    cursor: pointer; }
    .krux-cta-button__blue, .krux-cta-id-code__blue {
      background-color: #1c54a5;
      border: 1px solid #1c54a5;
      color: #fff; }
  .krux-cta-id-code {
    border: 1px solid #d5d5d5;
    border-right: 0;
    text-align: center; }
  @media only screen and (max-width: 750px) {
    .krux-cta .krux-cta-button {
      display: block;
      width: fit-content;
      margin: 10px auto; } }

