/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
 html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'quadraat-headliner-bold';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/1467085/1eb6e37d-1492-4d23-a14e-d08046af8736.eot?#iefix");
  src: url("../fonts/1467085/1eb6e37d-1492-4d23-a14e-d08046af8736.eot?#iefix") format("eot"), url("../fonts/1467085/1bc1e792-0a7d-4a81-98f7-2e5f59b53646.woff2") format("woff2"), url("../fonts/1467085/f8ae486d-abeb-4bc3-9d19-a2b232a03172.woff") format("woff"), url("../fonts/1467085/a2dd83dc-c25b-4c07-a2db-547503be603d.ttf") format("truetype");
}
@font-face {
  font-family: 'quadraat-headliner-bold';
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/1467089/38b5a71c-71e7-41e1-98f7-555017fea866.eot?#iefix");
  src: url("../fonts/1467089/38b5a71c-71e7-41e1-98f7-555017fea866.eot?#iefix") format("eot"), url("../fonts/1467089/3e07ae38-48c2-41e5-a243-e85a11f39214.woff2") format("woff2"), url("../fonts/1467089/b25c8e4b-c061-4180-be8a-e807dfeda613.woff") format("woff"), url("../fonts/1467089/c3c31d2c-3315-4671-98ef-709278c7629c.ttf") format("truetype");
}
@font-face {
  font-family: 'quadraat-sans-mono';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/1467109/c0aa9663-b9dc-44c0-ac3b-e59f03c4c4e4.eot?#iefix");
  src: url("../fonts/1467109/c0aa9663-b9dc-44c0-ac3b-e59f03c4c4e4.eot?#iefix") format("eot"), url("../fonts/1467109/b7b77a52-1fd6-4197-a1d6-812e87006823.woff2") format("woff2"), url("../fonts/1467109/4fbf500a-487a-455a-8fed-fed0a9ed52f5.woff") format("woff"), url("../fonts/1467109/bfa4c9b8-629b-4ae6-960f-e654161a1e21.ttf") format("truetype");
}
@font-face {
  font-family: 'quadraat-sans-mono';
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/1467117/9e80c0d0-4837-4f92-9d0f-ae6e366fe061.eot?#iefix");
  src: url("../fonts/1467117/9e80c0d0-4837-4f92-9d0f-ae6e366fe061.eot?#iefix") format("eot"), url("../fonts/1467117/3ae23f7b-57c0-428b-bbe7-785c609130bf.woff2") format("woff2"), url("../fonts/1467117/7a5e53b1-8248-4166-af6a-24543770ea19.woff") format("woff"), url("../fonts/1467117/08a27aac-d972-407e-96d3-bf63b475e36e.ttf") format("truetype");
}
@font-face {
  font-family: 'quadraat-sans-mono';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/1467121/075ea6e9-a02e-46b5-b94b-8b1c9ead4359.eot?#iefix");
  src: url("../fonts/1467121/075ea6e9-a02e-46b5-b94b-8b1c9ead4359.eot?#iefix") format("eot"), url("../fonts/1467121/f809ab8d-dbfe-465b-a6db-62a5d05169dc.woff2") format("woff2"), url("../fonts/1467121/3a009ffd-b223-4550-bd37-482e8566159b.woff") format("woff"), url("../fonts/1467121/f3d90516-957d-475b-93b6-2dce403442ae.ttf") format("truetype");
}
@font-face {
  font-family: 'quadraat-sans';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/1467137/f947040f-0e99-4c3c-ba71-abc4c076c306.eot?#iefix");
  src: url("../fonts/1467137/f947040f-0e99-4c3c-ba71-abc4c076c306.eot?#iefix") format("eot"), url("../fonts/1467137/36711d08-9313-43ea-9041-0ecd3e7f3fc7.woff2") format("woff2"), url("../fonts/1467137/d914d044-2742-46e4-a20d-a74e6edb5bf8.woff") format("woff"), url("../fonts/1467137/e5612ea0-9988-4073-ab13-67c154d94af1.ttf") format("truetype");
}
@font-face {
  font-family: 'quadraat-sans';
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/1467143/3753e3ae-de86-4ef9-bd4d-1f2f3e53373c.eot?#iefix");
  src: url("../fonts/1467143/3753e3ae-de86-4ef9-bd4d-1f2f3e53373c.eot?#iefix") format("eot"), url("../fonts/1467143/1b8bef76-8292-4f3b-b37f-530d60d283ab.woff2") format("woff2"), url("../fonts/1467143/56c03e58-5dbc-4053-be97-77469c2b81e1.woff") format("woff"), url("../fonts/1467143/a99b9942-c100-4e72-9619-f174c68820e3.ttf") format("truetype");
}
@font-face {
  font-family: 'quadraat-sans-cond';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/1467221/9537ba1d-3e28-4cd0-915d-a71084e8d276.eot?#iefix");
  src: url("../fonts/1467221/9537ba1d-3e28-4cd0-915d-a71084e8d276.eot?#iefix") format("eot"), url("../fonts/1467221/5fac7f4e-84d1-4cc6-93af-d6a55b29b0db.woff2") format("woff2"), url("../fonts/1467221/2517f2c6-de40-4676-a46b-be9d977f29f2.woff") format("woff"), url("../fonts/1467221/e81dd3bc-1c57-4ef5-a595-36f07f9acec4.ttf") format("truetype");
}
@font-face {
  font-family: 'quadraat-sans-cond';
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/1467227/5e96fe9f-0f2e-48d0-a09c-10be68429a58.eot?#iefix");
  src: url("../fonts/1467227/5e96fe9f-0f2e-48d0-a09c-10be68429a58.eot?#iefix") format("eot"), url("../fonts/1467227/3d3dfc6e-a31c-4176-870c-5e98a7bbc3f4.woff2") format("woff2"), url("../fonts/1467227/07d1d929-6fd2-40aa-b672-7ca5718dcc82.woff") format("woff"), url("../fonts/1467227/69a916b6-bed4-4059-8ce4-a1942d75e686.ttf") format("truetype");
}
@font-face {
  font-family: 'quadraat-sans';
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/1467245/576f9080-81e4-4ad3-8cc6-e7ba9d44f529.eot?#iefix");
  src: url("../fonts/1467245/576f9080-81e4-4ad3-8cc6-e7ba9d44f529.eot?#iefix") format("eot"), url("../fonts/1467245/c83b14a1-0853-4c87-bc11-04ce5ca4ff2d.woff2") format("woff2"), url("../fonts/1467245/a3ac6c6e-854c-46eb-9d4d-9fbabb133fff.woff") format("woff"), url("../fonts/1467245/f562c3f9-69e6-49d3-bbb6-8ff72954bb0a.ttf") format("truetype");
}
@font-face {
  font-family: 'quadraat-sans';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/1467287/5f686c15-310b-4ed4-8802-52d0dab792c8.eot?#iefix");
  src: url("../fonts/1467287/5f686c15-310b-4ed4-8802-52d0dab792c8.eot?#iefix") format("eot"), url("../fonts/1467287/d09f7e22-8977-460b-9874-097c38ae526c.woff2") format("woff2"), url("../fonts/1467287/62e054dc-c56a-4bae-9a0d-a7a55724fcd4.woff") format("woff"), url("../fonts/1467287/a777f97e-bc5f-4ede-8a25-9aaee6d30d12.ttf") format("truetype");
}
@font-face {
  font-family: 'quadraat';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/1467293/3c579e5d-795a-4525-9424-4b27323789ac.eot?#iefix");
  src: url("../fonts/1467293/3c579e5d-795a-4525-9424-4b27323789ac.eot?#iefix") format("eot"), url("../fonts/1467293/7f5045b2-7100-4f8b-9b37-27b608e0750b.woff2") format("woff2"), url("../fonts/1467293/b437b039-3fba-4adf-82f4-f7371276722e.woff") format("woff"), url("../fonts/1467293/612b6052-ef6a-4425-8da0-e5235a6eec6a.ttf") format("truetype");
}
@font-face {
  font-family: 'quadraat';
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/1467299/9b52befe-51f6-49f0-bf98-42058cd327ad.eot?#iefix");
  src: url("../fonts/1467299/9b52befe-51f6-49f0-bf98-42058cd327ad.eot?#iefix") format("eot"), url("../fonts/1467299/a3f406b4-fa9c-4ca7-8489-06349542a65b.woff2") format("woff2"), url("../fonts/1467299/2b6cc55c-7337-4fe4-8f64-9bdfdb891cbf.woff") format("woff"), url("../fonts/1467299/504d36b7-6567-41f9-8ca6-4cde51553224.ttf") format("truetype");
}
@font-face {
  font-family: 'quadraat';
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/1467317/577adc38-d890-47f7-982c-2fd58093acc1.eot?#iefix");
  src: url("../fonts/1467317/577adc38-d890-47f7-982c-2fd58093acc1.eot?#iefix") format("eot"), url("../fonts/1467317/21f1cd07-708d-4421-8dd4-202ae43a59c1.woff2") format("woff2"), url("../fonts/1467317/15e36739-a30f-4c7d-99de-86ee66da1caa.woff") format("woff"), url("../fonts/1467317/994346ec-787d-45a0-92f1-72270564b6bd.ttf") format("truetype");
}
@font-face {
  font-family: 'quadraat';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/1467323/d7679c8d-1ea1-433d-b7d3-a0ef4766d129.eot?#iefix");
  src: url("../fonts/1467323/d7679c8d-1ea1-433d-b7d3-a0ef4766d129.eot?#iefix") format("eot"), url("../fonts/1467323/c34c7d0e-b148-4a33-80d7-ac313a175354.woff2") format("woff2"), url("../fonts/1467323/8b437e89-3a64-45fa-896b-4bfb1dda9d3b.woff") format("woff"), url("../fonts/1467323/7773d0ea-b731-4b60-bce0-21c550bd3e16.ttf") format("truetype");
}
.marquee-hero-figure, .feature-vert-figure-wrap figure, .marquee-2nd-figure, .marquee-4th-figure, .footer-illo-figure, .contents-figure, .stack-figure, .home-features-figure, .home-forefront-figure, .article-figure,
.feature-figure {
  position: relative;
  height: 0;
  width: 100%;
}
.marquee-hero-figure a, .feature-vert-figure-wrap figure a, .marquee-2nd-figure a, .marquee-4th-figure a, .footer-illo-figure a, .contents-figure a, .stack-figure a, .home-features-figure a, .home-forefront-figure a, .article-figure a,
.feature-figure a {
  display: block;
}
.marquee-hero-figure img, .feature-vert-figure-wrap figure img, .marquee-2nd-figure img, .marquee-4th-figure img, .footer-illo-figure img, .contents-figure img, .stack-figure img, .home-features-figure img, .home-forefront-figure img, .article-figure img,
.feature-figure img,
.marquee-hero-figure video,
.feature-vert-figure-wrap figure video,
.marquee-2nd-figure video,
.marquee-4th-figure video,
.footer-illo-figure video,
.contents-figure video,
.stack-figure video,
.home-features-figure video,
.home-forefront-figure video,
.article-figure video,
.feature-figure video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-family: 'object-fit: cover;';
  object-fit: cover;
}

