@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i");
@import url("https://p.typekit.net/p.css?s=1&k=uec1iwp&ht=tk&f=12784.12785.12786.12788.12789.12790.13464.13465.13466.13467.13470.13474.13475.18490.18491.18492.18493.18494.18495&a=13365780&app=typekit&e=css");
:root {
  /* Tokens and variables */
  /* To get started, replace these example design tokens with your own, unique values. */
  /* Typography
// ========================================== */
  /* Start with the names and weights of your primary typeface: */
  /* And the name and weights of your supporting typeface: */
  /* Add values for your typographic hierarchy in em/rem units: */
  /* Very large sizes */
  /* Large sizes */
  /* Regular sizes */
  /* Small sizes */
  /* Colour
// ========================================== */
  /* Add hex values to your colour palette,, starting with your primary colour.
   Each set of colours includes one base value, plus four tints, two dark and two light. */
  /* Now a supporting colour: */
  /* Accent colour: */
  /* Base colour: */
  /* And two pairs of colours for type, one to contrast against light backgrounds
   and another for dark backgrounds. */
  /* Finally, add two colours for positive and negative messages. They’ll be used
   for backgrounds, borders and as text colours. */
  /* DESIGN TOKENS */
  /* Universal values that can be applied to any element, regardless of content or kind.
   Design tokens are distinct from variables for use with pre-processors such as LESS or SaSS.
   Replace these example design tokens with your own, unique values. */
  /* Brand colour
// ========================================== */
  /* Background colours
// ========================================== */
  /* Border colours
// ========================================== */
  /* Border radius
// ========================================== */
  /* Border widths
// ========================================== */
  /* Alternative type colours
// ========================================== */
  /* Line heights
// ========================================== */
  /* Spacing
// ========================================== */
  /* Timing
// ========================================== */
  /* VARIABLES */
  /* Can be applied to a specific kind of element, for example a button or an input.
   Replace these example variables with your own, unique values. */
  /* Buttons
// ========================================== */
  /* default */
  /* Alt */
  /* Messaging */
  /* Forms
// ==========================================  */
  /* Links
// ========================================== */
  /* Regions
// ========================================== */
  /* Tables
// ========================================== */
  /* Tabs
// ========================================== */
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

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

.col-xs, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

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

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

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

.around-xs {
  justify-content: space-around;
}

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

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 37.5em) {
  .col-sm, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}

@media only screen and (min-width: 48em) {
  .col-md, .col-md-offset-0, .col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .col-lg, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}

@media only screen and (min-width: 80em) {
  .col-xl, .col-xl-offset-0, .col-xl-offset-1, .col-xl-offset-2, .col-xl-offset-3, .col-xl-offset-4, .col-xl-offset-5, .col-xl-offset-6, .col-xl-offset-7, .col-xl-offset-8, .col-xl-offset-9, .col-xl-offset-10, .col-xl-offset-11, .col-xl-offset-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .start-xl {
    justify-content: flex-start;
    text-align: start;
  }
  .center-xl {
    justify-content: center;
    text-align: center;
  }
  .end-xl {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xl {
    align-items: flex-start;
  }
  .middle-xl {
    align-items: center;
  }
  .bottom-xl {
    align-items: flex-end;
  }
  .around-xl {
    justify-content: space-around;
  }
  .between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}

.animated {
  animation-duration: calc( 1s);
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: calc( 1s * 2);
}

.animated.bounceIn, .animated.bounceOut {
  animation-duration: calc( 1s * 0.75);
}

.animated.flipOutX, .animated.flipOutY {
  animation-duration: calc( 1s * 0.75);
}

/* Variables */
/* Mixins */
a {
  text-decoration: none;
  color: #007D8E;
}

a.link--black {
  color: #000;
  font-family: "franklin-gothic-urw",sans-serif;
}

a.link--black:visited {
  color: #000;
}

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

a:active {
  text-decoration: underline;
  color: undefined;
}

a:visited {
  color: #007D8E;
}

a:hover {
  text-decoration: none;
  color: #384646;
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a:focus {
  color: undefined;
}

/* Inverse:
CSS attribute selector targets any class containing inverse.*/
[class*="inverse"] a {
  color: undefined;
}

[class*="inverse"] a:active {
  text-decoration: underline;
  color: undefined;
}

[class*="inverse"] a:visited {
  color: undefined;
}

[class*="inverse"] a:hover {
  text-decoration: none;
  text-decoration: underline;
  color: undefined;
}

[class*="inverse"] a:focus {
  outline: thin dotted;
  text-decoration: underline;
  color: undefined;
}

p a {
  background: linear-gradient(to bottom, currentColor 50%, currentColor 50%) left bottom repeat-x;
  background-size: 1px 2px;
  padding-bottom: 3px;
}

.link-container a > * {
  display: inline-block;
  vertical-align: middle;
}

.link-container .icon {
  fill: #000;
  height: 12px;
  padding-left: 1rem;
  width: 12px;
}

/* Variables */
/* Mixins */
/* Applied to <div> */
.alert {
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  background-color: #fff;
  border-color: #e0dbda;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(1 * 1rem);
  color: #232023;
}

@media screen and (min-width: 46.25em) {
  .alert {
    font-size: calc((1 * 1rem) + (1.2 - 1) * (100vw - 48em) / (64 - 48));
  }
}

@media screen and (min-width: 64em) {
  .alert {
    font-size: calc(1.2 * 1rem);
  }
}

.alert__heading {
  color: inherit;
}

.alert__link {
  font-weight: 700;
}

/* Info. */
.alert--info {
  background-color: #f9f8f7;
}

/* Positive. */
.alert--positive {
  background-color: #CCE2CC;
  color: #324040;
}

/* Negative. */
.alert--negative {
  font-weight: 700;
  background-color: #B24B5C;
  color: #fff;
}

/* Warning. */
.alert--warning {
  background-color: #e0b6bd;
  color: undefined;
}

.article__card {
  display: block;
  margin-bottom: 2rem;
  padding: 0.75rem;
  padding: 0;
}

.article__card:hover img {
  filter: opacity(0.9);
}

.article__card__inner {
  display: block;
  position: relative;
}

.article__card__link {
  /* This is the link of the entire card */
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.article__card .media {
  margin: 0px;
  width: 100%;
  height: 100%;
  padding: 0px;
}

.article__card img {
  width: 100%;
  height: auto;
  display: block;
}

.article__card__title {
  margin-bottom: 0.5rem;
  font-family: "freight-display-pro",serif;
  line-height: 1.1;
  font-weight: 900;
}

.article__card__title a {
  color: #000;
}

.article__card__body {
  font-family: "freight-text-propro",serif;
  font-weight: 500;
}

.article__card__header:first-child {
  border-radius: 0;
  border-top-left-radius: inherit;
}

.article__card__header__image {
  overflow: hidden;
  background-color: white;
}

@media screen and (min-width: 72.875em) {
  .article__card--horizontal .article__card__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
  }
  .article__card--horizontal .article__card__inner .article__card__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: 1 / 1 / 1 / 1;
    padding: 0 0.5rem 0 0;
  }
  .article__card--horizontal .article__card__inner .article__card__content {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: 1 / 2 / 1 / 2;
  }
  .article__card--horizontal .article__card__inner.article__card--horizontal-large .article__card__content {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .article__card--horizontal .article__card__inner.article__card--horizontal-large .article__card__header {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (max-width: 37.5em) {
  .article__card--horizontal .article__card__inner .article__card__content {
    margin-top: 5px;
  }
}

.article__card--horizontal-short {
  margin: 1rem 0px 1.5rem;
}

@media screen and (min-width: 37.5em) {
  .article__card--horizontal-short .article__card__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(105px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
    grid-auto-flow: dense;
    grid-gap: 1rem;
  }
}

.article__card--horizontal-short .article__card__header__image .text-formatted {
  display: none;
}

.article__card--horizontal.article__card__no-image .article__card__inner {
  display: block;
}

.article__card--horizontal.article__card--image-right .article__card__inner .article__card__header {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: 1 / 2 / 1 / 2;
  -ms-grid-column: 2;
  grid-column: 2;
}

@media screen and (min-width: 64em) {
  .article__card--horizontal.article__card--image-right .article__card__inner .article__card__header {
    padding: 0 0 0 0.5rem;
  }
}

.article__card--horizontal.article__card--image-right .article__card__inner .article__card__content {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1 / 1 / 1 / 1;
  -ms-grid-column: 1;
  grid-column: 1;
  padding: 0 0.5rem 0 0;
}

.article__card--no-image-card {
  display: block;
}

.article__card--no-image-card > div {
  flex-basis: 100%;
  max-width: 100%;
}

.article__card--no-image-card .article__card__header {
  display: none;
}

.article__card--full-width, .article__card--half-width {
  width: 100%;
  margin: 0;
  padding: 0;
}

.article__card--full-width .article__card__title a, .article__card--half-width .article__card__title a {
  color: white;
  margin: 0.5rem 0;
  font-size: calc(2.986 * 1rem);
}

@media screen and (max-width: 37.5em) {
  .article__card--full-width .article__card__title a, .article__card--half-width .article__card__title a {
    font-size: calc(1.9 * 1rem);
  }
}

.article__card--full-width .article__card__body, .article__card--half-width .article__card__body {
  color: white;
  margin-bottom: 1.5rem;
  display: none;
}

.article__card--full-width .article__card__header__image, .article__card--half-width .article__card__header__image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.article__card--full-width .article__card__header__image img, .article__card--half-width .article__card__header__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.article__card--full-width .article__card__image__filter, .article__card--half-width .article__card__image__filter {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.article__card--full-width .article__card__content, .article__card--half-width .article__card__content {
  min-height: 400px;
  margin: auto;
  position: relative;
  padding: 0 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media all and (-ms-high-contrast: none) {
  .article__card--full-width .article__card__content, .article__card--half-width .article__card__content {
    height: 400px;
  }
}

@media screen and (min-width: 64em) and (-ms-high-contrast: none) {
  .article__card--full-width .article__card__content, .article__card--half-width .article__card__content {
    height: 840px;
  }
}

@media screen and (min-width: 64em) {
  .article__card--full-width .article__card__content, .article__card--half-width .article__card__content {
    min-height: 675px;
    padding: 0 80px 60px;
  }
}

@media screen and (max-width: 37.5em) {
  .article__card--full-width .article__card__content, .article__card--half-width .article__card__content {
    padding: 0 24px 24px;
  }
}

.article__card--half-width {
  width: auto;
}

@media screen and (max-width: 37.5em) {
  .article__card--half-width h1 {
    line-height: 1;
    margin-top: 0.5rem;
  }
}

.article__card--half-width .article__card__title {
  line-height: 1;
  margin-top: 0.5rem;
}

.article__card--half-width .article__card__title a {
  text-transform: none;
}

.article__card--half-width .article__card__content {
  position: relative;
  height: calc(100vh - 178px);
  min-height: calc(100vh - 178px);
  padding: 0 40px 40px;
}

.article__card--half-width .article__card__content:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 75%;
}

.article__card--half-width .article__card__content > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 37.5em) {
  .article__card--half-width .article__card__content {
    padding: 0 24px 24px;
    height: calc(100vh - 162px);
    min-height: calc(100vh - 162px);
  }
}

@media all and (-ms-high-contrast: none) {
  .article__card--half-width .article__card__content {
    height: 100%;
  }
}

.article__card--half-width .article__card__content .article__card__body {
  margin-bottom: 0;
}

.article__card--thin-title .article__card__title {
  margin-top: 0;
}

.article__card--thin-title .article__card__title a {
  font-weight: 400;
  font-family: "franklin-gothic-urw",sans-serif;
}

.article__card--category-no-margin .article__card__category {
  margin-top: 0;
  line-height: 1;
}

.article__card__list__content__category .tag {
  text-transform: uppercase;
  display: block;
}

@media screen and (max-width: 46.25em) {
  .article__card__list .article__card__list__content__cta .article__card--horizontal-short {
    margin-top: 15px;
  }
}

.article__card--search {
  margin: 2.5rem 0px;
}

.article__card--search img {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 37.5em) {
  .article__card--search .article__card__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
        grid-template-columns: 1fr 3fr;
    grid-auto-flow: dense;
    grid-gap: 1.5rem;
  }
  .article__card--search .article__card__inner .article__card__header {
    -ms-grid-column: 1;
    grid-area: 1 / 1 / 1 1;
    padding: 0 0.5rem 0 0;
  }
  .article__card--search .article__card__inner .article__card__title {
    margin: 0 0 1rem;
  }
  .article__card--search .article__card__inner .article__card__content {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: 1 / 2 / 1 / 2;
    padding: 0 0 0 0.5rem;
  }
}

.article__card--overlay-content .article__card__title a {
  color: #fff;
  text-shadow: 1px 0 5px rgba(0,0,0,0.5);
}

.article__card--overlay-content .article__card__content {
  bottom: 1rem;
  left: 1rem;
  position: absolute;
  right: 1rem;
  width: calc(100% - 2rem);
}

.article__card__category span a {
  font-family: "franklin-gothic-urw",sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.article__callout {
  max-width: 350px;
  position: relative;
  margin: 3rem 0px;
  display: flex;
  font-family: "franklin-gothic-urw",sans-serif;
}

.article__callout a {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.article__callout div:nth-child(2) {
  position: relative;
}

.article__callout__label {
  font-style: italic;
}

.article__callout h6 {
  color: #232023;
  letter-spacing: 0.05rem;
}

.article__callout:hover h6 {
  color: #007D8E;
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.article__callout .icon {
  fill: #007D8E;
  height: 40px;
  width: 40px;
}

.article__callout:hover .icon {
  fill: #60AFB3;
  transition: fill 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen and (min-width: 72.875em) {
  .article-header-content {
    padding: 2rem 0;
  }
}

.article-header .article__teaser,
.article-header p {
  color: #696d6f;
  font-size: calc(1.2 * 1rem);
  padding-bottom: 0.5rem;
}

.article-header .article__author > div {
  display: inline;
  font-size: 14px;
}

.article-header .article__issue {
  font-size: 14px;
}

.article-header .content-img {
  margin: 0;
  margin-bottom: 3rem;
}

.article-header .content-img img {
  width: 100%;
}

.article-header .article__extras {
  display: flex;
  flex-direction: column;
}

.article-header .article__extras .tag--primary div > div {
  display: inline;
}

.article-header .article__extras .tag--primary div > div:not(:last-child)::after {
  content: "AND";
  color: #696d6f;
}

@media screen and (min-width: 46.25em) {
  .article-header .article__extras {
    flex-direction: row;
    justify-content: space-between;
  }
}

.article-header .article__extras > :first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.article-header .article__extras > :first-child .by {
  margin-right: 2px;
  color: #696d6f;
}

.article-header .article__extras > :first-child .pipe {
  margin: 0 5px;
  margin-left: 0;
  color: #696d6f;
}

.article-header .article__extras .social-share ul {
  text-align: center;
  margin: 5px 0;
}

.article--full {
  margin-bottom: 5rem;
}

@media screen and (min-width: 72.875em) {
  .article_top_stories {
    max-width: 315px;
  }
}

.article--left .social-share ul {
  margin-top: 0px;
}

.embedded-url {
  padding-top: 56.25% !important;
  position: relative;
}

.embedded-url.full-width {
  width: 100%;
  margin-bottom: 1em;
}

.embedded-url.centered {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1em;
}

.embedded-url iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.video-caption {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: calc(0.833 * 1rem);
  color: black;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .video-caption {
    display: none;
  }
}

.article-header.featured {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  background: #e7e9e8;
}

.article-header.featured .featured_image {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

.article-header.featured .header-content {
  padding: 5rem 2.5rem 10rem 2.5rem;
}

.article-header.featured .block-social-sharing-block {
  margin-bottom: 4em;
}

.article-header.featured .mobile-only-featured-header-caption {
  display: none;
}

.article-header.featured.dark,
.article-header.featured.dark .header-content {
  background: #000;
}

.article-header.featured.dark .title,
.article-header.featured.dark .article__teaser p,
.article-header.featured.dark .by,
.article-header.featured.dark .pipe,
.article-header.featured.dark .header-content .title,
.article-header.featured.dark .header-content .article__teaser p,
.article-header.featured.dark .header-content .by,
.article-header.featured.dark .header-content .pipe {
  color: #fff;
}

.article-header.featured.dark #block-socialsharingblock svg,
.article-header.featured.dark .header-content #block-socialsharingblock svg {
  fill: #fff;
}

.article-header.featured.dark #block-socialsharingblock svg:hover,
.article-header.featured.dark .header-content #block-socialsharingblock svg:hover {
  fill: #6bb4c3;
}

.article-header.featured.dark a,
.article-header.featured.dark .tag,
.article-header.featured.dark .header-content a,
.article-header.featured.dark .header-content .tag {
  color: #6bb4c3;
}

.article-header.featured.dark a:hover,
.article-header.featured.dark .tag:hover,
.article-header.featured.dark .header-content a:hover,
.article-header.featured.dark .header-content .tag:hover {
  color: #fff !important;
}

.article-header.featured.dark .mobile-only-featured-header-caption,
.article-header.featured.dark .header-content .mobile-only-featured-header-caption {
  color: #b7b9ba;
}

.article-header.featured.light {
  background: #fff;
  border: 1px solid #b7b9ba;
  border-top: 0;
}

.article-header.featured.light .header-content {
  background: #fff;
}

.article-header.featured.left-aligned .header-content {
  text-align: left;
}

.article-header.featured.right-aligned .header-content {
  text-align: right;
}

.article-header.featured.right-aligned .article__extras {
  flex-direction: row-reverse;
}

.article-header.featured.center-aligned .header-content {
  text-align: center;
}

.article-header.featured.center-aligned .article__extras {
  justify-content: center;
}

.article-header.featured.video {
  display: flex;
  position: relative;
  background: unset !important;
  border: unset !important;
  margin-bottom: 0;
}

.article-header.featured.video .video {
  z-index: 1;
}

.article-header.featured.video #feature-video {
  width: 100%;
}

.article-header.featured.video .header-content {
  position: absolute;
  top: 0;
  padding: 2.75rem;
  padding-right: 40%;
  z-index: 10;
  background: none;
}

.article-header.featured.video .header-content h1,
.article-header.featured.video .header-content p {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.7);
}

.article-header.featured.video .header-content p,
.article-header.featured.video .header-content span,
.article-header.featured.video .header-content a,
.article-header.featured.video .header-content .tag {
  font-weight: 700;
}

.article-header.featured.video.right .header-content {
  padding-right: 2.75rem;
  padding-left: 50%;
}

.article-header.featured.video.center .header-content {
  padding-right: 2.75rem;
  padding-left: 2.75rem;
}

.article-header.featured.video.bottom .header-content {
  top: unset;
  bottom: 0;
}

.article-header.featured.video.top .header-content {
  top: 0;
  bottom: unset;
}

.article-header.featured.vertical-video .video {
  margin-bottom: -8px;
}

.article-header.featured.vertical-video #feature-video {
  width: 100%;
  border: none;
}

.article-header.featured.vertical-video.dark .header-content {
  background: #e7e9e8;
}

.article-header.featured.vertical-video.dark #block-socialsharingblock svg {
  fill: #000;
}

.article-header.featured.vertical-video.light .header-content {
  background: #000;
}

.article-header.featured.vertical-video.light #block-socialsharingblock svg {
  fill: #fff;
}

.article-header.featured.video #block-socialsharingblock, .article-header.featured.vertical-video #block-socialsharingblock {
  margin-bottom: 0;
}

.article-header.featured.video.dark .header-content h1,
.article-header.featured.video.dark .header-content p,
.article-header.featured.video.dark .header-content span,
.article-header.featured.video.dark .header-content a,
.article-header.featured.video.dark .tag, .article-header.featured.vertical-video.dark .header-content h1,
.article-header.featured.vertical-video.dark .header-content p,
.article-header.featured.vertical-video.dark .header-content span,
.article-header.featured.vertical-video.dark .header-content a,
.article-header.featured.vertical-video.dark .tag {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 2px 6px rgba(255, 255, 255, 0.7);
}

.article-header.featured.video.dark .mobile-only.video-caption, .article-header.featured.vertical-video.dark .mobile-only.video-caption {
  color: rgba(0, 0, 0, 0.8);
}

.article-header.featured.video.light .header-content h1,
.article-header.featured.video.light .header-content p,
.article-header.featured.video.light .header-content span,
.article-header.featured.video.light .header-content a,
.article-header.featured.video.light .header-content .tag, .article-header.featured.vertical-video.light .header-content h1,
.article-header.featured.vertical-video.light .header-content p,
.article-header.featured.vertical-video.light .header-content span,
.article-header.featured.vertical-video.light .header-content a,
.article-header.featured.vertical-video.light .header-content .tag {
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
}

.article-header.featured.video.light .mobile-only.video-caption, .article-header.featured.vertical-video.light .mobile-only.video-caption {
  color: #fff;
}

.article-header.featured.video.light #block-socialsharingblock svg, .article-header.featured.vertical-video.light #block-socialsharingblock svg {
  fill: #fff;
}

.article-header.featured.video.light #block-socialsharingblock svg:hover, .article-header.featured.vertical-video.light #block-socialsharingblock svg:hover {
  fill: #fff;
}

.article-header.featured.video.dark #block-socialsharingblock svg, .article-header.featured.vertical-video.dark #block-socialsharingblock svg {
  fill: #000;
}

.article-header.featured.video.dark #block-socialsharingblock svg:hover, .article-header.featured.vertical-video.dark #block-socialsharingblock svg:hover {
  fill: #000;
}

.article-header.featured.video .mobile-only.video-caption, .article-header.featured.vertical-video .mobile-only.video-caption {
  display: none;
}

@media screen and (max-width: 1165px) {
  .article-header.featured {
    -ms-grid-columns: unset;
        grid-template-columns: unset;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    background: #e7e9e8;
    margin-bottom: 2.5em;
  }
  .article-header.featured.vertical-video {
    -ms-grid-rows: 1fr auto;
        grid-template-rows: 1fr auto;
  }
  .article-header.featured.vertical-video.dark {
    background: #e7e9e8;
  }
  .article-header.featured.vertical-video.light {
    background: #000;
  }
  .article-header.featured .featured_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  .article-header.featured .header-content {
    padding: 1.5em !important;
    margin-bottom: 2em;
  }
  .article-header.featured .block-social-sharing-block {
    margin-bottom: 2em;
  }
  .article-header.featured .mobile-only-featured-header-caption {
    display: block;
    margin-top: -10px;
  }
}

@media screen and (max-width: 1024px) {
  .article-header.featured {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
}

@media (max-width: 767px) {
  .article-header.featured {
    margin-left: -24px;
    margin-right: -24px;
    -ms-grid-rows: 1.15fr 1fr;
        grid-template-rows: 1.15fr 1fr;
  }
  .article-header.featured.video {
    width: 100vw;
    overflow-x: hidden;
    flex-direction: column;
    margin-bottom: 16px;
  }
  .article-header.featured.video.light {
    background-color: #000 !important;
  }
  .article-header.featured.video.dark {
    background-color: #e7e9e8 !important;
  }
  .article-header.featured.video #feature-video {
    width: 100vw;
  }
  .article-header.featured.video .header-content {
    padding: 1.25rem !important;
    text-align: left !important;
    position: relative !important;
    margin-bottom: 0;
    padding-top: 5px !important;
  }
  .article-header.featured .feature-desktop-only {
    display: none !important;
  }
  .article-header.featured .mobile-only.video-caption {
    display: block !important;
  }
}

@media screen and (max-width: 520px) {
  .article-header.featured {
    margin-bottom: 2em;
  }
  .article-header.featured .featured_image {
    background-position: 57% center;
  }
}

@media (max-width: 467px) {
  .article-header.featured.video {
    width: 100vw;
    overflow-x: hidden;
  }
  .article-header.featured.video .header-content {
    padding-right: unset;
    padding: 2.25rem;
  }
}

@media screen and (max-width: 384px) {
  .article-header.featured {
    margin-bottom: 2em;
  }
}

.featured-header-caption {
  margin-bottom: 3em;
}

@media screen and (max-width: 1165px) {
  .featured-header-caption {
    display: none;
  }
}

.issue__card .media {
  margin: 0px;
  width: 100%;
  height: 100%;
  padding: 0px;
}

.issue__card img {
  width: 100%;
  height: auto;
  display: block;
}

.issue__card .issue__card__tag {
  color: #106fbc;
}

.issue__card .issue__card__title a {
  color: #232023;
  text-decoration: none;
}

.issue__card .issue__card__subtitle,
.issue__card .issue__card__body {
  font-style: italic;
  font-family: "franklin-gothic-urw",sans-serif;
  color: #8f9395;
}

.issue__card--horizontal .issue__card__content {
  padding: 2rem;
}

