<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Motif v4.0.0
 * A responsive front-end framework to tell *your* story
 * http://getmotif.com
 */
/**
 * Global Stylesheet
 * The site's main (and perhaps only) stylesheet. All supporting stylesheet 
 * files are imported into and compiled from here.
 */
:root {
  --header-height: 130px;
  --nav-height: 149px;
  --filter-bar-height: 36px;
  --alert-height: 0px;
}
:root {
  --primary-background: #F5F6F7;
  --primary-background-hover: #E4E5E7;
  --secondary-background: #003E4F;
  --primary-dark: #101010;
  --secondary-dark: #101010;
  --primary-light: #FDFDFF;
  --primary-accent: #EBCC81;
  --secondary-accent: #EBCC81;
  --link-background: #FDFDFF;
}
.themes--default,
.themes--teal,
.themes--iso-teal {
  --primary-background-hover: #BEE2D9;
  --secondary-dark: #003E4F;
  --primary-accent: #003E4F;
}
.themes--teal-dark {
  --primary-background-hover: #003E4F;
  --secondary-dark: #003E4F;
  --primary-accent: #003E4F;
  --link-background: #003E4F;
}
.themes--blackberry {
  --primary-background-hover: #EDC7D1;
  --secondary-background: #530526;
  --secondary-dark: #530526;
  --primary-accent: #530526;
  --secondary-accent: #EDC7D1;
}
.themes--gold {
  --primary-background-hover: #EBCC81;
  --secondary-background: #684800;
  --secondary-dark: #684800;
  --primary-accent: #684800;
  --secondary-accent: #EBCC81;
  --link-background: #EBCC81;
}
.themes--nightlife {
  --primary-background-hover: #BEE2D9;
  --secondary-background: #391339;
  --secondary-dark: #391339;
  --primary-accent: #BEE2D9;
  --secondary-accent: #BEE2D9;
}
.themes--neutral {
  --primary-background-hover: #E4E5E7;
  --secondary-background: #101010;
  --secondary-dark: #684800;
  --primary-accent: #EBCC81;
  --secondary-accent: #EBCC81;
}
.themes--happy-teal {
  --link-background: #BEE2D9;
}
.themes--gray {
  --link-background: #E4E5E7;
}
.themes--flute-gray {
  --link-background: #F5F6F7;
}
.themes--orange {
  --primary-background-hover: #F7D8B5;
  --secondary-background: #E88E29;
  --secondary-dark: #6F410C;
  --primary-light: #101010;
  --primary-accent: #E88E29;
}
.themes--yuletide {
  --primary-background-hover: #E4E5E7;
  --secondary-background: #8C030E;
  --secondary-dark: #684800;
  --primary-accent: #8C030E;
  --secondary-accent: #EBCC81;
}
/*

Dynamic Responsive Image

*/
.m-images__image-as-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.no-objectfit .m-images__image-as-bg {
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.m-image__gradient-overlay {
  content: '';
  position: absolute;
  top: 33%;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 0;
}
/**
 * Normalize
 * Using the Normalize.css (http://necolas.github.io/normalize.css/) with only minor modification.
 */
/*

HTML5 Display Definitions

Set the appropriate `display` definitions for new HTML5 elements.

The majority will be displayed `block`.

*/
*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #FDFDFF;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/*

Type

*/
/*

HTML Font Size Adjust

1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
   `em` units.
2. Prevents iOS text size adjust after orientation change, without disabling
   user zoom.

*/
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}
html,
button,
input,
select,
textarea {
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
}
abbr[title] {
  border: none;
}
i,
cite,
address {
  font-style: normal;
}
dfn {
  font-style: italic;
}
b {
  font-weight: normal;
}
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
menu,
ul,
ol,
dl,
table,
figure {
  /* Display &amp; Box Model */
  margin: 1.25rem 0 0 0;
  /* Other */
  font-size: 1em;
}
menu,
ol,
ul {
  padding-left: 2.5em;
}
li ul,
li ol {
  margin-top: 0.5555555555555556em;
  margin-bottom: 0.5555555555555556em;
}
dd {
  margin-left: 2.5em;
}
blockquote {
  padding: 1.25em 2.5em;
}
blockquote &gt; :first-child {
  margin-top: 0;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
small {
  font-size: 1em;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/*

Unstyled List

A basic stripping of list styles.

*/
.lists__unstyled,
.lists__horizontal,
.lists__horizontal--forceful,
.lists__horizontal--links,
.lists__horizontal--pgs,
.lists__breadcrumb-list,
.lists__horizontal--buttons {
  margin-top: 0;
  padding-left: 0;
  list-style: none outside none;
}
/*

Horizontal List

The basic horizontal list module simply removes bullets from lists and inlines the list 
items, making the link `inline-block`. The idea is to give the skeleton of a 
horizontal list/navigation without adding too much style (yet).

*/
.lists__horizontal li,
.lists__horizontal--links li,
.lists__horizontal--pgs li,
.lists__breadcrumb-list li,
.lists__horizontal--buttons li {
  display: inline;
}
.lists__horizontal a,
.lists__horizontal--links a,
.lists__horizontal--pgs a,
.lists__breadcrumb-list a,
.lists__horizontal--buttons a {
  display: inline-block;
}
/*

Horizontal List (Forceful)

Rather than making the list `inline-block`, it floats the list elements 
(except on the smallest screen sizes, where it remains vertical). More precise
than the default Horizontal List.

*/
@media all and (min-width: 30em) {
  .lists__horizontal--forceful:before,
  .lists__horizontal--forceful:after {
    content: "\0020";
    height: 0;
    display: block;
    overflow: hidden;
  }
  .lists__horizontal--forceful:after {
    clear: both;
  }
}
.lists__horizontal--forceful li {
  display: block;
}
@media all and (min-width: 30em) {
  .lists__horizontal--forceful li {
    float: left;
  }
}
.lists__horizontal--forceful a {
  display: block;
}
/*

Link List

A basic extension of the Horizontal List, this adds some margin to the links in
the list for a more pleasant looking list of links.

````link-list
&lt;ul class="lists__horizontal--links"&gt;
    &lt;li&gt;
        &lt;a href="#"&gt;Basic Link&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
        &lt;a href="#"&gt;Basic Link&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
        &lt;a href="#"&gt;Basic Link&lt;/a&gt;
    &lt;/li&gt;
&lt;/ul&gt;
````

*/
.lists__horizontal--links a {
  margin-right: 30px;
}
.lists__horizontal--links li:last-child a {
  margin-right: 0;
}
/*

Pagination

An extension of the basic horizontal list module that simply adds enough padding on
the links for pagination.

*/
.lists__horizontal--pgs a {
  padding: 0 0.625em;
}
.lists__horizontal--pgs a,
.lists__horizontal--pgs a:hover,
.lists__horizontal--pgs a:focus {
  color: inherit;
}
/*

Breadcrumb

Another extension of the horizontal list module, adding a breadcrumb `label` 
and floating it and the ordered list.

````breadcrumb
&lt;nav class="lists__breadcrumb" role="navigation"&gt;
    &lt;ol class="lists__breadcrumb-list"&gt;
        &lt;li&gt;
            &lt;a href="#"&gt;Breadcrumb Link&lt;/a&gt;
        &lt;/li&gt;
        &lt;li&gt;
            &lt;a href="#"&gt;Breadcrumb Link&lt;/a&gt;
        &lt;/li&gt;
        &lt;li&gt;
            &lt;a&gt;Breadcrumb Link&lt;/a&gt;
        &lt;/li&gt;
    &lt;/ol&gt;
&lt;/nav&gt;
````

*/
.lists__breadcrumb {
  margin-top: 1.1111111111111112em;
}
.lists__breadcrumb-label {
  margin: 0 0.5rem 0 0;
  float: left;
}
.lists__breadcrumb-list {
  margin: 0;
  float: left;
}
.lists__breadcrumb-list li {
  margin-right: 0.5rem;
}
/*

Button List

````button-list
&lt;ul class="lists__horizontal--buttons"&gt;
    &lt;li&gt;
        &lt;a class="btn--primary" href="#"&gt;Button&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
        &lt;a class="btn--primary is-current" href="#"&gt;Button&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
        &lt;a class="btn--primary" href="#"&gt;Button&lt;/a&gt;
    &lt;/li&gt;
&lt;/ul&gt;
````

*/
.lists__horizontal--buttons {
  margin-top: 0;
  overflow: hidden;
}
.lists__horizontal--buttons li {
  display: block;
  float: left;
}
.lists__horizontal--buttons a {
  display: block;
}
.lists__unordered,
.wysiwyg ul {
  padding: 0;
  list-style-type: none;
}
.lists__unordered li,
.wysiwyg ul li {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 1.25rem;
}
.lists__unordered li:last-of-type,
.wysiwyg ul li:last-of-type {
  padding-bottom: 0;
}
.lists__unordered li:before,
.wysiwyg ul li:before {
  content: '';
  position: absolute;
  top: calc( ( 26px - 14px ) * 0.5 );
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url('/wp-content/themes/lbcore/resources/images/iso-bullet.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.lists__ordered,
.wysiwyg ol {
  list-style: none;
  counter-reset: lists__ordered-list;
  margin-left: 0;
  padding: 0;
}
.lists__ordered li,
.wysiwyg ol li {
  counter-increment: lists__ordered-list;
  padding-left: 2rem;
  padding-bottom: 1.25rem;
  position: relative;
}
.lists__ordered li:before,
.wysiwyg ol li:before {
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 600;
  content: counter(lists__ordered-list) '.';
  color: #003E4F;
  position: absolute;
  left: 0;
}
/*

Ratios

Ratios are used primarily for objects that must scale in both width and height
proportionally, such as embedded videos.

See: (http://daverupert.com/2012/04/uncle-daves-ol-padded-box/)

The `.ratios__` dimension class is placed on a wrapping element, with 
its child contents wrapped by the `.ratios__content` class.

    &lt;div class="ratios__square"&gt;
        &lt;div class="ratios__content"&gt;
            ...
        &lt;/div&gt;
    &lt;/div&gt;

For embedded videos, use the `.ratios__video` class, and it will assume an 
`iframe` is the direct child:

    &lt;div class="ratios__video"&gt;
        &lt;iframe src="http://youtube.com/myVidEmbed"&gt;&lt;/iframe&gt;
    &lt;/div&gt;

*/
.ratios__base:before,
.ratios__video:before,
.ratios__1x1:before,
.ratios__square:before,
.ratios__2x1:before,
.ratios__1x2:before {
  content: "";
}
.ratios__video:before {
  padding-top: 56.25%;
}
.ratios__1x1:before,
.ratios__square:before {
  padding-top: 100%;
}
.ratios__2x1:before {
  padding-top: 50%;
}
.ratios__1x2:before {
  padding-top: 200%;
}
.ratios__content,
.ratios__video &gt; iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*

Figures

Great for integrating images into bodies of text, the `.media__figure` class is 
modified by the `--left` and `--right` keywords depending on where you would 
like it placed.

````plain-media
&lt;figure class="media__figure"&gt;
    &lt;img src="http://placehold.it/800x444" alt="A full-width photo"&gt;
&lt;/figure&gt;
````

````captioned-media
&lt;figure class="media__figure"&gt;
    &lt;img src="http://placehold.it/800x444" alt="A full-width photo with a caption"&gt;
    &lt;figcaption class="media__figcaption"&gt;This caption enhances the photo above. It should only be a brief sentence or two long.&lt;/figcaption&gt;
&lt;/figure&gt;
````

*/
.media__figure,
[class*="media__figure--"] {
  margin-top: 1.1111111111111112em;
}
@media all and (min-width: 30em) {
  [class*="media__figure--"] {
    margin-top: 0;
    max-width: 50%;
  }
  .media__figure--left,
  .media__figure--right {
    padding-bottom: 0.625rem;
  }
  .media__figure--left {
    float: left;
    padding-right: 2rem;
  }
  .media__figure--right {
    float: right;
    padding-left: 2rem;
  }
}
.icons__icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: text-bottom;
  fill: currentColor;
}
.no-svg .icons__icon {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
img {
  max-width: 100%;
  border: 0;
}
.lte7 img {
  -ms-interpolation-mode: bicubic;
}
.images__image-as-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.no-objectfit .images__image-as-bg {
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.images__figure-as-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  margin: 0;
}
.images__figure-as-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.no-objectfit .images__figure-as-bg img {
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
audio,
canvas,
video {
  display: inline-block;
}
.lte7 audio,
.lte7 canvas,
.lte7 video {
  display: inline;
  zoom: 1;
}
/*

Audio

From Normalize.css:

&gt; Prevents modern browsers from displaying `audio` without controls.
&gt; Remove excess height in iOS5 devices.

*/
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
/*

Font Declarations

Using the `.web-font` and `.web-font-svg` mixins, declare webfonts using the
"bulletproof" `@font-face` syntax.

See: (http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax/)

*/
/*

Font Classes

Each font family and weight used in the site is given its own LEGO-block class
to enable quick use and modularity.

*/
.jost,
.elements__select {
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
}
.le-monde {
  font-family: "le-monde-livre-std", "Times New Roman", Times, Georgia, serif;
}
.le-monde-italic,
.styles__italic {
  font-family: "le-monde-livre-std", "Times New Roman", Times, Georgia, serif;
  font-style: italic;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-regular {
  font-weight: 400;
}
.font-weight-semi {
  font-weight: 600;
}
.font-weight-bold {
  font-weight: 700;
}
.font-weight-super-bold {
  font-weight: 900;
}
.font-style-italic {
  font-style: italic;
}
.heading-font {
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
}
.copy-font {
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
}
.jost-regular {
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 400;
}
.jost-italic {
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-style: italic;
}
.jost-bold {
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 700;
}
.jost-semi,
.primaryNav__subnav-current {
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 600;
}
.jost-bold-italic {
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.jost-light-italic {
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 300;
  font-style: italic;
}
/*

Font Classes

Each font family and weight used in the site is given its own LEGO-block class
to enable quick use and modularity.

*/
/*

Heading Styles

In Motif, typography is broken into pieces that separate skin from structure.
In this case, that means the font sizing (structure) is separate from the
styling (skin) -- which includes font family, color, etc.

Heading styles are some of the type skins, and we start out with
`.primary-heading` (which is also the `h`-tag default) and
`.secondary-heading`. Add as necessary.

````primary-heading
&lt;h1 class="primary-heading"&gt;Primary Heading&lt;/h1&gt;
````

*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 600;
}
h1,
.styles__primary-heading {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.05;
  text-transform: uppercase;
}
@media all and (min-width: 48em) {
  h1,
  .styles__primary-heading {
    font-size: 86px;
    font-size: 5.375rem;
    line-height: 1.04651163;
  }
}
h2,
.styles__secondary-heading {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: -0.00769231em;
  text-transform: uppercase;
}
@media all and (min-width: 48em) {
  h2,
  .styles__secondary-heading {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.03846154;
  }
}
h3,
.styles__tertiary-heading {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16666667;
}
@media all and (min-width: 48em) {
  h3,
  .styles__tertiary-heading {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16666667;
  }
}
h4,
.styles__quaternary-heading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media all and (min-width: 48em) {
  h4,
  .styles__quaternary-heading {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.15384615;
  }
}
h5,
.styles__quinary-heading {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media all and (min-width: 48em) {
  h5,
  .styles__quinary-heading {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444444;
  }
}
h6,
.styles__senary-heading {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.46666667;
}
/*

Body &amp; Paragraph Text

*/
body,
.styles__body-text,
.elements__input-hint,
.elements__input-desc,
[class*="messaging__input-alert"] {
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444444;
  color: #101010;
}
.styles__paragraph--large {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.30769231;
}
.styles__paragraph--large + .styles__paragraph--large {
  margin-bottom: 26px;
}
.styles__paragraph--large:last-of-type {
  margin-bottom: 0;
}
p,
.styles__paragraph {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media all and (min-width: 48em) {
  p,
  .styles__paragraph {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444444;
  }
}
p + p,
p + .styles__paragraph,
.styles__paragraph + p,
.styles__paragraph + .styles__paragraph {
  margin-bottom: 24px;
}
p:last-of-type,
.styles__paragraph:last-of-type {
  margin-bottom: 0;
}
.styles__paragraph--small {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.73333333;
}
.styles__paragraph--small + .styles__paragraph--small {
  margin-bottom: 22px;
}
.styles__paragraph--small:last-of-type {
  margin-bottom: 0;
}
.styles__h1-alternate {
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 1.10344828;
}
.styles__h1-alternate.medium {
  font-size: 34.8px;
  font-size: 2.175rem;
  line-height: 1.10344828;
}
.styles__h1-alternate.small {
  font-size: 23.200000000000003px;
  font-size: 1.4500000000000002rem;
  line-height: 1.10344828;
}
figcaption,
.styles__paragraph--caption {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.38461538;
}
/*

Blockquote

A basic blockquote.

````blockquote
&lt;figure class="blockquote"&gt;
    &lt;blockquote&gt;
        At last we will reveal ourselves to the the Jedi. At last we will have
        our revenge.
    &lt;/blockquote&gt;
    &lt;figcaption class="blockquote__cite"&gt;Darth Maul&lt;/figcaption&gt;
&lt;/figure&gt;
````

*/
.styles__blockquote {
  padding-left: 1rem;
}
.styles__blockquote blockquote {
  padding: 0;
}
.styles__blockquote-cite {
  display: block;
}
.styles__blockquote-cite:before {
  content: "\2014";
}
/*

Typographic Scale

The building blocks for the site's type sizes. Almost exclusively, an element's
font size is assigned with one of these classes. If a new size is needed, a new
class is created here so it can be used and reused elsewhere.

The list of type sizes can grow or shrink, but be vigilant in keeping the
number of sizes to a minimum. A nice rule of thumb is that no two sizes can one
pixel in difference (forcing you to choose one over the other, giving you one
class where you previously had two).

````typographic-scale
&lt;p class="hierarchy__canon-text"&gt;Canon Text (38px)&lt;/p&gt;
&lt;p class="hierarchy__paragon-text"&gt;Paragon Text (30px)&lt;/p&gt;
&lt;p class="hierarchy__primer-text"&gt;Primer Text (24px)&lt;/p&gt;
&lt;p class="hierarchy__tertia-text"&gt;Tertia Text (18px)&lt;/p&gt;
&lt;p class="hierarchy__normal-text"&gt;Normal Text (14px)&lt;/p&gt;
&lt;p class="hierarchy__petite-text"&gt;Petite Text (12px)&lt;/p&gt;
````

Long Modifiers

The type sizes are given the `--long` modifier, allowing you to use
each type size with varying line heights.

    &lt;p class="hierarchy__petite-text"&gt;I'm just a small bit of text, my `line-height`
    can be tight.&lt;/p&gt;

    &lt;p class="hierarchy__petite-text--long"&gt;I'm a long paragraph, so my `line-height`
    should be longer to enhance legibility. ... &lt;/p&gt;

*/
.hierarchy__long-text,
.hierarchy__canon-text--long,
.hierarchy__meridian-text--long,
.hierarchy__paragon-text--long,
.hierarchy__tertia-text--long,
.hierarchy__great-text--long,
.hierarchy__primer-text--long,
.hierarchy__grand-text--long,
.hierarchy__normal-text--long,
.hierarchy__petite-text--long,
.hierarchy__minion-text--long {
  line-height: 1.5;
}
/*

Canon Text

*/
.hierarchy__canon-text,
.hierarchy__canon-text--long {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.05;
}
@media all and (min-width: 48em) {
  .hierarchy__canon-text,
  .hierarchy__canon-text--long {
    font-size: 86px;
    font-size: 5.375rem;
    line-height: 1.04651163;
  }
}
/*

Meridian Text

*/
.hierarchy__meridian-text,
.hierarchy__meridian-text--long {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1.04166667;
}
/*

Paragon Text

*/
.hierarchy__paragon-text,
.hierarchy__paragon-text--long {
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 1.03448276;
}
/*

Tertia Text

*/
.hierarchy__tertia-text,
.hierarchy__tertia-text--long {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}
@media all and (min-width: 48em) {
  .hierarchy__tertia-text,
  .hierarchy__tertia-text--long {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.03846154;
  }
}
/*

Great Text

*/
.hierarchy__great-text,
.hierarchy__great-text--long {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16666667;
}
@media all and (min-width: 48em) {
  .hierarchy__great-text,
  .hierarchy__great-text--long {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16666667;
  }
}
/*

Primer Text

*/
.hierarchy__primer-text,
.hierarchy__primer-text--long {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media all and (min-width: 48em) {
  .hierarchy__primer-text,
  .hierarchy__primer-text--long {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.15384615;
  }
}
/*

Grand Text

*/
.hierarchy__grand-text,
.hierarchy__grand-text--long {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.63636364;
}
@media all and (max-width: 47.9375em) {
  .hierarchy__grand-text,
  .hierarchy__grand-text--long {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
/*

Normal Text

*/
.hierarchy__normal-text,
.hierarchy__normal-text--long {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media all and (min-width: 48em) {
  .hierarchy__normal-text,
  .hierarchy__normal-text--long {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444444;
  }
}
/*

Petite Text

*/
.hierarchy__petite-text,
.hierarchy__petite-text--long {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.46666667;
}
/*

Minion Text

*/
.hierarchy__minion-text,
.hierarchy__minion-text--long {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.38461538;
}
/*

Interactive Elements

*/
/*

button

Default interactive button styles. This `.btn` class can be applied to `&lt;a&gt;`, 
`&lt;button&gt;`, or `&lt;input&gt;` elements. Button color and style classes can be combined 
with size classes, much like the type modules.

````button
&lt;a class="button__btn" href="#"&gt;Default&lt;/a&gt;
&lt;a class="button__primary" href="#"&gt;Primary&lt;/a&gt;
&lt;a class="button__danger" href="#"&gt;Danger&lt;/a&gt;
````

*/
a,
button {
  font-size: 100%;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  line-height: normal;
}
a[disabled],
button[disabled] {
  cursor: default;
}
a::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button__base,
.button__primary,
.primaryNav__eyebrow-submit,
#iso-tnew .tnew .btn:not(.glyphicon),
.fsSubmitButton,
#iso-tnew .tnew .btn-info:not(.glyphicon),
#iso-tnew .tnew .btn-primary:not(.glyphicon) {
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  width: auto;
  height: auto;
  margin: 0;
  line-height: normal;
  text-decoration: none;
  position: relative;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  outline: 0;
  overflow: visible;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  border-color: #101010;
  background: transparent;
  color: #003E4F;
  text-align: center;
  padding: 0.625rem 1rem;
  max-width: 500px;
  margin-top: 1.1111111111111112em;
}
p &gt; .button__base,
p &gt; .button__primary,
p &gt; .primaryNav__eyebrow-submit,
p &gt; #iso-tnew .tnew .btn:not(.glyphicon),
p &gt; .fsSubmitButton,
p &gt; #iso-tnew .tnew .btn-info:not(.glyphicon),
p &gt; #iso-tnew .tnew .btn-primary:not(.glyphicon) {
  margin-top: 0;
}
/*

Button Variations

 */
.button__primary,
.fsSubmitButton,
#iso-tnew .tnew .btn-info:not(.glyphicon),
#iso-tnew .tnew .btn-primary:not(.glyphicon) {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.11111111;
  letter-spacing: 0.11111111em;
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 600;
  position: relative;
  border: 2px solid;
  padding: 13px 30px;
  text-transform: uppercase;
  z-index: 0;
}
.button__primary:hover,
.button__primary:focus,
.button__primary.is-current,
#iso-tnew .tnew .btn-info:not(.glyphicon):hover,
#iso-tnew .tnew .btn-info:not(.glyphicon):focus,
#iso-tnew .tnew .btn-info:not(.glyphicon).is-current,
#iso-tnew .tnew .btn-primary:not(.glyphicon):hover,
#iso-tnew .tnew .btn-primary:not(.glyphicon):focus,
#iso-tnew .tnew .btn-primary:not(.glyphicon).is-current {
  color: #101010;
}
.button__primary:before,
#iso-tnew .tnew .btn-info:not(.glyphicon):before,
#iso-tnew .tnew .btn-primary:not(.glyphicon):before {
  content: '';
  position: absolute;
  background: #101010;
  z-index: 10;
  top: 50%;
  width: 40px;
  height: 2px;
  left: 0;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 48em) {
  .button__primary:before,
  #iso-tnew .tnew .btn-info:not(.glyphicon):before,
  #iso-tnew .tnew .btn-primary:not(.glyphicon):before {
    width: 40px;
  }
}
.button__primary[data-theme="light"],
#iso-tnew .tnew .btn-info:not(.glyphicon)[data-theme="light"],
#iso-tnew .tnew .btn-primary:not(.glyphicon)[data-theme="light"] {
  border-color: #FDFDFF;
  color: #EBCC81;
}
.button__primary[data-theme="light"]:before,
#iso-tnew .tnew .btn-info:not(.glyphicon)[data-theme="light"]:before,
#iso-tnew .tnew .btn-primary:not(.glyphicon)[data-theme="light"]:before {
  background: #EBCC81;
}
.button__primary[data-theme="light"]:before:hover,
.button__primary[data-theme="light"]:before:focus,
.button__primary[data-theme="light"]:before.is-current,
#iso-tnew .tnew .btn-info:not(.glyphicon)[data-theme="light"]:before:hover,
#iso-tnew .tnew .btn-info:not(.glyphicon)[data-theme="light"]:before:focus,
#iso-tnew .tnew .btn-info:not(.glyphicon)[data-theme="light"]:before.is-current,
#iso-tnew .tnew .btn-primary:not(.glyphicon)[data-theme="light"]:before:hover,
#iso-tnew .tnew .btn-primary:not(.glyphicon)[data-theme="light"]:before:focus,
#iso-tnew .tnew .btn-primary:not(.glyphicon)[data-theme="light"]:before.is-current {
  background: #FDFDFF;
}
.button__primary[data-theme="light"]:hover,
.button__primary[data-theme="light"]:focus,
.button__primary[data-theme="light"].is-current,
#iso-tnew .tnew .btn-info:not(.glyphicon)[data-theme="light"]:hover,
#iso-tnew .tnew .btn-info:not(.glyphicon)[data-theme="light"]:focus,
#iso-tnew .tnew .btn-info:not(.glyphicon)[data-theme="light"].is-current,
#iso-tnew .tnew .btn-primary:not(.glyphicon)[data-theme="light"]:hover,
#iso-tnew .tnew .btn-primary:not(.glyphicon)[data-theme="light"]:focus,
#iso-tnew .tnew .btn-primary:not(.glyphicon)[data-theme="light"].is-current {
  color: #FDFDFF;
}
.animate .button__primary span,
.button__primary.animate span,
.animate #iso-tnew .tnew .btn-info:not(.glyphicon) span,
#iso-tnew .tnew .btn-info:not(.glyphicon).animate span,
.animate #iso-tnew .tnew .btn-primary:not(.glyphicon) span,
#iso-tnew .tnew .btn-primary:not(.glyphicon).animate span {
  position: relative;
  display: inline-block;
}
.animate .button__primary span:before,
.button__primary.animate span:before,
.animate #iso-tnew .tnew .btn-info:not(.glyphicon) span:before,
#iso-tnew .tnew .btn-info:not(.glyphicon).animate span:before,
.animate #iso-tnew .tnew .btn-primary:not(.glyphicon) span:before,
#iso-tnew .tnew .btn-primary:not(.glyphicon).animate span:before {
  content: '';
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  left: -5px;
  background: #FDFDFF;
  background: var(--link-background);
  z-index: -1;
}
.animate .button__primary:before,
.button__primary.animate:before,
.animate #iso-tnew .tnew .btn-info:not(.glyphicon):before,
#iso-tnew .tnew .btn-info:not(.glyphicon).animate:before,
.animate #iso-tnew .tnew .btn-primary:not(.glyphicon):before,
#iso-tnew .tnew .btn-primary:not(.glyphicon).animate:before {
  z-index: -2;
}
.animate-in .button__primary:before,
.button__primary.animate-in:before,
.animate-in #iso-tnew .tnew .btn-info:not(.glyphicon):before,
#iso-tnew .tnew .btn-info:not(.glyphicon).animate-in:before,
.animate-in #iso-tnew .tnew .btn-primary:not(.glyphicon):before,
#iso-tnew .tnew .btn-primary:not(.glyphicon).animate-in:before {
  -webkit-animation-name: animate__button-in;
          animation-name: animate__button-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.animate-out .button__primary:before,
