@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* 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
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * 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-.
     */
figcaption,
figure {
  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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

/* Links
       ========================================================================== */
/**
     * 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 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 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 */
  -webkit-text-decoration: underline dotted;
  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
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

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

.sr-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  word-wrap: normal !important;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
  overflow: hidden; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%; }

body,
html {
  -webkit-tap-highlight-color: transparent; }

body {
  position: relative;
  font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  min-width: 320px;
  height: 100%; }
  body.-modal-open {
    overflow: hidden; }
  body *:focus:not(:focus-visible) {
    outline: 2px solid #7aacfe !important; }

hr {
  margin: 40px auto;
  border: 0;
  border-bottom: solid 1px #d9e7e8;
  background-color: transparent;
  clear: both; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

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

.load-more {
  margin: 40px 20px 20px;
  text-align: center; }
  @media (min-width: 900px) {
    .load-more {
      margin: 20px 30px; } }
  .load-more .btn {
    width: 100%;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (min-width: 800px) {
      .load-more .btn {
        width: auto; } }

.photo-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

[class^='icon-']::before,
[class*=' icon-']::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  font-family: "capitolium-2", Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  color: #000;
  -webkit-transition: font-size 0.2s ease-in-out;
  transition: font-size 0.2s ease-in-out; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    text-decoration: none; }

h1 {
  font-size: 40px;
  font-size: 2.5rem; }
  @media (min-width: 1000px) {
    h1 {
      font-size: 50px;
      font-size: 3.125rem; } }

h2 {
  font-size: 22px;
  font-size: 1.375rem; }
  @media (min-width: 1000px) {
    h2 {
      font-size: 26px;
      font-size: 1.625rem; } }

h3 {
  font-size: 18px;
  font-size: 1.125rem; }
  @media (min-width: 1000px) {
    h3 {
      font-size: 20px;
      font-size: 1.25rem; } }

h4 {
  font-size: 17px;
  font-size: 1.0625rem; }
  @media (min-width: 1000px) {
    h4 {
      font-size: 18px;
      font-size: 1.125rem; } }

h5 {
  font-size: 16px;
  font-size: 1rem; }

h6 {
  font-size: 16px;
  font-size: 1rem; }

p {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 28px;
  line-height: 1.5; }
  p:last-child {
    margin-bottom: 0; }
  p.-lead {
    font-size: 20px;
    font-size: 1.25rem; }

ol,
ul {
  margin: 0 0 25px; }
  ol li,
  ul li {
    margin: 0 0 10px;
    font-size: 16px;
    font-size: 1rem; }
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin: 20px 0 25px; }

blockquote {
  margin: 0 0 16px;
  padding: 20px 10px;
  border-top: 2px solid #3b777c;
  border-bottom: 2px solid #3b777c;
  font-size: 12px;
  font-size: 0.75rem; }
  blockquote cite {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    color: #9b9b9b;
    padding-top: 8px; }
    blockquote cite::before {
      content: '— '; }

.eyebrow {
  margin-bottom: 15px;
  color: #9b9b9b;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: .02em; }

.topContentViewList,
.do-pub-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

label {
  display: block;
  padding: 10px 0; }

.error-message {
  color: #c00;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 15px; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='number'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='color'],
input[type='range'],
select,
textarea {
  width: 100%;
  margin: 0 0 15px;
  padding: 12px 15px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border: 1px solid #c2bfbf;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  @media (min-width: 600px) {
    input[type='text'],
    input[type='email'],
    input[type='password'],
    input[type='search'],
    input[type='tel'],
    input[type='url'],
    input[type='number'],
    input[type='date'],
    input[type='datetime'],
    input[type='datetime-local'],
    input[type='month'],
    input[type='week'],
    input[type='time'],
    input[type='color'],
    input[type='range'],
    select,
    textarea {
      font-size: 14px;
      font-size: 0.875rem; } }
  input[type='text']:focus,
  input[type='email']:focus,
  input[type='password']:focus,
  input[type='search']:focus,
  input[type='tel']:focus,
  input[type='url']:focus,
  input[type='number']:focus,
  input[type='date']:focus,
  input[type='datetime']:focus,
  input[type='datetime-local']:focus,
  input[type='month']:focus,
  input[type='week']:focus,
  input[type='time']:focus,
  input[type='color']:focus,
  input[type='range']:focus,
  select:focus,
  textarea:focus {
    outline: none;
    color: #000;
    background-color: #f3f3f3; }
    input[type='text']:focus::-webkit-input-placeholder,
    input[type='email']:focus::-webkit-input-placeholder,
    input[type='password']:focus::-webkit-input-placeholder,
    input[type='search']:focus::-webkit-input-placeholder,
    input[type='tel']:focus::-webkit-input-placeholder,
    input[type='url']:focus::-webkit-input-placeholder,
    input[type='number']:focus::-webkit-input-placeholder,
    input[type='date']:focus::-webkit-input-placeholder,
    input[type='datetime']:focus::-webkit-input-placeholder,
    input[type='datetime-local']:focus::-webkit-input-placeholder,
    input[type='month']:focus::-webkit-input-placeholder,
    input[type='week']:focus::-webkit-input-placeholder,
    input[type='time']:focus::-webkit-input-placeholder,
    input[type='color']:focus::-webkit-input-placeholder,
    input[type='range']:focus::-webkit-input-placeholder,
    select:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder {
      color: #666;
      opacity: .9; }
    input[type='text']:focus:-ms-input-placeholder,
    input[type='email']:focus:-ms-input-placeholder,
    input[type='password']:focus:-ms-input-placeholder,
    input[type='search']:focus:-ms-input-placeholder,
    input[type='tel']:focus:-ms-input-placeholder,
    input[type='url']:focus:-ms-input-placeholder,
    input[type='number']:focus:-ms-input-placeholder,
    input[type='date']:focus:-ms-input-placeholder,
    input[type='datetime']:focus:-ms-input-placeholder,
    input[type='datetime-local']:focus:-ms-input-placeholder,
    input[type='month']:focus:-ms-input-placeholder,
    input[type='week']:focus:-ms-input-placeholder,
    input[type='time']:focus:-ms-input-placeholder,
    input[type='color']:focus:-ms-input-placeholder,
    input[type='range']:focus:-ms-input-placeholder,
    select:focus:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder {
      color: #666;
      opacity: .9; }
    input[type='text']:focus::-ms-input-placeholder,
    input[type='email']:focus::-ms-input-placeholder,
    input[type='password']:focus::-ms-input-placeholder,
    input[type='search']:focus::-ms-input-placeholder,
    input[type='tel']:focus::-ms-input-placeholder,
    input[type='url']:focus::-ms-input-placeholder,
    input[type='number']:focus::-ms-input-placeholder,
    input[type='date']:focus::-ms-input-placeholder,
    input[type='datetime']:focus::-ms-input-placeholder,
    input[type='datetime-local']:focus::-ms-input-placeholder,
    input[type='month']:focus::-ms-input-placeholder,
    input[type='week']:focus::-ms-input-placeholder,
    input[type='time']:focus::-ms-input-placeholder,
    input[type='color']:focus::-ms-input-placeholder,
    input[type='range']:focus::-ms-input-placeholder,
    select:focus::-ms-input-placeholder,
    textarea:focus::-ms-input-placeholder {
      color: #666;
      opacity: .9; }
    input[type='text']:focus::placeholder,
    input[type='email']:focus::placeholder,
    input[type='password']:focus::placeholder,
    input[type='search']:focus::placeholder,
    input[type='tel']:focus::placeholder,
    input[type='url']:focus::placeholder,
    input[type='number']:focus::placeholder,
    input[type='date']:focus::placeholder,
    input[type='datetime']:focus::placeholder,
    input[type='datetime-local']:focus::placeholder,
    input[type='month']:focus::placeholder,
    input[type='week']:focus::placeholder,
    input[type='time']:focus::placeholder,
    input[type='color']:focus::placeholder,
    input[type='range']:focus::placeholder,
    select:focus::placeholder,
    textarea:focus::placeholder {
      color: #666;
      opacity: .9; }
  input[type='text'].-invalid,
  input[type='email'].-invalid,
  input[type='password'].-invalid,
  input[type='search'].-invalid,
  input[type='tel'].-invalid,
  input[type='url'].-invalid,
  input[type='number'].-invalid,
  input[type='date'].-invalid,
  input[type='datetime'].-invalid,
  input[type='datetime-local'].-invalid,
  input[type='month'].-invalid,
  input[type='week'].-invalid,
  input[type='time'].-invalid,
  input[type='color'].-invalid,
  input[type='range'].-invalid,
  select.-invalid,
  textarea.-invalid {
    border: 1px solid #c00;
    color: #c00; }

textarea {
  min-height: 100px; }

select {
  display: block;
  padding: 12px 35px 12px 15px;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/pb-assets/knowable-assets/images/select-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  text-decoration: none; }
  @media (min-width: 600px) {
    select {
      font-size: 14px;
      font-size: 0.875rem; } }
  select:focus {
    outline: none; }
  select:hover {
    cursor: pointer; }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff; }
  select::-ms-expand {
    display: none; }

.checks,
.radios {
  margin: 25px 0; }
  .checks .check,
  .checks .radio,
  .radios .check,
  .radios .radio {
    position: relative;
    margin-bottom: 15px; }
  .checks label,
  .radios label {
    margin: 2px 0 0;
    padding: 0 0 0 32px;
    width: auto;
    position: relative; }
    .checks label::before,
    .radios label::before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      cursor: pointer;
      color: transparent;
      display: inline-block;
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      text-align: center;
      width: 20px;
      height: 20px;
      border: 1px solid #9b9b9b;
      background-color: #fff;
      position: absolute;
      top: -1px;
      left: 0;
      -webkit-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
    .checks label:hover,
    .radios label:hover {
      cursor: pointer; }
      .checks label:hover::before,
      .radios label:hover::before {
        color: rgba(59, 119, 124, 0.3); }
  .checks input[type='checkbox'],
  .checks input[type='radio'],
  .radios input[type='checkbox'],
  .radios input[type='radio'] {
    display: none; }
    .checks input[type='checkbox']:checked + label::before,
    .checks input[type='radio']:checked + label::before,
    .radios input[type='checkbox']:checked + label::before,
    .radios input[type='radio']:checked + label::before {
      color: #3b777c;
      border: 1px solid #3b777c; }
  .checks input[type='checkbox'] + label::before,
  .radios input[type='checkbox'] + label::before {
    content: ""; }
  .checks input[type='radio'] + label::before,
  .radios input[type='radio'] + label::before {
    content: "";
    border-radius: 50%;
    line-height: 18px; }
  .checks .error-message,
  .radios .error-message {
    margin-top: 8px;
    padding-left: 35px; }

.page-container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1600px;
  margin: 0 auto; }
  .page-container > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

.home-row {
  margin: 0 20px 20px; }
  @media (min-width: 800px) {
    .home-row {
      margin: 0 30px 50px; } }
  @media (min-width: 900px) {
    .home-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 15px 50px; } }
  @media (min-width: 900px) {
    .home-row-item {
      width: calc(33.333% - 30px);
      margin: 0 15px; } }
  @media (min-width: 1200px) {
    .home-row-item {
      width: calc(33.333% - 50px);
      margin: 0 25px; } }
  @media (min-width: 900px) {
    .home-row.-feature-right .home-row-item.-feature, .home-row.-feature-left .home-row-item.-feature {
      width: calc(66.667% - 30px); } }
  @media (min-width: 1200px) {
    .home-row.-feature-right .home-row-item.-feature, .home-row.-feature-left .home-row-item.-feature {
      width: calc(66.667% - 50px); } }
  @media (min-width: 900px) {
    .home-row.-feature-left {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  .home-row .teaser-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 900px) {
      .home-row .teaser-home {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .home-row .teaser-home .teaser-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 120px;
      margin-right: 15px; }
      @media (min-width: 600px) {
        .home-row .teaser-home .teaser-img {
          width: 200px;
          margin-right: 25px; } }
      @media (min-width: 900px) {
        .home-row .teaser-home .teaser-img {
          width: auto;
          margin-right: 0; } }
      .home-row .teaser-home .teaser-img a {
        display: inline;
        margin: 0 auto; }
    .home-row .teaser-home .teaser-text {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: calc(100% - 135px); }
      @media (min-width: 600px) {
        .home-row .teaser-home .teaser-text {
          width: calc(100% - 225px); } }
      @media (min-width: 900px) {
        .home-row .teaser-home .teaser-text {
          width: 100%; } }
      .home-row .teaser-home .teaser-text p {
        display: none; }
        @media (min-width: 600px) {
          .home-row .teaser-home .teaser-text p {
            display: block; } }
    .home-row .teaser-home h2 {
      font-size: 20px;
      font-size: 1.25rem; }
      @media (min-width: 1000px) {
        .home-row .teaser-home h2 {
          font-size: 26px;
          font-size: 1.625rem; } }
  .home-row .promo {
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0; }
    @media (min-width: 900px) {
      .home-row .promo {
        margin-bottom: 0;
        padding-right: 25px;
        padding-left: 25px;
        border-right: 1px solid #3b777c;
        border-bottom: 1px solid #3b777c;
        border-left: 1px solid #3b777c; } }
    .home-row .promo .promo-item {
      border-bottom: 0;
      padding-bottom: 0; }
      @media (min-width: 900px) {
        .home-row .promo .promo-item:not(:last-of-type) {
          padding-bottom: 25px;
          border-bottom: 1px solid #d9d9d9; } }
    .home-row .promo .promo-item-img {
      width: 120px;
      height: 70px;
      margin-right: 15px;
      overflow: hidden; }
      @media (min-width: 600px) and (max-width: 899px) {
        .home-row .promo .promo-item-img {
          display: block;
          width: 200px;
          height: 115px;
          margin-right: 25px; } }
      @media (min-width: 900px) {
        .home-row .promo .promo-item-img {
          display: none; } }
      @media (min-width: 1200px) {
        .home-row .promo .promo-item-img {
          display: block;
          height: auto; } }
      .home-row .promo .promo-item-img.-is-svg > a {
        padding-top: 72%;
        position: relative;
        display: block;
        overflow: hidden;
        -webkit-transition: -webkit-transform 0.35s ease-in-out;
        transition: -webkit-transform 0.35s ease-in-out;
        transition: transform 0.35s ease-in-out;
        transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
        .home-row .promo .promo-item-img.-is-svg > a img {
          position: absolute;
          width: 101%;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .home-row .promo .byline {
      display: block; }
      @media (min-width: 900px) {
        .home-row .promo .byline {
          display: none; } }
    @media (min-width: 600px) {
      .home-row .promo p {
        display: block; } }
    @media (min-width: 900px) {
      .home-row .promo p {
        display: none; } }
  @media (min-width: 1200px) {
    .home-row .teaser-feature {
      padding: 40px; } }

.article-container-outer {
  position: relative; }
  @media (min-width: 1200px) {
    .article-container-outer {
      max-width: 750px;
      margin-left: auto;
      margin-right: auto; } }

.article-container {
  position: relative;
  z-index: 50;
  padding: 20px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: top 0.75s ease-in-out;
  transition: top 0.75s ease-in-out; }
  @media (min-width: 700px) {
    .article-container {
      padding: 40px; } }
  @media (min-width: 900px) {
    .article-container {
      max-width: 750px;
      margin-left: auto;
      margin-right: auto;
      padding: 40px 0; } }
  @media (min-width: 1200px) {
    .article-container {
      top: -125px;
      margin-bottom: -125px; } }
  @media (min-width: 1300px) {
    .article-container {
      top: -160px;
      margin-bottom: -160px; } }
  .article-container .article-content h2 {
    font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.125rem; }
  .article-container .article-content > p {
    font-family: "capitolium-2", Georgia, "Times New Roman", Times, serif; }

@media (min-width: 1200px) {
  .-article-has-photo .article-container {
    margin-bottom: 0; } }

@media (min-width: 1300px) {
  .-article-has-photo .article-container {
    margin-bottom: 0; } }

@media (min-width: 900px) {
  .-article-has-photo .article-container.-drop {
    top: 0;
    -webkit-transition: top 0.75s ease-in-out;
    transition: top 0.75s ease-in-out; } }

.article-text {
  margin-bottom: 28px; }
  @media (min-width: 900px) {
    .article-text {
      padding: 0 100px; } }
  .article-text.-drop-cap > p:first-of-type::first-letter {
    float: left;
    font-size: 62px;
    font-size: 3.875rem;
    font-weight: 700;
    line-height: .62;
    padding: 6px 7px 0 3px;
    text-transform: capitalize; }
  .article-text p,
  .article-text li {
    font-family: "capitolium-2", Georgia, "Times New Roman", Times, serif;
    line-height: 1.65;
    -webkit-font-kerning: normal;
    font-kerning: normal; }
    .article-text p > a,
    .article-text li > a {
      border-bottom: 1px solid #3b777c; }
  .article-text .promo {
    margin-bottom: 28px; }
    @media (min-width: 700px) {
      .article-text .promo {
        float: right;
        clear: both;
        width: 282px;
        margin-left: 25px; } }
    @media (min-width: 900px) {
      .article-text .promo {
        margin-right: -140px; } }
    @media (min-width: 1100px) {
      .article-text .promo {
        margin-right: -165px;
        margin-left: 40px; } }
    @media (min-width: 700px) {
      .article-text .promo.-left {
        float: left;
        margin-right: 25px;
        margin-left: 0; } }
    @media (min-width: 900px) {
      .article-text .promo.-left {
        margin-left: -140px; } }
    @media (min-width: 1100px) {
      .article-text .promo.-left {
        margin-left: -165px;
        margin-right: 40px; } }

@media (min-width: 900px) {
  .article-info {
    margin: 0 100px; } }

.article-doi p {
  margin-bottom: 25px;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic; }

.article-republish {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #000;
  text-transform: uppercase;
  letter-spacing: .05em; }
  .article-republish::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    font-size: 1.125rem; }

.category-row {
  margin: 0 5px 20px; }
  @media (min-width: 800px) {
    .category-row {
      margin: 0 15px 50px; } }
  @media (min-width: 900px) {
    .category-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .category-row.-feature-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .category-row .category-feature {
    margin: 0 15px; }
    @media (min-width: 900px) {
      .category-row .category-feature {
        width: calc(50% - 30px); } }
    @media (min-width: 1200px) {
      .category-row .category-feature {
        margin: 0 25px;
        width: calc(50% - 50px); } }
  .category-row .category-teasers {
    margin: 0 15px; }
    @media (min-width: 900px) {
      .category-row .category-teasers {
        width: calc(50% - 30px); } }
    @media (min-width: 1200px) {
      .category-row .category-teasers {
        margin: 0 25px;
        width: calc(50% - 50px); } }
    @media (min-width: 900px) {
      .category-row .category-teasers .teaser:last-of-type {
        margin-bottom: 0; } }
    .category-row .category-teasers.-no-feature {
      width: calc(100% - 30px); }
      @media (min-width: 900px) {
        .category-row .category-teasers.-no-feature {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media (min-width: 900px) {
        .category-row .category-teasers.-no-feature .teaser {
          width: calc(50% - 15px); } }
      @media (min-width: 1200px) {
        .category-row .category-teasers.-no-feature .teaser {
          width: calc(50% - 25px); } }
      @media (min-width: 900px) {
        .category-row .category-teasers.-no-feature .teaser:nth-child(odd) {
          margin-right: 15px; } }
      @media (min-width: 1200px) {
        .category-row .category-teasers.-no-feature .teaser:nth-child(odd) {
          margin-right: 25px; } }
      @media (min-width: 900px) {
        .category-row .category-teasers.-no-feature .teaser:nth-child(even) {
          margin-left: 15px; } }
      @media (min-width: 1200px) {
        .category-row .category-teasers.-no-feature .teaser:nth-child(even) {
          margin-left: 25px; } }
      @media (min-width: 900px) {
        .category-row .category-teasers.-no-feature .teaser:last-of-type {
          margin-bottom: 50px; } }

.collections-container,
.search-results-no-results {
  margin: 0 20px; }
  @media (min-width: 800px) {
    .collections-container,
    .search-results-no-results {
      margin: 0 30px; } }
  @media (min-width: 800px) {
    .collections-container,
    .search-results-no-results {
      padding: 0 10%;
      margin: 0 auto; } }
  @media (min-width: 900px) {
    .collections-container,
    .search-results-no-results {
      padding: 0 20%;
      margin: 0 auto; } }
  @media (min-width: 1200px) {
    .collections-container,
    .search-results-no-results {
      width: 100%;
      padding: 0 25%; } }
  @media (min-width: 1400px) {
    .collections-container,
    .search-results-no-results {
      width: 100%;
      padding: 0 30%; } }
  @media (min-width: 500px) {
    .collections-container .teaser,
    .search-results-no-results .teaser {
      margin-bottom: 45px; } }
  .collections-container .more.btn,
  .search-results-no-results .more.btn {
    display: table;
    margin: 0 auto; }

@media print {
  .site-header .site-header-menu-buttons {
    display: none; }
  .article-hero {
    display: none; }
  .article-photo-info {
    display: none; }
  .article-header .social-media-links {
    display: none; }
  .article-header .article-offlink {
    display: none; }
  .deep-dive {
    display: none; }
  .article-flyout {
    display: none; }
  .more-from {
    display: none; }
  #alerts {
    display: none; } }

.login-form .actions .show-request-username,
.login-form .actions .show-request-reset-password {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 15px;
  display: inline-block; }

.login-form a {
  color: #33666b; }

.login-form > a {
  line-height: 1.4; }

.login-form .password-eye-icon {
  margin-top: -46px; }

.login-form .remember {
  margin: 0 0 15px;
  font-size: 14px;
  font-size: 0.875rem; }
  .login-form .remember label {
    padding: 0; }
  .login-form .remember .switch.small-switch {
    float: left;
    margin: 0 5px 0 0;
    height: auto; }

.login-form .message.error {
  border: 1px solid #c00;
  padding: 20px;
  margin: 20px 0;
  background: #ffe6e6;
  color: #c00; }

.login-form .button.submit.primary {
  width: 100%;
  margin: 20px 0 10px; }
  @media (min-width: 800px) {
    .login-form .button.submit.primary {
      width: auto;
      display: block;
      margin: 20px 0 15px; } }

.login-form .social-icons {
  text-align: right;
  margin-bottom: 15px; }
  .login-form .social-icons a {
    text-decoration: none;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 27px;
    display: inline-block; }

.videos-home-slider {
  background-color: #444444;
  padding: 50px 0 25px; }
  @media (min-width: 800px) and (max-width: 1199px) {
    .videos-home-slider hr {
      margin-top: 20px; } }
  @media (min-width: 900px) {
    .videos-home-slider {
      padding: 60px 45px 25px; } }
  .videos-home-slider .content-slider {
    margin: 0 20px; }
    @media (min-width: 900px) {
      .videos-home-slider .content-slider {
        margin: 0 30px; } }
    @media (min-width: 900px) {
      .videos-home-slider .content-slider {
        margin: 0 15px; } }
  .videos-home-slider .featured-video-section .topContentViewList > li {
    display: none; }
  @media (min-width: 900px) {
    .videos-home-slider .featured-video {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .videos-home-slider .featured-video .teaser-video {
    width: 100%; }
    @media (min-width: 900px) {
      .videos-home-slider .featured-video .teaser-video {
        width: 90%; } }
  .videos-home-slider .featured-video .teaser-home {
    margin-bottom: 30px;
    margin-top: 20px; }
    .videos-home-slider .featured-video .teaser-home a:hover, .videos-home-slider .featured-video .teaser-home a:focus {
      color: #85bbbe !important; }
    @media (min-width: 900px) {
      .videos-home-slider .featured-video .teaser-home {
        width: 100%;
        margin: 0 0 0 40px; } }
    .videos-home-slider .featured-video .teaser-home .teaser-text .eyebrow a {
      color: #b8b8b8; }
    .videos-home-slider .featured-video .teaser-home .teaser-text h2 {
      font-size: 22px;
      font-size: 1.375rem; }
      .videos-home-slider .featured-video .teaser-home .teaser-text h2 a {
        color: #fff; }
      @media (min-width: 1000px) {
        .videos-home-slider .featured-video .teaser-home .teaser-text h2 {
          font-size: 26px;
          font-size: 1.625rem; } }
    .videos-home-slider .featured-video .teaser-home .teaser-text .byline {
      color: #b8b8b8; }
      .videos-home-slider .featured-video .teaser-home .teaser-text .byline p {
        font-size: 13px;
        font-size: 0.8125rem; }
        @media (max-width: 999px) {
          .videos-home-slider .featured-video .teaser-home .teaser-text .byline p {
            font-size: 12px;
            font-size: 0.75rem; } }
    .videos-home-slider .featured-video .teaser-home .teaser-text > p {
      color: #fff;
      margin-top: 20px;
      margin-bottom: 20px; }
      @media (max-width: 999px) {
        .videos-home-slider .featured-video .teaser-home .teaser-text > p {
          font-size: 14px;
          font-size: 0.875rem; } }
    .videos-home-slider .featured-video .teaser-home .teaser-text .video-related-article a {
      color: #85bbbe;
      border-bottom: 1px solid #85bbbe; }
    .videos-home-slider .featured-video .teaser-home .social-media-links {
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      margin-top: 20px; }
      .videos-home-slider .featured-video .teaser-home .social-media-links a {
        color: #b8b8b8; }
      .videos-home-slider .featured-video .teaser-home .social-media-links li:first-child {
        margin-left: -10px; }
  .videos-home-slider .slider-videos {
    display: block;
    margin: 0; }
    .videos-home-slider .slider-videos .topContentViewList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .videos-home-slider .slider-videos span.sr-only {
      display: none; }
    .videos-home-slider .slider-videos .icon-next,
    .videos-home-slider .slider-videos .icon-prev {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-left: auto;
      margin-bottom: 25px;
      margin-top: -10px;
      color: #fff;
      font-size: 20px;
      font-size: 1.25rem;
      cursor: pointer; }
    .videos-home-slider .slider-videos .icon-prev {
      margin-right: 20px; }
    .videos-home-slider .slider-videos .icon-next {
      margin-left: unset; }
      @media (max-width: 399px) {
        .videos-home-slider .slider-videos .icon-next {
          margin-right: 0 !important; } }
    .videos-home-slider .slider-videos .slick-disabled {
      opacity: .2;
      cursor: unset; }
    .videos-home-slider .slider-videos .slick-list {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      @media (min-width: 400px) {
        .videos-home-slider .slider-videos .slick-list {
          margin-right: -20px; } }
    @media (min-width: 400px) {
      .videos-home-slider .slider-videos .slick-slide:not(:last-of-type) {
        margin-right: 20px; } }
    .videos-home-slider .slider-videos .slick-track {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .videos-home-slider .slider-videos .slick-slide {
      background: #fff;
      height: inherit !important; }
    .videos-home-slider .slider-videos .slick-selected {
      opacity: .4; }
    .videos-home-slider .slider-videos .teaser-home {
      display: block;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .videos-home-slider .slider-videos .teaser-home .teaser-img {
        width: auto !important;
        margin-right: 0; }
      .videos-home-slider .slider-videos .teaser-home .teaser-text {
        width: auto !important;
        margin: 0 10px 10px; }
        @media (min-width: 1000px) {
          .videos-home-slider .slider-videos .teaser-home .teaser-text h2 {
            font-size: 24px;
            font-size: 1.5rem; } }
        .videos-home-slider .slider-videos .teaser-home .teaser-text .author-byline {
          display: none; }
        .videos-home-slider .slider-videos .teaser-home .teaser-text p {
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          text-overflow: ellipsis !important;
          max-height: 68px; }
    .videos-home-slider .slider-videos .slick-dots {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      margin: 20px auto 0; }
      .videos-home-slider .slider-videos .slick-dots li {
        font-size: 0 !important; }
        .videos-home-slider .slider-videos .slick-dots li button {
          font-size: 0;
          border-radius: 100%;
          padding: 0;
          margin: 0 4px;
          width: 12px;
          height: 12px; }
        .videos-home-slider .slider-videos .slick-dots li.slick-active button {
          background: #3b777c;
          border-color: #3b777c; }

.more-videos .more {
  display: none;
  margin: 0 auto; }

.top-stripes {
  height: 18px;
  margin-top: 0;
  background: url("/pb-assets/assets/images/top-stripes.png") center top; }

.home-slider-parent {
  display: contents; }

.home-slider {
  display: block;
  width: 100%; }
  @media (min-width: 900px) {
    .home-slider {
      margin: 0 15px; } }
  @media (min-width: 1200px) {
    .home-slider {
      margin: 0 25px; } }
  .home-slider .container {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #4a4a4a; }
    .home-slider .container .featuredPostSlider {
      float: left;
      width: 60%;
      padding: 10px 15px;
      margin-top: 0;
      margin-bottom: 0; }
      .home-slider .container .featuredPostSlider li {
        display: none;
        margin-bottom: 0; }
        .home-slider .container .featuredPostSlider li h2 {
          display: none; }
      @media (min-width: 900px) {
        .home-slider .container .featuredPostSlider {
          padding: 10px 25px; } }
      @media (max-width: 899px) {
        .home-slider .container .featuredPostSlider {
          width: 100%; } }
      .home-slider .container .featuredPostSlider h2,
      .home-slider .container .featuredPostSlider a {
        color: #fff; }
      .home-slider .container .featuredPostSlider iframe {
        width: 100%;
        border: 0; }
      .home-slider .container .featuredPostSlider .video-container {
        margin-bottom: 10px; }
      .home-slider .container .featuredPostSlider a {
        text-decoration: underline; }
    .home-slider .container .slider-videos-lists {
      position: absolute;
      right: 0;
      width: 40%;
      float: left;
      z-index: 9;
      overflow: hidden; }
      @media (max-width: 899px) {
        .home-slider .container .slider-videos-lists {
          background-color: #313131;
          width: 100%;
          position: relative;
          padding: 0 15px; } }
      .home-slider .container .slider-videos-lists .slick-pager {
        margin-top: 25px;
        margin-bottom: 0; }
        @media (min-width: 900px) {
          .home-slider .container .slider-videos-lists .slick-pager {
            margin-top: 45px; } }
        @media (min-width: 1000px) {
          .home-slider .container .slider-videos-lists .slick-pager {
            margin-top: 49px; } }
        @media (max-width: 899px) {
          .home-slider .container .slider-videos-lists .slick-pager {
            max-height: 430px; } }
        @media (max-width: 499px) {
          .home-slider .container .slider-videos-lists .slick-pager {
            max-height: 340px; } }
        .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide {
          border-top: 1px solid #b7b7b7;
          padding: 15px 7px 15px 0;
          margin: 0; }
          .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important; }
          .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-img {
            width: 110px; }
            @media (min-width: 500px) {
              .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-img {
                width: 150px; } }
            @media (min-width: 900px) {
              .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-img {
                width: 135px; } }
            @media (min-width: 1200px) {
              .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-img {
                width: 150px; } }
          .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-text {
            height: 110px;
            color: #fff;
            overflow: hidden; }
            .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-text .eyebrow {
              display: none; }
            @media (max-width: 499px) {
              .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-text {
                height: 100px; } }
            .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-text h3 {
              font-size: 18px;
              font-size: 1.125rem; }
              @media (max-width: 899px) {
                .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-text h3 {
                  font-size: 16px;
                  font-size: 1rem;
                  margin: 0 0 12px; } }
              @media (max-width: 499px) {
                .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-text h3 {
                  font-size: 14px;
                  font-size: 0.875rem; } }
            .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-text p {
              font-size: 14px;
              font-size: 0.875rem;
              overflow: hidden;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              text-overflow: ellipsis !important; }
              @media (max-width: 499px) {
                .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide .promo-item-text p {
                  font-size: 13px;
                  font-size: 0.8125rem; } }
          .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-slide.slick-current {
            background-color: #3b777c; }
        .home-slider .container .slider-videos-lists .slick-pager .slick-vertical .slick-dots {
          display: none !important; }
      .home-slider .container .slider-videos-lists a {
        color: #fff;
        text-decoration: none; }
      .home-slider .container .slider-videos-lists .pagerNavigation {
        opacity: .8; }
        .home-slider .container .slider-videos-lists .pagerNavigation i {
          float: left;
          width: 100%;
          margin-top: 0; }
      .home-slider .container .slider-videos-lists .pagerNavigationTop {
        color: #fff;
        font-size: 25px;
        font-size: 1.5625rem;
        text-align: center;
        position: relative;
        right: 0;
        width: 100%;
        cursor: pointer; }
        @media (min-width: 900px) {
          .home-slider .container .slider-videos-lists .pagerNavigationTop {
            top: 25px; } }
      .home-slider .container .slider-videos-lists .pagerNavigationBottom {
        bottom: 0;
        position: absolute;
        background-color: #000;
        width: 100%;
        left: 0;
        cursor: pointer;
        color: #fff;
        font-size: 25px;
        font-size: 1.5625rem;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.6); }
        @media (max-width: 899px) {
          .home-slider .container .slider-videos-lists .pagerNavigationBottom {
            bottom: 0; } }

a {
  display: inline;
  color: #33666b;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  a:active, a:focus, a:hover {
    color: #224548; }
  a:disabled, a[disabled] {
    opacity: .5;
    pointer-events: none; }
  a.-more {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .02em; }
    a.-more::after {
      content: "";
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      left: 0;
      display: inline-block;
      margin-left: 4px;
      font-size: 9px;
      font-size: 0.5625rem;
      -webkit-transition: left 0.2s ease-in-out;
      transition: left 0.2s ease-in-out; }
    a.-more:hover::after, a.-more:focus::after {
      left: 3px; }

button,
.btn,
input[type='submit'],
input[type='reset'],
input[type='button'] {
  background: #fff;
  border: 2px solid #cbdedf;
  border-radius: 3px;
  color: #3b777c;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  padding: 6px 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  button:active, button:focus, button:hover,
  .btn:active,
  .btn:focus,
  .btn:hover,
  input[type='submit']:active,
  input[type='submit']:focus,
  input[type='submit']:hover,
  input[type='reset']:active,
  input[type='reset']:focus,
  input[type='reset']:hover,
  input[type='button']:active,
  input[type='button']:focus,
  input[type='button']:hover {
    background: #3b777c;
    border-color: #3b777c;
    color: #fff; }
  button:disabled,
  .btn:disabled,
  input[type='submit']:disabled,
  input[type='reset']:disabled,
  input[type='button']:disabled {
    opacity: .5;
    pointer-events: none; }
  button.-green,
  .btn.-green,
  input[type='submit'].-green,
  input[type='reset'].-green,
  input[type='button'].-green {
    background: #3b777c;
    border: 2px solid transparent;
    color: #fff; }
    button.-green:active, button.-green:focus, button.-green:hover,
    .btn.-green:active,
    .btn.-green:focus,
    .btn.-green:hover,
    input[type='submit'].-green:active,
    input[type='submit'].-green:focus,
    input[type='submit'].-green:hover,
    input[type='reset'].-green:active,
    input[type='reset'].-green:focus,
    input[type='reset'].-green:hover,
    input[type='button'].-green:active,
    input[type='button'].-green:focus,
    input[type='button'].-green:hover {
      background: #fff;
      border: 2px solid #cbdedf;
      border-radius: 3px;
      color: #3b777c; }

.loading-overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100vh;
  color: #fff; }
  .loading-overlay-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 50%;
    padding: 75px 20px;
    background-color: #3b777c;
    -webkit-transition: -webkit-transform 0.75s ease-in-out;
    transition: -webkit-transform 0.75s ease-in-out;
    transition: transform 0.75s ease-in-out;
    transition: transform 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; }
  .loading-overlay-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50%;
    padding: 30px 20px;
    text-align: center;
    background-color: #055377;
    -webkit-transition: -webkit-transform 0.75s ease-in-out;
    transition: -webkit-transform 0.75s ease-in-out;
    transition: transform 0.75s ease-in-out;
    transition: transform 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; }
    @media (min-width: 900px) {
      .loading-overlay-bottom {
        padding: 60px 20px 75px; } }
    .loading-overlay-bottom h1 {
      margin-bottom: 20px;
      font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 30px;
      font-size: 1.875rem;
      color: #fff; }
      @media (min-width: 900px) {
        .loading-overlay-bottom h1 {
          margin-bottom: 40px; } }
      @media (min-width: 1200px) {
        .loading-overlay-bottom h1 {
          font-size: 36px;
          font-size: 2.25rem; } }
  .loading-overlay-stripes {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: url("/assets/images/stripes.svg") center; }
  .loading-overlay-ar-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .loading-overlay-ar-logo .eyebrow {
      margin-bottom: 10px;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 700;
      color: #fff;
      letter-spacing: .3em; }
    .loading-overlay-ar-logo img {
      display: block;
      margin: 12px 0; }

.loading-overlay-trigger .loading-overlay-top {
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%); }

.loading-overlay-trigger .loading-overlay-bottom {
  -webkit-transform: translateY(110%);
  transform: translateY(110%); }

.is-loaded .loading-overlay {
  display: none; }

.kss-modifiers-example .loading-state {
  height: auto; }

.site-header {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 0; }
  @media (min-width: 800px) {
    .site-header {
      margin-left: 2rem;
      margin-right: 2rem; } }
  @media (min-width: 1200px) {
    .site-header {
      margin-left: 3rem;
      margin-right: 3rem; } }
  @media (min-width: 800px) {
    .site-header {
      text-align: center;
      padding: 22px 0; } }
  .site-header-logo {
    display: inline-block; }
    @media (min-width: 800px) {
      .site-header-logo {
        width: 348px;
        height: 68px; } }
    .site-header-logo img {
      display: inline-block; }
    .site-header-logo .logo-mobile {
      width: 175px;
      height: 52px; }
      @media (max-width: 399px) {
        .site-header-logo .logo-mobile {
          width: 125px;
          height: auto; } }
      @media (min-width: 800px) {
        .site-header-logo .logo-mobile {
          display: none; } }
    .site-header-logo .logo-desktop {
      display: none; }
      @media (min-width: 800px) {
        .site-header-logo .logo-desktop {
          display: block; } }
  .site-header-menu-buttons {
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 400px) {
      .site-header-menu-buttons {
        top: calc(50% - 22px); } }

.site-header-search, .site-header-menu,
.sticky-nav-search,
.sticky-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 0;
  color: #043349; }
  @media (min-width: 400px) {
    .site-header-search, .site-header-menu,
    .sticky-nav-search,
    .sticky-nav-menu {
      width: 45px;
      height: 45px; } }
  .site-header-search::before, .site-header-menu::before,
  .sticky-nav-search::before,
  .sticky-nav-menu::before {
    font-size: 25px; }
    @media (min-width: 400px) {
      .site-header-search::before, .site-header-menu::before,
      .sticky-nav-search::before,
      .sticky-nav-menu::before {
        font-size: 30px; } }

.site-header-search::before,
.sticky-nav-search::before {
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.site-header-menu::before,
.sticky-nav-menu::before {
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.site-header-donate,
.sticky-nav-donate {
  font-size: 13px;
  color: #fff;
  background: #cf4d32;
  margin-top: 12px;
  padding: 5px 10px 3px;
  max-height: 23px;
  border-radius: 5px; }
  .site-header-donate:hover,
  .sticky-nav-donate:hover {
    color: #fff; }
  @media (max-width: 399px) {
    .site-header-donate,
    .sticky-nav-donate {
      margin-top: 7px;
      padding: 5px 7px 3px;
      max-height: 20px;
      font-size: 11px; } }

.site-footer {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin-top: 30px;
  padding: 30px 20px;
  border-top: 1px solid #9b9b9b;
  text-align: center;
  margin-bottom: 25px; }
  @media (min-width: 1100px) {
    .site-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left; } }
  @media (min-width: 1300px) {
    .site-footer {
      padding: 30px 50px; } }
  @media (min-width: 1100px) {
    .site-footer-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 30%; } }
  @media (min-width: 1200px) {
    .site-footer-info {
      width: 40%; } }
  @media (min-width: 1400px) {
    .site-footer-info {
      width: 35%; } }
  .site-footer-ar-logo {
    display: inline-block;
    margin-bottom: 20px; }
    @media (min-width: 900px) {
      .site-footer-ar-logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 60px;
        margin-right: 25px; } }
  @media (min-width: 900px) {
    .site-footer-info-publishing {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; } }
  @media (min-width: 1100px) {
    .site-footer-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 70%; } }
  @media (min-width: 1200px) {
    .site-footer-links {
      width: 60%; } }
  @media (min-width: 1400px) {
    .site-footer-links {
      width: 65%; } }
  .site-footer-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 1100px) {
      .site-footer-social-links {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px; } }
    @media (min-width: 900px) {
      .site-footer-social-links li {
        margin: 0 10px; }
        .site-footer-social-links li:last-child {
          margin-right: 0; } }
    .site-footer-social-links a {
      font-size: 0;
      text-align: center; }
      .site-footer-social-links a::before {
        display: block;
        font-size: 20px;
        color: #4a4a4a;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
        @media (max-width: 899px) {
          .site-footer-social-links a::before {
            width: 45px;
            height: 45px;
            line-height: 45px; } }
        @media (max-width: 399px) {
          .site-footer-social-links a::before {
            width: 40px;
            height: 40px; } }
      .site-footer-social-links a:hover::before, .site-footer-social-links a:focus::before {
        color: #3b777c; }
  .site-footer-utility-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 1100px) {
      .site-footer-utility-links {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0; } }
    .site-footer-utility-links li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      white-space: nowrap;
      text-transform: uppercase;
      letter-spacing: .04em; }
      .site-footer-utility-links li a {
        cursor: pointer; }
      @media (min-width: 1100px) {
        .site-footer-utility-links li {
          font-size: 13px;
          font-size: 0.8125rem; } }
      @media (min-width: 1400px) {
        .site-footer-utility-links li {
          font-size: 15px;
          font-size: 0.9375rem; } }
      .site-footer-utility-links li:not(:last-child)::after {
        content: '|';
        margin: 0 13px;
        width: 1px; }
    .site-footer-utility-links a {
      color: #4a4a4a; }
      .site-footer-utility-links a:hover, .site-footer-utility-links a:focus {
        color: #3b777c; }
  .site-footer p {
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 0.9375rem; }
    @media (min-width: 1100px) and (max-width: 1399px) {
      .site-footer p {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (min-width: 1100px) and (max-width: 1499px) {
      .site-footer p {
        max-width: 80%; } }
  .site-footer .copyright {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #9b9b9b; }
  .site-footer .site-footer-rss::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 45px; }
  .site-footer .site-footer-facebook::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 45px; }
  .site-footer .site-footer-twitter::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 45px; }
  .site-footer .site-footer-reddit::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 45px; }
  .site-footer .site-footer-linkedin::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 45px; }
  .site-footer .site-footer-flipboard::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 45px; }
  .site-footer .site-footer-instagram::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 45px; }
  .site-footer .site-footer-youtube::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 45px; }

.page-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .3s, width 0s .3s, height 0s .3s;
  transition: opacity .3s, width 0s .3s, height 0s .3s; }
  .page-mask.-active {
    width: 100%;
    height: 100%;
    opacity: .8;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  overflow-y: auto;
  z-index: 200;
  opacity: 0;
  padding: 75px 30px;
  background-color: #4a4a4a;
  color: #fff;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
  -webkit-transform: translateX(300px);
  transform: translateX(300px); }
  @media (min-width: 500px) {
    .mobile-nav {
      width: 400px;
      -webkit-transform: translateX(400px);
      transform: translateX(400px); } }
  @media (min-width: 700px) {
    .mobile-nav {
      width: 500px;
      -webkit-transform: translateX(500px);
      transform: translateX(500px); } }
  .mobile-nav.-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  .mobile-nav-menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 0;
    color: #fff; }
    .mobile-nav-menu-close::before {
      content: "";
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 15px; }
    .mobile-nav-menu-close:hover, .mobile-nav-menu-close:focus {
      color: #b3b3b3; }
  .mobile-nav .header {
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    border-bottom: 1px solid #9b9b9b; }
  .mobile-nav ul {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    text-transform: uppercase; }
    .mobile-nav ul.-special-reports {
      margin-bottom: 0; }
  .mobile-nav a {
    color: #fff; }
  .mobile-nav hr {
    margin: 30px 0; }
  .mobile-nav-main-navigation {
    font-weight: 700; }
    .mobile-nav-main-navigation li {
      margin-bottom: 15px;
      font-size: 18px;
      font-size: 1.125rem;
      letter-spacing: .03em; }
  .mobile-nav-secondary-navigation li, .mobile-nav-utility-navigation li {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: .03em; }

.sticky-nav {
  display: none;
  opacity: 0; }
  @media (min-width: 1000px) {
    .sticky-nav {
      display: block;
      position: fixed;
      top: -80px;
      left: 0;
      z-index: 90;
      width: 100%;
      height: 72px;
      padding: 0 20px;
      background-color: #fff;
      -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);
      box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);
      -webkit-transition: opacity 5s ease-in-out, -webkit-transform 0.75s ease-in-out;
      transition: opacity 5s ease-in-out, -webkit-transform 0.75s ease-in-out;
      transition: transform 0.75s ease-in-out, opacity 5s ease-in-out;
      transition: transform 0.75s ease-in-out, opacity 5s ease-in-out, -webkit-transform 0.75s ease-in-out; }
      .sticky-nav.-active {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        opacity: 1;
        -webkit-transition: -webkit-transform 0.75s ease-in-out;
        transition: -webkit-transform 0.75s ease-in-out;
        transition: transform 0.75s ease-in-out;
        transition: transform 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out; } }
  @media (min-width: 1200px) {
    .sticky-nav {
      padding: 0 40px; } }
  .sticky-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto; }
    @media (max-width: 1299px) {
      .sticky-nav-inner .sticky-nav-links li {
        font-size: 13px;
        font-size: 0.8125rem; } }
    @media (max-width: 1099px) {
      .sticky-nav-inner .sticky-nav-links li {
        font-size: 12px;
        font-size: 0.75rem; } }
  .sticky-nav .logo-sticky-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 35px; }
    .sticky-nav .logo-sticky-nav img {
      width: 35px; }
  .sticky-nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none; }
    .sticky-nav-links li {
      margin: 0 10px;
      font-size: 13px;
      font-size: 0.8125rem;
      text-transform: uppercase; }
      @media (min-width: 1100px) {
        .sticky-nav-links li {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media (min-width: 1200px) {
        .sticky-nav-links li {
          margin: 0 15px; } }
      .sticky-nav-links li a {
        color: #000;
        font-weight: 600; }
        .sticky-nav-links li a:hover, .sticky-nav-links li a:focus {
          color: #3b777c; }
  .sticky-nav-menu-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.site-search {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 85;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 85px;
  background-color: #fff;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
  .sticky-nav .site-search {
    height: 72px;
    max-width: 1600px;
    margin: 0 auto;
    left: 0;
    padding: 0 20px; }
    @media (min-width: 1200px) {
      .sticky-nav .site-search {
        padding: 0 40px; } }
    @media (min-width: 1600px) {
      .sticky-nav .site-search {
        padding: 0;
        margin: 0 auto; } }
    .sticky-nav .site-search .site-search-logo {
      width: 35px; }
    .sticky-nav .site-search .site-search-form {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      .sticky-nav .site-search .site-search-form input[type='search'] {
        font-size: 20px;
        font-size: 1.25rem; }
    .sticky-nav .site-search .site-search-close {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .site-search.-active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; }
  @media (min-width: 800px) {
    .site-search {
      height: 110px; } }
  .site-search-logo {
    width: 30px;
    margin-right: 20px; }
    .site-search-logo img {
      width: 35px; }
  .site-search-form {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .site-search-form input[type='search'] {
      margin: 0;
      padding-left: 5px;
      padding-right: 55px;
      background-color: #fff;
      border: 0;
      border-bottom: 2px solid #3b777c; }
      @media (min-width: 600px) {
        .site-search-form input[type='search'] {
          padding-left: 10px; } }
      @media (min-width: 800px) {
        .site-search-form input[type='search'] {
          font-size: 25px;
          font-size: 1.5625rem; } }
      .site-search-form input[type='search']:focus {
        background-color: #f7f7f7; }
    .site-search-form button {
      position: absolute;
      z-index: 86;
      top: 0;
      right: 0;
      width: 50px;
      height: 100%;
      border: 0;
      background-color: transparent;
      font-size: 0;
      cursor: pointer; }
      .site-search-form button::before {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: inline-block;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 25px;
        font-size: 1.5625rem;
        color: #000;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
      .site-search-form button:hover::before, .site-search-form button:focus::before {
        color: #3b777c; }
  .site-search-close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 20px;
    font-size: 0; }
    .site-search-close::after {
      content: "";
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 15px;
      font-size: 0.9375rem;
      color: #000;
      -webkit-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      @media (min-width: 1200px) {
        .site-search-close::after {
          margin-left: 5px; } }
    @media (min-width: 1200px) {
      .site-search-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .02em;
        color: #000; } }
    .site-search-close:hover::after, .site-search-close:focus::after {
      color: #3b777c; }

.article-hero {
  position: relative;
  z-index: 65;
  width: 100%;
  height: 100px; }
  @media (min-width: 900px) {
    .article-hero {
      height: 175px; } }
  @media (min-width: 1200px) {
    .article-hero {
      z-index: 1; } }
  @media (min-width: 1300px) {
    .article-hero {
      height: 215px; } }
  .article-hero p {
    font-size: 12px;
    font-size: 0.75rem;
    color: #000; }

.-article-has-photo .article-hero {
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 900px) {
    .-article-has-photo .article-hero {
      height: 400px; } }
  @media (min-width: 1200px) {
    .-article-has-photo .article-hero {
      height: 500px; } }
  @media (min-width: 1300px) {
    .-article-has-photo .article-hero {
      height: 600px; } }

.vimeo-video {
  height: auto !important; }

@media (min-width: 1200px) {
  .article-photo-info {
    position: absolute;
    top: 0;
    left: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 200px; } }

@media (min-width: 1300px) {
  .article-photo-info {
    width: 250px; } }

@media (min-width: 1400px) {
  .article-photo-info {
    width: 300px; } }

@media (min-width: 1500px) {
  .article-photo-info {
    width: 350px; } }

@media (min-width: 1600px) {
  .article-photo-info {
    width: 410px; } }

.kss-section .article-photo-info {
  position: relative;
  left: auto; }

.article-photo-info p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #9b9b9b; }

.article-photo-info-credit {
  margin: 5px;
  text-align: right; }
  @media (min-width: 1200px) {
    .article-photo-info-credit {
      text-align: left; } }
  @media (min-width: 1300px) {
    .article-photo-info-credit {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }

.article-photo-info-caption {
  display: none;
  margin: 5px; }
  @media (min-width: 1300px) {
    .article-photo-info-caption {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      display: block; } }

.article-header {
  text-align: center;
  padding: 0 20px 15px; }
  @media (min-width: 700px) {
    .article-header {
      padding: 0 40px 15px; } }
  @media (min-width: 900px) {
    .article-header {
      padding: 0 100px 15px; } }
  .article-header .eyebrow {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    line-height: 1;
    color: #000;
    font-weight: 600; }
    .article-header .eyebrow::before, .article-header .eyebrow::after {
      content: '';
      position: absolute;
      top: 50%;
      display: block;
      width: 42px;
      height: 1px;
      background-color: #4a4a4a;
      opacity: .56; }
    .article-header .eyebrow::before {
      right: calc(100% + 14px); }
    .article-header .eyebrow::after {
      left: calc(100% + 14px); }
    .article-header .eyebrow a {
      color: #000; }
      .article-header .eyebrow a:hover, .article-header .eyebrow a:focus {
        color: #3b777c; }
  .article-header h1 {
    margin-bottom: 10px; }
  .article-header .article-info {
    margin: 10px 0;
    font-family: "capitolium-2", Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    -webkit-font-kerning: normal;
    font-kerning: normal; }
  .article-header .article-dek {
    margin-bottom: 15px; }
  .article-header .article-subhead {
    -webkit-font-kerning: normal;
    font-kerning: normal; }
  .article-header .article-byline {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    -webkit-font-kerning: normal;
    font-kerning: normal; }
    .article-header .article-byline .author-byline:not(.-multiple-author-one) {
      display: inline-block;
      position: relative;
      padding-right: 11px;
      margin-right: 10px; }
      .article-header .article-byline .author-byline:not(.-multiple-author-one)::after {
        position: absolute;
        content: '';
        top: 2px;
        right: 0;
        width: 1px;
        height: 11px;
        background: #000; }
  .article-header .article-offlink {
    font-size: 13px;
    font-size: 0.8125rem; }

.article-image {
  margin: 50px 0; }
  .article-image:first-child {
    margin-top: 0; }
  .article-image figure {
    margin: 0; }
    .article-image figure img {
      margin: 0 auto; }
  .article-image figcaption {
    margin: 15px 0 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5; }
    .article-image figcaption p {
      font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.5;
      margin: 0; }
  .article-image .source {
    display: block;
    margin: 15px 0 0;
    font-size: 12px;
    font-size: 0.75rem;
    color: #9b9b9b; }
  @media (min-width: 900px) {
    .article-image.-full-width, .article-image.-caption-full {
      padding: 0;
      margin-left: -100px;
      margin-right: -100px; } }
  .kss-section .article-image.-full-width, .kss-section .article-image.-caption-full {
    margin-left: 0;
    margin-right: 0; }
  .article-image.-caption-right, .article-image.-caption-left {
    padding: 0; }
    @media (min-width: 900px) {
      .article-image.-caption-right, .article-image.-caption-left {
        margin-left: -100px;
        margin-right: -100px; } }
    .kss-section .article-image.-caption-right, .kss-section .article-image.-caption-left {
      margin-left: 0;
      margin-right: 0; }
    @media (min-width: 900px) {
      .article-image.-caption-right figure, .article-image.-caption-left figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .article-image.-caption-right figure .article-image-container, .article-image.-caption-left figure .article-image-container {
          width: calc(80% - 25px);
          text-align: right; }
          .article-image.-caption-right figure .article-image-container img, .article-image.-caption-left figure .article-image-container img {
            margin: 0;
            display: inline-block; }
        .article-image.-caption-right figure figcaption, .article-image.-caption-left figure figcaption {
          width: 20%;
          margin-top: 0;
          margin-left: 25px; } }
  @media (min-width: 900px) {
    .article-image.-caption-left figure {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .article-image.-caption-left figure .article-image-container {
        width: calc(82% - 25px);
        text-align: left; }
      .article-image.-caption-left figure figcaption {
        width: 18%;
        margin-right: 25px;
        margin-left: 0;
        text-align: right; } }

.article-sidebar {
  max-width: 400px;
  margin: 0 auto 28px;
  background-color: #eee;
  border-bottom: 3px solid #d9d9d9; }
  .article-sidebar-text {
    padding: 25px; }
  .article-sidebar h4 {
    margin-bottom: 10px;
    font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: .04em;
    color: #4a4a4a; }
  .article-sidebar p {
    margin-bottom: 10px;
    font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem; }
    .article-sidebar p.source {
      color: #9b9b9b;
      text-transform: uppercase; }
  @media (min-width: 600px) {
    .article-sidebar {
      max-width: none;
      width: 282px;
      float: right;
      clear: both;
      margin-left: 25px; } }
  @media (min-width: 900px) {
    .article-sidebar {
      margin: 0 -140px 28px 30px; } }
  @media (min-width: 1100px) {
    .article-sidebar {
      margin: 0 -165px 28px 40px; } }
  @media (min-width: 600px) {
    .article-sidebar.-left {
      float: left;
      margin-left: 0;
      margin-right: 25px; } }
  @media (min-width: 900px) {
    .article-sidebar.-left {
      margin: 0 30px 28px -140px; } }
  @media (min-width: 1100px) {
    .article-sidebar.-left {
      margin: 0 40px 28px -165px; } }
  .article-sidebar.-center {
    max-width: none; }
    .article-sidebar.-center p {
      font-size: 13px;
      font-size: 0.8125rem; }
    @media (min-width: 600px) {
      .article-sidebar.-center {
        float: unset;
        width: unset;
        margin: 50px auto; } }
  .article-sidebar.-full {
    max-width: none; }
    .article-sidebar.-full img {
      margin: 0 auto; }
    .article-sidebar.-full p {
      font-size: 13px;
      font-size: 0.8125rem; }
    @media (min-width: 600px) {
      .article-sidebar.-full {
        float: unset;
        width: unset;
        margin: 50px 0; } }
    @media (min-width: 900px) {
      .article-sidebar.-full {
        margin-left: -100px;
        margin-right: -100px; } }
  .kss-section .article-sidebar {
    margin: 0; }

.article-audio {
  margin-bottom: 28px;
  padding: 20px 0;
  border-top: 2px solid #3b777c;
  border-bottom: 2px solid #3b777c; }
  @media (min-width: 900px) {
    .article-audio {
      margin: 0 0 28px; } }
  .article-audio-caption p {
    margin: 15px 0 0;
    font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5; }
  .article-audio-caption .source {
    display: block;
    margin: 15px 0 0;
    color: #9b9b9b;
    font-size: 12px;
    font-size: 0.75rem; }

.article-video {
  margin: 28px 0; }
  @media (min-width: 900px) {
    .article-video.-full-width {
      padding: 0;
      margin-left: -100px;
      margin-right: -100px; } }
  .kss-section .article-video.-full-width {
    margin-left: 0;
    margin-right: 0; }
  .article-video-caption p {
    margin: 15px 0 0;
    font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5; }
  .article-video-source,
  .article-video .source {
    color: #9b9b9b; }
  .article-video .source {
    display: block;
    margin: 15px 0 0;
    font-size: 12px;
    font-size: 0.75rem; }

.article-comic {
  margin: 28px 0; }
  @media (min-width: 900px) {
    .article-comic {
      margin-left: -100px;
      margin-right: -100px; } }
  @media (min-width: 900px) and (min-width: 700px) {
    .article-comic .comic-panel-images {
      display: table;
      border-collapse: collapse;
      width: 100%; } }
  @media (min-width: 900px) {
      .article-comic .comic-panel-cell img {
        margin: 0 auto; } }
  @media (min-width: 900px) and (min-width: 700px) {
    .article-comic .comic-panel-cell {
      display: table-cell;
      vertical-align: middle; } }
  .article-comic .caption p,
  .article-comic .source p {
    font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    margin: 15px 0 0; }
  .article-comic .source {
    color: #9b9b9b;
    margin: 15px 0 30px; }

.kss-modifiers-example .article-comic .comic-panel-row {
  width: 70%;
  margin: auto; }

.article-author {
  margin-bottom: 15px;
  padding: 20px;
  background-color: #eee; }
  .article-author p {
    font-size: 12px;
    font-size: 0.75rem; }

.article-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0 28px;
  padding: 0;
  list-style: none; }
  .article-tags li {
    margin-right: 8px; }
  .article-tags .btn {
    font-size: 9px;
    font-size: 0.5625rem;
    font-weight: 600;
    color: #043349;
    letter-spacing: .05em;
    border-width: 1px;
    white-space: nowrap; }
    .article-tags .btn:hover, .article-tags .btn:focus {
      color: #fff; }

.article-flyout {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 500;
  bottom: 54px;
  right: -400px;
  width: 100%;
  background-color: #eee;
  -webkit-box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
  @media (min-width: 600px) {
    .article-flyout {
      bottom: 54px;
      width: 385px; } }
  .article-flyout.-active {
    visibility: visible;
    opacity: 1;
    right: 0;
    -webkit-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
  .article-flyout.-disabled {
    visibility: hidden;
    opacity: 0;
    right: -400px; }
  .kss-section .article-flyout {
    position: relative;
    bottom: auto;
    right: auto;
    padding: 10px 0; }
  .article-flyout-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0; }
    .article-flyout-close::before {
      content: "";
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 11px;
      font-size: 0.6875rem;
      color: #000;
      -webkit-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
    .article-flyout-close:hover::before, .article-flyout-close:focus::before {
      color: #3b777c; }
  .article-flyout-header {
    margin: 20px 60px 15px 20px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #3b777c; }
  .article-flyout hr {
    margin: 0 0 20px; }
  .article-flyout .eyebrow {
    margin: 0 20px 10px; }
  .article-flyout h3 {
    margin: 0 20px 25px; }
    .article-flyout h3 a {
      color: #000; }
      .article-flyout h3 a:hover, .article-flyout h3 a:focus {
        color: #3b777c; }

.kss-modifiers-example .article-flyout {
  visibility: visible;
  opacity: unset; }

.article-slideshow {
  background: #f6f6f6;
  margin: 40px 0 45px;
  overflow: hidden; }
  .article-slideshow:first-child {
    margin-top: 0; }
  .article-slideshow:last-child {
    margin-bottom: 0; }
  @media (min-width: 900px) {
    .article-slideshow.-wide {
      margin-left: -100px;
      margin-right: -100px; } }
  .kss-section .article-slideshow.-wide,
  body.-slideshow-fullscreen .article-slideshow.-wide {
    margin-left: 0;
    margin-right: 0; }
  .article-slideshow .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000; }
  .article-slideshow-inner {
    position: relative;
    z-index: 1; }
  .article-slideshow-header {
    display: none; }
  .article-slideshow-images-wrapper {
    position: relative; }
    .article-slideshow-images-wrapper-inner {
      overflow: hidden; }
  .article-slideshow-images-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 1; }
  .article-slideshow-images-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform; }
    .article-slideshow-images-item.swiper-slide-active {
      opacity: 1; }
    .article-slideshow-images-item img {
      opacity: 0;
      visibility: hidden;
      margin: 0 auto; }
  .article-slideshow-images-nav-prev[class^='icon-'], .article-slideshow-images-nav-prev[class*=' icon-'], .article-slideshow-images-nav-next[class^='icon-'], .article-slideshow-images-nav-next[class*=' icon-'] {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 87px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 87px;
    text-align: center;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: 10; }
    .article-slideshow-images-nav-prev[class^='icon-']:hover, .article-slideshow-images-nav-prev[class^='icon-']:focus, .article-slideshow-images-nav-prev[class^='icon-']:active, .article-slideshow-images-nav-prev[class*=' icon-']:hover, .article-slideshow-images-nav-prev[class*=' icon-']:focus, .article-slideshow-images-nav-prev[class*=' icon-']:active, .article-slideshow-images-nav-next[class^='icon-']:hover, .article-slideshow-images-nav-next[class^='icon-']:focus, .article-slideshow-images-nav-next[class^='icon-']:active, .article-slideshow-images-nav-next[class*=' icon-']:hover, .article-slideshow-images-nav-next[class*=' icon-']:focus, .article-slideshow-images-nav-next[class*=' icon-']:active {
      background: #000; }
    .article-slideshow-images-nav-prev[class^='icon-'].swiper-button-disabled, .article-slideshow-images-nav-prev[class*=' icon-'].swiper-button-disabled, .article-slideshow-images-nav-next[class^='icon-'].swiper-button-disabled, .article-slideshow-images-nav-next[class*=' icon-'].swiper-button-disabled {
      opacity: 0;
      visibility: hidden;
      cursor: auto;
      pointer-events: none; }
  .article-slideshow-images-nav-prev {
    left: 0;
    right: auto; }
  .article-slideshow-images-nav-next {
    right: 0;
    left: auto; }
  .article-slideshow-captions-wrapper {
    background: #eee;
    padding: 24px 0; }
    @media (min-width: 500px) {
      .article-slideshow-captions-wrapper {
        padding: 24px 0 30px; } }
  .article-slideshow-captions-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
    margin: 0 20px 30px; }
    @media (min-width: 500px) {
      .article-slideshow-captions-header {
        margin: 0 30px 30px; } }
    @media (min-width: 500px) {
      .article-slideshow-captions-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .article-slideshow-captions-eyebrow {
    display: none; }
  .article-slideshow-captions h2.article-slideshow-captions-title {
    font-family: "capitolium-2", Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: .07px;
    line-height: 1.36;
    -webkit-transition: none;
    transition: none; }
    @media (min-width: 500px) {
      .article-slideshow-captions h2.article-slideshow-captions-title {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        margin: 0 15px 0 0; } }
  .article-slideshow-captions-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 500px) {
      .article-slideshow-captions-info {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; } }
    .article-slideshow-captions-info-slides, .article-slideshow-captions-info-fullscreen {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; }
    .article-slideshow-captions-info-slides {
      font-size: 18px;
      font-size: 1.125rem;
      letter-spacing: 1.12;
      line-height: 1.22; }
    .article-slideshow-captions-info-fullscreen {
      color: #000;
      font-size: 24px;
      font-size: 1.5rem; }
      @media (min-width: 500px) {
        .article-slideshow-captions-info-fullscreen {
          margin-left: 15px; } }
    .article-slideshow-captions-info .swiper-pagination-fraction {
      width: auto;
      left: 0;
      bottom: 0; }
  .article-slideshow-captions-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 1; }
  .article-slideshow-captions-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding: 0 20px;
    opacity: 0 !important;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
    @media (min-width: 500px) {
      .article-slideshow-captions-item {
        padding: 0 30px; } }
    .article-slideshow-captions-item.swiper-slide-active {
      opacity: 1 !important; }
    .article-slideshow-captions-item p {
      font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      letter-spacing: .07px;
      line-height: 1.57;
      margin-bottom: 15px; }
      .article-slideshow-captions-item p:last-child {
        margin-bottom: 0; }
      .article-slideshow-captions-item p.article-slideshow-captions-item-credit {
        color: #9b9b9b;
        font-size: 12px;
        font-size: 0.75rem;
        letter-spacing: .07em;
        text-transform: uppercase; }

body.-slideshow-fullscreen {
  height: 100%;
  overflow: hidden; }
  body.-slideshow-fullscreen .article-slideshow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2f2f2f;
    margin: 0;
    overflow: hidden; }
    body.-slideshow-fullscreen .article-slideshow-inner {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden; }
      @media (min-width: 700px) {
        body.-slideshow-fullscreen .article-slideshow-inner::before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 350px;
          height: 100%;
          background: #3c3c3c;
          z-index: -1; } }
    body.-slideshow-fullscreen .article-slideshow-header {
      display: block;
      position: relative;
      padding: 20px 20px 40px;
      z-index: 2; }
      body.-slideshow-fullscreen .article-slideshow-header-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1600px;
        margin: 0 auto; }
      body.-slideshow-fullscreen .article-slideshow-header-logo, body.-slideshow-fullscreen .article-slideshow-header-close {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; }
      body.-slideshow-fullscreen .article-slideshow-header-close {
        background: #333;
        color: #fff;
        font-size: 19px;
        font-size: 1.1875rem;
        width: 57px;
        height: 57px;
        text-align: center;
        line-height: 57px;
        border-radius: 50%;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out; }
        body.-slideshow-fullscreen .article-slideshow-header-close:hover, body.-slideshow-fullscreen .article-slideshow-header-close:active, body.-slideshow-fullscreen .article-slideshow-header-close:focus {
          background: #000; }
    @media (min-width: 700px) {
      body.-slideshow-fullscreen .article-slideshow-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100vw; } }
    @media (min-width: 700px) {
      body.-slideshow-fullscreen .article-slideshow-images-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: calc(100% - 350px); } }
    body.-slideshow-fullscreen .article-slideshow-images-wrapper-inner {
      max-width: 1200px;
      margin: 0 auto; }
    @media (min-width: 500px) {
      body.-slideshow-fullscreen .article-slideshow-images-nav-prev[class^='icon-'], body.-slideshow-fullscreen .article-slideshow-images-nav-prev[class*=' icon-'], body.-slideshow-fullscreen .article-slideshow-images-nav-next[class^='icon-'], body.-slideshow-fullscreen .article-slideshow-images-nav-next[class*=' icon-'] {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 100px;
        width: 42px;
        height: 100px; } }
    body.-slideshow-fullscreen .article-slideshow-captions {
      overflow: hidden; }
      body.-slideshow-fullscreen .article-slideshow-captions-wrapper {
        width: 100%;
        background: #3c3c3c;
        color: #fff;
        padding: 50px 20px 30px; }
        @media (min-width: 500px) {
          body.-slideshow-fullscreen .article-slideshow-captions-wrapper {
            padding: 50px 30px 30px; } }
        @media (min-width: 700px) {
          body.-slideshow-fullscreen .article-slideshow-captions-wrapper {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
            width: 350px; } }
      body.-slideshow-fullscreen .article-slideshow-captions-header {
        display: block;
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
        margin: 0 0 30px; }
      body.-slideshow-fullscreen .article-slideshow-captions-eyebrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 20px; }
        body.-slideshow-fullscreen .article-slideshow-captions-eyebrow::before, body.-slideshow-fullscreen .article-slideshow-captions-eyebrow::after {
          content: '';
          -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
          flex: 1 1 0;
          height: 1px;
          background: #fff; }
        body.-slideshow-fullscreen .article-slideshow-captions-eyebrow::before {
          margin-right: 10px; }
        body.-slideshow-fullscreen .article-slideshow-captions-eyebrow::after {
          margin-left: 10px; }
      body.-slideshow-fullscreen .article-slideshow-captions h2.article-slideshow-captions-title {
        color: #fff; }
      body.-slideshow-fullscreen .article-slideshow-captions-title {
        font-size: 30px;
        font-size: 1.875rem;
        letter-spacing: .11px;
        margin-bottom: 10px; }
        @media (min-width: 500px) {
          body.-slideshow-fullscreen .article-slideshow-captions-title {
            font-size: 36px;
            font-size: 2.25rem; } }
      body.-slideshow-fullscreen .article-slideshow-captions-info {
        display: block; }
        body.-slideshow-fullscreen .article-slideshow-captions-info-slides {
          font-size: 18px;
          font-size: 1.125rem;
          letter-spacing: 1.12;
          line-height: 1.22; }
        body.-slideshow-fullscreen .article-slideshow-captions-info-fullscreen {
          display: none; }
      body.-slideshow-fullscreen .article-slideshow-captions-item {
        padding: 0; }
        body.-slideshow-fullscreen .article-slideshow-captions-item p {
          font-weight: 600;
          letter-spacing: .04px;
          line-height: 1.43; }
          body.-slideshow-fullscreen .article-slideshow-captions-item p.article-slideshow-captions-item-credit {
            color: #9b9b9b;
            font-size: 12px;
            font-size: 0.75rem;
            font-weight: 400;
            letter-spacing: .07em;
            text-transform: uppercase; }

.home-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
  padding: 40px 20px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 600px) {
    .home-hero {
      padding: 70px 30px; } }
  @media (min-width: 800px) {
    .home-hero {
      margin-bottom: 30px; } }
  @media (min-width: 900px) {
    .home-hero {
      padding: 100px 30px; } }
  @media (min-width: 1200px) {
    .home-hero {
      margin-bottom: 50px;
      padding: 185px 50px; } }
  .home-hero::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  .home-hero-text {
    position: relative;
    z-index: 2;
    width: 100%; }
  .home-hero .eyebrow {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    font-weight: 600; }
    .home-hero .eyebrow::before, .home-hero .eyebrow::after {
      content: '';
      position: absolute;
      top: 50%;
      display: block;
      width: 42px;
      height: 1px;
      background-color: #fff;
      opacity: .56; }
    .home-hero .eyebrow::before {
      right: calc(100% + 14px); }
    .home-hero .eyebrow::after {
      left: calc(100% + 14px); }
    .home-hero .eyebrow a {
      color: #fff; }
      .home-hero .eyebrow a:hover, .home-hero .eyebrow a:focus {
        color: #d9d9d9; }
  .home-hero h1 {
    width: 100%;
    margin-bottom: 10px;
    color: #fff; }
  .home-hero p {
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600; }
  .home-hero .byline p {
    margin-bottom: 0;
    font-size: 13px;
    font-size: 0.8125rem; }

.category-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 30px 20px;
  text-align: center;
  background-repeat: repeat;
  background-size: 450px 450px;
  background-position: top left;
  -webkit-box-shadow: inset 0 5px 10px -6px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 5px 10px -6px rgba(0, 0, 0, 0.25); }
  @media (min-width: 800px) {
    .category-header {
      margin-bottom: 30px; } }
  @media (min-width: 1000px) {
    .category-header {
      padding: 50px 20px; } }
  @media (min-width: 1200px) {
    .category-header {
      margin-bottom: 50px;
      padding: 65px 40px; } }
  .category-header .eyebrow {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    line-height: 1;
    color: #000;
    font-weight: 600; }
    .category-header .eyebrow::before, .category-header .eyebrow::after {
      content: '';
      position: absolute;
      top: 50%;
      display: block;
      width: 42px;
      height: 1px;
      background-color: #4a4a4a;
      opacity: .56; }
    .category-header .eyebrow::before {
      right: calc(100% + 14px); }
    .category-header .eyebrow::after {
      left: calc(100% + 14px); }
  .category-header h1 {
    width: 100%;
    margin-bottom: 10px; }
  .category-header p {
    width: 100%;
    max-width: 640px;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #4a4a4a; }

.-pattern-about {
  background-size: 450px 450px; }

.-pattern-collections {
  background-size: 368px 368px; }

.-pattern-health {
  background-size: 450px 450px; }

.-pattern-living {
  background-size: 480px 480px; }

.-pattern-mind {
  background-size: 600px 600px; }

.-pattern-physical {
  background-size: 450px 450px; }

.-pattern-society {
  background-size: 450px 450px; }

.-pattern-sustainability {
  background-size: 450px 495px; }

.-pattern-tech {
  background-size: 450px 405px; }

.teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  @media (min-width: 1300px) {
    .teaser {
      margin-bottom: 50px; } }
  .teaser .teaser-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 110px;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden; }
    .teaser .teaser-img img {
      -webkit-transition: -webkit-transform 0.35s ease-in-out;
      transition: -webkit-transform 0.35s ease-in-out;
      transition: transform 0.35s ease-in-out;
      transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
    .teaser .teaser-img:hover img, .teaser .teaser-img.is-hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    @media (min-width: 500px) {
      .teaser .teaser-img {
        width: 150px;
        margin-right: 20px;
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; } }
    @media (min-width: 700px) {
      .teaser .teaser-img {
        width: 200px;
        margin-right: 25px; } }
    @media (min-width: 800px) {
      .teaser .teaser-img {
        width: 150px;
        margin-right: 20px; } }
    @media (min-width: 1200px) {
      .teaser .teaser-img {
        width: 260px;
        margin-right: 30px; } }
    .teaser .teaser-img a {
      display: block; }
  .teaser .teaser-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% - 125px); }
    @media (min-width: 700px) {
      .teaser .teaser-text {
        width: calc(100% - 275px); } }
    @media (min-width: 800px) {
      .teaser .teaser-text {
        width: calc(100% - 170px); } }
    @media (min-width: 1200px) {
      .teaser .teaser-text {
        width: calc(100% - 290px); } }
    .teaser .teaser-text p {
      display: none; }
      @media (min-width: 600px) {
        .teaser .teaser-text p {
          display: block; } }
      .teaser .teaser-text p br {
        display: none; }
  .teaser .eyebrow {
    margin-bottom: 5px; }
    .teaser .eyebrow a {
      color: #9b9b9b; }
      .teaser .eyebrow a:hover, .teaser .eyebrow a:focus {
        color: #3b777c; }
  .teaser h2 {
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400; }
    @media (min-width: 600px) {
      .teaser h2 {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media (min-width: 800px) {
      .teaser h2 {
        margin-bottom: 10px;
        font-size: 26px;
        font-size: 1.625rem; } }
    @media (min-width: 900px) {
      .teaser h2 {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media (min-width: 1300px) {
      .teaser h2 {
        font-size: 26px;
        font-size: 1.625rem; } }
    .teaser h2 a {
      color: #000; }
      .teaser h2 a:hover, .teaser h2 a:focus {
        color: #3b777c; }
    .teaser h2.is-hover a {
      color: #3b777c; }
  .teaser p {
    color: #000; }
    @media (min-width: 900px) {
      .teaser p {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (min-width: 1300px) {
      .teaser p {
        font-size: 16px;
        font-size: 1rem; } }

.teaser-feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  padding: 30px; }
  .teaser-feature::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .teaser-feature:hover .teaser-feature-bg-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .teaser-feature-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
  .teaser-feature-text {
    position: relative;
    z-index: 2; }
    @media (min-width: 1200px) {
      .teaser-feature-text {
        width: 70%; } }
  .teaser-feature .eyebrow {
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: .1em; }
  .teaser-feature h2 {
    font-size: 40px;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 15px; }
    @media (min-width: 1000px) {
      .teaser-feature h2 {
        font-size: 50px;
        font-size: 3.125rem; } }
  .teaser-feature p,
  .teaser-feature span {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600; }
  .teaser-feature .byline p,
  .teaser-feature .byline span {
    margin-bottom: 0;
    font-size: 13px;
    font-size: 0.8125rem; }

.teaser-home {
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .teaser-home {
      width: auto;
      margin: 0; } }
  .teaser-home .teaser-img {
    margin-bottom: 25px;
    overflow: hidden; }
    .teaser-home .teaser-img img {
      -webkit-transition: -webkit-transform 0.35s ease-in-out;
      transition: -webkit-transform 0.35s ease-in-out;
      transition: transform 0.35s ease-in-out;
      transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
    .teaser-home .teaser-img:hover img, .teaser-home .teaser-img.is-hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .teaser-home .teaser-img.-is-svg > a {
      padding-top: 57.6%;
      position: relative;
      display: block;
      overflow: hidden;
      -webkit-transition: -webkit-transform 0.35s ease-in-out;
      transition: -webkit-transform 0.35s ease-in-out;
      transition: transform 0.35s ease-in-out;
      transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }
      .teaser-home .teaser-img.-is-svg > a img {
        position: absolute;
        width: 101%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .teaser-home .teaser-img.-is-svg:hover a, .teaser-home .teaser-img.-is-svg.is-hover a {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .teaser-home .eyebrow {
    margin-bottom: 5px; }
    .teaser-home .eyebrow a {
      color: #9b9b9b; }
      .teaser-home .eyebrow a:hover, .teaser-home .eyebrow a:focus {
        color: #3b777c; }
  .teaser-home h2 {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 400; }
    .teaser-home h2 a {
      color: #000; }
      .teaser-home h2 a:hover, .teaser-home h2 a:focus {
        color: #3b777c; }
    .teaser-home h2.is-hover a {
      color: #3b777c; }
  .teaser-home .byline {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #9b9b9b; }
  .teaser-home p {
    margin-top: 10px; }

.promo {
  padding: 25px;
  border: 1px solid #3b777c; }
  .promo .header {
    margin-bottom: 25px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #3b777c;
    letter-spacing: .04em; }
  .promo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .promo-item:not(:last-of-type) {
      margin-bottom: 25px;
      padding-bottom: 25px;
      border-bottom: 1px solid #d9d9d9; }
    .promo-item-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 125px;
      margin-right: 20px; }
    .promo-item-text {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .promo-item.-with-img .promo-item-img {
      max-width: 100px;
      margin-right: 15px; }
    .promo-item.-with-img .promo-item-text h3 {
      font-size: 16px;
      font-size: 1rem; }
      @media (min-width: 500px) {
        .promo-item.-with-img .promo-item-text h3 {
          font-size: 18px;
          font-size: 1.125rem; } }
  .promo .eyebrow {
    margin-bottom: 8px; }
    .promo .eyebrow a {
      color: #9b9b9b; }
      .promo .eyebrow a:hover, .promo .eyebrow a:focus {
        color: #3b777c; }
  .promo h3 {
    margin: 0;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400; }
    .promo h3 a {
      color: #000; }
      .promo h3 a:hover, .promo h3 a:focus {
        color: #3b777c; }
  .promo .byline {
    display: none;
    margin: 10px 0;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #9b9b9b; }
  .promo p {
    display: none; }
  .promo .-more {
    display: inline-block;
    margin-top: 25px; }

.pull-quote {
  margin: 25px 0;
  padding: 20px 10px;
  color: #3b777c;
  border-top: 1px solid #3b777c;
  border-bottom: 1px solid #3b777c;
  font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25; }
  @media (min-width: 900px) {
    .pull-quote {
      width: 240px;
      margin: 0 30px 25px -140px;
      padding: 0 25px 0 0;
      float: left;
      clear: both;
      text-align: right;
      border-top: 0;
      border-bottom: 0;
      border-right: 1px solid #3b777c;
      font-size: 19px;
      font-size: 1.1875rem; } }
  @media (min-width: 1100px) {
    .pull-quote {
      margin: 0 40px 25px -165px; } }
  @media (min-width: 900px) {
    .pull-quote.-right {
      float: right;
      margin: 0 -140px 25px 30px;
      padding-right: 0;
      padding-left: 25px;
      text-align: left;
      border-right: 0;
      border-left: 1px solid #3b777c; } }
  @media (min-width: 1100px) {
    .pull-quote.-right {
      margin: 0 -165px 25px 40px; } }
  .pull-quote p {
    font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 5px; }
    @media (min-width: 900px) {
      .pull-quote p {
        font-size: 19px;
        font-size: 1.1875rem; } }
  .pull-quote cite {
    display: block;
    font-style: normal;
    font-size: 12px;
    font-size: 0.75rem;
    color: #9b9b9b;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    letter-spacing: 0.04688rem; }
    .pull-quote cite::before {
      content: '\2014';
      margin-right: 4px; }
  .kss-section .pull-quote {
    margin: 0; }

.social-media-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .social-media-links li {
    font-size: 0;
    margin: 0 5px; }
  .social-media-links a {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    .social-media-links a::before {
      font-size: 16px; }
    .social-media-links a:hover, .social-media-links a:focus {
      color: #3b777c; }
  .social-media-links .sm-facebook::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .social-media-links .sm-twitter::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .social-media-links .sm-reddit::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .social-media-links .sm-link::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .social-media-links .sm-email::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .social-media-links .sm-print::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .social-media-links .sm-republish::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .social-media-links .sm-linkedin::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .social-media-links .sm-flipboard::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .social-media-links .sm-whatsapp::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .social-media-links .sm-pocket::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.more-from {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4a4a4a; }
  @media (min-width: 800px) {
    .more-from {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 1200px) {
    .more-from {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media (min-width: 500px) {
    .more-from {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 700px) {
    .more-from {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 700px) {
    .more-from-left {
      width: 282px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; } }
  @media (min-width: 900px) {
    .more-from-left {
      width: 30%;
      margin-right: 40px; } }
  @media (min-width: 1100px) {
    .more-from-left {
      width: 250px;
      margin-right: 50px; } }
  @media (min-width: 1300px) {
    .more-from-left {
      width: 380px; } }
  @media (min-width: 700px) {
    .more-from-right {
      width: calc(100% - 282px); } }
  @media (min-width: 900px) {
    .more-from-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: calc(70% - 40px);
      margin-top: 15px; } }
  @media (min-width: 1100px) {
    .more-from-right {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: calc(100% - 300px); } }
  @media (min-width: 1300px) {
    .more-from-right {
      width: calc(100% - 380px); } }
  .more-from-header {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: .04em;
    text-transform: uppercase; }
    @media (min-width: 1100px) {
      .more-from-header {
        margin-bottom: 15px; } }
  .more-from-logo {
    width: 242px;
    margin-bottom: 40px; }
    @media (min-width: 1100px) {
      .more-from-logo {
        margin-bottom: 0; } }
  .more-from-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (min-width: 900px) {
      .more-from-item {
        width: 50%; } }
    .more-from-item:not(:last-of-type) {
      padding-bottom: 25px;
      margin-bottom: 25px;
      border-bottom: 1px solid #9b9b9b; }
      @media (min-width: 900px) {
        .more-from-item:not(:last-of-type) {
          padding-bottom: 0;
          margin-bottom: 0;
          padding-right: 20px;
          border-bottom: 0;
          border-right: 1px solid #9b9b9b; } }
      @media (min-width: 1100px) {
        .more-from-item:not(:last-of-type) {
          padding-right: 40px; } }
    @media (min-width: 900px) {
      .more-from-item:last-of-type {
        padding-left: 20px;
        padding-bottom: 0; } }
    @media (min-width: 1100px) {
      .more-from-item:last-of-type {
        padding-left: 40px; } }
  .more-from-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 90px;
    margin-right: 15px;
    position: relative; }
    .more-from-img a {
      display: block;
      overflow: hidden; }
    @media (min-width: 1100px) {
      .more-from-img {
        width: 125px;
        margin-right: 30px; } }
  .more-from-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% - 105px); }
    @media (min-width: 1100px) {
      .more-from-text {
        width: calc(100% - 155px); } }
  .more-from .eyebrow {
    margin-bottom: 5px;
    color: #fff; }
    @media (min-width: 1100px) {
      .more-from .eyebrow {
        margin-bottom: 10px; } }
  .more-from h3 {
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem; }
  .more-from a {
    color: #fff; }
    .more-from a:hover, .more-from a:focus {
      color: #d9d9d9; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.modal:not(.pb-modal):not(.pb-widget-properties):not(.pb-changes-dialog),
.republish-modal:not(.pb-modal):not(.pb-widget-properties):not(.pb-changes-dialog),
.newsletter-modal:not(.pb-modal):not(.pb-widget-properties):not(.pb-changes-dialog) {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100vh;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
  visibility: hidden; }
  @media (min-width: 800px) {
    .modal:not(.pb-modal):not(.pb-widget-properties):not(.pb-changes-dialog),
    .republish-modal:not(.pb-modal):not(.pb-widget-properties):not(.pb-changes-dialog),
    .newsletter-modal:not(.pb-modal):not(.pb-widget-properties):not(.pb-changes-dialog) {
      padding: 80px 40px; } }
  .-modal-open .modal:not(.pb-modal):not(.pb-widget-properties):not(.pb-changes-dialog):not(.newsletter-modal), .-modal-open
  .republish-modal:not(.pb-modal):not(.pb-widget-properties):not(.pb-changes-dialog):not(.newsletter-modal), .-modal-open
  .newsletter-modal:not(.pb-modal):not(.pb-widget-properties):not(.pb-changes-dialog):not(.newsletter-modal) {
    visibility: visible;
    z-index: 99; }
  .-newsletter-open .modal:not(.pb-modal):not(.pb-widget-properties):not(.pb-changes-dialog):not(.modal), .-newsletter-open
  .republish-modal:not(.pb-modal):not(.pb-widget-properties):not(.pb-changes-dialog):not(.modal), .-newsletter-open
  .newsletter-modal:not(.pb-modal):not(.pb-widget-properties):not(.pb-changes-dialog):not(.modal) {
    visibility: visible;
    z-index: 99; }
    .-newsletter-open .modal:not(.pb-modal):not(.pb-widget-properties):not(.pb-changes-dialog):not(.modal) .email-popup-header,
    .-newsletter-open .modal:not(.pb-modal):not(.pb-widget-properties):not(.pb-changes-dialog):not(.modal) .modal-close, .-newsletter-open
    .republish-modal:not(.pb-modal):not(.pb-widget-properties):not(.pb-changes-dialog):not(.modal) .email-popup-header,
    .-newsletter-open
    .republish-modal:not(.pb-modal):not(.pb-widget-properties):not(.pb-changes-dialog):not(.modal) .modal-close, .-newsletter-open
    .newsletter-modal:not(.pb-modal):not(.pb-widget-properties):not(.pb-changes-dialog):not(.modal) .email-popup-header,
    .-newsletter-open
    .newsletter-modal:not(.pb-modal):not(.pb-widget-properties):not(.pb-changes-dialog):not(.modal) .modal-close {
      display: block; }

.pb-modal {
  visibility: visible; }

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0; }
  .modal-close::before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #000;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
  .modal-close:hover::before, .modal-close:focus::before {
    color: #3b777c; }
  .modal-close-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.deep-dive {
  background-color: #eee; }
  .deep-dive-header {
    padding: 15px;
    background-color: #3b777c;
    color: #fff;
    text-align: center; }
    .deep-dive-header span {
      display: block; }
      @media (min-width: 700px) {
        .deep-dive-header span {
          display: inline-block; } }
    .deep-dive-header .pipe {
      display: none; }
      @media (min-width: 700px) {
        .deep-dive-header .pipe {
          display: inline-block;
          margin: 0 10px; } }
  .deep-dive-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 800px) {
      .deep-dive-inner {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 1200px) {
      .deep-dive-inner {
        padding-left: 3rem;
        padding-right: 3rem; } }
  .deep-dive-carousel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .deep-dive-item {
    outline: 0;
    padding: 0 40px; }
    @media (min-width: 1100px) {
      .deep-dive-item {
        padding: 10px 30px; } }
    .deep-dive-item a {
      display: block;
      color: #000; }
      .deep-dive-item a h3 {
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        font-weight: 400; }
      .deep-dive-item a:hover h3, .deep-dive-item a:focus h3 {
        color: #3b777c; }
    .deep-dive-item .eyebrow {
      margin-bottom: 10px; }
    .deep-dive-item-summary {
      font-size: 14px;
      font-size: 0.875rem; }
  .deep-dive .slick-disabled {
    opacity: .2; }
  .deep-dive .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .deep-dive .slick-track .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto; }
  @media (min-width: 800px) {
    .deep-dive .slick-active {
      border-right: 1px solid #9b9b9b; }
      .deep-dive .slick-active + .slick-active + .slick-active {
        border-right: 0; } }
  @media (min-width: 1000px) {
    .deep-dive .slick-active + .slick-active {
      border-right: 1px solid #9b9b9b; }
      .deep-dive .slick-active + .slick-active + .slick-active {
        border: 0; } }
  .deep-dive .slick-arrow {
    position: absolute;
    z-index: 100;
    top: calc(50% - 12px);
    border: 0;
    padding: 0;
    background: none;
    color: #000;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    .deep-dive .slick-arrow:hover, .deep-dive .slick-arrow:focus {
      color: #3b777c; }
  .deep-dive .slick-prev {
    left: 0; }
    .deep-dive .slick-prev::before {
      content: "";
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 25px;
      font-size: 1.5625rem; }
  .deep-dive .slick-next {
    right: 0; }
    .deep-dive .slick-next::before {
      content: "";
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 25px;
      font-size: 1.5625rem; }
  .deep-dive .-two .deep-dive-carousel,
  .deep-dive .-one .deep-dive-carousel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  @media (min-width: 700px) {
    .deep-dive .-two .slick-track,
    .deep-dive .-one .slick-track {
      width: unset !important; } }
  @media (min-width: 700px) {
    .deep-dive .-two .slick-slide,
    .deep-dive .-one .slick-slide {
      width: 443px !important; } }
  .deep-dive .-two .slick-slide:last-child,
  .deep-dive .-one .slick-slide:last-child {
    border-right: 0; }

.email-signup {
  position: relative;
  z-index: 3;
  width: auto;
  padding: 30px 0;
  background: #fff; }
  @media (min-width: 400px) {
    .email-signup {
      padding: 30px; } }
  @media (min-width: 700px) {
    .email-signup {
      padding: 40px; } }
  .-newsletter-open .email-signup {
    max-width: 650px;
    margin: 0 auto; }
    .-newsletter-open .email-signup h1 {
      text-align: center; }
  .email-signup.-disabled p,
  .email-signup.-disabled h1,
  .email-signup.-disabled form {
    opacity: .5; }
  .email-signup p {
    width: 100%;
    color: #4a4a4a;
    text-align: center;
    max-width: 380px;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 auto 10px; }
    @media (min-width: 700px) {
      .email-signup p {
        font-size: 16px;
        font-size: 1rem;
        margin: 0 auto 14px; } }
  .email-signup form {
    width: 100%; }
    .email-signup form select {
      color: #4a4a4a; }
    .email-signup form .email-signup-required {
      font-size: 13px;
      font-size: 0.8125rem;
      font-style: italic;
      color: #4a4a4a; }
    .email-signup form .radios {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 10px 0 0; }
      .email-signup form .radios .radio {
        margin-right: 20px; }
  .email-signup .btn {
    display: block;
    margin: 25px auto 20px; }
  .email-signup-privacy-link {
    text-align: center; }
    .email-signup-privacy-link a {
      text-decoration: underline; }

.search-results-hero {
  padding: 20px;
  margin-bottom: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 800px) {
    .search-results-hero {
      margin-bottom: 30px; } }
  @media (min-width: 900px) {
    .search-results-hero {
      padding: 44px 0; } }
  .search-results-hero-inner {
    position: relative;
    max-width: 860px;
    margin: 0 auto; }
  .search-results-hero .search-input {
    height: 56px;
    margin: 0; }
  .search-results-hero .search-icon {
    position: absolute;
    top: 11px;
    right: 10px;
    padding: 0;
    border: 0;
    font-size: 0;
    font-size: 0;
    color: #000;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .search-results-hero .search-icon::before {
      content: "";
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 33px;
      font-size: 2.0625rem; }
    .search-results-hero .search-icon:hover {
      background: none;
      color: #3b777c; }

.search-results {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 900px) {
    .search-results {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .search-results .search-results-filter {
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media (min-width: 900px) {
      .search-results .search-results-filter {
        width: calc(28% - 40px);
        height: auto;
        padding-right: 40px;
        margin: 0 40px 0 10px;
        border-top: 0;
        border-right: 1px solid #d9d9d9;
        border-bottom: 0;
        border-left: 0; } }
    @media (min-width: 1200px) {
      .search-results .search-results-filter {
        width: calc(25% - 60px);
        margin-right: 60px; } }
    .search-results .search-results-filter.-filter-open {
      height: auto;
      padding-bottom: 0;
      overflow: visible; }
    .search-results .search-results-filter .eyebrow {
      padding: 14px 10px;
      margin: 0;
      background-image: url("/pb-assets/knowable-assets/images/select-arrow-down.svg");
      background-repeat: no-repeat;
      background-position: right 20px center;
      cursor: pointer; }
      @media (min-width: 900px) {
        .search-results .search-results-filter .eyebrow {
          background: none;
          margin-bottom: 14px;
          padding: 0;
          cursor: default; } }
    .search-results .search-results-filter .checks {
      margin: 0;
      padding: 0 10px; }
      @media (min-width: 900px) {
        .search-results .search-results-filter .checks {
          display: block;
          opacity: 1;
          visibility: visible;
          height: auto;
          padding: 0; } }
    @media (min-width: 900px) {
      .search-results .search-results-filter .check {
        margin-bottom: 20px; } }
  @media (min-width: 900px) {
    .search-results .search-results-listing {
      width: 72%; } }
  @media (min-width: 1200px) {
    .search-results .search-results-listing {
      width: 75%; } }
  .search-results .search-results-listing .teaser {
    max-width: 620px; }
    @media (min-width: 500px) {
      .search-results .search-results-listing .teaser {
        margin-bottom: 45px; } }
  .search-results .search-results-listing .btn,
  .search-results .search-results-listing .button {
    margin: 20px auto; }
  .search-results-no-results {
    margin-bottom: 30px; }
    .search-results-no-results h4 {
      font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.standard-content-hero {
  position: relative;
  z-index: 65;
  width: 100%;
  height: 100px; }
  @media (min-width: 900px) {
    .standard-content-hero {
      height: 175px; } }
  @media (min-width: 1200px) {
    .standard-content-hero {
      z-index: 1; } }
  @media (min-width: 1300px) {
    .standard-content-hero {
      height: 215px; } }

.standard-content {
  position: relative;
  background: #fff;
  padding: 20px;
  z-index: 2; }
  @media (min-width: 700px) {
    .standard-content {
      padding: 40px; } }
  @media (min-width: 900px) {
    .standard-content {
      max-width: 965px;
      margin-left: auto;
      margin-right: auto;
      padding: 40px 100px; } }
  @media (min-width: 1200px) {
    .standard-content {
      top: -125px;
      margin-bottom: -125px; } }
  @media (min-width: 1300px) {
    .standard-content {
      top: -160px;
      margin-bottom: -160px; } }
  .standard-content h1:first-child {
    text-align: center;
    margin-bottom: 30px; }
  .standard-content .logo-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0 20px; }
    .standard-content .logo-row img {
      margin: 0 20px 20px; }
    .standard-content .logo-row + hr {
      margin: 0 auto; }
  .standard-content .email-signup {
    margin: 20px 0 40px; }
    .standard-content .email-signup-success h1 {
      margin-bottom: 0; }
    .standard-content .email-signup .modal-close {
      display: none; }

.staff-bio {
  margin: 50px 0;
  text-align: center; }
  @media (min-width: 600px) {
    .staff-bio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left; } }
  .staff-bio-image {
    width: 134px;
    margin: 0 auto; }
    @media (min-width: 600px) {
      .staff-bio-image {
        margin-right: 20px; } }
    @media (min-width: 900px) {
      .staff-bio-image {
        margin-right: 30px; } }
  @media (min-width: 600px) {
    .staff-bio-content {
      width: calc(100% - 154px); } }
  .staff-bio-name {
    margin-bottom: 5px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400; }
  .staff-bio-title {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic; }

.contributors-grid {
  overflow: hidden; }
  @media (min-width: 600px) {
    .contributors-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 1100px) {
    .contributors-grid {
      margin: 0 -100px; } }
  .contributors-grid-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    font-family: "capitolium-2", Georgia, "Times New Roman", Times, serif;
    font-size: 26px;
    font-size: 1.625rem; }
    .contributors-grid-title::after {
      content: '';
      display: inline-block;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 40px;
      height: 5px;
      margin: 15px 0 0 20px;
      background: #3b777c; }
  .contributors-grid .contributor {
    margin-bottom: -1px;
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #d9e7e8; }
    @media (min-width: 600px) {
      .contributors-grid .contributor {
        width: 50%;
        padding: 30px 30px 30px 0; } }
    @media (min-width: 900px) {
      .contributors-grid .contributor {
        width: 33%;
        padding: 40px 40px 40px 0; } }
    .contributors-grid .contributor-name {
      margin-bottom: 10px;
      font-family: "capitolium-2", Georgia, "Times New Roman", Times, serif;
      font-size: 18px;
      font-size: 1.125rem; }
    .contributors-grid .contributor-title {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 20px;
      line-height: 1.25rem; }
  .kss-section .contributors-grid {
    margin: 0; }

.loading-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100vh - 500px); }
  @media (min-width: 900px) {
    .loading-state {
      height: calc(100vh - 400px); } }

.republish {
  position: relative;
  z-index: 500;
  width: auto;
  padding: 40px;
  background: #fff;
  overflow: auto; }
  .modal .republish {
    max-width: 650px;
    margin: 0 auto; }
  .republish h2 {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 20px; }
  .republish p {
    width: 100%;
    color: #4a4a4a;
    text-align: center; }
  .republish .disclaimer p {
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem; }
  .republish .html-container {
    margin: 20px 0 30px;
    padding: 10px 10px 0;
    background: #eee;
    max-height: 180px;
    overflow-y: scroll;
    font-size: 11px;
    font-size: 0.6875rem; }
    .republish .html-container textarea {
      margin: 0;
      padding: 10px;
      background: #eee;
      border: 0;
      resize: none; }
  .republish .button-row {
    text-align: center; }
  .republish button {
    padding: 14px 20px;
    margin: 0 auto;
    border: 2px solid #fff;
    background: #3b777c;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase; }
    .republish button:active, .republish button:focus, .republish button:hover {
      background: #fff;
      border: 2px solid #3b777c;
      color: #3b777c; }

.report-hero {
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .report-hero {
      margin-bottom: 50px; } }
  .report-hero-image {
    background-size: cover;
    padding-bottom: 33.33%;
    margin-bottom: 30px; }
  .report-hero-text {
    text-align: left;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 20px; }
    .report-hero-text-title {
      text-align: center; }
    @media (min-width: 700px) {
      .report-hero-text {
        padding: 0 40px; } }
    @media (min-width: 900px) {
      .report-hero-text {
        padding: 0 100px; } }
    .report-hero-text .source {
      font-size: .75rem;
      color: #9b9b9b; }

.promo-article {
  position: relative;
  margin-bottom: 65px;
  background-color: #ebebeb;
  -webkit-box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.15); }
  @media (min-width: 600px) {
    .promo-article {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .promo-article::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    background-image: url("/pb-assets/knowable-assets/images/stripes.svg");
    background-repeat: repeat-x;
    background-position: center top;
    background-size: 220px 10px; }
  .promo-article-inner {
    padding: 45px 20px 30px; }
    @media (min-width: 600px) {
      .promo-article-inner {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
    @media (min-width: 800px) {
      .promo-article-inner {
        padding: 45px 55px 30px; } }
  .promo-article h2 {
    font-weight: 400; }
    @media (min-width: 1000px) {
      .promo-article h2 {
        font-size: 22px;
        font-size: 1.375rem; } }
  .promo-article p {
    font-family: "capitolium-2", Georgia, "Times New Roman", Times, serif; }
  .promo-article .btn {
    width: 100%;
    padding: 15px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700; }
    @media (min-width: 600px) {
      .promo-article .btn {
        width: auto; } }
  @media (min-width: 600px) {
    .promo-article.-survey-apple-watch {
      background-image: url("/pb-assets/knowable-assets/images/apple-watch.png");
      background-repeat: no-repeat;
      background-position: left bottom; } }
  @media (min-width: 600px) {
    .promo-article.-survey-apple-watch .promo-article-inner {
      padding-left: 190px; } }
  @media (min-width: 800px) {
    .promo-article.-survey-apple-watch .promo-article-inner {
      padding-left: 200px; } }

.promo-article-dark {
  position: relative;
  margin-bottom: 65px;
  background-color: #6d6e70;
  background-image: url("/pb-assets/knowable-assets/images/bg-promo-gray-dots-dark.svg");
  background-size: 392px 175px;
  background-position: right top;
  background-repeat: repeat-y;
  -webkit-box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.15); }
  .promo-article-dark::before {
    content: '';
    display: none;
    position: absolute;
    height: 100%;
    width: 150px;
    background-image: url("/pb-assets/knowable-assets/images/logo-k-half-white.svg");
    background-repeat: no-repeat;
    background-position: left 25px top 35px; }
    @media (min-width: 600px) {
      .promo-article-dark::before {
        display: block;
        background-size: 100px 150px; } }
    @media (min-width: 700px) {
      .promo-article-dark::before {
        width: 160px;
        background-size: 110px 165px;
        background-position: left 40px center; } }
  .promo-article-dark-inner {
    padding: 25px 20px; }
    @media (min-width: 600px) {
      .promo-article-dark-inner {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-left: 160px; } }
    @media (min-width: 700px) {
      .promo-article-dark-inner {
        padding-left: 190px; } }
    @media (min-width: 800px) {
      .promo-article-dark-inner {
        padding: 25px 55px;
        padding-left: 200px; } }
  .promo-article-dark h2 {
    font-weight: 400;
    font-size: 30px;
    font-size: 1.875rem;
    color: #fff; }
  .promo-article-dark p {
    color: #fff;
    margin-bottom: 20px; }
  .promo-article-dark .btn {
    width: 100%;
    padding: 15px 40px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700; }
    @media (min-width: 600px) {
      .promo-article-dark .btn {
        width: auto; } }
  .promo-article-dark.-orange, .promo-article-dark.-light {
    background-color: #ffa177;
    background-image: unset; }
    .promo-article-dark.-orange::before, .promo-article-dark.-light::before {
      background-image: url("/pb-assets/knowable-assets/images/logo-k.svg"); }
    .promo-article-dark.-orange h2,
    .promo-article-dark.-orange p, .promo-article-dark.-light h2,
    .promo-article-dark.-light p {
      color: #000; }
  .promo-article-dark.-orange .btn {
    background: #005566; }
  .promo-article-dark.-light {
    background-color: #ebebeb; }

.promo-home {
  position: relative;
  margin: -20px 0 40px;
  padding: 30px 20px;
  background-color: #ffa177;
  background-size: 392px 175px;
  background-position: left top;
  background-repeat: repeat-y; }
  @media (min-width: 800px) {
    .promo-home {
      margin-top: -30px;
      padding: 30px; } }
  @media (min-width: 1000px) {
    .promo-home {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (min-width: 1200px) {
    .promo-home {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: -50px; } }
  .promo-home-text {
    margin-bottom: 25px; }
    @media (min-width: 1000px) {
      .promo-home-text {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .promo-home-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  @media (min-width: 1000px) {
    .promo-home-btn {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      padding: 10px 0 0 20px; } }
  @media (min-width: 1200px) {
    .promo-home-btn {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding: 0 0 0 40px; } }
  .promo-home h2 {
    font-weight: 400;
    font-size: 30px;
    font-size: 1.875rem; }
    @media (min-width: 1200px) {
      .promo-home h2 {
        margin: 0 40px 0 0;
        white-space: nowrap; } }
  .promo-home p {
    font-size: 18px;
    font-size: 1.125rem; }
    @media (min-width: 1200px) {
      .promo-home p {
        margin-bottom: 0; } }
  .promo-home .btn {
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 600px) {
      .promo-home .btn {
        width: auto;
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      .promo-home .btn {
        margin: 0; } }

.promo-footer {
  position: relative;
  margin: 0 0 -30px;
  padding: 30px 20px;
  background-color: #ffa177;
  background-size: 392px 175px;
  background-position: left top;
  background-repeat: repeat-y; }
  @media (min-width: 500px) {
    .promo-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 800px) {
    .promo-footer {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 30px; } }
  @media (min-width: 1200px) {
    .promo-footer {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 30px 40px; } }
  .promo-footer-k {
    margin-bottom: 20px; }
    @media (min-width: 500px) {
      .promo-footer-k {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 96px;
        flex: 0 0 96px;
        width: 96px;
        margin: 0 40px 0 0; } }
  @media (min-width: 1000px) {
    .promo-footer-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .promo-footer-text-inner {
    margin-bottom: 25px; }
    @media (min-width: 1000px) {
      .promo-footer-text-inner {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .promo-footer-text-inner {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }
  @media (min-width: 1000px) {
    .promo-footer-btn {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      padding: 0 0 0 40px; } }
  @media (min-width: 1200px) {
    .promo-footer-btn {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; } }
  .promo-footer h2 {
    font-weight: 400; }
    @media (min-width: 1000px) {
      .promo-footer h2 {
        font-size: 35px;
        font-size: 2.1875rem; } }
    @media (min-width: 1200px) {
      .promo-footer h2 {
        margin: 0 40px 10px 0; } }
  .promo-footer p {
    font-size: 18px;
    font-size: 1.125rem; }
    @media (min-width: 1200px) {
      .promo-footer p {
        margin-bottom: 0; } }
  .promo-footer .btn {
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 600px) {
      .promo-footer .btn {
        width: auto;
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      .promo-footer .btn {
        margin: 0; } }

[class*='grid-'] {
  float: left;
  padding: 10px;
  width: 100%; }

.clear-grid {
  clear: both;
  float: inherit; }

.grid-container {
  margin: 0%;
  width: 100%; }
  .grid-container::after {
    display: table;
    clear: both;
    content: ' '; }
  .grid-container::before {
    display: table;
    clear: both;
    content: ' '; }

.nest {
  margin: 0 -10px;
  padding: 0;
  width: auto; }

.grid-m-12 {
  width: 100%; }

.grid-m-11 {
  width: 91.666663%; }

.grid-m-10 {
  width: 83.33%; }

.grid-m-9 {
  width: 74.999997%; }

.grid-m-8 {
  width: 66.66666664%; }

.grid-m-7 {
  width: 58.333%; }

.grid-m-6 {
  width: 50%; }

.grid-m-5 {
  width: 41.6665%; }

.grid-m-4 {
  width: 33.33%; }

.grid-m-3 {
  width: 24.99%; }

.grid-m-2 {
  width: 16.66666%; }

.grid-m-1 {
  width: 8.33%; }

@media (min-width: 767px) {
  .grid-12 {
    width: 100%; }
  .grid-11 {
    width: 91.666663%; }
  .grid-10 {
    width: 83.33%; }
  .grid-9 {
    width: 74.999997%; }
  .grid-8 {
    width: 66.66666664%; }
  .grid-7 {
    width: 58.333%; }
  .grid-6 {
    width: 50%; }
  .grid-5 {
    width: 41.6665%; }
  .grid-4 {
    width: 33.33%; }
  .grid-3 {
    width: 24.99%; }
  .grid-2 {
    width: 16.66666%; }
  .grid-1 {
    width: 8.33%; }
  .grid-t-12 {
    width: 100%; }
  .grid-t-11 {
    width: 91.666663%; }
  .grid-t-10 {
    width: 83.33%; }
  .grid-t-9 {
    width: 74.999997%; }
  .grid-t-8 {
    width: 66.66666664%; }
  .grid-t-7 {
    width: 58.333%; }
  .grid-t-6 {
    width: 50%; }
  .grid-t-5 {
    width: 41.6665%; }
  .grid-t-4 {
    width: 33.33%; }
  .grid-t-3 {
    width: 24.99%; }
  .grid-t-2 {
    width: 16.66666%; }
  .grid-t-1 {
    width: 8.33%; } }

@media only screen and (min-width: 990px) {
  .grid-tl-12 {
    width: 100%; }
  .grid-tl-11 {
    width: 91.666663%; }
  .grid-tl-10 {
    width: 83.33%; }
  .grid-tl-9 {
    width: 74.999997%; }
  .grid-tl-8 {
    width: 66.66666664%; }
  .grid-tl-7 {
    width: 58.333%; }
  .grid-tl-6 {
    width: 50%; }
  .grid-tl-5 {
    width: 41.6665%; }
  .grid-tl-4 {
    width: 33.33%; }
  .grid-tl-3 {
    width: 24.99%; }
  .grid-tl-2 {
    width: 16.66666%; }
  .grid-tl-1 {
    width: 8.33%; } }

@media only screen and (min-width: 1150px) {
  .grid-container {
    margin: 0 auto; }
  .grid-container-fluid {
    max-width: 90%;
    margin: 0 5%; }
  .grid-d-12 {
    width: 100%; }
  .grid-d-11 {
    width: 91.666663%; }
  .grid-d-10 {
    width: 83.33%; }
  .grid-d-9 {
    width: 74.999997%; }
  .grid-d-8 {
    width: 66.66666664%; }
  .grid-d-7 {
    width: 58.333%; }
  .grid-d-6 {
    width: 50%; }
  .grid-d-5 {
    width: 41.6665%; }
  .grid-d-4 {
    width: 33.33%; }
  .grid-d-3 {
    width: 24.99%; }
  .grid-d-2 {
    width: 16.66666%; }
  .grid-d-1 {
    width: 8.33%; } }

.kss-modifiers-example .grid-container p {
  background: #e7e7e7;
  font-family: sans-serif;
  line-height: 2em;
  font-weight: bold;
  color: #333;
  padding: 1em;
  min-height: 120px; }

.topic-nav {
  display: none; }
  @media (min-width: 910px) {
    .topic-nav {
      display: block; } }
  .topic-nav .nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    max-width: 100%; }

@media (max-width: 699px) {
  .article-text .promo .promo-item:nth-of-type(1n+4) {
    display: none; }
  .article-text .promo .promo-item:nth-child(3) {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0; } }

.search-results-hero.-pattern-collections {
  background-image: url("/pb-assets/knowable-assets/images/patterns/pattern-collections.svg"); }

.search-results-hero .formRow input {
  margin-bottom: 0;
  padding: 15px 45px 15px 12px;
  height: 56px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.search-results-hero .searchButtons {
  -webkit-appearance: button !important;
  background: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  width: unset !important;
  height: unset !important;
  pointer-events: unset;
  opacity: unset; }

.search-results-filter .filter {
  margin-top: unset; }

.search-results-filter .responsiveSearchFacets .facet-link {
  color: #333;
  font-size: inherit;
  font-weight: unset; }

.search-results-filter .newSearchFacets .facetHeader {
  padding: .8em 0;
  height: unset;
  font-size: inherit; }

@media (max-width: 799px) {
  .search-results-filter .newSearchFacets .facet-link-container .facet-link {
    padding: 0; }
  .search-results-filter .float-right:last-of-type {
    margin: 0 auto 20px;
    font-size: inherit; } }

@media (max-width: 899px) {
  .search-results-filter {
    height: 37px;
    padding: 0 10px;
    overflow: scroll; }
    .search-results-filter.filtersOn {
      height: 74px; }
    .search-results-filter .followResultsWidget {
      padding: 9px 30px 9px 0 !important; }
    .search-results-filter .float-right:last-of-type {
      margin: 0 auto 20px; } }

.search-results-filter #saveSearchTriggerButton {
  display: none; }

.search-results-filter .followResultsWidget .RSS {
  border-left: unset; }

.search-results-filter .followResultsWidget .follow-results-container {
  line-height: 1.4; }

.search-results-filter .hidden {
  display: none; }

.search-results-filter .paginationLabelContainer {
  width: 100%; }

.search-results-filter .queryFilters li {
  font-size: inherit;
  padding: .5em;
  margin-left: 0;
  margin-right: .2em; }

.home-row.-feature-right .home-row-item.-feature > div {
  height: 100%; }

.more-from-item .more-from-item {
  width: 100%; }

.article-slideshow-captions-info-fullscreen {
  display: none; }

.-newsletter-popup {
  display: none; }

.article-content p.-center {
  text-align: center; }

@media (min-width: 1000px) {
  .article-video.-full-width.-wider-width {
    margin-left: -200px;
    margin-right: -200px; } }

.home-row-replica.home-row .topContentViewList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 900px) {
    .home-row-replica.home-row .topContentViewList .home-row-item {
      margin: 0 15px 50px; } }
  @media (min-width: 1200px) {
    .home-row-replica.home-row .topContentViewList .home-row-item {
      width: calc(33.333% - 30px); } }

.share-icons-box {
  padding: 20px;
  margin-bottom: 15px;
  background: #dbe7e8; }
  .share-icons-box p {
    text-transform: uppercase;
    letter-spacing: .05em;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px; }
  .share-icons-box .social-media-links {
    margin-bottom: 0; }
    .share-icons-box .social-media-links li a {
      color: #000; }

#topContentViewSection:not(.more-videos) .more.btn {
  display: table;
  margin: 0 auto; }

.knowable-news-footer {
  position: fixed;
  z-index: 1045;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #3c7680;
  padding: 15px;
  text-align: center; }
  .knowable-news-footer a {
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem; }
    @media (max-width: 399px) {
      .knowable-news-footer a {
        font-size: 10px;
        font-size: 0.625rem; } }

@media (max-width: 1020px) {
  .sticky-nav-inner .sticky-nav-links li {
    font-size: 11px;
    font-size: 0.6875rem; } }

.newsletter-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  background: #fffdf5;
  padding: 12px;
  margin-bottom: 20px; }
  .newsletter-promo-img {
    max-width: 50px;
    margin-right: 20px; }
  .newsletter-promo-content p {
    font-size: 16px;
    font-size: 1rem; }
  @media (max-width: 599px) {
    .newsletter-promo-content {
      margin: 13px 0; } }

.localeSelector {
  margin-top: 12px;
  width: 65px;
  padding: 2px;
  left: 0; }
  @media (max-width: 399px) {
    .localeSelector {
      margin-top: 7px; } }
  .site-header-menu-buttons .localeSelector {
    display: none;
    position: relative;
    width: unset; }
  @media (max-width: 799px) {
    .site-header .localeSelector {
      display: none; }
    .site-header-menu-buttons .localeSelector {
      display: block; } }
  .localeSelector .language {
    font-size: 13px;
    margin-top: 0;
    color: #fff;
    background: #3b777c;
    text-transform: uppercase;
    padding: 5px 10px 3px;
    max-height: 23px;
    border-radius: 5px; }
  .mobile-nav .localeSelector {
    top: 0;
    left: 25px; }
    @media (min-width: 800px) {
      .mobile-nav .localeSelector {
        display: none; } }

.mobile-nav .site-header-donate {
  display: none; }

@media (max-width: 799px) {
  .site-header-donate {
    display: none; }
    .mobile-nav .site-header-donate {
      display: block;
      position: absolute;
      top: 20px;
      margin: 0; } }

#transcript,
#seeSidebar {
  padding-top: 100px;
  margin-top: -100px;
  background-clip: content-box; }

.article-text > a {
  border-bottom: 1px solid #3b777c; }