@media screen and (min-width: 46.25em) {
  .issue__card--horizontal {
    display: flex;
  }
  .issue__card--horizontal .issue__card__image {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .issue__card--horizontal .issue__card__content {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.issue__card--cover {
  margin-bottom: 30px;
}

.issue__card--cover .issue__card__title {
  margin-top: 0.5em;
  text-align: center;
}

.issue__card--cover .issue__card__title a {
  text-transform: uppercase;
}

.bg--primary {
  background-color: #007D8E;
}

.bg--primary--light {
  background-color: #45A0AC;
}

.bg--primary--lighter {
  background-color: #60AFB3;
}

.bg--base {
  background-color: #696d6f;
}

.bg--base--light {
  background-color: #8f9395;
}

.bg--base--lighter {
  background-color: #b7b9ba;
}

.bg--base--dark {
  background-color: #444648;
}

.bg--base--darker {
  background-color: #232023;
}

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

/* Variables */
/* Mixins */
/* Applied to <ul> */
.breadcrumb {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  padding: 0.5rem 1rem;
  background-color: #f9f8f7;
  border-radius: 0;
}

.breadcrumb li {
  margin-left: 0;
  font-family: "franklin-gothic-urw",sans-serif;
}

/* Suggested markers:
https://dev.w3.org/html5/html-author/charref

\02AFD Double Solid Operator
\02ABC Double Succeeds
\02AAB Larger Than
\02AA2 Double Nested Greater Than
\02588 Full Block
\025B8 Right Pointing Small Triangle */
.breadcrumb li:before {
  margin-right: 0;
  padding: 0 0.75rem;
  content: "|";
}

.breadcrumb li:first-child:before {
  padding: 0;
  content: "";
  display: none;
}

/* Variables */
/* Mixins */
/* Applied to multiple elements */
.collapse.js:not(.expanded) {
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  transition: max-height 0.4s, visibility 0.4s, margin 0.4s, opacity 0.4s;
  visibility: hidden;
}

.collapse.js.expanded {
  max-height: 50em;
  opacity: 1;
  visibility: visible;
}

/* Accordion. */
.accordion.js > * {
  overflow: hidden;
}

.accordion.js > *:not(.expanded) > *:not(.accordion__header) {
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.accordion.js > .expanded > *:not(.accordion__header) {
  max-height: 50em;
  opacity: 1;
  visibility: visible;
}

.accordion.js > * > h1 {
  cursor: pointer;
  visibility: visible;
}

.accordion.js > * > *:not(.accordion__header) {
  transition: max-height 0.4s, visibility 0.4s, margin 0.4s, opacity 0.4s;
}

/* Tabs. */
.tabs::before, .tabs::after {
  display: table;
  content: '';
  clear: both;
}

.tabs .tab {
  list-style-type: none;
  display: inline;
}

.tabs .tab.active .tab-button {
  background-color: #f9f8f7;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  text-decoration: none;
  color: #232023;
  outline: 0;
}

.tabs .tab.active .tab-content {
  display: block;
}

.tabs .tab-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  font-family: "franklin-gothic-urw",sans-serif;
  color: #007D8E;
  cursor: pointer;
}

.tabs .tab-content {
  display: none;
  float: left;
  width: 100%;
  padding: 0.75rem;
  background-color: #f9f8f7;
}

.cookie-warning {
  background-color: #106fbc;
  bottom: 0;
  color: #fff;
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(1.2 * 1rem);
  left: 0;
  padding: 2rem;
  position: fixed;
  right: 0;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}

.cookie-warning.closed {
  left: -100%;
  opacity: 0;
}

.cookie-warning--close-btn {
  align-items: flex-end;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  float: right;
  height: 1.875rem;
  position: relative;
  width: 1.875rem;
}

.cookie-warning--close-btn span {
  background-color: #fff;
  border-radius: 2px;
  height: 0.25rem;
  position: absolute;
  top: 0.5rem;
  width: 1.625rem;
}

.cookie-warning--close-btn span:first-child {
  left: 0.125rem;
  transform: rotate(45deg);
}

.cookie-warning--close-btn span:last-child {
  transform: rotate(-45deg);
  right: 0.125rem;
}

.cookie-warning--close-btn:hover {
  opacity: .5;
}

.cookie-warning--text a {
  color: #fff;
  font-weight: 700;
}

.cookie-warning--text a:hover {
  opacity: .5;
}

.cookie-warning--text p {
  font-size: calc(1.2 * 1rem);
}

.row {
  margin: 0px;
}

.featured-articles.titles--white .article__card__title a {
  color: #fff;
}

@media screen and (min-width: 64em) {
  .featured-articles .view-display-id-most_popular_cat_block {
    margin-left: 14px;
  }
}

.featured-articles__vertical {
  padding: 1.5rem;
}

@media screen and (min-width: 64em) {
  .featured-articles__vertical {
    padding: 0px;
  }
}

.featured-articles__vertical .article__card {
  margin: 0px;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 37.5em) {
  .featured-articles__vertical .article__card--vertical .article__card__inner .article__card__content, .featured-articles__vertical .article__card--vertical-feature .article__card__inner .article__card__content {
    margin-top: 5px;
  }
}

.featured-articles__vertical .article__card:first-of-type {
  padding-top: 0px;
}

.featured-articles__vertical--small .article__card {
  margin-left: 0px;
  margin-right: 0px;
}

.featured-articles__vertical--small .small__title {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 72.875em) {
  .featured-articles__vertical--small .article__card__content {
    padding: 0px 0.5rem;
  }
}

.featured-articles__vertical--small .article__card {
  border-bottom: 1px solid #b7b9ba;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.featured-articles__vertical--small .article__card__title {
  font-size: calc(0.833 * 1rem);
  font-weight: 400;
}

.featured-articles__horizontal {
  padding: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 64em) {
  .featured-articles__horizontal {
    padding: 3rem;
  }
}

@media screen and (max-width: 46.25em) {
  .featured-articles__horizontal .article__card {
    margin-left: 0;
    margin-right: 0;
  }
}

.featured-articles__horizontal--left {
  padding: 0px;
}

@media screen and (min-width: 46.25em) {
  .featured-articles__horizontal--right {
    display: flex;
    flex-direction: row;
    padding-top: 1rem;
    padding-left: 0px;
    padding-right: 0px;
  }
  .featured-articles__horizontal--right > article {
    flex-basis: 50%;
    max-width: 50%;
  }
  .featured-articles__horizontal--right > article:first-child {
    margin-left: 0px;
    margin-right: 1rem;
  }
  .featured-articles__horizontal--right > article:last-child {
    margin-left: 1rem;
    margin-right: 0px;
  }
}

@media screen and (min-width: 64em) {
  .featured-articles__horizontal--right {
    padding-top: 0;
  }
}

.featured-articles__horizontal .article__card__title {
  font-size: calc(1.44 * .8rem);
}

.featured-articles__horizontal--three-cols {
  padding-top: 0.25rem;
}

.featured-articles__horizontal--three-cols .title.decorated {
  margin-top: 2.8rem !important;
}

.featured-articles__horizontal--three-cols .row-wrapper {
  width: 100%;
}

.featured-articles__horizontal--three-cols .article__card__category {
  display: none;
  margin-top: 0;
}

.featured-articles__horizontal--three-cols .article__card__inner {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.featured-articles__horizontal--three-cols .article__card__inner .article__card__header {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: 1 / 2 / 1 / 2;
  padding: 0 0 0 0;
}

.featured-articles__horizontal--three-cols .article__card__inner .article__card__header .article__card__header__image .text-formatted {
  display: none;
}

.featured-articles__horizontal--three-cols .article__card__inner .article__card__content {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1 / 1 / 1 / 1;
  padding: 0 0 0 0 !important;
}

@media screen and (min-width: 64em) {
  .featured-articles__horizontal--three-cols .article__card__inner .article__card__content {
    padding: 0 1.5rem 0 0 !important;
  }
}

.featured-articles__horizontal--three-cols .article__card__inner .article__card__content .article__card__title {
  margin-top: 0.5rem;
  font-size: calc(1.44 * 1rem);
}

@media screen and (min-width: 64em) {
  .featured-articles__horizontal--three-cols .article__card__inner .article__card__content .article__card__title {
    font-size: calc(1.728 * .8rem);
  }
}

.featured-articles__category .article__card__content .article__card__category {
  display: none;
}

.featured-articles__category .article__card__content h4.article__card__title {
  font-size: calc(1.728* 1rem);
  margin-top: 1rem;
}

@media screen and (min-width: 64em) {
  .featured-articles__category .article__card__content h4.article__card__title {
    font-size: calc(2.986 * 1rem);
  }
}

.featured-articles__most-recent {
  width: 1170px;
  margin-left: calc((100vw - 1170px) / -2);
  padding: 3em calc((100vw - 1170px) / 2) 0;
}

@media screen and (max-width: 1270px) {
  .featured-articles__most-recent {
    margin-left: -24px;
    padding: 3em 24px 0 24px;
    width: 100%;
  }
}

.featured-articles__most-recent .title {
  margin-bottom: 3rem;
  border-bottom: 1px solid #007D8E;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 24px;
  letter-spacing: 1px !important;
  font-weight: 500 !important;
}

.featured-articles__most-recent .article__card {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

@media screen and (min-width: 46.25em) {
  .featured-articles__most-recent .article__card {
    display: inline-block;
    width: calc(50% - 12px);
  }
}

@media screen and (min-width: 64em) {
  .featured-articles__most-recent .article__card {
    display: inline-block;
    width: calc(25% - 12px);
  }
}

@media screen and (max-width: 37.5em) {
  .featured-articles__most-recent .article__card--vertical .article__card__inner .article__card__content, .featured-articles__most-recent .article__card--vertical-feature .article__card__inner .article__card__content {
    margin-top: 5px;
  }
}

.featured-articles__most-recent:not(.bg--base--darker) > .title {
  color: #007D8E;
}

.featured-articles__related-category {
  padding: 0 3rem;
}

@media screen and (min-width: 72.875em) {
  .featured-articles__related-category {
    padding: 0 7.5rem;
  }
}

@media screen and (min-width: 46.25em) {
  .featured-articles__related-category .articles {
    padding-left: 3rem;
  }
}

.featured-articles__related-category .article__card__content {
  margin-top: 1rem;
}

@media screen and (min-width: 72.875em) {
  .featured-articles__related-category .article__card__content {
    padding: 0 2rem;
    margin-top: 0px;
  }
}

.featured-articles__related-category .article__card__header__image {
  height: 50vw;
}

@media screen and (min-width: 46.25em) {
  .featured-articles__related-category .article__card__header__image {
    height: 14vw;
  }
}

.featured-articles__related-category .article__card__header__image img {
  height: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 46.25em) {
  .featured-articles__related-category .article__card__header__image img {
    height: 14vw;
  }
}

.featured-articles__related-category .content-container {
  border-bottom: 2px solid #e0dbda;
  border-top: 2px solid #e0dbda;
  padding: 1.5rem 0 0.5rem;
}

.featured-articles__related-category .content-container .article__card {
  margin-left: 0;
  margin-right: 0;
}

.featured-articles__related-category .link-container {
  padding-top: 1.5rem;
}

@media screen and (min-width: 46.25em) {
  .featured-articles__related-category .article__card__inner {
    -ms-grid-columns: 1fr 1.75fr;
        grid-template-columns: 1fr 1.75fr;
  }
}

.featured-articles.featured-articles__cover_story, .featured-articles.featured-articles__feature_stories, .featured-articles.featured-articles__category {
  width: 100vw;
  padding: 1.5rem 24px;
  margin-left: -24px;
  box-sizing: border-box;
}

@media screen and (min-width: 64em) {
  .featured-articles.featured-articles__cover_story, .featured-articles.featured-articles__feature_stories, .featured-articles.featured-articles__category {
    padding: 1.5rem 50px;
    margin-left: -50px;
  }
}

@media screen and (min-width: 1280px) {
  .featured-articles.featured-articles__cover_story, .featured-articles.featured-articles__feature_stories, .featured-articles.featured-articles__category {
    padding: 1.5rem calc(50vw - 585px);
    margin-left: calc(585px - 50vw);
  }
}

@media screen and (min-width: 46.25em) {
  .featured-articles.featured-articles__cover_story .title, .featured-articles.featured-articles__feature_stories .title, .featured-articles.featured-articles__category .title {
    margin-bottom: 1.5rem;
  }
}

.featured-articles.featured-articles__cover_story .title.decorated, .featured-articles.featured-articles__feature_stories .title.decorated, .featured-articles.featured-articles__category .title.decorated {
  position: relative;
  padding-left: 60px;
}

@media screen and (min-width: 46.25em) {
  .featured-articles.featured-articles__cover_story .title.decorated, .featured-articles.featured-articles__feature_stories .title.decorated, .featured-articles.featured-articles__category .title.decorated {
    padding-left: 100px;
  }
}

.featured-articles.featured-articles__cover_story .title.decorated::before, .featured-articles.featured-articles__feature_stories .title.decorated::before, .featured-articles.featured-articles__category .title.decorated::before {
  background-color: white;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 40px;
}

@media screen and (min-width: 46.25em) {
  .featured-articles.featured-articles__cover_story .title.decorated::before, .featured-articles.featured-articles__feature_stories .title.decorated::before, .featured-articles.featured-articles__category .title.decorated::before {
    width: 80px;
  }
}

.featured-articles.featured-articles__cover_story .title.decorated.black::before, .featured-articles.featured-articles__feature_stories .title.decorated.black::before, .featured-articles.featured-articles__category .title.decorated.black::before {
  background-color: #000;
}

.featured-articles.featured-articles__cover_story .article__card--horizontal .article__card__header .article__card__header__image, .featured-articles.featured-articles__feature_stories .article__card--horizontal .article__card__header .article__card__header__image, .featured-articles.featured-articles__category .article__card--horizontal .article__card__header .article__card__header__image {
  max-height: 50vw;
}

@media screen and (min-width: 64em) {
  .featured-articles.featured-articles__cover_story .article__card--horizontal .article__card__header .article__card__header__image, .featured-articles.featured-articles__feature_stories .article__card--horizontal .article__card__header .article__card__header__image, .featured-articles.featured-articles__category .article__card--horizontal .article__card__header .article__card__header__image {
    max-height: 33.33vw;
  }
}

.featured-articles.featured-articles__cover_story .article__card--horizontal .article__card__header img, .featured-articles.featured-articles__feature_stories .article__card--horizontal .article__card__header img, .featured-articles.featured-articles__category .article__card--horizontal .article__card__header img {
  max-height: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .featured-articles.featured-articles__cover_story .article__card--horizontal .article__card__header img, .featured-articles.featured-articles__feature_stories .article__card--horizontal .article__card__header img, .featured-articles.featured-articles__category .article__card--horizontal .article__card__header img {
    max-height: 33.33vw;
  }
}

@media screen and (min-width: 64em) {
  .featured-articles.featured-articles__cover_story .article__card--horizontal .article__card__content, .featured-articles.featured-articles__feature_stories .article__card--horizontal .article__card__content, .featured-articles.featured-articles__category .article__card--horizontal .article__card__content {
    padding: 0 2rem;
  }
}

.featured-articles.featured-articles__cover_story .article__card__title a, .featured-articles.featured-articles__feature_stories .article__card__title a, .featured-articles.featured-articles__category .article__card__title a {
  color: #000;
}

@media screen and (max-width: 46.25em) {
  .featured-articles.featured-articles__category .title.decorated {
    margin-bottom: 1.2rem;
  }
  .featured-articles.featured-articles__category .title.decorated::before {
    height: 12px;
  }
}

.featured-articles.featured-articles__category .article__card--horizontal {
  border-bottom: 1px solid gray;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 64em) {
  .featured-articles.featured-articles__category .article__card--horizontal .article__card__inner {
    display: -ms-grid !important;
    display: grid !important;
    grid-auto-flow: dense;
    grid-gap: 0.8rem;
    -ms-grid-columns: 40fr 60fr;
        grid-template-columns: 40fr 60fr;
  }
}

@media screen and (max-width: 46.25em) {
  .featured-articles.featured-articles__category .article__card--horizontal .article__card__inner {
    grid-gap: 0;
    -ms-grid-columns: 0fr 100fr;
        grid-template-columns: 0fr 100fr;
  }
}

.featured-articles.featured-articles__category .article__card--horizontal .article__card__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1 / 1 / 1 / 1;
}

.featured-articles.featured-articles__category .article__card--horizontal .article__card__content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: 1 / 2 / 1 / 2;
}

@media screen and (min-width: 64em) {
  .featured-articles.featured-articles__category .article__card--horizontal .article__card__content {
    padding: 0 0 0 1.5rem !important;
  }
}

.featured-articles.featured-articles__category .article__card--horizontal .article__card__content .article__card__title {
  margin-top: 0;
  font-size: 1rem;
}

.featured-articles.featured-articles__category .article__card--horizontal .article__card__content .article__card__body {
  font-size: 16px;
  line-height: 20px;
  font-family: "freight-text-pro",serif;
  font-weight: 500;
  color: #232023;
}

@media screen and (max-width: 46.25em) {
  .featured-articles.featured-articles__category .article__card--horizontal .article__card__content .article__card__body p {
    font-size: 0.8rem !important;
  }
}

@media screen and (min-width: 64em) {
  .featured-articles.featured-articles__category .article__card--vertical .article__card__content .article__card__title, .featured-articles.featured-articles__category .article__card--vertical-feature .article__card__content .article__card__title {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 46.25em) {
  .featured-articles__feature_stories .article__card__header__image {
    height: 35vw;
  }
}

.featured-articles__feature_stories .article__card__header__image img {
  width: 100%;
}

@media screen and (min-width: 46.25em) {
  .featured-articles__feature_stories .article__card__header__image img {
    height: 35vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.featured-articles.featured-articles__cover_story {
  padding: 0;
}

.featured-articles.featured-articles__cover_story .title {
  margin: 1.5rem 1.5rem 3rem;
}

@media screen and (min-width: 46.25em) {
  .featured-articles.featured-articles__cover_story .title {
    margin: 5rem 5rem 3rem;
  }
}

.featured-articles.featured-articles__cover_story .content-container {
  min-height: 30vw;
  position: relative;
}

.featured-articles.featured-articles__cover_story .content-container > .row > div {
  padding: 0 calc(2rem + 0.5rem);
}

@media screen and (min-width: 46.25em) {
  .featured-articles.featured-articles__cover_story .content-container > .row > div {
    padding: 0 calc(5rem + 0.5rem);
  }
}

.featured-articles.featured-articles__cover_story .article__card__header__image {
  height: calc(100vw - 3rem);
  max-height: 100%;
  width: calc(100vw - 3rem);
}

@media screen and (min-width: 64em) {
  .featured-articles.featured-articles__cover_story .article__card__header__image {
    height: 30vw;
    position: absolute;
    top: 0;
    width: 30vw;
  }
}

.featured-articles.featured-articles__cover_story .article__card__header__image img {
  height: calc(100vw - 3rem);
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100vw - 3rem);
}

@media screen and (min-width: 64em) {
  .featured-articles.featured-articles__cover_story .article__card__header__image img {
    height: 30vw;
    position: absolute;
    top: 0;
    width: 30vw;
  }
}

.featured-articles.featured-articles__cover_story .article__card__title {
  margin-bottom: 1.5rem;
}

.featured-articles.featured-articles__cover_story .article__card__body {
  margin: 1.5rem 0;
}

.featured-articles__grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (min-width: 37.5em) {
  .featured-articles__grid .article__card {
    margin-bottom: 2rem;
    display: inline-block;
    width: calc(50% - 12px);
  }
  .featured-articles__grid .article__card:nth-child(odd) {
    margin-right: 12px;
    margin-left: 0;
  }
  .featured-articles__grid .article__card:nth-child(even) {
    margin-left: 12px;
    margin-right: 0;
  }
}

@media screen and (min-width: 64em) {
  .featured-articles__grid .article__card {
    width: calc(25% - 12px);
    margin-left: 8px;
    margin-right: 8px;
  }
  .featured-articles__grid .article__card:nth-child(odd) {
    margin-left: 8px;
    margin-right: 8px;
  }
  .featured-articles__grid .article__card:nth-child(even) {
    margin-left: 8px;
    margin-right: 8px;
  }
  .featured-articles__grid .article__card:nth-child(4n+1) {
    margin-right: 8px;
    margin-left: 0;
  }
  .featured-articles__grid .article__card:nth-child(4n) {
    margin-left: 8px;
    margin-right: 0;
  }
}

@media screen and (min-width: 64em) {
  .featured-articles__grid.columns--4 {
    columns: 4;
    column-gap: 2rem;
  }
}

.featured-articles .featured-articles__featured_stories__grid {
  width: 100%;
}

@media screen and (max-width: 37.5em) {
  .featured-articles .featured-articles__featured_stories__grid {
    max-width: calc(100vw - 48px);
  }
}

@media screen and (min-width: 37.5em) {
  .featured-articles .featured-articles__featured_stories__grid {
    display: -ms-grid;
    display: grid;
    height: 100%;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 20px 20px;
    max-width: calc(100vw - 48px);
  }
}

@media screen and (min-width: 46.25em) {
  .featured-articles .featured-articles__featured_stories__grid {
    max-width: calc(100vw - 48px);
  }
  .featured-articles .featured-articles__featured_stories__grid div > article .article__card__header.rat54 .article__card__header__image {
    padding-bottom: 75%;
    height: 0;
  }
  .featured-articles .featured-articles__featured_stories__grid div:nth-child(3n-2) > article .article__card__header.rat54 .article__card__header__image {
    padding-bottom: 75%;
    height: 0;
  }
}

@media screen and (min-width: 64em) {
  .featured-articles .featured-articles__featured_stories__grid {
    max-width: calc(100vw - 100px);
    display: -ms-grid;
    display: grid;
    height: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px 20px;
  }
  .featured-articles .featured-articles__featured_stories__grid div > article .article__card__header.rat54 .article__card__header__image {
    padding-bottom: 62.8%;
    height: 0;
  }
  .featured-articles .featured-articles__featured_stories__grid div:nth-child(3n-2) > article .article__card__header.rat54 .article__card__header__image {
    padding-bottom: 129.33%;
    height: 0;
  }
  .featured-articles .featured-articles__featured_stories__grid > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
  .featured-articles .featured-articles__featured_stories__grid > div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 1 / 2 / 2 / 4;
  }
  .featured-articles .featured-articles__featured_stories__grid > div:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2 / 1 / 3 / 3;
  }
  .featured-articles .featured-articles__featured_stories__grid > div:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (min-width: 1278px) {
  .featured-articles .featured-articles__featured_stories__grid {
    max-width: 1178px;
    width: 100%;
  }
}

.featured-articles .featured-articles__featured_stories__grid .tag {
  color: #ffffff;
  font-size: calc(1.44 * 1rem);
}

.featured-articles .featured-articles__featured_stories__grid .article__card__title {
  font-size: calc(2.488 * 1rem);
}

.featured-articles__related-articles .article__card__category {
  display: none;
}

.featured-articles__related-articles .title {
  color: #007D8E;
  margin-bottom: 3rem;
}

.featured-articles__related-articles .related-articles__grid .article__card {
  display: inline-block;
  margin-bottom: 2rem;
  overflow-y: hidden;
}

@media screen and (min-width: 64em) {
  .featured-articles__related-articles .related-articles__grid .article__card.article__card--overlay-content {
    max-height: 37.5vw;
  }
}

@media screen and (min-width: 64em) {
  .featured-articles__related-articles .related-articles__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
  .featured-articles__related-articles .related-articles__grid > * img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 1 / 3;
  }
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 1) .article__card__header__image,
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 1) img {
    height: 37.5vw;
  }
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: 1 / 3 / 1 / 3;
  }
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 2) .article__card__header__image,
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 2) img {
    height: 25vw;
  }
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 3) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    grid-area: 1 / 4 / 1 / 4;
  }
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 3) .article__card__header__image,
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 3) img {
    height: 29vw;
  }
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: 2 / 1 / 2 / 1;
  }
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 4) .article__card__header__image,
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 4) img {
    height: 29vw;
  }
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 2 / 2 / 2 / 4;
  }
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 5) .article__card__header__image,
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 5) img {
    height: 25vw;
  }
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 6) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
    grid-area: 2 / 4 / 2 / 4;
  }
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 6) .article__card__header__image,
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 6) img {
    height: 37.5vw;
  }
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: 3 / 1 / 3 / 1;
  }
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 7) .article__card__header__image,
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 7) img {
    height: 37.5vw;
  }
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: 3 / 2 / 3 / 2;
  }
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 8) .article__card__header__image,
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 8) img {
    height: 25vw;
  }
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 3 / 3 / 3 / 5;
  }
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 9) .article__card__header__image,
  .featured-articles__related-articles .related-articles__grid > *:nth-child(9n + 9) img {
    height: 37.5vw;
  }
}