.button__primary.animate-out:before,
.animate-out #iso-tnew .tnew .btn-info:not(.glyphicon):before,
#iso-tnew .tnew .btn-info:not(.glyphicon).animate-out:before,
.animate-out #iso-tnew .tnew .btn-primary:not(.glyphicon):before,
#iso-tnew .tnew .btn-primary:not(.glyphicon).animate-out:before {
  -webkit-animation-name: animate__button-out;
          animation-name: animate__button-out;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.button__primary[data-size="small"],
#iso-tnew .tnew .btn-info:not(.glyphicon)[data-size="small"],
#iso-tnew .tnew .btn-primary:not(.glyphicon)[data-size="small"] {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: 0.09125em;
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  padding: 5px 10px;
}
.button__primary[data-size="small"]:before,
#iso-tnew .tnew .btn-info:not(.glyphicon)[data-size="small"]:before,
#iso-tnew .tnew .btn-primary:not(.glyphicon)[data-size="small"]:before {
  display: none;
}
.button__primary[data-size="tiny"],
#iso-tnew .tnew .btn-info:not(.glyphicon)[data-size="tiny"],
#iso-tnew .tnew .btn-primary:not(.glyphicon)[data-size="tiny"] {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.38461538;
  letter-spacing: 0.11230769em;
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  padding: 5px 10px;
}
.button__primary[data-size="tiny"]:before,
#iso-tnew .tnew .btn-info:not(.glyphicon)[data-size="tiny"]:before,
#iso-tnew .tnew .btn-primary:not(.glyphicon)[data-size="tiny"]:before {
  display: none;
}
.button__primary:focus,
#iso-tnew .tnew .btn-info:not(.glyphicon):focus,
#iso-tnew .tnew .btn-primary:not(.glyphicon):focus {
  outline: 2px solid #FDFDFF;
}
.button__secondary {
  text-transform: uppercase;
}
.button__no-button,
.button__secondary {
  background: transparent;
  color: inherit;
  border: 0;
}
.button__no-button:hover,
.button__no-button:focus,
.button__no-button.is-current,
.button__secondary:hover,
.button__secondary:focus,
.button__secondary.is-current {
  background: transparent;
  color: inherit;
}
.fsSubmitButton {
  border-color: #FDFDFF;
  color: #EBCC81;
}
.fsSubmitButton:before {
  content: '';
  position: absolute;
  background: #EBCC81;
  z-index: 10;
  top: 50%;
  width: 40px;
  height: 2px;
  left: 0;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 48em) {
  .fsSubmitButton:before {
    width: 40px;
  }
}
.fsSubmitButton:hover,
.fsSubmitButton:focus,
.fsSubmitButton.is-current {
  color: #FDFDFF;
}
/*

````tiny-button
&lt;a class="button__tiny" href="#"&gt;Tiny Button&lt;/a&gt;
&lt;a class="button__tiny button__primary" href="#"&gt;Tiny Button Primary&lt;/a&gt;
&lt;a class="button__tiny button__danger" href="#"&gt;Tiny Button Danger&lt;/a&gt;
````

*/
/*

````small-button
&lt;a class="button__small" href="#"&gt;Small Button&lt;/a&gt;
&lt;a class="button__small button__primary" href="#"&gt;Small Button Primary&lt;/a&gt;
&lt;a class="button__small button__danger" href="#"&gt;Small Button Danger&lt;/a&gt;
````

*/
/*

````large-button
&lt;a class="button__large" href="#"&gt;Large Button&lt;/a&gt;
&lt;a class="button__large button__primary" href="#"&gt;Large Button Primary&lt;/a&gt;
&lt;a class="button__large button__danger" href="#"&gt;Large Button Danger&lt;/a&gt;
````

*/
.button__tiny {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0.3125rem 0.5rem;
}
.button__small {
  font-size: 15px;
  font-size: 0.9375rem;
}
.button__large {
  font-size: 52px;
  font-size: 3.25rem;
}
.button__full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/*

Link Styles

Very basic stuff. The primary link color can be altered in the `config.less` 
file. Hover, focus, and current states are accounted for.

*/
a:focus,
a:active,
a:hover {
  outline: 0;
}
a,
.links__link {
  color: #003E4F;
}
a:hover,
.links__link:hover,
a:focus,
.links__link:focus,
a.is-current,
.links__link.is-current {
  color: #002a36;
}
.links__secondary,
.lists__horizontal--pgs a[href],
#iso-tnew .tnew .tn-subnav-promo-button {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.11111111;
  letter-spacing: 0.11111111em;
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
.links__secondary:after,
.lists__horizontal--pgs a[href]:after,
#iso-tnew .tnew .tn-subnav-promo-button:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  right: 0;
  background: #003E4F;
  transform: translateY(calc(100% + 2px));
}
.links__secondary[data-size="small"],
.lists__horizontal--pgs a[href][data-size="small"],
#iso-tnew .tnew .tn-subnav-promo-button[data-size="small"] {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.46666667;
  letter-spacing: 0.12em;
}
.links__secondary[data-theme="dark"],
.lists__horizontal--pgs a[href][data-theme="dark"],
#iso-tnew .tnew .tn-subnav-promo-button[data-theme="dark"] {
  color: #EBCC81;
}
.links__secondary[data-theme="dark"]:hover,
.links__secondary[data-theme="dark"]:focus,
.links__secondary[data-theme="dark"].is-current,
.lists__horizontal--pgs a[href][data-theme="dark"]:hover,
.lists__horizontal--pgs a[href][data-theme="dark"]:focus,
.lists__horizontal--pgs a[href][data-theme="dark"].is-current,
#iso-tnew .tnew .tn-subnav-promo-button[data-theme="dark"]:hover,
#iso-tnew .tnew .tn-subnav-promo-button[data-theme="dark"]:focus,
#iso-tnew .tnew .tn-subnav-promo-button[data-theme="dark"].is-current {
  color: #e1b13f;
}
.links__secondary[data-theme="dark"]:after,
.lists__horizontal--pgs a[href][data-theme="dark"]:after,
#iso-tnew .tnew .tn-subnav-promo-button[data-theme="dark"]:after {
  background: #FDFDFF;
}
.links__secondary[data-theme="light"],
.lists__horizontal--pgs a[href][data-theme="light"],
#iso-tnew .tnew .tn-subnav-promo-button[data-theme="light"] {
  color: #BEE2D9;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.links__secondary[data-theme="light"]:hover,
