:root {
  /* colors */
  /** Serious Red Hue **/
  /** Subscription Blue **/
  /** Subscription Pink **/
  /** Subscription Green **/
  /** Subscription Navy **/
  /* spacer units */
  /* font weights */
  /* line heights */
  /* font sizes */ }

:root {
  font-size: 16px; }

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

body,
figure,
p {
  margin: 0; }

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

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1rem; }

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; }

/* tablet breakpoint */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 2.5rem; }
  h2 {
    font-size: 1.25rem; } }

/* desktop breakpoint */
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 3.5rem; }
  h2 {
    font-size: 1.5rem; } }

.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: #ea0017; }

.red-dark {
  color: #d10000; }

.red-bright {
  color: #f27b81; }

.red-pale {
  color: #f2dede; }

.blue {
  color: #1955a5; }

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

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

.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-dark {
  background-color: #666; }

.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: #ea0017; }

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

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

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

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

.subs-theme.blue {
  color: #166dfc; }

.subs-theme.blue-dark {
  color: #003399; }

.subs-theme.blue-bright {
  color: #5193ff; }

.subs-theme.blue-pale {
  color: #eff5ff; }

.subs-theme.bg-blue {
  background-color: #166dfc; }

.subs-theme.bg-blue-dark {
  background-color: #003399; }

.subs-theme.bg-blue-bright {
  background-color: #5193ff; }

.subs-theme.bg-blue-pale {
  background-color: #eff5ff; }

.subs-theme.pink {
  color: #b0578c; }

.subs-theme.pink-dark {
  color: #853b67; }

.subs-theme.pink-bright {
  color: #e3a7cb; }

.subs-theme.pink-pale {
  color: #fef4fa; }

.subs-theme.bg-pink {
  background-color: #b0578c; }

.subs-theme.bg-pink-dark {
  background-color: #853b67; }

.subs-theme.bg-pink-bright {
  background-color: #e3a7cb; }

.subs-theme.bg-pink-pale {
  background-color: #fef4fa; }

.subs-theme.green {
  color: #1c7c4e; }

.subs-theme.green-dark {
  color: #0b5733; }

.subs-theme.green-bright {
  color: #439e73; }

.subs-theme.green-pale {
  color: #eff5f2; }

.subs-theme.bg-green {
  background-color: #1c7c4e; }

.subs-theme.bg-green-dark {
  background-color: #0b5733; }

.subs-theme.bg-green-bright {
  background-color: #439e73; }

.subs-theme.bg-green-pale {
  background-color: #eff5f2; }

.subs-theme.navy {
  color: #0c198a; }

.subs-theme.navy-dark {
  color: #0e1555; }

.subs-theme.navy-bright {
  color: #3846c1; }

.subs-theme.bg-navy {
  background-color: #0c198a; }

.subs-theme.bg-navy-dark {
  background-color: #0e1555; }

.subs-theme.bg-navy-bright {
  background-color: #3846c1; }

.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: 0; }

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

/* 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-sm-ns {
    margin-right: 16px; }
  .mr-lg-ns {
    margin-right: 32px; }
  .ml-auto-ns {
    margin-left: auto; }
  .ml-xs-ns {
    margin-left: 8px; }
  .ml-sm-ns {
    margin-left: 16px; }
  .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; } }

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

/* LG */
@media only screen and (min-width: 1024px) {
  .mt-md-l {
    margin-top: 24px; } }

.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) {
  .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) {
  .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) {
  .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; }

/* 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); }

/* Carousel */
.fade-overlay {
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0)); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.skip-link:focus,
.skip-link:active {
  display: block; }

@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: swap;
  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: swap;
  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; }

/* tablet and up breakpoint */
@media only screen and (min-width: 768px) {
  .font-xxxs-ns {
    font-size: 0.875rem; }
  .font-xs-ns {
    font-size: 1.125rem; } }

/* tablet breakpoint */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .font-copy {
    font-size: 1.25rem; } }

/* desktop breakpoint */
@media only screen and (min-width: 1024px) {
  .font-copy {
    font-size: 1.25rem; }
  .font-md-l {
    font-size: 1.5rem; }
  .font-xxxs-l {
    font-size: 0.875rem; } }

/* mobile breakpoint */
@media only screen and (max-width: 767px) {
  .font-sm-md3 {
    font-size: 2rem; } }

.bold {
  font-weight: 800; }

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

.light {
  font-weight: 300; }

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

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

/* tablet and up breakpoint */
@media only screen and (min-width: 768px) {
  .left-ns {
    text-align: left; }
  .center-ns {
    text-align: center; }
  .right-ns {
    text-align: right; } }

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

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

.italic {
  font-style: italic; }

.lh3 {
  line-height: 1.5; }

.lh-lg {
  line-height: 1.5; }

.lh-md {
  line-height: 1.25; }

.lh-sm {
  line-height: 1.1; }

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

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

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

.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.btn-pa-0 {
  padding: 0; }

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

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

.btn.btn-selected {
  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 {
  background-color: #666; }

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

.btn.btn-selected.btn-black {
  background-color: #666; }

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

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

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

.btn.btn-blue.btn-selected {
  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 {
  background-color: #f0f0f0; }

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

.btn.btn-selected.btn-white {
  background-color: #f0f0f0; }

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

.btn.btn-alert:active {
  background-color: undefined; }

.btn.btn-alert:hover {
  background-color: undefined; }

.btn.btn-selected.btn-alert {
  background-color: undefined; }

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

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

.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,
.btn.btn-selected.btn-ghost {
  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,
.btn.btn-sm.btn-ghost.btn-selected {
  padding-top: 5px;
  padding-bottom: 5px; }

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

.transition-opacity {
  transition-property: opacity; }

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke; }

.duration-400 {
  transition-duration: 0.4s; }

.duration-200 {
  transition-duration: 0.2s; }

.ease-out {
  transition-timing-function: ease-out; }

.ease-in {
  transition-timing-function: ease-in; }

.ease-in-out {
  transition-timing-function: ease-in-out; }

.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-black {
  border-color: #000; }

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

.last\:bt:last-child {
  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; }

.pointer-events-none {
  pointer-events: none; }

.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: #f7f7f7; }

.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-blue:hover {
  color: #1955a5; }

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

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

.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-row {
  flex-direction: row; }

.flex-1 {
  flex: 1; }

.flex-none {
  flex: none; }

.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-row {
  flex-direction: row; }

.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-0 {
  opacity: 0; }

.o-15 {
  opacity: 0.15; }

.o-50 {
  opacity: 0.5; }

.o-75 {
  opacity: 0.75; }

.o-100 {
  opacity: 1; }

.overflow-hidden {
  overflow: hidden; }

.overflow-auto {
  overflow: auto; }

.overflow-xscroll {
  overflow-x: scroll;
  scrollbar-width: none; }

.overflow-xscroll::-webkit-scrollbar {
  display: none; }

@media only screen and (min-width: 1024px) {
  .overflow-visible-lg {
    overflow: visible; } }

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

.nowrap {
  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); }

.shadow-light {
  box-shadow: 0 1px 1px 0 rgba(102, 102, 102, 0.1); }

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

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

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

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

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

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

.w-0 {
  width: 0; }

.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) {
  .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-row {
    flex-direction: row; }
  .inline-flex-ns-1 {
    flex: 1; }
  .items-ns-center {
    align-items: center; }
  .items-ns-end {
    align-items: flex-end; }
  .justify-center-ns {
    justify-content: center; }
  .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) {
  .dn-m {
    display: none; }
  .article-body h3 {
    font-size: 1.5rem; }
  .pullquote {
    font-size: 1.5rem; } }

@media only screen and (min-width: 1024px) {
  .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; }
  .flex-l {
    display: flex; }
  .article-body h3 {
    font-size: 2rem; }
  .pullquote {
    font-size: 2rem; }
  .mt-md-l {
    margin-top: 24px; }
  .o-0-l {
    opacity: 0; }
  .o-100-l {
    opacity: 1; }
  .w-0-l {
    width: 0; }
  .w-100-l {
    width: 100%; }
  .visible-l {
    visibility: visible; }
  .hidden-l {
    visibility: hidden; }
  .flex-l {
    display: flex; } }

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

@media only screen and (max-width: 767px) {
  .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%; } }

.my-post .btn--primary, .my-post .btn--action {
  background-color: #166dfc;
  border-color: #166dfc;
  box-shadow: none;
  border-radius: 20px; }
  .my-post .btn--primary:hover, .my-post .btn--action:hover {
    background-color: #039;
    border-color: #039; }
  .my-post .btn--primary:disabled, .my-post .btn--primary:hover:disabled, .my-post .btn--action:disabled, .my-post .btn--action:hover:disabled {
    color: #aaa;
    background-color: #d5d5d5;
    border-color: #d5d5d5; }

.my-post .btn--link:hover {
  color: #666; }

.my-post .btn--ghost {
  box-shadow: none;
  background-color: #fff;
  border-width: 1px;
  border-color: #666;
  color: #000;
  border-radius: 20px; }
  .my-post .btn--ghost:hover {
    background-color: #f0f0f0;
    border-color: #666; }

/* Import base framework and mixins */
/*
 * Spacer Dot
 * Creates a vertically-aligned circular pseudo-element
 *
 * @param String $size - diameter in pixels
 * @param String $size - color variable defined in _colors.scss
*/
/*
 * Background Color
 * Creates a class ".bg-color-name" and sets the background color to the value
 * NOTE: Use only inside a .bg selector block
 *
 * @param String $color-name - color variable defined in _colors.scss
*/
/*
 * Text Color
 * Creates a class ".color-name" and sets the color to the value
 *
 * @param String $color-name - color variable defined in _colors.scss
*/
/*
 * Fill Color
 * Creates a class ".fill-color-name" and sets the fill color to the value
 *
 * @param String $color-name - color variable defined in _colors.scss
*/
/*
 * Text Hover Color
 * Creates a class ".hover-${color-name}" and sets the hover color to the value
 *
 * @param String $color-name - color variable defined in _colors.scss
*/
/*
 * Fill Hover Color
 * Creates a class ".hover-fill-${color-name}" and sets the hover fill color to the value
 *
 * @param String $color-name - color variable defined in _colors.scss
*/
/*
 * Media Query: Breakpoint - "Small"
 * Covers all viewports 767px and smaller
 *
*/
/*
 * Media Query: Breakpoint - "Not Small"
 * Covers all viewports 768px and wider
 *
*/
/*
 * Media Query: Breakpoint - Medium
 * Covers all viewports 768px - 1023px wide
 *
*/
/*
 * Media Query: Breakpoint - Large
 * Covers all viewports 1024px and wider
 *
*/
/*
 * Media Query: Breakpoint - Not Large
 * Covers all viewports 1023px and under
 *
*/
/*
 * Media Query: No-Hover
 * Targets devices whose primary input mechanisms CANNOT hover (eg. touchscreen devices)
 *
*/
/*
 * Media Query: Hover
 * Targets devices whose primary input mechanisms CAN hover (eg. desktops)
 *
*/
/*
 * Washpost variable declarations
 * These variables can be used with the sass function "map-get($map, $key)"
 * Using variables helps keep code DRY and design consistent
 *
 * http://sass-lang.com/documentation/Sass/Script/Functions.html
*/
/*
   BREAKPOINTS

   Variables indicate the max-width of each breakpoint
 */
/*
   COLORS
 */
/*
   GUTTERS
 */
/*
   PATH HELPERS
 */
/*
   SPACERS
   -mod signifies a module spacer value
 */
/*
   TYPOGRAPHY

   Font sizes are in REM units
   The project base root is set at 16px = 1rem
   The default font weight is 300
 */
/* Washington Post css framework files */
/*
 * _grid.scss
 *
 * To define/place elements within the grid, use the class pattern
 * `grid-item grid-item--cols-{size}-{number}`
 *    - {num} represents the numbers of columns (out of 12) your element should span
 *    - {size} represents the breakpoint at which this width should apply
 *    - For elements that should always span 12 columns, "all" is a valid {size}
 *    - All elements defined in this manor will start immediately adjacent to the preceding
 *      grid-item element.
 *
 * If use cases requiring more restricted/customized wrapping and placement arise,
 * this grid framework can be extended to include classes that define grid-column-start.
 */
.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]);
  box-sizing: border-box;
  width: 100%;
  max-width: calc(1440px + 16vw);
  padding: 0 calc(10vw / 2);
  grid-column-gap: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .grid {
      padding: 0 calc(10vw / 2);
      grid-column-gap: 0; } }
  @media only screen and (min-width: 1024px) {
    .grid {
      padding: 0 calc(16vw / 2);
      grid-column-gap: 32px; } }
  .grid-item {
    box-sizing: border-box;
    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: 768px) and (max-width: 1023px) {
      .grid-item--cols-start-md-1 {
        -ms-grid-column: 1; }
      .grid-item--cols-start-md-2 {
        -ms-grid-column: 2; }
      .grid-item--cols-start-md-3 {
        -ms-grid-column: 3; }
      .grid-item--cols-start-md-4 {
        -ms-grid-column: 4; }
      .grid-item--cols-start-md-5 {
        -ms-grid-column: 5; }
      .grid-item--cols-start-md-6 {
        -ms-grid-column: 6; }
      .grid-item--cols-start-md-7 {
        -ms-grid-column: 7; }
      .grid-item--cols-start-md-8 {
        -ms-grid-column: 8; }
      .grid-item--cols-start-md-9 {
        -ms-grid-column: 9; }
      .grid-item--cols-start-md-10 {
        -ms-grid-column: 10; }
      .grid-item--cols-start-md-11 {
        -ms-grid-column: 11; }
      .grid-item--cols-start-md-12 {
        -ms-grid-column: 12; }
      .grid-item--cols-md-1 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1; }
      .grid-item--cols-md-2 {
        -ms-grid-column-span: 2;
        grid-column-end: span 2; }
      .grid-item--cols-md-3 {
        -ms-grid-column-span: 3;
        grid-column-end: span 3; }
      .grid-item--cols-md-4 {
        -ms-grid-column-span: 4;
        grid-column-end: span 4; }
      .grid-item--cols-md-5 {
        -ms-grid-column-span: 5;
        grid-column-end: span 5; }
      .grid-item--cols-md-6 {
        -ms-grid-column-span: 6;
        grid-column-end: span 6; }
      .grid-item--cols-md-7 {
        -ms-grid-column-span: 7;
        grid-column-end: span 7; }
      .grid-item--cols-md-8 {
        -ms-grid-column-span: 8;
        grid-column-end: span 8; }
      .grid-item--cols-md-9 {
        -ms-grid-column-span: 9;
        grid-column-end: span 9; }
      .grid-item--cols-md-10 {
        -ms-grid-column-span: 10;
        grid-column-end: span 10; }
      .grid-item--cols-md-11 {
        -ms-grid-column-span: 11;
        grid-column-end: span 11; }
      .grid-item--cols-md-12 {
        -ms-grid-column-span: 12;
        grid-column-end: span 12; }
      .grid-item--rows-start-md-1 {
        -ms-grid-row: 1; }
      .grid-item--rows-start-md-2 {
        -ms-grid-row: 2; }
      .grid-item--rows-start-md-3 {
        -ms-grid-row: 3; }
      .grid-item--rows-start-md-4 {
        -ms-grid-row: 4; }
      .grid-item--rows-start-md-5 {
        -ms-grid-row: 5; }
      .grid-item--rows-start-md-6 {
        -ms-grid-row: 6; }
      .grid-item--rows-start-md-7 {
        -ms-grid-row: 7; }
      .grid-item--rows-start-md-8 {
        -ms-grid-row: 8; }
      .grid-item--rows-start-md-9 {
        -ms-grid-row: 9; }
      .grid-item--rows-start-md-10 {
        -ms-grid-row: 10; }
      .grid-item--rows-start-md-11 {
        -ms-grid-row: 11; }
      .grid-item--rows-start-md-12 {
        -ms-grid-row: 12; }
      .grid-item--rows-md-1 {
        -ms-grid-row-span: 1;
        grid-row-end: span 1; }
      .grid-item--rows-md-2 {
        -ms-grid-row-span: 2;
        grid-row-end: span 2; }
      .grid-item--rows-md-3 {
        -ms-grid-row-span: 3;
        grid-row-end: span 3; }
      .grid-item--rows-md-4 {
        -ms-grid-row-span: 4;
        grid-row-end: span 4; }
      .grid-item--rows-md-5 {
        -ms-grid-row-span: 5;
        grid-row-end: span 5; }
      .grid-item--rows-md-6 {
        -ms-grid-row-span: 6;
        grid-row-end: span 6; }
      .grid-item--rows-md-7 {
        -ms-grid-row-span: 7;
        grid-row-end: span 7; }
      .grid-item--rows-md-8 {
        -ms-grid-row-span: 8;
        grid-row-end: span 8; }
      .grid-item--rows-md-9 {
        -ms-grid-row-span: 9;
        grid-row-end: span 9; }
      .grid-item--rows-md-10 {
        -ms-grid-row-span: 10;
        grid-row-end: span 10; }
      .grid-item--rows-md-11 {
        -ms-grid-row-span: 11;
        grid-row-end: span 11; }
      .grid-item--rows-md-12 {
        -ms-grid-row-span: 12;
        grid-row-end: span 12; } }
    @media only screen and (min-width: 1024px) {
      .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; } }

/*
   OPACITY
   Base:
     o = opacity
   Modifiers:
    -val = percentage value
*/
.o-0 {
  opacity: 0; }

.o-15 {
  opacity: 0.15; }

.o-50 {
  opacity: 0.5; }

.o-75 {
  opacity: 0.75; }

/*
   AUTHOR BYLINE
*/
@media only screen and (max-width: 767px) {
  .byline .author-text {
    font-size: 0.875rem; } }

.byline .author-tooltip {
  width: 225px; }

@keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

p[data-qa="disclaimer-description"] [data-label="cta"] {
  transition: all 1s;
  opacity: 1; }
  p[data-qa="disclaimer-description"] [data-label="cta"].o-0 {
    animation: fadeout 1s; }

.gallery,
.preview-gallery {
  max-height: 500px;
  min-height: 250px; }
  .gallery img,
  .gallery figure,
  .gallery .ad,
  .preview-gallery img,
  .preview-gallery figure,
  .preview-gallery .ad {
    max-height: 500px; }
    .gallery img.fullscreen,
    .gallery figure.fullscreen,
    .gallery .ad.fullscreen,
    .preview-gallery img.fullscreen,
    .preview-gallery figure.fullscreen,
    .preview-gallery .ad.fullscreen {
      height: 100vh;
      max-height: 100vh; }
  .gallery .icon-chevron-right,
  .gallery .icon-chevron-left,
  .preview-gallery .icon-chevron-right,
  .preview-gallery .icon-chevron-left {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5)); }
  @media only screen and (max-width: 767px) {
    .gallery .ad,
    .gallery figure,
    .preview-gallery .ad,
    .preview-gallery figure {
      margin-right: auto;
      margin-left: auto; } }
  .gallery wp-ad,
  .preview-gallery wp-ad {
    height: 1px;
    width: 1px; }

.hp-top-nav-menu:last-child {
  margin-right: 24px; }

.hp-top-nav-menu a {
  color: #f0f0f0; }
  .hp-top-nav-menu a:hover {
    color: #fff; }

.article-body h3,
.article-body h4,
.article-body h5 {
  font-family: Postoni, BodoniSvtyTwoITCTT-Book, georgia, serif;
  line-height: 1.25; }
  @media only screen and (max-width: 767px) {
    .article-body h3,
    .article-body h4,
    .article-body h5 {
      padding-top: 32px; } }

.article-body h3 {
  font-size: 1.75rem; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .article-body h3 {
      font-size: 2rem; } }
  @media only screen and (min-width: 1024px) {
    .article-body h3 {
      font-size: 2rem; } }

.article-body h4 {
  font-size: 1.5rem; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .article-body h4 {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1024px) {
    .article-body h4 {
      font-size: 1.75rem; } }

.article-body h5 {
  font-size: 1.5rem; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .article-body h5 {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1024px) {
    .article-body h5 {
      font-size: 1.5rem; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inline-story h2 {
    font-size: 2rem; } }

@media only screen and (min-width: 1024px) {
  .inline-story h2 {
    font-size: 2.5rem; } }

/*
   KICKER
   A kicker is a small link or label above a headline.
   It is followed by an optional transparency label.

   A decorative dot separates the kicker and a label.
*/
.kicker {
  font-size: 1rem;
  line-height: 1.25; }
  @media only screen and (max-width: 767px) {
    .kicker {
      font-size: 0.875rem; } }
  .kicker-label:before {
    border-radius: 50%;
    height: 4px;
    width: 4px;
    background-color: #666;
    vertical-align: middle;
    display: inline-block;
    content: "";
    margin-left: calc(4px * 2);
    margin-right: calc(4px * 2); }

/*
   LINKS
   All links default to black with Washington Post blue hover.
*/
.link:hover, .article-body a:hover {
  color: #3d73d5; }

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

/* TODO: Move to Site Components */
.fadeout {
  overflow: hidden;
  position: relative; }
  .fadeout:before {
    content: "";
    height: 50%;
    bottom: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), 30%, #fff); }

.link-box .text-preview {
  max-height: 380px; }

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

/* arrows hover  */
.magnet svg {
  transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1); }

/* TODO: Move this to the SCL Text hover colors */
.hover-blue:hover {
  color: #1955a5; }

.tooltip {
  filter: drop-shadow(#adadad 0 2px 10px); }
  @media (hover: hover) {
    .tooltip {
      transition: visibility 0s linear 0.2s; } }
  .tooltip:before {
    content: "";
    position: absolute;
    border-style: solid; }
  .tooltip-top:before, .tooltip-bottom:before {
    width: 0;
    height: 0; }
  .tooltip-right {
    left: 100%;
    padding: 24px; }
    .tooltip-right:before {
      left: -14px;
      top: calc(50% - 10px);
      border-width: 10px 14px 10px 0;
      border-color: transparent #fff transparent transparent; }
  .tooltip-top {
    bottom: 90%;
    padding: 16px; }
    .tooltip-top:before {
      bottom: -14px;
      border-width: 14px 10px 0;
      border-color: #fff transparent transparent; }
  .tooltip-bottom {
    padding: 16px; }
    .tooltip-bottom:before {
      top: -14px;
      border-width: 0 10px 14px;
      border-color: transparent transparent #fff; }

.kicker-tooltip {
  left: -20px; }
  .kicker-tooltip:before {
    left: 40px; }

.pullquote {
  font-size: 1.25rem; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .pullquote {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1024px) {
    .pullquote {
      font-size: 2rem; } }
  .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; }

/* Pulsing red dot animation */
@keyframes blink {
  from {
    opacity: 1; }
  to {
    opacity: 0.3; } }

/*
  SPACER DOT
  Prepends a vertically-aligned circular pseudo-element
  to the element with the class
*/
.dot-xxs-gray-dark:before {
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background-color: #666;
  vertical-align: middle;
  display: inline-block;
  content: "";
  margin-left: calc(4px * 2);
  margin-right: calc(4px * 2); }

.dot-xxs-gray-darkest:before {
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background-color: #2a2a2a;
  vertical-align: middle;
  display: inline-block;
  content: "";
  margin-left: calc(4px * 2);
  margin-right: calc(4px * 2); }

.dot-xs-red:before {
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background-color: #d8070e;
  vertical-align: middle;
  display: inline-block;
  content: "";
  margin-left: calc(8px * 2);
  margin-right: calc(8px * 2); }

.dot-xs-red.blink {
  animation: blink 1.2s infinite alternate; }

.dot-xs-red:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0; }

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

.table {
  border-collapse: collapse; }
  .table .th,
  .table .td {
    min-width: 50px;
    line-height: 1.3; }
    .table .th.no-wrap,
    .table .td.no-wrap {
      white-space: nowrap; }
    .table .th.sticky-column, .table .th.sticky-adjacent-column,
    .table .td.sticky-column,
    .table .td.sticky-adjacent-column {
      width: 160px;
      min-width: 160px; }
      @media only screen and (min-width: 768px) {
        .table .th.sticky-column, .table .th.sticky-adjacent-column,
        .table .td.sticky-column,
        .table .td.sticky-adjacent-column {
          width: 200px;
          min-width: 200px; } }
    .table .th.sticky-column,
    .table .td.sticky-column {
      background-color: #fff;
      left: 0; }

.search-form input {
  outline: none;
  box-shadow: none;
  height: 34px;
  line-height: 20px;
  transition: all 250ms cubic-bezier(0.49, 0.37, 0.45, 0.71); }

@media only screen and (min-width: 768px) {
  .newsletter-form {
    max-width: 60%; } }

input[type="radio"],
.radio-button {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px; }
  input[type="radio"]::-ms-check,
  .radio-button::-ms-check {
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    border: #d5d5d5;
    background-color: #fff;
    color: #fff; }
  input[type="radio"]:checked,
  .radio-button:checked {
    box-shadow: inset 0 0 0.7px #000;
    border: 6px solid #1955a5; }
    input[type="radio"]:checked::-ms-check,
    .radio-button:checked::-ms-check {
      box-shadow: inset 0 0 0.7px #000;
      border: 6px solid #1955a5; }
  input[type="radio"]:focus,
  .radio-button:focus {
    outline: none; }

.form-input {
  height: 40px; }
  .form-input-error {
    outline: 0;
    border: 1px solid #d8070e; }
  .form-input-valid:focus {
    outline: 0;
    border: 1px solid #3d73d5; }
  .form-input::placeholder {
    color: #d5d5d5; }

.checkbox {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  outline: none; }

input[type="checkbox"]:checked {
  background-color: #1955a5; }

input[type="checkbox"]:checked:after {
  content: url("/pf/resources/images/svgs/check.svg");
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.sectionnav .vertical-logo {
  max-width: 127px;
  min-width: 127px; }
  @media only screen and (min-width: 768px) {
    .sectionnav .vertical-logo {
      max-width: 232px; } }

@keyframes slidein {
  0% {
    margin-left: -80px; }
  100% {
    margin-left: 0; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.utility-bar {
  opacity: 0;
  margin-left: -80px;
  animation: 1s slidein ease 500ms forwards, 1s fadein ease 1s forwards;
  width: 48px; }
  .utility-bar.fixed {
    top: 60px; }
  .utility-bar .utility-bar__item {
    transition: background-color 200ms ease-in-out; }
    .utility-bar .utility-bar__item:hover {
      background-color: #f0f0f0; }

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

: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;
  /* needed to overwrite the default Safari styles for mobile/tablet */
  -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; }

/* @TODO: Replace me with a rule in _resets.scss */
.border-box {
  box-sizing: border-box; }

/*
 * This file is reserved for overrides to the amp html tags
*/
amp-sidebar {
  margin-top: 60px;
  background-color: #2a2a2a;
  width: 300px;
  height: calc(100vh - 60px); }

/* for amp-consent */
.amp-consent-lightbox {
  top: 0;
  overflow-x: scroll; }

.amp-carousel-button {
  background-color: transparent;
  background-size: contain; }

amp-carousel img {
  object-fit: contain; }

.amp-article-carousel {
  background-color: #000; }
  .amp-article-carousel .amp-carousel-button {
    background-color: transparent;
    background-size: contain; }
  .amp-article-carousel .amp-carousel-button-next {
    background-image: url(/pf/resources/images/svgs/chevron-right.svg); }
  .amp-article-carousel .amp-carousel-button-prev {
    background-image: url(/pf/resources/images/svgs/chevron-left.svg); }
  .amp-article-carousel img {
    object-fit: contain; }

.amp-sticky-ad-close-button {
  display: none; }

.account {
  /* Subscriber-only section */ }
  .account-header-container {
    height: 280px;
    background-color: #182d57; }
  .account-header-bg {
    background-image: url("https://subscribe.washingtonpost.com/static/images/account-header-bg.png");
    height: 280px; }
  .account .account-section-title {
    font-size: 30px;
    line-height: 34px; }
    @media only screen and (max-width: 767px) {
      .account .account-section-title {
        font-size: 1.5rem; } }
  .account .account-sub-only {
    padding-bottom: 35px;
    padding-right: 20px;
    padding-left: 20px; }
    @media only screen and (max-width: 767px) {
      .account .account-sub-only {
        padding-right: 0;
        padding-left: 0; } }
  .account .saved-stories-link {
    color: #4d4d4d;
    white-space: nowrap;
    border-bottom: 1px solid #4d4d4d;
    top: -4px; }

.navigation-container .selected-mob {
  border-left: 3px solid #1955a5;
  color: #1955a5; }

.navigation-container .selected {
  color: #fff;
  border-radius: 3px;
  background: #1955a5; }

@media only screen and (max-width: 767px) {
  .navigation-container .ext-link {
    display: inline-block; } }

@media only screen and (max-width: 767px) {
  .acc-footer-links {
    font-size: 14px; } }

@media only screen and (max-width: 767px) {
  .my-post-story .hero-text-size {
    font-size: 1.25rem; }
  .my-post-story .blurb-font-size {
    font-size: 1rem; } }

/* Loading indicator - spinner */
.spinner-container {
  min-height: 200px; }

.spinner {
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px; }
  .spinner > div {
    box-sizing: border-box;
    width: 51px;
    height: 51px;
    margin: 6px;
    border-width: 6px;
    border-style: solid;
    border-radius: 50%;
    animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #d5d5d5 transparent transparent transparent; }
    .spinner > div:nth-child(1) {
      animation-delay: -0.45s; }
    .spinner > div:nth-child(2) {
      animation-delay: -0.3s; }
    .spinner > div:nth-child(3) {
      animation-delay: -0.15s; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Inline article - leadart + caption override */
.account-story figcaption {
  margin-left: 16px;
  margin-right: 16px; }

.account-story figure {
  margin-left: 0;
  margin-right: 0; }

.container-width {
  width: 1440px;
  max-width: 1440px; }

.subs-cancel * {
  /* temp solution until this style is in reset.scss */
  box-sizing: border-box; }

.subs-cancel__form-container {
  min-height: calc(100vh - 111px); }

.subs-cancel__form-body {
  max-width: 350px; }

@media only screen and (min-width: 768px) {
  .bl-ns {
    border-left: 1px solid #d5d5d5; }
  .b-ns {
    border: 1px solid #d5d5d5; } }

/* temporary solution until response font sizing is in css framework */
@media only screen and (max-width: 767px) {
  .font-sm-md3 {
    font-size: 2rem; } }

.fade-out {
  width: 100%;
  height: 260px;
  margin-top: -260px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 90%);
  opacity: 0.9; }

@media only screen and (max-width: 767px) {
  .brad-sm-0 {
    border-radius: 0; }
  .bt-sm {
    border-top: 1px solid #d5d5d5; }
  .bb-sm {
    border-bottom: 1px solid #d5d5d5; } }

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

.headline-flex-basis {
  flex-basis: 90%; }
  @media only screen and (min-width: 767px) {
    .headline-flex-basis {
      flex-basis: 75%; } }
  @media only screen and (min-width: 980px) {
    .headline-flex-basis {
      flex-basis: 80%; } }
  @media only screen and (min-width: 1300px) {
    .headline-flex-basis {
      flex-basis: 84%; } }

.desktop-article-pad {
  padding: 0 8%; }
  @media only screen and (min-width: 1600px) {
    .desktop-article-pad {
      padding: 0 16%; } }

@media print {
  @page {
    margin: 16px 0; }
  body {
    display: inline; }
  .hide-for-print {
    display: none; }
  .show-for-print {
    display: block; }
  p {
    page-break-inside: avoid; }
  .pb-md {
    padding-bottom: 10px; }
  a,
  a span,
  .byline,
  .display-date,
  .author-name,
  .font-copy {
    color: #000;
    font-size: 14px; } }

div[data-oembed-type="youtube"] {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  div[data-oembed-type="youtube"] iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.raw-html iframe {
  max-width: 100%; }

/*
   COLORS
 */
@media only screen and (min-width: 768px) {
  .mypost-home .story-collection {
    margin-bottom: 40px; } }

@media only screen and (min-width: 768px) {
  .mypost-home .story-collection--header {
    margin-bottom: 40px; } }

.mypost-home .story-collection--section {
  padding: 0;
  margin-bottom: 40px; }
  .mypost-home .story-collection--section--bordered {
    /* stylelint-disable-next-line */
    padding-bottom: 40px !important;
    border-bottom: 1px solid #d5d5d5; }
  @media only screen and (min-width: 768px) {
    .mypost-home .story-collection--section :nth-child(2) .my-post-story {
      margin-bottom: 16px;
      border-bottom: 1px solid #d5d5d5; } }

.mypost-home .story-collection .my-post-story .text--after-blurb a {
  /* stylelint-disable-next-line */
  font-weight: 700;
  color: #1955a5; }
  .mypost-home .story-collection .my-post-story .text--after-blurb a:hover {
    color: #3d73d5; }

.mypost-home--spinner {
  min-height: 0;
  width: 0;
  margin-left: auto;
  top: 32px; }
  @media only screen and (min-width: 768px) {
    .mypost-home--spinner {
      top: 20px; } }

/*
   COLORS
 */
.sign-in-text {
  min-width: 80px;
  text-align: right; }

.offer-page,
.error-boundary {
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .offer-page,
    .error-boundary {
      margin-top: 50px; } }
  @media only screen and (min-width: 768px) {
    .offer-page,
    .error-boundary {
      margin-left: 38px;
      margin-right: 0; } }
  .offer-page .headline-wrapper,
  .error-boundary .headline-wrapper {
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .offer-page .headline,
  .error-boundary .headline {
    color: #2a2a2a;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 34px; }
  .offer-page .price--old-price,
  .error-boundary .price--old-price {
    color: #aaa;
    text-decoration: line-through; }
  .offer-page .price--new-price,
  .error-boundary .price--new-price {
    color: #61a125;
    font-weight: 700; }
  .offer-page .btn--claim-button,
  .error-boundary .btn--claim-button {
    width: 230px;
    border-radius: 30px;
    line-height: 22px; }
  .offer-page .btn--retry-button,
  .error-boundary .btn--retry-button {
    margin-top: 4px;
    width: 165px; }
  .offer-page .success-checkmark-wrapper,
  .error-boundary .success-checkmark-wrapper {
    display: inline-block;
    height: 32px;
    width: 32px;
    vertical-align: bottom;
    background-color: #61a125;
    border-radius: 50%; }
    .offer-page .success-checkmark-wrapper .success-checkmark,
    .error-boundary .success-checkmark-wrapper .success-checkmark {
      padding-top: 5px;
      padding-left: 3px; }

.tabs-wrapper {
  margin: 0 -2px; }
  .tabs-wrapper .tab {
    height: 4px;
    border-radius: 2px;
    background: #f0f0f0;
    margin: 0 2px; }
    .tabs-wrapper .tab .fill {
      height: 100%;
      border-radius: 2px;
      background-color: #166dfc;
      transition: 150ms width linear;
      width: 0; }

@media only screen and (min-width: 767px) {
  .tabs-wrapper {
    margin: 0 -8px; }
    .tabs-wrapper .tab {
      margin: 0 8px; } }

/*
   COLORS
 */
.manage-interest-wrapper {
  display: grid;
  justify-content: center; }
  .manage-interest-wrapper .content-pack-wrapper {
    display: grid;
    grid-template-columns: 8fr 8fr 8fr;
    grid-gap: 10px;
    max-width: 1000px; }
  .manage-interest-wrapper .interest-first-row {
    display: grid;
    grid-template-columns: 6fr 10fr; }
  .manage-interest-wrapper .page-title {
    justify-self: start; }
  .manage-interest-wrapper .interested-green {
    color: #61a125;
    border-color: #61a125; }
  .manage-interest-wrapper .not-interested-red {
    color: #ae060b;
    border-color: #ae060b; }

.cp-wrapper .font--magazine-headline {
  font-size: 1.75rem; }

.content-pack {
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  transition: all 0.5s linear;
  opacity: 0; }
  .content-pack.active {
    transform: scale(1);
    opacity: 1; }
    .content-pack.active .content-pack-layer {
      border: 1px solid #d5d5d5;
      transform: scale(0.95);
      padding-bottom: 7px;
      border-radius: 2px;
      position: relative;
      top: 7px;
      border-top: none; }
  .content-pack__image img {
    width: 100%; }
  .content-pack .pack-actions .btn {
    border-radius: 40px;
    padding: 10px 12px;
    box-shadow: none; }
    .content-pack .pack-actions .btn:active {
      background: none; }
    .content-pack .pack-actions .btn.yes:active {
      color: #61a125;
      border-color: #61a125; }
    .content-pack .pack-actions .btn.no:active {
      color: #d8070e;
      border-color: #d8070e; }

.page-nav-button {
  position: fixed;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  bottom: 0;
  border-top: 1px solid #f0f0f0;
  background: #ffff; }
  .page-nav-button button {
    border: none;
    width: 100%; }

@media only screen and (min-width: 767px) {
  .cp-wrapper .font--magazine-headline {
    font-size: 2.5rem; }
  .cp-wrapper .lh-md {
    line-height: 1.38rem; }
  .page-nav-button {
    position: static;
    padding: 0;
    border: none;
    width: auto;
    background: transparent; } }

.news-letter-page {
  padding-bottom: 100px; }

.interests-wrapper {
  flex-wrap: wrap;
  margin: 0 -8px; }

.group-head {
  font-size: 1rem;
  line-height: 1.25; }

.interest {
  min-width: 320px;
  border: 1px solid #d5d5d5;
  margin-bottom: 16px;
  box-sizing: border-box; }
  .interest .image {
    max-width: 100%;
    background: #f0f0f0; }
  .interest .details {
    height: 100%; }
    .interest .details .badge {
      border: 1px solid #2a2a2a;
      text-transform: uppercase;
      line-height: 17px;
      top: -12px; }
      .interest .details .badge .freq {
        border-left: 1px solid #2a2a2a;
        padding-top: 1px; }
      .interest .details .badge .type {
        padding-top: 1px; }
    .interest .details .btn-interest {
      border-radius: 40px;
      padding: 8px 18px;
      box-shadow: none; }
      .interest .details .btn-interest.isSelected {
        color: #61a125;
        border-color: #61a125; }

.page-nav {
  position: fixed;
  bottom: 0;
  border-top: 1px solid #d5d5d5; }
  .page-nav button {
    border: none; }
    .page-nav button.btn {
      border-radius: 20px;
      background: #166dfc; }
    .page-nav button.btn:disabled {
      background: #d5d5d5;
      color: #aaa; }
    .page-nav button.btn-progress {
      color: #aaa;
      background: #e9e9e9; }
      .page-nav button.btn-progress:active, .page-nav button.btn-progress:hover {
        color: #aaa;
        background: #e9e9e9; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .sectional-wrap {
    max-width: 1016px; }
  .interest {
    width: calc(50% - 16px); }
  .group-head {
    font-size: 1.13rem;
    line-height: 1.57; } }

@media only screen and (min-width: 1024px) {
  .sectional-wrap {
    max-width: 1016px; }
  .interest {
    width: calc(33.33% - 16px); }
  .group-head {
    font-size: 1.13rem;
    line-height: 1.57; } }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

@media only screen and (min-width: 1024px) {
  .page-headline {
    font-size: 2.5rem; }
  .width-75 {
    width: 75%; } }

.main-div {
  padding-top: 0; }

.first-headline {
  padding-top: 40px; }

.spin {
  animation: spinner 1.2s linear infinite; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-headline {
    font-size: 2.5rem; } }

@media only screen and (max-width: 768px) {
  .page-headline {
    font-size: 1.75rem; } }

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

.onboarding {
  border: none; }

.onboarding-tab-wrapper {
  display: grid;
  column-gap: 4px;
  grid-template-columns: 50% 50%; }
  .onboarding-tab-wrapper .tab {
    height: 4px;
    border-radius: 2px;
    background: #f0f0f0; }
    .onboarding-tab-wrapper .tab .fill {
      height: 100%;
      border-radius: 2px;
      background-color: #166dfc;
      transition: 150ms width linear;
      width: 0; }

.mw-800 {
  max-width: 880px; }

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

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

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

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

.w-20 {
  width: 20px; }

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

.c-pointer {
  cursor: pointer; }

.headLine {
  font-family: "postoniWide";
  font-size: 2rem;
  line-height: 35px; }

.desc {
  font-size: 1rem;
  line-height: 20px;
  cursor: default; }

.banner-image {
  margin: 16px auto;
  max-width: 130px;
  display: block; }

.db-till-ipadpro {
  display: block; }

.dn-till-ipadpro {
  display: none; }

.download-app-mobile {
  max-height: calc(100vh - 9.5rem);
  overflow-y: hidden; }

@media only screen and (min-width: 767px) {
  .headLine {
    font-size: 2.5rem;
    line-height: 45px; }
  .desc {
    font-size: 1.13rem;
    line-height: 25px; }
  .download-app-mobile {
    max-height: 100%;
    overflow-y: auto; } }

@media only screen and (min-width: 1025px) {
  .db-till-ipadpro {
    display: none; }
  .dn-till-ipadpro {
    display: block; } }

.download.full-bleed {
  margin: 0 -1rem; }
  .download.full-bleed .btn-group-border {
    border-top: 1px solid #d5d5d5;
    padding-bottom: 12px; }