@media screen and (min-width: 37.5em) {
  .views-infinite-scroll-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .views-infinite-scroll-content-wrapper {
    display: block;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 37.5em), screen and (-ms-high-contrast: none) and (min-width: 37.5em) {
  .views-infinite-scroll-content-wrapper {
    columns: 2;
    column-gap: 0.75rem;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 64em), screen and (-ms-high-contrast: none) and (min-width: 64em) {
  .views-infinite-scroll-content-wrapper {
    columns: 3;
    column-gap: 2rem;
  }
}

@media screen and (min-width: 46.25em) and (max-width: 1220px) {
  .featured-articles__related-category .article__card__inner {
    -ms-grid-columns: 1fr 1.75fr;
        grid-template-columns: 1fr 1.75fr;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: dense;
  }
  .featured-articles__related-category .article__card__content {
    padding: 0 2rem;
    margin-top: 0px;
  }
}

.taxonomy-term.vocabulary-article-categories .view-articles-by-category {
  padding-top: 0 !important;
}

.recent-issues,
.past-issues {
  position: relative;
  box-sizing: border-box;
  width: 100vw;
  padding: 1.5rem calc(50vw - 585px);
  margin-left: calc(585px - 50vw);
}

@media screen and (max-width: 1270px) {
  .recent-issues,
  .past-issues {
    padding: 80px 50px 40px;
    margin-left: -50px;
  }
}

@media screen and (max-width: 64em) {
  .recent-issues,
  .past-issues {
    padding: 80px 24px 40px;
    margin-left: -24px;
  }
}

@media screen and (max-width: 37.5em) {
  .recent-issues,
  .past-issues {
    width: 100vw;
  }
}

.recent-issues .row,
.past-issues .row {
  margin: 0px -0.5rem;
}

.recent-issues h2,
.past-issues h2 {
  color: #007D8E;
  margin-bottom: 1em;
  border-bottom: 1px solid #007D8E;
  letter-spacing: 1px;
}

.recent-issues h6,
.past-issues h6 {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  font-weight: 500;
}

.recent-issues .link-container,
.past-issues .link-container {
  padding-bottom: 1.5rem;
}

.recent-issues .link-container .icon,
.past-issues .link-container .icon {
  padding-left: 0.75rem;
}

.recent-issues__upper,
.past-issues__upper {
  padding-bottom: 0;
}

.recent-issues__upper .issue__card__content,
.past-issues__upper .issue__card__content {
  padding-right: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 37.5em) {
  .recent-issues__upper .issue__card__content,
  .past-issues__upper .issue__card__content {
    padding-left: 0;
  }
}

.recent-issues .issue__card__image,
.past-issues .issue__card__image {
  border: 1px solid #b7b9ba;
}

.recent-issues .view-footer,
.past-issues .view-footer {
  position: absolute;
  top: 25px;
  right: calc(50vw - 585px);
}

@media screen and (max-width: 1270px) {
  .recent-issues .view-footer,
  .past-issues .view-footer {
    top: 80px;
    right: 50px;
  }
}

@media screen and (max-width: 64em) {
  .recent-issues .view-footer,
  .past-issues .view-footer {
    right: 24px;
  }
}

.past-issues > article {
  width: 100%;
}

@media screen and (max-width: 64em) {
  .recent-issues__issue {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.recent-issues.featured-articles__vertical--small .section-title {
  margin-bottom: 2rem;
  font-weight: 500;
}

.recent-issues.featured-articles__vertical--small .issue__card__title {
  font-size: 16px;
  font-weight: 600;
  font-family: "franklin-gothic-urw",sans-serif;
}

.categories-directory {
  font-family: "franklin-gothic-urw",sans-serif;
  background-color: #f8f8f8;
  box-sizing: border-box;
  width: 100vw;
  padding: 1.5rem calc((100vw - 1170px) / 2);
  margin-left: calc((100vw - 1170px) / -2);
}

@media screen and (max-width: 1270px) {
  .categories-directory {
    padding: 1.5rem 50px;
    margin-left: -50px;
  }
}

@media screen and (max-width: 64em) {
  .categories-directory {
    margin-left: -24px;
    padding: 1.5rem 24px;
  }
}

.categories-directory h2 {
  color: #007D8E;
  margin-bottom: 1em;
}

.categories-directory ol,
.categories-directory ul {
  list-style-type: none;
}

.categories-directory > ul a {
  color: #232023;
  display: block;
  display: block;
}

.categories-directory > ul a:hover {
  color: #007D8E;
}

.categories-directory > ul a:nth-child(2) {
  display: none;
}

.categories-directory > ul > li {
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (min-width: 37.5em) {
  .categories-directory > ul > li {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .categories-directory > ul > li:nth-child(1), .categories-directory > ul > li:nth-child(3), .categories-directory > ul > li:nth-child(5) {
    padding-left: 0px;
  }
  .categories-directory > ul > li:nth-child(2), .categories-directory > ul > li:nth-child(4), .categories-directory > ul > li:nth-child(6) {
    padding-right: 0px;
  }
}

@media screen and (min-width: 37.5em) and (min-width: 46.25em) {
  .categories-directory > ul > li:nth-child(1), .categories-directory > ul > li:nth-child(4) {
    padding-left: 0px;
    padding-right: 0.5rem;
  }
  .categories-directory > ul > li:nth-child(2), .categories-directory > ul > li:nth-child(5) {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .categories-directory > ul > li:nth-child(3), .categories-directory > ul > li:nth-child(6) {
    padding-right: 0px;
    padding-left: 0.5rem;
  }
}

.categories-directory > ul > li ul {
  border-top: 1px solid #3d4d4d;
  margin: 5px 0 30px;
}

.categories-directory > ul > li li {
  font-weight: 400;
  border-bottom: 1px solid #b7b9ba;
  padding-top: 5px;
  padding-bottom: 5px;
}

.categories-directory .issue__card__title {
  text-align: center;
}

.categories-directory .issue__card__title a {
  color: #232023;
  text-transform: uppercase;
}

/* Variables */
/* Mixins */
.form-group {
  margin-bottom: 0.75rem;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  display: block;
  width: 100%;
  padding: 0.5rem;
  height: auto;
  background-color: #f9f8f7;
  background-image: none;
  background-clip: padding-box;
  border-color: #e0dbda;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(0.833 * 1rem);
  color: #444648;
  box-sizing: border-box;
  transition: all ease 0.2s;
}

@media screen and (min-width: 46.25em) {
  input[type="date"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  textarea {
    font-size: calc((0.833 * 1rem) + (1 - 0.833) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  input[type="date"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  textarea {
    font-size: calc(1 * 1rem);
  }
}

input[type="date"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
textarea:hover {
  background-color: #f5f3f1;
  border-color: #f5f3f1;
  color: #444648;
}

input[type="date"]:active,
input[type="email"]:active,
input[type="number"]:active,
input[type="password"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="text"]:active,
input[type="url"]:active,
textarea:active {
  outline: none;
  background-color: #f0eeeb;
  border-color: #f0eeeb;
  color: #444648;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  outline: none;
  background-color: #f0eeeb;
  border-color: #f0eeeb;
  color: #444648;
}

input[type="date"]:disabled, input[type="date"][readonly],
input[type="email"]:disabled,
input[type="email"][readonly],
input[type="number"]:disabled,
input[type="number"][readonly],
input[type="password"]:disabled,
input[type="password"][readonly],
input[type="search"]:disabled,
input[type="search"][readonly],
input[type="tel"]:disabled,
input[type="tel"][readonly],
input[type="text"]:disabled,
input[type="text"][readonly],
input[type="url"]:disabled,
input[type="url"][readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f9f8f7;
}

::-webkit-input-placeholder {
  color: #696d6f;
}

:-moz-placeholder {
  color: #696d6f;
}

::-moz-placeholder {
  color: #696d6f;
}

:-ms-input-placeholder {
  color: #696d6f;
}

[placeholder]:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.1s 0.1s ease;
}

[type="search"] {
  -webkit-appearance: none;
}

[type="radio"],
[type="checkbox"] {
  line-height: normal;
}

select {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

textarea {
  height: 12rem;
  resize-x: none;
}

label {
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(0.833 * 1rem);
  font-weight: 700;
  color: #444648;
}

@media screen and (min-width: 46.25em) {
  label {
    font-size: calc((0.833 * 1rem) + (1 - 0.833) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  label {
    font-size: calc(1 * 1rem);
  }
}

fieldset {
  display: block;
  margin-left: -var(--spacing-large);
  padding: 1.5rem;
  padding-bottom: 0.75rem;
  background-color: #f9f8f7;
  border-width: 0;
  border-radius: 0;
}

fieldset input[type="date"],
fieldset input[type="email"],
fieldset input[type="number"],
fieldset input[type="password"],
fieldset input[type="search"],
fieldset input[type="tel"],
fieldset input[type="text"],
fieldset input[type="url"],
fieldset textarea {
  background-color: #fff;
}

.form-text {
  font-size: calc(0.694 * 1rem);
  font-style: italic;
}

@media screen and (min-width: 46.25em) {
  .form-text {
    font-size: calc((0.694 * 1rem) + (0.833 - 0.694) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .form-text {
    font-size: calc(0.833 * 1rem);
  }
}

/* Positive. */
.form-group--positive label,
.form-group--positive .form-text {
  color: #90C18F;
}

.form-group--positive input[type="date"],
.form-group--positive input[type="email"],
.form-group--positive input[type="number"],
.form-group--positive input[type="password"],
.form-group--positive input[type="search"],
.form-group--positive input[type="tel"],
.form-group--positive input[type="text"],
.form-group--positive input[type="url"],
.form-group--positive textarea {
  border-width: 2px;
  border-color: #90C18F;
}

/* Negative. */
.form-group--negative label,
.form-group--negative .form-text {
  color: #B24B5C;
}

.form-group--negative input[type="date"],
.form-group--negative input[type="email"],
.form-group--negative input[type="number"],
.form-group--negative input[type="password"],
.form-group--negative input[type="search"],
.form-group--negative input[type="tel"],
.form-group--negative input[type="text"],
.form-group--negative input[type="url"],
.form-group--negative textarea {
  border-width: 2px;
  border-color: #B24B5C;
}

/* Check. */
.form-check {
  margin-bottom: 0.75rem;
}

.form-check label {
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.5rem;
  margin-left: -var(--spacing);
  background-color: #fff;
}

.form-check-input:only-child {
  position: static;
}

/* Inline. */
.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-left: 0;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 1.5rem;
}

.form-item,
.input-field--alternative {
  margin: 0;
  position: relative;
}

.form-item .form-email,
.form-item .form-select,
.form-item .form-text,
.form-item .form-textarea,
.form-item .form__item--email,
.form-item .form__item--password,
.form-item .form__item--select,
.form-item .form__item--text,
.form-item .form__item--textarea,
.input-field--alternative .form-email,
.input-field--alternative .form-select,
.input-field--alternative .form-text,
.input-field--alternative .form-textarea,
.input-field--alternative .form__item--email,
.input-field--alternative .form__item--password,
.input-field--alternative .form__item--select,
.input-field--alternative .form__item--text,
.input-field--alternative .form__item--textarea {
  background: none;
  border-bottom: 1px solid #b7b9ba;
  border-top: 1px solid #b7b9ba;
  box-shadow: none;
  display: block;
  font-style: normal;
  font-weight: 400;
  height: 5rem;
  outline: none;
  padding: 0 1.5rem;
  transition: border-color 0.4s ease;
  width: 100%;
}

@media screen and (min-width: 46.25em) {
  .form-item .form-email,
  .form-item .form-select,
  .form-item .form-text,
  .form-item .form-textarea,
  .form-item .form__item--email,
  .form-item .form__item--password,
  .form-item .form__item--select,
  .form-item .form__item--text,
  .form-item .form__item--textarea,
  .input-field--alternative .form-email,
  .input-field--alternative .form-select,
  .input-field--alternative .form-text,
  .input-field--alternative .form-textarea,
  .input-field--alternative .form__item--email,
  .input-field--alternative .form__item--password,
  .input-field--alternative .form__item--select,
  .input-field--alternative .form__item--text,
  .input-field--alternative .form__item--textarea {
    padding: 0 3rem;
  }
}

.form-item .form-email:hover,
.form-item .form-select:hover,
.form-item .form-text:hover,
.form-item .form-textarea:hover,
.form-item .form__item--email:hover,
.form-item .form__item--password:hover,
.form-item .form__item--select:hover,
.form-item .form__item--text:hover,
.form-item .form__item--textarea:hover,
.input-field--alternative .form-email:hover,
.input-field--alternative .form-select:hover,
.input-field--alternative .form-text:hover,
.input-field--alternative .form-textarea:hover,
.input-field--alternative .form__item--email:hover,
.input-field--alternative .form__item--password:hover,
.input-field--alternative .form__item--select:hover,
.input-field--alternative .form__item--text:hover,
.input-field--alternative .form__item--textarea:hover {
  background: none;
  border-bottom: 1px solid #b7b9ba;
  border-top: 1px solid #b7b9ba;
}

.form-item .form-email:focus,
.form-item .form-select:focus,
.form-item .form-text:focus,
.form-item .form-textarea:focus,
.form-item .form__item--email:focus,
.form-item .form__item--password:focus,
.form-item .form__item--select:focus,
.form-item .form__item--text:focus,
.form-item .form__item--textarea:focus,
.input-field--alternative .form-email:focus,
.input-field--alternative .form-select:focus,
.input-field--alternative .form-text:focus,
.input-field--alternative .form-textarea:focus,
.input-field--alternative .form__item--email:focus,
.input-field--alternative .form__item--password:focus,
.input-field--alternative .form__item--select:focus,
.input-field--alternative .form__item--text:focus,
.input-field--alternative .form__item--textarea:focus {
  background: none;
  border-bottom: 2px solid #007D8E;
}

.form-item .form-email:focus + label,
.form-item .form-select:focus + label,
.form-item .form-text:focus + label,
.form-item .form-textarea:focus + label,
.form-item .form__item--email:focus + label,
.form-item .form__item--password:focus + label,
.form-item .form__item--select:focus + label,
.form-item .form__item--text:focus + label,
.form-item .form__item--textarea:focus + label,
.input-field--alternative .form-email:focus + label,
.input-field--alternative .form-select:focus + label,
.input-field--alternative .form-text:focus + label,
.input-field--alternative .form-textarea:focus + label,
.input-field--alternative .form__item--email:focus + label,
.input-field--alternative .form__item--password:focus + label,
.input-field--alternative .form__item--select:focus + label,
.input-field--alternative .form__item--text:focus + label,
.input-field--alternative .form__item--textarea:focus + label {
  font-size: calc(0.833 * 1rem);
  line-height: 2;
  top: 0;
}

.form-item .form-email::-ms-clear,
.form-item .form-select::-ms-clear,
.form-item .form-text::-ms-clear,
.form-item .form-textarea::-ms-clear,
.form-item .form__item--email::-ms-clear,
.form-item .form__item--password::-ms-clear,
.form-item .form__item--select::-ms-clear,
.form-item .form__item--text::-ms-clear,
.form-item .form__item--textarea::-ms-clear,
.input-field--alternative .form-email::-ms-clear,
.input-field--alternative .form-select::-ms-clear,
.input-field--alternative .form-text::-ms-clear,
.input-field--alternative .form-textarea::-ms-clear,
.input-field--alternative .form__item--email::-ms-clear,
.input-field--alternative .form__item--password::-ms-clear,
.input-field--alternative .form__item--select::-ms-clear,
.input-field--alternative .form__item--text::-ms-clear,
.input-field--alternative .form__item--textarea::-ms-clear {
  display: none;
}

.form-item .form-email[disabled],
.form-item .form-select[disabled],
.form-item .form-text[disabled],
.form-item .form-textarea[disabled],
.form-item .form__item--email[disabled],
.form-item .form__item--password[disabled],
.form-item .form__item--select[disabled],
.form-item .form__item--text[disabled],
.form-item .form__item--textarea[disabled],
.input-field--alternative .form-email[disabled],
.input-field--alternative .form-select[disabled],
.input-field--alternative .form-text[disabled],
.input-field--alternative .form-textarea[disabled],
.input-field--alternative .form__item--email[disabled],
.input-field--alternative .form__item--password[disabled],
.input-field--alternative .form__item--select[disabled],
.input-field--alternative .form__item--text[disabled],
.input-field--alternative .form__item--textarea[disabled] {
  background-color: #f9f8f7;
  border-bottom-style: dotted;
  border-top-style: dotted;
}

.form-item .form-email[disabled] + label,
.form-item .form-select[disabled] + label,
.form-item .form-text[disabled] + label,
.form-item .form-textarea[disabled] + label,
.form-item .form__item--email[disabled] + label,
.form-item .form__item--password[disabled] + label,
.form-item .form__item--select[disabled] + label,
.form-item .form__item--text[disabled] + label,
.form-item .form__item--textarea[disabled] + label,
.input-field--alternative .form-email[disabled] + label,
.input-field--alternative .form-select[disabled] + label,
.input-field--alternative .form-text[disabled] + label,
.input-field--alternative .form-textarea[disabled] + label,
.input-field--alternative .form__item--email[disabled] + label,
.input-field--alternative .form__item--password[disabled] + label,
.input-field--alternative .form__item--select[disabled] + label,
.input-field--alternative .form__item--text[disabled] + label,
.input-field--alternative .form__item--textarea[disabled] + label {
  color: #b7b9ba;
}

.form-item .form-email[disabled] + label.form-required::after,
.form-item .form-select[disabled] + label.form-required::after,
.form-item .form-text[disabled] + label.form-required::after,
.form-item .form-textarea[disabled] + label.form-required::after,
.form-item .form__item--email[disabled] + label.form-required::after,
.form-item .form__item--password[disabled] + label.form-required::after,
.form-item .form__item--select[disabled] + label.form-required::after,
.form-item .form__item--text[disabled] + label.form-required::after,
.form-item .form__item--textarea[disabled] + label.form-required::after,
.input-field--alternative .form-email[disabled] + label.form-required::after,
.input-field--alternative .form-select[disabled] + label.form-required::after,
.input-field--alternative .form-text[disabled] + label.form-required::after,
.input-field--alternative .form-textarea[disabled] + label.form-required::after,
.input-field--alternative .form__item--email[disabled] + label.form-required::after,
.input-field--alternative .form__item--password[disabled] + label.form-required::after,
.input-field--alternative .form__item--select[disabled] + label.form-required::after,
.input-field--alternative .form__item--text[disabled] + label.form-required::after,
.input-field--alternative .form__item--textarea[disabled] + label.form-required::after {
  color: #b7b9ba;
}

.form-item .form-email[disabled]:hover,
.form-item .form-select[disabled]:hover,
.form-item .form-text[disabled]:hover,
.form-item .form-textarea[disabled]:hover,
.form-item .form__item--email[disabled]:hover,
.form-item .form__item--password[disabled]:hover,
.form-item .form__item--select[disabled]:hover,
.form-item .form__item--text[disabled]:hover,
.form-item .form__item--textarea[disabled]:hover,
.input-field--alternative .form-email[disabled]:hover,
.input-field--alternative .form-select[disabled]:hover,
.input-field--alternative .form-text[disabled]:hover,
.input-field--alternative .form-textarea[disabled]:hover,
.input-field--alternative .form__item--email[disabled]:hover,
.input-field--alternative .form__item--password[disabled]:hover,
.input-field--alternative .form__item--select[disabled]:hover,
.input-field--alternative .form__item--text[disabled]:hover,
.input-field--alternative .form__item--textarea[disabled]:hover {
  background-color: #f9f8f7;
}

.form-item .form-select,
.form-item .form__item--select,
.input-field--alternative .form-select,
.input-field--alternative .form__item--select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: 2px solid #b7b9ba;
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(1 * 1rem);
}

.form-item .form-select:hover,
.form-item .form__item--select:hover,
.input-field--alternative .form-select:hover,
.input-field--alternative .form__item--select:hover {
  border-top: 2px solid #b7b9ba;
}

.form-item .form-select::-ms-expand,
.form-item .form__item--select::-ms-expand,
.input-field--alternative .form-select::-ms-expand,
.input-field--alternative .form__item--select::-ms-expand {
  display: none;
}

.form-item .select-wrapper,
.input-field--alternative .select-wrapper {
  position: relative;
}

.form-item .select-wrapper::after,
.input-field--alternative .select-wrapper::after {
  content: '\2335';
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 5rem;
  right: 1rem;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.form-item .form-textarea,
.form-item .form__item--textarea,
.input-field--alternative .form-textarea,
.input-field--alternative .form__item--textarea {
  line-height: normal;
  min-height: 16.25rem;
  overflow-y: hidden;
  padding: 1.5rem;
  resize: none;
}

@media screen and (min-width: 46.25em) {
  .form-item .form-textarea,
  .form-item .form__item--textarea,
  .input-field--alternative .form-textarea,
  .input-field--alternative .form__item--textarea {
    padding: 3rem;
  }
}

.form-item label.option,
.form-item .form__item--label,
.input-field--alternative label.option,
.input-field--alternative .form__item--label {
  cursor: text;
  font-weight: 700;
  left: 1.5rem;
  line-height: 5rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  transition: line-height 0.4s ease, font-size 0.4s ease;
}

@media screen and (min-width: 46.25em) {
  .form-item label.option,
  .form-item .form__item--label,
  .input-field--alternative label.option,
  .input-field--alternative .form__item--label {
    left: 3rem;
  }
}

.form-item label.option.field--not-empty,
.form-item .form__item--label.field--not-empty,
.input-field--alternative label.option.field--not-empty,
.input-field--alternative .form__item--label.field--not-empty {
  font-size: calc(0.833 * 1rem);
  line-height: 2;
}

.form-item .form__item--error-message,
.input-field--alternative .form__item--error-message {
  color: #B24B5C;
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(0.833 * 1rem);
}

.form-type-select label {
  padding-left: 1.5rem;
  text-transform: uppercase;
}

@media screen and (min-width: 46.25em) {
  .form-type-select label {
    padding-left: 3rem;
  }
}

.form-actions {
  text-align: right;
  padding: 3rem 0;
}

.input-field--error .form__item--email,
.input-field--error .form__item--password,
.input-field--error .form__item--text,
.input-field--error .form__item--textarea {
  border-bottom: 2px solid #B24B5C;
}

.input-field--error .form__item--email:focus, .input-field--error .form__item--email:hover,
.input-field--error .form__item--password:focus,
.input-field--error .form__item--password:hover,
.input-field--error .form__item--text:focus,
.input-field--error .form__item--text:hover,
.input-field--error .form__item--textarea:focus,
.input-field--error .form__item--textarea:hover {
  border-bottom: 2px solid #B24B5C;
}

.webform-submission-form {
  margin: 0 auto;
  width: 100%;
  margin-top: 1.5rem;
}

.webform-submission-form .section-title {
  color: #007D8E;
  padding: 2rem 0;
}

.webform-submission-form .section-intro {
  padding-bottom: 2rem;
}

.captcha {
  border-top: 1px solid #b7b9ba;
}

.captcha img {
  padding-left: 1.5rem;
}

@media screen and (min-width: 46.25em) {
  .captcha img {
    padding-left: 3rem;
  }
}

.captcha .form-item label {
  padding-left: 1.5rem;
  text-transform: uppercase;
}

@media screen and (min-width: 46.25em) {
  .captcha .form-item label {
    padding-left: 3rem;
  }
}

.captcha .form-item .description {
  font-family: "franklin-gothic-urw",sans-serif;
}

.captcha .form-item .form-text {
  border-bottom: 2px solid #b7b9ba;
  border-top: 2px solid #b7b9ba;
}

/* Variables */
/* Mixins */
/* Applied to <a>, <button> and <input> */
.btn, .btn:visited {
  display: inline-block;
  padding: 1rem 1.5rem;
  background-color: #007D8E;
  border-width: 2px;
  border: none;
  border-radius: 100rem;
  box-sizing: border-box;
  color: #fff;
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(0.694 * 1rem);
  border-color: #007D8E;
  border: 2px solid;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: all ease 0.2s;
}

@media screen and (min-width: 46.25em) {
  .btn, .btn:visited {
    font-size: calc((0.694 * 1rem) + (1 - 0.694) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .btn, .btn:visited {
    font-size: calc(0.694 * 1rem);
  }
}

.btn:active, .btn:visited:active {
  background-color: #007D8E;
  border-color: undefined;
  color: undefined;
}

.btn:focus, .btn:visited:focus {
  background-color: #007D8E;
  border-color: undefined;
  color: #444648;
}

.btn:hover, .btn:visited:hover {
  background-color: transparent;
  border-color: #007D8E;
  color: #007D8E;
}

/* Disabled. */
.btn--disabled {
  background-color: #b7b9ba;
  border-color: #b7b9ba;
  color: #444648;
  cursor: not-allowed;
}

.btn--disabled:hover {
  background-color: #b7b9ba;
  border-color: #b7b9ba;
  color: #444648;
}

/* Link. */
.btn--link {
  background-color: transparent;
  border-color: #007D8E;
  border: 2px solid;
  color: #007D8E;
}

.btn--link:hover {
  background-color: transparent;
  border-color: #90C18F;
  color: #90C18F;
}

/* Ghost. */
.btn--ghost {
  background-color: transparent;
  border-color: white;
  border: 2px solid;
  color: white;
}

.btn--ghost:hover {
  background-color: transparent;
  border-color: #007D8E;
  color: #007D8E;
}

/* Negative. */
.btn--negative {
  background-color: #B24B5C;
  border-color: #B24B5C;
  color: #fff;
  text-transform: uppercase;
}

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

/* Positive. */
.btn--positive {
  background-color: #90C18F;
  border-color: #90C18F;
  color: #fff;
}

.btn--positive:hover {
  background-color: #72a433;
  border-color: #72a433;
  color: #fff;
}

/* Small. */
.btn--sm {
  padding: 0.25rem 1rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  font-size: calc(0.694 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .btn--sm {
    font-size: calc((0.694 * 1rem) + (0.833 - 0.694) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .btn--sm {
    font-size: calc(0.694 * 1rem);
  }
}

/* Large. */
.btn--lg {
  padding: 1rem 2rem;
  font-size: calc(0.694 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .btn--lg {
    font-size: calc((0.694 * 1rem) + (0.833 - 0.694) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .btn--lg {
    font-size: calc(1 * 1rem);
  }
}

/* Block. */
.btn--block {
  display: block;
  padding: 1rem 2rem;
  width: 100%;
}

.btn--block + .btn--block {
  margin-top: 0.75rem;
}

/* Group. */
.btn-group {
  display: flex;
}

.btn-group .btn {
  flex: 1;
}

.btn-group .btn:first-child {
  margin-right: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Variables */
/* Mixins */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

html {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

html.html--fixed {
  overflow: hidden;
}

html.paragraphs-previewer-html {
  background-color: #FFF;
}

body {
  margin: 0;
  padding: 0;
  font-family: "freight-display-pro", serif;
  font-size: calc(0.833 * 1rem);
  line-height: 1.6;
  background-color: transparent;
  font-weight: 300;
  color: #232023;
  line-height: 1.6;
  background-color: transparent;
  color: #232023;
  overflow-x: hidden;
  position: relative;
  /* Fluid typography */
  font-size: calc(0.833 * 1rem);
}

body.body--fixed {
  overflow: hidden;
}

@media screen and (min-width: 46.25em) {
  body {
    font-size: calc((0.833 * 1rem) + (1 - 0.833) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  body {
    font-size: calc(1 * 1rem);
  }
}

/* template: */
template {
  display: none !important;
}

/* Content editable */
@keyframes contenteditable {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(0, 0, 0, 0.05);
  }
  100% {
    background-color: transparent;
  }
}

[contenteditable]:hover {
  animation-name: contenteditable;
  animation-delay: 0.05s;
  animation-duration: 1s;
  animation-iteration-count: 1;
  cursor: vertical-text;
}

[contenteditable]:active,
[contenteditable]:focus {
  outline: none;
  background-color: transparent;
}

/* Selection. */
::-moz-selection {
  background-color: #f9f8f7;
  text-shadow: none;
}

::selection {
  background-color: #f9f8f7;
  text-shadow: none;
}

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

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

ul.tabs--primary {
  text-align: center;
}

ul.tabs--primary li {
  display: inline;
}

@media screen and (max-width: 46.25em) {
  p {
    font-size: 1rem !important;
  }
}

pre {
  overflow-x: auto;
  padding: 1.25em;
  border: 1px solid #e6e6e6;
  border-left-width: 5px;
  margin: 1.6em 0;
  font-size: 0.875em;
  background: #fcfcfc;
  white-space: pre;
  word-wrap: normal;
}

code {
  color: #45A0AC;
}

.box-row,
.box-first,
.box-nested,
.box-large,
.box {
  box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  min-height: 1rem;
  margin-bottom: 0;
  background: #45A0AC;
  border: 1px solid #FFF;
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
  color: white;
}

.box-row {
  margin-bottom: 1rem;
}

.box-first {
  background: #007D8E;
  border-color: #45A0AC;
}

.box-nested {
  background: #005B68;
  border-color: #45A0AC;
}

.box-large {
  height: 8rem;
}

.box-container {
  box-sizing: border-box;
  padding: 0.5rem;
}

@media only screen and (min-width: 48rem) {
  body {
    font-size: 16px;
  }
  .box-row,
  .box-first,
  .box-nested,
  .box-large,
  .box {
    padding: 1rem;
  }
  .invisible-md {
    display: none;
    visibility: hidden;
  }
  .visible-md {
    display: block;
    visibility: visible;
  }
}

.hero {
  position: relative;
  max-width: 700px;
  min-height: 840px;
}

.hero .hero__content__title {
  color: white;
  margin: 0.5rem 0;
}

.hero .hero__content__text {
  color: white;
  margin-bottom: 1.5rem;
}

.hero .hero__background__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero .hero__background__image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero .hero__content__wrapper {
  max-width: 700px;
  min-height: 840px;
  margin: auto;
  position: relative;
  padding: 0px 80px 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero .hero__background__filter {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
}

.layout-container {
  padding: 0px 50px;
  box-sizing: border-box;
  max-width: 1270px;
  margin: 0 auto;
}

@media screen and (min-width: 46.25em) {
  .layout-container {
    overflow-x: initial;
  }
}

@media screen and (max-width: 64em) {
  .layout-container {
    padding: 0px 24px;
  }
}

@media screen and (max-width: 64em) and (min-width: 46.25em) {
  .page-node-type-new-article .layout-container {
    padding: 0 3.5rem;
  }
}

.header {
  padding: 1rem 50px;
  margin: 0 auto;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid #b7b9ba;
}

@media screen and (min-width: 1270px) {
  .header {
    padding: 1rem calc((100vw - 1170px) / 2);
    width: 1170px;
  }
}

@media screen and (max-width: 64em) {
  .header {
    padding: 0 24px;
  }
}

.header__top {
  margin: 0;
}

.header svg.logo {
  width: 100%;
  max-width: 400px;
  min-width: 200px;
  fill: #007D8E;
  max-height: 40px;
}

.header svg.logo:hover {
  fill: #005B68;
  transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.header .main-menu {
  position: absolute;
}

.header .header__logo {
  padding: 0;
  width: 400px;
}

@media screen and (max-width: 46.25em) {
  .header .header__logo {
    width: 56vw;
  }
}

.header .header__right {
  padding: 0;
  display: flex;
}

/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */
.headroom--not-top {
  padding-bottom: 0.4rem;
}

main,
footer {
  position: relative;
  top: 93px;
}

@media screen and (min-width: 46.25em) {
  main,
  footer {
    top: 158px;
  }
  main:has(.article-header.featured),
  footer:has(.article-header.featured) {
    top: 157px;
  }
}

@media screen and (max-width: 670px) {
  main:has(.article-header.featured),
  footer:has(.article-header.featured) {
    top: 63px;
  }
}

.page-node-type-new-article .headroom {
  transform: translateY(0%);
}

.page-node-type-new-article .headroom--not-top {
  transform: translateY(-100%);
}

.page-node-type-new-article .headroom--not-top .dropdown {
  top: 7.2vh;
}

.footer {
  background: #444648;
  font-family: "franklin-gothic-urw", sans-serif;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  width: 100vw;
  padding: 80px calc(50vw - 585px) 40px;
  margin-left: calc(585px - 50vw);
}

@media screen and (max-width: 1270px) {
  .footer {
    padding: 80px 50px 40px;
    margin-left: -50px;
  }
}

@media screen and (max-width: 64em) {
  .footer {
    padding: 80px 50px 40px;
    margin-left: -24px;
  }
}

@media screen and (max-width: 37.5em) {
  .footer {
    width: 100vw;
  }
}

.footer a {
  color: #fff;
}

.footer ol,
.footer ul {
  list-style-type: none;
}

.footer .footer__logo {
  text-align: center;
}

.footer .footer__logo svg.logo {
  width: 100%;
  max-width: 400px;
  min-width: 200px;
  fill: #fff;
  max-height: 30px;
}

.footer .social-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 40px;
}

.footer .social-menu h3 {
  color: #8f9395;
}

.footer .social-menu li {
  padding: 8px;
}

.footer .social-menu .icon {
  height: 40px;
  width: 40px;
}

.footer .brand-box {
  flex: 0 1 100%;
}

.footer .footer-menu {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  flex: 0 1 100%;
}

.footer .footer-menu ul {
  flex-basis: 100%;
  text-align: center;
  padding-left: 0;
}

.footer .footer-menu ul li {
  margin: 4px 0;
}

.footer .footer-menu ul li a {
  font-size: 16px;
  font-weight: 500;
}

.footer .footer-menu ul:nth-child(3) a {
  font-weight: normal;
}

.footer .copyright {
  font-size: 0.8rem;
  margin-top: 30px;
  display: block;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 46.25em) {
  .footer .footer-menu ul {
    flex-basis: 25%;
  }
}

@media screen and (min-width: 64em) {
  .footer .brand-box {
    flex: 0 1 25%;
  }
  .footer .footer-menu {
    flex: 0 1 70%;
    padding-left: 5%;
  }
  .footer .footer-menu li {
    text-align: left;
  }
}

@media screen and (max-width: 64em) and (min-width: 46.25em) {
  .page-node-type-new-article .footer {
    margin-left: -3.5rem;
  }
}

/* Variables */
/* Mixins */
hr {
  clear: both;
  display: block;
  margin: 1.5rem 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-bottom: 2px solid #e0dbda;
}

@media screen and (min-width: 46.25em) {
  hr {
    margin: 2rem 0;
  }
}

@media screen and (min-width: 64em) {
  hr {
    margin: 3rem 0;
  }
}

/* Hairline. */
.hr--hairline {
  border-bottom-width: 1px;
}

/* Thick. */
.hr--thick {
  border-bottom-width: 3px;
}

.icon {
  fill: #8f9395;
  height: 65px;
  width: 65px;
}

/* Variables */
/* Mixins */
/* =======================================================================
Inspired Style Guides
by @stuff_nonsense
==========================================================================

CONTENTS

PAGES
1     ............... Body
2     ............... Cover / home
3     ............... Table of contents / naviagtion
4     ............... Typeface
6     ............... Typeface comparion
7     ............... Icons

COMPONENTS
8     ............... Colour chips
9     ............... Horizonal rules
10    ............... Images
11    ............... Shapes
12    ............... Misc

ORGANISMS
13    ............... Header
14    ............... Footer
15    ............... Inverse

INSPIRED GUIDE LAYOUT
16    ............... Grid
17    ............... Notes overlay



BODY ===================================



COVER / HOME PAGE ===================================

Applied to <body> element:
CSS viewport width and height units fill viewport
Repeated SVG background image
Change CSS background-size
Change CSS background colours in inspired.config */
.ig-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 100vw;
  min-height: 100vh;
  background-color: #007D8E;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 90 150' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><polygon fill='transparent' points='0.000508026824 0 45 0 0 25'></polygon><polygon fill='transparent' points='45 0 90 25 90 0'></polygon><polygon fill='%23fff' opacity='0.25' points='45 0 45 50 0 75 0 25'></polygon><polygon fill='%23000' opacity='0.15' points='45.2611199 0 45 50 90 75 90 25.1234508'></polygon><path fill='transparent' d='M45,50 L90,74.9995117 L45,100 L0,75 L45,50 Z'></path><polygon fill='%23000' opacity='0.15' points='0 75 45 100 45 150 0 125'></polygon><polygon fill='%23fff' opacity='0.25' points='90 74.9995117 45 99.9995117 45 150 90 125'></polygon><path fill='transparent' d='M0,125 L45,149.999512 L0,149.999512 L0,125 Z'></path><path fill='transparent' d='M45,150 L90,125 L90,150 C90,149.875488 45,150 45,150 Z'></path></svg>");
  background-size: 45px auto;
  background-position: 50% 50%;
  /* Allow the fixed ig-cover__background to be constrained by the viewport rather than ig-container */
  /* Hide header and footer on cover: */
}

.ig-cover .ig-container {
  position: static;
}

@media screen and (min-width: 46.25em) {
  .ig-cover {
    background-size: 90px auto;
  }
}

.ig-cover .ig-header__container,
.ig-cover .ig-footer,
.ig-cover .ig-contentinfo {
  display: none;
  opacity: 0;
  pointer-events: none;
}

/* Content area:
   Absolute positioned center.
   Flexbox vertically centers text. */
.ig-cover__contents {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  /* Medium screen styles: */
  /* Large screen styles: */
  /* Fluid type from calc and vw units. */
}

.ig-cover__contents:focus {
  text-decoration: none;
  outline: none;
}

@media screen and (min-width: 46.25em) {
  .ig-cover__contents {
    /* Width and height from CSS viewport height units.
   Constrains maximum circle height and width.
   Border radius creates circle. */
    position: static;
    width: 82vh;
    height: 82vh;
    min-width: 200px;
    min-height: 200px;
    max-width: 640px;
    max-height: 640px;
    padding: 80px;
    border-radius: 50%;
    transform: scale(1);
    transition: all ease 0.2s;
  }
  .ig-cover__contents:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: scale(1.025);
  }
}

@media screen and (min-width: 64em) {
  .ig-cover__contents {
    /* Constrains maximum circle height and width. */
    max-width: 768px;
    max-height: 768px;
  }
}

.ig-cover__contents h1, .ig-cover__contents p {
  margin-bottom: 0;
  color: #232023;
}

.ig-cover__contents h1 {
  font-family: "franklin-gothic-urw",sans-serif;
  font-weight: 700;
  font-size: calc(2.986 * 1rem);
}

@media screen and (min-width: 37.5em) {
  .ig-cover__contents h1 {
    font-size: calc((2.986 * 1rem) + (5.16 - 2.986) * (100vw - 48em) / (26.5));
  }
}

@media screen and (min-width: 64em) {
  .ig-cover__contents h1 {
    font-size: calc(5.16 * 1rem);
  }
}

.ig-cover__contents p {
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(1.44 * 1rem);
}

@media screen and (min-width: 37.5em) {
  .ig-cover__contents p {
    font-size: calc((1.44 * 1rem) + (2.074 - 1.44) * (100vw - 48em) / (26.5));
  }
}

@media screen and (min-width: 64em) {
  .ig-cover__contents p {
    font-size: calc(2.074 * 1rem);
  }
}

.ig-cover__contents hr {
  margin: 1.5rem 3rem;
  border-bottom-color: #60AFB3;
}

/* Inspired Guide promotional badge:
   Please keep it, although we won’t know if you don’t.
   Change path colours to match your palette. */
.ig-cover__promo {
  position: fixed;
  z-index: 3;
  left: 0;
  bottom: 1.5rem;
  padding: 0.75rem 0.75rem 0.5rem 1.5rem;
  background-color: #007D8E;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ig-cover__promo svg path {
  fill: #fff;
}

.ig-cover__promo svg:hover path {
  fill: #60AFB3;
}

/* TABLE OF CONTENTS PAGE / NAVIGATION OVERLAY =================================== */
/* Applied to <body> element: */
.ig-contents {
  box-sizing: border-box;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow: scroll;
  opacity: 1;
  transition: opacity 0.25s ease;
  width: 100%;
  z-index: 4;
  /* Fluid type from calc and vw units. */
}

.ig-contents h1 {
  font-size: calc(1 * 1rem);
  font-weight: 700;
}

@media screen and (min-width: 46.25em) {
  .ig-contents h1 {
    font-size: calc((1 * 1rem) + (1.2 - 1) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-contents h1 {
    font-size: calc(1.2 * 1rem);
  }
}

.ig-contents--hidden {
  opacity: 0;
  pointer-events: none;
}

/* Applied to ordered list:
   Numbers generated from CSS counters. */
.ig-contents__table {
  margin: 3rem 0;
  padding: 0;
  counter-reset: toc-counter;
}

/* Numbers generated from CSS counters. */
.ig-table-of-contents__article {
  margin: 0 0 1.5rem 0;
  border-top: 2px solid #21A795;
  counter-increment: toc-counter;
  /* Remove list markers generated by :before. */
  /* Position generated numbers. */
}

.ig-table-of-contents__article:before {
  content: "";
  display: none;
}

.ig-table-of-contents__article h3 {
  position: relative;
  margin: 0;
  padding: 0.5rem 0 0 0;
  font-size: calc(1 * 1rem);
  font-weight: 700;
}

@media screen and (min-width: 46.25em) {
  .ig-table-of-contents__article h3 {
    font-size: calc((1 * 1rem) + (1.2 - 1) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-table-of-contents__article h3 {
    font-size: calc(1.2 * 1rem);
  }
}

.ig-table-of-contents__article a, .ig-table-of-contents__article a:visited {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
}

.ig-table-of-contents__article a:hover {
  text-decoration: none;
}

.ig-table-of-contents__article:nth-of-type(odd) h3:before,
.ig-table-of-contents__article:nth-of-type(even) h3:before {
  content: counter(toc-counter);
  position: absolute;
  top: 0.5rem;
  right: 0;
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(1.44 * 1rem);
  font-weight: 700;
  line-height: 1;
  color: #007D8E;
}

@media screen and (min-width: 46.25em) {
  .ig-table-of-contents__article:nth-of-type(odd) h3:before,
  .ig-table-of-contents__article:nth-of-type(even) h3:before {
    font-size: calc((1.44 * 1rem) + (1.728 - 1.44) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-table-of-contents__article:nth-of-type(odd) h3:before,
  .ig-table-of-contents__article:nth-of-type(even) h3:before {
    font-size: calc(1.728 * 1rem);
  }
}

.ig-table-of-contents__article:hover h3:before {
  color: #3d4d4d;
}

/* Medium screen styles:
   Introduce multiple columns from width and margin-left. */
@media screen and (min-width: 46.25em) {
  .ig-table-of-contents__article {
    margin: 0 0 3rem 0;
  }
  .ig-table-of-contents__article h3 {
    width: 22%;
    padding: 0.25rem 0 0 0;
  }
  .ig-table-of-contents__article:nth-of-type(odd) h3 {
    border-right: 2px solid #21A795;
  }
  .ig-table-of-contents__article:nth-of-type(odd) h3:before {
    top: calc(2.074 * -1rem);
    left: 0;
  }
  .ig-table-of-contents__article:nth-of-type(even) h3 {
    margin-left: 52%;
    padding-left: 2rem;
    border-left: 2px solid #21A795;
  }
  .ig-table-of-contents__article:nth-of-type(even) h3:before {
    top: calc(2.074 * -1rem);
    left: 2rem;
  }
}

/* TYPEFACE PAGE =================================== */
/* Type weight section. */
.ig-typeface-weight__typeface {
  font-size: calc(2.986 * 1rem);
  color: #45A0AC;
}

@media screen and (min-width: 46.25em) {
  .ig-typeface-weight__typeface {
    font-size: calc((2.986 * 1rem) + (5.16 - 2.986) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-typeface-weight__typeface {
    font-size: calc(5.16 * .8rem);
  }
}

.ig-typeface-weight--light .ig-typeface-weight__typeface {
  font-weight: 300;
  color: #60AFB3;
}

.ig-typeface-weight--bold .ig-typeface-weight__typeface {
  font-weight: 700;
  color: #007D8E;
}

/* Type transform section. */
.ig-typeface-transform {
  margin-bottom: 3rem;
  padding-top: 0.75rem;
  border-top: 3px solid #e0dbda;
}

.ig-transform-weight--light .ig-glyphs {
  font-weight: 300;
}

.ig-transform-weight--bold .ig-glyphs {
  font-weight: 700;
}

.ig-typeface-uppercase .ig-glyphs {
  text-transform: uppercase;
}

/* Type style section. */
.ig-typeface-style {
  margin-bottom: 3rem;
  padding-top: 0.75rem;
  border-top: 3px solid #21A795;
}

.ig-typeface-style .ig-glyphs {
  font-style: italic;
}

.ig-typeface-style__italic .ig-glyphs {
  font-style: italic;
}

.ig-typeface-style__light .ig-glyphs {
  font-weight: 300;
}

.ig-typeface-style__lightitalic .ig-glyphs {
  font-style: italic;
  font-weight: 300;
}

.ig-typeface-style__bold .ig-glyphs {
  font-weight: 700;
}

.ig-typeface-style__bolditalic .ig-glyphs {
  font-style: italic;
  font-weight: 700;
}

/* COLOUR PAGE =================================== */
.ig-colour {
  display: block;
  position: relative;
  /* Add horizontal layout to figcaption elements. */
}

.ig-colour figcaption {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: calc(0.694 * 1rem);
}

/* Style elements with class attributes including ig-colour__chip. */
[class*="ig-colour__chip"] {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.75rem;
}

/* Colour chips in proportion to viewport heights. */
.ig-colour__chip--large {
  height: 30vh;
}

.ig-colour__chip--medium {
  height: 15vh;
}

.ig-colour__chip--small {
  height: 5vh;
}

.ig-colour__x-small {
  display: inline-block;
  margin-right: 0.5rem;
  width: 15px;
  height: 18px;
}

.ig-colour__hex {
  margin-right: 0.5rem;
  font-weight: 700;
}

.ig-colour--small {
  height: 5vh;
}

/* Primary colour chip. */
.ig-color--primary .ig-colour__chip--large,
.ig-color--primary .ig-colour__chip--medium,
.ig-color--primary .ig-colour__chip--small,
.ig-color--primary .ig-colour__x-small {
  background-color: #007D8E;
}

/* Primary-light chip. */
.ig-color--primary-light .ig-colour__chip--large,
.ig-color--primary-light .ig-colour__chip--medium {
  background-color: #007D8E;
}

.ig-color--primary-light .ig-colour--small:first-child,
.ig-color--primary-light figcaption:first-of-type .ig-colour__x-small {
  background-color: #60AFB3;
}

.ig-color--primary-light .ig-colour--small:last-child,
.ig-color--primary-light figcaption:last-of-type .ig-colour__x-small {
  background-color: #45A0AC;
}

/* Primary-dark chip. */
.ig-color--primary-dark .ig-colour__chip--large,
.ig-color--primary-dark .ig-colour__chip--medium {
  background-color: #007D8E;
}

.ig-color--primary-dark .ig-colour--small:first-child,
.ig-color--primary-dark figcaption:first-of-type .ig-colour__x-small {
  background-color: #005B68;
}

.ig-color--primary-dark .ig-colour--small:last-child,
.ig-color--primary-dark figcaption:last-of-type .ig-colour__x-small {
  background-color: undefined;
}

/* Supporting chip. */
.ig-color--supporting .ig-colour__chip--large,
.ig-color--supporting .ig-colour__chip--medium,
.ig-color--supporting .ig-colour__chip--small,
.ig-color--supporting .ig-colour__x-small {
  background-color: #3d4d4d;
}

/* Supporting-light chip. */
.ig-color--supporting-light .ig-colour__chip--large,
.ig-color--supporting-light .ig-colour__chip--medium {
  background-color: #3d4d4d;
}

.ig-color--supporting-light .ig-colour--small:first-child,
.ig-color--supporting-light figcaption:first-of-type .ig-colour__x-small {
  background-color: #606D6D;
}

.ig-color--supporting-light .ig-colour--small:last-child,
.ig-color--supporting-light figcaption:last-of-type .ig-colour__x-small {
  background-color: #4E5D5D;
}

/* Supporting-dark chip. */
.ig-color--supporting-dark .ig-colour__chip--large,
.ig-color--supporting-dark .ig-colour__chip--medium {
  background-color: #3d4d4d;
}

.ig-color--supporting-dark .ig-colour--small:first-child,
.ig-color--supporting-dark figcaption:first-of-type .ig-colour__x-small {
  background-color: #384646;
}

.ig-color--supporting-dark .ig-colour--small:last-child,
.ig-color--supporting-dark figcaption:last-of-type .ig-colour__x-small {
  background-color: #324040;
}

/* Accent chip. */
.ig-color--accent .ig-colour__chip--large,
.ig-color--accent .ig-colour__chip--medium,
.ig-color--accent .ig-colour__chip--small,
.ig-color--accent .ig-colour__x-small {
  background-color: #21A795;
}

/* Accent-light chip */
.ig-color--accent-light .ig-colour__chip--large,
.ig-color--accent-light .ig-colour__chip--medium {
  background-color: #21A795;
}

.ig-color--accent-light .ig-colour--small:first-child,
.ig-color--accent-light figcaption:first-of-type .ig-colour__x-small {
  background-color: #7ce5d7;
}

.ig-color--accent-light .ig-colour--small:last-child,
.ig-color--accent-light figcaption:last-of-type .ig-colour__x-small {
  background-color: #3cd8c3;
}

/* Accent-dark chip. */
.ig-color--accent-dark .ig-colour__chip--large,
.ig-color--accent-dark .ig-colour__chip--medium {
  background-color: #21A795;
}

.ig-color--accent-dark .ig-colour--small:first-child,
.ig-color--accent-dark figcaption:first-of-type .ig-colour__x-small {
  background-color: #14675c;
}

.ig-color--accent-dark .ig-colour--small:last-child,
.ig-color--accent-dark figcaption:last-of-type .ig-colour__x-small {
  background-color: #14675c;
}

/* Base chip. */
.ig-color--base .ig-colour__chip--large,
.ig-color--base .ig-colour__chip--medium,
.ig-color--base .ig-colour__chip--small,
.ig-color--base .ig-colour__x-small {
  background-color: #696d6f;
}

/* Base-light chip. */
.ig-color--base-light .ig-colour__chip--large,
.ig-color--base-light .ig-colour__chip--medium {
  background-color: #696d6f;
}

.ig-color--base-light .ig-colour--small:first-child,
.ig-color--base-light figcaption:first-of-type .ig-colour__x-small {
  background-color: #b7b9ba;
}

.ig-color--base-light .ig-colour--small:last-child,
.ig-color--base-light figcaption:last-of-type .ig-colour__x-small {
  background-color: #8f9395;
}

/* Base-dark chip. */
.ig-color--base-dark .ig-colour__chip--large,
.ig-color--base-dark .ig-colour__chip--medium {
  background-color: #696d6f;
}

.ig-color--base-dark .ig-colour--small:first-child,
.ig-color--base-dark figcaption:first-of-type .ig-colour__x-small {
  background-color: #444648;
}

.ig-color--base-dark .ig-colour--small:last-child,
.ig-color--base-dark figcaption:last-of-type .ig-colour__x-small {
  background-color: #232023;
}

/* Positive chip. */
.ig-color--positive .ig-colour__chip--small {
  background-color: #90C18F;
}

/* Negative chip. */
.ig-color--negative .ig-colour__chip--small {
  background-color: #B24B5C;
}

/* COLOUR EXAMPLES ================================================ */
.ig-colour-examples {
  margin-bottom: 0.75rem;
}

.ig-colour-example {
  padding: 1rem;
  text-align: center;
}

.ig-colour-example .ig-cases {
  font-weight: 700;
}

.ig-colour-example dd {
  margin-left: 0;
}

.ig-colour-example__values {
  font-family: "franklin-gothic-urw",sans-serif;
}

/* Default text colour. */
.ig-colour-example--text {
  background-color: #fff;
  border: 2px solid #e0dbda;
  color: #232023;
}

/* Inverse text colour. */
.ig-colour-example--text-inverse {
  background-color: #007D8E;
  border: 2px solid #e0dbda;
  color: #fff;
}

.ig-colour-example--text-inverse .ig-cases {
  font-family: "franklin-gothic-urw",sans-serif;
}

/* Large screen styles: */
@media screen and (min-width: 64em) {
  /* Add horizontal layout. */
  .ig-colour-examples {
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
  /* Occupies equal amount of available space.
   Add horizontal layout. */
  .ig-colour-example {
    flex: 1;
    display: flex;
    align-items: flex-end;
  }
  /* Occupies equal amount of available space. */
  .ig-colour-example__values {
    flex: 1;
    align-self: flex-start;
    text-align: right;
  }
  /* Occupies equal amount of available space. */
  .ig-colour-example--text .ig-cases,
  .ig-colour-example--text-inverse .ig-cases {
    flex: 1;
    font-size: calc(5.16 * 1rem);
  }
}

@media screen and (min-width: 64em) and (min-width: 46.25em) {
  .ig-colour-example--text .ig-cases,
  .ig-colour-example--text-inverse .ig-cases {
    font-size: calc((5.16 * 1rem) + (8 - 5.16) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) and (min-width: 64em) {
  .ig-colour-example--text .ig-cases,
  .ig-colour-example--text-inverse .ig-cases {
    font-size: 8rem;
  }
}

/* TYPE COMPARISON PAGE =================================== */
/* Compare large primary and supporting typefaces. */
.ig-comparison-highlight {
  display: flex;
  align-items: flex-end;
}

/* Compare primary typeface. */
.ig-comparison-highlight__primary {
  margin-right: 1.5rem;
}

.ig-comparison-highlight__primary .ig-comparison-highlight__example {
  font-size: calc(12.839 * 1rem);
  font-weight: 700;
  line-height: 100%;
  color: #696d6f;
}

@media screen and (min-width: 46.25em) {
  .ig-comparison-highlight__primary .ig-comparison-highlight__example {
    font-size: calc((12.839 * 1rem) + (18.488 - 12.839) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-comparison-highlight__primary .ig-comparison-highlight__example {
    font-size: calc(18.488 * 1rem);
  }
}

/* Compare supporting typeface. */
.ig-comparison-highlight__supporting .ig-comparison-highlight__example {
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(12.839 * 1rem);
  font-weight: 700;
  line-height: 100%;
  color: #007D8E;
}

@media screen and (min-width: 46.25em) {
  .ig-comparison-highlight__supporting .ig-comparison-highlight__example {
    font-size: calc((12.839 * 1rem) + (18.488 - 12.839) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-comparison-highlight__supporting .ig-comparison-highlight__example {
    font-size: calc(18.488 * 1rem);
  }
}

/* Style introduction to primary typeface. */
.ig-comparison--primary {
  font-family: "freight-display-pro", serif;
}

.ig-comparison--primary .ig-comparison-typeface {
  font-family: "freight-display-pro", serif;
  font-size: calc(2.488 * 1rem);
  font-weight: 700;
  color: #8f9395;
}

@media screen and (min-width: 46.25em) {
  .ig-comparison--primary .ig-comparison-typeface {
    font-size: calc((2.488 * 1rem) + (2.986 - 2.488) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-comparison--primary .ig-comparison-typeface {
    font-size: calc(2.986 * 1rem);
  }
}

/* Style introduction to supporting typeface. */
.ig-comparison--supporting {
  font-family: "franklin-gothic-urw",sans-serif;
}

.ig-comparison--supporting h2 {
  font-family: "freight-display-pro", serif;
}

.ig-comparison--supporting .ig-comparison-typeface {
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(2.488 * 1rem);
  font-weight: 700;
  color: #8f9395;
}

@media screen and (min-width: 46.25em) {
  .ig-comparison--supporting .ig-comparison-typeface {
    font-size: calc((2.488 * 1rem) + (2.986 - 2.488) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-comparison--supporting .ig-comparison-typeface {
    font-size: calc(2.986 * 1rem);
  }
}

/* Compare italic typeface. */
.ig-comparison-style--italic {
  font-style: italic;
  /* Large letters.
   Move up to compensate for baseline differences. */
}

.ig-comparison-style--italic .ig-cases {
  transform: translateY(calc(-1rem * (9.699 / 8)));
  color: #696D6F;
  /* Medium screen styles:
   Adjust translate up to compensate for baseline difference. */
}

@media screen and (min-width: 46.25em) {
  .ig-comparison-style--italic .ig-cases {
    transform: translateY(calc(-1rem * (9.699 / 3)));
  }
}

/* Compare bolditalic typeface. */
.ig-comparison-style--bolditalic {
  font-style: italic;
  font-weight: 700;
  /* Large letters.
   Move up to compensate for baseline differences. */
}

.ig-comparison-style--bolditalic .ig-cases {
  transform: translateY(calc(-1rem * (9.699 / 8)));
  color: #696D6F;
  /* Medium screen styles:
   Adjust translate up to compensate for baseline difference. */
}

@media screen and (min-width: 64em) {
  .ig-comparison-style--bolditalic .ig-cases {
    transform: translateY(calc(-1rem * (9.699 / 3)));
  }
}

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

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

/* ICONS PAGE ================================================ */
/* Icons available from Github: https://octicons.github.com
   Replace example icons with those from your design.
   Add horizontal layout. */
.ig-icons__line {
  display: flex;
  margin-bottom: 0.5rem;
}

/* Occupies equal amount of available space.
   Positioning context for positioned :after pseudo element. */
.ig-icons__item {
  flex: 1;
  position: relative;
  background-color: #f9f8f7;
  color: #232023;
  /* Generate :after element.
   Padding top adjusts aspect ratio:
   100%/square, 56.25%/16:9, 75%/4:3, 66.66%/3:2. */
  /* Additional <div> to group content. */
  /* Limit maximum icon sizes on small screens. */
  /* Medium screen styles:
   Reset maximum icon sizes. */
}

.ig-icons__item path {
  fill: #14675c;
}

.ig-icons__item:not(:last-child) {
  margin-right: 0.5rem;
}

.ig-icons__item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.ig-icons__item > div {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ig-icons__item svg {
  max-width: 40px;
  max-height: 40px;
}

@media screen and (min-width: 46.25em) {
  .ig-icons__item svg {
    max-width: 40%;
    max-height: none;
  }
}

/* Create checkerboard pattern. */
.ig-icons__block:last-of-type .ig-icons__line:first-of-type .ig-icons__item:nth-of-type(odd) {
  background-color: #7ce5d7;
}

.ig-icons__block:last-of-type .ig-icons__line:last-of-type .ig-icons__item:nth-of-type(even) {
  background-color: #7ce5d7;
}

.ig-icons__block:first-of-type .ig-icons__line:last-of-type .ig-icons__item:nth-of-type(even) {
  background-color: #7ce5d7;
}

.ig-icons__block:first-of-type .ig-icons__line:first-of-type .ig-icons__item:nth-of-type(odd) {
  background-color: #7ce5d7;
}

/* Add vertical layout. */
.ig-icons__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Medium screen styles: */
@media screen and (min-width: 64em) {
  /* Change layout from vertical to horizontal. */
  .ig-icons__figure {
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 3rem;
    /* Occupies equal amount of available space. */
    /* Occupies equal amount of available space. */
  }
  .ig-icons__figure .ig-icons__hero {
    flex: 1;
    text-align: right;
  }
  .ig-icons__figure figcaption {
    flex: 1;
    margin-left: 0.75rem;
  }
}

/* Large screen styles:
   Re-order checkerboard pattern. */
@media screen and (min-width: 64em) {
  /* Reset background colours before applying re-ordered pattern. */
  .ig-icons__block:last-of-type .ig-icons__line:first-of-type .ig-icons__item:nth-of-type(odd),
  .ig-icons__block:last-of-type .ig-icons__line:last-of-type .ig-icons__item:nth-of-type(even),
  .ig-icons__block:first-of-type .ig-icons__line:last-of-type .ig-icons__item:nth-of-type(even),
  .ig-icons__block:first-of-type .ig-icons__line:first-of-type .ig-icons__item:nth-of-type(odd) {
    background-color: #f9f8f7;
  }
  .ig-icons__block:first-of-type .ig-icons__line:first-of-type .ig-icons__item:nth-of-type(even) {
    background-color: #7ce5d7;
  }
  .ig-icons__block:first-of-type .ig-icons__line:last-of-type .ig-icons__item:nth-of-type(odd) {
    background-color: #7ce5d7;
  }
  .ig-icons__block:last-of-type .ig-icons__line:first-of-type .ig-icons__item:nth-of-type(odd) {
    background-color: #7ce5d7;
  }
  .ig-icons__block:last-of-type .ig-icons__line:last-of-type .ig-icons__item:nth-of-type(even) {
    background-color: #7ce5d7;
  }
}

/* Hover state. */
.ig-icons__item:hover,
.ig-icons__item:nth-of-type(odd):hover,
.ig-icons__item:nth-of-type(even):hover {
  background-color: #007D8E !important;
  color: #fff !important;
  transition: all ease 0.1s;
}

.ig-icons__item:hover svg path,
.ig-icons__item:nth-of-type(odd):hover svg path,
.ig-icons__item:nth-of-type(even):hover svg path {
  fill: #fff;
}

.ig-icons__name {
  margin-bottom: 0;
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(0.694 * 1rem);
  text-align: center;
}

@media screen and (min-width: 46.25em) {
  .ig-icons__name {
    font-size: calc((0.694 * 1rem) + (0.833 - 0.694) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-icons__name {
    font-size: calc(0.833 * 1rem);
  }
}

.ig-icons__row + p {
  margin-top: 0.75rem;
}

/* Large screen styles: */
@media screen and (min-width: 64em) {
  /* Add horizontal layout. */
  .ig-icons__row {
    display: flex;
  }
  /* Occupies equal amount of available space. */
  .ig-icons__block {
    flex: 1;
  }
  .ig-icons__block:not(:last-child) {
    margin-right: 0.5rem;
  }
}

/* HR ================================================ */
/* Stylised horizontal divider.
   Add horizontal layout. */
.ig-hr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem 0;
  /* Occupies equal amount of available space. */
}

.ig-hr hr {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.ig-hr svg {
  margin: 0 0.75rem;
}

.ig-hr a {
  background-color: #fff;
  font-size: calc(1.44 * 1rem);
  line-height: 1;
  padding: 0 1em;
}

/* IMAGES ================================================ */
/* Fill or stroke SVG paths. */
.ig-img--primary {
  fill: #007D8E;
}

.ig-img--supporting {
  fill: #3d4d4d;
}

.ig-img--accent {
  fill: #14675c;
}

.ig-img--base {
  fill: #8f9395;
}

.ig-img--white {
  fill: #fff;
}

/* SCALE ================================================ */
.ig-scales {
  margin-bottom: 1.5rem;
}

/* Add horizontal layout. */
.ig-scale {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e0dbda;
  /* Example type sizes */
}

.ig-scale:first-of-type {
  border-top: 1px solid #e0dbda;
}

.ig-scale:hover {
  background-color: #007D8E;
  color: #fff;
}

.ig-scale:hover .ig-cases__lowercase {
  color: rgba(255, 255, 255, 0.75);
}

.ig-scale .font-size-x-small {
  font-size: calc(0.579 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .ig-scale .font-size-x-small {
    font-size: calc((0.579 * 1rem) + (0.694 - 0.579) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-scale .font-size-x-small {
    font-size: calc(0.694 * 1rem);
  }
}

.ig-scale .font-size-small {
  font-size: calc(0.694 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .ig-scale .font-size-small {
    font-size: calc((0.694 * 1rem) + (0.833 - 0.694) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-scale .font-size-small {
    font-size: calc(0.833 * 1rem);
  }
}

.ig-scale .font-size-medium {
  font-size: calc(1 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .ig-scale .font-size-medium {
    font-size: calc((1 * 1rem) + (1.2 - 1) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-scale .font-size-medium {
    font-size: calc(1.2 * 1rem);
  }
}

.ig-scale .font-size-large {
  font-size: calc(1.2 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .ig-scale .font-size-large {
    font-size: calc((1.2 * 1rem) + (1.44 - 1.2) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-scale .font-size-large {
    font-size: calc(1.44 * 1rem);
  }
}

.ig-scale .font-size-x-large {
  font-size: calc(1.44 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .ig-scale .font-size-x-large {
    font-size: calc((1.44 * 1rem) + (1.728 - 1.44) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-scale .font-size-x-large {
    font-size: calc(1.728 * 1rem);
  }
}

.ig-scale .font-size-xx-large {
  font-size: calc(1.728 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .ig-scale .font-size-xx-large {
    font-size: calc((1.728 * 1rem) + (2.074 - 1.728) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-scale .font-size-xx-large {
    font-size: calc(2.074 * 1rem);
  }
}

.ig-scale .font-size-xxx-large {
  font-size: calc(2.074 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .ig-scale .font-size-xxx-large {
    font-size: calc((2.074 * 1rem) + (2.488 - 2.074) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-scale .font-size-xxx-large {
    font-size: calc(2.488 * 1rem);
  }
}

.ig-scale .font-size-xxxx-large {
  font-size: calc(2.488 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .ig-scale .font-size-xxxx-large {
    font-size: calc((2.488 * 1rem) + (2.986 - 2.488) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-scale .font-size-xxxx-large {
    font-size: calc(2.986 * 1rem);
  }
}

.ig-scale__cases {
  display: flex;
  align-items: flex-end;
  flex: 2;
  padding-left: 0.75rem;
  line-height: 1;
}

.ig-scale__px,
.ig-scale__rem,
.ig-scale__name {
  flex: 1;
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(0.694 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .ig-scale__px,
  .ig-scale__rem,
  .ig-scale__name {
    font-size: calc((0.694 * 1rem) + (0.833 - 0.694) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-scale__px,
  .ig-scale__rem,
  .ig-scale__name {
    font-size: calc(0.833 * 1rem);
  }
}

.ig-scale__name {
  font-weight: 700;
}

/* Large screen styles */
@media screen and (min-width: 64em) {
  /* Change layout from vertical to horizontal. */
  .ig-scales {
    display: flex;
  }
  /* Change layout from horizontal to vertical. */
  .ig-scale {
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    border-width: 0;
  }
  .ig-scale:first-of-type {
    border-top-width: 0;
  }
}

/* SHAPES ================================================ */
.ig-shape--circle {
  float: left;
  shape-outside: circle();
  margin: 0.75rem;
  margin-left: 0;
}

/* MISC ================================================ */
/* Large, example button. */
.ig-btn {
  display: block;
  margin: 1.5rem 0;
  padding: 1.5rem;
  border-width: 3px;
  border-radius: 100rem;
  width: 100%;
  font-size: calc(2.074 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .ig-btn {
    font-size: calc((2.074 * 1rem) + (2.488 - 2.074) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-btn {
    font-size: calc(2.488 * 1rem);
  }
}

/* Large, display size type examples.
   Adjust letter-spacing to suit typefaces. */
.ig-cases {
  font-size: calc(5.16 * 1rem);
  letter-spacing: -.1em;
  line-height: 1;
}

@media screen and (min-width: 46.25em) {
  .ig-cases {
    font-size: calc((5.16 * 1rem) + (9.699 - 5.16) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-cases {
    font-size: calc(9.699 * 1rem);
  }
}

.ig-cases__lowercase {
  color: #696D6F;
}

.ig-context {
  margin-bottom: 3rem;
  opacity: .25;
  transition: opacity ease 0.4s;
}

.ig-context:hover {
  opacity: 1;
}

/* Sets of glyphs. */
.ig-glyphs {
  font-size: calc(1.2 * 1rem);
  letter-spacing: .05em;
  white-space: pre-wrap;
  word-break: break-all;
  white-space: normal;
}

@media screen and (min-width: 46.25em) {
  .ig-glyphs {
    font-size: calc((1.2 * 1rem) + (1.44 - 1.2) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-glyphs {
    font-size: calc(1.44 * 1rem);
  }
}

/* Headings. */
.ig-page__heading {
  font-size: calc(1.44 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .ig-page__heading {
    font-size: calc((1.44 * 1rem) + (1.728 - 1.44) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-page__heading {
    font-size: calc(1.728 * 1rem);
  }
}

.ig-subhead {
  margin-bottom: 1.5rem;
  font-size: calc(2.488 * 1rem);
  line-height: 1.25;
  color: #7ce5d7;
}

@media screen and (min-width: 46.25em) {
  .ig-subhead {
    font-size: calc((2.488 * 1rem) + (2.986 - 2.488) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-subhead {
    font-size: calc(2.986 * 1rem);
  }
}

.ig-subhead b {
  color: #007D8E;
}

/* Labels. */
.ig-label {
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(0.833 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .ig-label {
    font-size: calc((0.833 * 1rem) + (1 - 0.833) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-label {
    font-size: calc(1 * 1rem);
  }
}

.ig-legend {
  margin-bottom: 0.75rem;
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(0.694 * 1rem);
  text-transform: uppercase;
}

@media screen and (min-width: 46.25em) {
  .ig-legend {
    font-size: calc((0.694 * 1rem) + (0.833 - 0.694) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-legend {
    font-size: calc(0.833 * 1rem);
  }
}

/* Add additional margin above elements. */
.ig-margin-top {
  margin-top: 3rem;
}

/* Medium screen styles:
   Adjust depth of margin / white-space. */
@media screen and (min-width: 46.25em) {
  .ig-margin-top {
    margin-top: calc(3rem * 2);
  }
}

/* Triggers design and code notes overlay. */
[title="Notes"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: #007D8E;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  margin-left: 0.5rem;
  font-size: calc(1.2 * 1rem);
  font-weight: 700;
}

@media screen and (min-width: 46.25em) {
  [title="Notes"] {
    font-size: calc((1.2 * 1rem) + (1.44 - 1.2) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  [title="Notes"] {
    font-size: calc(1.44 * 1rem);
  }
}

[title="Notes"]:hover {
  color: #384646;
}

/* NUMERALS ================================== */
.ig-numerals-large {
  font-size: calc(5.16 * 1rem);
  line-height: 1;
}

@media screen and (min-width: 46.25em) {
  .ig-numerals-large {
    font-size: calc((5.16 * 1rem) + (9.699 - 5.16) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-numerals-large {
    font-size: calc(9.699 * 1rem);
  }
}

.ig-numerals__symbol {
  font-size: calc(2.986 * 1rem);
  color: #696D6F;
}

@media screen and (min-width: 46.25em) {
  .ig-numerals__symbol {
    font-size: calc((2.986 * 1rem) + (5.16 - 2.986) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-numerals__symbol {
    font-size: calc(5.16 * 1rem);
  }
}

.ig-numerals {
  margin-bottom: 1.5rem;
  font-size: calc(2.986 * 1rem);
  letter-spacing: .05em;
  color: #696D6F;
}

@media screen and (min-width: 46.25em) {
  .ig-numerals {
    font-size: calc((2.986 * 1rem) + (5.16 - 2.986) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-numerals {
    font-size: calc(5.16 * 1rem);
  }
}

.ig-numerals-italic {
  font-style: italic;
}

.ig-numerals-supporting {
  font-family: "franklin-gothic-urw",sans-serif;
}

/* HEADER ================================== */
.ig-header {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}

@media only screen and (min-height: 30rem) {
  .ig-body {
    padding-top: 5.1875rem;
  }
  .ig-header__container {
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .ig-body--inverse .ig-header__container {
    background-color: #007D8E;
  }
}

/* Logo:
   Replace with your own branding.
   Occupies equal amount of available space.
   Space distributed when elements above 50%. */
.ig-header__logo {
  flex: 1 0 50%;
  /* Fill SVG paths. */
}

.ig-header__logo svg path {
  fill: #007D8E;
}

.ig-header__logo svg:hover path {
  fill: #3d4d4d;
}

/* Medium screen styles: */
@media screen and (min-width: 46.25em) {
  /* Reset width using flex-basis auto. */
  .ig-header__logo {
    flex-basis: auto;
  }
}

/* Menu:
   Occupies equal amount of available space.
   Space distributed when elements above 50%. */
.ig-header__menu {
  flex: 1 0 50%;
}

/* Medium screen styles: */
@media screen and (min-width: 46.25em) {
  /* Reset width using flex-basis auto. */
  .ig-header__menu {
    flex-basis: auto;
  }
}

/* Title:
   Initially occupies 100% available space.
   Placed third in the visual order. */
.ig-header__title {
  flex: 1 0 100%;
  order: 3;
  font-size: calc(1 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .ig-header__title {
    font-size: calc((1 * 1rem) + (1.2 - 1) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-header__title {
    font-size: calc(1.2 * 1rem);
  }
}

/* Medium screen styles: */
@media screen and (min-width: 46.25em) {
  /* Reset width using flex-basis auto.
   Unset previously defined order. */
  .ig-header__title {
    flex-basis: auto;
    order: unset;
    text-align: center;
  }
}

/* Menu */
.ig-menu {
  position: relative;
  float: right;
  transition: all 0.2s ease-in-out;
}

.ig-menu:hover {
  cursor: pointer;
}

.ig-menu.is-active {
  transform: rotate(45deg);
}

.ig-menu:before {
  content: "";
  position: absolute;
  top: calc(50% - 22px);
  left: calc(50% - 22px);
  width: 44px;
  height: 44px;
  border: 5px solid transparent;
  border-radius: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

.ig-menu.is-active:before {
  border: 4px solid #007D8E;
}

.ig-menu .ig-menu__line {
  display: block;
  margin: 4px 0;
  width: 22px;
  height: 4px;
  background-color: #007D8E;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}

.ig-menu:hover .ig-menu__line {
  background-color: #384646;
}

.ig-menu.is-active .ig-menu__line {
  width: 22px;
}

.ig-menu.is-active .ig-menu__line:nth-child(2) {
  opacity: 0;
}

.ig-menu.is-active .ig-menu__line:nth-child(1) {
  transform: translateY(13px);
}

.ig-menu.is-active .ig-menu__line:nth-child(3) {
  transform: translateY(-13px) rotate(90deg);
}

/* FOOTER =================================== */
/* Add horizontal layout. */
.ig-footer {
  display: flex;
  align-items: center;
  margin: 3rem 0 0;
  background-color: #fff;
  /* Occupies equal amount of available space. */
}

.ig-footer hr {
  flex: 1;
}

.ig-footer__number {
  margin-right: 1.5rem;
  font-size: calc(2.488 * 1rem);
  font-style: italic;
  line-height: 1;
  color: #007D8E;
}

@media screen and (min-width: 46.25em) {
  .ig-footer__number {
    font-size: calc((2.488 * 1rem) + (2.986 - 2.488) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .ig-footer__number {
    font-size: calc(2.986 * 1rem);
  }
}

.ig-contentinfo {
  display: block;
  margin: 2rem 0 1.5rem;
  text-align: center;
}

/* INVERSE =================================== */
/* Isolated styled for elements on inverse backgrounds. */
.ig-container--inverse {
  padding: 3rem 0 0;
  background-color: #007D8E;
  color: #fff;
}

.ig-body--inverse {
  min-height: 100vh;
  padding-bottom: 1rem;
  background-color: #007D8E;
  color: #fff;
}

.ig-body--inverse header {
  background-color: transparent;
}

.ig-body--inverse footer {
  background-color: transparent;
}

.ig-body--inverse header path {
  fill: #fff;
}

.ig-body--inverse hr {
  border-color: #21A795;
}

.ig-body--inverse .ig-colour__small {
  border-width: 0;
}

/* STYLE GUIDE GRID =================================== */
/* Even ratio, twelve column grid, simplified to six columns.
   Isolate from, or adjust to match production grid. */
.ig-container {
  margin: 0 1.5rem;
  position: relative;
  box-sizing: border-box;
}

.ig-row {
  margin-bottom: 1.5rem;
}

.ig-row:before, .ig-row:after {
  content: "";
  display: table;
}

.ig-row:after {
  clear: both;
}

.ig-row--margin {
  margin-top: 3rem;
}

/* Medium screen styles:
   Adjust horizontal margins. */
@media screen and (min-width: 46.25em) {
  .ig-container {
    margin: 0 2rem;
  }
}

/* Large screen styles:
   Adjust horizontal margins. */
@media screen and (min-width: 64em) {
  .ig-container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 90rem;
  }
  .ig-column,
  .ig-columns {
    float: left;
    width: 100%;
    margin-left: 4%;
  }
  .ig-column:first-child,
  .ig-columns:first-child {
    margin-left: 0;
  }
  .one.ig-column,
  .one.ig-columns {
    width: 4.66666666667%;
  }
  .two.ig-columns {
    width: 13.3333333333%;
  }
  .three.ig-columns {
    width: 22%;
  }
  .four.ig-columns {
    width: 30.6666666667%;
  }
  .five.ig-columns {
    width: 39.3333333333%;
  }
  .six.ig-columns {
    width: 48%;
  }
  .seven.ig-columns {
    width: 56.6666666667%;
  }
  .eight.ig-columns {
    width: 65.3333333333%;
  }
  .nine.ig-columns {
    width: 74.0%;
  }
  .ten.ig-columns {
    width: 82.6666666667%;
  }
  .eleven.ig-columns {
    width: 91.3333333333%;
  }
  .twelve.ig-columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.ig-column {
    width: 30.6666666667%;
  }
  .two-thirds.ig-column {
    width: 65.3333333333%;
  }
  .one-half.ig-column {
    width: 48%;
  }
  /* Offsets. */
  .offset-by-one.ig-column,
  .offset-by-one.ig-columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.ig-column,
  .offset-by-two.ig-columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.ig-column,
  .offset-by-three.ig-columns {
    margin-left: 26%;
  }
  .offset-by-four.ig-column,
  .offset-by-four.ig-columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.ig-column,
  .offset-by-five.ig-columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.ig-column,
  .offset-by-six.ig-columns {
    margin-left: 52%;
  }
  .offset-by-seven.ig-column,
  .offset-by-seven.ig-columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.ig-column,
  .offset-by-eight.ig-columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.ig-column,
  .offset-by-nine.ig-columns {
    margin-left: 78.0%;
  }
  .offset-by-ten.ig-column,
  .offset-by-ten.ig-columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.ig-column,
  .offset-by-eleven.ig-columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.ig-column,
  .offset-by-one-third.ig-columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.ig-column,
  .offset-by-two-thirds.ig-columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.ig-column,
  .offset-by-one-half.ig-columns {
    margin-left: 52%;
  }
}

/* Notes/HTML/CSS Overlay ================================== */
.ig-body--has-notes {
  overflow: hidden;
}

.ig-notes {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border: 1.5rem solid #007D8E;
  box-sizing: border-box;
  opacity: 1;
  overflow: auto;
  transition: opacity 0.25s ease;
}

@media screen and (min-width: 46.25em) {
  .ig-notes {
    border-width: 2rem;
  }
}

.ig-notes--hidden {
  opacity: 0;
  pointer-events: none;
}

.ig-close {
  position: relative;
  float: right;
  width: 32px;
  height: 32px;
  padding: 0;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.ig-close:focus {
  outline: thin dotted;
}

.ig-close:before, .ig-close:after {
  content: ' ';
  position: absolute;
  left: 15px;
  height: 33px;
  width: 2px;
  background-color: #007D8E;
  transition: background-color ease 0.1s;
}

.ig-close:hover:before, .ig-close:hover:after {
  background-color: #3d4d4d;
}

.ig-close:before {
  transform: translateY(-50%) rotate(45deg);
}

.ig-close:after {
  transform: translateY(-50%) rotate(-45deg);
}

.ig-notes__nav {
  margin: 1.5rem 0 3rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #e0dbda;
}

.ig-notes__nav a {
  margin: 0 3rem 0 0.75rem;
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(1.2 * 1rem);
}

.ig-notes__data {
  display: none;
}

/* Variables */
/* Mixins */
img, svg {
  max-width: 100%;
  border-width: 0;
}

/* Figure. */
figure {
  display: inline-block;
  margin: 2rem 0;
}

figure img, figure svg {
  line-height: 1;
  width: 100%;
  height: auto;
}

figcaption {
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(0.833 * 1rem);
  color: black;
  line-height: 1.3;
  margin-top: 5px;
}

/* Figure with caption above. */
.figure--above {
  display: flex;
  flex-direction: column-reverse;
}

.figure--above figcaption {
  margin-bottom: 0.75rem;
  font-size: calc(1.2 * 1rem);
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (min-width: 46.25em) {
  .figure--above figcaption {
    font-size: calc((1.2 * 1rem) + (1.44 - 1.2) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .figure--above figcaption {
    font-size: calc(1.44 * 1rem);
  }
}

/* Figure with caption right. */
.figure--right {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.figure--right figcaption {
  font-size: calc(0.833 * 1rem);
  margin-bottom: 0.75rem;
  flex: 1;
}

/* Image Component*/
.content-img {
  margin: 1rem;
}

.content-img figure {
  display: inline;
}

.content-img-multi {
  text-align: center;
  display: block;
}

@media screen and (min-width: 37.5em) {
  .content-img-multi {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.content-img-multi img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 37.5em) {
  .content-img-multi img {
    max-width: 50%;
    height: auto;
  }
}

@media screen and (min-width: 37.5em) {
  .content-img-multi img:not(:last-child) {
    margin-right: 0.5rem;
  }
}

@media screen and (min-width: 46.25em) {
  .content-img-multi img:not(:last-child) {
    margin-right: 1rem;
  }
}

@media screen and (min-width: 64em) {
  .content-img-multi img:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.content-img-multi img:last-child {
  margin: 0;
}

.content-img--left {
  float: none;
  padding: 1.5rem 0;
}

@media screen and (min-width: 72.875em) {
  .content-img--left {
    float: left;
    margin: 1rem 1rem 1rem -300px;
  }
}

.content-img--right {
  float: none;
  padding: 1.5rem 0;
}

@media screen and (min-width: 72.875em) {
  .content-img--right {
    float: right;
    margin: 1rem -300px 1rem 1rem;
  }
}

.content-img--full-width {
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.content-img--full-width img {
  width: 100%;
  height: auto;
}

.content-img--full-width figcaption {
  margin-left: 0.25rem;
}

.content-img--medium-width {
  max-width: 500px;
}

.content-img--medium-width.content-img--left {
  margin-left: -300px;
}

.content-img--medium-width.content-img--right {
  margin-right: -300px;
}

.content-img--small-width {
  max-width: 300px;
}

.content-img--small-width.content-img--left {
  margin-left: -150px;
}

.content-img--small-width.content-img--right {
  margin-right: -150px;
}

.caption-img img {
  padding-bottom: 0.5rem;
}

.embedded-entity {
  width: 100%;
  max-width: 100%;
}

.embedded-entity figcaption {
  max-width: 100%;
}

.embedded-entity img {
  max-width: 100%;
  height: auto;
}

.embedded-entity.align-left,
img.align-left,
figure.align-left {
  max-width: 100%;
  float: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 72.875em) {
  .embedded-entity.align-left,
  img.align-left,
  figure.align-left {
    float: left;
    margin-right: 2rem;
  }
}

.embedded-entity.align-right,
img.align-right,
figure.align-right {
  max-width: 100%;
  float: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 72.875em) {
  .embedded-entity.align-right,
  img.align-right,
  figure.align-right {
    float: right;
    margin-left: 1.5rem;
  }
}

.caption.align-left, .caption.align-right {
  max-width: 50%;
  display: block !important;
}

.caption.align-left figcaption, .caption.align-right figcaption {
  display: block;
  max-width: 100% !important;
  overflow-wrap: break-word;
}

@media screen and (max-width: 46.25em) {
  .caption.align-left, .caption.align-right {
    max-width: 100%;
    width: 100%;
  }
}

.issue__header .issuee__card__image img {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  max-width: 250px;
}

@media screen and (min-width: 64em) {
  .issue__header .issuee__card__image img {
    max-width: 100%;
  }
}

.issue__header .article__card__header__image,
.issue__header .article__card__image__filter {
  height: 700px;
}

@media screen and (min-width: 46.25em) {
  .issue__header .article__card__header__image,
  .issue__header .article__card__image__filter {
    height: 600px;
  }
}

.issue__header .article__card__image__filter {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
}

.issue__header .issue__header__download {
  text-align: center;
}

@media screen and (min-width: 46.25em) {
  .issue__header .issue__header__download {
    padding-top: 1rem;
  }
}

@media screen and (min-width: 64em) {
  .issue__header .issue__header__download {
    text-align: right;
  }
}

.issue__header .issue__header__download a {
  color: #fff;
  font-family: "franklin-gothic-urw",sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 46.25em) {
  .issue__header .issue__header__download a {
    color: #007D8E;
  }
}

.issue__header .article__card--full-width:hover .article__card__image__filter {
  transition: none;
  opacity: 1;
}

.issue__header__card__grid {
  display: flex;
}

.issue__header .article__card__content {
  justify-content: normal;
  display: block;
}

.issue__header .article__card__content--left {
  margin: 0 auto;
  -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (min-width: 64em) {
  .issue__header .article__card__content--left {
    margin: 0;
    align-self: flex-end;
  }
}

.issue__header .article__card__content--left h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 1rem;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .issue__header .article__card__content--left h1 {
    align-items: center;
    display: flex;
    height: 120px;
    justify-content: center;
  }
}

@media screen and (min-width: 64em) {
  .issue__header .article__card__content--left h1 {
    text-align: left;
    margin-top: 0px;
  }
}

.issue__header .article__card__content--right {
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 64em) {
  .issue__header .article__card__content--right {
    padding: 0 3rem;
  }
}

.issue__header .article__card__content--right .running-head {
  font-weight: 400;
}

.issue__header .article__card__content--right .article__card__title a {
  color: #fff;
  text-transform: none;
}

.issue__header .article__card__content--right .article__card__body {
  color: #232023;
  margin-top: 3rem;
  margin-bottom: 0px;
  color: black;
  font-size: calc(1.2 * 1rem);
  display: block;
}

@media screen and (min-width: 46.25em) {
  .issue__header .article__card__content--right .article__card__body {
    margin-top: 1.5rem;
  }
}

.issue__header .article__card__content--right .article__card__content--top {
  height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (min-width: 46.25em) {
  .issue__header .article__card__content--right .article__card__content--top {
    min-height: 600px;
  }
}

@media screen and (max-width: 740px) {
  .issue__header .article__card__title {
    align-items: center;
    display: flex;
    height: 120px;
  }
}

.issue__header h1.issue__card__title {
  font-size: 2.2rem;
}

.jumbotron {
  position: relative;
  width: 100%;
  height: 640px;
}

.jumbotron__content {
  display: flex;
}

.jumbotron__content__title {
  color: white;
}

.jumbotron__content__text {
  color: white;
  margin-bottom: 1.5rem;
}

.jumbotron__background__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.jumbotron__background__image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.jumbotron__content__wrapper {
  padding: 0px 80px;
  height: 640px;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jumbotron__background__filter {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
}

@supports (display: grid) {
  .layout__grid {
    display: -ms-grid;
    display: grid;
  }
}

.layout__container {
  max-width: 1160px;
  margin: 0 auto;
}

@media screen and (min-width: 64em) {
  .layout__articles__3-cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(700px, 1fr) 1fr;
        grid-template-columns: minmax(700px, 1fr) 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

@media screen and (min-width: 72.875em) {
  .layout__articles__3-cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(max-content, 100px) minmax(500px, 690px) minmax(max-content, 315px);
        grid-template-columns: minmax(-webkit-max-content, 100px) minmax(500px, 690px) minmax(-webkit-max-content, 315px);
        grid-template-columns: minmax(max-content, 100px) minmax(500px, 690px) minmax(max-content, 315px);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

@media screen and (min-width: 64em) {
  .layout__articles__2-cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(700px, 1fr) 1fr;
        grid-template-columns: minmax(700px, 1fr) 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

@media screen and (min-width: 72.875em) {
  .layout__articles__2-cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(max-content, 100px) minmax(500px, 905px) minmax(max-content, 100px);
        grid-template-columns: minmax(-webkit-max-content, 100px) minmax(500px, 905px) minmax(-webkit-max-content, 100px);
        grid-template-columns: minmax(max-content, 100px) minmax(500px, 905px) minmax(max-content, 100px);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

.sidebar_left {
  display: none;
}

@media screen and (min-width: 64em) {
  .sidebar_left {
    padding-right: 1rem;
  }
}

@media screen and (min-width: 72.875em) {
  .sidebar_left {
    display: block;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: 1 / 1 / 1 / 1;
    padding-left: 1.5rem;
    position: relative;
  }
}

.sidebar_left #block-socialsharingblock {
  position: absolute;
  bottom: 0;
}

.main_content {
  margin: 0;
}

@media screen and (min-width: 64em) {
  .main_content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: 1 / 1 / 1 / 1;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 72.875em) {
  .main_content {
    margin: 0;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: 1 / 2 / 1 / 2;
  }
}

.sidebar_right {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: 1 / 3 / 1 / 3;
  margin: 0 2rem;
}

@media screen and (min-width: 64em) {
  .sidebar_right {
    padding-left: 1rem;
  }
}

@media screen and (min-width: 72.875em) {
  .sidebar_right {
    margin: 0;
    position: relative;
  }
}

#block-views-block-articles-related-articles-block {
  position: relative;
}

#block-views-block-articles-related-articles-block .article__card__inner {
  grid-gap: 0.5rem;
}

@media screen and (max-width: 72.875em) {
  #block-views-block-articles-related-articles-block {
    position: relative !important;
    top: 0px !important;
  }
}

@media screen and (max-width: 64em) {
  #block-views-block-articles-related-articles-block {
    display: block !important;
    margin: 0 -2rem;
  }
  #block-views-block-articles-related-articles-block .article__card__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(105px, 1fr) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
    grid-auto-flow: dense;
    grid-gap: 0.8rem;
  }
}

#block-views-block-articles-related-articles-block .section-title {
  border-bottom: 2px solid #007d8e;
  background: none;
  color: #007d8e;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "franklin-gothic-urw", sans-serif !important;
  font-weight: 700;
  letter-spacing: 1.4px;
  padding-left: 0;
}

@media screen and (max-width: 64em) {
  #block-views-block-articles-related-articles-block .section-title {
    font-size: 1rem;
  }
}

#block-views-block-articles-related-articles-block .related-links ul li {
  border-bottom: 1px solid gray;
}

#block-views-block-articles-related-articles-block .article__card__title a span {
  display: block;
  font-family: "freight-text-pro", serif;
  font-size: 16px;
  font-weight: 700;
  padding-top: 0.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 64em) {
  #block-views-block-articles-related-articles-block .article__card__title a span {
    font-size: 1rem;
  }
}

#block-views-block-articles-related-articles-block .article__card__category span {
  font-weight: 500;
}

#block-views-block-articles-related-articles-block .article__card--horizontal-short {
  margin: 0.8rem 0px 1rem !important;
}

#block-views-block-articles-top-stories-block {
  display: none;
  position: relative;
}

@media screen and (max-width: 72.875em) {
  #block-views-block-articles-top-stories-block {
    position: relative !important;
    top: 0px !important;
    margin: 60px 0;
  }
}

@media screen and (min-width: 64em) {
  #block-views-block-articles-top-stories-block {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 64em) {
  #block-views-block-articles-top-stories-block {
    margin: 0 -2rem;
  }
}

#block-views-block-articles-top-stories-block .small__title.small__title--green {
  padding: 0.33rem 0.55rem;
  margin-bottom: 0;
}

#block-views-block-articles-top-stories-block .small__title.small__title--green .small__title__content__text {
  line-height: 1.2;
  text-transform: uppercase;
  font-size: calc(0.833 * 1rem);
  font-family: "franklin-gothic-urw", sans-serif !important;
  font-weight: 700;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 64em) {
  #block-views-block-articles-top-stories-block .small__title.small__title--green .small__title__content__text {
    font-size: 1rem;
  }
}

#block-views-block-articles-top-stories-block .article__card__list__content__cta ul {
  margin: 0;
}

#block-views-block-articles-top-stories-block .article__card__list__content__cta li {
  padding: 5px 0 13px 0;
  width: 100%;
  margin: 8px 0 0 0;
  border-bottom: 1px solid gray;
}

#block-views-block-articles-top-stories-block .article__card__list__content__cta li a {
  font-family: "freight-text-pro", serif;
  font-size: calc(0.85 * 1rem);
  font-weight: 400;
}

@media screen and (max-width: 64em) {
  #block-views-block-articles-top-stories-block .article__card__list__content__cta li a {
    font-size: 1rem;
  }
}

#block-views-block-weekly-highlight-block-1 {
  position: relative;
}

@media screen and (max-width: 72.875em) {
  #block-views-block-weekly-highlight-block-1 {
    position: relative !important;
    top: 0px !important;
    margin: 60px 0;
  }
}

@media screen and (min-width: 64em) {
  #block-views-block-weekly-highlight-block-1 {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 64em) {
  #block-views-block-weekly-highlight-block-1 {
    margin: 0 -2rem;
    margin-top: 3rem;
  }
}

#block-views-block-weekly-highlight-block-1 .small__title.small__title--green {
  padding: 0.33rem 0.55rem;
  padding-left: 0;
  margin-bottom: 0;
  background: none;
}

#block-views-block-weekly-highlight-block-1 .small__title.small__title--green .small__title__content__text {
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "franklin-gothic-urw", sans-serif !important;
  font-weight: 700;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 64em) {
  #block-views-block-weekly-highlight-block-1 .small__title.small__title--green .small__title__content__text {
    font-size: 1rem;
  }
}

#block-views-block-weekly-highlight-block-1 .views-field-title {
  padding: 5px 0 13px 0;
  width: 100%;
  margin: 8px 0 0 0;
  border-bottom: 1px solid gray;
}

#block-views-block-weekly-highlight-block-1 .views-field-title a {
  font-family: "freight-text-pro", serif;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 64em) {
  #block-views-block-weekly-highlight-block-1 .views-field-title a {
    font-size: 1rem;
  }
}

#block-views-block-weekly-highlight-block-1 .views-field-field-google-analytics-counter {
  display: none;
}

.columbians-in-the-news {
  margin-bottom: 0.5rem;
}

.columbians-in-the-news .paragraph--type--columbian-in-the-news-paragraph {
  padding: 5px 0 13px 0;
  width: 100%;
  margin: 8px 0 0 0;
  border-bottom: 1px solid #b7b9ba;
}

.columbians-in-the-news .paragraph--type--columbian-in-the-news-paragraph a {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  color: black;
}

.columbians-in-the-news .paragraph--type--columbian-in-the-news-paragraph a .text-formatted p {
  margin: 0;
  font-size: 16px !important;
  line-height: 1.4;
}

@media screen and (max-width: 46.25em) {
  .columbians-in-the-news .paragraph--type--columbian-in-the-news-paragraph a .text-formatted p {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 46.25em) {
  .columbians-in-the-news {
    margin-bottom: 50px !important;
  }
}

.home-page__top .article__card--half-width {
  position: -webkit-sticky;
  position: sticky;
  top: 144px;
  height: calc(100vh - 144px);
}

.home-page__top .article__card--half-width .article__card__inner {
  position: unset;
}

.featured__issue__cover {
  padding: 0px;
}

.featured__issue--right {
  padding: 0px;
}

.featured__issue--right__first {
  padding: 0px;
}

@media screen and (min-width: 64em) {
  .featured__issue--right__first {
    padding: 0px 1.5rem;
  }
}

.featured__issue--right__first .featured-articles__vertical {
  padding-bottom: 0;
}

.featured__issue--right__second {
  padding: 1.5rem 1.5rem;
}

@media screen and (min-width: 46.25em) {
  .featured__issue--right__second {
    padding-right: 1.5rem;
    padding-top: 1.5rem;
  }
}

@media screen and (min-width: 64em) {
  .featured__issue--right__second {
    padding: 0px;
    padding-right: 2rem;
    padding-top: 0px;
  }
}

.featured__issue .article__card--horizontal .article__card__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9fr 6fr;
      grid-template-columns: 9fr 6fr;
  grid-auto-flow: dense;
}

.featured__issue .article__card--horizontal .article__card__inner h4.article__card__title {
  font-weight: 500;
}

.page__search {
  padding: 1.5rem;
}

@media screen and (min-width: 64em) {
  .page__search {
    padding: 2rem 5rem;
  }
}

.page__search .view-empty {
  padding: 1.5rem 0px;
}

.featured-articles__related-category .content-container {
  border-top: none;
}

@media screen and (min-width: 64em) {
  .featured-articles__related-category {
    padding: 0 1rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(700px, 1fr) 1fr;
    grid-template-columns: minmax(700px, 1fr) 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
}

@media screen and (min-width: 72.875em) {
  .featured-articles__related-category {
    padding: 0 7.5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(500px, 690px);
    grid-template-columns: minmax(500px, 690px);
    grid-template-columns: minmax(500px, 690px);
  }
}

@media screen and (max-width: 64em) {
  .featured-articles__related-category {
    padding: 0;
  }
}

.featured-articles__related-category > .row > div:first-child {
  width: 100%;
  padding: 0.33rem 0.55rem;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #007d8e;
}

.featured-articles__related-category > .row > div:first-child h4 {
  font-size: 16px;
  color: #007d8e;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: calc(0.833 * 1rem);
  font-family: "franklin-gothic-urw", sans-serif !important;
  font-weight: 700;
  letter-spacing: 1.46px;
  margin-bottom: 0;
}

@media screen and (max-width: 46.25em) {
  .featured-articles__related-category > .row > div:first-child h4 {
    font-size: 1rem;
  }
}

.featured-articles__related-category .article__card__title {
  font-size: calc(1.3 * 1rem);
}

@media screen and (max-width: 46.25em) {
  .featured-articles__related-category .article__card__title {
    display: block;
    font-size: calc(1.3 * 1rem);
    line-height: 1.2;
  }
}

@media screen and (max-width: 46.25em) {
  .featured-articles__related-category .article__card__title {
    margin-top: 0.8rem;
  }
}

.featured-articles__related-category .article__card__body p {
  font-size: 16px;
}

.eu-cookie-compliance-banner #popup-text a {
  color: white !important;
}

.eu-cookie-compliance-banner #popup-text a:visited {
  color: white !important;
}

.node--type-home-page .featured__issue__cover .article__card--vertical,
.node--type-home-page .featured__issue__cover .article__card--vertical-feature {
  position: -webkit-sticky;
  position: sticky;
  top: 144px;
}

@media screen and (max-width: 46.25em) {
  .node--type-home-page .featured__issue__cover .article__card--vertical .article__card__header,
  .node--type-home-page .featured__issue__cover .article__card--vertical-feature .article__card__header {
    margin: -30px -24px 13px -24px;
    width: 100vw;
  }
}

@media screen and (min-width: 64em) and (max-width: 1200px) {
  .node--type-home-page .featured__issue__cover .article__card--vertical .article__card__header,
  .node--type-home-page .featured__issue__cover .article__card--vertical-feature .article__card__header {
    height: 300px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .node--type-home-page .featured__issue__cover .article__card--vertical .article__card__header,
  .node--type-home-page .featured__issue__cover .article__card--vertical-feature .article__card__header {
    height: 350px;
  }
}

.node--type-home-page .featured__issue__cover .article__card--vertical .article__card__content .article__card__title,
.node--type-home-page .featured__issue__cover .article__card--vertical-feature .article__card__content .article__card__title {
  font-size: 36px;
}

@media screen and (max-width: 46.25em) {
  .node--type-home-page .featured__issue__cover .article__card--vertical .article__card__content .article__card__title,
  .node--type-home-page .featured__issue__cover .article__card--vertical-feature .article__card__content .article__card__title {
    font-size: 32px;
  }
}

.node--type-home-page .featured__issue__cover .article__card--vertical .article__card__content .article__card__body p,
.node--type-home-page .featured__issue__cover .article__card--vertical-feature .article__card__content .article__card__body p {
  font-size: 18px;
}

@media screen and (min-width: 64em) {
  .featured__issue__cover .article__card--vertical .article__card__inner .article__card__header,
  .featured__issue__cover .article__card--vertical-featurel .article__card__inner .article__card__header {
    min-height: 65vh;
  }
}

@media screen and (min-width: 64em) and (max-height: 720px) {
  .featured__issue__cover .article__card--vertical .article__card__inner .article__card__header,
  .featured__issue__cover .article__card--vertical-featurel .article__card__inner .article__card__header {
    max-height: 50vh;
    min-height: unset;
  }
}

.categories-directory .section-title {
  font-weight: 500;
}

.categories-directory .viewsreference--view-title {
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 16px;
}

.categories-directory .views-element-container .view-content ul li a {
  font-family: "freight-text-pro", serif;
  font-size: 16px;
}

/* Variables */
/* Mixins */
.media {
  display: flex;
  align-items: flex-start;
  margin: 1.5rem 0;
}

.media p:last-child,
.media p:only-child {
  margin-bottom: 0;
}

.media__object {
  margin-right: 1.5rem;
}

.media__body {
  flex: 1;
}

.media__heading {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

/* Align items center. */
.media--center {
  align-items: center;
}

/* Reverse flex direction. */
.media--reverse {
  flex-direction: row-reverse;
}

.media--reverse .media__object {
  margin-right: 0;
  margin-left: 1.5rem;
}

/* Media organism within card. */
.card .media {
  margin: 0;
}

.menu__toggle {
  align-self: flex-start;
  /*
  display: flex;
  position: absolute;
  //left: calc(100vw - 60px);
  top: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;

  @media screen and (min-width : $breakpoint-small) {
    //left: calc(100vw - 120px);
   // top: 30px;
  }
*/
}

@media screen and (min-width: 30em) {
  .menu__toggle {
    align-self: flex-end;
  }
}

.menu__toggle .icon {
  display: none;
  width: 28px;
  height: 28px;
  margin-right: 0.5rem;
  opacity: 1;
  transition: opacity 0.5s;
}

@media screen and (min-width: 30em) {
  .menu__toggle .icon {
    display: block;
  }
}

.menu__toggle .menu__toggle__checkbox {
  display: none;
}

.menu__toggle label {
  cursor: pointer;
}

.menu__toggle input[type="checkbox"] + label .icon-bar {
  display: block;
  width: 33px;
  height: 4px;
  background-color: #cccccc;
  margin: 3px;
  border-radius: 3px;
  transition: all 0.2s;
}

.menu__toggle input[type="checkbox"] + label .top-bar {
  transform: rotate(0);
  width: 15px;
}

.menu__toggle input[type="checkbox"] + label .middle-bar {
  opacity: 1;
  width: 25px;
}

.menu__toggle input[type="checkbox"]:checked + label .icon {
  opacity: 0;
  transition: opacity 0.2s;
}

.menu__toggle input[type="checkbox"]:checked + label .top-bar {
  transform: rotate(-50deg);
  transform-origin: top right;
  width: 28px;
}

.menu__toggle input[type="checkbox"]:checked + label .middle-bar {
  opacity: 0;
}

.menu__toggle input[type="checkbox"]:checked + label .bottom-bar {
  transform: rotate(50deg);
  transform-origin: bottom right;
  width: 28px;
}

.menu__toggle input[type="checkbox"]:checked + label ~ .main-menu {
  opacity: 1;
  overflow: auto;
  width: 100vw;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.navigation {
  display: block;
  background: #000;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 10px;
}

.dropdown {
  cursor: pointer;
  display: inline-flex;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
}

.dropdown:hover .icon {
  fill: #007d8e;
}

.dropdown:hover .hamburger .icon-bar {
  background-color: #007d8e;
}

.hamburger {
  align-self: flex-end;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 40px;
}

/*
 * Make this absolute positioned
 * at the top right of the screen
 */
.main-nav {
  display: block;
  position: relative;
}

.main-menu {
  top: 0px;
  bottom: 0px;
  left: calc(100vw);
  font-family: "franklin-gothic-urw",sans-serif;
  width: 100vw;
  margin: 0px;
  padding-top: 50px;
  height: 100vh;
  background: black;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0s 0.5s;
  text-align: left;
  overflow: hidden;
}

.main-menu ul {
  list-style-type: none;
}

@media screen and (min-width: 37.5em) {
  .main-menu {
    padding-top: 80px;
  }
}

.main-menu__wrapper {
  padding: 2rem;
}

@media screen and (min-width: 46.25em) {
  .main-menu__wrapper {
    padding: 0.5rem;
    width: 60%;
  }
}

@media screen and (min-width: 64em) {
  .main-menu__wrapper {
    width: 50%;
  }
}

.main-menu li {
  list-style: none;
  padding: 0.5rem;
}

.main-menu__menu a {
  font-size: calc(1.2 * 1rem);
  color: #8f9395;
  font-weight: 700;
  letter-spacing: 2.48px;
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), padding-left 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
}

@media screen and (min-width: 46.25em) {
  .main-menu__menu a {
    font-size: calc( (1.728 * 1rem) + (2.074 - 1.728) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .main-menu__menu a {
    font-size: calc(2.074 * 1rem);
  }
}

.main-menu__menu a:before {
  content: "";
  position: absolute;
  left: -1em;
  height: 100%;
  width: 0;
  right: auto;
  display: inline-block;
  transition: width 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: #007D8E;
}

.main-menu__menu a:hover {
  color: #fff;
  padding-left: 10px;
}

.main-menu__menu a:hover:before {
  width: 10px;
}

.main-menu__bottom a:hover {
  color: #60AFB3;
}

.main-menu__bottom a:hover svg {
  fill: #60AFB3;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.main-menu__issues {
  margin: 2rem 0px 0.25rem;
  border-bottom: 1px solid #8f9395;
  padding-bottom: 2rem;
}

.main-menu__issues a {
  font-size: calc(1.728 * 1rem);
  color: #8f9395;
  letter-spacing: 2.8px;
}

.main-menu__secondary {
  display: flex;
}

.main-menu__secondary--left a {
  font-size: calc(1 * 1rem);
  color: #8f9395;
  letter-spacing: 2px;
}

.main-menu__secondary--left li {
  display: inline-flex;
  margin-right: 1rem;
}

.main-menu__secondary--right {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  justify-content: flex-end;
}

.main-menu__secondary--right ul {
  display: flex;
}

.main-menu__secondary--right li {
  display: inline;
  margin-right: 0.5rem;
}

.main-menu__secondary--right .social-media__icon svg {
  width: 40px;
  height: 40px;
  fill: #444648;
}

/* Variables */
/* Mixins */
/* Applied to <ol> */
.pagination {
  display: inline-block;
  padding-left: 0;
}

.pagination li {
  display: inline-block;
}

.pagination li:before {
  content: "";
  display: none;
}

.pagination a {
  position: relative;
  float: left;
  width: 2em;
  height: 2em;
  background-color: #fff;
  border: 2px solid #007D8E;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(0.833 * 1rem);
  line-height: 1.7;
  text-align: center;
  color: #007D8E;
  /* ARIA role instead of .active/current class. */
}

@media screen and (min-width: 46.25em) {
  .pagination a {
    font-size: calc((0.833 * 1rem) + (1 - 0.833) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .pagination a {
    font-size: calc(1 * 1rem);
  }
}

.pagination a[aria-current="page"] {
  background-color: #007D8E;
  border-color: #007D8E;
  color: #fff;
}

.pagination a:focus {
  background-color: #fff;
  border-color: #b7b9ba;
  color: #232023;
}

.pagination a:hover {
  background-color: #fff;
  border-color: #3d4d4d;
  color: #232023;
}

/* Large. */
.pagination--lg a {
  font-size: calc(1 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .pagination--lg a {
    font-size: calc((1 * 1rem) + (1.2 - 1) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .pagination--lg a {
    font-size: calc(1.2 * 1rem);
  }
}

/* Small. */
.pagination--sm a {
  font-size: calc(0.694 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .pagination--sm a {
    font-size: calc((0.694 * 1rem) + (0.833 - 0.694) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .pagination--sm a {
    font-size: calc(0.833 * 1rem);
  }
}

.reader-header {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  left: 0;
}

.reader-header__inner {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  color: #fff;
  padding: 2rem 0.7rem 1.5rem 1rem;
  display: flex;
  justify-content: space-between;
  transform: translateY(-125%);
  transition-duration: 0.5s;
  transition-property: opacity;
  transition-property: transform, background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.09, 0.47, 0.18, 0.99);
}

@media screen and (min-width: 64em) {
  .reader-header__inner {
    padding: 1.5rem 5rem;
    padding-left: calc(50vw - 610px);
    line-height: 1em;
  }
}

.reader-header__inner .logo {
  fill: #007D8E;
  height: 23px;
  width: auto;
}

.reader-header__inner.active {
  transform: translateY(0%);
  transition-duration: 0.5s;
  transition-property: opacity;
  transition-property: transform, background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.09, 0.47, 0.18, 0.99);
}

.reader-header .reader-header__heading {
  text-transform: uppercase;
  margin: 0;
}

.reader-header .reader-header__heading span {
  font-weight: 300;
  text-transform: none;
}

.reader-header .reader-header__focus-toggle {
  position: relative;
  width: 52px;
  height: auto;
  background: none;
  border: 0;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  outline: 0;
  margin-top: -3px;
  cursor: pointer;
}

.reader-header .reader-header__focus-toggle span {
  font-family: "franklin-gothic-urw",sans-serif;
}

.reader-header .reader-header__focus-toggle .icon {
  height: 36px;
  width: 36px;
  fill: #fff;
}

.reader-header .reader-header__focus-toggle.focus--acitve span {
  color: #007D8E;
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.reader-header .reader-header__focus-toggle.focus--acitve .icon {
  fill: #007D8E;
  transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.focused .reader-header .reader-header__focus-toggle span,
.focused .reader-header .reader-header__focus-toggle svg {
  transition: none;
  opacity: 0;
}

.focused .reader-header .reader-header__focus-toggle::before, .focused .reader-header .reader-header__focus-toggle::after {
  transition: opacity 0.2s;
  opacity: 1;
}

.progress-container {
  width: 100%;
  height: 7px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
}

.progress-bar {
  height: 7px;
  background: #007D8E;
  width: 0;
}

.reader-article.focused img,
.reader-article.focused figure,
.reader-article.focused .sidebar_right,
.reader-article.focused .sidebar_left {
  display: none;
}

.page-node-type-new-article .headroom--not-top .dropdown {
  top: 55px;
}

@media screen and (min-width: 64em) {
  .page-node-type-new-article .headroom--not-top .dropdown {
    top: 120px;
  }
}

.page-node-type-new-article .headroom--not-top .dropdown svg.icon {
  display: none;
}

.page-node-type-new-article .headroom--not-top .main-menu.row {
  top: 78px;
}

@media screen and (min-width: 64em) {
  .page-node-type-new-article .headroom--not-top .main-menu.row {
    top: 141px;
  }
}

.page-node-type-new-article main .article-header .title {
  font-family: "freight-display-pro", serif;
  font-size: 46px !important;
  line-height: 50px;
}

.page-node-type-new-article main .article-header .article__teaser p {
  font-size: 24px !important;
  line-height: 1.5;
  color: black;
}

@media screen and (max-width: 46.25em) {
  .page-node-type-new-article main .article-header .article__teaser p {
    line-height: 1.1;
  }
}

.page-node-type-new-article main .social-share ul .icon {
  height: 30px;
  width: 30px;
}

@media screen and (min-width: 64em) {
  .page-node-type-new-article main .article-header .title {
    font-size: calc(2.488 * 1rem);
  }
  .page-node-type-new-article main .article-header .article__teaser p {
    font-size: calc(1.2 * 0.94rem);
    letter-spacing: 0.45px;
  }
  .page-node-type-new-article main .article-header-content {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 30em) {
  .page-node-type-new-article main .article-header .article__category {
    margin-bottom: 5px;
  }
  .page-node-type-new-article main .article-header .article__category .tag--primary--normal {
    font-size: calc(1 * 0.8rem);
  }
  .page-node-type-new-article main .article-header .title {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .page-node-type-new-article main .article-header .article__teaser {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

.page-node-type-new-article .article-header .article__teaser, .page-node-type-new-article .article-header p {
  margin-bottom: 10px;
  padding-bottom: 0;
}

@media screen and (max-width: 30em) {
  .page-node-type-new-article .article-header .article__teaser, .page-node-type-new-article .article-header p {
    margin-bottom: 5px;
  }
}

.page-node-type-new-article .article--full {
  margin-bottom: 3rem;
}

.page-node-type-new-article .readmore-author {
  padding-top: 3rem;
}

.page-node-type-new-article .readmore-author--name {
  margin-top: 0 !important;
}

@media screen and (max-width: 64em) {
  .page-node-type-new-article .article-footer {
    display: none !important;
  }
}

.page-node-type-new-article .article--main .clearfix.text-formatted > figure:first-child {
  margin-top: 0;
}

.readmore-author--name.mobile-only {
  padding-bottom: 1.5rem;
}

.readmore-author--name.mobile-only .readmore-author--name-link {
  font-size: 20px;
}

@media screen and (min-width: 64em) {
  .readmore-author--name.mobile-only {
    display: none !important;
  }
}

.article--main p {
  font-family: "freight-text-pro",serif;
  font-size: 20px;
  line-height: 28px;
}

@media screen and (max-width: 46.25em) {
  .article--main p {
    font-size: 20px !important;
  }
}

/* Variables */
/* Mixins */
/* Applied to <ul> */
.nav-pills {
  list-style-type: none;
  margin: 0 0 0.75rem 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  /* ARIA role attribute selector instead of .active/current class. */
}

.nav-pills li {
  margin-left: 0;
}

.nav-pills li:not(:last-child) {
  margin-right: 0.75rem;
}

.nav-pills li:before {
  content: "";
  display: none;
}

.nav-pills a {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0;
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(0.833 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .nav-pills a {
    font-size: calc((0.833 * 1rem) + (1 - 0.833) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .nav-pills a {
    font-size: calc(1 * 1rem);
  }
}

.nav-pills [aria-current="page"] {
  border-style: solid;
  border-color: #3d4d4d;
  color: #232023;
}

.nav-pills .disabled {
  color: #696d6f;
  cursor: not-allowed;
}

/* Stacked pills. */
.nav--stacked {
  display: inline-block;
}

.nav--stacked li:not(:last-child) {
  margin-right: 0;
}

/* Variables */
/* Mixins */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* Page */
  @page {
    margin: 2cm;
  }
  @page :right {
    @top-center {
      margin: 10pt 0 30pt 0;
      content: "Inspired Guides https://inspired.guide";
      font-size: 9pt;
      color: #333;
    }
  }
  /* Typography */
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  blockquote {
    border: 1px solid #999;
  }
  blockquote, img, pre, tr {
    page-break-inside: avoid;
  }
  /* Anchors */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 8pt;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* Elements */
  img {
    max-width: 100% !important;
  }
  thead {
    display: table-header-group;
  }
  .btn {
    display: none;
  }
  /* Style Guides */
  .ig-header a[href]:after,
  .ig-footer a[href]:after {
    content: "";
    display: none;
  }
  .hidden-print {
    display: none;
  }
}

/* http://prismjs.com/download.html?themes=prism&languages=markup+css&plugins=toolbar+copy-to-clipboard */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}

/* Code blocks */
pre[class*="language-"] {
  align-items: flex-start;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  padding: 0 1.5rem 1.5rem;
  margin: 0;
  overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

pre.code-toolbar {
  position: relative;
}

pre.code-toolbar > .toolbar {
  align-self: flex-end;
  line-height: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 1.5rem;
  width: 100%;
  text-align: right;
  z-index: 20;
  height: 2rem;
}

pre.code-toolbar > .toolbar .toolbar-item {
  display: inline-block;
  line-height: 1;
}

pre.code-toolbar > .toolbar a {
  cursor: pointer;
  display: block;
}

pre.code-toolbar > .toolbar button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}

pre.code-toolbar > .toolbar a,
pre.code-toolbar > .toolbar button,
pre.code-toolbar > .toolbar span {
  color: #007D8E;
  font-size: calc(1 * 1rem);
  padding: 0.5em 1em;
  background: #fff;
}

pre.code-toolbar > .toolbar a:hover,
pre.code-toolbar > .toolbar a:focus,
pre.code-toolbar > .toolbar button:hover,
pre.code-toolbar > .toolbar button:focus,
pre.code-toolbar > .toolbar span:hover,
pre.code-toolbar > .toolbar span:focus {
  color: #384646;
  text-decoration: none;
}

.readmore-author {
  padding: 1.5rem 0;
}

.readmore-author--label {
  display: block;
}

.readmore-author--arrow {
  color: #21A795;
  font-weight: normal;
  margin-left: 0.5rem;
}

.readmore-author--link {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: calc(18.488 * 0.05rem);
  font-weight: 700;
  color: #005B68;
  display: none;
  position: relative;
  top: 5px;
  white-space: nowrap;
}

.readmore-author--name {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(3rem + 1.5rem);
}

.readmore-author--name-title {
  line-height: 1.5rem;
}

.readmore-author--name-link {
  color: #005B68;
  font-family: "franklin-gothic-urw", sans-serif;
}

.readmore-author--name-link i {
  display: flex;
}

.readmore-author--name-link b {
  margin-left: 5px;
}

.readmore-author--name-link b > div {
  display: flex;
}

.readmore-author--name-link b > div > div:not(:last-child)::after {
  content: "and";
  font-weight: 400;
  margin-right: 5px;
}

.readmore-author--name > div {
  flex: 0 1 100%;
}

.readmore-author .tags > div {
  display: inline-block;
  padding: 0.25rem 0.1rem;
}

@media screen and (min-width: 46.25em) {
  .readmore-author .tags > div {
    padding: 0.125rem 0.1rem;
  }
}

.readmore-author .tags > div:last-of-type span {
  margin-right: 1rem;
}

@media screen and (min-width: 30em) {
  .readmore-author {
    max-width: calc(5rem * 9);
  }
  .readmore-author--name {
    justify-content: space-between;
  }
  .readmore-author--name > div {
    flex: 0 1 auto;
    align-self: flex-start;
  }
  .readmore-author--name > div:last-child {
    align-self: flex-end;
  }
}

@media screen and (min-width: 72.875em) {
  .related-links,
  .article_top_stories {
    max-width: 315px;
  }
}

.related-links .section-title,
.article_top_stories .section-title {
  display: block;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
  font-size: calc(0.833 * 1rem);
  font-family: "franklin-gothic-urw",sans-serif;
  font-weight: 700;
  letter-spacing: 1.46px;
  background-color: #005B68;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0;
}

.related-links ul,
.article_top_stories ul {
  list-style: none;
  padding: 0;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.related-links li,
.article_top_stories li {
  display: block;
  width: 95%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 46.25em) {
  .related-links li,
  .article_top_stories li {
    width: 100%;
  }
}

.related-links a,
.article_top_stories a {
  color: #232023;
  font-family: "franklin-gothic-urw",sans-serif;
}

.related-links a:hover,
.article_top_stories a:hover {
  color: #384646;
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* Variables */
/* Mixins */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* Variables */
/* Mixins */
.search__form {
  position: relative;
}

.search__form__wrpaper {
  overflow: hidden;
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
}

.search__form .form-actions {
  padding: 0px;
}

.search__form input[type=text].search__form__input {
  box-shadow: none;
  display: block;
  height: 60px;
  color: #FFF;
  height: inherit;
  margin: 0;
  outline: none;
  border: 0;
  background-color: #232023;
  padding: 20px 50px;
  font-style: normal;
}

.search__form input[type=text].search__form__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  font-style: italic;
  letter-spacing: 1.8px;
}

.search__form input[type=text].search__form__input::placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  font-style: italic;
  letter-spacing: 1.8px;
}

.search__form input[type=text].search__form__input:active, .search__form input[type=text].search__form__input:focus {
  outline: none;
}

.search__form input[type=text].search__form__input:active:-ms-input-placeholder, .search__form input[type=text].search__form__input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.search__form input[type=text].search__form__input:active::placeholder, .search__form input[type=text].search__form__input:focus::placeholder {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.search__form label {
  display: none;
}

.search__form .search__form__submit {
  position: absolute;
  top: 17px;
  right: 50px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0px;
}

.search__form .search__form__submit:hover svg {
  fill: #60AFB3;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.search__form svg {
  width: 22px;
  height: 22px;
  fill: #FFF;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  margin: 0px;
}

.page__search .region-search .search__form.search {
  display: flex;
  border-bottom: 1px solid #007D8E;
  padding: 20px 0 5px;
  align-items: baseline;
  justify-content: space-between;
}

.page__search .region-search .search__form.search .form-item-search {
  width: 70%;
  order: 0;
  display: flex;
}

.page__search .region-search .search__form.search .form-item-search label {
  display: block !important;
  color: black;
  margin-right: 0.7rem;
}

.page__search .region-search .search__form.search .form-item-search .search__form__input.form-text {
  background: white;
  color: black;
  padding: 0 0;
  line-height: 1.5;
  height: auto;
}

.page__search .region-search .search__form.search .form-actions {
  margin: 0;
  order: 1;
}

.page__search .region-search .search__form.search .form-actions .search__form__submit {
  position: relative;
  top: unset;
  right: unset;
}

.page__search .region-search .search__form.search .form-actions .search__form__submit .icon {
  fill: #000 !important;
  height: 16px;
  width: 16px;
}

.page__search .region-search .search__form.search .form-item-sort-by {
  order: 2;
  display: flex;
}

.page__search .region-search .search__form.search .form-item-sort-by label {
  padding-left: 1.5rem;
  margin-right: 0.7rem;
  text-transform: unset;
  display: block;
}

.page__search .region-search .search__form.search .form-item-sort-by .select-wrapper::after {
  line-height: 1;
  font-size: 1.2rem;
}

.page__search .region-search .search__form.search .form-item-sort-by .form-select {
  border: none;
  height: unset;
  padding: 0;
  padding-right: 2.5rem;
}

@media screen and (max-width: 37.5em) {
  .page__search .region-search .search__form.search {
    flex-wrap: wrap;
    row-gap: 5px;
  }
  .page__search .region-search .search__form.search .form-item-sort-by label {
    padding-left: 0;
  }
  .page__search .region-search .search__form.search .form-item-sort-by label,
  .page__search .region-search .search__form.search .form-item-search label,
  .page__search .region-search .search__form.search .form-item-search .search__form__input.form-text {
    font-size: 16px;
  }
}

.secondary-menu {
  display: none;
  font-family: "franklin-gothic-urw", sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
}

.secondary-menu__wrapper {
  margin: 0.5rem 0px;
}

@media screen and (min-width: 46.25em) {
  .secondary-menu {
    display: block;
  }
}

.secondary-menu ul {
  list-style-type: none;
}

.secondary-menu li {
  list-style: none;
  display: inline;
}

.secondary-menu li .active {
  color: #007D8E;
  padding-bottom: 8px;
  border-bottom: 7px solid #60AFB3;
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.secondary-menu li:before {
  content: "/";
  font-size: 16px;
  color: #007d8e;
  font-weight: 600;
  margin: 0px 3px;
}

@media screen and (min-width: 64em) {
  .secondary-menu li:before {
    font-size: 18px;
  }
}

@media screen and (max-width: 739px) {
  .secondary-menu li:before {
    content: none;
  }
}

.secondary-menu li:first-of-type {
  margin: 0px;
}

.secondary-menu li:first-of-type:before {
  content: none;
}

.secondary-menu a {
  font-size: 16px;
  color: #444648;
  font-weight: 400;
  letter-spacing: 1px;
  white-space: nowrap;
  border-bottom: 0px solid #60AFB3;
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-bottom 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), padding-bottom 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen and (min-width: 64em) {
  .secondary-menu a {
    font-size: 18px;
  }
}

.secondary-menu a:hover {
  color: #007D8E;
  padding-bottom: 8px;
  border-bottom: 5px solid #007d8e;
}

.social-share ul {
  list-style-type: none;
  padding-top: 0.5rem;
}

.social-share ul.horizontal li {
  display: inline;
  padding-right: 0.5rem;
}

.social-share ul.horizontal li:last-of-type {
  padding-right: 0;
}

.social-share ul.vertical li {
  padding-bottom: 0.75rem;
}

.social-share ul.vertical li:last-of-type {
  padding-bottom: 0;
}

.social-share ul .icon {
  fill: #444648;
  height: 40px;
  width: 40px;
}

.social-share ul .icon:hover {
  fill: #007D8E;
}

.social-share ul .icon.large {
  height: 60px;
  width: 60px;
}

.social-share ul svg {
  cursor: pointer;
}

.social-share ul a {
  cursor: pointer;
}

.social-share ul a.copy.share {
  position: relative;
}

.social-share ul a.copy.share::after {
  border: 1px solid #444648;
  background-color: #fff;
  border-radius: 4px;
  bottom: -1.5rem;
  color: #444648;
  content: "Copied!";
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(0.833 * 1rem);
  left: calc(50% - 1.875rem);
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: all 1s;
  width: 3.75rem;
}

.social-share ul a.copy.share.copied::after {
  opacity: 1;
  transition: all 1s;
}

.article-header .social-share li {
  display: inline;
  padding-right: 0.5rem;
}

.article-header .social-share li:last-of-type {
  padding-right: 0;
}

.article--left .social-share .icon {
  height: 60px;
  width: 60px;
}

.article--left .social-share .icon:hover {
  fill: #007D8E;
}

.article--left .social-share li {
  padding-bottom: 0.75rem;
}

.article--left .social-share li:last-of-type {
  padding-bottom: 0;
}

/* Variables */
/* Mixins */
.table {
  margin-bottom: 1rem;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  font-family: "franklin-gothic-urw",sans-serif;
}

.table th, .table td {
  padding: 0.75rem;
  text-align: left;
  vertical-align: top;
}

.table thead th {
  vertical-align: bottom;
  border-top: 2px solid #e0dbda;
  border-bottom: 3px solid #e0dbda;
}

.table tbody th,
.table tbody td {
  border-bottom: 2px solid #e0dbda;
}

/* Bordered table. */
.table-bordered {
  border: 1px solid #e0dbda;
}

.table-bordered th, .table-bordered td {
  border: 1px solid #e0dbda;
}

.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 3px;
}

/* Table with hover effect on rows. */
.table-hover tbody tr:hover th, .table-hover tbody tr:hover td {
  background-color: #eeebe8;
}

/* Inverse table. */
.table-inverse {
  background-color: #007D8E;
  color: #fff;
}

.table-inverse thead th {
  border-top-color: #14675c;
  border-bottom-color: #14675c;
}

.table-inverse tbody th,
.table-inverse tbody td {
  border-bottom-color: #14675c;
}

/* Small table. */
.table-sm {
  width: auto;
  font-size: calc(0.694 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .table-sm {
    font-size: calc((0.694 * 1rem) + (0.833 - 0.694) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .table-sm {
    font-size: calc(0.833 * 1rem);
  }
}

.table-sm th,
.table-sm td {
  padding: 0.5rem;
}

/* Striped table. */
.table-striped thead th {
  border-bottom-width: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f8f7;
}

.table-striped tbody th, .table-striped tbody td {
  border-bottom-width: 0;
}

/* Inverse colour table header. */
.thead-inverse {
  background-color: #007D8E;
  color: #fff;
}

.tag {
  font-family: "franklin-gothic-urw", sans-serif;
  text-transform: uppercase;
  padding: 0.25rem 0px;
  font-size: 12px;
  letter-spacing: 0.45px;
  color: #007D8E;
  font-weight: 500;
  white-space: nowrap;
}

.tag--green {
  background-color: #005B68;
  padding: 0.25rem 1rem;
  color: #ffffff;
  font-size: calc(0.833 * 1rem);
  letter-spacing: 1.46px;
}

.tag--green a {
  color: #fff;
}

.tag--primary {
  color: #007D8E;
}

.tag--primary--normal {
  color: #007D8E;
  font-size: calc(1 * 1rem);
  font-weight: 500;
}

.tag--primary--medium {
  color: #007D8E;
  font-size: calc(1.2 * 1rem);
}

.tag--white--medium {
  color: #ffffff;
  font-size: calc(1.2 * 1rem);
}

.tag--white--large {
  color: #ffffff;
  font-size: calc(1.44 * 1rem);
}

.tag--black {
  color: #000;
}

.tag--normal-weight {
  font-weight: 500;
}

.small__title {
  display: block;
  padding: 0.25rem 1rem;
  padding-left: 0;
  text-transform: uppercase;
  font-size: calc(0.833 * 1rem);
  font-family: "franklin-gothic-urw",sans-serif;
  font-weight: 700;
  letter-spacing: 1.46px;
}

@media screen and (max-width: 46.25em) {
  .small__title {
    font-size: 1rem;
  }
}

.small__title--green {
  font-family: "franklin-gothic-urw",sans-serif;
  border-bottom: 2px solid #007D8E;
  background: none;
  color: #007D8E;
}

/* Variables */
/* Mixins */
@media screen and (min-width: 46.25em) {
  .type-columns {
    margin-bottom: 2rem;
    columns: 2;
    column-gap: 3rem;
    column-rule: 2px solid #e0dbda;
  }
}

/* Variables */
/* Mixins */
h1, h2, h3, h4, h5, h6,
.h1,
.issue__card .issue__card__title h2, .h2, .h3, .h4, .issue__card .issue__card__tag, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1,
.issue__card .issue__card__title h2 {
  font-size: calc(2.488 * 1rem);
}

@media screen and (max-width: 30em) {
  h1,
  .h1,
  .issue__card .issue__card__title h2 {
    font-size: calc(1.728 * 1rem);
    line-height: calc(1.25 - 0.15);
  }
}

@media screen and (min-width: 30em) and (max-width: 46.25em) {
  h1,
  .h1,
  .issue__card .issue__card__title h2 {
    font-size: calc(2.074 * 1rem);
    line-height: calc(1.25 - 0.05);
  }
}

@media screen and (min-width: 46.25em) {
  h1,
  .h1,
  .issue__card .issue__card__title h2 {
    font-size: calc((2.488 * 1rem) + (2.986 - 2.488) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  h1,
  .h1,
  .issue__card .issue__card__title h2 {
    font-size: calc(2.986 * 1rem);
  }
}

h2, .h2 {
  font-size: 24px;
}

@media screen and (max-width: 30em) {
  h2, .h2 {
    font-size: 22px;
  }
}

h3, .h3 {
  font-size: calc(1.728 * 1rem);
}

@media screen and (min-width: 46.25em) {
  h3, .h3 {
    font-size: calc((1.728 * 1rem) + (2.074 - 1.728) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  h3, .h3 {
    font-size: calc(2.074 * 1rem);
  }
}

h4, .h4, .issue__card .issue__card__tag {
  font-size: calc(1.44 * 1rem);
}

@media screen and (min-width: 46.25em) {
  h4, .h4, .issue__card .issue__card__tag {
    font-size: calc((1.44 * 1rem) + (1.728 - 1.44) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  h4, .h4, .issue__card .issue__card__tag {
    font-size: calc(1.728 * 1rem);
  }
}

h5, .h5 {
  font-size: calc(1.2 * 1rem);
}

@media screen and (min-width: 46.25em) {
  h5, .h5 {
    font-size: calc((1.2 * 1rem) + (1.44 - 1.2) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  h5, .h5 {
    font-size: calc(1.44 * 1rem);
  }
}

h6, .h6 {
  font-size: calc(1 * 1rem);
}

@media screen and (min-width: 46.25em) {
  h6, .h6 {
    font-size: calc((1 * 1rem) + (1.2 - 1) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  h6, .h6 {
    font-size: calc(1.2 * 1rem);
  }
}

/* Display. */
.display-1 {
  margin-bottom: 2rem;
  font-family: "freight-display-pro", serif;
  font-size: calc(2.986 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .display-1 {
    font-size: calc((2.986 * 1rem) + (5.16 - 2.986) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .display-1 {
    font-size: calc(5.16 * 1rem);
  }
}

.display-2 {
  font-size: calc(5.16 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .display-2 {
    font-size: calc((5.16 * 1rem) + (9.699 - 5.16) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .display-2 {
    font-size: calc(9.699 * 1rem);
  }
}

.display-3 {
  font-size: calc(9.699 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .display-3 {
    font-size: calc((9.699 * 1rem) + (12.839 - 9.699) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .display-3 {
    font-size: calc(12.839 * 1rem);
  }
}

.display-1 b,
.display-2 b,
.display-3 b {
  color: #007D8E;
}

/* Inline. */
.inline-headings {
  margin-bottom: 1.5rem;
}

.inline-headings__heading, .inline-headings__paragraph {
  display: inline;
}

/* Titles modifiers. */
.titles--white h1, .titles--white h2, .titles--white h3, .titles--white h4, .titles--white h5, .titles--white h6 {
  color: #FFF;
}

.titles--black h1, .titles--black h2, .titles--black h3, .titles--black h4, .titles--black h5, .titles--black h6 {
  color: #000;
}

.titles--primary h1, .titles--primary h2, .titles--primary h3, .titles--primary h4, .titles--primary h5, .titles--primary h6 {
  color: #007D8E;
}

.titles--all-caps h1.title, .titles--all-caps h2.title, .titles--all-caps h3.title, .titles--all-caps h4.title, .titles--all-caps h5.title, .titles--all-caps h6.title {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  border-bottom: 1px solid #007D8E;
}

/* Variables */
/* Mixins */
/* Ordered.
   Numbers generated from CSS counters. */
ol {
  margin-left: 0;
  padding-left: 0;
}

/* Unordered.
Markers generated by CSS content. */
ul {
  margin-left: 0;
  padding-left: 0;
}

/* Nested. */
li > ul,
li > ol {
  margin: 0.75rem 0 0.75rem 0.75rem;
  padding: 0;
}

/* Description/definition. */
dt {
  font-weight: 700;
}

/* Columns. */
.list--columns {
  margin-bottom: 2rem;
  columns: 2;
  column-gap: 3rem;
}

/* Medium screen styles: */
@media screen and (min-width: 46.25em) {
  /* Increase number of columns. */
  .list--columns {
    columns: 3;
  }
}

/* Large screen styles: */
@media screen and (min-width: 64em) {
  /* Remove columns. */
  .list--columns {
    columns: 1;
  }
}

/* Footnotes. */
.list--footnotes li {
  margin-bottom: 0.75rem;
  font-size: calc(0.694 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .list--footnotes li {
    font-size: calc((0.694 * 1rem) + (0.833 - 0.694) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .list--footnotes li {
    font-size: calc(0.833 * 1rem);
  }
}

/* Inline. */
.list--inline li {
  display: inline-block;
  font-family: "franklin-gothic-urw",sans-serif;
  /* Remove list markers generated by :before. */
}

.list--inline li:not(:last-child) {
  margin-right: 1.5rem;
}

.list--inline li:before {
  content: "";
  display: none;
}

/* Unstyled, no markers. */
.list--unstyled li {
  /* Remove list markers generated by :before. */
}

.list--unstyled li:before {
  content: "";
  display: none;
}

/* Variables */
/* Mixins */
address {
  margin-bottom: 1rem;
  font-size: calc(0.833 * 1rem);
  line-height: 1.6;
}

@media screen and (min-width: 46.25em) {
  address {
    font-size: calc((0.833 * 1rem) + (1 - 0.833) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  address {
    font-size: calc(1 * 1rem);
  }
}

abbr[title] {
  border-bottom: 2px dotted #e0dbda;
  cursor: help;
}

dfn {
  font-style: italic;
}

ins {
  background-color: #f9f8f7;
  color: #232023;
  text-decoration: none;
}

mark {
  background-color: #f9f8f7;
  color: #232023;
  font-style: italic;
  font-weight: 700;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  display: inline-block;
  font-size: calc(0.694 * 1rem);
  line-height: 1.6;
}

@media screen and (min-width: 46.25em) {
  small {
    font-size: calc((0.694 * 1rem) + (0.833 - 0.694) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  small {
    font-size: calc(0.833 * 1rem);
  }
}

/* Alignment */
.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

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

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

/* OpenType features
   https://helpx.adobe.com/typekit/using/open-type-syntax.html#lnum */
.type-frac-diagonal {
  font-variant-numeric: diagonal-fractions;
  -webkit-font-feature-settings: "frac" 1;
          font-feature-settings: "frac" 1;
}

/* ligatures */
.type-ligs-standard {
  -webkit-font-variant-ligatures: standard-ligatures;
          font-variant-ligatures: standard-ligatures;
  -webkit-font-feature-settings: "liga" 1;
          font-feature-settings: "liga" 1;
}

.type-ligs-discretionary {
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -webkit-font-feature-settings: "dlig" 1;
          font-feature-settings: "dlig" 1;
}

/* numerals */
.type-nums-lining {
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: "lnum" 1;
          font-feature-settings: "lnum" 1;
}

.type-nums-oldstyle {
  font-variant-numeric: oldstyle-nums;
  -webkit-font-feature-settings: "onum" 1;
          font-feature-settings: "onum" 1;
}

.type-nums-proportional {
  font-variant-numeric: proportional-nums;
  -webkit-font-feature-settings: "pnum" 1;
          font-feature-settings: "pnum" 1;
}

/* caps */
.type-small-caps {
  font-variant-caps: small-caps;
  -webkit-font-feature-settings: "smcp" 1;
          font-feature-settings: "smcp" 1;
}

/* swashes */
.type-swashes {
  -webkit-font-feature-settings: "swsh" 1;
          font-feature-settings: "swsh" 1;
}

/* All OpenType features */
.type-all {
  -webkit-font-feature-settings: "dlig" 1, "onum" 1, "swsh" 1;
          font-feature-settings: "dlig" 1, "onum" 1, "swsh" 1;
}

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

.primary-typeface-weight__normal {
  font-weight: 400;
}

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

.secondary-typeface-weight--normal {
  font-weight: 400;
}

.secondary-typeface-weight__bold {
  font-weight: 700;
}

/* Variables */
/* Mixins */
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: calc(0.833 * 1rem);
}

@media screen and (min-width: 46.25em) {
  p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 64em) {
  p {
    font-size: calc(1 * 1rem);
  }
}

/* Secondary, smaller than default. */
.secondary {
  font-size: calc(0.694 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .secondary {
    font-size: calc((0.694 * 1rem) + (0.833 - 0.694) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .secondary {
    font-size: calc(0.833 * 1rem);
  }
}

/* Lede, larger than default. */
.lede {
  font-size: calc(1.2 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .lede {
    font-size: calc((1.2 * 1rem) + (1.44 - 1.2) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .lede {
    font-size: calc(1.44 * 1rem);
  }
}

/* Standfirst, largest paragraph style. */
.standfirst {
  font-size: calc(1.728 * 1rem);
}

@media screen and (min-width: 46.25em) {
  .standfirst {
    font-size: calc((1.728 * 1rem) + (2.074 - 1.728) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  .standfirst {
    font-size: calc(2.074 * 1rem);
  }
}

.wysiwyg-text {
  margin: 0 auto;
  padding: 2rem 0px;
}

/* Initial cap/letter where supported. */
@supports (initial-letter: 2) or (-webkit-initial-letter: 2) {
  .initial-letter::first-letter {
    -webkit-initial-letter: 2;
    initial-letter: 2;
    font-weight: 300;
    color: #8f9395;
  }
}

p.camel-case:first-letter {
  float: left;
  font-size: calc(2.986 * 1.5rem);
  font-family: "franklin-gothic-urw",sans-serif;
  font-weight: 700;
  line-height: 60px;
  padding-right: .2em;
  padding-top: 6px;
}

.text--white {
  color: #FFF;
}

blockquote.pullquote {
  margin: 1rem;
  display: block;
  text-align: center;
  /*Font*/
  font-family: "franklin-gothic-urw",sans-serif;
  color: #a19c9c;
}

@media screen and (min-width: 72.875em) {
  blockquote.pullquote--left {
    float: left;
    width: 300px;
    margin-left: calc(-80px - 4em);
  }
}

@media screen and (min-width: 46.25em) {
  blockquote.pullquote--right {
    float: right;
    width: 300px;
    margin-left: 3em;
    margin-right: -40%;
  }
}

blockquote.pullquote--full-width {
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}

blockquote.pullquote--full-width .pullquote__content {
  margin: 0 auto;
  max-width: 1160px;
  text-align: left;
  padding: 0 2rem;
}

blockquote.pullquote--bg-image:not(.pullquote--full-width) {
  padding: 0px;
  min-height: 400px;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
}

blockquote.pullquote--bg-image:not(.pullquote--full-width) .pullquote__content {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
}

blockquote.pullquote--bg-image:not(.pullquote--full-width) .pullquote__header__image {
  position: absolute;
  width: 100%;
  height: 100%;
}

blockquote.pullquote--bg-image:not(.pullquote--full-width) .pullquote__header__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

blockquote.pullquote--bg-image:not(.pullquote--full-width) .pullquote__image__filter {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

blockquote.pullquote p {
  font-family: "franklin-gothic-urw",sans-serif;
  font-size: calc(1.2 * 1rem);
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
}

@media screen and (min-width: 46.25em) {
  blockquote.pullquote p {
    font-size: calc((1.2 * 1rem) + (1.44 - 1.2) * (100vw - 48em) / (17.75));
  }
}

@media screen and (min-width: 64em) {
  blockquote.pullquote p {
    font-size: calc(1.728 * 1rem);
  }
}

cite.pullquote__author {
  font-size: 32px;
  width: calc(100% - 60px);
  margin: 0.5em 0 1em;
  position: relative;
  display: block;
  line-height: 1.2;
  font-style: unset;
  font-family: "freight-display-pro",serif;
  font-weight: 700;
  padding: 0.25em 30px 0.85em;
}

@media screen and (max-width: 450px) {
  cite.pullquote__author {
    font-size: 28px;
  }
}

cite.pullquote__author::after {
  content: "";
  width: 350px;
  position: absolute;
  font-size: 28px;
  line-height: 1.1;
  height: 5px;
  background: #232023;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 450px) {
  cite.pullquote__author::after {
    width: 240px;
  }
}

.hor_row {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}

.article__card__header.rat54 {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 13px;
}

.article__card__header.rat54 .article__card__header__image {
  background-color: transparent;
  width: 100%;
  padding-bottom: 75%;
}

@media screen and (min-width: 37.5em) {
  .article__card__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 46.25em) {
  .article__card__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 64em) {
  .article__card__title {
    font-size: 22px;
  }
}

.article__card__body p {
  line-height: 1.35;
  font-size: 20px !important;
}

@media screen and (min-width: 37.5em) {
  .article__card__body p {
    font-size: 20px !important;
  }
}

@media screen and (min-width: 46.25em) {
  .article__card__body p {
    font-size: 20px !important;
  }
}

@media screen and (min-width: 64em) {
  .article__card__body p {
    font-size: 18px !important;
  }
}

.related-links .article__card__title {
  font-size: 16px;
  line-height: 25px;
}

@media screen and (max-width: 64em) {
  .featured__issue--right__first {
    padding-right: 24px;
  }
}

@media screen and (max-width: 37.5em) {
  .featured__issue--right__first {
    padding-right: 0px;
  }
}

.featured__issue--right__first .featured-articles__vertical {
  padding: 0;
}

.featured__issue--right__second {
  padding: 0;
}

.featured__issue--right__second h6.article__card__title {
  font-size: calc(0.833 * 1rem);
}

@media screen and (max-width: 46.25em) {
  .featured__issue--right__second h6.article__card__title {
    font-size: 1rem;
  }
}

.featured__issue--right__second .featured-articles__vertical {
  padding: 0;
}

.featured__issue--right__second .small__title--green {
  margin-bottom: 13px;
}

.featured-articles .featured-articles__related-category .titles--primary .titles--all-caps .row {
  flex-direction: column;
}

.article__card.article__card--full-width.article__card__no-image {
  width: 100vw;
  margin-left: -24px;
}

@media screen and (min-width: 1278px) {
  .article__card.article__card--full-width.article__card__no-image {
    margin-left: calc(585px - 50vw);
  }
  .article__card.article__card--full-width.article__card__no-image .article__card__content {
    padding-left: calc(50vw - 585px);
    padding-right: calc(50vw - 585px);
  }
}

@media screen and (max-width: 64em) {
  .home-page__top.paragraph--type--featured-issue .featured__issue--left.featured__issue__cover .article__card.article__card--half-width {
    margin-bottom: 20px !important;
    margin-top: -30px;
    width: 100vw;
    margin-left: -24px;
  }
}

@media screen and (max-width: 64em) {
  .featured-articles__horizontal--three-cols .title.decorated {
    margin-top: 0rem !important;
  }
}

@media screen and (max-width: 64em) {
  .node--type-issue.node--view-mode-issue-cover-small .issue__card__image {
    margin-bottom: 27px;
  }
}

.view-display-id-most_popular_cat_block .article__card .article__card__body p {
  font-size: 1rem !important;
}

@media screen and (max-width: 46.25em) {
  .featured-articles.featured-articles__category .article__card--horizontal .article__card__content .article__card__body p {
    font-size: 18px !important;
  }
  .featured-articles.featured-articles__category .article__card--horizontal .article__card__content .article__card__title {
    font-size: 18px !important;
  }
}

.author.layout__container .article__card {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

@media screen and (min-width: 46.25em) {
  .author.layout__container .article__card {
    display: inline-block;
    width: calc(50% - 12px);
  }
}

@media screen and (min-width: 64em) {
  .author.layout__container .article__card {
    display: inline-block;
    width: calc(33% - 12px);
  }
}

.page-node-type-page .page__title {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  padding-top: 1.5rem;
}

h2.title {
  font-size: 32px;
}

.page-node-type-author .page__title {
  padding-top: 20px;
  font-family: "freight-text-pro", serif;
}

.page-node-type-author .main_content h6 {
  font-weight: 500;
}

.page-node-type-author .featured-articles__most-recent {
  padding-top: 0;
}

.view-internal-ads.view-display-id-block_3 .view-content .views-field-field-ad-image .field-content {
  text-align: center;
}

.view-internal-ads.view-display-id-block_3 .view-content .views-field-field-ad-image .field-content img {
  max-width: 950px;
  width: 100%;
  height: auto;
}

.featured__issue--right__second .view-internal-ads.view-display-id-block_3 .view-content .views-field-field-ad-image .field-content {
  text-align: center;
}

.featured__issue--right__second .view-internal-ads.view-display-id-block_3 .view-content .views-field-field-ad-image .field-content img {
  max-width: 300px;
  height: auto;
}

@media screen and (max-width: 64em) {
  .view-internal-ads.view-display-id-block_3 .views-element-container .views-field-field-ad-image .field-content img {
    max-width: 90vw;
  }
}

@media screen and (max-width: 37.5em) {
  .view-internal-ads.view-display-id-block_3 {
    display: none;
  }
}

.view-id-internal_ads.view-display-id-block_1 {
  position: relative;
  top: 110px !important;
}

.view-id-internal_ads.view-display-id-block_1 .views-field-field-ad-image img {
  max-width: 300px;
  height: auto;
}

@media screen and (max-width: 72.875em) {
  .view-id-internal_ads.view-display-id-block_1 {
    top: 0px !important;
  }
  .view-id-internal_ads.view-display-id-block_1 .views-field-field-ad-image .field-content {
    text-align: center;
  }
}

.mobile-only.internal-ads .views-field-field-ad-image .field-content {
  text-align: center;
}

@media screen and (min-width: 37.5em) {
  .mobile-only.internal-ads {
    display: none;
  }
}

.article--right.sidebar_right {
  display: flex;
  flex-direction: column;
}

.article--right.sidebar_right #block-views-block-articles-related-articles-block {
  order: 1;
  margin-bottom: 0.75rem;
}

.article--right.sidebar_right .view-id-internal_ads.view-display-id-block_1 {
  order: 0;
}

.article--right.sidebar_right .school-abbreviation {
  order: 2;
  display: flex;
  align-items: center;
  position: relative;
  font-family: "freight-text-pro", serif;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 2rem;
}

.article--right.sidebar_right .school-abbreviation img {
  width: 14px;
  padding-right: 0.25em;
  padding-bottom: 9px;
  padding-top: 9px;
}

@media screen and (max-width: 46.25em) {
  .article--right.sidebar_right .school-abbreviation {
    top: 15px !important;
    margin: 0 -1.75em;
    margin-top: 1.25rem;
  }
}

.article--right.sidebar_right #block-views-block-weekly-highlight-block-1 {
  order: 3;
}

.all-issues {
  font-size: 14px;
  font-weight: 500;
  color: #007d8e;
  font-family: "franklin-gothic-urw", sans-serif;
}

#admin-toolbar-search-input {
  display: none !important;
}

.wFormContainer.newsletter {
  background: #6bb4c3;
  max-width: unset !important;
  position: relative;
  display: block;
  top: 158px;
  width: 100vw;
  color: #000;
  padding: 40px calc(50vw - 585px) 40px;
  margin: unset !important;
  margin-left: calc(585px - 50vw) !important;
  margin-right: auto !important;
}

.wFormContainer.newsletter .form-title h2,
.wFormContainer.newsletter .form-title p {
  font-family: "freight-display-pro", serif;
  color: black;
}

.wFormContainer.newsletter .form-title h2 {
  font-size: 32px;
  margin-bottom: 0;
}

.wFormContainer.newsletter .form-title p {
  font-size: 18px;
}

@media screen and (max-width: 37.5em) {
  .wFormContainer.newsletter .form-title {
    padding-left: calc(0.5rem + 10px);
  }
}

@media screen and (max-width: 1270px) {
  .wFormContainer.newsletter {
    padding: 40px 50px 40px;
    margin-left: -50px !important;
  }
}

@media screen and (max-width: 64em) {
  .wFormContainer.newsletter {
    padding: 30px 10px 30px;
    margin-left: -24px !important;
  }
}

@media screen and (max-width: 740px) {
  .wFormContainer.newsletter {
    top: 93px;
  }
}

@media screen and (max-width: 46.25em) {
  .wFormContainer.newsletter {
    width: calc(100vw - 20px);
  }
}

.newsletter-container {
  box-sizing: border-box;
  padding-right: 80px;
  max-width: 1270px;
}

.form-container .col-md-6 {
  padding-right: 1em;
}

.wForm {
  padding: 0 !important;
}

.wForm form {
  margin-top: -35px;
}

@media screen and (max-width: 37.5em) {
  .wForm form {
    margin-top: -15px;
  }
}

.wFormContainer .inputWrapper input[type="text"] {
  border-radius: 0;
  width: 100%;
  padding: 1em;
}

.wFormContainer .wForm .primaryAction {
  color: #fff;
  background-color: #6bb4c3;
  border: 2px solid #fff;
  text-transform: uppercase;
  margin-top: 0;
  padding: 0.85em 2em;
}

.wFormContainer .wForm .primaryAction:hover {
  background-color: #fff;
  color: #6bb4c3;
}

.newsletter .wForm {
  height: auto !important;
  background: #6bb4c3;
}

.label.preField.reqMark {
  display: none;
}

.name-container .col-xs-6 {
  padding: 0 0.5em;
}

.name-container .oneField {
  padding: 0 !important;
}

.name-container .inputWrapper {
  width: 100%;
}

.captcha {
  border-top: none !important;
}

.wForm form .oneChoice label,
.wForm form .oneChoice .label {
  margin-left: 0;
  padding-left: 0;
}

.label.postField {
  font-family: "freight-display-pro", serif;
  color: black;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}

.input-checkbox-faux span {
  font-size: 16px;
}

.wForm form .vertical > .oneChoice {
  margin: -5px 0 4px 0;
}

.wForm div > div.oneField {
  margin-top: 0 !important;
}

.wFormContainer .supportInfo {
  padding-bottom: 0px !important;
  font-weight: 600;
}

.wFormContainer .supportInfo a {
  background: none;
}

.wFormContainer .supportInfo a:hover {
  background: linear-gradient(to bottom, currentColor 50%, currentColor 50%) left bottom repeat-x;
  background-size: 1px 2px;
  padding-bottom: 3px;
}

.consent-checkbox {
  height: auto !important;
  margin-top: 4px !important;
}

@media screen and (max-width: 37.5em) {
  div#tfa_5-D {
    padding-top: 30px;
  }
}

.main-menu #edit-bef-sort-options,
.main-menu #edit-bef-sort-options--2 {
  display: none !important;
}

.main-menu .form-item-sort-by {
  display: none !important;
}

.path-search #edit-bef-sort-options--2 {
  border: none !important;
}

.path-search #edit-bef-sort-options--2 .details-wrapper {
  display: block;
}

.article__card--search .article__extras > div {
  display: flex;
  align-items: center;
}

.article__card--search .article__extras > div .article__author {
  display: flex;
  align-items: center;
}

.article__card--search .article__extras > div .article__author a,
.article__card--search .article__extras > div .article__issue {
  margin: 0 5px;
}

.article__card--search .article__extras > div .pipe {
  color: black;
}

/* Bottom form accessibility edits */
.wFormContainer.newsletter {
  background: #007d8e !important;
}

.newsletter .wForm {
  background: #007d8e !important;
}

.wFormContainer .wForm .primaryAction {
  background: #fff;
  color: #007d8e;
}

.wForm label *,
.wForm .label * {
  color: #fff;
  font-weight: 700;
}

.wFormFooter a {
  color: #fff !important;
  font-size: 0.8rem !important;
}

.wFormContainer.newsletter .form-title h2,
.wFormContainer.newsletter .form-title p {
  color: #fff !important;
}

.wFormContainer.newsletter .form-title p {
  font-weight: 700;
}

body:has(.idea-form.form-container) .ui-dialog .ui-dialog-titlebar {
  background: #fff;
  border-bottom: none;
}

body:has(.idea-form.form-container) .ui-dialog .ui-dialog-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.idea-form.form-container {
  padding: 0 1em;
}

.idea-form.form-container.mobile-only {
  display: none;
}

.idea-form.form-container form {
  margin-top: 0;
}

.idea-form.form-container textarea,
.idea-form.form-container input {
  border: 1px solid #b7b9ba;
  border-radius: 3px;
  margin-bottom: 1.5em;
  margin-top: 0.15rem;
}

.idea-form.form-container textarea {
  max-height: 8.5em;
  padding: 1em;
  height: 8.5em;
  min-height: unset;
}

.idea-form.form-container input {
  max-height: 2.5em;
  padding: 0 1em;
  width: 75%;
}

@media screen and (max-width: 767px) {
  .idea-form.form-container input {
    width: 100%;
  }
}

.idea-form.form-container label {
  font-weight: 400;
  font-family: "freight-text-propro", serif;
  font-size: 1.15rem;
}

.idea-form.form-container p {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1rem;
  font-family: "freight-text-propro", serif;
  color: #444648;
}

.idea-form.form-container > p {
  font-weight: 400;
  font-size: 1.15rem;
}

.idea-form.form-container:has(.webform-confirmation) > p {
  display: none;
}

.idea-form.form-container .form-actions {
  text-align: left;
  padding: 0;
}

.idea-form.form-container .form-actions input {
  background: none;
  padding: 0.75em 2em;
  text-transform: uppercase;
  font-family: "Helvetica", sans-serif;
  color: #007d8e;
  font-weight: 600;
  border: 1px solid #007d8e;
  width: auto !important;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .idea-form.form-container {
    display: none;
  }
  .idea-form.form-container.mobile-only {
    display: block;
    padding: 0;
  }
}

.article--full:has(.article-header.featured.image) .article--main img {
  margin-top: 1.5em;
  opacity: 0;
  transform: translateX(15%);
  transition: opacity 0.75s ease-in, transform 0.5s ease-in;
}

.article--full:has(.article-header.featured.image) .article--main img.visible {
  opacity: 1;
  transform: translateX(0);
}

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * franklin-gothic-urw:
 *   - http://typekit.com/eulas/0000000000000000000118ad
 *   - http://typekit.com/eulas/000000000000000000011ce6
 *   - http://typekit.com/eulas/0000000000000000000118b1
 *   - http://typekit.com/eulas/0000000000000000000118ae
 *   - http://typekit.com/eulas/0000000000000000000118b0
 *   - http://typekit.com/eulas/0000000000000000000118b2
 * freight-display-pro:
 *   - http://typekit.com/eulas/0000000000000000000132cb
 *   - http://typekit.com/eulas/0000000000000000000132cc
 *   - http://typekit.com/eulas/0000000000000000000132cd
 *   - http://typekit.com/eulas/0000000000000000000132ce
 *   - http://typekit.com/eulas/0000000000000000000132cf
 *   - http://typekit.com/eulas/0000000000000000000132d0
 * freight-text-pro:
 *   - http://typekit.com/eulas/000000000000000000012059
 *   - http://typekit.com/eulas/00000000000000000001205a
 *   - http://typekit.com/eulas/00000000000000000001205b
 *   - http://typekit.com/eulas/00000000000000000001205c
 *   - http://typekit.com/eulas/000000000000000000012108
 *   - http://typekit.com/eulas/00000000000000000001210c
 *   - http://typekit.com/eulas/00000000000000000001210d
 *
 * © 2009-2020 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2020-12-15 16:01:36 UTC"}*/
@font-face {
  font-family: "franklin-gothic-urw";
  src: url("https://use.typekit.net/af/9cb78a/0000000000000000000118ad/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/9cb78a/0000000000000000000118ad/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/9cb78a/0000000000000000000118ad/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "franklin-gothic-urw";
  src: url("https://use.typekit.net/af/2e6f07/000000000000000000011ce6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/2e6f07/000000000000000000011ce6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/2e6f07/000000000000000000011ce6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "franklin-gothic-urw";
  src: url("https://use.typekit.net/af/b825af/0000000000000000000118b1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/b825af/0000000000000000000118b1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/b825af/0000000000000000000118b1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "franklin-gothic-urw";
  src: url("https://use.typekit.net/af/07d425/0000000000000000000118ae/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/07d425/0000000000000000000118ae/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/07d425/0000000000000000000118ae/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "franklin-gothic-urw";
  src: url("https://use.typekit.net/af/a5188d/0000000000000000000118b0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/a5188d/0000000000000000000118b0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/a5188d/0000000000000000000118b0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "franklin-gothic-urw";
  src: url("https://use.typekit.net/af/9a7284/0000000000000000000118b2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/9a7284/0000000000000000000118b2/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/9a7284/0000000000000000000118b2/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "freight-text-pro";
  src: url("https://use.typekit.net/af/ac6334/000000000000000000012059/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/ac6334/000000000000000000012059/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/ac6334/000000000000000000012059/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "freight-text-pro";
  src: url("https://use.typekit.net/af/5464d5/00000000000000000001205a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/5464d5/00000000000000000001205a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/5464d5/00000000000000000001205a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "freight-text-pro";
  src: url("https://use.typekit.net/af/04ec74/00000000000000000001205b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/04ec74/00000000000000000001205b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/04ec74/00000000000000000001205b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "freight-text-pro";
  src: url("https://use.typekit.net/af/8cf83d/00000000000000000001205c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/8cf83d/00000000000000000001205c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/8cf83d/00000000000000000001205c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "freight-text-pro";
  src: url("https://use.typekit.net/af/6469f1/000000000000000000012108/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/6469f1/000000000000000000012108/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/6469f1/000000000000000000012108/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "freight-text-pro";
  src: url("https://use.typekit.net/af/f8d42c/00000000000000000001210c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/f8d42c/00000000000000000001210c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/f8d42c/00000000000000000001210c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "freight-text-pro";
  src: url("https://use.typekit.net/af/ffd27e/00000000000000000001210d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff2"), url("https://use.typekit.net/af/ffd27e/00000000000000000001210d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff"), url("https://use.typekit.net/af/ffd27e/00000000000000000001210d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 900;
}

@font-face {
  font-family: "freight-display-pro";
  src: url("https://use.typekit.net/af/868845/0000000000000000000132cb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/868845/0000000000000000000132cb/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/868845/0000000000000000000132cb/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "freight-display-pro";
  src: url("https://use.typekit.net/af/5a6007/0000000000000000000132cc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff2"), url("https://use.typekit.net/af/5a6007/0000000000000000000132cc/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff"), url("https://use.typekit.net/af/5a6007/0000000000000000000132cc/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 900;
}

@font-face {
  font-family: "freight-display-pro";
  src: url("https://use.typekit.net/af/6f4412/0000000000000000000132cd/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/6f4412/0000000000000000000132cd/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/6f4412/0000000000000000000132cd/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "freight-display-pro";
  src: url("https://use.typekit.net/af/aa7769/0000000000000000000132ce/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/aa7769/0000000000000000000132ce/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/aa7769/0000000000000000000132ce/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "freight-display-pro";
  src: url("https://use.typekit.net/af/f15774/0000000000000000000132cf/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/f15774/0000000000000000000132cf/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/f15774/0000000000000000000132cf/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "freight-display-pro";
  src: url("https://use.typekit.net/af/51f389/0000000000000000000132d0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/51f389/0000000000000000000132d0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/51f389/0000000000000000000132d0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "freight-display-pro";
  src: url("https://use.typekit.net/af/f15774/0000000000000000000132cf/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/f15774/0000000000000000000132cf/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/f15774/0000000000000000000132cf/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "freight-display-pro";
  src: url("https://use.typekit.net/af/51f389/0000000000000000000132d0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/51f389/0000000000000000000132d0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/51f389/0000000000000000000132d0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}

.tk-franklin-gothic-urw {
  font-family: "franklin-gothic-urw", sans-serif;
}

.tk-freight-text-pro {
  font-family: "freight-text-pro", serif;
}

.tk-freight-display-pro {
  font-family: "freight-display-pro", serif;
}

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