.links__secondary[data-theme="light"]:focus,
.links__secondary[data-theme="light"].is-current,
.lists__horizontal--pgs a[href][data-theme="light"]:hover,
.lists__horizontal--pgs a[href][data-theme="light"]:focus,
.lists__horizontal--pgs a[href][data-theme="light"].is-current,
#iso-tnew .tnew .tn-subnav-promo-button[data-theme="light"]:hover,
#iso-tnew .tnew .tn-subnav-promo-button[data-theme="light"]:focus,
#iso-tnew .tnew .tn-subnav-promo-button[data-theme="light"].is-current {
  color: #FDFDFF;
}
.links__primary {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.11111111;
  letter-spacing: 0.11111111em;
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 28px;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateX(16px);
}
.links__primary:before {
  content: '';
  position: absolute;
  background: #003E4F;
  z-index: 10;
  top: 50%;
  width: 40px;
  height: 2px;
  left: 0;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 48em) {
  .links__primary:before {
    width: 32px;
  }
}
.animate .links__primary span,
.links__primary.animate span {
  position: relative;
  display: inline-block;
  transform: none;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.animate .links__primary span:before,
.links__primary.animate span:before {
  content: '';
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  left: -5px;
  background: #FDFDFF;
  background: var(--link-background);
  z-index: -1;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: none;
}
.animate .links__primary:before,
.links__primary.animate:before {
  z-index: -2;
}
.animate-in .links__primary span,
.links__primary.animate-in span {
  transform: translateX(-44px);
}
.animate-in .links__primary:before,
.links__primary.animate-in:before {
  -webkit-animation-name: animate__link-in;
          animation-name: animate__link-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.animate-out .links__primary span,
.links__primary.animate-out span {
  transform: none;
}
.animate-out .links__primary:before,
.links__primary.animate-out:before {
  -webkit-animation-name: animate__link-out;
          animation-name: animate__link-out;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.links__primary svg {
  width: 15px;
  height: 15px;
  color: #003E4F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.links__primary[data-size="small"] {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.46666667;
  letter-spacing: 0.12em;
  padding: 20px;
  transform: translateX(12px);
}
.links__primary[data-size="small"]:before {
  width: 24px;
}
.animate-in .links__primary[data-size="small"] span,
.links__primary[data-size="small"].animate-in span {
  transform: translateX(-32px);
}
.links__primary[data-size="small"] svg {
  width: 10px;
  height: 10px;
}
.links__primary[data-theme="light"] {
  color: #EBCC81;
}
.links__primary[data-theme="light"]:before {
  background: #EBCC81;
}
.links__primary[data-theme="light"] svg {
  color: #EBCC81;
}
/*

Unlink

Basic class to remove some link styling.

@TODO: Put in `presentational.less` file?

*/
.links__unlink {
  text-decoration: none;
}
/*

Skip-To Link

*/
.links__skip-to {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.links__skip-to:not(:focus) {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}
.links__skip-to:not(:focus).focusable:active,
.links__skip-to:not(:focus).focusable:focus {
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
  position: static;
}
body:hover .links__skip-to:not(:focus) a,
body:hover .links__skip-to:not(:focus) input,
body:hover .links__skip-to:not(:focus) button {
  display: none;
}
.links__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.links__overlay:after {
  display: none;
}
.links__inline,
.wysiwyg a:not(.button__primary):not(.links__primary) {
  color: #003E4F;
  text-decoration: none;
  text-shadow: 1px 1px #FDFDFF, 3px 1px #FDFDFF, -3px 3px #FDFDFF, -4px 2px #FDFDFF;
  position: relative;
  display: inline-block;
}
.links__inline:before,
.wysiwyg a:not(.button__primary):not(.links__primary):before {
  content: '';
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  background: #003E4F;
  z-index: -1;
}
.links__backlink {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.46666667;
  letter-spacing: 0.12em;
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 600;
  display: flex;
  padding: 25px 0 15px;
  align-items: center;
  color: #003E4F;
  text-transform: uppercase;
  text-decoration: none;
}
.links__backlink[data-bp="med"] {
  display: none;
}
.links__backlink svg {
  width: 10px;
  height: 10px;
  margin-right: 0.5rem;
  transform: rotate(180deg);
  transform-origin: center center;
}
@media all and (min-width: 48em) {
  .links__backlink {
    padding: 0;
  }
  .links__backlink[data-bp="sm"] {
    display: none;
  }
}
@-webkit-keyframes animate__link-in {
  0% {
    left: 0;
    transform: translate(-50%, -50%);
    width: 32px;
  }
  50% {
    width: 32px;
  }
  100% {
    left: 100%;
    transform: translate(calc(-100% - 5px), -50%);
    width: 71px;
  }
}
@keyframes animate__link-in {
  0% {
    left: 0;
    transform: translate(-50%, -50%);
    width: 32px;
  }
  50% {
    width: 32px;
  }
  100% {
    left: 100%;
    transform: translate(calc(-100% - 5px), -50%);
    width: 71px;
  }
}
@-webkit-keyframes animate__link-out {
  0% {
    left: 100%;
    transform: translate(calc(-100% - 5px), -50%);
    width: 71px;
  }
  50% {
    width: 71px;
  }
  100% {
    left: 0;
    transform: translate(-50%, -50%);
    width: 32px;
  }
}
@keyframes animate__link-out {
  0% {
    left: 100%;
    transform: translate(calc(-100% - 5px), -50%);
    width: 71px;
  }
  50% {
    width: 71px;
  }
  100% {
    left: 0;
    transform: translate(-50%, -50%);
    width: 32px;
  }
}
@-webkit-keyframes animate__button-in {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes animate__button-in {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes animate__button-out {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@keyframes animate__button-out {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes animate__image-in {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 110%;
    height: 110%;
  }
}
@keyframes animate__image-in {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 110%;
    height: 110%;
  }
}
@-webkit-keyframes animate__image-out {
  0% {
    width: 110%;
    height: 110%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes animate__image-out {
  0% {
    width: 110%;
    height: 110%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
/*

Forms

*/
form {
  margin: 0;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  width: 100%;
  border: 0;
  padding: 0;
  display: block;
  white-space: normal;
}
/*

Basic Form Elements

Inputs and textareas are set to `width: 100%` to adapt to the width of their 
wrapper. (Great for grids.) Select boxes are set to the width of their content,
maxing out at `100%`.

Almost all the form elements in Motif are best used inside a `label`.

    &lt;label&gt;
        Text Field
        &lt;input type="text" name="text" required&gt;
    &lt;/label&gt;

*/
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  display: block;
}
input,
textarea {
  width: 100%;
  font-size: 1em;
  padding: 0.3125rem 0.25rem;
  outline: none;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus,
input:active,
textarea:active,
input.is-current,
textarea.is-current {
  z-index: 1;
}
input {
  line-height: normal;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  display: inline-block;
  cursor: pointer;
}
input[disabled] {
  cursor: default;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 3px;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
  width: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
  height: 5rem;
}
select {
  width: auto;
  max-width: 100%;
  font-size: 0.8125em;
}
.elements__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 11px;
  /* For IE &lt;= 11 */
}
.elements__select select::-ms-expand {
  display: none;
}
/*

Input Label Elements

Child form elements of the `.elements__input-label` class are given a little bit of 
spacing to separate them from the label text. (See also `.elements__input-label` in the
form `type.less` file.)

````input-label-elements
&lt;label class="elements__input-label"&gt;
    Text Field
    &lt;input type="text" name="text" placeholder="Placeholder text" required&gt;
&lt;/label&gt;
&lt;label class="elements__input-label"&gt;
    Textarea
    &lt;textarea placeholder="Placeholder text"&gt;&lt;/textarea&gt;
&lt;/label&gt;
&lt;label class="elements__input-label"&gt;
    Select
    &lt;select&gt;
        &lt;option&gt;Placeholder text&lt;/option&gt;
    &lt;/select&gt;
&lt;/label&gt;
````

*/
.elements__input-label input,
.elements__input-label textarea,
.elements__input-label select {
  margin-top: 0.5555555555555556em;
  margin-bottom: 0.5555555555555556em;
}
/*

Input Widths

While you are encouraged to use the responsive grid system in conjunction with 
your form styles, sometimes it's useful to have form field widths that are 
simply consistent across viewports. These are those.

    &lt;label class="elements__input-label"&gt;
        Text Field
        &lt;input class="elements__input--xs" type="text" name="text" required&gt;
    &lt;/label&gt;

*/
.elements__input--eighth {
  width: 12.5%;
}
.elements__input--quarter {
  width: 25%;
}
.elements__input--half {
  width: 50%;
}
.elements__input--xxxs {
  max-width: 30px;
}
.elements__input--xxs {
  max-width: 50px;
}
.elements__input--xs {
  max-width: 100px;
}
.elements__input--s {
  max-width: 175px;
}
.elements__input--m {
  max-width: 250px;
}
.elements__input--l {
  max-width: 350px;
}
/*

Form Modules

````attached-label-before
&lt;label class="elements__attached-label"&gt;
    &lt;small class="label"&gt;$&lt;/small&gt;
    &lt;input type="num" id="attached-label-before" required&gt;
&lt;/label&gt;
````

````attached-label-after
&lt;label class="elements__attached-label"&gt;
    &lt;input type="text" id="attached-label-after" required&gt;
    &lt;small class="label"&gt;.com&lt;/small&gt;
&lt;/label&gt;
````

````attached-label-before-and-after
&lt;label class="elements__attached-label"&gt;
    &lt;small class="label"&gt;www.&lt;/small&gt;
    &lt;input type="text" id="attached-label" placeholder="domain" required&gt;
    &lt;small class="label"&gt;.com&lt;/small&gt;
&lt;/label&gt;
````

````attached-label-submit
&lt;form class="elements__attached-label"&gt;
    &lt;label class="is-hidden" for="attached-label-submit"&gt;Search&lt;/label&gt;
    &lt;input type="search" id="attached-label-submit" required&gt;
    &lt;div&gt;
        &lt;button type="submit" class="button__primary"&gt;
            &lt;svg class="icon"&gt;&lt;use xlink:href="#search"&gt;&lt;/svg&gt;
            &lt;b class="is-hidden"&gt;Submit&lt;/b&gt;
        &lt;/button&gt;
    &lt;/div&gt;
&lt;/form&gt;
````

*/
.elements__attached-label {
  display: table;
  overflow: hidden;
}
.elements__attached-label &gt; * {
  margin-top: 0;
  display: table-cell;
  vertical-align: middle;
}
.elements__attached-label &gt; * &gt; :first-child {
  margin-top: 0;
}
.elements__attached-label [class*="button"] {
  display: block;
  width: 100%;
}
/*

Input Label

The `.input-label` class should be added to form labels that want a little 
extra styling for the label text.

(You may need to do some fancy things with hidden or altered labels, which is
why these styles aren't added to the `label` element by default.)

    &lt;label class="elements__input-label"&gt;
        Text Field
        &lt;input type="text" name="text" required&gt;
    &lt;/label&gt;

There are also input descriptions, which go directly underneath the label text,
and input hints that typically go underneath the input field.

    &lt;label class="elements__input-label"&gt;
        Text Field
        
        &lt;small class="elements__input-desc"&gt;
            This is a small description of the field.
        &lt;/small&gt;
        
        &lt;input type="text" name="text" required&gt;
        
        &lt;strong class="elements__input-hint"&gt;
            This is an important hint.
        &lt;/strong&gt;
    &lt;/label&gt;

*/
.elements__input-label {
  padding-top: 1.1111111111111112em;
}
.elements__input-hint {
  color: #E4E5E7;
  margin-top: 0.2777777777777778em;
}
.elements__input-desc {
  margin-top: 0em;
}
/*

Fieldset

A simple class to add to fieldsets that want a little more spacing.

*/
.elements__fieldset {
  margin-top: 1.1111111111111112em;
  padding-bottom: 1.1111111111111112em;
}
/*

Checkbox List

Lists of radio or checkbox inputs should typically be just that: lists. In 
Motif, you're encouraged to mark up your input lists as semantically as 
possible, meaning a fieldset, with a legend, and a list of inputs:

    &lt;fieldset&gt;
        &lt;legend&gt;
            &lt;b class="elements__input-label"&gt;This is a question for a radio list?&lt;/b&gt;
        &lt;/legend&gt;

        &lt;ul class="elements__checkbox-list"&gt;
            &lt;li&gt;
                &lt;label class="media__media-object"&gt;
                    &lt;input class="media__media-object__figure"
                     type="radio"
                     name="radioList"
                     value="Yes"&gt;

                    &lt;b class="media__media-object__desc"&gt;
                        Yes
                    &lt;/b&gt;
                &lt;/label&gt;
            &lt;/li&gt;
            &lt;li&gt;
                &lt;label class="media__media-object"&gt;
                    &lt;input class="media__media-object__figure"
                     type="radio"
                     name="radioList"
                     value="No"&gt;

                    &lt;b class="media__media-object__desc"&gt;
                        No
                    &lt;/b&gt;
                &lt;/label&gt;
            &lt;/li&gt;
        &lt;/ul&gt;
    &lt;/fieldset&gt;

*/
.elements__checkbox-list {
  margin-top: 0.5555555555555556em;
}
legend + .elements__checkbox-list {
  margin-top: 0em;
}
legend .elements__input-label {
  padding-bottom: 0.2777777777777778em;
}
legend + .elements__input-desc {
  /* Positioning */
  position: relative;
  top: -0.3125rem;
}
.loadingButton__reset {
  font-size: 1em;
  line-height: 1em;
}
.is-loading .loadingButton__reset {
  display: none;
}
.loadingButton__loader {
  display: none;
}
.is-loading .loadingButton__loader {
  display: flex;
  align-items: center;
  justify-content: center;
}
.loadingButton__text {
  opacity: 0;
}
.is-loading .loadingButton__text {
  opacity: 1;
}
@-webkit-keyframes load {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes load {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*

Form Validation

*/
/*

Input States

A couple of classes added to inputs (typically by a JS Validation plugin) that
alter the child elements to convey states of success and error.

    &lt;label class="elements__input-label messaging__is-erroneous"&gt;
        Text Field
        &lt;input type="text" name="text" required&gt;
    &lt;/label&gt;

*/
.messaging__is-successful input,
.messaging__is-successful textarea,
.messaging__is-successful select {
  border-color: #72bc44;
}
.messaging__is-erroneous input,
.messaging__is-erroneous textarea,
.messaging__is-erroneous select {
  border-color: #E76027;
}
/*

Form Messaging

Within labels, there are input alerts that apply to individual fields.

    &lt;label class="elements__input-label messaging__is-erroneous"&gt;
        Text Field
        &lt;input type="text" name="text" required&gt;
        &lt;strong class="messaing__input-alert--error"&gt;
            This field is required.
        &lt;/strong&gt;
    &lt;/label&gt;

*/
[class*="messaging__input-alert"] {
  /* Display &amp; Box Model */
  display: inline-block;
  /* Pretty */
  color: #002a36;
}
.messaging__input-alert--warning {
  color: #e1b13f;
}
.messaging__input-alert--error {
  color: #E76027;
}
.messaging__input-alert--success {
  color: #72bc44;
}
/*

Spacing Helpers

Spacing helpers are quick but powerful classes that add margin or padding to
any given element. These classes are `!important`, so they override all other
styles.

* `p`, `m`                          =   padding, margin
* `a`, `t`, `r`, `b`, `l`, `h`, `v` =   all, top, right, bottom, left, horizontal, vertical
* `s`, `m`, `l`, `x`, `n`                =   small (~`5px`), medium (~`10px`), large (~`20px`), x-large (~`40px`) none (`0`)

For example: `.spacing__pam` means "padding, all, medium".

**Note:** These are all based on the current element's font size and the
project's vertical rhythm (even on the sides, to provide uniform spacing).
As such, they require `vars.less`.

*/
.spacing__ptn,
.spacing__pvn,
.spacing__pan {
  padding-top: 0 !important;
}
.spacing__pts,
.spacing__pvs,
.spacing__pas {
  padding-top: 0.3125rem !important;
}
.spacing__ptm,
.spacing__pvm,
.spacing__pam {
  padding-top: 0.625rem !important;
}
.spacing__ptl,
.spacing__pvl,
.spacing__pal {
  padding-top: 1.25rem !important;
}
.spacing__ptx,
.spacing__pvx,
.spacing__pax {
  padding-top: 2.5rem !important;
}
.spacing__prn,
.spacing__phn,
.spacing__pan {
  padding-right: 0 !important;
}
.spacing__prs,
.spacing__phs,
.spacing__pas {
  padding-right: 0.3125rem !important;
}
.spacing__prm,
.spacing__phm,
.spacing__pam {
  padding-right: 0.625rem !important;
}
.spacing__prl,
.spacing__phl,
.spacing__pal {
  padding-right: 1.25rem !important;
}
.spacing__prx,
.spacing__phx,
.spacing__pax {
  padding-right: 2.5rem !important;
}
.spacing__pbn,
.spacing__pvn,
.spacing__pan {
  padding-bottom: 0 !important;
}
.spacing__pbs,
.spacing__pvs,
.spacing__pas {
  padding-bottom: 0.3125rem !important;
}
.spacing__pbm,
.spacing__pvm,
.spacing__pam {
  padding-bottom: 0.625rem !important;
}
.spacing__pbl,
.spacing__pvl,
.spacing__pal {
  padding-bottom: 1.25rem !important;
}
.spacing__pbx,
.spacing__pvx,
.spacing__pax {
  padding-bottom: 2.5rem !important;
}
.spacing__pln,
.spacing__phn,
.spacing__pan {
  padding-left: 0 !important;
}
.spacing__pls,
.spacing__phs,
.spacing__pas {
  padding-left: 0.3125rem !important;
}
.spacing__plm,
.spacing__phm,
.spacing__pam {
  padding-left: 0.625rem !important;
}
.spacing__pll,
.spacing__phl,
.spacing__pal {
  padding-left: 1.25rem !important;
}
.spacing__plx,
.spacing__phx,
.spacing__pax {
  padding-left: 2.5rem !important;
}
.spacing__mtn,
.spacing__mvn,
.spacing__man {
  margin-top: 0 !important;
}
.spacing__mts,
.spacing__mvs,
.spacing__mas {
  margin-top: 0.3125rem !important;
}
.spacing__mtm,
.spacing__mvm,
.spacing__mam {
  margin-top: 0.625rem !important;
}
.spacing__mtl,
.spacing__mvl,
.spacing__mal {
  margin-top: 1.25rem !important;
}
.spacing__mtx,
.spacing__mvx,
.spacing__max {
  margin-top: 2.5rem !important;
}
.spacing__mrn,
.spacing__mhn,
.spacing__man {
  margin-right: 0 !important;
}
.spacing__mrs,
.spacing__mhs,
.spacing__mas {
  margin-right: 0.3125rem !important;
}
.spacing__mrm,
.spacing__mhm,
.spacing__mam {
  margin-right: 0.625rem !important;
}
.spacing__mrl,
.spacing__mhl,
.spacing__mal {
  margin-right: 1.25rem !important;
}
.spacing__mrx,
.spacing__mhx,
.spacing__max {
  margin-right: 2.5rem !important;
}
.spacing__mbn,
.spacing__mvn,
.spacing__man {
  margin-bottom: 0 !important;
}
.spacing__mbs,
.spacing__mvs,
.spacing__mas {
  margin-bottom: 0.3125rem !important;
}
.spacing__mbm,
.spacing__mvm,
.spacing__mam {
  margin-bottom: 0.625rem !important;
}
.spacing__mbl,
.spacing__mvl,
.spacing__mal {
  margin-bottom: 1.25rem !important;
}
.spacing__mbx,
.spacing__mvx,
.spacing__max {
  margin-bottom: 2.5rem !important;
}
.spacing__mln,
.spacing__mhn,
.spacing__man {
  margin-left: 0 !important;
}
.spacing__mls,
.spacing__mhs,
.spacing__mas {
  margin-left: 0.3125rem !important;
}
.spacing__mlm,
.spacing__mhm,
.spacing__mam {
  margin-left: 0.625rem !important;
}
.spacing__mll,
.spacing__mhl,
.spacing__mal {
  margin-left: 1.25rem !important;
}
.spacing__mlx,
.spacing__mhx,
.spacing__max {
  margin-left: 2.5rem !important;
}
.spacing__blocks {
  padding-bottom: 2.5rem;
}
@media all and (min-width: 48em) {
  .spacing__blocks {
    padding-bottom: 100px;
  }
}
/*

Text Align

Simple classes to adjust your text alignment. They can be added to individual elements or on wrapping elements (an outer `div`, perhaps) to adjust the alignment of all the child elements.

*/
.presentational__align-left {
  text-align: left;
}
.presentational__align-center {
  text-align: center;
}
.presentational__align-right {
  text-align: right;
}
.presentational__align-sub {
  vertical-align: sub;
}
.presentational__align-middle {
  vertical-align: middle;
}
.presentational__align-top {
  vertical-align: top;
}
/*

Floats

Next, we have classes for floating elements.

*/
.presentational__float-left {
  float: left;
}
.presentational__float-center {
  margin-left: auto;
  margin-right: auto;
}
.presentational__float-right {
  float: right;
}
.presentational__float-none {
  float: none;
}
.presentational__clear {
  clear: both;
}
/*

"New Line"

Turns an `inline` or `inline-block` element into a `block` one.

*/
.presentational__new-line,
.ratios__base:before,
.media__figure &gt; a,
[class*="media__figure--"] &gt; a,
.media__figure img,
[class*="media__figure--"] img,
.elements__input-label,
.elements__input-hint,
.elements__input-desc,
.ratios__video:before,
.ratios__1x1:before,
.ratios__square:before,
.ratios__2x1:before,
.ratios__1x2:before {
  display: block;
}
.presentational__group,
.lists__breadcrumb {
  /* Mixins */
}
.presentational__group:before,
.presentational__group:after {
  content: "\0020";
  height: 0;
  display: block;
  overflow: hidden;
}
.presentational__group:after {
  clear: both;
}
/*

"Is Hidden"

Visually hides content in a way that leaves it accessible to screen readers.
Like more magic, makes the visible invisible.

*/
.presentational__is-hidden,
.js .reveal__target {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}
.presentational__is-hidden.focusable:active,
.presentational__is-hidden.focusable:focus {
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
  position: static;
}
body:hover .presentational__is-hidden a,
body:hover .presentational__is-hidden input,
body:hover .presentational__is-hidden button {
  display: none;
}
@media all and (max-width: 47.9375em) {
  .presentational__is-hidden-small {
    width: 1px;
    height: 1px;
    padding: 0;
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    overflow: hidden;
  }
  .presentational__is-hidden-small.focusable:active,
  .presentational__is-hidden-small.focusable:focus {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    overflow: visible;
    position: static;
  }
  body:hover .presentational__is-hidden-small a,
  body:hover .presentational__is-hidden-small input,
  body:hover .presentational__is-hidden-small button {
    display: none;
  }
}
@media all and (min-width: 48em) and (max-width: 59.9375em) {
  .presentational__is-hidden-medium {
    width: 1px;
    height: 1px;
    padding: 0;
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    overflow: hidden;
  }
  .presentational__is-hidden-medium.focusable:active,
  .presentational__is-hidden-medium.focusable:focus {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    overflow: visible;
    position: static;
  }
  body:hover .presentational__is-hidden-medium a,
  body:hover .presentational__is-hidden-medium input,
  body:hover .presentational__is-hidden-medium button {
    display: none;
  }
}
@media all and (min-width: 60em) {
  .presentational__is-hidden-large {
    width: 1px;
    height: 1px;
    padding: 0;
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    overflow: hidden;
  }
  .presentational__is-hidden-large.focusable:active,
  .presentational__is-hidden-large.focusable:focus {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    overflow: visible;
    position: static;
  }
  body:hover .presentational__is-hidden-large a,
  body:hover .presentational__is-hidden-large input,
  body:hover .presentational__is-hidden-large button {
    display: none;
  }
}
/*

"Isn't Hidden"

Undoes `.is-hidden`.

*/
.presentational__isnt-hidden,
.js .reveal__target.is-revealed {
  /* Mixins */
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
  clip: auto;
}
body:hover .presentational__isnt-hidden a,
body:hover .presentational__isnt-hidden input,
body:hover .presentational__isnt-hidden button {
  display: inline-block;
}
.lte7 body:hover .presentational__isnt-hidden a,
.lte7 body:hover .presentational__isnt-hidden input,
.lte7 body:hover .presentational__isnt-hidden button {
  display: inline;
  zoom: 1;
}
/*

"Relative Container"

Exactly what it sounds like.

*/
.presentational__relative-container,
.ratios__base,
[class*="messaging__input-alert"],
.js .expand__target,
.ratios__video,
.ratios__1x1,
.ratios__square,
.ratios__2x1,
.ratios__1x2 {
  position: relative;
}
.presentational__hidden {
  display: none !important;
  visibility: hidden;
}
/*

"No Scroll"

Paired with "motif.utitlies.js" to make the page non-scrollable

*/
html.presentational__no-scroll,
body.presentational__no-scroll {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
}
/*

Responsive Grid

The default responsive grid in Motif is built with a few rules in mind:

1. Each row of columns must be wrapped in a row element
2. There's no need to specify if a column is first or last

With that in mind, there is a basic syntax to learn for what classes to use.
Our breakpoints are classified as:

- Base
- Small
- Medium
- Large
- Extra Large

Our default responsive grid system only uses 3 grids to cover all of our bases:

- `grid, small` covers Base and Small viewports, but cuts off at Medium
- `grid, medium` covers only Medium
- `grid, large` starts at Large and covers Extra Large as well (there is no max
cutoff value for `grid, large`)

Understanding that, the syntax should be easy to understand. In these examples,
we will talk about `grid, small`:

- **Rows**: `.grid__sm-row` (Grid, Small, Row)
- **Columns**: `.grid__sm` (Grid, Column, Small)
- **Column Width**: `.grid__sm-half` (Grid, Small, Half-Width)

    &lt;div class="grid__sm-row"&gt;
        &lt;div class="grid__sm-half"&gt;...&lt;/div&gt;
        &lt;div class="grid__sm-half"&gt;...&lt;/div&gt;
    &lt;/div&gt;

However, to be slightly more succinct, you can use the condensed column syntax:

- **Columns (Condensed)**: `.grid__sm-half` (Grid, Column, Small, Half-Width)

    &lt;div class="grid__sm-row"&gt;
        &lt;div class="grid__sm-half"&gt;...&lt;/div&gt;
        &lt;div class="grid__sm-half"&gt;...&lt;/div&gt;
    &lt;/div&gt;

In brief, the way the grid works is that `.grid__sm` floats the element to the left
(by default), and adds padding to both the left and the right. `-half` gives
it a width of `50%`. The combined padding of the two columns bumped up against 
each other form the full "gutter". The `.grid__sm-row` then clears the floats and has
a *negative* margin on both the left and the right that pops the columns out to
the sides the exact width of their paddings, meaning the column content lines 
up with the site boundaries on the left and right without the need to specify 
"first" or "last" column classes.

To use this responsively, then, you just add the classes by breakpoint:

    &lt;div class="grid__sm-row grid__med-row grid__lg-row"&gt;
        &lt;div class="grid__sm-half grid__med-third grid__lg-quarter"&gt;
            ...
        &lt;/div&gt;
        &lt;div class="grid__sm-half grid__med-two-thirds grid__lg-three-quarters"&gt;
            ...
        &lt;/div&gt;
    &lt;/div&gt;

By default, the column breakdown of each grid breakpoint:

- `grid, small`: 4 columns
- `grid, medium`: 9 columns
- `grid, large`: 12 columns

For the larger grids, the classes follow the numbers closely...

    - `.grid__lg-10of12
    - `.grid__med-4of9`

...in just about every combination (based on their total column number), but 
all of the grids also have a few "fuzzy" shortcuts as well:

    - `half`
    - `third`
    - `quarter`
    - `three-quarters`
    - `two-thirds`

*/
.grid__halves,
.grid__thirds,
.grid__quarters {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  /* Pretty */
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
}
.grid__halves:before,
.grid__thirds:before,
.grid__quarters:before,
.grid__halves:after,
.grid__thirds:after,
.grid__quarters:after {
  content: "\0020";
  height: 0;
  display: block;
  overflow: hidden;
}
.grid__halves:after,
.grid__thirds:after,
.grid__quarters:after {
  clear: both;
}
ul.grid__halves,
ul.grid__thirds,
ul.grid__quarters {
  padding-left: 0;
  list-style: none outside none;
}
.grid__halves &gt; *,
.grid__thirds &gt; *,
.grid__quarters &gt; * {
  display: inline;
  float: left;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  /* Display &amp; Box Model */
  display: inline-block;
  /* Positioning */
  float: none;
  /* Pretty */
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.grid__halves &gt; * {
  width: 50%;
}
.grid__thirds &gt; * {
  width: 33.33333%;
}
.grid__quarters &gt; * {
  width: 25%;
}
.opera-only :-o-prefocus,
.grid__thirds {
  word-spacing: -0.43em;
}
/**
 * Mobile Grid
 */
@media all and (max-width: 47.9375em) {
  [class*="grid__sm-row"],
  .grid__sm-quarters,
  .grid__sm-thirds,
  .grid__sm-halves {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  [class*="grid__sm-row"]:before,
  [class*="grid__sm-row"]:after,
  .grid__sm-quarters:before,
  .grid__sm-quarters:after,
  .grid__sm-thirds:before,
  .grid__sm-thirds:after,
  .grid__sm-halves:before,
  .grid__sm-halves:after {
    content: "\0020";
    height: 0;
    display: block;
    overflow: hidden;
  }
  [class*="grid__sm-row"]:after,
  .grid__sm-quarters:after,
  .grid__sm-thirds:after,
  .grid__sm-halves:after {
    clear: both;
  }
  ul[class*="grid__sm-row"],
  ul.grid__sm-quarters,
  ul.grid__sm-thirds,
  ul.grid__sm-halves {
    padding-left: 0;
    list-style: none outside none;
  }
  .grid__sm-row--rtl &gt; [class*="grid__sm"] {
    float: right;
  }
  .grid__sm-row--ltr &gt; [class*="grid__sm"] {
    float: left;
  }
  [class*="grid__sm"]:not([class*="grid__sm-row"]) {
    display: inline;
    float: left;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .grid__sm-quarter,
  .grid__sm-quarters &gt; * {
    width: 25%;
  }
  .grid__sm-third,
  .grid__sm-thirds &gt; *,
  [class*="grid__sm-2of6"] {
    width: 33.33333%;
  }
  .grid__sm-half,
  .grid__sm-halves &gt; *,
  [class*="grid__sm-3of6"] {
    width: 50%;
  }
  .grid__sm-two-thirds,
  [class*="grid__sm-4of6"] {
    width: 66.66667%;
  }
  .grid__sm-three-quarters {
    width: 75%;
  }
  .grid__sm-full {
    width: 100%;
  }
  .grid__sm-row--flex,
  .grid__sm-quarters,
  .grid__sm-thirds,
  .grid__sm-halves {
    letter-spacing: -0.31em;
    text-rendering: optimizespeed;
  }
  .grid__sm-row--flex &gt; [class*="grid__sm"],
  .grid__sm-quarters &gt; *,
  .grid__sm-thirds &gt; *,
  .grid__sm-halves &gt; * {
    float: none;
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .opera-only :-o-prefocus,
  .grid__sm-row--flex,
  .grid__sm-quarters,
  .grid__sm-thirds,
  .grid__sm-halves {
    word-spacing: -0.43em;
  }
  [class*="grid__sm-5of6"] {
    width: 83.33333%;
  }
  [class*="grid__sm-1of6"] {
    width: 16.66667%;
  }
  [class*="grid__sm-4of5"] {
    width: 80%;
  }
  [class*="grid__sm-3of5"] {
    width: 60%;
  }
  [class*="grid__sm-2of5"] {
    width: 40%;
  }
  [class*="grid__sm-1of5"] {
    width: 20%;
  }
}
/**
 * Tablet Grid
 */
@media all and (min-width: 48em) and (max-width: 59.9375em) {
  [class*="grid__med-row"],
  .grid__med-quarters,
  .grid__med-thirds,
  .grid__med-halves {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  [class*="grid__med-row"]:before,
  [class*="grid__med-row"]:after,
  .grid__med-quarters:before,
  .grid__med-quarters:after,
  .grid__med-thirds:before,
  .grid__med-thirds:after,
  .grid__med-halves:before,
  .grid__med-halves:after {
    content: "\0020";
    height: 0;
    display: block;
    overflow: hidden;
  }
  [class*="grid__med-row"]:after,
  .grid__med-quarters:after,
  .grid__med-thirds:after,
  .grid__med-halves:after {
    clear: both;
  }
  ul[class*="grid__med-row"],
  ul.grid__med-quarters,
  ul.grid__med-thirds,
  ul.grid__med-halves {
    padding-left: 0;
    list-style: none outside none;
  }
  .grid__med-row--rtl &gt; [class*="grid__med"] {
    float: right;
  }
  .grid__med-row--ltr &gt; [class*="grid__med"] {
    float: left;
  }
  [class*="grid__med"]:not([class*="grid__med-row"]) {
    display: inline;
    float: left;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid__med-quarter,
  [class*="grid__med-2of8"],
  .grid__med-quarters &gt; * {
    width: 25%;
  }
  .grid__med-third,
  [class*="grid__med-3of9"],
  [class*="grid__med-2of6"],
  .grid__med-thirds &gt; * {
    width: 33.33333%;
  }
  .grid__med-half,
  [class*="grid__med-4of8"],
  [class*="grid__med-3of6"],
  .grid__med-halves &gt; * {
    width: 50%;
  }
  .grid__med-two-thirds,
  [class*="grid__med-6of9"],
  [class*="grid__med-4of6"] {
    width: 66.66667%;
  }
  .grid__med-three-quarters,
  [class*="grid__med-6of8"] {
    width: 75%;
  }
  .grid__med-full {
    width: 100%;
  }
  [class*="grid__med-8of9"] {
    width: 88.88889%;
  }
  [class*="grid__med-7of9"] {
    width: 77.77778%;
  }
  [class*="grid__med-5of9"] {
    width: 55.55556%;
  }
  [class*="grid__med-4of9"] {
    width: 44.44444%;
  }
  [class*="grid__med-2of9"] {
    width: 22.22222%;
  }
  [class*="grid__med-1of9"] {
    width: 11.11111%;
  }
  [class*="grid__med-7of8"] {
    width: 87.5%;
  }
  [class*="grid__med-5of8"] {
    width: 62.5%;
  }
  [class*="grid__med-3of8"] {
    width: 37.5%;
  }
  [class*="grid__med-1of8"] {
    width: 12.5%;
  }
  [class*="grid__med-6of7"] {
    width: 85.71429%;
  }
  [class*="grid__med-5of7"] {
    width: 71.42857%;
  }
  [class*="grid__med-4of7"] {
    width: 57.14286%;
  }
  [class*="grid__med-3of7"] {
    width: 42.85714%;
  }
  [class*="grid__med-2of7"] {
    width: 28.57143%;
  }
  [class*="grid__med-1of7"] {
    width: 14.28571%;
  }
  [class*="grid__med-5of6"] {
    width: 83.33333%;
  }
  [class*="grid__med-1of6"] {
    width: 16.66667%;
  }
  [class*="grid__med-4of5"] {
    width: 80%;
  }
  [class*="grid__med-3of5"] {
    width: 60%;
  }
  [class*="grid__med-2of5"] {
    width: 40%;
  }
  [class*="grid__med-1of5"] {
    width: 20%;
  }
  .grid__med-row--flex,
  .grid__med-quarters,
  .grid__med-thirds,
  .grid__med-halves {
    letter-spacing: -0.31em;
    text-rendering: optimizespeed;
  }
  .grid__med-row--flex &gt; [class*="grid__med"],
  .grid__med-quarters &gt; *,
  .grid__med-thirds &gt; *,
  .grid__med-halves &gt; * {
    float: none;
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .opera-only :-o-prefocus,
  .grid__med-row--flex,
  .grid__med-quarters,
  .grid__med-thirds,
  .grid__med-halves {
    word-spacing: -0.43em;
  }
}
/**
 * Desktop Grid
 */
/*

````desktop-grid
&lt;div class="grid__lg-quarters"&gt;
    &lt;div&gt;
        &lt;div class="block"&gt;Quarter&lt;/div&gt;
    &lt;/div&gt;
    &lt;div&gt;
        &lt;div class="block"&gt;Quarter&lt;/div&gt;
    &lt;/div&gt;
    &lt;div&gt;
        &lt;div class="block"&gt;Quarter&lt;/div&gt;
    &lt;/div&gt;
    &lt;div&gt;
        &lt;div class="block"&gt;Quarter&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;div class="grid__lg-thirds"&gt;
    &lt;div&gt;
        &lt;div class="block"&gt;Third&lt;/div&gt;
    &lt;/div&gt;
    &lt;div&gt;
        &lt;div class="block"&gt;Third&lt;/div&gt;
    &lt;/div&gt;
    &lt;div&gt;
        &lt;div class="block"&gt;Third&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;div class="grid__lg-halves"&gt;
    &lt;div&gt;
        &lt;div class="block"&gt;Half&lt;/div&gt;
    &lt;/div&gt;
    &lt;div&gt;
        &lt;div class="block"&gt;Half&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;div class="grid__lg-row"&gt;
    &lt;div class="grid__lg-two-thirds"&gt;
        &lt;div class="block"&gt;Two Thirds&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="grid__lg-third"&gt;
        &lt;div class="block"&gt;Third&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;div class="grid__lg-row"&gt;
    &lt;div class="grid__lg-three-quarters"&gt;
        &lt;div class="block"&gt;Three Quarters&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="grid__lg-quarter"&gt;
        &lt;div class="block"&gt;Quarter&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
````

*/
@media all and (min-width: 60em) {
  [class*="grid__lg-row"],
  .grid__lg-quarters,
  .grid__lg-thirds,
  .grid__lg-halves {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  [class*="grid__lg-row"]:before,
  [class*="grid__lg-row"]:after,
  .grid__lg-quarters:before,
  .grid__lg-quarters:after,
  .grid__lg-thirds:before,
  .grid__lg-thirds:after,
  .grid__lg-halves:before,
  .grid__lg-halves:after {
    content: "\0020";
    height: 0;
    display: block;
    overflow: hidden;
  }
  [class*="grid__lg-row"]:after,
  .grid__lg-quarters:after,
  .grid__lg-thirds:after,
  .grid__lg-halves:after {
    clear: both;
  }
  ul[class*="grid__lg-row"],
  ul.grid__lg-quarters,
  ul.grid__lg-thirds,
  ul.grid__lg-halves {
    padding-left: 0;
    list-style: none outside none;
  }
  .grid__lg-row--rtl &gt; [class*="grid__lg"] {
    float: right;
  }
  .grid__lg-row--ltr &gt; [class*="grid__lg"] {
    float: left;
  }
  [class*="grid__lg"]:not([class*="grid__lg-row"]) {
    display: inline;
    float: left;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid__lg-quarter,
  .grid__lg-quarter,
  [class*="grid__lg-3of12"],
  [class*="grid__lg-3of12"],
  [class*="grid__lg-2of8"],
  [class*="grid__lg-2of8"],
  .grid__lg-quarters &gt; *,
  .grid__lg-quarters &gt; * {
    width: 25%;
  }
  .grid__lg-third,
  .grid__lg-third,
  [class*="grid__lg-4of12"],
  [class*="grid__lg-4of12"],
  [class*="grid__lg-3of9"],
  [class*="grid__lg-3of9"],
  [class*="grid__lg-2of6"],
  [class*="grid__lg-2of6"],
  .grid__lg-thirds &gt; *,
  .grid__lg-thirds &gt; * {
    width: 33.33333%;
  }
  .grid__lg-half,
  .grid__lg-half,
  [class*="grid__lg-6of12"],
  [class*="grid__lg-6of12"],
  [class*="grid__lg-5of10"],
  [class*="grid__lg-5of10"],
  [class*="grid__lg-4of8"],
  [class*="grid__lg-4of8"],
  [class*="grid__lg-3of6"],
  [class*="grid__lg-3of6"],
  .grid__lg-halves &gt; *,
  .grid__lg-halves &gt; * {
    width: 50%;
  }
  .grid__lg-two-thirds,
  .grid__lg-two-thirds,
  [class*="grid__lg-8of12"],
  [class*="grid__lg-8of12"],
  [class*="grid__lg-6of9"],
  [class*="grid__lg-6of9"],
  [class*="grid__lg-4of6"],
  [class*="grid__lg-4of6"] {
    width: 66.66667%;
  }
  .grid__lg-three-quarters,
  .grid__lg-three-quarters,
  [class*="grid__lg-9of12"],
  [class*="grid__lg-9of12"],
  [class*="grid__lg-6of8"],
  [class*="grid__lg-6of8"] {
    width: 75%;
  }
  .grid__lg-full,
  .grid__lg-full {
    width: 100%;
  }
  [class*="grid__lg-11of12"] {
    width: 91.66667%;
  }
  [class*="grid__lg-10of12"] {
    width: 83.33333%;
  }
  [class*="grid__lg-7of12"] {
    width: 58.33333%;
  }
  [class*="grid__lg-5of12"] {
    width: 41.66667%;
  }
  [class*="grid__lg-2of12"] {
    width: 16.66667%;
  }
  [class*="grid__lg-1of12"] {
    width: 8.33333%;
  }
  [class*="grid__lg-10of11"] {
    width: 90.90909%;
  }
  [class*="grid__lg-9of11"] {
    width: 81.81818%;
  }
  [class*="grid__lg-8of11"] {
    width: 72.72727%;
  }
  [class*="grid__lg-7of11"] {
    width: 63.63636%;
  }
  [class*="grid__lg-6of11"] {
    width: 54.54545%;
  }
  [class*="grid__lg-5of11"] {
    width: 45.45455%;
  }
  [class*="grid__lg-4of11"] {
    width: 36.36364%;
  }
  [class*="grid__lg-3of11"] {
    width: 27.27273%;
  }
  [class*="grid__lg-2of11"] {
    width: 18.18182%;
  }
  [class*="grid__lg-1of11"] {
    width: 9.09091%;
  }
  [class*="grid__lg-9of10"] {
    width: 90%;
  }
  [class*="grid__lg-8of10"] {
    width: 80%;
  }
  [class*="grid__lg-7of10"] {
    width: 70%;
  }
  [class*="grid__lg-6of10"] {
    width: 60%;
  }
  [class*="grid__lg-4of10"] {
    width: 40%;
  }
  [class*="grid__lg-3of10"] {
    width: 30%;
  }
  [class*="grid__lg-2of10"] {
    width: 20%;
  }
  [class*="grid__lg-1of10"] {
    width: 10%;
  }
  [class*="grid__lg-8of9"] {
    width: 88.88889%;
  }
  [class*="grid__lg-7of9"] {
    width: 77.77778%;
  }
  [class*="grid__lg-5of9"] {
    width: 55.55556%;
  }
  [class*="grid__lg-4of9"] {
    width: 44.44444%;
  }
  [class*="grid__lg-2of9"] {
    width: 22.22222%;
  }
  [class*="grid__lg-1of9"] {
    width: 11.11111%;
  }
  [class*="grid__lg-7of8"] {
    width: 87.5%;
  }
  [class*="grid__lg-5of8"] {
    width: 62.5%;
  }
  [class*="grid__lg-3of8"] {
    width: 37.5%;
  }
  [class*="grid__lg-1of8"] {
    width: 12.5%;
  }
  [class*="grid__lg-6of7"] {
    width: 85.71429%;
  }
  [class*="grid__lg-5of7"] {
    width: 71.42857%;
  }
  [class*="grid__lg-4of7"] {
    width: 57.14286%;
  }
  [class*="grid__lg-3of7"] {
    width: 42.85714%;
  }
  [class*="grid__lg-2of7"] {
    width: 28.57143%;
  }
  [class*="grid__lg-1of7"] {
    width: 14.28571%;
  }
  [class*="grid__lg-5of6"] {
    width: 83.33333%;
  }
  [class*="grid__lg-1of6"] {
    width: 16.66667%;
  }
  [class*="grid__lg-4of5"] {
    width: 80%;
  }
  [class*="grid__lg-3of5"] {
    width: 60%;
  }
  [class*="grid__lg-2of5"] {
    width: 40%;
  }
  [class*="grid__lg-1of5"] {
    width: 20%;
  }
  /*

    Media Grid

    The Media Grid allows you to place a grid of photos or videos (catalog or
    retail products, etc.) without floating them, alleviating the need to concern
    yourself with clearing the floats with rows should an object extend further
    than another. Also, because they are not floating, it allows you to align
    the entire group center, making sure any "orphaned" grid entries are centered.

    The syntax is simply the same as the regular responsive grid system, except
    the row class has a `--flex` modifier.

    ````media-grid
    &lt;ul class="grid__sm-halves grid__med-thirds grid__lg-quarters"&gt;
        &lt;li&gt;
            &lt;figure class="figure"&gt;
                &lt;img src="http://placehold.it/400"&gt;
                &lt;figcaption&gt;Alderaan is peaceful. We have no weapons.&lt;/figcaption&gt;
            &lt;/figure&gt;
        &lt;/li&gt;
        &lt;li&gt;
            &lt;figure class="figure"&gt;
                &lt;img src="http://placehold.it/400"&gt;
            &lt;/figure&gt;
        &lt;/li&gt;
        &lt;li&gt;
            &lt;figure class="figure"&gt;
                &lt;img src="http://placehold.it/400"&gt;
                &lt;figcaption&gt;Alderaan is peaceful. We have no weapons.&lt;/figcaption&gt;
            &lt;/figure&gt;
        &lt;/li&gt;
        &lt;li&gt;
            &lt;figure class="figure"&gt;
                &lt;img src="http://placehold.it/400"&gt;
            &lt;/figure&gt;
        &lt;/li&gt;
        &lt;li&gt;
            &lt;figure class="figure"&gt;
                &lt;img src="http://placehold.it/400"&gt;
                &lt;figcaption&gt;Alderaan is peaceful. We have no weapons.&lt;/figcaption&gt;
            &lt;/figure&gt;
        &lt;/li&gt;
        &lt;li&gt;
            &lt;figure class="figure"&gt;
                &lt;img src="http://placehold.it/400"&gt;
            &lt;/figure&gt;
        &lt;/li&gt;
        &lt;li&gt;
            &lt;figure class="figure"&gt;
                &lt;img src="http://placehold.it/400"&gt;
            &lt;/figure&gt;
        &lt;/li&gt;
    &lt;/ul&gt;
    ````

    */
  .grid__lg-row--flex,
  .grid__lg-quarters,
  .grid__lg-thirds,
  .grid__lg-halves {
    letter-spacing: -0.31em;
    text-rendering: optimizespeed;
  }
  .grid__lg-row--flex &gt; [class*="grid__lg"],
  .grid__lg-quarters &gt; *,
  .grid__lg-thirds &gt; *,
  .grid__lg-halves &gt; * {
    float: none;
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .opera-only :-o-prefocus,
  .grid__lg-row--flex,
  .grid__lg-quarters,
  .grid__lg-thirds,
  .grid__lg-halves {
    word-spacing: -0.43em;
  }
}
/*

Off-Canvas Trigger (Small Screens Only)

The Off-Canvas Trigger is a simple way of pushing a column of content
off-canvas and sliding it on upon trigger. In this case, the `is-active` 
class is placed on the `.off-canvas` wrapping element so that it can 
adjust both child elements.

@TODO: Adjust for IE9?
@TODO: Show better example w/ Reveal plugin

    &lt;div class="off-canvas__shift--left"&gt;
        &lt;div class="off-canvas__primary"&gt;
            ...
        &lt;/div&gt;
        &lt;div class="off-canvas__secondary"&gt;
            ...
        &lt;/div&gt;
    &lt;/div&gt;

*/
.off-canvas__shift-base,
.js .off-canvas__shift--left,
.js .off-canvas__shift--right,
.js .off-canvas__shift--top,
.js .off-canvas__shift--bottom {
  position: relative;
  overflow: hidden;
}
.js .off-canvas__primary-base,
.js .off-canvas__primary {
  position: relative;
  width: 100%;
  z-index: 1;
}
.off-canvas__shift-base.is-active &gt; .off-canvas__primary-base,
.js .off-canvas__shift--left.is-active &gt; .off-canvas__primary-base,
.js .off-canvas__shift--right.is-active &gt; .off-canvas__primary-base,
.js .off-canvas__shift--top.is-active &gt; .off-canvas__primary-base,
.js .off-canvas__shift--bottom.is-active &gt; .off-canvas__primary-base,
.off-canvas__shift-base.is-active &gt; .off-canvas__primary {
  transform: translate3d(0, 0, 0);
  height: 100vh;
  overflow: hidden;
}
.off-canvas__shift-base.is-active &gt; .off-canvas__primary-base,
.off-canvas__shift-base.was-active &gt; .off-canvas__primary-base,
.js .off-canvas__shift--left.is-active &gt; .off-canvas__primary-base,
.js .off-canvas__shift--left.was-active &gt; .off-canvas__primary-base,
.js .off-canvas__shift--right.is-active &gt; .off-canvas__primary-base,
.js .off-canvas__shift--right.was-active &gt; .off-canvas__primary-base,
.js .off-canvas__shift--top.is-active &gt; .off-canvas__primary-base,
.js .off-canvas__shift--top.was-active &gt; .off-canvas__primary-base,
.js .off-canvas__shift--bottom.is-active &gt; .off-canvas__primary-base,
.js .off-canvas__shift--bottom.was-active &gt; .off-canvas__primary-base,
.off-canvas__shift-base.is-active &gt; .off-canvas__primary,
.off-canvas__shift-base.was-active &gt; .off-canvas__primary {
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media all and (min-width: 48em) {
  .off-canvas__shift-base.is-active &gt; .off-canvas__primary-base,
  .off-canvas__shift-base.was-active &gt; .off-canvas__primary-base,
  .js .off-canvas__shift--left.is-active &gt; .off-canvas__primary-base,
  .js .off-canvas__shift--left.was-active &gt; .off-canvas__primary-base,
  .js .off-canvas__shift--right.is-active &gt; .off-canvas__primary-base,
  .js .off-canvas__shift--right.was-active &gt; .off-canvas__primary-base,
  .js .off-canvas__shift--top.is-active &gt; .off-canvas__primary-base,
  .js .off-canvas__shift--top.was-active &gt; .off-canvas__primary-base,
  .js .off-canvas__shift--bottom.is-active &gt; .off-canvas__primary-base,
  .js .off-canvas__shift--bottom.was-active &gt; .off-canvas__primary-base,
  .off-canvas__shift-base.is-active &gt; .off-canvas__primary,
  .off-canvas__shift-base.was-active &gt; .off-canvas__primary {
    transition-duration: 0.25s;
  }
}
.js .off-canvas__secondary-base,
.js .off-canvas__secondary {
  transform: translate3d(0, 0, 0);
  position: relative;
  width: 100%;
  z-index: 2;
}
.off-canvas__shift-base.is-active &gt; .off-canvas__secondary-base,
.off-canvas__shift-base.was-active &gt; .off-canvas__secondary-base,
.js .off-canvas__shift--left.is-active &gt; .off-canvas__secondary-base,
.js .off-canvas__shift--left.was-active &gt; .off-canvas__secondary-base,
.js .off-canvas__shift--right.is-active &gt; .off-canvas__secondary-base,
.js .off-canvas__shift--right.was-active &gt; .off-canvas__secondary-base,
.js .off-canvas__shift--top.is-active &gt; .off-canvas__secondary-base,
.js .off-canvas__shift--top.was-active &gt; .off-canvas__secondary-base,
.js .off-canvas__shift--bottom.is-active &gt; .off-canvas__secondary-base,
.js .off-canvas__shift--bottom.was-active &gt; .off-canvas__secondary-base,
.off-canvas__shift-base.is-active &gt; .off-canvas__secondary,
.off-canvas__shift-base.was-active &gt; .off-canvas__secondary {
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media all and (min-width: 48em) {
  .off-canvas__shift-base.is-active &gt; .off-canvas__secondary-base,
  .off-canvas__shift-base.was-active &gt; .off-canvas__secondary-base,
  .js .off-canvas__shift--left.is-active &gt; .off-canvas__secondary-base,
  .js .off-canvas__shift--left.was-active &gt; .off-canvas__secondary-base,
  .js .off-canvas__shift--right.is-active &gt; .off-canvas__secondary-base,
  .js .off-canvas__shift--right.was-active &gt; .off-canvas__secondary-base,
  .js .off-canvas__shift--top.is-active &gt; .off-canvas__secondary-base,
  .js .off-canvas__shift--top.was-active &gt; .off-canvas__secondary-base,
  .js .off-canvas__shift--bottom.is-active &gt; .off-canvas__secondary-base,
  .js .off-canvas__shift--bottom.was-active &gt; .off-canvas__secondary-base,
  .off-canvas__shift-base.is-active &gt; .off-canvas__secondary,
  .off-canvas__shift-base.was-active &gt; .off-canvas__secondary {
    transition-duration: 0.25s;
  }
}
.js .off-canvas__shift--left.is-active {
  height: 100vh;
  overflow: hidden;
}
.js .off-canvas__shift--right.is-active {
  height: 100vh;
  overflow: hidden;
}
.js .off-canvas__shift--top {
  min-height: 100vh;
}
.js .off-canvas__shift--top.is-active {
  height: 100vh;
  overflow: hidden;
}
.js .off-canvas__shift--bottom {
  min-height: 100vh;
}
.js .off-canvas__shift--bottom.is-active {
  height: 100vh;
  overflow: hidden;
}
.js .off-canvas__shift--left &gt; .off-canvas__primary,
.js .off-canvas__shift--right &gt; .off-canvas__primary {
  min-height: 100vh;
}
.js .off-canvas__shift--left &gt; .off-canvas__primary {
  transform: translate3d(-100%, 0, 0);
  float: right;
  margin-right: -100%;
}
.js .off-canvas__shift--right &gt; .off-canvas__primary {
  transform: translate3d(100%, 0, 0);
  float: left;
  margin-left: -100%;
}
@media all and (min-width: 48em) {
  .js .off-canvas__shift--right.is-active &gt; .off-canvas__primary {
    transform: translate3d(30%, 0, 0);
  }
}
@media all and (min-width: 60em) {
  .js .off-canvas__shift--right.is-active &gt; .off-canvas__primary {
    transform: translate3d(40%, 0, 0);
  }
}
@media all and (min-width: 48em) {
  .js .off-canvas__shift--left.is-active &gt; .off-canvas__primary {
    transform: translate3d(-30%, 0, 0);
  }
}
@media all and (min-width: 60em) {
  .js .off-canvas__shift--left.is-active &gt; .off-canvas__primary {
    transform: translate3d(-40%, 0, 0);
  }
}
.js .off-canvas__shift--top.is-active &gt; .off-canvas__primary,
.js .off-canvas__shift--bottom.is-active &gt; .off-canvas__primary {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.js .off-canvas__shift--top.is-active &gt; .off-canvas__primary {
  transform: translate3d(0, 80vh, 0);
}
.js .off-canvas__shift--bottom.is-active &gt; .off-canvas__primary {
  transform: translate3d(0, -80vh, 0);
}
.js .off-canvas__shift--left &gt; .off-canvas__secondary,
.js .off-canvas__shift--right &gt; .off-canvas__secondary {
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}
@media all and (min-width: 48em) {
  .js .off-canvas__shift--left &gt; .off-canvas__secondary,
  .js .off-canvas__shift--right &gt; .off-canvas__secondary {
    width: 70%;
  }
}
@media all and (min-width: 60em) {
  .js .off-canvas__shift--left &gt; .off-canvas__secondary,
  .js .off-canvas__shift--right &gt; .off-canvas__secondary {
    width: 60%;
  }
}
.js .off-canvas__shift--left &gt; .off-canvas__secondary {
  transform: translate3d(0, 0, 0);
  float: left;
  margin-left: -100%;
}
@media all and (min-width: 48em) {
  .js .off-canvas__shift--left &gt; .off-canvas__secondary {
    margin-left: -70%;
  }
}
@media all and (min-width: 60em) {
  .js .off-canvas__shift--left &gt; .off-canvas__secondary {
    margin-left: -60%;
  }
}
.js .off-canvas__shift--right &gt; .off-canvas__secondary {
  transform: translate3d(0, 0, 0);
  float: right;
  margin-right: -100%;
}
@media all and (min-width: 48em) {
  .js .off-canvas__shift--right &gt; .off-canvas__secondary {
    margin-right: -70%;
  }
}
@media all and (min-width: 60em) {
  .js .off-canvas__shift--right &gt; .off-canvas__secondary {
    margin-right: -60%;
  }
}
.js .off-canvas__shift--left.is-active &gt; .off-canvas__secondary {
  transform: translate3d(100%, 0, 0);
}
.js .off-canvas__shift--right.is-active &gt; .off-canvas__secondary {
  transform: translate3d(-100%, 0, 0);
}
.js .off-canvas__shift--top &gt; .off-canvas__secondary,
.js .off-canvas__shift--bottom &gt; .off-canvas__secondary {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.js .off-canvas__shift--top &gt; .off-canvas__secondary {
  transform: translate3d(0, -100%, 0);
  top: 0;
}
.js .off-canvas__shift--bottom &gt; .off-canvas__secondary {
  transform: translate3d(0, 100%, 0);
  bottom: 0;
}
.js .off-canvas__shift--top.is-active &gt; .off-canvas__secondary,
.js .off-canvas__shift--bottom.is-active &gt; .off-canvas__secondary {
  transform: translate3d(0, 0, 0);
  overflow: auto;
}
.off-canvas__slide-base,
.js .off-canvas__slide--left,
.js .off-canvas__slide--right,
.js .off-canvas__slide--top,
.js .off-canvas__slide--bottom {
  position: fixed;
  z-index: 110;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.off-canvas__slide-base.is-revealed,
.js .off-canvas__slide--left.is-revealed,
.js .off-canvas__slide--right.is-revealed,
.js .off-canvas__slide--top.is-revealed,
.js .off-canvas__slide--bottom.is-revealed {
  transform: translate3d(0, 0, 0);
}
.js .off-canvas__slide--left {
  top: 0;
  bottom: 0;
  left: 0;
  width: 80%;
  transform: translate3d(-100%, 0, 0);
}
@media all and (min-width: 48em) {
  .js .off-canvas__slide--left {
    width: 33%;
  }
}
@media all and (min-width: 60em) {
  .js .off-canvas__slide--left {
    width: 25%;
  }
}
@media all and (min-width: 68.5em) {
  .js .off-canvas__slide--left {
    width: 20%;
  }
}
.js .off-canvas__slide--right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  transform: translate3d(100%, 0, 0);
}
@media all and (min-width: 48em) {
  .js .off-canvas__slide--right {
    width: 33%;
  }
}
@media all and (min-width: 60em) {
  .js .off-canvas__slide--right {
    width: 25%;
  }
}
@media all and (min-width: 68.5em) {
  .js .off-canvas__slide--right {
    width: 20%;
  }
}
.js .off-canvas__slide--top {
  top: 0;
  right: 0;
  left: 0;
  height: 90%;
  transform: translate3d(0, -100%, 0);
}
@media all and (min-width: 48em) {
  .js .off-canvas__slide--top {
    height: 33%;
  }
}
@media all and (min-width: 60em) {
  .js .off-canvas__slide--top {
    height: 25%;
  }
}
@media all and (min-width: 68.5em) {
  .js .off-canvas__slide--top {
    height: 20%;
  }
}
.js .off-canvas__slide--bottom {
  right: 0;
  bottom: 0;
  left: 0;
  height: 90%;
  transform: translate3d(0, 100%, 0);
}
@media all and (min-width: 48em) {
  .js .off-canvas__slide--bottom {
    height: 33%;
  }
}
@media all and (min-width: 60em) {
  .js .off-canvas__slide--bottom {
    height: 25%;
  }
}
@media all and (min-width: 68.5em) {
  .js .off-canvas__slide--bottom {
    height: 20%;
  }
}
.overflow-list {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.overflow-list__item {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  position: relative;
}
@media all and (min-width: 48em) {
  .overflow-list--until-medium {
    overflow: visible;
    white-space: normal;
  }
}
@media all and (min-width: 60em) {
  .overflow-list--until-large {
    overflow: visible;
    white-space: normal;
  }
}
@media all and (min-width: 68.5em) {
  .overflow-list--until-x-large {
    overflow: visible;
    white-space: normal;
  }
}
/*

Wrapper

This is the site-wide containing class. Put it around anything you want to be
contained in the "site width". By default, caps off at `1150px`.

*/
.wrappers__wrapper {
  width: 88.27%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 48em) {
  .wrappers__wrapper {
    width: 78.11%;
  }
}
@media all and (min-width: 60em) {
  .wrappers__wrapper {
    max-width: 1096px;
  }
}
.wrappers__wrapper-max {
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
}
.wrappers__full-bleed {
  max-width: 1280px;
  width: 88.88%;
  margin-left: auto;
  margin-right: auto;
}
.wrappers__break-out {
  width: calc(100% + (14.01229035974907% * 2));
  position: relative;
  left: -14.01229035974907%;
}
@media all and (min-width: 87.69683779285623em) {
  .wrappers__break-out {
    width: calc(100% + ((100vw - 1096px)));
    left: calc(((100vw - 1096px)) / -2);
  }
}
/*

Tables

*/
/*

Default Tables

Simple, clean default styles. Just mark it up like a normal table.

Undoes table to more of a definition list on smaller viewports.

See: http://codepen.io/aarongustafson/pen/ucJGv

````tables
&lt;table&gt;
    &lt;thead&gt;
        &lt;tr&gt;
            &lt;th scope="col"&gt;#&lt;/th&gt;
            &lt;th scope="col"&gt;First Name&lt;/th&gt;
            &lt;th scope="col"&gt;Last Name&lt;/th&gt;
            &lt;th scope="col"&gt;Language&lt;/th&gt;
        &lt;/tr&gt;
    &lt;/thead&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td data-th="#"&gt;1&lt;/td&gt;
            &lt;td data-th="First Name"&gt;Some&lt;/td&gt;
            &lt;td data-th="Last Name"&gt;One&lt;/td&gt;
            &lt;td data-th="Language"&gt;English&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td data-th="#"&gt;2&lt;/td&gt;
            &lt;td data-th="First Name"&gt;Joe&lt;/td&gt;
            &lt;td data-th="Last Name"&gt;Sixpack&lt;/td&gt;
            &lt;td data-th="Language"&gt;English&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td data-th="#"&gt;3&lt;/td&gt;
            &lt;td data-th="First Name"&gt;Stu&lt;/td&gt;
            &lt;td data-th="Last Name"&gt;Dent&lt;/td&gt;
            &lt;td data-th="Language"&gt;Code&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
````

*/
table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
}
th,
td {
  padding: 0.625rem 0.5rem;
  text-align: left;
}
th {
  padding-top: 0.625rem;
}
@media all and (max-width: 47.9375em) {
  table {
    display: block;
    width: 100%;
  }
  tbody,
  tr,
  th,
  td {
    border: 0;
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }
  thead {
    display: none;
    visibility: hidden;
  }
  tr {
    margin-top: 1.1111111111111112em;
  }
  td[data-th]:before {
    content: attr(data-th) ":\00A0";
    display: inline-block;
    font-weight: bold;
  }
  td:empty {
    display: none;
  }
}
@media all and (min-width: 48em) {
  th,
  td {
    padding: 0.625rem 1rem;
  }
}
/*

panel

Used to provide messaging to the user, whether it be direct or through calls to 
action. The panel typically indicates a visual separation and implied 
sub-grouping of its content.

```panel
&lt;div class="panel"&gt;
    &lt;h3&gt;This is a Panel&lt;/h3&gt;
    &lt;p&gt;This is a &lt;a href="#"&gt;feedback message&lt;/a&gt; for the user.&lt;/p&gt;
    &lt;p&gt;&lt;a href="#" class="btn"&gt;User Action&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class="panel"&gt;
    &lt;p&gt;This is a feedback panel with no heading.&lt;/p&gt;
&lt;/div&gt;
````

*/
.panel,
[class*="panel"],
[class*="panel__"] {
  margin-top: 1.1111111111111112em;
  padding: 1.25rem;
  background-color: #ffffff;
}
.panel &gt; :first-child,
[class*="panel"] &gt; :first-child,
[class*="panel__"] &gt; :first-child {
  margin-top: 0;
}
.panel h1,
[class*="panel"] h1,
[class*="panel__"] h1,
.panel h2,
[class*="panel"] h2,
[class*="panel__"] h2,
.panel h3,
[class*="panel"] h3,
[class*="panel__"] h3,
.panel h4,
[class*="panel"] h4,
[class*="panel__"] h4,
.panel h5,
[class*="panel"] h5,
[class*="panel__"] h5,
.panel h6,
[class*="panel"] h6,
[class*="panel__"] h6 {
  color: inherit;
}
[class*="panel--thin"] {
  padding: 0.625rem;
}
/*

Alert Panel

This variation of the standard `.panel` is used specifically for delivering 
direct messages to the user, whether they be informative, complimentary, 
or preventative.

````info-alert-panel
&lt;div class="alert-panel--info"&gt;
    &lt;h3&gt;This is a Panel&lt;/h3&gt;
    &lt;p&gt;This is an &lt;a href="#"&gt;alert message&lt;/a&gt; for the user.&lt;/p&gt;
    &lt;p&gt;&lt;a href="#" class="btn"&gt;User Action&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class="alert-panel--info"&gt;
    &lt;p&gt;This is an alert panel with no heading.&lt;/p&gt;
&lt;/div&gt;
````

*/
/*

````error-alert-panel
&lt;div class="panel__alert--error"&gt;
    &lt;h3&gt;This is a Panel&lt;/h3&gt;
    &lt;p&gt;This is an &lt;a href="#"&gt;alert message&lt;/a&gt; for the user.&lt;/p&gt;
    &lt;p&gt;&lt;a href="#" class="btn"&gt;User Action&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class="panel__alert--error"&gt;
    &lt;p&gt;This is an alert panel with no heading.&lt;/p&gt;
&lt;/div&gt;
````

*/
/*

````success-alert-panel
&lt;div class="panel__alert--success"&gt;
    &lt;h3&gt;This is a Panel&lt;/h3&gt;
    &lt;p&gt;This is an &lt;a href="#"&gt;alert message&lt;/a&gt; for the user.&lt;/p&gt;
    &lt;p&gt;&lt;a href="#" class="btn"&gt;User Action&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class="panel__alert--success"&gt;
    &lt;p&gt;This is an alert panel with no heading.&lt;/p&gt;
&lt;/div&gt;
````

*/
[class*="panel__alert"] {
  color: #FDFDFF;
}
.panel__alert {
  background: #002a36;
}
.panel__alert--error {
  background: #E76027;
}
.panel__alert--success {
  background: #72bc44;
}
/*

WYSIWYG

Though we keep our styles as flexible and modular as possible, there may be 
times, as when using a WYSIWYG editor, when some styles need to be baked in. 
Here, we specify a `.wysiwyg` class that wraps around that content, and 
hardcode some of those styles

    &lt;div class="wysiwyg"&gt;
        [WYSIWYG Content]
    &lt;/div&gt;

*/
.wysiwyg h1 {
  margin-top: 0;
  clear: both;
}
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin-top: 1.5em;
  clear: both;
}
.wysiwyg h2 + p,
.wysiwyg h3 + p,
.wysiwyg h4 + p,
.wysiwyg h5 + p,
.wysiwyg h6 + p {
  margin-top: 1.25rem !important;
}
.wysiwyg[data-theme="gray"] a:not(.button__primary):not(.links__primary) {
  text-shadow: 1px 1px #E4E5E7, 3px 1px #E4E5E7, -3px 3px #E4E5E7, -4px 2px #E4E5E7;
}
.wysiwyg[data-theme="gray"] a:not(.button__primary):not(.links__primary):before {
  z-index: 0;
}
.wysiwyg[data-theme="gray"] a:not(.button__primary):not(.links__primary) {
  text-shadow: 1px 1px #E4E5E7, 3px 1px #E4E5E7, -3px 3px #E4E5E7, -4px 2px #E4E5E7;
}
.wysiwyg[data-theme="gray"] a:not(.button__primary):not(.links__primary):before {
  z-index: 0;
}
.formEmbed .wysiwyg a:not(.button__primary):not(.links__primary) {
  color: #FDFDFF;
  text-shadow: 1px 1px #003E4F, 3px 1px #003E4F, -3px 3px #003E4F, -4px 2px #003E4F;
}
.formEmbed .wysiwyg a:not(.button__primary):not(.links__primary):before {
  background: #FDFDFF;
  z-index: 0;
}
.imageText + .wysiwyg {
  margin-top: 100px;
}
.wysiwyg p:first-of-type {
  margin-top: 0;
}
.wysiwyg h1,
.wysiwyg .hierarchy__canon-text {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.05;
  text-transform: uppercase;
}
@media all and (min-width: 48em) {
  .wysiwyg h1,
  .wysiwyg .hierarchy__canon-text {
    font-size: 86px;
    font-size: 5.375rem;
    line-height: 1.04651163;
  }
}
.wysiwyg h2,
.wysiwyg .hierarchy__paragon-text {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: -0.00769231em;
  text-transform: uppercase;
}
@media all and (min-width: 48em) {
  .wysiwyg h2,
  .wysiwyg .hierarchy__paragon-text {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.03846154;
  }
}
.wysiwyg h3,
.wysiwyg .primer-text {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16666667;
}
@media all and (min-width: 48em) {
  .wysiwyg h3,
  .wysiwyg .primer-text {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16666667;
  }
}
.wysiwyg h4,
.wysiwyg .hierarchy__normal-text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media all and (min-width: 48em) {
  .wysiwyg h4,
  .wysiwyg .hierarchy__normal-text {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.15384615;
  }
}
.wysiwyg h5,
.wysiwyg .hierarchy__petite-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media all and (min-width: 48em) {
  .wysiwyg h5,
  .wysiwyg .hierarchy__petite-text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444444;
  }
}
.wysiwyg h6,
.wysiwyg .hierarchy__minion-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.46666667;
}
.wysiwyg .wrappers__wrapper h2:first-child,
.wysiwyg .wrappers__wrapper h3:first-child,
.wysiwyg .wrappers__wrapper h4:first-child,
.wysiwyg .wrappers__wrapper h5:first-child,
.wysiwyg .wrappers__wrapper h6:first-child {
  margin-top: 0;
}
.wysiwyg img {
  display: block;
  width: auto;
}
@media all and (min-width: 48em) {
  .wysiwyg img.alignleft {
    float: left;
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .wysiwyg img.alignright {
    float: right;
    margin-left: 35px;
    margin-bottom: 35px;
  }
}
@media all and (min-width: 48em) {
  .wysiwyg .wysiwyg__content {
    padding-left: calc(((100% + 2rem) / 9) * 1);
  }
}
@media all and (min-width: 60em) {
  .wysiwyg .wysiwyg__content {
    padding-left: calc(((100% + 2rem) / 9) * 1);
  }
}
.wysiwyg figure:not(.alignright) {
  max-width: 100%;
}
@media all and (min-width: 48em) {
  .wysiwyg figure.alignright {
    float: right;
    margin-left: 35px;
  }
  .wysiwyg figure.alignleft {
    float: left;
    margin-right: 35px;
  }
}
.wysiwyg figure figcaption {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.38461538;
  letter-spacing: 0.03538462em;
  position: relative;
  margin-bottom: 30px;
  padding: 22px 0 0 32px;
}
.wysiwyg figure figcaption:before {
  content: '';
  position: absolute;
  background: #EBCC81;
  z-index: 10;
  left: 50%;
  width: 2px;
  height: 40px;
  transform: translate(-50%, 50%);
  left: 15px;
  bottom: 0;
  transform: none;
}
@media all and (min-width: 48em) {
  .wysiwyg figure figcaption:before {
    height: calc( 100% + 30px );
  }
}
.wysiwyg .styles__italic {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
  margin-top: 5px;
}
/*

Animated Revealing/Hiding Block Modules

When JavaScript is enabled, these blocks are used (most easily in conjunction 
with Motif jQuery plugins) to reveal and hide blocks of content, sometimes 
accompanied by CSS3 animations.
    
Reveal Target

`.reveal__target` is a simple class that is accessibly hidden by default.
Add the `.is-revealed` class to show it.

    &lt;div class="reveal__target"&gt;
        I am hidden.
    &lt;/div&gt;
    &lt;div class="reveal__target is-revealed"&gt;
        I am no longer hidden.
    &lt;/div&gt;

*/
.js .reveal__target.is-revealed {
  overflow: visible;
}
/*

Animated Revealing/Hiding Block Modules

When JavaScript is enabled, these blocks are used (most easily in conjunction 
with Motif jQuery plugins) to reveal and hide blocks of content, sometimes 
accompanied by CSS3 animations.
    
Expand Target

`.expand__target` has a maximum height of `0` by default, and once it 
receives the `.is-expanded` class, animates in height to its maximum value. 
This is the cheap CSS way of expanding animation, as in collapsible 
accordions. More precise timing most likely requires JS enhancement.

    &lt;div class="expand__target"&gt;
        I am hidden from view.
    &lt;/div&gt;
    &lt;div class="expand__target is-expanded"&gt;
        I have expanded into view.
    &lt;/div&gt;

*/
.js .expand__target {
  max-height: 0;
  overflow: hidden;
}
.js .expand__target.is-expanded {
  max-height: 999px;
}
.js .expand__target.is-expanded,
.js .expand__target.was-expanded {
  transition: all 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/*

Animated Revealing/Hiding Block Modules

When JavaScript is enabled, these blocks are used (most easily in conjunction 
with Motif jQuery plugins) to reveal and hide blocks of content, sometimes 
accompanied by CSS3 animations.

Fade Target

`.fade__target` is the same as `.expand__target` (in that it grows in 
height), but it adds opacity fading to the mix.

    &lt;div class="fade__target"&gt;
        I am hidden.
    &lt;/div&gt;
    &lt;div class="fade__target is-faded"&gt;
        I have faded and expanded into view.
    &lt;/div&gt;

*/
.js .fade__target {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.js .fade__target.is-faded {
  opacity: 1;
  max-height: 999px;
}
.js .fade__target.is-faded,
.js .fade__target.was-faded {
  transition: all 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/*

Main Nav Module

A minor enhancement to the Reveal or Expand Target modules if added to the
main navigation bar. This snippet, on Medium screens and larger, makes sure
the expandable Nav (on smaller screens) is no longer hidden, and that the 
Menu Title (be it "Main Menu", the hamburger icon, etc.) is hidden from view.

    &lt;nav class="nav-bar--menu" role="navigation"&gt;
        &lt;h3 class="menu__title js-expand" id="reveal-main-nav"&gt;
            &lt;svg class="icon"&gt;&lt;use xlink:href="#rows"&gt;&lt;/svg&gt;
            Main Menu
        &lt;/h3&gt;
        &lt;ul class="menu__list expand__target" id="main-nav-list"&gt;
            ...
        &lt;/ul&gt;
    &lt;/nav&gt;

*/
@media all and (min-width: 48em) {
  .js .menu__list {
    max-height: 999px;
  }
}
@media all and (min-width: 48em) {
  .menu__title {
    display: none;
  }
}
/*

Tabs

The tabs module (and accompanying plugin) creates a very basic widget that 
allows embedding and basic styling.

````tabs
&lt;section class="tabs js-tabs"&gt;
    &lt;nav role="navigation"&gt;
        &lt;ul&gt;
            &lt;li&gt;
                &lt;a href="#first-tab"&gt;
                    First Tab
                &lt;/a&gt;
            &lt;/li&gt;
            &lt;li&gt;
                &lt;a href="#second-tab"&gt;
                    Second Tab
                &lt;/a&gt;
            &lt;/li&gt;
        &lt;/ul&gt;
    &lt;/nav&gt;
    &lt;div&gt;
        &lt;section id="first-tab"&gt;
            &lt;h3&gt;First Tab&lt;/h3&gt;
            &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit.&lt;/p&gt;
        &lt;/section&gt;
        &lt;section id="second-tab"&gt;
            &lt;h3&gt;Second Tab&lt;/h3&gt;
            &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit.&lt;/p&gt;
        &lt;/section&gt;
    &lt;/div&gt;
&lt;/section&gt;
````

*/
.js .tabs &gt; nav + *,
.js .tabs__section {
  position: relative;
  overflow: hidden;
}
.js .tabs &gt; nav + * &gt; *,
.js .tabs .tab {
  display: none;
}
.js .tabs &gt; nav + * &gt; *.is-current,
.js .tabs .tab.is-current {
  display: block;
}
/**
 * Shared
 */
.primaryNav {
  background-color: #FDFDFF;
  display: none;
}
@media all and (max-width: 47.9375em) {
  .primaryNav {
    display: none;
    width: 100%;
    background-color: #101010;
    flex-wrap: wrap;
    top: calc( 149px + 0px);
    top: calc( var(--nav-height) + var(--alert-height) );
    left: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
  }
  overflow-x:hidden .primaryNav:not(.is-revealed) {
    display: none;
  }
  .primaryNav.is-revealed {
    display: flex;
  }
  .primaryNav a:focus,
  .primaryNav a:hover {
    color: #EBCC81;
  }
}
@media all and (max-width: 47.9375em) {
  .primaryNav__container {
    width: 100%;
    display: none;
  }
  .is-revealed .primaryNav__container {
    display: block;
  }
}
.primaryNav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 47.9375em) {
  .primaryNav__list {
    width: 100%;
    padding-right: 10.945%;
    padding-left: 10.945%;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    padding-top: 1.25rem;
  }
}
@media all and (min-width: 48em) {
  .primaryNav__list {
    display: none;
  }
}
.primaryNav__list-item {
  display: block;
  position: relative;
}
@media all and (min-width: 48em) {
  .primaryNav__list-item.is-active {
    border-bottom: 2px solid #003E4F;
  }
}
@media all and (min-width: 60em) {
  .primaryNav__list-item:last-of-type {
    padding-bottom: 0;
  }
  .primaryNav__list-item:last-of-type .primaryNav__link {
    margin-right: 0;
  }
}
@media all and (max-width: 47.9375em) {
  .primaryNav__list-item:first-of-type {
    margin-top: 20px;
  }
}
.primaryNav__link {
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #FDFDFF;
  text-decoration: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media all and (max-width: 47.9375em) {
  .primaryNav__link {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    max-width: calc(100% - 45px);
  }
}
@media all and (min-width: 48em) {
  .primaryNav__link svg {
    margin-left: 18px;
    width: 19px;
    height: 10px;
    fill: #72bc44;
  }
}
@media all and (min-width: 48em) {
  .primaryNav__link {
    display: block;
    padding: 20px 0;
    margin: 0 20px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #101010;
    transition: all 0.5s ease-in-out;
  }
  .primaryNav__link svg {
    display: none;
  }
}
.is-active .primaryNav__link:before {
  content: '';
  position: absolute;
  left: -20px;
  width: 14px;
  height: 2px;
  background: #EBCC81;
}
@media all and (min-width: 48em) {
  .is-active .primaryNav__link:before {
    display: none;
  }
}
.primaryNav__trigger {
  top: 15px;
  right: 0;
  background-color: transparent;
  border: none;
  color: #FDFDFF;
  padding: 10px;
  z-index: 2;
}
@media all and (min-width: 48em) {
  .primaryNav__trigger {
    display: none;
  }
}
.primaryNav__trigger--svg {
  background-color: transparent;
  width: 28px;
  height: 21px;
}
@media all and (max-width: 47.9375em) {
  .primaryNav__main-list {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .primaryNav__main-list.is-revealed .primaryNav__link {
    color: #EBCC81;
  }
}
.primaryNav__subnav-container {
  display: none;
  padding-left: 0;
  border-top: 1px solid #E4E5E7;
  margin-top: 0;
}
@media all and (min-width: 48em) {
  .primaryNav__subnav-container {
    display: block;
  }
}
.primaryNav__subnav {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.primaryNav__subnav-list {
  padding-left: 0;
  margin-top: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.primaryNav__subnav-list-item {
  margin-left: 1rem;
}
.primaryNav__subnav-list-item.is-active {
  border-bottom: 2px solid #003E4F;
  font-weight: 600;
}
.primaryNav__subnav-list-ancestor {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  font-weight: 600;
}
.primaryNav__subnav-list-ancestor[data-type="grandparent"] {
  margin-left: 0;
}
.primaryNav__subnav-list-ancestor[data-type="grandparent"] svg {
  width: 13px;
  height: 13px;
  margin-left: 0.5rem;
}
.primaryNav__subnav-list-ancestor[data-type="parent"] svg {
  width: 13px;
  height: 13px;
  margin-left: 1rem;
}
.primaryNav__subnav-link {
  font-size: 16px;
  color: #101010;
  text-decoration: none;
}
.is-active .primaryNav__subnav-link {
  color: #003E4F;
}
.primaryNav__subnav-link.is-active {
  border-bottom: 2px solid #003E4F;
  color: #003E4F;
}
.primaryNav__subnav-current {
  color: #003E4F;
  font-size: 16px;
}
.primaryNav__down-arrow {
  width: 14px;
  height: 9px;
  fill: #FDFDFF;
}
@media all and (min-width: 48em) {
  .primaryNav__down-arrow {
    display: none;
  }
}
.primaryNav__eyebrow {
  margin-left: 10.945%;
  margin-right: 10.945%;
  border-top: 2px solid #BEE2D9;
  padding-top: 1.25rem;
  padding-bottom: 60px;
}
@media all and (min-width: 48em) {
  .primaryNav__eyebrow {
    display: none;
  }
}
.primaryNav__eyebrow-links {
  padding-left: 0;
}
.primaryNav__eyebrow-li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.primaryNav__eyebrow-li[data-title="Donate"] {
  display: none;
}
.primaryNav__eyebrow-link,
.primaryNav__dropdown-level1 {
  color: #F5F6F7;
  text-decoration: none;
}
.primaryNav__eyebrow-lower {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.primaryNav__eyebrow-lower-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571429;
  letter-spacing: 0.03571429em;
  display: flex;
  align-items: center;
  color: #FDFDFF;
  text-decoration: none;
}
.primaryNav__eyebrow-lower-link:hover,
.primaryNav__eyebrow-lower-link:focus {
  color: #EBCC81;
}
.primaryNav__eyebrow-lower-link svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  color: #FDFDFF;
}
.primaryNav__eyebrow-donate {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.16666667;
  letter-spacing: 0.07166667em;
  border: 1px solid #F5F6F7;
  padding: 5px 14px;
  color: #F5F6F7;
  text-decoration: none;
  text-transform: uppercase;
}
.primaryNav__dropdown-trigger {
  position: absolute;
  top: 4.5px;
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.primaryNav__dropdown-trigger:focus {
  outline: none;
}
.primaryNav__dropdown-trigger:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
}
.primaryNav__dropdown-trigger svg {
  width: 14px;
  height: 9px;
}
.primaryNav__dropdown-trigger.is-revealed svg {
  transform: rotate(180deg);
  fill: #EBCC81;
}
.primaryNav__main-list .primaryNav__dropdown-trigger {
  top: 7.5px;
}
.primaryNav__main-list .primaryNav__dropdown-trigger svg {
  height: 11px;
}
.primaryNav__dropdown {
  display: none;
  padding-left: 0;
  margin: 0;
  padding-bottom: 1.25rem;
}
.primaryNav__dropdown.is-revealed {
  display: block;
}
@media all and (min-width: 48em) {
  .primaryNav__dropdown {
    display: none;
  }
  .primaryNav__dropdown.is-revealed {
    display: none;
  }
}
.primaryNav__dropdown-list-item {
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.primaryNav__dropdown-list-item:last-child {
  margin-bottom: 0;
}
.primaryNav__dropdown-level1 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.03555556em;
  text-transform: capitalize;
  max-width: calc(100% - 45px);
}
.primaryNav__dropdown-level2 {
  width: 100%;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 0;
}
.primaryNav__dropdown-level2-links,
.primaryNav__dropdown-level3-links {
  color: #F5F6F7;
  text-decoration: none;
  font-size: 14px;
}
.primaryNav__dropdown-level2-links {
  padding-left: 40px;
}
.primaryNav__dropdown-level3-links {
  padding-left: 16px;
}
.primaryNav__dropdown-level3 {
  margin-left: 40px;
  padding-left: 0;
  width: 100%;
  padding-bottom: 0;
  padding-top: 10px;
  position: relative;
}
.primaryNav__dropdown-level3:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #F5F6F7;
}
.primaryNav__eyebrow-input {
  padding: 15px 10px;
}
.primaryNav__eyebrow-submit {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.0625em;
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 600;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #684800;
  padding: 15px 30px;
  text-transform: uppercase;
  z-index: 0;
  background: #EBCC81;
  color: #101010;
}
.primaryNav__eyebrow-submit:hover,
.primaryNav__eyebrow-submit:focus {
  background: #684800;
  color: #FDFDFF;
}
.globalHeader {
  position: relative;
  width: 100%;
  z-index: 400;
  background-color: #101010;
}
.globalHeader__logo {
  position: absolute;
  z-index: 1;
  display: none;
}
@media all and (min-width: 48em) {
  .globalHeader__logo {
    display: block;
    width: 140px;
    height: 131px;
    margin-left: calc( ( 100vw -  88.88% ) * 0.5 );
  }
}
@media all and (min-width: 87.69683779285623em) {
  .globalHeader__logo {
    margin-left: calc( ( 100vw - 1280px ) * 0.5 );
  }
}
.globalHeader__logo-figure {
  background: #101010;
  padding: 15px;
  height: 100%;
}
.globalHeader__logo-img {
  width: 100%;
}
.globalHeader__eyebrow {
  width: 100%;
  padding: 10px 0;
  background-color: #003E4F;
  display: none;
}
@media all and (min-width: 48em) {
  .globalHeader__eyebrow {
    display: block;
  }
}
.globalHeader__eyebrow-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.globalHeader__eyebrow-link {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.38461538;
  letter-spacing: 0.03538462em;
  display: flex;
  align-items: center;
  color: #F5F6F7;
  margin-left: 20px;
  text-decoration: none;
}
.globalHeader__eyebrow-link:first-child {
  letter-spacing: 0.86px;
  text-transform: uppercase;
  border: 1px solid #F5F6F7;
  padding: 5px 14px;
  font-size: 12px;
}
.globalHeader__eyebrow-link svg {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  color: #FDFDFF;
}
.globalHeader__eyebrow-link:hover,
.globalHeader__eyebrow-link:focus {
  color: #EBCC81;
}
.globalHeader__primary-nav {
  background-color: #FDFDFF;
}
@media all and (max-width: 47.9375em) {
  .globalHeader__primary-nav {
    background-color: #101010;
    position: fixed;
    top: 0px;
    top: var(--alert-height);
    left: 0;
    right: 0;
    height: 65px;
    display: flex;
    align-items: center;
  }
}
@media all and (max-width: 47.9375em) {
  .globalHeader__primary-nav-container {
    position: relative;
  }
}
@media all and (max-width: 47.9375em) {
  .content-area {
    padding-top: calc( 149px + 0px);
    padding-top: calc( var(--nav-height) + var(--alert-height) );
  }
}
.globalHeader__controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (min-width: 48em) {
  .globalHeader__controls {
    display: none;
  }
}
.globalHeader__logo-img {
  width: 232px;
}
.globalHeader__search {
  position: absolute;
  display: flex;
  width: 230px;
  left: 0;
  top: 50%;
  transform: translate3d(-100%, -50%, 0);
}
.globalHeader__search:not(.is-revealed) {
  display: none;
}
.globalHeader__search-label {
  width: 100%;
}
.globalHeader__search-input {
  flex: 1 0 auto;
}
.globalHeader__search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.globalHeader__search-reveal-open {
  display: block;
}
.is-revealed .globalHeader__search-reveal-open {
  display: none;
}
.globalHeader__search-reveal-close {
  display: none;
}
.is-revealed .globalHeader__search-reveal-close {
  display: block;
}
.globalFooter {
  padding-top: 15px;
  background: #101010;
  text-align: center;
}
@media all and (min-width: 48em) {
  .globalFooter {
    padding-top: 30px;
  }
}
.globalFooter__breadcrumbs {
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
  padding: 0 0 15px;
  text-align: center;
}
@media all and (min-width: 48em) {
  .globalFooter__breadcrumbs {
    padding: 0 0 30px;
    text-align: left;
  }
}
.globalFooter__breadcrumbs-item:after {
  content: '/';
  color: #EBCC81;
}
.globalFooter__breadcrumbs-item:first-of-type a {
  text-decoration: underline;
}
.globalFooter__breadcrumbs-item:last-of-type:after {
  display: none;
}
.globalFooter__breadcrumbs-link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  display: block;
  color: #EBCC81;
  text-decoration: none;
}
.globalFooter__breadcrumbs-link:focus,
.globalFooter__breadcrumbs-link:hover {
  color: #EBCC81;
  text-decoration: underline;
}
.globalFooter__nav {
  padding: 15px 0 30px;
  text-align: center;
}
@media all and (min-width: 48em) {
  .globalFooter__nav {
    display: flex;
    justify-content: space-between;
    margin: 0 -1rem;
    padding: 30px 0 60px;
    text-align: left;
  }
}
.globalFooter__section {
  padding: 1.25rem 0;
}
.globalFooter__section-primary {
  padding: 2.5rem 0;
}
@media all and (min-width: 48em) {
  .globalFooter__section {
    width: 20%;
    padding: 0 1rem;
  }
  .globalFooter__section-primary {
    width: 40%;
    padding: 0 1rem;
  }
}
.globalFooter__section-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 600;
  color: #FDFDFF;
}
.globalFooter__section-copy,
.globalFooter__section-copy p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571429;
  letter-spacing: 0.03571429em;
  font-family: "le-monde-livre-std", "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  margin-top: 1.25rem;
  color: #FDFDFF;
}
.globalFooter__primary {
  margin: -0.625rem 0;
}
.globalFooter__primary-item {
  padding: 0.625rem 0;
}
.globalFooter__link-base,
.globalFooter__primary-link,
.globalFooter__secondary-link {
  color: #FDFDFF;
  text-decoration: none;
}
.globalFooter__link-base:focus,
.globalFooter__link-base:hover,
.globalFooter__primary-link:focus,
.globalFooter__primary-link:hover,
.globalFooter__secondary-link:focus,
.globalFooter__secondary-link:hover {
  color: #EBCC81;
  text-decoration: underline;
}
.globalFooter__primary-link {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.globalFooter__secondary {
  margin: -0.3125rem 0;
  padding-top: 0.3125rem;
}
@media all and (min-width: 48em) {
  .globalFooter__secondary {
    padding-top: 1.25rem;
  }
}
.globalFooter__secondary-item {
  padding: 0.3125rem 0;
}
.globalFooter__secondary-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571429;
  letter-spacing: 0.03571429em;
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  display: inline-block;
}
.globalFooter__logo-figure {
  display: none;
}
@media all and (min-width: 48em) {
  .globalFooter__logo-figure {
    position: relative;
    width: 100%;
    margin: 0;
    display: block;
    width: 60%;
    margin-top: 30px;
    float: right;
  }
  .globalFooter__logo-figure:before {
    content: "";
    width: 100%;
    display: block;
    padding-top: 88.0733945%;
  }
  .globalFooter__logo-figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .no-objectfit .globalFooter__logo-figure img {
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
.globalFooter__logo-figure--sm {
  display: block;
  margin: 0 auto;
  width: 80%;
}
@media all and (min-width: 48em) {
  .globalFooter__logo-figure--sm {
    display: none;
  }
}
.globalFooter__logo-figure--sm img {
  display: block;
  width: 100%;
}
.globalFooter__endcap {
  padding: 20px 0;
  background: #FDFDFF;
  text-align: center;
}
@media all and (min-width: 48em) {
  .globalFooter__endcap {
    padding: 10px 0;
    text-align: left;
  }
}
.globalFooter__endcap-link,
.globalFooter__copyright {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571429;
  letter-spacing: 0.03571429em;
  color: #101010;
}
.globalFooter__endcap-link:hover,
.globalFooter__copyright:hover,
.globalFooter__endcap-link:focus,
.globalFooter__copyright:focus {
  color: #101010;
}
.globalFooter__copyright {
  display: block;
  margin-top: 30px;
}
@media all and (min-width: 48em) {
  .globalFooter__copyright {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}
@media all and (min-width: 48em) {
  .globalFooter__endcap-flex {
    display: flex;
    justify-content: space-between;
  }
}
.globalFooter__logos-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 47.9375em) {
  .globalFooter__logos-list {
    flex-wrap: wrap;
    gap: 16px;
    margin: auto;
    max-width: 300px;
  }
}
.globalFooter__logos-item {
  max-width: 60px;
  margin-left: 1rem;
}
.globalFooter__logos-item:first-of-type {
  margin-left: 0;
}
.globalFooter__logos-img {
  display: block;
  width: 100%;
}
.globalFooter__links {
  text-align: center;
}
@media all and (min-width: 48em) {
  .globalFooter__links {
    display: flex;
    justify-content: space-betwteen;
    align-items: center;
    text-align: left;
  }
}
.globalFooter__endcap-list {
  margin-top: 0.3125rem;
  text-align: center;
}
@media all and (min-width: 48em) {
  .globalFooter__endcap-list {
    display: flex;
    align-items: center;
    margin-top: 0;
    text-align: left;
  }
}
.globalFooter__endcap-item {
  padding-top: 1.25rem;
}
@media all and (min-width: 48em) {
  .globalFooter__endcap-item {
    padding-top: 0;
    padding-left: 12px;
  }
}
.megaMenu {
  position: relative;
}
@media all and (max-width: 47.9375em) {
  .megaMenu {
    display: none;
  }
}
.megaMenu__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 150px;
  margin-right: -20px;
}
.megaMenu__button {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 600;
  position: relative;
  margin: 0;
  padding: 30px 30px 26px;
  color: #003E4F;
  text-transform: uppercase;
}
.megaMenu__button:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 50%;
  height: 2px;
  background: #003E4F;
  opacity: 0;
  transform: translateX(-50%);
  transition: width 250ms ease-in-out;
}
.megaMenu__button.is-active {
  position: relative;
}
.megaMenu__button.is-active:after {
  width: calc(100% - 20px);
  opacity: 1;
}
.megaMenu__button:hover,
.megaMenu__button:focus,
.megaMenu__button.is-revealed {
  background: #003E4F;
  color: #FDFDFF;
}
.megaMenu__button:hover:after,
.megaMenu__button:focus:after,
.megaMenu__button.is-revealed:after {
  background: #EBCC81;
  width: 45%;
  opacity: 1;
}
.megaMenu__flyout {
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.5s easy-out;
}
.megaMenu__flyout:not(.is-revealed) {
  display: none;
}
@media all and (max-width: 47.9375em) {
  .megaMenu__flyout {
    display: none;
  }
}
.megaMenu__close {
  position: absolute;
  top: 20px;
  right: 5px;
  margin-top: 0;
  padding: 0 10px;
  color: #FDFDFF;
  transform: translateX(10px);
  z-index: 1;
  opacity: 0;
}
.megaMenu__close:hover {
  color: #EBCC81;
}
.megaMenu__close:focus {
  outline: 1px solid #EBCC81;
  outline-offset: 5px;
  box-shadow: 0 0 5px rgba(235, 204, 129, 0.01);
  color: #FDFDFF;
}
.megaMenu__close svg {
  width: 35px;
  height: 35px;
}
.megaMenu__dropdown-container {
  height: 100%;
}
.megaMenu__dropdown-container:not(.is-revealed) {
  display: none;
}
.megaMenu__dropdown-wrapper {
  position: relative;
  height: 100%;
}
.megaMenu__dropdown {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  height: 100%;
  background: #003E4F;
  z-index: 1;
}
.megaMenu__child-featured {
  padding-left: calc(((100% + 2rem) / 16) * 1);
  width: calc(40% - 1rem);
  padding-right: calc(((100% + 2rem) / 16) * 1);
  flex: 1 0 auto;
}
.megaMenu__child-featured-item {
  display: flex;
  margin-top: 1.25rem;
}
.megaMenu__child-featured-item:first-of-type {
  margin-top: 0;
}
.megaMenu__child-featured-item:last-of-type {
  margin-bottom: 2.5rem;
}
.megaMenu__child-featured-item:focus-within {
  outline: 1px solid #EBCC81;
  outline-offset: 5px;
}
.megaMenu__child-featured-link {
  color: #FDFDFF;
  text-decoration: none;
}
.megaMenu__child-featured-link:hover,
.megaMenu__child-featured-link:focus {
  color: #EBCC81;
}
.megaMenu__child-featured-fig {
  position: relative;
  width: 100%;
  margin: 0;
  width: 50%;
  flex: 0 0 auto;
}
.megaMenu__child-featured-fig:before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 89.74358974%;
}
.megaMenu__child-featured-fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.no-objectfit .megaMenu__child-featured-fig img {
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.megaMenu__child-featured-heading {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.07142857;
  letter-spacing: 0.07142857em;
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 600;
  color: #FDFDFF;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.megaMenu__child-featured-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 600;
  color: #684800;
}
.megaMenu__child-featured-content {
  padding: 20px;
  flex: 1 1 auto;
  background: #EBCC81;
}
.megaMenu__child-featured-copy {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  font-family: "le-monde-livre-std", "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  color: #101010;
}
.megaMenu__children {
  width: 40%;
  margin: 0;
  flex: 1 1 auto;
}
[data-featured="false"] .megaMenu__children {
  width: 60%;
  flex: 1 1 auto;
}
.megaMenu__child {
  padding: 10px 0;
}
.megaMenu__child-link {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.28571429;
  font-family: "le-monde-livre-std", "Times New Roman", Times, Georgia, serif;
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  position: relative;
  color: #FDFDFF;
  text-decoration: none;
}
.megaMenu__child-link:hover,
.megaMenu__child-link:focus {
  color: #EBCC81;
}
.megaMenu__child-link:hover .megaMenu__child-icon,
.megaMenu__child-link:focus .megaMenu__child-icon {
  transform: translate(35px, 5px);
}
.megaMenu__child-link.is-active {
  color: #EBCC81;
}
.megaMenu__child-link .megaMenu__child-icon {
  position: absolute;
  right: 0;
  transform: translate(30px, 5px);
  transition: transform 250ms ease;
}
.megaMenu__child-link .megaMenu__child-bullet {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25px, 10px);
  width: 17px;
  height: 17px;
}
.js-a11y-mega-menu {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.js-a11y-mega-menu:focus {
  opacity: 1;
  pointer-events: all;
}
.m-tnew__h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16666667;
  color: #101010;
  text-transform: none;
}
@media all and (min-width: 48em) {
  .m-tnew__h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16666667;
    letter-spacing: -0.02222222em;
  }
}
#iso-tnew .tnew .site-main {
  padding-bottom: 80px;
}
@media all and (min-width: 48em) {
  #iso-tnew .tnew .site-main {
    padding-bottom: 120px;
  }
}
#iso-tnew .tnew h1,
#iso-tnew .tnew h2 {
  margin-top: 3.125rem;
}
@media all and (min-width: 48em) {
  #iso-tnew .tnew h1,
  #iso-tnew .tnew h2 {
    margin-top: 5rem;
  }
}
#iso-tnew .tnew h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.07142857;
  color: #003E4F;
}
@media all and (min-width: 48em) {
  #iso-tnew .tnew h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.08;
    letter-spacing: -0.008em;
  }
}
#iso-tnew .tnew h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16666667;
  color: #101010;
  text-transform: none;
}
@media all and (min-width: 48em) {
  #iso-tnew .tnew h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16666667;
    letter-spacing: -0.02222222em;
  }
}
#iso-tnew .tnew .btn:not(.glyphicon) {
  display: block;
  border-radius: 0;
  width: 100%;
}
@media all and (min-width: 48em) {
  #iso-tnew .tnew .btn:not(.glyphicon) {
    display: inline-block;
    width: auto;
  }
}
@media all and (max-width: 47.9375em) {
  #iso-tnew .tnew .btn:not(.glyphicon) {
    width: auto;
  }
}
#iso-tnew .tnew .btn:not(.glyphicon):focus {
  outline: none;
}
#iso-tnew .tnew .btn-info:not(.glyphicon):before,
#iso-tnew .tnew .btn-primary:not(.glyphicon):before {
  display: none;
}
#iso-tnew .tnew .tn-prod-list-item__perf-anchor .btn {
  font-family: Glyphicons Halflings;
}
#iso-tnew .tnew .tn-heading {
  margin-top: 0;
}
@media all and (min-width: 48em) {
  #iso-tnew .tnew .tn-heading-sub-text,
  #iso-tnew .tnew .tn-header-component,
  #iso-tnew .tnew .tn-page-bottom {
    max-width: 75%;
  }
}
@media all and (min-width: 48em) {
  #iso-tnew .tnew .tn-gift-certificate-component + div {
    max-width: 58%;
  }
}
#iso-tnew .tnew .tn-account-login-page h4:first-of-type {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16666667;
  color: #101010;
  text-transform: none;
}
@media all and (min-width: 48em) {
  #iso-tnew .tnew .tn-account-login-page h4:first-of-type {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.16666667;
    letter-spacing: -0.02222222em;
  }
}
#iso-tnew .tnew .tn-account-login-page h4:first-of-type span {
  font-size: inherit !important;
  font-family: inherit !important;
}
#iso-tnew .tnew .tn-account-login-page h4:nth-of-type(2) {
  margin-top: 1.25rem;
}
@media all and (min-width: 48em) {
  #iso-tnew .tnew .tn-account-login-page h4:nth-of-type(2) {
    margin-top: 2.5rem;
  }
}
#iso-tnew .tnew .tn-account-login-page h4:not(:first-of-type) {
  font-weight: 400;
}
#iso-tnew .tnew .tn-account-login-page h4:not(:first-of-type) span {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  line-height: 1.44444444 !important;
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif !important;
}
@media all and (min-width: 48em) {
  #iso-tnew .tnew .tn-account-login-page h4:not(:first-of-type) span {
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
}
#iso-tnew .tnew .tn-additional-events__select-view-container .tn-additional-events__instructions {
  font-size: 15px;
}
#iso-tnew .tnew .tn-additional-events__select-view-container .input-group {
  display: flex;
}
#iso-tnew .tnew .tn-additional-events__select-view-container .input-group .tn-additional-events__date-select {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444444;
  display: block;
  height: auto;
  border: 2px solid #003E4F;
  border-radius: 0;
  padding: 0.625rem 1rem;
  color: #101010;
  font-size: 15px;
  width: 80%;
  padding: 10px;
}
#iso-tnew .tnew form *:not(i) {
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif !important;
}
#iso-tnew .tnew form label {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.46666667;
  font-family: "Jost", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  color: #101010;
  font-weight: 400 !important;
}
#iso-tnew .tnew form .form-group {
  margin-top: 1.875rem;
}
#iso-tnew .tnew form .form-group:first-of-type {
  margin-top: 2.5rem;
}
#iso-tnew .tnew form .tn-required-field {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.38461538;
  letter-spacing: 0.03538462em;
  color: #60666C;
}
#iso-tnew .tnew form input:not([type="radio"]),
#iso-tnew .tnew form input:not([type="checkbox"]),
#iso-tnew .tnew form select,
#iso-tnew .tnew form textarea {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444444;
  display: block;
  height: auto;
  border: 2px solid #003E4F;
  border-radius: 0;
  padding: 0.625rem 1rem;
  color: #101010;
}
#iso-tnew .tnew form input[type="hidden"],
#iso-tnew .tnew form input[hidden] {
  display: none;
}
#iso-tnew .tnew form .input-group-addon {
  color: #FDFDFF;
  background: #003E4F;
  border: 2px solid #003E4F;
  border-right-width: 0px;
  border-radius: 0px;
}
#iso-tnew .tnew form .tn-account-login-forgot-login-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857143;
  color: #003E4F;
}
#iso-tnew .tnew .row .col-sm-6 {
  padding-right: calc( ( 100% / 12 ) * 1);
}
#iso-tnew .tnew .tn-events-calendar__event {
  padding: 30px 5px 5px !important;
}
#iso-tnew .tnew .tn-events-calendar__event-name {
  font-size: 13px;
  text-align: left;
  letter-spacing: 1px;
}
#iso-tnew .tnew .tn-radio-button-list__label {
  position: relative;
  margin-top: 20px;
}
#iso-tnew .tnew .tn-radio-button-list__input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#iso-tnew .tnew .tn-donation-ask-component__option-item-label .tn-radio-button-list__input {
  position: relative;
  display: inline-block;
  width: auto;
  opacity: 1;
}
#iso-tnew .tnew .tn-upcoming-event__list-item .tn-upcoming-event__heading {
  margin-top: 20px;
}
#iso-tnew .tnew .tn-upcoming-event__list-item:first-of-type {
  padding-left: 20px;
}
#iso-tnew .tnew .tn-upcoming-event__list-item:first-of-type .tn-upcoming-event__heading {
  margin-top: 0;
}
#iso-tnew .tnew .tn-upcoming-event__list-item:not(:first-of-type) {
  flex-grow: 1;
  padding: 20px 20px;
}
@media (min-width: 768px) {
  #iso-tnew .tnew .tn-upcoming-event__list-item:not(:first-of-type) {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #iso-tnew .tnew .tn-upcoming-event__list-item:not(:first-of-type) {
    width: calc(50% - 12.5px);
  }
}
#iso-tnew .tnew .tn-upcoming-event__image {
  max-width: 90%;
}
#iso-tnew .tnew .tn-subnav-component {
  min-height: 80px;
}
#iso-tnew .tnew .tn-subnav-promo-code {
  min-width: 150px;
}
#iso-tnew .tnew .tn-ticket-selector__controls-container {
  margin-bottom: 0;
}
#iso-tnew .tnew .tn-ticket-selector__heading-available-zone-groups {
  margin-bottom: 20px;
}
#iso-tnew .tnew .tn-radio-button-list__button {
  margin-top: 0;
  margin-bottom: 20px;
}
#iso-tnew .tnew #tn-fieldset-seating-options {
  margin-top: 0;
}
#iso-tnew .tnew #tn-fieldset-seating-options .form-group {
  margin-top: 0;
}
#iso-tnew .tnew .tn-datepicker {
  left: 50%;
  margin-left: -50%;
}
#iso-tnew .tnew .tn-datepicker tr:nth-child(0n+2) {
  background-color: #fff;
}
#iso-tnew .tnew .tn-datepicker td.day span {
  display: flex;
  align-items: center;
  justify-content: center;
}
#iso-tnew .tnew .tn-syos-mobile-cart-controls__summary-subtotal {
  font-size: 20px;
}
#iso-tnew .tnew .tn-syos-mobile-cart-controls__summary-seat-count {
  font-size: 14px;
}
#iso-tnew .tnew .tn-additional-events__btn-submit {
  margin-top: 0 !important;
  height: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#iso-tnew .tnew .tn-events-list-view__btn-reset-dates {
  margin-top: 20px !important;
}
#iso-tnew .tnew .tn-events-list-view__date-range {
  align-items: center;
}
#iso-tnew .tnew .tn-prod-list-item__perf-property {
  padding: 10px;
}
#iso-tnew .tnew .tn-prod-list-item__property--img-container {
  grid-row: 1 / span 3;
  margin-top: 0;
}
#iso-tnew .tnew .tn-promo-box form {
  display: flex;
  min-width: 235px;
  justify-content: space-between;
  align-items: baseline;
}
#iso-tnew .tnew .tn-subnav-promo-button {
  text-decoration: none;
}
#iso-tnew .tnew .tn-prod-list-item__perf-list-item {
  margin-bottom: 15px;
}
#iso-tnew .tnew .tn-events-calendar__table .tn-events-calendar__event-status {
  margin: 5px -7px -7px -5px;
  color: #fff;
}
@media all and (max-width: 47.9375em) {
  #iso-tnew .tnew .tn-syos-btn-view-screens {
    margin-top: 75px;
  }
}
@media all and (min-width: 48em) {
  #iso-tnew .tnew .tn-flex-layout__sidebar-container {
    width: 350px;
  }
}
#iso-tnew .tnew .tn-toggle-btn {
  padding-right: 45px !important;
}
.calendar table {
  margin: 0;
}
@media all and (max-width: 59.9375em) {
  .calendar table {
    display: table;
  }
}
@media all and (max-width: 59.9375em) {
  .calendar tbody {
    display: table-row-group;
  }
}
@media all and (max-width: 59.9375em) {
  .calendar tr {
    display: table-row;
  }
}
@media all and (max-width: 59.9375em) {
  .calendar th,
  .calendar td {
    display: table-cell;
    padding: 0.625rem 0.5rem;
  }
}
/**
 * Print
 */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  html {
    font: 12pt/1.5em Georgia, "Times New Roman", Times, serif;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 0.5em;
    margin-top: 1em;
    page-break-after: avoid;
    orphans: 3;
    widows: 3;
  }
  li h1,
  li h2,
  li h3,
  li h4,
  li h5,
  li h6 {
    margin-top: 0;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 21pt;
  }
  h3 {
    font-size: 18pt;
  }
  h4 {
    font-size: 16pt;
  }
  h5 {
    font-size: 14pt;
  }
  h6 {
    font-size: 12pt;
  }
  blockquote,
  p,
  ul,
  ol,
  dl,
  figure,
  img {
    margin-bottom: 1em;
  }
  figure img {
    margin-bottom: 0;
  }
  ul,
  ol,
  dd {
    margin-left: 3em;
  }
  pre,
  blockquote {
    border-left: 0.5em solid #999;
    padding-left: 1.5em;
    page-break-inside: avoid;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  figcaption {
    text-transform: uppercase;
    font-size: 10pt;
  }
  strong {
    font-weight: bold;
  }
  em {
    font-style: italic;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  form,
  video,
  nav {
    display: none !important;
  }
  @page {
    margin: 2cm;
  }
}
/*# sourceMappingURL=../../build/css/maps/iso-tnew.css.map */</pre></body></html>