button, [type='button'], [type='reset'], [type='submit'],
.button {
  appearance: none;
  background-color: #002f62;
  border: 1px solid white;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "quadraat-sans", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  /*transition: background-color $base-duration $base-timing;*/
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
@media (min-width: 48em) and (max-width: 59.9375em) {
  button, [type='button'], [type='reset'], [type='submit'],
  .button {
    font-size: .875em;
  }
}
button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover,
.button:hover {
  background-color: white;
  border: 1px solid #002f62;
  color: #ca3430;
}
button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus,
.button:focus {
  outline: 3px solid rgba(202, 52, 48, 0.6);
  outline-offset: 2px;
}
button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled,
.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover,
.button:disabled:hover {
  background-color: #002f62;
}

.stack-more {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2em;
  padding-left: 2em;
  display: block;
}

.stack-issue-titles button {
  padding-right: 2em;
  padding-left: 2em;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.25em;
  padding: 0;
}

label {
  display: block;
  /*font-weight: 600;*/
  margin-bottom: 0.25em;
}

input,
select,
textarea {
  display: block;
  font-family: "quadraat", "Georgia", "Times", "Times New Roman", serif;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.5em;
  padding: 0.3333333333em;
  transition: border-color 200ms ease;
  width: 100%;
}
[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}
[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #ca3430;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(202, 52, 48, 0.7);
  outline: none;
}
[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}
[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #7a7a7a;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.25em;
}

[type="file"] {
  margin-bottom: 0.5em;
  width: 100%;
}

select {
  margin-bottom: 0.5em;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(202, 52, 48, 0.6);
  outline-offset: 2px;
}

html {
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

.article-body ul, .feature-body ul, .article-body ol, .feature-body ol {
  margin-top: 1.125em;
  margin-bottom: 1.125em;
}
@media only screen and (min-width: 60em) {
  .article-body ul, .feature-body ul, .article-body ol, .feature-body ol {
    margin-top: 1.3125em;
    margin-bottom: 1.3125em;
  }
}
.article-body ul li::before, .feature-body ul li::before, .article-body ol li::before, .feature-body ol li::before {
  float: left;
  margin-left: -1.375em;
  width: 1em;
}
.article-body ul p, .feature-body ul p, .article-body ol p, .feature-body ol p {
  margin: 0;
  padding: 0;
}
.article-body ul, .feature-body ul {
  list-style-type: disc;
}
.article-body ul li, .feature-body ul li {
  margin-left: 1.25em;
  padding-left: 0.25em;
}
.article-body ol, .feature-body ol {
  counter-reset: li;
}
.article-body ol li, .feature-body ol li {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.article-body ol li::before, .feature-body ol li::before {
  content: counter(li) ".";
  counter-increment: li;
  font-family: "quadraat-sans-mono", "Monaco", "Consolas", "Lucida Console", monospace;
  font-style: normal;
  font-weight: normal;
  padding-top: .125em;
}
@media only screen and (min-width: 60em) {
  .article-body ol li::before, .feature-body ol li::before {
    font-size: 1.125em;
    padding-top: .0625em;
  }
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 1em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.1;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #ddd;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.5em 0.5em 0.5em 0;
}

html {
  color: #222222;
  font-family: "quadraat", "Georgia", "Times", "Times New Roman", serif;
  font-size: 100%;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "quadraat-headliner-bold", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-size: 1.25em;
  line-height: 1.1;
  margin: 0 0 0.5em;
}

h1,
.h1 {
  font-size: 2.25em;
  margin-bottom: 0.3333333333em;
}
@media only screen and (min-width: 60em) {
  h1,
  .h1 {
    font-size: 2.75em;
  }
}

h2,
.h2 {
  font-size: 2em;
}
@media only screen and (min-width: 36em) {
  h2,
  .h2 {
    font-size: 2.25em;
  }
}

h3,
.h3 {
  font-size: 1.25em;
}
@media only screen and (min-width: 36em) {
  h3,
  .h3 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 68em) {
  h3,
  .h3 {
    font-size: 1.75em;
  }
}

h4,
.h4 {
  color: #ca3430;
  font-family: "quadraat-sans-mono", "Monaco", "Consolas", "Lucida Console", monospace;
  font-size: .875em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1.4;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  position: relative;
  text-transform: uppercase;
}
h4::before,
.h4::before {
  border-bottom: 1px solid #222222;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 2.5em;
}

h5,
.h5 {
  display: inline;
  font-family: "quadraat", "Georgia", "Times", "Times New Roman", serif;
  font-size: 1.125em;
  font-weight: normal;
  padding-right: .33em;
}
@media only screen and (min-width: 60em) {
  h5,
  .h5 {
    font-size: 1.25em;
  }
}

h6,
.h6 {
  font-size: 1.125em;
  line-height: 1.25;
}

p {
  color: #222222;
  margin: 0 0 0.5em;
}

address {
  font-style: normal;
}

.header-nav-more {
  font-family: "quadraat-sans", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-style: normal;
  font-weight: bold;
}

.header-nav-article-hed {
  color: #999999;
  font-family: "quadraat", "Georgia", "Times", "Times New Roman", serif;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
}

.article-related-slug, .stack-slug h1, .home-forefront-slug h1, .home-features-slug h1 {
  font-family: "quadraat-headliner-bold", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.marquee-hero-titles p, .feature-vert-titles-wrap p, .marquee-2nd p, .feature-data p, .footer-enews p, .contents-article--feature p, .stack-article--feature p, .stack-issue p, .contents-article--pullquote p, .home-features-article--pullquote p, .contents-article--forefront p, .stack-article--forefront p, .stack-article--photo p, .home-features-article--big p, .home-features-article--small p, .home-forefront-slug p, .article-titles p, .article-titles--photo-v p, .feature-titles p {
  font-family: "quadraat", "Georgia", "Times", "Times New Roman", serif;
  font-size: 1.125em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.25;
}
@media only screen and (min-width: 60em) {
  .marquee-hero-titles p, .feature-vert-titles-wrap p, .marquee-2nd p, .feature-data p, .footer-enews p, .contents-article--feature p, .stack-article--feature p, .stack-issue p, .contents-article--pullquote p, .home-features-article--pullquote p, .contents-article--forefront p, .stack-article--forefront p, .stack-article--photo p, .home-features-article--big p, .home-features-article--small p, .home-forefront-slug p, .article-titles p, .article-titles--photo-v p, .feature-titles p {
    font-size: 1.25em;
  }
}

.article-titles address, .article-titles--photo-v address, .feature-titles address, .feature-vert-titles-wrap address,
.tag-slug,
.article-tag {
  font-family: "quadraat-sans-mono", "Monaco", "Consolas", "Lucida Console", monospace;
  font-style: normal;
  font-weight: normal;
}

.marquee-3rd p, .contents-article--pullquote p, .stack-issue p, .home-features-article--pullquote p {
  font-family: "quadraat-sans-cond", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
}

.footer-fine-print p, .home-forefront-figure-wrap figcaption, .article-figure-wrap--wide figcaption, .article-figure-wrap--large figcaption, .article-figure-wrap--photo-h figcaption, .article-figure-wrap--small figcaption, .article-figure-wrap--photo-v figcaption, .feature-figure-wrap--small figcaption, .feature-figure-wrap--large figcaption, .feature-figure-wrap--wide figcaption, .article-figcaption-tablet, .feature-vert-figure-wrap figcaption,
.article-scientist-bio p,
.feature-pullquote-scientist-bio p,
.feature-scientist-bio p,
.scientist-name {
  font-family: "quadraat-sans-mono", "Monaco", "Consolas", "Lucida Console", monospace;
  font-size: .875em;
  font-style: normal;
  font-weight: normal;
  line-height: 1.25;
}

.photo-credit {
  color: #999999;
}

.header-nav-more, .home-forefront-more, .home-features-more, .home-features-sidebar-data time, .contents-article--feature time, .stack-article--feature time, .stack-issue time, .contents-article--pullquote time, .home-features-article--pullquote time, .contents-article--forefront time, .stack-article--forefront time, .stack-article--photo time, .home-features-article--big time, .home-features-article--small time, .article-titles time, .article-titles--photo-v time, .feature-titles time, .feature-vert-titles-wrap time, .home-features-sidebar-issue figcaption, .stack-issue figcaption, .footer-nav-item-wrap a, .article-lead-in, .feature-lead-in {
  font-size: .875em;
  letter-spacing: .1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.home-forefront-more, .home-features-more {
  margin-top: 2em;
  margin-bottom: 0;
  color: #999999;
  font-family: "quadraat-sans", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-style: normal;
  font-weight: normal;
}
@media only screen and (min-width: 36em) {
  .home-forefront-more, .home-features-more {
    font-size: 1em;
  }
}

.home-features-sidebar-data time, .contents-article--feature time, .stack-article--feature time, .stack-issue time, .contents-article--pullquote time, .home-features-article--pullquote time, .contents-article--forefront time, .stack-article--forefront time, .stack-article--photo time, .home-features-article--big time, .home-features-article--small time, .article-titles time, .article-titles--photo-v time, .feature-titles time, .feature-vert-titles-wrap time {
  color: #5a5a5a;
  display: block;
  font-feature-settings: 'lnum';
  margin-top: 2em;
}

.home-features-sidebar-issue figcaption, .stack-issue figcaption {
  font-family: "quadraat-sans-mono", "Monaco", "Consolas", "Lucida Console", monospace;
  font-style: normal;
  font-weight: normal;
}

.home-features-sidebar-issue h1, .home-features-sidebar-issue p {
  color: #1b75bc;
  font-family: "quadraat-sans", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.25;
}

.home-features-sidebar-issue h1 {
  font-family: "quadraat-sans", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
}

.footer-nav-item-wrap a {
  border-bottom: 1px solid #002f62;
  font-family: "quadraat-sans-mono", "Monaco", "Consolas", "Lucida Console", monospace;
  font-size: 1.125em;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.5em;
}
.footer-nav-item-wrap a:hover {
  border-bottom: 1px solid white;
  color: inherit;
}

.article-body p, .article-body--photo p, .feature-body p {
  font-size: 1.125em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 60em) {
  .article-body p, .article-body--photo p, .feature-body p {
    font-size: 1.3125em;
  }
}

.article-body a, .feature-body a {
  border-bottom: 1px solid #ca3430;
}
.article-body blockquote, .feature-body blockquote {
  padding-right: 1rem;
  padding-left: 1rem;
  color: #5a5a5a;
  font-size: 1em;
  margin-bottom: 1.125em;
}
@media only screen and (min-width: 60em) {
  .article-body blockquote, .feature-body blockquote {
    font-size: 1.25em;
  }
}

.article-lead-in, .feature-lead-in {
  font-family: "quadraat-headliner-bold", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-size: 1rem;
}

p.article-pullquote {
  color: #ca3430;
  font-family: "quadraat-sans-cond", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-size: 1.75em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.1;
}
@media only screen and (min-width: 60em) {
  p.article-pullquote {
    font-size: 2em;
  }
}

.article-body--photo p {
  font-family: "quadraat-sans-mono", "Monaco", "Consolas", "Lucida Console", monospace;
  font-size: .875em;
  font-style: normal;
  font-weight: normal;
}

.article-related-item address {
  color: #666666;
  font-family: "quadraat-sans", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-size: .875em;
  font-style: italic;
  font-weight: normal;
}
@media only screen and (min-width: 60em) {
  .article-related-item address {
    font-size: 1em;
  }
}

p.feature-pullquote {
  font-family: "quadraat-headliner-bold", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 60em) {
  p.feature-pullquote {
    font-size: 1.5em;
  }
}

.feature-sidebar-modal header h1 {
  font-size: 1.125em;
  line-height: 1.3;
}
@media only screen and (min-width: 36em) {
  .feature-sidebar-modal header h1 {
    font-size: 1.375em;
  }
}
.feature-sidebar-modal header p {
  font-family: "quadraat-sans", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-style: italic;
  font-weight: normal;
}
.feature-sidebar-modal p {
  font-family: "quadraat-sans", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-feature-settings: 'liga', 'kern', 'lnum';
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  line-height: 1.25;
}

.feature-jump-article h2, .contents-jump-article h2 {
  font-family: "quadraat-sans", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-style: normal;
  font-weight: normal;
}

a {
  color: inherit;
  text-decoration: none;
  text-decoration-skip: ink;
}
a:hover {
  color: #ca3430;
}
a:focus {
  outline: 3px solid rgba(202, 52, 48, 0.6);
  outline-offset: 2px;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1em 0;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: white;
}

svg,
path {
  position: absolute;
  top: 50%;
  left: 50%;
}

img {
  display: block;
}

.wrap, .header-nav, .header-nav--article, .footer-nav-item-wrap, .footer-fine-print {
  margin-right: auto;
  margin-left: auto;
  max-width: 75em;
}

.wrap {
  margin-bottom: 6em;
}
.wrap::after {
  clear: both;
  content: "";
  display: block;
}
.wrap > main::after {
  clear: both;
  content: "";
  display: block;
}
.wrap > .article:first-child, .wrap > .article--photo-v:first-child {
  padding-top: 0;
}

.header, .header--article {
  width: 100%;
  z-index: 101;
}
.sticky.header, .sticky.header--article {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: white;
  border-bottom: 1px solid #222222;
}
@media only screen and (min-width: 36em) {
  .sticky.header .header-nav-more, .sticky.header--article .header-nav-more {
    display: block;
  }
}
@media only screen and (min-width: 60em) {
  .sticky.header .header-nav-article-hed, .sticky.header--article .header-nav-article-hed {
    display: block;
  }
}
.sticky.header .icon-logo, .sticky.header--article .icon-logo {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  height: 1.98em;
  width: 4em;
  position: relative;
}
.sticky.header .icon-logo svg, .sticky.header--article .icon-logo svg {
  height: 1.98em;
  width: 4em;
  margin-left: -2em;
  margin-top: -0.99em;
}
@media only screen and (min-width: 36em) {
  .sticky.header .icon-logo, .sticky.header--article .icon-logo {
    height: 2.7225em;
    width: 5.5em;
    position: relative;
  }
  .sticky.header .icon-logo svg, .sticky.header--article .icon-logo svg {
    height: 2.7225em;
    width: 5.5em;
    margin-left: -2.75em;
    margin-top: -1.36125em;
  }
}
.sticky.header .icon-logo.background--dark svg, .sticky.header--article .icon-logo.background--dark svg {
  fill: inherit;
}
.sticky.header .icon-ru, .sticky.header--article .icon-ru {
  opacity: 1;
}

.header {
  position: absolute;
}

.header--article {
  position: fixed;
}
@media only screen and (min-width: 79em) {
  .header--article.sticky .header-nav-logo.icon-logo {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 79em) {
  .header-nav--article .header-nav-logo.icon-logo {
    margin-left: 2rem !important;
  }
}

.header-nav-item-wrap,
.header-nav-item--left,
.header-nav-item--right {
  align-items: center;
  display: flex;
}

.header-nav-item-wrap {
  justify-content: space-between;
}

.header-nav-item--left {
  float: left;
  margin-right: 1em;
  max-width: 100%;
  width: auto;
}
.header-nav-item--left::after {
  clear: both;
  content: "";
  display: block;
}

.header-nav-item--right {
  float: right;
  max-width: 50%;
}
.header-nav-item--right::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 48em) and (max-width: 59.9375em) {
  .header-nav-item--right {
    border-left: 1px solid #999999;
    margin-right: 2em;
    width: calc(25% - 2.5rem);
  }
}
@media only screen and (min-width: 60em) {
  .header-nav-item--right {
    max-width: 60%;
  }
}
@media only screen and (min-width: 68em) {
  .header-nav-item--right {
    max-width: 67%;
  }
}

.header-nav-logo {
  display: block;
  float: left;
}
.header-nav-logo.icon-logo {
  margin: 1rem 0.5em 1rem 1rem;
  height: 4.455em;
  width: 9em;
  position: relative;
  /*transition: width 300ms, height 300ms;*/
}
.header-nav-logo.icon-logo svg {
  height: 4.455em;
  width: 9em;
  margin-left: -4.5em;
  margin-top: -2.2275em;
}
@media only screen and (min-width: 36em) {
  .header-nav-logo.icon-logo {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 68em) {
  .header-nav-logo.icon-logo {
    height: 5.94em;
    width: 12em;
    position: relative;
  }
  .header-nav-logo.icon-logo svg {
    height: 5.94em;
    width: 12em;
    margin-left: -6em;
    margin-top: -2.97em;
  }
}
@media only screen and (min-width: 79em) {
  .header-nav-logo.icon-logo {
    margin-left: 0;
  }
}
.header-nav-logo.icon-logo svg {
  fill: #222222;
}
.header-nav-logo.icon-logo.background--dark svg {
  fill: white;
}
.header-nav-logo.icon-ru {
  height: 0.5265em;
  width: 13em;
  background-position: center;
  background-size: contain;
  margin-top: 0.5em;
  opacity: 0;
}
@media only screen and (min-width: 36em) {
  .header-nav-logo.icon-ru {
    height: 0.62775em;
    width: 15.5em;
  }
}

.header-nav-article-hed,
.header-nav-more {
  display: none;
  margin-bottom: 0;
}

.header-nav-article-hed-wrap {
  overflow: hidden;
}

.header-nav-article-hed {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 60em) {
  .header-nav-article-hed {
    font-size: 1.25em;
  }
}

.header-nav-more {
  margin-right: 1rem;
  margin-left: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  border-left: 1px solid #999999;
  flex-shrink: 0;
}
@media only screen and (min-width: 36em) {
  .header-nav-more {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1em;
    margin-right: 2rem;
  }
}
@media (min-width: 48em) and (max-width: 59.9375em) {
  .header-nav-more {
    border-left: 0;
    margin-left: 0.5em;
  }
}
@media only screen and (min-width: 60em) {
  .header-nav-more {
    font-size: 1em;
  }
}
@media only screen and (min-width: 79em) {
  .header-nav-more {
    margin-right: 0;
  }
}

.ru-header {
  height: 61px;
}

.ru-header-wrap {
  position: absolute;
  width: 100%;
  z-index: 102;
}

.ru-header--article {
  position: fixed;
}

.marquee, .stack-header, .home-forefront, .home-features-stack, .home-features-sidebar-data, .home-features-sidebar-issue {
  border-bottom: 8px solid #222222;
  margin-bottom: 2em;
  padding-bottom: 3em;
}
.marquee::after, .stack-header::after, .home-forefront::after, .home-features-stack::after, .home-features-sidebar-data::after, .home-features-sidebar-issue::after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 35.9375em) {
  .marquee-hero-titles, .feature-vert-titles-wrap, .marquee-2nd, .marquee-3rd, .article-related-slug,
  .article-related-item, .feature-sidebar-modal .modal-inner, .scientist-modal .modal-inner, .feature-sidebar-modal .modal-inner header,
  .feature-sidebar-modal .modal-inner main, .stack-header, .contents-header, .stack-slug, .stack-articles, .contents-articles, .stack-issues, .home-forefront-slug, .home-forefront-articles, .home-forefront-more-wrap, .home-features-stack, .home-features-sidebar, .article-figure-wrap--wide figcaption, .article-figure-wrap--large figcaption, .article-figure-wrap--photo-h figcaption, .article-figure-wrap--small figcaption, .article-figure-wrap--photo-v figcaption, .feature-figure-wrap--small figcaption, .feature-figure-wrap--large figcaption, .feature-figure-wrap--wide figcaption, .article-titles, .article-titles--photo-v, .feature-titles, .article-body-wrap, .article-wrap--photo-v .article-body--photo,
  .article-wrap--photo-v .article-bottom-social-wrap--photo-v, .feature-body-wrap, .feature-vert-wrap .feature-titles-social-wrap {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem;
  }
}
@media (min-width: 36em) and (max-width: 47.9375em) {
  .marquee-hero-titles, .feature-vert-titles-wrap, .marquee-2nd, .marquee-3rd, .article-related-slug,
  .article-related-item, .feature-sidebar-modal .modal-inner, .scientist-modal .modal-inner, .feature-sidebar-modal .modal-inner header,
  .feature-sidebar-modal .modal-inner main, .stack-header, .contents-header, .stack-slug, .stack-articles, .contents-articles, .stack-issues, .home-forefront-slug, .home-forefront-articles, .home-forefront-more-wrap, .home-features-stack, .home-features-sidebar, .article-figure-wrap--wide figcaption, .article-figure-wrap--large figcaption, .article-figure-wrap--photo-h figcaption, .article-figure-wrap--small figcaption, .article-figure-wrap--photo-v figcaption, .feature-figure-wrap--small figcaption, .feature-figure-wrap--large figcaption, .feature-figure-wrap--wide figcaption, .article-titles, .article-titles--photo-v, .feature-titles, .article-body-wrap, .article-wrap--photo-v .article-body--photo,
  .article-wrap--photo-v .article-bottom-social-wrap--photo-v, .feature-body-wrap, .feature-vert-wrap .feature-titles-social-wrap {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
  }
}

.marquee a:hover h1 {
  color: #ca3430;
}

.marquee-hero {
  border-bottom: 8px solid #222222;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
.marquee-hero::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 48em) {
  .marquee-hero {
    align-items: flex-end;
    display: flex;
    padding-bottom: 2em;
  }
}

@media only screen and (min-width: 48em) {
  .marquee-hero-figure-wrap {
    width: calc(62.5% - 3.25rem);
    float: left;
    margin-left: 2rem;
    left: calc(37.5% - 2.75rem + 2rem);
    position: relative;
  }
}

.marquee-hero-figure, .feature-vert-figure-wrap figure {
  padding-bottom: 100%;
}
@media (min-width: 36em) and (max-width: 47.9375em) {
  .marquee-hero-figure, .feature-vert-figure-wrap figure {
    padding-bottom: 67%;
  }
}
@media only screen and (min-width: 48em) {
  .marquee-hero-figure, .feature-vert-figure-wrap figure {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
    padding-bottom: 112.5%;
  }
}
@media only screen and (min-width: 60em) {
  .marquee-hero-figure, .feature-vert-figure-wrap figure {
    padding-bottom: 83%;
  }
}

.marquee-hero-titles, .feature-vert-titles-wrap {
  margin-top: 1.5em;
}
@media only screen and (min-width: 48em) {
  .marquee-hero-titles, .feature-vert-titles-wrap {
    width: calc(37.5% - 2.75rem);
    float: left;
    margin-left: 2rem;
    left: calc(-62.5% - 0.75rem + 2rem);
    position: relative;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 79em) {
  .marquee-hero-titles, .feature-vert-titles-wrap {
    margin-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 36em) and (max-width: 47.9375em) {
  .marquee-hero-titles h1, .feature-vert-titles-wrap h1 {
    font-size: 2.75em;
  }
}
@media (min-width: 36em) and (max-width: 47.9375em) {
  .marquee-hero-titles p, .feature-vert-titles-wrap p {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 48em) {
  .marquee-hero-titles p, .feature-vert-titles-wrap p {
    margin-bottom: 0;
  }
}

.marquee-row::after, .article-titles-wrap::after, .article-main-wrap::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 48em) {
  .marquee-row, .article-titles-wrap, .article-main-wrap {
    align-items: stretch;
    display: flex;
  }
}

.marquee-2nd {
  border-bottom: 1px solid #ca3430;
  margin-bottom: 0.5em;
  padding-bottom: 1em;
}
@media only screen and (min-width: 48em) {
  .marquee-2nd {
    width: calc(62.5% - 3.25rem);
    float: left;
    margin-left: 2rem;
    border-bottom: 0;
    border-right: 1px solid #ca3430;
    margin-bottom: 0;
    padding-right: 1em;
  }
}
@media only screen and (min-width: 60em) {
  .marquee-2nd {
    padding-bottom: 0;
    padding-right: 2em;
  }
}
@media only screen and (min-width: 79em) {
  .marquee-2nd {
    margin-left: 0;
    margin-right: 2em;
  }
}
@media (min-width: 36em) and (max-width: 47.9375em) {
  .marquee-2nd p {
    font-size: 1.25em;
  }
}

.marquee-2nd-figure {
  margin-bottom: 1em;
  padding-bottom: 67%;
}

.marquee-3rd {
  border-top: 1px solid #ca3430;
  padding-top: 2em;
}
@media only screen and (min-width: 48em) {
  .marquee-3rd {
    width: calc(37.5% - 2.75rem);
    float: left;
    margin-left: 2rem;
    border-left: 1px solid #ca3430;
    border-top: 0;
    padding-left: 1em;
    padding-top: 0;
  }
}
@media only screen and (min-width: 60em) {
  .marquee-3rd {
    width: calc(34.375% - 2.6875rem);
    float: left;
    margin-left: 2rem;
    margin-left: calc(3.125% - 2.0625rem + 4rem);
    padding-left: 2em;
  }
}
@media (min-width: 36em) and (max-width: 47.9375em) {
  .marquee-3rd p {
    font-size: 2.25em;
  }
}
@media only screen and (min-width: 68em) {
  .marquee-3rd p {
    font-size: 2.375em;
  }
}
@media (min-width: 48em) and (max-width: 67.9375em) {
  .marquee-3rd .h3 {
    font-size: 1.25em;
  }
}

.marquee-4th {
  margin-top: 2em;
}
.marquee-4th::after {
  clear: both;
  content: "";
  display: block;
}

.marquee-4th-figure {
  padding-bottom: 67%;
}
@media only screen and (min-width: 75em) {
  .marquee-4th-figure {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: calc(100vw - 7.5px);
  }
}

.marquee-4th-titles {
  width: calc(80% - 1.8rem);
  float: left;
  margin-left: 1rem;
  margin-left: calc(10% - 1.1rem + 2rem);
  padding: 1em;
  background-color: white;
  border-bottom: 8px solid #f0f0f0;
  margin-top: -2em;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 60em) {
  .marquee-4th-titles {
    padding: 2em;
  }
}
@media only screen and (min-width: 68em) {
  .marquee-4th-titles {
    width: calc(75% - 3.5rem);
    float: left;
    margin-left: 2rem;
    margin-left: calc(12.5% - 2.25rem + 4rem);
  }
}

@media only screen and (min-width: 36em) {
  .feature-data, .feature-sidebar-modal {
    width: calc(37.5% - 2.75rem);
    float: left;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 48em) {
  .feature-data, .feature-sidebar-modal {
    width: calc(33.3333333333% - 2.6666666667rem);
    float: left;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 60em) {
  .feature-data, .feature-sidebar-modal {
    width: calc(33.33333% - 1.33333rem);
  }
}

.home-features-sidebar-data p, .article-data p, .feature-data p {
  display: block;
  line-height: 1.25;
}

.marquee-4th-titles .h4::before, .home-features-sidebar-data .h4::before, .feature-titles .h4::before {
  left: 50%;
  margin-left: -1.25em;
}

.home-features-sidebar-data-figure-wrap, .article-data-figure-wrap, .feature-data-figure-wrap {
  width: 75%;
  /*img {
    display: block;
  }*/
}

.home-features-sidebar-data {
  border-color: #f0f0f0;
}
.home-features-sidebar-data p strong {
  color: #ca3430;
}
@media only screen and (min-width: 60em) {
  .home-features-sidebar-data time {
    font-size: 1em;
  }
}

.home-features-sidebar-data-figure-wrap {
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
}

.article-data, .feature-data, .feature-sidebar-modal {
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 1em;
}
@media (max-width: 35.9375em) {
  .article-data, .feature-data, .feature-sidebar-modal {
    width: calc(40% - 1.4rem);
    float: left;
    margin-left: 1rem;
    float: right;
    margin-left: 2em;
  }
}

@media (max-width: 35.9375em) {
  .article-data {
    border-left: 1px solid #ca3430;
    text-align: center;
  }
  .article-data .h4::before {
    left: 50%;
    margin-left: -1.25em;
  }
}
@media only screen and (min-width: 36em) {
  .article-data {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
    margin-top: 2em;
    margin-bottom: 1em;
  }
  .article-data::after {
    clear: both;
    content: "";
    display: block;
  }
}
.article-data p {
  color: #ca3430;
}
.article-data .h4 a {
  border-bottom: 0;
}

.article-data-figure-wrap {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 36em) {
  .article-data-figure-wrap {
    width: calc(25% - 2.5rem);
    float: left;
    margin-left: 2rem;
  }
}

@media only screen and (min-width: 36em) {
  .article-data-titles {
    width: calc(62.5% - 3.25rem);
    float: left;
    margin-left: 2rem;
  }
}
@media (min-width: 48em) and (max-width: 59.9375em) {
  .article-data-titles {
    width: calc(75% - 3.5rem);
    float: left;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 60em) {
  .article-data-titles {
    width: calc(50% - 3rem);
    float: left;
    margin-left: 2rem;
  }
}

.feature-data {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0;
  border-bottom: 8px solid #f0f0f0;
  border-top: 8px solid #222222;
  float: left;
  margin-left: 0;
  margin-right: 2rem;
}
@media only screen and (min-width: 48em) {
  .feature-data {
    margin-left: calc(-16.67% - 2.25rem + 2rem);
  }
}
@media only screen and (min-width: 60em) {
  .feature-data {
    margin-left: calc(-33.33333% + 1.33333rem - 2rem) !important;
  }
}
@media only screen and (min-width: 68em) {
  .feature-data {
    width: calc(27.7776666667% - 2.5555533333rem);
    float: left;
    margin-left: 2rem;
  }
}
.feature-data p {
  font-size: 1em;
}

.feature-data-figure-wrap {
  margin-bottom: 0.5em;
  margin-left: 0;
}

.footer {
  padding-top: 2em;
  padding-bottom: 0;
  background-color: #002f62;
  color: white;
}
.footer li {
  display: block;
}
.footer a {
  display: inline-block;
}

.footer-nav-item-wrap::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 60em) {
  .footer-nav-item-wrap {
    display: flex;
  }
}

.footer-nav-logo-wrap {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
  margin-bottom: 3em;
}
@media only screen and (min-width: 36em) {
  .footer-nav-logo-wrap {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 60em) {
  .footer-nav-logo-wrap {
    width: calc(25% - 2.5rem);
    float: left;
    margin-left: 2rem;
    align-self: flex-end;
    margin-bottom: 4em;
  }
}
@media only screen and (min-width: 79em) {
  .footer-nav-logo-wrap {
    margin-left: 0;
  }
}

a.footer-nav-logo {
  background-position: center;
  background-size: contain;
  height: 4.455rem;
  width: 9rem;
  border-bottom: 0;
}
@media only screen and (min-width: 68em) {
  a.footer-nav-logo {
    height: 5.94em;
    width: 12em;
  }
}
a.footer-nav-logo:hover {
  border-bottom: 0;
}

.footer-nav-cats-wrap {
  width: calc(40% - 1.4rem);
  float: left;
  margin-left: 1rem;
}
@media only screen and (min-width: 48em) {
  .footer-nav-cats-wrap {
    width: calc(25% - 2.5rem);
    float: left;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 60em) {
  .footer-nav-cats-wrap {
    width: calc(12.5% - 2.25rem);
    float: left;
    margin-left: 2rem;
  }
}
.footer-nav-cats-wrap a {
  font-family: "quadraat-sans-mono", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-style: normal;
  font-weight: bold;
}

.footer-nav-about {
  margin-top: 1.8em;
}

.footer-nav-subcats-wrap {
  width: calc(60% - 1.6rem);
  float: left;
  margin-left: 1rem;
  margin-bottom: 3em;
  /*@include grid-media($mobile-up) {
    @include grid-column(3, $grid-4c2g);
  }*/
}
@media only screen and (min-width: 48em) {
  .footer-nav-subcats-wrap {
    width: calc(50% - 3rem);
    float: left;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 60em) {
  .footer-nav-subcats-wrap {
    width: calc(37.5% - 2.75rem);
    float: left;
    margin-left: 2rem;
    margin-bottom: 4em;
  }
}
@media only screen and (min-width: 79em) {
  .footer-nav-subcats-wrap {
    margin-left: 4rem;
  }
}

.footer-nav-topics-wrap {
  width: calc(60% - 1.6rem);
  float: left;
  margin-left: 1rem;
  margin-left: calc(40% - 1.4rem + 2rem);
  margin-bottom: 3em;
  /*@include grid-media($mobile-up) {
    @include grid-column(3, $grid-4c2g);
    @include grid-push(1, $grid-4c2g);
    }*/
}
@media only screen and (min-width: 48em) {
  .footer-nav-topics-wrap {
    width: calc(25% - 2.5rem);
    float: left;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 60em) {
  .footer-nav-topics-wrap {
    width: calc(25% - 2.5rem);
    float: left;
    margin-left: 2rem;
  }
}
.footer-nav-topics-wrap a {
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: .3em;
  text-transform: capitalize;
}

.footer-fine-print {
  margin-bottom: 1em;
}
.footer-fine-print::after {
  clear: both;
  content: "";
  display: block;
}
.footer-fine-print p {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
  color: #999999;
}
@media only screen and (min-width: 36em) {
  .footer-fine-print p {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 79em) {
  .footer-fine-print p {
    margin-left: 0;
  }
}
.footer-fine-print a {
  border-bottom: 1px solid #002f62;
}
.footer-fine-print a:hover {
  border-bottom: 1px solid #f0f0f0;
  color: inherit;
}

.footer-illo-figure {
  padding-bottom: 33%;
}

.footer-enews {
  padding: 2em 1em;
  background-color: #1b75bc;
  position: relative;
  text-align: center;
  top: -2em;
}
.footer-enews p {
  color: white;
}

.footer-enews-form {
  margin-right: auto;
  margin-left: auto;
  max-width: 30rem;
  position: relative;
}
.footer-enews-form [aria-hidden='true'] {
  display: none;
}

.footer-enews-input {
  padding-right: 1em;
  padding-left: 1em;
  border: 0;
  border-radius: 0;
  background-color: #f0f0f0;
  box-shadow: none;
  line-height: 2;
}
.footer-enews-input:focus {
  background-color: white;
}

.footer-enews-button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #1b75bc;
  line-height: 1.5;
  transition: all ease 200ms;
}
.footer-enews-button:hover {
  background-color: transparent;
  border: 0;
  color: #ca3430;
}

.article-social, .article-social--photo-v, .feature-social {
  height: 1.5em;
  width: 1.5em;
  position: relative;
  float: left;
  margin-right: 1.5em;
}
.article-social svg, .article-social--photo-v svg, .feature-social svg {
  height: 1.5em;
  width: 1.5em;
  margin-left: -0.75em;
  margin-top: -0.75em;
}
.article-social:last-of-type, .article-social--photo-v:last-of-type, .feature-social:last-of-type {
  margin-right: 0;
}
.article-social svg, .article-social--photo-v svg, .feature-social svg {
  fill: #d2d2d2;
}
.article-social:hover svg, .article-social--photo-v:hover svg, .feature-social:hover svg {
  fill: #ca3430;
}

.article-titles-social-wrap::after,
.feature-titles-social-wrap::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 60em) {
  .article-titles-social-wrap,
  .feature-titles-social-wrap {
    display: none;
  }
}

@media (max-width: 60em) {
  .article-social {
    border-left: 1px solid #222222;
  }
}
@media only screen and (min-width: 60em) {
  .article-social {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
    border-top: 1px solid #222222;
    margin-bottom: 0.25em;
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 68em) {
  .article-social {
    height: 2em;
    width: 2em;
    position: relative;
  }
  .article-social svg {
    height: 2em;
    width: 2em;
    margin-left: -1em;
    margin-top: -1em;
  }
}
@media (max-width: 60em) {
  .article-social svg {
    margin-left: -0.5em;
  }
}
@media only screen and (min-width: 60em) {
  .article-social svg {
    margin-top: -0.5em;
  }
}
@media only screen and (min-width: 68em) {
  .article-social svg {
    margin-top: -0.75em;
  }
}
@media (max-width: 60em) {
  .article-social .icon-social--facebook svg {
    margin-left: -0.625em;
  }
}

.article-bottom-social-wrap::after, .feature-bottom-social-wrap::after, .article-bottom-social-wrap--photo-v::after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 48em) {
  .article-bottom-social-wrap, .feature-bottom-social-wrap {
    border-bottom: 1px solid #ca3430;
    margin-bottom: 2em;
  }
}
@media (max-width: 60em) {
  .article-bottom-social-wrap, .feature-bottom-social-wrap {
    border-top: 1px solid #ca3430;
    margin-top: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
  }
}
@media only screen and (min-width: 60em) {
  .article-bottom-social-wrap, .feature-bottom-social-wrap {
    width: calc(8.3333333333% - 2.1666666667rem);
    float: left;
    margin-left: 2rem;
  }
}

@media only screen and (min-width: 60em) {
  .article-bottom-social {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
  }
  .article-bottom-social::after {
    clear: both;
    content: "";
    display: block;
  }
}

.article-social--photo-v {
  border-left: 1px solid #222222;
}
.article-social--photo-v svg {
  margin-left: -0.5em;
}
@media (max-width: 60em) {
  .article-social--photo-v .icon-social--facebook svg {
    margin-left: -0.625em;
  }
}

.article-bottom-social-wrap--photo-v {
  border-bottom: 1px solid #ca3430;
  border-top: 1px solid #ca3430;
  margin-bottom: 2em;
  margin-top: 1em;
  padding-bottom: 1em;
  padding-top: 1em;
}

.feature-titles-social-wrap {
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}
@media only screen and (min-width: 48em) {
  .feature-titles-social-wrap {
    left: calc(87.5% + .25rem);
    margin-top: 3em;
    position: absolute;
    width: 1.5rem;
  }
}
@media only screen and (min-width: 60em) {
  .feature-titles-social-wrap {
    left: calc(80% + .4rem);
  }
}
@media only screen and (min-width: 79em) {
  .feature-titles-social-wrap {
    left: 50%;
    margin-left: 22.9rem;
  }
}

.feature-bottom-social-wrap {
  border-top: 0;
  margin-top: 0;
}
@media only screen and (min-width: 48em) {
  .feature-bottom-social-wrap {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  .feature-social {
    border-top: 1px solid #222222;
    margin-bottom: 0.25em;
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 48em) {
  .feature-social svg {
    margin-top: -0.5em;
  }
}

.article-tags {
  border-top: 8px solid #f0f0f0;
  padding-top: 1em;
}
.article-tags::after {
  clear: both;
  content: "";
  display: block;
}

.tag-slug,
.article-tag {
  margin-right: 0.5em;
  margin-bottom: 0;
  margin-left: 0;
  float: left;
  font-size: .875em;
  line-height: 1.5;
}
@media only screen and (min-width: 60em) {
  .tag-slug,
  .article-tag {
    font-size: 1em;
  }
}

.tag-slug {
  font-weight: bold;
}

.article-tag {
  border-right: 1px solid #ca3430;
  padding-right: 0.5em;
}
.article-tag:last-of-type {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.feature-body-wrap .article-tags {
  border-bottom: 1px solid #ca3430;
  border-top: 0;
  padding-bottom: 1em;
}

.article-scientists::after, .article-scientists--photo-v::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 35.9375em) {
  .article-scientists, .article-scientists--photo-v {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem;
  }
}
@media (min-width: 36em) and (max-width: 47.9375em) {
  .article-scientists, .article-scientists--photo-v {
    clear: both;
  }
}

@media only screen and (min-width: 48em) {
  .article-scientists {
    width: calc(25% - 2.5rem);
    float: left;
    margin-left: 2rem;
    border-left: 1px solid #ca3430;
    padding-left: 2em;
  }
}

.article-scientist, .feature-scientist {
  margin-bottom: 2em;
}
.article-scientist::after, .feature-scientist::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 35.9375em) {
  .article-scientist, .feature-scientist {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }
}
@media (min-width: 36em) and (max-width: 47.9375em) {
  .article-scientist, .feature-scientist {
    width: calc(50% - 3rem);
    float: left;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 48em) {
  .article-scientist, .feature-scientist {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }
}

.article-scientist-figure-wrap, .feature-scientist-figure-wrap {
  margin-bottom: 1em;
  position: relative;
}
@media (max-width: 35.9375em) {
  .article-scientist-figure-wrap, .feature-scientist-figure-wrap {
    width: calc(33.3333333333% - 1.3333333333rem);
    float: left;
    margin-left: 1rem;
  }
}
@media (min-width: 36em) and (max-width: 47.9375em) {
  .article-scientist-figure-wrap, .feature-scientist-figure-wrap {
    width: 50%;
  }
}
@media only screen and (min-width: 48em) {
  .article-scientist-figure-wrap, .feature-scientist-figure-wrap {
    width: calc(66.6666666667% - 1.6666666667rem);
    float: left;
    margin-left: 1rem;
  }
}

.article-scientist-figure, .feature-pullquote-scientist-figure, .feature-scientist-figure, .article-scientist-figure--video,
.feature-scientist-figure--video {
  height: 0;
  position: relative;
}
.article-scientist-figure a, .feature-pullquote-scientist-figure a, .feature-scientist-figure a, .article-scientist-figure--video a,
.feature-scientist-figure--video a,
.article-scientist-figure label,
.feature-pullquote-scientist-figure label,
.feature-scientist-figure label,
.article-scientist-figure--video label,
.feature-scientist-figure--video label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
}
.article-scientist-figure img, .feature-pullquote-scientist-figure img, .feature-scientist-figure img, .article-scientist-figure--video img,
.feature-scientist-figure--video img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: grayscale(100%);
  object-fit: cover;
}
.article-scientist-figure::after, .feature-pullquote-scientist-figure::after, .feature-scientist-figure::after, .article-scientist-figure--video::after,
.feature-scientist-figure--video::after {
  background-color: #1b75bb;
  content: '';
  height: 100%;
  mix-blend-mode: color;
  opacity: .50;
  position: absolute;
  width: 100%;
}

.article-scientist-figure, .feature-pullquote-scientist-figure, .feature-scientist-figure {
  padding-bottom: 100%;
}
.article-scientist-figure a, .feature-pullquote-scientist-figure a, .feature-scientist-figure a,
.article-scientist-figure img,
.feature-pullquote-scientist-figure img,
.feature-scientist-figure img, .article-scientist-figure::after, .feature-pullquote-scientist-figure::after, .feature-scientist-figure::after {
  border-bottom: 0;
  border-radius: 50%;
}

.article-scientist-bio p, .feature-pullquote-scientist-bio p, .feature-scientist-bio p {
  color: #999999;
  margin-bottom: 0;
}

@media (max-width: 35.9375em) {
  .article-scientist-bio {
    width: calc(66.6666666667% - 1.6666666667rem);
    float: left;
    margin-left: 1rem;
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 48em) {
  .article-scientist-bio {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem;
  }
}

.scientist-name a {
  border-bottom: 0;
}

@media only screen and (min-width: 60em) {
  .article-scientists--photo-v .article-scientist, .article-scientists--photo-v .feature-scientist {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
  }
  .article-scientists--photo-v .article-scientist::after, .article-scientists--photo-v .feature-scientist::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media only screen and (min-width: 48em) {
  .article-scientists--photo-v .article-scientist-figure-wrap, .article-scientists--photo-v .feature-scientist-figure-wrap {
    width: 33%;
  }
}
@media only screen and (min-width: 60em) {
  .article-scientists--photo-v .article-scientist-figure-wrap, .article-scientists--photo-v .feature-scientist-figure-wrap {
    width: calc(50% - 3rem);
    float: left;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 60em) {
  .article-scientists--photo-v .article-scientist-bio {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
  }
}

.feature-pullquote-scientist::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 35.9375em) {
  .feature-pullquote-scientist {
    width: calc(33.3333333333% - 1.3333333333rem);
    float: left;
    margin-left: 1rem;
  }
}
@media (min-width: 36em) and (max-width: 47.9375em) {
  .feature-pullquote-scientist {
    width: calc(25% - 2.5rem);
    float: left;
    margin-left: 2rem;
    margin-bottom: 1.5em;
  }
}
@media (max-width: 48em) {
  .feature-pullquote-scientist {
    margin-top: -2.5rem;
    margin-right: 4em;
    margin-bottom: 1.25em;
  }
}
@media only screen and (min-width: 48em) {
  .feature-pullquote-scientist {
    width: calc(16.6666666667% - 2.3333333333rem);
    float: left;
    margin-left: 2rem;
    clear: both;
    margin-left: calc(-16.67% - 2.25rem + 2rem);
  }
}
@media only screen and (min-width: 60em) {
  .feature-pullquote-scientist {
    width: calc(33.3333333333% - 2.6666666667rem);
    float: left;
    margin-left: 2rem;
    margin-left: calc(-33.33333% + 1.33333rem - 2rem) !important;
  }
}
@media only screen and (min-width: 68em) {
  .feature-pullquote-scientist {
    width: calc(27.7776666667% - 2.5555533333rem);
    float: left;
    margin-left: 2rem;
  }
}

.feature-pullquote-scientist-figure {
  margin-bottom: 0.25em;
}

.feature-pullquote-scientist-bio .scientist-name {
  color: #1b75bc;
}

.feature-scientists::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 36em) and (max-width: 47.9375em) {
  .feature-scientists {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
  }
}
@media only screen and (min-width: 48em) {
  .feature-scientists {
    margin-top: 2em;
  }
}

@media only screen and (min-width: 48em) {
  .feature-scientist-figure-wrap {
    width: calc(25% - 1.25rem);
    float: left;
    margin-left: 1rem;
  }
}

@media (max-width: 35.9375em) {
  .feature-scientist-bio {
    width: calc(66.6666666667% - 1.6666666667rem);
    float: left;
    margin-left: 1rem;
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 48em) {
  .feature-scientist-bio {
    width: calc(75% - 3.5rem);
    float: left;
    margin-left: 2rem;
    margin-top: 1em;
  }
}

.article-scientist-figure--video,
.feature-scientist-figure--video {
  padding-bottom: 83%;
}
.article-scientist-figure--video label,
.feature-scientist-figure--video label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  overflow: hidden;
}
.article-scientist-figure--video .icon-video,
.feature-scientist-figure--video .icon-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  z-index: 1;
}

.article-related {
  padding-top: 2em;
  background-color: #f0f0f0;
  clear: both;
  width: 100%;
}
.article-related::after {
  clear: both;
  content: "";
  display: block;
}

.article-related-slug {
  font-size: 1.625em;
  margin-bottom: 1em;
  padding-top: 1em;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .article-related-slug {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
  }
}
.article-related-slug::before {
  border-top: 8px solid #222222;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 12rem;
}

.article-related-item {
  margin-bottom: 2em;
}
@media only screen and (min-width: 48em) {
  .article-related-item {
    width: calc(33.3333333333% - 2.6666666667rem);
    float: left;
    margin-left: 2rem;
  }
}
.article-related-item a:hover address {
  color: #ca3430;
}
.article-related-item a:hover svg {
  fill: #ca3430;
}
@media only screen and (min-width: 60em) {
  .article-related-item h1 {
    font-size: 1.25em;
  }
}
.article-related-item .icon-external {
  height: 0.625rem;
  width: 0.625rem;
  position: relative;
  display: inline-block;
  margin-left: 0.5em;
}
.article-related-item .icon-external svg {
  height: 0.625rem;
  width: 0.625rem;
  margin-left: -0.3125rem;
  margin-top: -0.3125rem;
}
.article-related-item .icon-external svg {
  fill: #5a5a5a;
}

.feature-sidebar-modal label, .scientist-modal label {
  cursor: pointer;
  margin-bottom: 0;
}
.feature-sidebar-modal .modal-state, .scientist-modal .modal-state {
  display: none;
}
.feature-sidebar-modal .modal-fade-screen, .scientist-modal .modal-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 47, 98, 0.9);
  opacity: 0;
  padding-top: 0.5em;
  text-align: left;
  transition: opacity 0.25s ease;
  visibility: hidden;
  z-index: 99999999999;
}
@media only screen and (min-width: 60em) {
  .feature-sidebar-modal .modal-fade-screen, .scientist-modal .modal-fade-screen {
    padding-top: 10em;
  }
}
.feature-sidebar-modal .modal-fade-screen .modal-bg, .scientist-modal .modal-fade-screen .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.feature-sidebar-modal .modal-close, .scientist-modal .modal-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  height: 1.5em;
  width: 1.5em;
  background: white;
  cursor: pointer;
}
.feature-sidebar-modal .modal-close::after, .scientist-modal .modal-close::after, .feature-sidebar-modal .modal-close::before, .scientist-modal .modal-close::before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  height: 1.5em;
  width: 0.15em;
  background: #999999;
  content: '';
  display: block;
  margin: -3px 0 0 -1px;
  transform: rotate(45deg);
}
.feature-sidebar-modal .modal-close:hover::after, .scientist-modal .modal-close:hover::after, .feature-sidebar-modal .modal-close:hover::before, .scientist-modal .modal-close:hover::before {
  background: #ca3430;
}
.feature-sidebar-modal .modal-close::before, .scientist-modal .modal-close::before {
  transform: rotate(-45deg);
}
.feature-sidebar-modal .modal-inner, .scientist-modal .modal-inner {
  padding-top: 2em;
  padding-bottom: 1em;
  border-radius: 0;
  max-height: 95%;
  overflow: auto;
  position: relative;
  transition: opacity .25s ease;
}
@media only screen and (min-width: 48em) {
  .feature-sidebar-modal .modal-inner, .scientist-modal .modal-inner {
    width: calc(75% - 3.5rem);
    float: left;
    margin-left: 2rem;
    margin-left: calc(12.5% - 2.25rem + 4rem);
    max-height: none;
  }
  .feature-sidebar-modal .modal-inner::after, .scientist-modal .modal-inner::after {
    clear: both;
    content: "";
    display: block;
  }
}
.feature-sidebar-modal .modal-state:checked + .modal-fade-screen, .scientist-modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}
.feature-sidebar-modal .modal-state:checked + .modal-fade-screen .modal-inner, .scientist-modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em;
}

.modal-open {
  margin-right: 15px;
  overflow: hidden;
}

.feature-sidebar-modal {
  border-left: 1px solid #222222;
  float: right !important;
}
@media only screen and (min-width: 48em) {
  .feature-sidebar-modal {
    margin-right: calc(-16.67% - 2.25rem + 2rem);
  }
}
@media only screen and (min-width: 60em) {
  .feature-sidebar-modal {
    width: calc(66.6666666667% - 3.3333333333rem);
    float: left;
    margin-left: 2rem;
    margin-right: calc(-33.33333% + 1.33333rem - 2rem);
  }
}
@media only screen and (min-width: 79em) {
  .feature-sidebar-modal {
    margin-right: calc(-33.33333% + 1.33333rem - 4rem);
    width: calc(66.66667% - 3.33333rem + 2rem);
  }
}
@media only screen and (min-width: 60em) {
  .feature-sidebar-modal label {
    cursor: auto;
  }
}
@media (max-width: 60em) {
  .feature-sidebar-modal label main {
    display: none;
  }
}
@media only screen and (min-width: 60em) {
  .feature-sidebar-modal .modal-state:checked + .modal-fade-screen {
    opacity: 0;
    visibility: hidden;
  }
}
.feature-sidebar-modal .modal-trigger::after {
  color: #999999;
  content: '\25B7';
  display: block;
  font-family: "QuardraatSansOT", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-size: 1.25em;
  margin-top: -0.5em;
}
@media only screen and (min-width: 60em) {
  .feature-sidebar-modal .modal-trigger::after {
    content: none;
  }
}
.feature-sidebar-modal .modal-trigger:hover::after {
  color: #ca3430;
}
.feature-sidebar-modal .modal-inner {
  background: white;
}
@media only screen and (min-width: 48em) {
  .feature-sidebar-modal .modal-inner header,
  .feature-sidebar-modal .modal-inner main {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
  }
}

.scientist-modal .modal-close {
  background-color: transparent;
  right: 0;
  top: 0;
}

.feature-jump {
  border-top: 8px solid #f0f0f0;
  margin-bottom: 3em;
  padding-top: 2em;
}
.feature-jump::after {
  clear: both;
  content: "";
  display: block;
}

@media only screen and (min-width: 79em) {
  .contents-jump {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
  }
}

.feature-jump-inset {
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(100% + 2rem);
}
@media only screen and (min-width: 36em) {
  .feature-jump-inset {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
  }
}

/*.contents-jump-inset {
  padding-top: $base-spacing;

  @include grid-media($mobile-up) {
    padding-top: $base-spacing * 2;
  }

  @include grid-media($desktop-down) {
    border-top: 8px solid $clr-black;
  }

  @include grid-media($tablet-to-max) {
    @include grid-column(8);
  }
}*/
.feature-jump-article:last-of-type, .contents-jump-article:last-of-type {
  text-align: right;
}
.feature-jump-article a:hover h2, .contents-jump-article a:hover h2 {
  color: #ca3430;
}
.feature-jump-article h2, .contents-jump-article h2 {
  color: #1b75bc;
  margin-bottom: 0.5em;
  padding-bottom: 0;
}
.feature-jump-article h2::before, .contents-jump-article h2::before {
  content: none;
}

.feature-jump-article {
  width: calc(40% - 1.4rem);
  float: left;
  margin-left: 1rem;
}
@media only screen and (min-width: 36em) {
  .feature-jump-article {
    width: calc(40% - 2.8rem);
    float: left;
    margin-left: 2rem;
  }
}
.feature-jump-article:last-of-type {
  margin-left: calc(20% - 1.2rem + 2rem);
}
@media only screen and (min-width: 36em) {
  .feature-jump-article:last-of-type {
    margin-left: calc(20% - 2.4rem + 4rem);
  }
}

.contents-jump-article {
  width: calc(50% - 1.5rem);
  float: left;
  margin-left: 1rem;
}
@media only screen and (min-width: 36em) {
  .contents-jump-article {
    width: calc(50% - 3rem);
    float: left;
    margin-left: 2rem;
  }
}

.marquee-hero-figure iframe, .feature-vert-figure-wrap figure iframe,
.article-figure-wrap--wide iframe {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.article-figure-wrap--wide.mice .feature-figure,
.article-figure-wrap--wide.mice .article-figure {
  background-image: url("../images/video/mice_1080.jpg");
}
.article-figure-wrap--wide.mice iframe {
  width: calc(100% * 1.7777777778);
}
@media only screen and (min-width: 60em) {
  .article-figure-wrap--wide.mice iframe {
    height: calc(100% / .5 / 1.7777777778);
  }
}
@media only screen and (min-width: 68em) {
  .article-figure-wrap--wide.mice iframe {
    height: calc(100% / .45 / 1.7777777778);
  }
}
.article-figure-wrap--wide.ants .feature-figure,
.article-figure-wrap--wide.ants .article-figure {
  background-image: url("../images/video/ants_1080.jpg");
}
.article-figure-wrap--wide.ants iframe {
  width: calc(100% * 1.7777777778);
}
@media only screen and (min-width: 60em) {
  .article-figure-wrap--wide.ants iframe {
    height: calc(100% / .5 / 1.7777777778);
  }
}
@media only screen and (min-width: 68em) {
  .article-figure-wrap--wide.ants iframe {
    height: calc(100% / .45 / 1.7777777778);
  }
}
.article-figure-wrap--wide.waterbear .feature-figure,
.article-figure-wrap--wide.waterbear .article-figure {
  background-image: url("../images/video/waterbear_1080.jpg");
}
.article-figure-wrap--wide.waterbear iframe {
  width: calc(100% * 1.3333333333);
}
@media only screen and (min-width: 60em) {
  .article-figure-wrap--wide.waterbear iframe {
    height: calc(100% / .5 / 1.3333333333);
  }
}
@media only screen and (min-width: 68em) {
  .article-figure-wrap--wide.waterbear iframe {
    height: calc(100% / .45 / 1.3333333333);
  }
}
.article-figure-wrap--wide.waterbear-x .feature-figure,
.article-figure-wrap--wide.waterbear-x .article-figure {
  background-image: url("../images/video/waterbear_x.jpg");
}
.article-figure-wrap--wide.waterbear-x iframe {
  width: calc(100% * 1.3333333333);
}
@media only screen and (min-width: 60em) {
  .article-figure-wrap--wide.waterbear-x iframe {
    height: calc(100% / .5 / 1.3333333333);
  }
}
@media only screen and (min-width: 68em) {
  .article-figure-wrap--wide.waterbear-x iframe {
    height: calc(100% / .45 / 1.3333333333);
  }
}
.article-figure-wrap--wide.yeast .feature-figure,
.article-figure-wrap--wide.yeast .article-figure {
  background-image: url("../images/video/yeast_1080.jpg");
}
.article-figure-wrap--wide.yeast iframe {
  height: calc(100% / 0.5625);
  width: 100%;
}
@media only screen and (min-width: 36em) {
  .article-figure-wrap--wide.yeast iframe {
    height: calc(100% / .67 / 0.5625);
  }
}
@media only screen and (min-width: 48em) {
  .article-figure-wrap--wide.yeast iframe {
    height: calc(100% / .5 / 0.5625);
  }
}
@media only screen and (min-width: 68em) {
  .article-figure-wrap--wide.yeast iframe {
    height: calc(100% / .45 / 0.5625);
  }
}
.article-figure-wrap--wide.axons .feature-figure,
.article-figure-wrap--wide.axons .article-figure {
  background-image: url("../images/video/axons.jpg");
}
.article-figure-wrap--wide.axons iframe {
  width: calc(100% * 1.7777777778);
}
@media only screen and (min-width: 60em) {
  .article-figure-wrap--wide.axons iframe {
    height: calc(100% / .5 / 1.7777777778);
  }
}
@media only screen and (min-width: 68em) {
  .article-figure-wrap--wide.axons iframe {
    height: calc(100% / .45 / 1.7777777778);
  }
}
.article-figure-wrap--wide.vimeo .feature-figure,
.article-figure-wrap--wide.vimeo .article-figure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.article-figure-wrap--wide iframe {
  height: 100%;
}
@media only screen and (min-width: 60em) {
  .article-figure-wrap--wide iframe {
    width: 100%;
  }
}

.marquee-hero-figure.mice, .feature-vert-figure-wrap figure.mice {
  background-image: url("../images/video/mice_1080.jpg");
}
.marquee-hero-figure.mice iframe, .feature-vert-figure-wrap figure.mice iframe {
  height: 100%;
  width: calc(100% * 1.7777777778);
}
.marquee-hero-figure.ants, .feature-vert-figure-wrap figure.ants {
  background-image: url("../images/video/ants_1080.jpg");
}
.marquee-hero-figure.ants iframe, .feature-vert-figure-wrap figure.ants iframe {
  height: 100%;
  width: calc(100% * 1.7777777778);
}
.marquee-hero-figure.waterbear, .feature-vert-figure-wrap figure.waterbear {
  background-image: url("../images/video/waterbear_1080.jpg");
}
.marquee-hero-figure.waterbear iframe, .feature-vert-figure-wrap figure.waterbear iframe {
  height: 100%;
  width: calc(100% * 1.3333333333);
}
@media (min-width: 36em) and (max-width: 47.9375em) {
  .marquee-hero-figure.waterbear iframe, .feature-vert-figure-wrap figure.waterbear iframe {
    height: calc(100% * 1.3333333333);
    width: 100%;
  }
}
.marquee-hero-figure.waterbear-x, .feature-vert-figure-wrap figure.waterbear-x {
  background-image: url("../images/video/waterbear_x.jpg");
}
.marquee-hero-figure.waterbear-x iframe, .feature-vert-figure-wrap figure.waterbear-x iframe {
  height: 100%;
  width: calc(100% * 1.3333333333);
}
@media (min-width: 36em) and (max-width: 47.9375em) {
  .marquee-hero-figure.waterbear-x iframe, .feature-vert-figure-wrap figure.waterbear-x iframe {
    height: calc(100% * 1.3333333333);
    width: 100%;
  }
}
.marquee-hero-figure.yeast, .feature-vert-figure-wrap figure.yeast {
  background-image: url("../images/video/yeast_1080.jpg");
}
.marquee-hero-figure.yeast iframe, .feature-vert-figure-wrap figure.yeast iframe {
  height: calc(100% / 0.5625);
  width: 100%;
}
@media only screen and (min-width: 36em) {
  .marquee-hero-figure.yeast iframe, .feature-vert-figure-wrap figure.yeast iframe {
    height: calc(100% / .67 / 0.5625);
  }
}
@media only screen and (min-width: 48em) {
  .marquee-hero-figure.yeast iframe, .feature-vert-figure-wrap figure.yeast iframe {
    height: calc((100% / 1.125 + 4rem) / 0.5625);
  }
}
@media only screen and (min-width: 60em) {
  .marquee-hero-figure.yeast iframe, .feature-vert-figure-wrap figure.yeast iframe {
    height: calc((100% / .83 + 4rem) / 0.5625);
  }
}
.marquee-hero-figure.axons, .feature-vert-figure-wrap figure.axons {
  background-image: url("../images/video/axons.jpg");
}
.marquee-hero-figure.axons iframe, .feature-vert-figure-wrap figure.axons iframe {
  height: 100%;
  width: calc(100% * 1.7777777778);
}
.marquee-hero-figure.vimeo, .feature-vert-figure-wrap figure.vimeo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.video-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrap embed,
.video-wrap object,
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.stack-header, .contents-header {
  margin-bottom: 1em;
  padding-bottom: 0;
}
@media (min-width: 36em) and (max-width: 78.9375em) {
  .stack-header, .contents-header {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
  }
}

@media only screen and (min-width: 36em) {
  .stack-header {
    margin-bottom: 2em;
  }
}

.contents-header {
  /*margin-bottom: $base-spacing * 2;*/
}
.contents-header::after {
  clear: both;
  content: "";
  display: block;
}

.stack-header-inset, .contents-header-inset {
  align-items: flex-end;
  display: flex;
  height: 16em;
}
@media (min-width: 36em) and (max-width: 78.9375em) {
  .stack-header-inset, .contents-header-inset {
    height: 18em;
  }
}
@media only screen and (min-width: 48em) {
  .stack-header-inset, .contents-header-inset {
    height: 20em;
  }
}
@media only screen and (min-width: 60em) {
  .stack-header-inset, .contents-header-inset {
    height: 24em;
  }
}
@media only screen and (min-width: 68em) {
  .stack-header-inset, .contents-header-inset {
    height: 28em;
  }
}

@media (max-width: 35.9375em) {
  .contents-header-inset {
    justify-content: space-between;
  }
}
@media (min-width: 36em) and (max-width: 78.9375em) {
  .contents-header-inset {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
  }
}

.stack-header-titles, .contents-header-titles {
  margin-bottom: 1em;
}
@media only screen and (min-width: 60em) {
  .stack-header-titles, .contents-header-titles {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 36em) {
  .stack-header-titles h2, .contents-header-titles h2 {
    font-size: 1.125em;
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 60em) {
  .stack-header-titles h2, .contents-header-titles h2 {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 68em) {
  .stack-header-titles h2, .contents-header-titles h2 {
    font-size: 1.5em;
  }
}
.stack-header-titles h1, .contents-header-titles h1 {
  margin-bottom: 0.125em;
}
@media only screen and (min-width: 36em) {
  .stack-header-titles h1, .contents-header-titles h1 {
    font-size: 2.75em;
  }
}
@media only screen and (min-width: 48em) {
  .stack-header-titles h1, .contents-header-titles h1 {
    font-size: 3.5em;
  }
}
@media only screen and (min-width: 60em) {
  .stack-header-titles h1, .contents-header-titles h1 {
    font-size: 4em;
  }
}
@media only screen and (min-width: 68em) {
  .stack-header-titles h1, .contents-header-titles h1 {
    font-size: 4.5em;
  }
}

.contents-header-titles {
  width: 50%;
}
@media (max-width: 35.9375em) {
  .contents-header-titles {
    flex: 2.2;
    padding-right: 1em;
  }
}
@media only screen and (min-width: 36em) {
  .contents-header-titles {
    width: calc(50% - 3rem);
    float: left;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 79em) {
  .contents-header-titles {
    margin-left: 0;
    width: calc(50% - 3rem + 4rem);
  }
}
.contents-header-titles button {
  margin-top: 0;
  margin-bottom: 0;
  background-color: white;
  border: 0;
  color: #ca3430;
  display: block;
  font-size: .875em;
  padding: 0;
}
.contents-header-titles button:hover {
  border: 0;
}

.contents-header-covers {
  margin-bottom: 0.5em;
  width: 25%;
  /*img {
    display: block;
  }*/
}
@media (max-width: 35.9375em) {
  .contents-header-covers {
    flex: 1;
  }
}
@media only screen and (min-width: 36em) {
  .contents-header-covers {
    width: calc(50% - 3rem);
    float: left;
    margin-left: 2rem;
    margin-bottom: 1em;
  }
}
@media (min-width: 48em) and (max-width: 59.9375em) {
  .contents-header-covers {
    padding-right: 2em;
  }
}
@media only screen and (min-width: 60em) {
  .contents-header-covers {
    padding-right: 2em;
    padding-left: 2em;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 68em) {
  .contents-header-covers {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 79em) {
  .contents-header-covers {
    padding-left: 0;
    padding-right: 4em;
  }
}
.contents-header-covers button {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
@media (max-width: 35.9375em) {
  .contents-header-covers button {
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: .75em;
    letter-spacing: .05em;
    line-height: 1.3;
    white-space: normal;
  }
}
@media (min-width: 36em) and (max-width: 47.9375em) {
  .contents-header-covers button {
    font-size: .875em;
  }
}

.contents-header-covers-inset {
  align-items: center;
  display: flex;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 36em) {
  .contents-header-cover, .contents-header-cover-current {
    float: left;
  }
}

@media (max-width: 35.9375em) {
  .contents-header-cover {
    display: none;
  }
}
@media only screen and (min-width: 36em) {
  .contents-header-cover {
    width: 33%;
  }
  .contents-header-cover:last-of-type {
    margin-left: -8%;
  }
}

.contents-header-cover-current {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 36em) {
  .contents-header-cover-current {
    margin-left: -8%;
    width: 50%;
  }
}

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

.stack-slug {
  border-bottom: 8px solid #f0f0f0;
  border-top: 8px solid #222222;
  margin-bottom: 2em;
  padding-top: 1em;
}
@media (min-width: 48em) and (max-width: 78.9375em) {
  .stack-slug {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
  }
}
.stack-slug h1 {
  margin-bottom: 1em;
}
@media (max-width: 35.9375em) {
  .stack-slug h1 {
    font-size: 1.625em;
  }
}

.stack-articles, .contents-articles, .stack-issues {
  margin-bottom: 1em;
}
@media only screen and (min-width: 48em) {
  .stack-articles, .contents-articles, .stack-issues {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 60em) {
  .stack-articles, .contents-articles, .stack-issues {
    width: calc(75% - 3.5rem);
    float: left;
    margin-left: 2rem;
    margin-left: calc(12.5% - 2.25rem + 4rem);
  }
}

.contents-articles article:last-of-type {
  border-bottom: 0;
}
.contents-articles .contents-article--forefront:last-of-type {
  border-bottom: 8px solid #f0f0f0;
}

.contents-article--feature, .stack-article--feature, .stack-issue, .contents-article--pullquote, .home-features-article--pullquote, .contents-article--forefront, .stack-article--forefront, .stack-article--photo, .home-features-article--big, .home-features-article--small {
  border-bottom: 8px solid #f0f0f0;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.contents-article--feature time, .stack-article--feature time, .stack-issue time, .contents-article--pullquote time, .home-features-article--pullquote time, .contents-article--forefront time, .stack-article--forefront time, .stack-article--photo time, .home-features-article--big time, .home-features-article--small time {
  margin-top: 0;
}

.contents-article--feature::after, .stack-article--feature::after, .contents-article--pullquote::after {
  clear: both;
  content: "";
  display: block;
}
.contents-article--feature .contents-figure-wrap, .stack-article--feature .contents-figure-wrap, .contents-article--pullquote .contents-figure-wrap, .contents-article--feature .stack-figure-wrap, .stack-article--feature .stack-figure-wrap, .contents-article--pullquote .stack-figure-wrap {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
}
@media only screen and (min-width: 36em) {
  .contents-article--feature .contents-figure-wrap, .stack-article--feature .contents-figure-wrap, .contents-article--pullquote .contents-figure-wrap, .contents-article--feature .stack-figure-wrap, .stack-article--feature .stack-figure-wrap, .contents-article--pullquote .stack-figure-wrap {
    width: calc(37.5% - 2.75rem);
    float: left;
    margin-left: 2rem;
    left: calc(62.5% - 3.25rem + 2rem);
    position: relative;
  }
}
@media only screen and (min-width: 60em) {
  .contents-article--feature .contents-figure-wrap, .stack-article--feature .contents-figure-wrap, .contents-article--pullquote .contents-figure-wrap, .contents-article--feature .stack-figure-wrap, .stack-article--feature .stack-figure-wrap, .contents-article--pullquote .stack-figure-wrap {
    width: calc(33.3333333333% - 2.6666666667rem);
    float: left;
    margin-left: 2rem;
    left: calc(66.6666666667% - 3.3333333333rem + 2rem);
    position: relative;
  }
}
.contents-article--feature .contents-article-titles, .stack-article--feature .contents-article-titles, .contents-article--pullquote .contents-article-titles, .contents-article--feature .stack-article-titles, .stack-article--feature .stack-article-titles, .contents-article--pullquote .stack-article-titles {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
}
@media only screen and (min-width: 36em) {
  .contents-article--feature .contents-article-titles, .stack-article--feature .contents-article-titles, .contents-article--pullquote .contents-article-titles, .contents-article--feature .stack-article-titles, .stack-article--feature .stack-article-titles, .contents-article--pullquote .stack-article-titles {
    width: calc(62.5% - 3.25rem);
    float: left;
    margin-left: 2rem;
    left: calc(-37.5% - 1.25rem + 2rem);
    position: relative;
  }
}
@media only screen and (min-width: 60em) {
  .contents-article--feature .contents-article-titles, .stack-article--feature .contents-article-titles, .contents-article--pullquote .contents-article-titles, .contents-article--feature .stack-article-titles, .stack-article--feature .stack-article-titles, .contents-article--pullquote .stack-article-titles {
    width: calc(66.6666666667% - 3.3333333333rem);
    float: left;
    margin-left: 2rem;
    left: calc(-33.3333333333% - 1.3333333333rem + 2rem);
    position: relative;
  }
}

.contents-article--feature {
  border-bottom: 8px solid #f0f0f0;
}
@media (max-width: 48em) {
  .contents-article--feature h1 {
    font-size: 2em;
  }
}

.contents-article-inset, .stack-article-inset, .stack-issue-inset {
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(100% + 2rem);
}
@media only screen and (min-width: 36em) {
  .contents-article-inset, .stack-article-inset, .stack-issue-inset {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
  }
}

@media (max-width: 48em) {
  .contents-article--pullquote p, .stack-issue p, .home-features-article--pullquote p {
    font-size: 1.75em;
  }
}
.contents-article--pullquote a:hover h1, .stack-issue a:hover h1, .home-features-article--pullquote a:hover h1 {
  color: #ca3430;
}

/*.stack-article--pullquote {
  @extend %stack-article;
  @extend %stack-feature;
  @extend %stack-article--pullquote;
}*/
.contents-figure, .stack-figure, .home-features-figure {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  padding-bottom: 100%;
}

.contents-article--forefront::after, .stack-article--forefront::after {
  clear: both;
  content: "";
  display: block;
}
.contents-article--forefront .contents-article-titles, .stack-article--forefront .contents-article-titles, .contents-article--forefront .stack-article-titles, .stack-article--forefront .stack-article-titles {
  width: calc(60% - 1.6rem);
  float: left;
  margin-left: 1rem;
}
@media only screen and (min-width: 36em) {
  .contents-article--forefront .contents-article-titles, .stack-article--forefront .contents-article-titles, .contents-article--forefront .stack-article-titles, .stack-article--forefront .stack-article-titles {
    width: calc(75% - 3.5rem);
    float: left;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 60em) {
  .contents-article--forefront .contents-article-titles, .stack-article--forefront .contents-article-titles, .contents-article--forefront .stack-article-titles, .stack-article--forefront .stack-article-titles {
    width: calc(75% - 3.5rem);
    float: left;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 48em) {
  .contents-article--forefront h1, .stack-article--forefront h1 {
    font-size: 1.75em;
  }
}
@media (max-width: 48em) {
  .contents-article--forefront time, .stack-article--forefront time {
    margin-top: 1em;
  }
}
.contents-article--forefront .contents-figure-wrap, .stack-article--forefront .contents-figure-wrap, .contents-article--forefront .stack-figure-wrap, .stack-article--forefront .stack-figure-wrap {
  width: calc(40% - 1.4rem);
  float: left;
  margin-left: 1rem;
}
@media only screen and (min-width: 36em) {
  .contents-article--forefront .contents-figure-wrap, .stack-article--forefront .contents-figure-wrap, .contents-article--forefront .stack-figure-wrap, .stack-article--forefront .stack-figure-wrap {
    width: calc(25% - 2.5rem);
    float: left;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 60em) {
  .contents-article--forefront .contents-figure-wrap, .stack-article--forefront .contents-figure-wrap, .contents-article--forefront .stack-figure-wrap, .stack-article--forefront .stack-figure-wrap {
    width: calc(25% - 2.5rem);
    float: left;
    margin-left: 2rem;
  }
}
.contents-article--forefront .contents-figure, .stack-article--forefront .contents-figure, .contents-article--forefront .stack-figure, .stack-article--forefront .stack-figure {
  padding-bottom: 100%;
}
@media only screen and (min-width: 60em) {
  .contents-article--forefront .contents-figure, .stack-article--forefront .contents-figure, .contents-article--forefront .stack-figure, .stack-article--forefront .stack-figure {
    padding-bottom: 80%;
  }
}

.stack-article--photo::after {
  clear: both;
  content: "";
  display: block;
}
.stack-article--photo .stack-figure-wrap,
.stack-article--photo .stack-article-titles {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
}
@media only screen and (min-width: 36em) {
  .stack-article--photo .stack-figure-wrap,
  .stack-article--photo .stack-article-titles {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 36em) {
  .stack-article--photo .stack-figure {
    padding-bottom: 67%;
  }
}

.home-features-sidebar-issue figcaption, .stack-issue figcaption {
  display: block;
  margin-bottom: 1em;
}

.home-features-sidebar-issue p {
  margin-bottom: 0;
}
.home-features-sidebar-issue h1 {
  margin-bottom: 1em;
}
@media (min-width: 48em) and (max-width: 59.9375em) {
  .home-features-sidebar-issue h1 {
    font-size: .875em;
  }
}
.home-features-sidebar-issue button {
  margin-right: auto;
  margin-bottom: 0.5em;
  margin-left: auto;
}
.home-features-sidebar-issue .button-text {
  background-color: inherit;
  color: #222222;
  font-family: "quadraat-sans", "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.home-features-sidebar-issue .button-text:hover {
  border-color: white;
  color: #ca3430;
}

.stack-issue::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 35.9375em) {
  .stack-issue {
    text-align: center;
  }
}

.stack-issue-figure-wrap {
  width: calc(60% - 1.6rem);
  float: left;
  margin-left: 1rem;
  margin-left: calc(20% - 1.2rem + 2rem);
}
@media only screen and (min-width: 36em) {
  .stack-issue-figure-wrap {
    width: calc(37.5% - 2.75rem);
    float: left;
    margin-left: 2rem;
  }
}
.stack-issue-figure-wrap figcaption {
  margin-top: 0.5em;
}
@media only screen and (min-width: 36em) {
  .stack-issue-figure-wrap figcaption {
    margin-bottom: 0;
  }
}

.stack-issue-titles {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
}
@media only screen and (min-width: 36em) {
  .stack-issue-titles {
    width: calc(62.5% - 3.25rem);
    float: left;
    margin-left: 2rem;
  }
}
.stack-issue-titles h1 {
  font-size: 1.25em;
  margin-bottom: 1em;
}

.home-forefront {
  padding-bottom: 3em;
}

.home-forefront-slug {
  margin-bottom: 2em;
}
@media only screen and (min-width: 48em) {
  .home-forefront-slug {
    margin-bottom: 0;
  }
  .home-forefront-slug::after {
    clear: both;
    content: "";
    display: block;
  }
}
.home-forefront-slug .h4 {
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  .home-forefront-slug .h4 {
    width: calc(37.5% - 2.75rem);
    float: left;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 68em) {
  .home-forefront-slug .h4 {
    width: calc(31.25% - 2.625rem);
    float: left;
    margin-left: 2rem;
    margin-left: calc(6.25% - 2.125rem + 4rem);
  }
}
.home-forefront-slug h1 {
  font-size: 3.875em;
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  .home-forefront-slug h1 {
    width: calc(62.5% - 3.25rem);
    float: left;
    margin-left: 2rem;
    border-left: 1px solid #ca3430;
    font-size: 4.875em;
    margin-top: -0.125em;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 68em) {
  .home-forefront-slug h1 {
    width: calc(56.25% - 3.125rem);
    float: left;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 48em) {
  .home-forefront-slug p {
    width: calc(37.5% - 2.75rem);
    float: left;
    margin-left: 2rem;
    margin-top: -4.25rem;
  }
}
@media only screen and (min-width: 68em) {
  .home-forefront-slug p {
    width: calc(31.25% - 2.625rem);
    float: left;
    margin-left: 2rem;
    margin-left: calc(6.25% - 2.125rem + 4rem);
  }
}

@media only screen and (min-width: 48em) {
  .home-forefront-articles {
    display: flex;
  }
}

.home-forefront-titles {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 48em) {
  .home-forefront-titles {
    width: calc(37.5% - 2.75rem);
    float: left;
    margin-left: 2rem;
    align-self: flex-end;
    margin-bottom: 3.5rem;
    padding-right: 2em;
  }
}
@media only screen and (min-width: 68em) {
  .home-forefront-titles {
    width: calc(31.25% - 2.625rem);
    float: left;
    margin-left: 2rem;
    margin-left: calc(6.25% - 2.125rem + 4rem);
  }
}
.home-forefront-titles .home-forefront-more {
  margin-bottom: 1rem;
}
@media (max-width: 48em) {
  .home-forefront-titles .home-forefront-more {
    display: none;
  }
}
.home-forefront-titles .h5:first-of-type {
  color: #ca3430;
  font-weight: bold;
}

@media only screen and (min-width: 48em) {
  .home-forefront-figure-wrap {
    width: calc(62.5% - 3.25rem);
    float: left;
    margin-left: 2rem;
    border-left: 1px solid #ca3430;
    flex: none;
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 68em) {
  .home-forefront-figure-wrap {
    width: calc(56.25% - 3.125rem);
    float: left;
    margin-left: 2rem;
  }
}
.home-forefront-figure-wrap figcaption {
  color: #ca3430;
  min-height: 3.5rem;
}

.home-forefront-figure {
  display: block;
  margin-bottom: 0.5em;
  padding-bottom: 67%;
}
@media only screen and (min-width: 48em) {
  .home-forefront-figure {
    margin-bottom: 1em;
    margin-left: -4em;
    padding-bottom: 83%;
    width: calc(100% + 4rem);
  }
}

@media only screen and (min-width: 48em) {
  .home-forefront-more-wrap {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .home-forefront-more-wrap .home-forefront-more {
    width: calc(37.5% - 2.75rem);
    float: left;
    margin-left: 2rem;
    flex: none;
  }
}
@media only screen and (min-width: 68em) {
  .home-forefront-more-wrap .home-forefront-more {
    width: calc(31.25% - 2.625rem);
    float: left;
    margin-left: 2rem;
    margin-left: calc(6.25% - 2.125rem + 4rem);
  }
}

.home-features::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 48em) {
  .home-features {
    align-items: stretch;
    display: flex;
  }
}

.home-features-stack {
  padding-bottom: 1em;
}
@media (max-width: 48em) {
  .home-features-stack {
    border-bottom: 1px solid #ca3430;
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 48em) {
  .home-features-stack {
    width: calc(75% - 3.5rem);
    float: left;
    margin-left: 2rem;
    border-bottom: 0;
    border-right: 1px solid #ca3430;
    margin-bottom: 0;
    padding-right: 1em;
  }
}
@media only screen and (min-width: 68em) {
  .home-features-stack {
    padding-right: 2em;
  }
}
@media (min-width: 68em) and (max-width: 78.9375em) {
  .home-features-stack {
    width: calc(68.75% - 3.375rem);
    float: left;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 79em) {
  .home-features-stack {
    margin-left: 0;
  }
}

.home-features-slug h1 {
  font-size: 2.875em;
}
@media only screen and (min-width: 48em) {
  .home-features-slug h1 {
    margin-bottom: 0.75em;
  }
}

.home-features-article--big .home-features-article-titles p, .home-features-article--small .home-features-article-titles p,
.home-features-article--big .home-features-article-titles time,
.home-features-article--small .home-features-article-titles time {
  display: none;
}

@media only screen and (min-width: 60em) {
  .home-features-article--small {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
    border: 0;
    padding-bottom: 2em;
    position: relative;
  }
  .home-features-article--small::after {
    clear: both;
    content: "";
    display: block;
  }
  .home-features-article--small::before {
    border-bottom: 8px solid #f0f0f0;
    bottom: 0;
    content: '';
    height: 1px;
    left: 2rem;
    position: absolute;
    width: calc(100% - 4rem);
  }
  .home-features-article--small .home-features-article-titles {
    width: calc(33.3333333333% - 2.6666666667rem);
    float: left;
    margin-left: 2rem;
  }
  .home-features-article--small .home-features-article-titles p,
  .home-features-article--small .home-features-article-titles time {
    display: block;
  }
  .home-features-article--small .home-features-figure-wrap {
    width: calc(66.6666666667% - 3.3333333333rem);
    float: left;
    margin-left: 2rem;
  }
  .home-features-article--small .home-features-figure {
    padding-bottom: 75%;
  }
  .home-features-article--small .home-features-article-subtitles {
    display: none;
  }
}

@media (min-width: 48em) and (max-width: 67.9375em) {
  .home-features-article--pullquote .h3 {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 68em) {
  .home-features-article--pullquote .h3 {
    margin-bottom: 1em;
  }
}

.home-features-figure {
  padding-bottom: 67%;
}

.home-features-more {
  text-align: right;
}

.home-features-sidebar {
  border-top: 1px solid #ca3430;
}
.home-features-sidebar::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 48em) {
  .home-features-sidebar {
    padding-top: 2em;
  }
}
@media only screen and (min-width: 48em) {
  .home-features-sidebar {
    width: calc(25% - 2.5rem);
    float: left;
    margin-left: 2rem;
    border-left: 1px solid #ca3430;
    border-top: 0;
    margin-left: 3rem;
    padding-top: 0;
  }
}
@media only screen and (min-width: 68em) {
  .home-features-sidebar {
    margin-left: calc(6.25% - 2.125rem + 4rem);
  }
}

.home-features-sidebar-data, .home-features-sidebar-issue {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
  text-align: center;
}
@media (max-width: 48em) {
  .home-features-sidebar-data, .home-features-sidebar-issue {
    width: calc(60% - 1.6rem);
    float: left;
    margin-left: 1rem;
    margin-left: calc(20% - 1.2rem + 2rem);
  }
}
@media only screen and (min-width: 68em) {
  .home-features-sidebar-data, .home-features-sidebar-issue {
    margin-left: 2rem;
  }
}
@media (min-width: 48em) and (max-width: 59.9375em) {
  .home-features-sidebar-data p, .home-features-sidebar-issue p {
    font-size: .875em;
  }
}
.home-features-sidebar-data a:hover h1, .home-features-sidebar-issue a:hover h1 {
  color: #ca3430;
}

.article, .article--photo-v {
  margin-bottom: calc(4em - 61px);
  padding-top: 61px;
}
.article::after, .article--photo-v::after {
  clear: both;
  content: "";
  display: block;
}

.article-figure-wrap--wide::after, .article-figure-wrap--large::after, .article-figure-wrap--photo-h::after, .article-figure-wrap--small::after, .article-figure-wrap--photo-v::after, .feature-figure-wrap--small::after, .feature-figure-wrap--large::after, .feature-figure-wrap--wide::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 48em) {
  .article-figure-wrap--wide, .article-figure-wrap--large, .article-figure-wrap--photo-h, .article-figure-wrap--small, .article-figure-wrap--photo-v, .feature-figure-wrap--small, .feature-figure-wrap--large, .feature-figure-wrap--wide {
    margin-bottom: 1.5em;
  }
}
.article-figure-wrap--wide figcaption, .article-figure-wrap--large figcaption, .article-figure-wrap--photo-h figcaption, .article-figure-wrap--small figcaption, .article-figure-wrap--photo-v figcaption, .feature-figure-wrap--small figcaption, .feature-figure-wrap--large figcaption, .feature-figure-wrap--wide figcaption {
  margin-top: 0.5em;
}
@media only screen and (min-width: 48em) {
  .article-figure-wrap--wide figcaption, .article-figure-wrap--large figcaption, .article-figure-wrap--photo-h figcaption, .article-figure-wrap--small figcaption, .article-figure-wrap--photo-v figcaption, .feature-figure-wrap--small figcaption, .feature-figure-wrap--large figcaption, .feature-figure-wrap--wide figcaption {
    display: none;
  }
}
.article-figure-wrap--wide figcaption a, .article-figure-wrap--large figcaption a, .article-figure-wrap--photo-h figcaption a, .article-figure-wrap--small figcaption a, .article-figure-wrap--photo-v figcaption a, .feature-figure-wrap--small figcaption a, .feature-figure-wrap--large figcaption a, .feature-figure-wrap--wide figcaption a {
  border-bottom: 1px solid #ca3430;
}

@media only screen and (min-width: 75em) {
  .article-figure-wrap--wide {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: calc(100vw - 7.5px);
  }
  .article-figure-wrap--wide .article-figure,
  .article-figure-wrap--wide .feature-figure {
    padding-bottom: 45%;
  }
}

@media only screen and (min-width: 79em) {
  .article-figure-wrap--large .article-figure, .article-figure-wrap--photo-h .article-figure {
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 48em) {
  .article-figure-wrap--small figure {
    align-items: stretch;
    display: flex;
  }
  .article-figure-wrap--small .article-figure {
    border-right: 1px solid #ca3430;
    float: left;
    min-height: 20em;
    padding-bottom: 50%;
    padding-right: 2em;
    width: calc(75% - 3.5rem + 2rem);
  }
  .article-figure-wrap--small img,
  .article-figure-wrap--small video {
    padding-right: 2em;
  }
  .article-figure-wrap--small figcaption {
    width: calc(25% - 2.5rem);
    float: left;
    margin-left: 2rem;
    border-left: 1px solid #ca3430;
    display: block;
    margin-top: 0;
    padding-left: 2rem;
  }
  .article-figure-wrap--small + .article-titles-wrap .article-titles,
  .article-figure-wrap--small + .article-titles-wrap .article-figcaption-tablet {
    margin-top: 0;
    padding-top: 2rem;
  }
  .article-figure-wrap--small + .article-titles-wrap .article-figcaption-tablet,
  .article-figure-wrap--small + .article-titles-wrap .photo-credit {
    color: white;
  }
}
@media only screen and (min-width: 60em) {
  .article-figure-wrap--small .article-figure {
    min-height: 24em;
    width: calc(68.75% - 3.375rem + 2rem);
  }
  .article-figure-wrap--small figcaption {
    margin-left: calc(6.25% - 2.125rem + 4rem);
  }
}
@media only screen and (min-width: 75em) {
  .article-figure-wrap--small .article-figure {
    margin-left: 0;
    min-height: 30em;
    width: calc(68.75% - 1.375rem);
  }
}

.article-figure,
.feature-figure {
  padding-bottom: 67%;
}
@media only screen and (min-width: 60em) {
  .article-figure,
  .feature-figure {
    padding-bottom: 50%;
  }
}

.article-titles, .article-titles--photo-v, .feature-titles {
  padding-bottom: 3em;
}
@media only screen and (min-width: 60em) {
  .article-titles h1, .article-titles--photo-v h1, .feature-titles h1 {
    font-size: 3em;
  }
}
.article-titles time, .article-titles--photo-v time, .feature-titles time {
  margin-bottom: 1.5em;
  margin-top: 0;
}

@media only screen and (min-width: 48em) {
  .article-titles {
    width: calc(75% - 3.5rem);
    float: left;
    margin-left: 2rem;
    border-right: 1px solid #ca3430;
    margin-top: 2em;
    padding-right: 2em;
  }
}
@media only screen and (min-width: 60em) {
  .article-titles {
    width: calc(68.75% - 3.375rem);
    float: left;
    margin-left: 2rem;
    padding-bottom: 2em;
  }
}

.article-figcaption-tablet {
  width: calc(25% - 2.5rem);
  float: left;
  margin-left: 2rem;
  border-left: 1px solid #ca3430;
  margin-bottom: 0;
  margin-top: 2rem;
  padding-left: 2rem;
}
@media (max-width: 48em) {
  .article-figcaption-tablet {
    display: none;
  }
}
@media only screen and (min-width: 60em) {
  .article-figcaption-tablet {
    margin-left: calc(6.25% - 2.125rem + 4rem);
  }
}

@media only screen and (min-width: 48em) {
  .article-main-wrap {
    margin-bottom: 2em;
  }
}

.article-body-wrap::after, .article-wrap--photo-v .article-body--photo::after,
.article-wrap--photo-v .article-bottom-social-wrap--photo-v::after {
  clear: both;
  content: "";
  display: block;
}

@media only screen and (min-width: 48em) {
  .article-body-wrap {
    width: calc(75% - 3.5rem);
    float: left;
    margin-left: 2rem;
    border-right: 1px solid #ca3430;
    padding-right: 2em;
  }
}
@media only screen and (min-width: 60em) {
  .article-body-wrap {
    align-items: stretch;
    border-right: 0;
    display: flex;
    padding-right: 0;
  }
}

.article-body-desktop-wrap::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 60em) {
  .article-body-desktop-wrap {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
    align-items: stretch;
    display: flex;
  }
}

@media only screen and (min-width: 60em) {
  .article-body-desktop {
    width: calc(91.6666666667% - 3.8333333333rem);
    float: left;
    margin-left: 2rem;
    border-right: 1px solid #ca3430;
    padding-right: 2em;
  }
}

p.article-pullquote {
  margin: 1em 1em 1.25em;
}
@media only screen and (min-width: 48em) {
  p.article-pullquote {
    background-color: white;
    float: right;
    margin-right: -3rem;
    margin-top: -0.25em;
    padding-bottom: 0.25em;
    padding-top: 0.25em;
    width: 50%;
  }
}
@media only screen and (min-width: 60em) {
  p.article-pullquote {
    margin-right: -12%;
    width: 60%;
  }
}

.icon-endslug {
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
  height: 1rem;
  width: 1rem;
  background-position: center;
  background-size: contain;
}

@media only screen and (min-width: 60em) {
  .article-figure-wrap--photo-h .article-figure {
    padding-bottom: 67%;
  }
}

@media only screen and (min-width: 48em) {
  .article--photo-v {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 48em) {
  .article-figure-wrap--photo-v {
    /*@include grid-column(5);*/
    /*@include grid-shift(3);*/
    border-right: 1px solid #ca3430;
    float: left;
    margin-bottom: 2em;
    padding-right: 2em;
    width: calc(62.5% - 3.25rem + 2rem);
  }
}
@media only screen and (min-width: 75em) {
  .article-figure-wrap--photo-v {
    width: calc(62.5% - 1.25rem);
  }
}
.article-figure-wrap--photo-v .article-figure {
  padding-bottom: 140%;
}
@media (min-width: 36em) and (max-width: 47.9375em) {
  .article-figure-wrap--photo-v .article-figure {
    /*@include grid-column(8);*/
    padding-bottom: 125%;
  }
}
.article-figure-wrap--photo-v figcaption {
  display: block !important;
  margin-top: 0.25em;
}
@media only screen and (min-width: 48em) {
  .article-figure-wrap--photo-v figcaption {
    padding-left: 2rem;
  }
}

.article-wrap--photo-v::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 48em) {
  .article-wrap--photo-v {
    width: calc(37.5% - 2.75rem);
    float: left;
    margin-left: 2rem;
    /*@include grid-shift(-5);*/
    border-left: 1px solid #ca3430;
    margin-bottom: 2em;
    padding-left: 2em;
    padding-top: 0.5em;
  }
}
@media only screen and (min-width: 75em) {
  .article-wrap--photo-v {
    left: calc(-62.5% - .75rem);
  }
}

@media only screen and (min-width: 60em) {
  .article-titles--photo-v {
    padding-bottom: 2em;
  }
}

.article-body--photo .article-lead-in {
  font-size: .875rem;
  letter-spacing: .05em;
}

.article-figure-wrap--wide .feature-figure + figcaption {
  display: block;
  text-align: right;
}
@media only screen and (min-width: 48em) {
  .article-figure-wrap--wide .feature-figure + figcaption {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
  }
}

.feature-titles-wrap::after,
.feature-body-wrap::after {
  clear: both;
  content: "";
  display: block;
}

.feature-titles-wrap::after {
  content: none;
}

.feature-titles {
  text-align: center;
  /*h2,
  h1,
  p,
  address,
  time {
    @include grid-media($desktop-up) {
      @include margin(null 8.33%);
    }
  }*/
}
@media only screen and (min-width: 48em) {
  .feature-titles {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
    float: none;
    margin-top: 2em;
  }
}
@media only screen and (min-width: 60em) {
  .feature-titles {
    width: calc(75% - 3.5rem);
    float: left;
    margin-left: 2rem;
    margin-left: calc(12.5% - 2.25rem + 4rem);
  }
}

@media only screen and (min-width: 48em) {
  .feature-body-wrap {
    width: calc(75% - 3.5rem);
    float: left;
    margin-left: 2rem;
    margin-left: calc(12.5% - 2.25rem + 4rem);
  }
}
@media only screen and (min-width: 60em) {
  .feature-body-wrap {
    width: calc(60% - 3.2rem);
    float: left;
    margin-left: 2rem;
    margin-left: calc(20% - 2.4rem + 4rem);
  }
}

.feature-body {
  border-bottom: 8px solid #f0f0f0;
}
.feature-body > p:first-child::first-letter {
  padding: 0.3em 0.05em 0.1em 0;
  float: left;
  font-size: 6.2rem;
  line-height: 1.6875rem;
}

.feature-section-break {
  margin-top: 2.5em;
}

.feature-figure-wrap--small, .feature-figure-wrap--large, .feature-figure-wrap--wide {
  margin-bottom: 2em;
  margin-top: 2.5em;
}
.feature-figure-wrap--small .feature-figure, .feature-figure-wrap--large .feature-figure, .feature-figure-wrap--wide .feature-figure {
  padding-bottom: 67%;
}
@media only screen and (min-width: 48em) {
  .feature-figure-wrap--small figcaption, .feature-figure-wrap--large figcaption, .feature-figure-wrap--wide figcaption {
    display: block;
  }
}

@media only screen and (min-width: 48em) {
  .feature-figure-wrap--small {
    width: calc(66.6666666667% - 3.3333333333rem);
    float: left;
    margin-left: 2rem;
    float: right;
    margin-right: calc(-16.67% - 2.25rem + 2rem);
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 60em) {
  .feature-figure-wrap--small {
    width: calc(66.6666666667% - 3.3333333333rem);
    float: left;
    margin-left: 2rem;
    float: right;
    margin-right: calc(-33.33333% + 1.33333rem - 2rem);
    margin-top: 0.5em;
  }
}
@media (min-width: 36em) and (max-width: 47.9375em) {
  .feature-figure-wrap--small figure {
    width: calc(75% - 3.5rem);
    float: left;
    margin-left: 2rem;
    margin-left: calc(12.5% - 2.25rem + 4rem);
  }
}
.feature-figure-wrap--small figcaption {
  margin-left: 0;
}

.feature-figure-wrap--large figcaption {
  margin-left: 0;
}

.feature-figure-wrap--wide {
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(100% + 2rem);
}
@media only screen and (min-width: 36em) {
  .feature-figure-wrap--wide {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
  }
}
@media only screen and (min-width: 48em) {
  .feature-figure-wrap--wide {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: calc(100vw - 7.5px);
  }
}
.feature-figure-wrap--wide figcaption {
  text-align: left !important;
}
@media only screen and (min-width: 48em) {
  .feature-figure-wrap--wide figcaption {
    width: calc(75% - 3.5rem);
    float: left;
    margin-left: 2rem;
    margin-left: calc(12.5% - 2.25rem + 4rem);
    padding-left: 7.5px;
  }
}
@media only screen and (min-width: 60em) {
  .feature-figure-wrap--wide figcaption {
    width: calc(60% - 3.2rem);
    float: left;
    margin-left: 2rem;
    margin-left: calc(20% - 2.4rem + 4rem);
  }
}
@media only screen and (min-width: 75em) {
  .feature-figure-wrap--wide figcaption {
    left: 50%;
    margin-left: calc(41.8rem / -2);
    position: relative;
    width: 41.8rem;
  }
}

.feature-pullquote-wrap {
  margin-top: 2em;
  margin-bottom: 1.25em;
  /*@include grid-media($tablet-up) {
    @include grid-column(2, $grid-6c2g);
    margin-left: calc(-16.67% - 2.25rem + 2rem);
    margin-right: 2rem;
    margin-top: $small-spacing;
  }*/
}
@media (max-width: 35.9375em) {
  .feature-pullquote-wrap {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }
}
@media (min-width: 36em) and (max-width: 47.9375em) {
  .feature-pullquote-wrap {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
  }
}

@media (max-width: 35.9375em) {
  p.feature-pullquote {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem;
  }
}
@media (min-width: 36em) and (max-width: 47.9375em) {
  p.feature-pullquote {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
  }
}
@media (max-width: 48em) {
  p.feature-pullquote {
    margin-bottom: 3rem;
    padding-right: 20%;
  }
}
@media only screen and (min-width: 48em) {
  p.feature-pullquote {
    width: calc(50% - 3rem);
    float: left;
    margin-left: 2rem;
    margin-left: calc(-16.67% - 2.25rem + 2rem);
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 60em) {
  p.feature-pullquote {
    width: calc(66.6666666667% - 3.3333333333rem);
    float: left;
    margin-left: 2rem;
    margin-left: calc(-33.33333% + 1.33333rem - 2rem);
    margin-top: 0.125em;
  }
}

.feature-vert-wrap::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 48em) {
  .feature-vert-wrap {
    align-items: flex-end;
    display: flex;
    padding-bottom: 5em;
    position: relative;
  }
}
.feature-vert-wrap .feature-titles-social-wrap {
  margin-top: 1.5em;
  margin-bottom: 3em;
}
@media only screen and (min-width: 48em) {
  .feature-vert-wrap .feature-titles-social-wrap {
    margin-top: 0;
    top: 100%;
  }
}
@media (max-width: 48em) {
  .feature-vert-wrap .feature-social {
    border-left: 1px solid #222222;
  }
}
@media (max-width: 48em) {
  .feature-vert-wrap .feature-social svg {
    margin-left: -0.5em;
  }
}

@media only screen and (min-width: 48em) {
  .feature-vert-figure-wrap {
    width: calc(50% - 3rem);
    float: left;
    margin-left: 2rem;
    left: calc(50% - 3rem + 2rem);
    position: relative;
  }
}
.feature-vert-figure-wrap figure {
  padding-bottom: 120%;
}
@media (min-width: 36em) and (max-width: 47.9375em) {
  .feature-vert-figure-wrap figure {
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .feature-vert-figure-wrap figure {
    padding-bottom: 133%;
  }
}
.feature-vert-figure-wrap figcaption {
  position: absolute;
  top: calc(100% + .25rem);
  right: 1rem;
}

@media only screen and (min-width: 48em) {
  .feature-vert-titles-wrap {
    padding-bottom: 1em;
    width: calc(50% - 3rem);
    float: left;
    margin-left: 2rem;
    left: calc(-50% - 1rem + 2rem);
    position: relative;
    border-bottom: 8px solid #222222;
  }
}
@media only screen and (min-width: 60em) {
  .feature-vert-titles-wrap {
    padding-right: 12.5%;
    padding-bottom: 2em;
  }
}
@media only screen and (min-width: 79em) {
  .feature-vert-titles-wrap {
    margin-left: 0;
    width: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 68em) {
  .feature-vert-titles-wrap h1 {
    font-size: 3em;
  }
}
.feature-vert-titles-wrap p {
  margin-bottom: 0.5em;
}
.feature-vert-titles-wrap time {
  margin-top: 0;
}

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