@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
/**
 * Motif v3.3.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.
 */
.m-images__image-as-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  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);
}
/**
 * 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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/*

Some, however, need to be `inline-block` with an IE7 fallback.

*/
audio,
canvas,
video {
  display: inline-block;
}
.lte7 audio,
.lte7 canvas,
.lte7 video {
  display: inline;
  zoom: 1;
}
/*

Audio

From Normalize.css:

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

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

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 */
}
html,
button,
input,
select,
textarea {
  font-family: 'Source Sans Pro', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", 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 & Box Model */
  margin: 1.42857143em 0 0 0;
  /* Other */
  font-size: 1em;
  line-height: 1.6;
}
menu,
ol,
ul {
  padding-left: 2.5em;
  padding-left: 1.07142857em;
}
li {
  margin-bottom: 0.35714286em;
  list-style: none;
  position: relative;
}
li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  width: 5px;
  height: 5px;
  background: #08215a;
  position: absolute;
  left: -17px;
  top: 8px;
}
li ul,
li ol {
  margin-top: 1.0714285714285714em;
  margin-bottom: 1.0714285714285714em;
}
dd {
  margin-left: 2.5em;
}
blockquote {
  padding: 1.25em 2.5em;
}
blockquote footer {
  margin-top: 1.42857143em;
}
blockquote cite {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}
blockquote cite:first-letter {
  font-size: 16px;
  font-size: 1rem;
  color: #cf333c;
}
blockquote cite:before {
  content: "\2014";
}
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;
}
img {
  max-width: 100%;
  border: 0;
}
.lte7 img {
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
.ie11pd {
  flex-shrink: 0 !important;
}
form {
  margin: 0;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  width: 100%;
  border: 0;
  padding: 0;
  display: block;
  white-space: normal;
}
.lte7 legend {
  margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  display: block;
}
button .lte7,
input .lte7,
select .lte7,
textarea .lte7 {
  vertical-align: middle;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  display: inline-block;
  cursor: pointer;
}
button .lte7,
html input[type="button"] .lte7,
input[type="reset"] .lte7,
input[type="submit"] .lte7 {
  overflow: visible;
  display: inline;
  zoom: 1;
}
button,
input {
  line-height: normal;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
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;
}
input[type="checkbox"] .lte7,
input[type="radio"] .lte7 {
  width: 13px;
  height: 13px;
}
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;
}
table {
  border-spacing: 0;
}
/* 

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`, `n`                =   small (~`5px`), medium (~`10px`), large (~`20px`), none (`0`)

For example: `.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`.

*/
.ptn,
.pvn,
.pan {
  padding-top: 0 !important;
}
.pts,
.pvs,
.pas {
  padding-top: 0.35714286em !important;
}
.ptm,
.pvm,
.pam {
  padding-top: 0.71428571em !important;
}
.ptl,
.pvl,
.pal {
  padding-top: 1.42857143em !important;
}
.prn,
.phn,
.pan {
  padding-right: 0 !important;
}
.prs,
.phs,
.pas {
  padding-right: 0.35714286em !important;
}
.prm,
.phm,
.pam {
  padding-right: 0.71428571em !important;
}
.prl,
.phl,
.pal {
  padding-right: 1.42857143em !important;
}
.pbn,
.pvn,
.pan {
  padding-bottom: 0 !important;
}
.pbs,
.pvs,
.pas {
  padding-bottom: 0.35714286em !important;
}
.pbm,
.pvm,
.pam {
  padding-bottom: 0.71428571em !important;
}
.pbl,
.pvl,
.pal {
  padding-bottom: 1.42857143em !important;
}
.pln,
.phn,
.pan {
  padding-left: 0 !important;
}
.pls,
.phs,
.pas {
  padding-left: 0.35714286em !important;
}
.plm,
.phm,
.pam {
  padding-left: 0.71428571em !important;
}
.pll,
.phl,
.pal {
  padding-left: 1.42857143em !important;
}
.mtn,
.mvn,
.man {
  margin-top: 0 !important;
}
.mts,
.mvs,
.mas {
  margin-top: 0.35714286em !important;
}
.mtm,
.mvm,
.mam {
  margin-top: 0.71428571em !important;
}
.mtl,
.mvl,
.mal {
  margin-top: 1.42857143em !important;
}
.mrn,
.mhn,
.man {
  margin-right: 0 !important;
}
.mrs,
.mhs,
.mas {
  margin-right: 0.35714286em !important;
}
.mrm,
.mhm,
.mam {
  margin-right: 0.71428571em !important;
}
.mrl,
.mhl,
.mal {
  margin-right: 1.42857143em !important;
}
.mbn,
.mvn,
.man {
  margin-bottom: 0 !important;
}
.mbs,
.mvs,
.mas {
  margin-bottom: 0.35714286em !important;
}
.mbm,
.mvm,
.mam {
  margin-bottom: 0.71428571em !important;
}
.mbl,
.mvl,
.mal {
  margin-bottom: 1.42857143em !important;
}
.mln,
.mhn,
.man {
  margin-left: 0 !important;
}
.mls,
.mhs,
.mas {
  margin-left: 0.35714286em !important;
}
.mlm,
.mhm,
.mam {
  margin-left: 0.71428571em !important;
}
.mll,
.mhl,
.mal {
  margin-left: 1.42857143em !important;
}
@media all and (min-width: 48em) {
  .pl__1-col {
    padding-left: calc(11.11111111%) !important;
  }
}
@media all and (min-width: 62em) {
  .pl__1-col {
    padding-left: calc(8.33333333%) !important;
  }
}
@media all and (min-width: 48em) {
  .pr__1-col {
    padding-right: calc(11.11111111%) !important;
  }
}
@media all and (min-width: 62em) {
  .pr__1-col {
    padding-right: calc(8.33333333%) !important;
  }
}
/*

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.

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

Floats

Next, we have classes for floating elements.

*/
.float--left {
  float: left;
}
.float--center {
  margin-left: auto;
  margin-right: auto;
}
.float--right {
  float: right;
}
.float--none {
  float: none;
}
.clear {
  clear: both;
}
.clear-after:after {
  content: "";
  display: block;
  clear: both;
}
/*

"New Line"

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

*/
.new-line,
.media-object,
.media-object > *,
.media-object > :first-child img,
.media-object__figure img,
.media-object__desc,
.figure > a,
[class*="figure--"] > a,
.figure img,
[class*="figure--"] img,
[class*="ratio"]:before,
.input-label,
.input-hint,
.input-desc {
  display: block;
}
@media all and (max-width: 47.9375em) {
  .new-line-small {
    display: block;
  }
}
.group,
.breadcrumb,
.media-object--checkbox {
  /* Mixins */
}
.group:before,
.group:after,
.media-object--checkbox:before,
.media-object--checkbox:after {
  content: "\0020";
  height: 0;
  display: block;
  overflow: hidden;
}
.group:after,
.media-object--checkbox: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.

*/
.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;
}
.is-hidden.focusable:active,
.is-hidden.focusable:focus {
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
  position: static;
}
body:hover .is-hidden a,
body:hover .is-hidden input,
body:hover .is-hidden button {
  display: none;
}
@media all and (max-width: 47.9375em) {
  .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;
  }
  .is-hidden-small.focusable:active,
  .is-hidden-small.focusable:focus {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    overflow: visible;
    position: static;
  }
  body:hover .is-hidden-small a,
  body:hover .is-hidden-small input,
  body:hover .is-hidden-small button {
    display: none;
  }
}
@media all and (min-width: 48em) and (max-width: 61.9375em) {
  .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;
  }
  .is-hidden-medium.focusable:active,
  .is-hidden-medium.focusable:focus {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    overflow: visible;
    position: static;
  }
  body:hover .is-hidden-medium a,
  body:hover .is-hidden-medium input,
  body:hover .is-hidden-medium button {
    display: none;
  }
}
@media all and (min-width: 62em) {
  .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;
  }
  .is-hidden-large.focusable:active,
  .is-hidden-large.focusable:focus {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    overflow: visible;
    position: static;
  }
  body:hover .is-hidden-large a,
  body:hover .is-hidden-large input,
  body:hover .is-hidden-large button {
    display: none;
  }
}
/*

"Isn't Hidden"

Undoes `.is-hidden`.

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

"Relative Container"

Exactly what it sounds like.

*/
.relative-container,
[class*="ratio"],
.js .expand__target,
.js .fade__target,
[class*="input-alert"],
.js .canvas__primary,
.js .canvas__secondary {
  position: relative;
}
/*

Horizontal List

The basic `.list--x` 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).

*/
[class*="list--x"] li,
.tabs nav > ul li {
  display: inline;
}
[class*="list--x"] li:before,
.tabs nav > ul li:before {
  display: none;
}
[class*="list--x"] a,
.tabs nav > ul 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.

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

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.

**Note:** Because we are using the `[class*=""]` attribute selector, using the 
`.link-list--x` class takes advantage of the `list--x` module we declared 
earlier, as well as the Forceful variation (`.link-list--x--forceful`) 
without having to declare *both* `.list--x` and `.link-list--x` in our HTML.

````link-list
<ul class="link-list--x">
    <li>
        <a href="#">Basic Link</a>
    </li>
    <li>
        <a href="#">Basic Link</a>
    </li>
    <li>
        <a href="#">Basic Link</a>
    </li>
</ul>
````

*/
[class*="link-list--x"] a {
  margin-right: 2.14285714em;
}
[class*="link-list--x"] li:last-child a {
  margin-right: 0;
}
/*

Pagination

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

*/
.list--x--pgs a {
  padding: 0 0.625em;
  font-style: normal;
  color: #36333d;
  /*        &[href] {
            &:extend( .link all );
        }*/
}
.list--x--pgs a:hover,
.list--x--pgs a:focus {
  color: #9d2125;
}
.list--x--pgs a.active {
  color: #cf333c;
}
/*

Breadcrumb

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

````breadcrumb
<nav class="breadcrumb" role="navigation">
    <ol class="breadcrumb__list--x">
        <li>
            <a href="#">Breadcrumb Link</a>
        </li>
        <li>
            <a href="#">Breadcrumb Link</a>
        </li>
        <li>
            <a>Breadcrumb Link</a>
        </li>
    </ol>
</nav>
````

*/
.breadcrumb {
  margin-top: 1.4285714285714286em;
}
.breadcrumb__label {
  margin: 0 0.64285714em 0 0;
  float: left;
}
.breadcrumb__list--x {
  margin: 0;
  float: left;
}
.breadcrumb li {
  margin-right: 0.64285714em;
}
.breadcrumb__link {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'Source Sans Pro', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 0.71428571em;
  padding-bottom: 0.71428571em;
  padding-right: 0.64285714em;
  letter-spacing: 1.2px;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
}
.breadcrumb__link:hover,
.breadcrumb__link:focus {
  color: #f9c848;
}
@media all and (min-width: 48em) {
  .breadcrumb__link {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 37px;
  }
}
/*

Button List

````button-list
<ul class="button-list--x">
    <li>
        <a class="btn--primary" href="#">Button</a>
    </li>
    <li>
        <a class="btn--primary is-current" href="#">Button</a>
    </li>
    <li>
        <a class="btn--primary" href="#">Button</a>
    </li>
</ul>
````

*/
[class*="button-list--x"] {
  margin-top: 0;
  overflow: hidden;
}
[class*="button-list--x"] li,
[class*="button-list--x"] a {
  display: block;
}
[class*="button-list--x"] li {
  float: left;
}
.related-item__list {
  padding: 0 1.42857143em;
}
.related-item__list > .related-item__article,
.related-item__list > .related-item__event,
.related-item__list > .related-item__vet {
  margin-top: 60px;
}
.related-item__list > .related-item__article:after,
.related-item__list > .related-item__event:after,
.related-item__list > .related-item__vet:after {
  content: "";
  position: absolute;
  top: -36px;
  left: -2px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Source Sans Pro', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
.related-item__list > .related-item__article:after {
  content: "Related Articles";
}
.related-item__list > .related-item__event:after {
  content: "Upcoming Dates";
}
.related-item__list > .related-item__vet:after {
  content: "Go Back";
}
.related-item__list > .related-item__article ~ .related-item__article,
.related-item__list > .related-item__event ~ .related-item__event {
  margin-top: 1.42857143em;
}
.related-item__list > .related-item__article ~ .related-item__article:after,
.related-item__list > .related-item__event ~ .related-item__event:after {
  display: none;
}
.related-item__article,
.related-item__event {
  position: relative;
}
.related-item__event {
  position: relative;
}
.related-item__article {
  position: relative;
  color: #ffffff;
}
/*

Media Object

The Media Object is an image (or media-type) to the left with (typically) 
descriptive content to the right. The media object can be whatever size it 
wants, the basic format will remain the same. (Text will **not** wrap.)  This 
has any number of applications, such as a checkbox next to a label with lots 
of text.

See: [The Media Object Saves Hundreds of Lines of Code][1]

  [1]: http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/


````media-object
<div class="media-object">
    <figure>
        <img src="http://placehold.it/213" alt="A media object image">
    </figure>
    <div>
        <p>He is here. No! Alderaan is peaceful. We have no weapons. You can't possibly&hellip; Kid, I've flown from one side of this galaxy to the other. I've seen a lot of strange stuff, but I've never seen anything to make me believe there's one all-powerful Force controlling everything. There's no mystical energy field that controls my destiny. It's all a lot of simple tricks and nonsense. I can't get involved! I've got work to do! It's not that I like the Empire, I hate it, but there's nothing I can do about it right now. It's such a long way from here. I'm surprised you had the courage to take the responsibility yourself. The more you tighten your grip, Tarkin, the more star systems will slip through your fingers.</p>
    </div>
</div>
````

*/
.media-object,
.media-object > *,
.media-object__desc {
  overflow: hidden;
}
.media-object--checkbox {
  /* Display & Box Model */
  display: inline-block;
  overflow: visible;
}
.media-object--checkbox > :first-child,
.media-object--checkbox .media-object__figure {
  /* Display & Box Model */
  margin-right: 0.32142857em;
}
@media all and (min-width: 30em) {
  .media-object > :first-child,
  .media-object__figure {
    max-width: 40%;
    margin-top: 0;
    margin-right: 1.28571429em;
    float: left;
  }
  .media-object > * > :first-child,
  .media-object__desc > :first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 48em) {
  .media-object > :first-child,
  .media-object__figure {
    max-width: 50%;
  }
}
/*

Figures

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

````plain-media
<figure class="figure">
    <img src="http://placehold.it/800x444" alt="A full-width photo">
</figure>
````

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

*/
.figure,
[class*="figure--"] {
  margin-top: 1.4285714285714286em;
}
@media all and (min-width: 30em) {
  [class*="figure--"] {
    margin-top: 0;
    max-width: 50%;
  }
  .figure--left,
  .figure--right {
    padding-bottom: 0.71428571em;
  }
  .figure--left {
    float: left;
    padding-right: 2.57142857em;
  }
  .figure--right {
    float: right;
    padding-left: 2.57142857em;
  }
}
/*

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 `.ratio` class (and its modifier) are placed on a wrapping element, with 
its child contents wrapped by the `.ratio__content` class.

    <div class="ratio--square">
        <div class="ratio__content">
            ...
        </div>
    </div>

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

    <div class="ratio--video">
        <iframe src="http://youtube.com/myVidEmbed"></iframe>
    </div>

*/
[class*="ratio"]:before {
  /* Pretty */
  content: "";
}
.ratio--video:before {
  /* Display & Box Model */
  padding-top: 56.25%;
}
.ratio--1x1:before,
.ratio--square:before {
  padding-top: 100%;
}
.ratio--2x1:before {
  padding-top: 50%;
}
.ratio--1x2:before {
  padding-top: 200%;
}
.ratio__content,
.ratio--video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/*

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`.

*/
.wrapper {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 77.5em) {
  .wrapper {
    width: 80%;
    max-width: 89.28571429em;
  }
}
/*

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.

*/
.js {
  /*

    Reveal Target

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

        <div class="reveal__target">
            I am hidden.
        </div>
        <div class="reveal__target is-revealed">
            I am no longer hidden.
        </div>

    */
  /*

    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.

        <div class="expand__target">
            I am hidden from view.
        </div>
        <div class="expand__target is-expanded">
            I have expanded into view.
        </div>

    */
  /*

    Fade Target

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

        <div class="fade__target">
            I am hidden.
        </div>
        <div class="fade__target is-faded">
            I have faded and expanded into view.
        </div>

    */
}
.js .reveal__target.is-revealed {
  /* Pretty */
  overflow: visible;
}
.js .expand__target,
.js .fade__target {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.js .expand__target.is-expanded,
.js .fade__target.is-faded {
  max-height: 3000px;
  opacity: 1;
}
.js .expand__target.is-expanded,
.js .fade__target.is-faded,
.js .expand__target.was-expanded,
.js .fade__target.was-faded {
  -webkit-transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}
.js .fade__target {
  opacity: 0;
  filter: alpha(opacity=0);
}
.js .fade__target.is-faded {
  opacity: 1;
  filter: alpha(opacity=100);
}
.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
/*

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.

    <nav class="nav-bar--menu" role="navigation">
        <h3 class="nav-bar__title pre-icon--rows js-expand" id="reveal-main-nav">
            Main Menu
        </h3>
        <ul class="nav-bar__list--x--forceful expand__target" id="main-nav-list">
            ...
        </ul>
    </nav>

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

Tabs

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

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

*/
.js .tabs > nav + *,
.js .tabs__section {
  position: relative;
  overflow: hidden;
}
.js .tabs > nav + * > *,
.js .tab {
  display: none;
}
.js .tabs > nav + * > *.is-current,
.js .tab.is-current {
  display: block;
}
/*

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-face {
  font-family: "Lato Light";
  src: url("/resources/fonts/lato/LatoLatinLight-Regular.eot");
  src: url("/resources/fonts/lato/LatoLatinLight-Regular.eot?#iefix") format('embedded-opentype'), url("/resources/fonts/lato/LatoLatinLight-Regular.woff") format('woff'), url("/resources/fonts/lato/LatoLatinLight-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato Regular";
  src: url("/resources/fonts/lato/LatoLatin-Regular.eot");
  src: url("/resources/fonts/lato/LatoLatin-Regular.eot?#iefix") format('embedded-opentype'), url("/resources/fonts/lato/LatoLatin-Regular.woff") format('woff'), url("/resources/fonts/lato/LatoLatin-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato Bold";
  src: url("/resources/fonts/lato/LatoLatin-Bold.eot");
  src: url("/resources/fonts/lato/LatoLatin-Bold.eot?#iefix") format('embedded-opentype'), url("/resources/fonts/lato/LatoLatin-Bold.woff") format('woff'), url("/resources/fonts/lato/LatoLatin-Bold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato Black";
  src: url("/resources/fonts/lato/LatoLatinBlack-Regular.eot");
  src: url("/resources/fonts/lato/LatoLatinBlack-Regular.eot?#iefix") format('embedded-opentype'), url("/resources/fonts/lato/LatoLatinBlack-Regular.woff") format('woff'), url("/resources/fonts/lato/LatoLatinBlack-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*

Font Classes

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

*/
.sans-serif--regular,
.sans-serif--bold,
.sans-serif--italic,
.sans-serif--bold-italic,
.sans-serif--light,
.tertiary-heading,
body,
.body-text,
.input-hint,
.input-desc,
[class*="input-alert"] {
  font-family: 'Source Sans Pro', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}
.sans-serif--regular,
.tertiary-heading,
body,
.body-text,
.input-hint,
.input-desc,
[class*="input-alert"] {
  font-weight: 400;
  font-style: normal;
}
.sans-serif--bold {
  font-weight: 700;
  font-style: normal;
}
.sans-serif--italic {
  font-weight: 400;
  font-style: italic;
}
.sans-serif--bold-italic {
  font-weight: 700;
  font-style: italic;
}
.sans-serif--light {
  font-weight: lighter;
}
.serif--regular,
.serif--bold,
.serif--light,
.serif--italic,
.serif--bold-italic,
.serif--small-caps,
.serif--small-caps,
.serif---regular-uppercase,
.primary-heading,
.alt-heading,
blockquote {
  font-family: "Surveyor SSm A", "Surveyor SSm B", Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}
.serif--regular,
.serif--small-caps,
.serif---regular-uppercase,
.primary-heading {
  font-weight: 400;
  font-style: normal;
}
.serif--bold {
  font-weight: 700;
  font-style: normal;
}
.serif--light {
  font-weight: lighter;
  font-style: normal;
}
.serif--italic,
.alt-heading,
blockquote {
  font-weight: 400;
  font-style: italic;
}
.serif--bold-italic {
  font-weight: 700;
  font-style: italic;
}
.serif--small-caps {
  font-variant: small-caps;
  text-transform: capitalize;
}
.serif---regular-uppercase {
  text-transform: uppercase;
}
.serif--surveyor {
  font-family: "Surveyor SSm A", "Surveyor SSm B", Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}
.serif--surveyor-italic {
  font-family: "Surveyor SSm A", "Surveyor SSm B", Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
  font-style: italic;
  letter-spacing: .6px;
}
/*

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
<h1 class="primary-heading">Primary Heading</h1>
````

*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1.75em;
}
/*

Secondary Heading

````secondary-heading
<h2 class="secondary-heading">Secondary Heading</h2>
````

*/
.primary-heading {
  text-transform: uppercase;
  /*.size-for-font(24);*/
  color: #696b73;
}
.primary-heading a {
  font-style: normal;
}
.secondary-heading,
.wysiwyg h3 {
  /*.size-for-font(18);*/
  color: #08215a;
  font-weight: bold;
}
.tertiary-heading {
  color: #2b7fde;
  text-transform: uppercase;
  font-weight: bold;
}
.alt-heading {
  color: #696b73;
  text-transform: uppercase;
}
/*

Body Text

Another type style, but this mimicks the default body text of the site.

````body-text
<p>This is a paragraph of text. Some of the text may be <em>emphasised</em> and some it might even be <strong>strongly emphasised</strong>. Occasionally <q>quoted text</q> may be found within a paragraph &hellip;and of course <a href="#">a link</a> may appear at any point in the text. The average paragraph contains five or six sentences although some may contain as little or one or two while others carry on for anything up to ten sentences and beyond.</p>
````

*/
body,
.body-text,
.input-hint,
.input-desc,
[class*="input-alert"] {
  line-height: 1.6;
}
/*

Unstyled List

A basic stripping of list styles.

*/
.list--unstyled,
[class*="list--x"],
.tabs nav > ul {
  padding-left: 0;
  list-style: none outside none;
}
.list--unstyled > li:before {
  display: none;
}
/*

Blockquote

A basic blockquote.

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

*/
.blockquote {
  padding-left: 1.28571429em;
}
.blockquote blockquote {
  padding: 0;
}
.blockquote__cite {
  display: block;
}
.blockquote__cite:before {
  content: "\2014";
}
/*

Icon size Modifiers

 */
.icon--xl {
  font-size: 70px;
  font-size: 4.375rem;
}
.icon--center:before,
.icon--center:after {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*

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
<p class="canon-text">Canon Text (38px)</p>
<p class="paragon-text">Paragon Text (30px)</p>
<p class="primer-text">Primer Text (24px)</p>
<p class="tertia-text">Tertia Text (18px)</p>
<p class="normal-text">Normal Text (14px)</p>
<p class="petite-text">Petite Text (12px)</p>
````

*/
/*

Canon Text

*/
.super-canon-text {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.08333333;
}
/*

Canon Text

*/
.canon-text,
.wysiwyg h1,
.wysiwyg .canon-text {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.18421053;
}
/*

Paragon Text

*/
.paragon-text,
.wysiwyg .paragon-text {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}
/*

Primer Text

*/
[class*="primer-text"] {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
}
/*

Super Primer Text

*/
.super-primer-text {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.15384615;
}
/*

Great Text

*/
[class*="great-text"] {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}
/*

Tertia Text

*/
[class*="tertia-text"] {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
}
/*

Driver Text

*/
[class*="driver-text"] {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
/*

Normal Text

*/
[class*="normal-text"],
body,
.body-text,
.input-hint,
.input-desc,
[class*="input-alert"] {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.07142857;
}
/*

Small Text

*/
[class*="small-text"] {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
}
/*

Petite Text

*/
[class*="petite-text"],
.figure figcaption,
.figcaption {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
}
/*

Minion Text

*/
[class*="minion-text"] {
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 1.25;
}
/*

Long Modifiers

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

    <p class="petite-text">I'm just a small bit of text, my `line-height` 
    can be tight.</p>

    <p class="petite-text--long">I'm a long paragraph, so my `line-height` 
    should be longer to enhance legibility. ... </p>

*/
.primer-text--long,
.tertia-text--long,
.normal-text--long,
.petite-text--long,
body,
.body-text,
.input-hint,
.input-desc,
[class*="input-alert"] {
  line-height: 1.6;
}
@font-face {
  font-family: "motif-icons";
  src: url("../fonts/motif-icons/motif-icons-f78f0b50144c65bd5c7522cf215afb4e.eot");
  src: url("../fonts/motif-icons/motif-icons-f78f0b50144c65bd5c7522cf215afb4e.eot?#iefix") format("embedded-opentype"), url("../fonts/motif-icons/motif-icons-f78f0b50144c65bd5c7522cf215afb4e.woff") format("woff"), url("../fonts/motif-icons/motif-icons-f78f0b50144c65bd5c7522cf215afb4e.ttf") format("truetype"), url("../fonts/motif-icons/motif-icons-f78f0b50144c65bd5c7522cf215afb4e.svg?#motif-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*="pre-icon--"]:before,
[class*="icon--"]:before,
[class*="post-icon--"]:after {
  display: inline-block;
  font-family: "motif-icons";
  font-size: 2.1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  text-transform: none;
  speak: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lte8 [class*="pre-icon--"]:before,
.lte8 [class*="icon--"]:before,
.lte8 [class*="post-icon--"]:after {
  font-size: 1;
}
[class*="pre-icon--"]:before {
  padding-right: 0.357em;
}
[class*="post-icon--"]:after {
  padding-left: 0.357em;
}
.pre-icon--arrow-circle:before,
.icon--arrow-circle:before,
.post-icon--arrow-circle:after {
  content: "\f101";
}
.pre-icon--arrow-sharp--left:before,
.icon--arrow-sharp--left:before,
.post-icon--arrow-sharp--left:after {
  content: "\f102";
}
.pre-icon--arrow-sharp--right:before,
.icon--arrow-sharp--right:before,
.post-icon--arrow-sharp--right:after {
  content: "\f103";
}
.pre-icon--arrow-stemmed--right:before,
.icon--arrow-stemmed--right:before,
.post-icon--arrow-stemmed--right:after {
  content: "\f104";
}
.pre-icon--arrow-thin--left:before,
.icon--arrow-thin--left:before,
.post-icon--arrow-thin--left:after,
.flex-prev:after {
  content: "\f105";
}
.pre-icon--arrow-thin--right:before,
.icon--arrow-thin--right:before,
.post-icon--arrow-thin--right:after,
.flex-next:after {
  content: "\f106";
}
.pre-icon--arrow-up:before,
.icon--arrow-up:before,
.post-icon--arrow-up:after {
  content: "\f107";
}
.pre-icon--arrows-verticle:before,
.icon--arrows-verticle:before,
.post-icon--arrows-verticle:after {
  content: "\f108";
}
.pre-icon--article:before,
.icon--article:before,
.post-icon--article:after,
.wysiwyg ul.feature-list li.pre-icon--article:before,
.wysiwyg ul.feature-list li.icon--article:before {
  content: "\f109";
}
.pre-icon--book:before,
.icon--book:before,
.post-icon--book:after,
.wysiwyg ul.feature-list li.pre-icon--book:before,
.wysiwyg ul.feature-list li.icon--book:before {
  content: "\f10a";
}
.pre-icon--brain:before,
.icon--brain:before,
.post-icon--brain:after,
.wysiwyg ul.feature-list li.pre-icon--brain:before,
.wysiwyg ul.feature-list li.icon--brain:before {
  content: "\f10b";
}
.pre-icon--calendar:before,
.icon--calendar:before,
.post-icon--calendar:after {
  content: "\f10c";
}
.pre-icon--catalyst-doc:before,
.icon--catalyst-doc:before,
.post-icon--catalyst-doc:after {
  content: "\f10d";
}
.pre-icon--center:before,
.icon--center:before,
.post-icon--center:after {
  content: "\f10e";
}
.pre-icon--check:before,
.icon--check:before,
.post-icon--check:after,
.wysiwyg ul.feature-list li.pre-icon--check:before,
.wysiwyg ul.feature-list li.icon--check:before {
  content: "\f10f";
}
.pre-icon--circle-small:before,
.icon--circle-small:before,
.post-icon--circle-small:after,
.wysiwyg ul.feature-list li:before {
  content: "\f110";
}
.pre-icon--circle:before,
.icon--circle:before,
.post-icon--circle:after,
.wysiwyg ul.feature-list li.pre-icon--circle:before,
.wysiwyg ul.feature-list li.icon--circle:before {
  content: "\f111";
}
.pre-icon--clock:before,
.icon--clock:before,
.post-icon--clock:after,
.wysiwyg ul.feature-list li.pre-icon--clock:before,
.wysiwyg ul.feature-list li.icon--clock:before {
  content: "\f112";
}
.pre-icon--close-simple:before,
.icon--close-simple:before,
.post-icon--close-simple:after {
  content: "\f113";
}
.pre-icon--close:before,
.icon--close:before,
.post-icon--close:after {
  content: "\f114";
}
.pre-icon--credit:before,
.icon--credit:before,
.post-icon--credit:after,
.wysiwyg ul.feature-list li.pre-icon--credit:before,
.wysiwyg ul.feature-list li.icon--credit:before {
  content: "\f115";
}
.pre-icon--cursor:before,
.icon--cursor:before,
.post-icon--cursor:after {
  content: "\f116";
}
.pre-icon--diagram:before,
.icon--diagram:before,
.post-icon--diagram:after,
.wysiwyg ul.feature-list li.pre-icon--diagram:before,
.wysiwyg ul.feature-list li.icon--diagram:before {
  content: "\f117";
}
.pre-icon--dialogue:before,
.icon--dialogue:before,
.post-icon--dialogue:after,
.wysiwyg ul.feature-list li.pre-icon--dialogue:before,
.wysiwyg ul.feature-list li.icon--dialogue:before {
  content: "\f118";
}
.pre-icon--document:before,
.icon--document:before,
.post-icon--document:after {
  content: "\f119";
}
.pre-icon--domestic:before,
.icon--domestic:before,
.post-icon--domestic:after {
  content: "\f11a";
}
.pre-icon--essay:before,
.icon--essay:before,
.post-icon--essay:after,
.wysiwyg ul.feature-list li.pre-icon--essay:before,
.wysiwyg ul.feature-list li.icon--essay:before {
  content: "\f11b";
}
.pre-icon--eye:before,
.icon--eye:before,
.post-icon--eye:after,
.wysiwyg ul.feature-list li.pre-icon--eye:before,
.wysiwyg ul.feature-list li.icon--eye:before {
  content: "\f11c";
}
.pre-icon--facebook:before,
.icon--facebook:before,
.post-icon--facebook:after {
  content: "\f11d";
}
.pre-icon--filter:before,
.icon--filter:before,
.post-icon--filter:after,
.wysiwyg ul.feature-list li.pre-icon--filter:before,
.wysiwyg ul.feature-list li.icon--filter:before {
  content: "\f11e";
}
.pre-icon--flickr:before,
.icon--flickr:before,
.post-icon--flickr:after {
  content: "\f11f";
}
.pre-icon--glasses:before,
.icon--glasses:before,
.post-icon--glasses:after {
  content: "\f120";
}
.pre-icon--global:before,
.icon--global:before,
.post-icon--global:after {
  content: "\f121";
}
.pre-icon--globe:before,
.icon--globe:before,
.post-icon--globe:after,
.wysiwyg ul.feature-list li.pre-icon--globe:before,
.wysiwyg ul.feature-list li.icon--globe:before {
  content: "\f122";
}
.pre-icon--google-plus:before,
.icon--google-plus:before,
.post-icon--google-plus:after {
  content: "\f123";
}
.pre-icon--headline:before,
.icon--headline:before,
.post-icon--headline:after,
.wysiwyg ul.feature-list li.pre-icon--headline:before,
.wysiwyg ul.feature-list li.icon--headline:before {
  content: "\f124";
}
.pre-icon--heart-fill:before,
.icon--heart-fill:before,
.post-icon--heart-fill:after {
  content: "\f125";
}
.pre-icon--heart-outline:before,
.icon--heart-outline:before,
.post-icon--heart-outline:after {
  content: "\f126";
}
.pre-icon--ical:before,
.icon--ical:before,
.post-icon--ical:after {
  content: "\f127";
}
.pre-icon--info:before,
.icon--info:before,
.post-icon--info:after,
.wysiwyg ul.feature-list li.pre-icon--info:before,
.wysiwyg ul.feature-list li.icon--info:before {
  content: "\f128";
}
.pre-icon--instagram:before,
.icon--instagram:before,
.post-icon--instagram:after {
  content: "\f129";
}
.pre-icon--linkedin-sq:before,
.icon--linkedin-sq:before,
.post-icon--linkedin-sq:after {
  content: "\f12a";
}
.pre-icon--linkedin:before,
.icon--linkedin:before,
.post-icon--linkedin:after {
  content: "\f12b";
}
.pre-icon--location-outline:before,
.icon--location-outline:before,
.post-icon--location-outline:after,
.wysiwyg ul.feature-list li.pre-icon--location-outline:before,
.wysiwyg ul.feature-list li.icon--location-outline:before {
  content: "\f12c";
}
.pre-icon--location:before,
.icon--location:before,
.post-icon--location:after,
.wysiwyg ul.feature-list li.pre-icon--location:before,
.wysiwyg ul.feature-list li.icon--location:before {
  content: "\f12d";
}
.pre-icon--mail:before,
.icon--mail:before,
.post-icon--mail:after,
.wysiwyg ul.feature-list li.pre-icon--mail:before,
.wysiwyg ul.feature-list li.icon--mail:before {
  content: "\f12e";
}
.pre-icon--megaphone:before,
.icon--megaphone:before,
.post-icon--megaphone:after,
.wysiwyg ul.feature-list li.pre-icon--megaphone:before,
.wysiwyg ul.feature-list li.icon--megaphone:before {
  content: "\f12f";
}
.pre-icon--microphone:before,
.icon--microphone:before,
.post-icon--microphone:after,
.wysiwyg ul.feature-list li.pre-icon--microphone:before,
.wysiwyg ul.feature-list li.icon--microphone:before {
  content: "\f130";
}
.pre-icon--nav-down:before,
.icon--nav-down:before,
.post-icon--nav-down:after {
  content: "\f131";
}
.pre-icon--nav-right-2:before,
.icon--nav-right-2:before,
.post-icon--nav-right-2:after {
  content: "\f132";
}
.pre-icon--nav-right:before,
.icon--nav-right:before,
.post-icon--nav-right:after {
  content: "\f133";
}
.pre-icon--newsletter:before,
.icon--newsletter:before,
.post-icon--newsletter:after {
  content: "\f134";
}
.pre-icon--people:before,
.icon--people:before,
.post-icon--people:after,
.wysiwyg ul.feature-list li.pre-icon--people:before,
.wysiwyg ul.feature-list li.icon--people:before {
  content: "\f135";
}
.pre-icon--photos:before,
.icon--photos:before,
.post-icon--photos:after,
.wysiwyg ul.feature-list li.pre-icon--photos:before,
.wysiwyg ul.feature-list li.icon--photos:before {
  content: "\f136";
}
.pre-icon--print:before,
.icon--print:before,
.post-icon--print:after {
  content: "\f137";
}
.pre-icon--reports:before,
.icon--reports:before,
.post-icon--reports:after,
.wysiwyg ul.feature-list li.pre-icon--reports:before,
.wysiwyg ul.feature-list li.icon--reports:before {
  content: "\f138";
}
.pre-icon--search:before,
.icon--search:before,
.post-icon--search:after,
.wysiwyg ul.feature-list li.pre-icon--search:before,
.wysiwyg ul.feature-list li.icon--search:before {
  content: "\f139";
}
.pre-icon--star:before,
.icon--star:before,
.post-icon--star:after,
.wysiwyg ul.feature-list li.pre-icon--star:before,
.wysiwyg ul.feature-list li.icon--star:before {
  content: "\f13a";
}
.pre-icon--tags:before,
.icon--tags:before,
.post-icon--tags:after,
.wysiwyg ul.feature-list li.pre-icon--tags:before,
.wysiwyg ul.feature-list li.icon--tags:before {
  content: "\f13b";
}
.pre-icon--tan-badge:before,
.icon--tan-badge:before,
.post-icon--tan-badge:after {
  content: "\f13c";
}
.pre-icon--target:before,
.icon--target:before,
.post-icon--target:after,
.wysiwyg ul.feature-list li.pre-icon--target:before,
.wysiwyg ul.feature-list li.icon--target:before {
  content: "\f13d";
}
.pre-icon--twitter:before,
.icon--twitter:before,
.post-icon--twitter:after {
  content: "\f13e";
}
.pre-icon--utensils:before,
.icon--utensils:before,
.post-icon--utensils:after,
.wysiwyg ul.feature-list li.pre-icon--utensils:before,
.wysiwyg ul.feature-list li.icon--utensils:before {
  content: "\f13f";
}
.pre-icon--video:before,
.icon--video:before,
.post-icon--video:after,
.wysiwyg ul.feature-list li.pre-icon--video:before,
.wysiwyg ul.feature-list li.icon--video:before {
  content: "\f140";
}
.pre-icon--youtube:before,
.icon--youtube:before,
.post-icon--youtube:after {
  content: "\f141";
}
/*

Interactive Elements

*/
/*

Buttons

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

````buttons
<a class="btn" href="#">Default</a>
<a class="btn--primary" href="#">Primary</a>
<a class="btn--danger" href="#">Danger</a>
````

*/
.btn,
[class*="btn"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  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;
  background: #2b7fde;
  color: #ffffff;
  text-align: center;
  padding: 1.42857143em 2.57142857em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-width: 0;
  font-style: normal;
  border: 3px solid #2b7fde;
  margin-top: 1.4285714285714286em;
}
p > .btn,
p > [class*="btn"] {
  margin-top: 0;
}
.btn:hover,
[class*="btn"]:hover,
.btn:focus,
[class*="btn"]:focus,
.btn.is-current,
[class*="btn"].is-current {
  border: 3px solid #1d66b9;
  background: #1d66b9;
  color: #ffffff;
}
/*

````tiny-buttons
<a class="btn--tiny" href="#">Tiny Button</a>
<a class="btn--tiny btn--primary" href="#">Tiny Button Primary</a>
<a class="btn--tiny btn--danger" href="#">Tiny Button Danger</a>
````

*/
/*

````small-buttons
<a class="btn--small" href="#">Small Button</a>
<a class="btn--small btn--primary" href="#">Small Button Primary</a>
<a class="btn--small btn--danger" href="#">Small Button Danger</a>
````

*/
/*

````large-buttons
<a class="btn--large" href="#">Large Button</a>
<a class="btn--large btn--primary" href="#">Large Button Primary</a>
<a class="btn--large btn--danger" href="#">Large Button Danger</a>
````

*/
.btn--micro {
  font-size: 8px;
  font-size: 0.5rem;
  padding: .5em 1em .5em 1.2em;
  margin-top: -3px;
  margin-left: 5px;
  margin-right: 5px;
}
.btn--tiny {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 0.71428571em 1.28571429em;
}
.btn--small {
  font-size: 10px;
  font-size: 0.625rem;
}
.btn--large {
  font-size: 18px;
  font-size: 1.125rem;
}
.btn--full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn--red {
  border: 3px solid #cf333c;
  background: #cf333c;
  color: #ffffff !important;
}
.btn--red:hover,
.btn--red:focus,
.btn--red.is-current {
  border: 3px solid #9d2125;
  background: #9d2125;
}
.btn--disabled {
  border: 3px solid #a9a6a7;
  background: #a9a6a7;
}
.btn--disabled:hover,
.btn--disabled:focus,
.btn--disabled.is-current {
  border: 3px solid #a9a6a7;
  background: #a9a6a7;
}
.btn--window {
  border: 3px solid #ffffff;
  background: transparent;
}
.btn--window:hover,
.btn--window:focus,
.btn--window.is-current {
  background: white;
  color: #08215a;
}
.btn--window.btn--featured {
  font-weight: normal;
  text-shadow: none;
  display: inline-block;
}
@media all and (min-width: 30em) {
  .btn--window.btn--featured.btn--last {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.btn--window.cream {
  border-color: #ece9e0;
  color: #ece9e0;
}
.btn--window.cream:hover,
.btn--window.cream:focus,
.btn--window.cream.is-current {
  background: #ece9e0;
  color: #08215a;
}
.btn--window.red {
  border-color: #cf333c;
  color: #cf333c;
}
.btn--window.red:hover,
.btn--window.red:focus,
.btn--window.red.is-current {
  background: #cf333c;
  color: #ffffff;
}
.btn--window.yellow {
  border-color: #f9c848;
}
.btn--window.yellow:hover,
.btn--window.yellow:focus,
.btn--window.yellow.is-current {
  background: #f9c848;
}
/*

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,
.link {
  color: #cf333c;
  text-decoration: none;
  word-wrap: break-word;
}
a:hover,
.link:hover,
a:focus,
.link:focus,
a.is-current,
.link.is-current {
  color: #9d2125;
}
a.logo:hover,
a.logo:focus,
a.logo.is-current {
  color: #cf333c;
}
a.logo hr {
  border-width: 0;
  height: 1px;
  background: #cf333c;
}
.link--in-context {
  color: #2b7fde !important;
  font-style: italic;
  position: relative;
  background: #EDEDED;
  padding: 0.5em;
}
.link--white {
  color: #ffffff !important;
}
.link--white:hover,
.link--white:focus {
  color: #d9d9d9 !important;
}
.link--yellow {
  color: #f9c848 !important;
}
.link--yellow:hover,
.link--yellow:focus,
.link--yellow.is-current {
  color: #edad08 !important;
}
.link--grey {
  color: #696b73 !important;
}
.link--grey:hover,
.link--grey:focus,
.link--grey.is-current {
  color: #9d2125 !important;
}
.link--grey:hover span,
.link--grey:focus span,
.link--grey.is-current span {
  color: #9d2125;
}
p a {
  color: #2b7fde;
  font-style: italic;
  position: relative;
  background: #EDEDED;
  padding: 0.07142857em 0.5em;
}
p a:hover {
  color: #08215a;
}
.links--white a {
  color: #ffffff;
}
.links--white a:hover,
.links--white a:focus,
.links--white a.is-current {
  color: #d9d9d9;
}
.links--grey a {
  color: #696b73;
}
.links--grey a:hover,
.links--grey a:focus,
.links--grey a.is-current {
  color: #9d2125;
}
.links--grey a:hover span,
.links--grey a:focus span,
.links--grey a.is-current span {
  color: #9d2125;
}
.links--muted a {
  color: #a69e94;
}
.links--muted a:hover,
.links--muted a:focus,
.links--muted a.is-current {
  color: #9d2125;
}
.links--muted a:hover span,
.links--muted a:focus span,
.links--muted a.is-current span {
  color: #9d2125;
}
nav .is-revealed {
  font-weight: bold;
}
a.nav-bar__title {
  margin: 0;
  color: #08215a;
  background: #1f75ae;
  padding: 0.71428571em 4%;
  cursor: pointer;
}
a.nav-bar__title:hover,
a.nav-bar__title:focus,
a.nav-bar__title.is-expanded {
  background: #024f82;
}
a.nav-bar__link {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #08215a;
  text-decoration: none;
  position: relative;
  margin: 0.71428571em 4%;
  padding: 0;
  display: table-cell;
  font-family: 'Source Sans Pro', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
a.nav-bar__link:hover,
a.nav-bar__link:focus,
a.nav-bar__link.is-current {
  color: #08215a;
}
.social-links-list a {
  font-size: 20px;
  font-size: 1.25rem;
  background: #382e2c;
  color: #ffffff;
  width: 35px;
  height: 35px;
  text-align: center;
  margin-left: 0.25em;
}
.past-issues-link {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 1.42857143em;
  position: relative;
  font-style: italic;
}
.past-issues-link:before {
  content: "";
  position: absolute;
  bottom: -0.35714286em;
  left: 0;
  width: 100%;
  height: 3px;
  background: #cf333c;
  opacity: 0;
  transition: all 0.3s ease;
}
.past-issues-link:hover {
  color: #ffffff;
}
.past-issues-link:hover:before {
  opacity: 1;
}
.authors-page-link,
.link--action {
  color: #08215a;
  text-transform: capitalize;
  margin-bottom: 1.42857143em;
  position: relative;
  font-weight: bold;
  font-style: italic;
}
.authors-page-link:before,
.link--action:before {
  content: "";
  position: absolute;
  bottom: -0.35714286em;
  left: 0;
  width: 100%;
  height: 3px;
  background: #cf333c;
  opacity: 0;
  transition: all 0.3s ease;
}
.authors-page-link:after,
.link--action:after {
  font-size: 34px;
  font-size: 2.125rem;
  padding-left: 0;
  position: absolute;
}
.authors-page-link:hover,
.link--action:hover {
  color: #08215a;
}
.authors-page-link:hover:before,
.link--action:hover:before {
  opacity: 1;
}
.authors-page-link.link--white,
.link--action.link--white {
  color: #ffffff;
  letter-spacing: .5px;
}
.authors-page-link.link--white:hover,
.link--action.link--white:hover {
  color: #e6e6e6;
}
.social-links--center-horizontal a,
.social-links a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
a.footer__link:after,
a.nav-bar__link:after {
  content: "";
  position: absolute;
  bottom: -0.35714286em;
  left: 0;
  width: 100%;
  height: 3px;
  background: #cf333c;
  transform: scale(0);
}
a.footer__link:hover:after,
a.nav-bar__link:hover:after,
a.footer__link:focus:after,
a.nav-bar__link:focus:after,
a.footer__link.is-current:after,
a.nav-bar__link.is-current:after {
  transform: scale(1);
}
.shelf-nav__links a.nav-bar__link {
  color: #ffffff;
  text-transform: capitalize;
  font-style: italic;
}
[class*="nav-bar__list"] {
  margin: 0;
  background: transparent;
}
[class*="nav-bar__list"] ul {
  margin: 0;
}
/*

Unlink

Basic class to remove some link styling.

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

*/
.unlink {
  text-decoration: none;
}
.panel.program-card:hover {
  background-color: #e8e7e7;
}
.card-link--catalyst-issue {
  -webkit-box-shadow: 0 5px 10px #696b73;
  -moz-box-shadow: 0 5px 10px #696b73;
  -o-box-shadow: 0 5px 10px #696b73;
  box-shadow: 0 5px 10px #696b73;
  transition: all 0.3s ease;
  padding: 100px 30px 30px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6), 3px 3px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  font-weight: lighter;
  font-family: 'Source Sans Pro', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}
.card-link--catalyst-issue hr {
  width: 130px;
  border-width: 0;
  box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.4);
  height: 1px;
  background: #ffffff;
}
.card-link--catalyst-issue:hover {
  -webkit-box-shadow: 5px 10px 15px #696b73;
  -moz-box-shadow: 5px 10px 15px #696b73;
  -o-box-shadow: 5px 10px 15px #696b73;
  box-shadow: 5px 10px 15px #696b73;
  color: #ffffff;
  transform: translateY(-5px);
}
.card-link--catalyst-issue.blue--issue hr {
  background: #5ed1f0;
}
.card-link--catalyst-issue.red--issue hr {
  background: #e43d37;
}
.card-link--catalyst-issue.teal--issue hr {
  background: #78cdd5;
}
.card-link--catalyst-issue.orange--issue hr {
  background: #f08a32;
}
.card-link--catalyst-bio {
  color: #1a1d26;
  margin: 1.42857143em 0.71428571em;
  position: relative;
  min-height: 160px;
  overflow: hidden;
  width: 200px;
  display: block;
  border-top: 5px solid #dcdcdc;
}
.card-link--catalyst-bio .card-link--catalyst-bio--copy-wrapper {
  padding: 1.42857143em 1.78571429em;
  min-height: 250px;
  padding-left: 0;
}
.card-link--catalyst-bio .title {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: capitalize;
  font-weight: bold;
}
.card-link--catalyst-bio .author-bio {
  font-family: "Surveyor SSm A", "Surveyor SSm B", Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}
.card-link--catalyst-bio .author-img--wrapper {
  position: relative;
  right: 0;
  top: 0;
  left: 0;
}
.card-link--catalyst-bio .author-img--wrapper .net-texture {
  width: 100%;
}
.card-link--catalyst-bio .author-img--wrapper img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.card-link--catalyst-bio .author-link {
  color: #2b7fde;
  font-style: italic;
  font-weight: bold;
}
.card-link--catalyst-bio .author-link:hover {
  color: #1d66b9;
}
.card-link--catalyst-bio .author-link:after {
  font-size: 34px;
  font-size: 2.125rem;
  padding-left: 0;
}
a.card-link--catalyst-issue {
  color: #ffffff;
}
a.card-link--catalyst-issue:hover {
  color: #ffffff;
}
.card-link--catalyst-issue--copy-wrapper {
  position: relative;
  z-index: 10;
}
.inactive-issues .card-link--catalyst-issue {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6), 3px 3px 5px rgba(0, 0, 0, 0.6);
  padding-top: 25px;
}
.inactive-issues .card-link--catalyst-issue .coming-soon-text {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Surveyor SSm A", "Surveyor SSm B", Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
  text-transform: uppercase;
  color: white;
  width: 100%;
  letter-spacing: 3px;
}
.inactive-issues .card-link--catalyst-issue:hover {
  -webkit-box-shadow: 0 5px 10px #696b73;
  -moz-box-shadow: 0 5px 10px #696b73;
  -o-box-shadow: 0 5px 10px #696b73;
  box-shadow: 0 5px 10px #696b73;
  transform: translateY(0);
}
.inactive-issues .card-link--catalyst-issue .btn {
  text-shadow: none;
  font-weight: bold;
}
.inactive-issues .card-link--catalyst-issue .btn--window:hover {
  color: #2b7fde;
}
.inactive-issues .card-link--catalyst-issue--hover-cover {
  position: absolute;
  background: rgba(138, 135, 135, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.flexslider,
.flexslider-gallery,
.flexslider-highlighted-pubs,
.domestic-excellence-slider,
.global-leadership-slider {
  position: relative;
}
.flexslider-gallery:before,
.flexslider-gallery:after {
  content: "";
  position: absolute;
  top: -3%;
  bottom: 0px;
  width: 1px;
  background: #696b73;
  height: 106%;
  z-index: 1;
}
.flexslider-gallery:before {
  left: 0;
}
.flexslider-gallery:after {
  right: 0;
}
.flexslider-gallery:hover .flex-prev,
.flexslider-gallery:hover .flex-next {
  background: #08215a;
  color: #ffffff;
}
.flex-direction-nav {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.flex-direction-nav li {
  padding-left: 0;
  position: inherit;
}
.flex-direction-nav li:before {
  display: none;
}
.flex-prev:not(.immigration__stories-controls--prev),
.flex-next:not(.immigration__stories-controls--next) {
  position: absolute;
  top: 50%;
  width: 4.28571429em;
  height: 3.21428571em;
  margin-top: -1.78571429em;
  background: rgba(23, 57, 82, 0.6);
  color: #ffffff;
  transition: all 0.3s ease;
  opacity: 0;
}
.flex-prev:not(.immigration__stories-controls--prev):after,
.flex-next:not(.immigration__stories-controls--next):after {
  font-family: "motif-icons";
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 6px;
  font-weight: normal;
  font-style: normal;
  line-height: 0.08333333em;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  text-transform: none;
  speak: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
}
.flex-prev:not(.immigration__stories-controls--prev).flex-disabled,
.flex-next:not(.immigration__stories-controls--next).flex-disabled {
  display: none;
}
.flexslider:hover .flex-prev,
.domestic-excellence-slider:hover .flex-prev,
.global-leadership-slider:hover .flex-prev,
.flexslider-highlighted-pubs:hover .flex-prev,
.flexslider:hover .flex-next,
.domestic-excellence-slider:hover .flex-next,
.global-leadership-slider:hover .flex-next,
.flexslider-highlighted-pubs:hover .flex-next {
  opacity: 1;
}
.flexslider:hover .flex-prev:hover,
.domestic-excellence-slider:hover .flex-prev:hover,
.global-leadership-slider:hover .flex-prev:hover,
.flexslider-highlighted-pubs:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover,
.domestic-excellence-slider:hover .flex-next:hover,
.global-leadership-slider:hover .flex-next:hover,
.flexslider-highlighted-pubs:hover .flex-next:hover,
.flexslider:hover .flex-prev:focus,
.domestic-excellence-slider:hover .flex-prev:focus,
.global-leadership-slider:hover .flex-prev:focus,
.flexslider-highlighted-pubs:hover .flex-prev:focus,
.flexslider:hover .flex-next:focus,
.domestic-excellence-slider:hover .flex-next:focus,
.global-leadership-slider:hover .flex-next:focus,
.flexslider-highlighted-pubs:hover .flex-next:focus {
  color: #ffffff;
}
.flexslider:hover .flex-prev:hover,
.domestic-excellence-slider:hover .flex-prev:hover,
.global-leadership-slider:hover .flex-prev:hover,
.flexslider-highlighted-pubs:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover,
.domestic-excellence-slider:hover .flex-next:hover,
.global-leadership-slider:hover .flex-next:hover,
.flexslider-highlighted-pubs:hover .flex-next:hover {
  background: #173952;
}
.flex-prev {
  left: 0px;
}
.flex-next {
  right: 0px;
  display: table-row;
}
.flex-viewport .gallery-item {
  padding-right: 0.35714286em;
}
.flex-viewport .gallery-item img {
  display: block;
}
.flex-viewport:before,
.flex-viewport:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  z-index: 1;
  background: #aaacb1;
}
.flex--unlined .flex-viewport:before,
.flex--unlined .flex-viewport:after {
  display: none;
}
.flex-viewport:before {
  left: 0;
}
.flex-viewport:after {
  right: 0;
}
.program-featured-slider .flex-viewport:before,
.program-featured-slider .flex-viewport:after {
  background: none;
}
.program-featured-slider .flex-prev:after,
.program-featured-slider .flex-next:after {
  font-weight: bold;
}
li.program-featured-slider-list-item {
  border-right: 1px solid #cccccc;
}
@media all and (max-width: 47.9375em) {
  .program-featured-slider-list-item a img {
    display: none;
  }
}
@media all and (max-width: 47.9375em) {
  .program-featured-slider-list-item a div {
    width: 100%;
    position: static;
    height: auto;
  }
}
li.program-featured-slider-list-item:last-child {
  border-right: none;
}
.eow-slider-title {
  text-transform: uppercase;
  margin: 0.71428571em 0 1.42857143em;
}
/*

Forms

*/
/*

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`.

    <label>
        Text Field
        <input type="text" name="text" required>
    </label>

*/
input,
textarea {
  width: 100%;
  font-size: 1em;
  padding: 0.35714286em 0.28571429em;
  outline: none;
  padding: 0.71428571em 0.71428571em;
  background: #ffffff;
  border: 1px solid #dddddd;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus,
input:active,
textarea:active,
input.is-current,
textarea.is-current {
  z-index: 1;
  background: #dceaf9;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
}
.lte7 input[type="checkbox"],
.lte7 input[type="radio"] {
  width: 13px;
}
textarea {
  height: 5.71428571em;
}
input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: 'Source Sans Pro', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  line-height: 1;
  font-weight: bold;
}
input::-webkit-input-placeholder {
  color: #696b73;
  font-style: italic;
  font-family: 'Source Sans Pro', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #696b73;
  font-style: italic;
  font-family: 'Source Sans Pro', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #696b73;
  font-style: italic;
  font-family: 'Source Sans Pro', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
input:-ms-input-placeholder {
  color: #696b73;
  font-style: italic;
  font-family: 'Source Sans Pro', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
select {
  width: auto;
  max-width: 100%;
  font-size: 0.8125em;
}
/*

Input Label Elements

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

````input-label-elements
<label class="input-label">
    Text Field
    <input type="text" name="text" placeholder="Placeholder text" required>
</label>
<label class="input-label">
    Textarea
    <textarea placeholder="Placeholder text"></textarea>
</label>
<label class="input-label">
    Select
    <select>
        <option>Placeholder text</option>
    </select>
</label>
````

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

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.

    <label class="input-label">
        Text Field
        <input class="input--xs" type="text" name="text" required>
    </label>

*/
.input--eighth {
  width: 12.5%;
}
.input--quarter {
  width: 25%;
}
.input--half {
  width: 50%;
}
.input--three-quarters {
  width: 75%;
}
.input--xxxs {
  max-width: 2.14285714em;
}
.input--xxs {
  max-width: 3.57142857em;
}
.input--xs {
  max-width: 7.14285714em;
}
.input--s {
  max-width: 12.5em;
}
.input--m {
  max-width: 17.85714286em;
}
.input--l {
  max-width: 25em;
}
/*

Form Modules

````attached-label-before
<label class="attached-label">
    <small class="label">$</small>
    <input type="num" id="attached-label-before" required>
</label>
````

````attached-label-after
<label class="attached-label">
    <input type="text" id="attached-label-after" required>
    <small class="label">.com</small>
</label>
````

````attached-label-before-and-after
<label class="attached-label">
    <small class="label">www.</small>
    <input type="text" id="attached-label" placeholder="domain" required>
    <small class="label">.com</small>
</label>
````

````attached-label-submit
<form class="attached-label">
    <label class="is-hidden" for="attached-label-submit">Search</label>
    <input type="search" id="attached-label-submit" required>
    <div>
        <button type="submit" class="btn--primary icon--search">
            <b class="is-hidden">Submit</b>
        </button>
    </div>
</form>
````

*/
.attached-label {
  display: table;
  overflow: hidden;
}
.attached-label > * {
  margin-top: 0;
  display: table-cell;
  vertical-align: middle;
}
.attached-label > * > :first-child {
  margin-top: 0;
}
.attached-label [class*="btn"] {
  display: block;
  width: 100%;
}
.email-signup .btn,
.email-signup .btn--red {
  display: inline-block;
  padding: 12px;
}
/*

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.)

    <label class="input-label">
        Text Field
        <input type="text" name="text" required>
    </label>

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

    <label class="input-label">
        Text Field
        
        <small class="input-desc">
            This is a small description of the field.
        </small>
        
        <input type="text" name="text" required>
        
        <strong class="input-hint">
            This is an important hint.
        </strong>
    </label>

*/
.input-label {
  padding-top: 1.4285714285714286em;
}
.input-hint {
  color: #a9a6a7;
  margin-top: 0.35714285714285715em;
}
.input-desc {
  margin-top: 0em;
}
/*

Fieldset

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

*/
.fieldset {
  margin-top: 1.4285714285714286em;
  padding-bottom: 1.4285714285714286em;
}
/*

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:

    <fieldset>
        <legend>
            <b class="input-label">This is a question for a radio list?</b>
        </legend>

        <ul class="checkbox-list">
            <li>
                <label class="media-object">
                    <input class="media-object__figure"
                     type="radio"
                     name="radioList"
                     value="Yes">

                    <b class="media-object__desc">
                        Yes
                    </b>
                </label>
            </li>
            <li>
                <label class="media-object">
                    <input class="media-object__figure"
                     type="radio"
                     name="radioList"
                     value="No">

                    <b class="media-object__desc">
                        No
                    </b>
                </label>
            </li>
        </ul>
    </fieldset>

*/
.checkbox-list {
  margin-top: 0.7142857142857143em;
}
legend + .checkbox-list {
  margin-top: 0em;
}
legend .input-label {
  padding-bottom: 0.35714285714285715em;
}
legend + .input-desc {
  /* Positioning */
  position: relative;
  top: -0.35714286em;
}
/*

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.

    <label class="input-label is-erroneous">
        Text Field
        <input type="text" name="text" required>
    </label>

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

Form Messaging

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

    <label class="input-label is-erroneous">
        Text Field
        <input type="text" name="text" required>
        <strong class="input-alert--error">
            This field is required.
        </strong>
    </label>

*/
[class*="input-alert"] {
  /* Display & Box Model */
  display: inline-block;
  /* Pretty */
  color: #163953;
}
.input-alert--warning {
  color: #edad08;
}
.input-alert--error {
  color: #cf333c;
}
.input-alert--success {
  color: #72bc44;
}
/*

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**: `.gs-row` (Grid, Small, Row)
- **Columns**: `.gcs` (Grid, Column, Small)
- **Column Width**: `.gs-half` (Grid, Small, Half-Width)

    <div class="gs-row">
        <div class="gcs gs-half">...</div>
        <div class="gcs gs-half">...</div>
    </div>

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

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

    <div class="gs-row">
        <div class="gcs-half">...</div>
        <div class="gcs-half">...</div>
    </div>

In brief, the way the grid works is that `.gcs` 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 `.gs-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:

    <div class="gs-row gm-row gl-row">
        <div class="gcs-half gcm-third gcl-quarter">
            ...
        </div>
        <div class="gcs-half gcm-two-thirds gcl-three-quarters">
            ...
        </div>
    </div>

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

    - `.gcl-10of12
    - `.gcm-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`

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

````desktop-grid
<div class="gl-quarters">
    <div>
        <div class="block">Quarter</div>
    </div>
    <div>
        <div class="block">Quarter</div>
    </div>
    <div>
        <div class="block">Quarter</div>
    </div>
    <div>
        <div class="block">Quarter</div>
    </div>
</div>
<div class="gl-thirds">
    <div>
        <div class="block">Third</div>
    </div>
    <div>
        <div class="block">Third</div>
    </div>
    <div>
        <div class="block">Third</div>
    </div>
</div>
<div class="gl-halves">
    <div>
        <div class="block">Half</div>
    </div>
    <div>
        <div class="block">Half</div>
    </div>
</div>
<div class="gl-row">
    <div class="gcl-two-thirds">
        <div class="block">Two Thirds</div>
    </div>
    <div class="gcl-third">
        <div class="block">Third</div>
    </div>
</div>
<div class="gl-row">
    <div class="gcl-three-quarters">
        <div class="block">Three Quarters</div>
    </div>
    <div class="gcl-quarter">
        <div class="block">Quarter</div>
    </div>
</div>
````

*/
@media all and (min-width: 62em) {
  [class*="gl-row"],
  .gl-quarters,
  .gl-thirds,
  .gl-halves {
    margin-left: -1.28571429em;
    margin-right: -1.28571429em;
  }
  [class*="gl-row"]:before,
  [class*="gl-row"]:after,
  .gl-quarters:before,
  .gl-quarters:after,
  .gl-thirds:before,
  .gl-thirds:after,
  .gl-halves:before,
  .gl-halves:after {
    content: "\0020";
    height: 0;
    display: block;
    overflow: hidden;
  }
  [class*="gl-row"]:after,
  .gl-quarters:after,
  .gl-thirds:after,
  .gl-halves:after {
    clear: both;
  }
  ul[class*="gl-row"],
  ul.gl-quarters,
  ul.gl-thirds,
  ul.gl-halves {
    padding-left: 0;
    list-style: none outside none;
  }
  .gl-row--rtl > [class*="gcl"] {
    float: right;
  }
  .gl-row--ltr > [class*="gcl"] {
    float: left;
  }
  [class*="gcl"],
  .gl-quarters > *,
  .gl-thirds > *,
  .gl-halves > * {
    display: inline;
    float: left;
    padding-left: 1.28571429em;
    padding-right: 1.28571429em;
  }
  .gcm-category,
  .gcl-category {
    padding-left: 0;
    padding-right: 0;
  }
  .gl-quarter,
  .gcl-quarter,
  [class*="l-3of12"],
  [class*="l-2of8"],
  .gl-quarters > * {
    width: 25%;
  }
  .gl-third,
  .gcl-third,
  [class*="l-4of12"],
  [class*="l-3of9"],
  [class*="l-2of6"],
  .gl-thirds > * {
    width: 33.33333%;
  }
  .gl-half,
  .gcl-half,
  [class*="l-6of12"],
  [class*="l-5of10"],
  [class*="l-4of8"],
  [class*="l-3of6"],
  .gl-halves > * {
    width: 50%;
  }
  .gl-two-thirds,
  .gcl-two-thirds,
  [class*="l-8of12"],
  [class*="l-6of9"],
  [class*="l-4of6"] {
    width: 66.66667%;
  }
  .gl-three-quarters,
  .gcl-three-quarters,
  [class*="l-9of12"],
  [class*="l-6of8"] {
    width: 75%;
  }
  .gl-full,
  .gcl-full {
    width: 100%;
  }
  [class*="l-11of12"] {
    width: 91.66667%;
  }
  [class*="l-10of12"] {
    width: 83.33333%;
  }
  [class*="l-7of12"] {
    width: 58.33333%;
  }
  [class*="l-5of12"] {
    width: 41.66667%;
  }
  [class*="l-2of12"] {
    width: 16.66667%;
  }
  [class*="l-1of12"] {
    width: 8.33333%;
  }
  [class*="l-10of11"] {
    width: 90.90909%;
  }
  [class*="l-9of11"] {
    width: 81.81818%;
  }
  [class*="l-8of11"] {
    width: 72.72727%;
  }
  [class*="l-7of11"] {
    width: 63.63636%;
  }
  [class*="l-6of11"] {
    width: 54.54545%;
  }
  [class*="l-5of11"] {
    width: 45.45455%;
  }
  [class*="l-4of11"] {
    width: 36.36364%;
  }
  [class*="l-3of11"] {
    width: 27.27273%;
  }
  [class*="l-2of11"] {
    width: 18.18182%;
  }
  [class*="l-1of11"] {
    width: 9.09091%;
  }
  [class*="l-9of10"] {
    width: 90%;
  }
  [class*="l-8of10"] {
    width: 80%;
  }
  [class*="l-7of10"] {
    width: 70%;
  }
  [class*="l-6of10"] {
    width: 60%;
  }
  [class*="l-4of10"] {
    width: 40%;
  }
  [class*="l-3of10"] {
    width: 30%;
  }
  [class*="l-2of10"] {
    width: 20%;
  }
  [class*="l-1of10"] {
    width: 10%;
  }
  [class*="l-8of9"] {
    width: 88.88889%;
  }
  [class*="l-7of9"] {
    width: 77.77778%;
  }
  [class*="l-5of9"] {
    width: 55.55556%;
  }
  [class*="l-4of9"] {
    width: 44.44444%;
  }
  [class*="l-2of9"] {
    width: 22.22222%;
  }
  [class*="l-1of9"] {
    width: 11.11111%;
  }
  [class*="l-7of8"] {
    width: 87.5%;
  }
  [class*="l-5of8"] {
    width: 62.5%;
  }
  [class*="l-3of8"] {
    width: 37.5%;
  }
  [class*="l-1of8"] {
    width: 12.5%;
  }
  [class*="l-6of7"] {
    width: 85.71429%;
  }
  [class*="l-5of7"] {
    width: 71.42857%;
  }
  [class*="l-4of7"] {
    width: 57.14286%;
  }
  [class*="l-3of7"] {
    width: 42.85714%;
  }
  [class*="l-2of7"] {
    width: 28.57143%;
  }
  [class*="l-1of7"] {
    width: 14.28571%;
  }
  [class*="l-5of6"] {
    width: 83.33333%;
  }
  [class*="l-1of6"] {
    width: 16.66667%;
  }
  [class*="l-4of5"] {
    width: 80%;
  }
  [class*="l-3of5"] {
    width: 60%;
  }
  [class*="l-2of5"] {
    width: 40%;
  }
  [class*="l-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
<ul class="gs-halves gm-thirds gl-quarters">
    <li>
        <figure class="figure">
            <img src="http://placehold.it/400">
            <figcaption>Alderaan is peaceful. We have no weapons.</figcaption>
        </figure>
    </li>
    <li>
        <figure class="figure">
            <img src="http://placehold.it/400">
        </figure>
    </li>
    <li>
        <figure class="figure">
            <img src="http://placehold.it/400">
            <figcaption>Alderaan is peaceful. We have no weapons.</figcaption>
        </figure>
    </li>
    <li>
        <figure class="figure">
            <img src="http://placehold.it/400">
        </figure>
    </li>
    <li>
        <figure class="figure">
            <img src="http://placehold.it/400">
            <figcaption>Alderaan is peaceful. We have no weapons.</figcaption>
        </figure>
    </li>
    <li>
        <figure class="figure">
            <img src="http://placehold.it/400">
        </figure>
    </li>
    <li>
        <figure class="figure">
            <img src="http://placehold.it/400">
        </figure>
    </li>
</ul>
````

*/
  .gl-row--flex,
  .gl-quarters,
  .gl-thirds,
  .gl-halves {
    letter-spacing: -0.31em;
    text-rendering: optimizespeed;
  }
  .gl-row--flex > [class*="gcl"],
  .gl-quarters > *,
  .gl-thirds > *,
  .gl-halves > * {
    float: none;
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .opera-only :-o-prefocus,
  .gl-row--flex,
  .gl-quarters,
  .gl-thirds,
  .gl-halves {
    word-spacing: -0.43em;
  }
}
@media all and (min-width: 77.5em) {
  [class*="gxl-row"],
  .gxl-quarters,
  .gxl-thirds,
  .gxl-halves {
    margin-left: -1.28571429em;
    margin-right: -1.28571429em;
  }
  [class*="gxl-row"]:before,
  [class*="gxl-row"]:after,
  .gxl-quarters:before,
  .gxl-quarters:after,
  .gxl-thirds:before,
  .gxl-thirds:after,
  .gxl-halves:before,
  .gxl-halves:after {
    content: "\0020";
    height: 0;
    display: block;
    overflow: hidden;
  }
  [class*="gxl-row"]:after,
  .gxl-quarters:after,
  .gxl-thirds:after,
  .gxl-halves:after {
    clear: both;
  }
  ul[class*="gxl-row"],
  ul.gxl-quarters,
  ul.gxl-thirds,
  ul.gxl-halves {
    padding-left: 0;
    list-style: none outside none;
  }
  .gxl-row--rtl > [class*="gcxl"] {
    float: right;
  }
  .gxl-row--ltr > [class*="gcxl"] {
    float: left;
  }
  [class*="gcxl"],
  .gxl-quarters > *,
  .gxl-thirds > *,
  .gxl-halves > * {
    display: inline;
    float: left;
    padding-left: 1.28571429em;
    padding-right: 1.28571429em;
  }
  .gxl-quarter,
  .gcxl-quarter,
  .gxl-quarters > * {
    width: 25%;
  }
  .gxl-third,
  .gcxl-third,
  .gxl-thirds > * {
    width: 33.33333%;
  }
  .gxl-half,
  .gcxl-half,
  .gxl-halves > * {
    width: 50%;
  }
  .gxl-two-thirds,
  .gcxl-two-thirds {
    width: 66.66667%;
  }
  .gxl-three-quarters,
  .gcxl-three-quarters {
    width: 75%;
  }
  .gxl-full,
  .gcxl-full {
    width: 100%;
  }
  .gcxl-35p {
    width: 35%;
  }
  .gcxl-65p {
    width: 65%;
  }
  /*

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
<ul class="gs-halves gm-thirds gxl-quarters">
    <li>
        <figure class="figure">
            <img src="http://placehold.it/400">
            <figcaption>Alderaan is peaceful. We have no weapons.</figcaption>
        </figure>
    </li>
    <li>
        <figure class="figure">
            <img src="http://placehold.it/400">
        </figure>
    </li>
    <li>
        <figure class="figure">
            <img src="http://placehold.it/400">
            <figcaption>Alderaan is peaceful. We have no weapons.</figcaption>
        </figure>
    </li>
    <li>
        <figure class="figure">
            <img src="http://placehold.it/400">
        </figure>
    </li>
    <li>
        <figure class="figure">
            <img src="http://placehold.it/400">
            <figcaption>Alderaan is peaceful. We have no weapons.</figcaption>
        </figure>
    </li>
    <li>
        <figure class="figure">
            <img src="http://placehold.it/400">
        </figure>
    </li>
    <li>
        <figure class="figure">
            <img src="http://placehold.it/400">
        </figure>
    </li>
</ul>
````

*/
  .gxl-row--flex,
  .gxl-quarters,
  .gxl-thirds,
  .gxl-halves {
    letter-spacing: -0.31em;
    text-rendering: optimizespeed;
  }
  .gxl-row--flex > [class*="gcxl"],
  .gxl-quarters > *,
  .gxl-thirds > *,
  .gxl-halves > * {
    float: none;
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .opera-only :-o-prefocus,
  .gxl-row--flex,
  .gxl-quarters,
  .gxl-thirds,
  .gxl-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

    <div class="off-canvas--left">
        <div class="canvas__primary">
            ...
        </div>
        <div class="canvas__secondary">
            ...
        </div>
    </div>

*/
.js [class*="off-canvas--"] {
  /* Positioning */
  position: relative;
  /* Display & Box Model */
  overflow: hidden;
}
.js [class*="off-canvas--"].is-active > .canvas__primary {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.js [class*="off-canvas--"].is-active > .canvas__primary,
.js [class*="off-canvas--"].was-active > .canvas__primary,
.js [class*="off-canvas--"].is-active > .canvas__secondary,
.js [class*="off-canvas--"].was-active > .canvas__secondary {
  -webkit-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js .canvas__secondary {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.js .off-canvas--left > .canvas__primary,
.js .off-canvas--right > .canvas__primary,
.js .off-canvas--left > .canvas__secondary,
.js .off-canvas--right > .canvas__secondary {
  min-height: 100vh;
}
.js .off-canvas--left > .canvas__secondary,
.js .off-canvas--right > .canvas__secondary {
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}
.js .off-canvas--left.is-active,
.js .off-canvas--right.is-active,
.js .off-canvas--left.is-active > .canvas_primary,
.js .off-canvas--right.is-active > .canvas_primary {
  height: 100vh;
  overflow: hidden;
}
.js .off-canvas--right.is-active > .canvas__secondary {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.js .off-canvas--right > .canvas__primary {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  /* Positioning */
  float: left;
  /* Display & Box Model */
  margin-left: -100%;
}
.js .off-canvas--right > .canvas__secondary {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* Positioning */
  float: right;
  /* Display & Box Model */
  margin-right: -100%;
}
.js .off-canvas--left.is-active > .canvas__secondary {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.js .off-canvas--left > .canvas__primary {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  /* Positioning */
  float: right;
  /* Display & Box Model */
  margin-right: -100%;
}
.js .off-canvas--left > .canvas__secondary {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* Positioning */
  float: left;
  /* Display & Box Model */
  margin-left: -100%;
}
.js .off-canvas--top,
.js .off-canvas--bottom {
  /* Positioning */
  position: relative;
  /* Display & Box Model */
  min-height: 100vh;
}
.js .off-canvas--top.is-active,
.js .off-canvas--bottom.is-active {
  height: 100vh;
  overflow: hidden;
}
.js .off-canvas--top.is-active > .canvas__primary,
.js .off-canvas--bottom.is-active > .canvas__primary {
  /* Positioning */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  /* Display & Box Model */
  height: 100vh;
  overflow: hidden;
}
.js .off-canvas--top.is-active > .canvas__secondary,
.js .off-canvas--bottom.is-active > .canvas__secondary {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* Display & Box Model */
  overflow: auto;
}
.js .off-canvas--top > .canvas__secondary,
.js .off-canvas--bottom > .canvas__secondary {
  /* Positioning */
  position: absolute;
  left: 0;
  right: 0;
  /* Display & Box Model */
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.js .off-canvas--top.is-active > .canvas__primary {
  -webkit-transform: translate3d(0, 80vh, 0);
  -moz-transform: translate3d(0, 80vh, 0);
  -o-transform: translate3d(0, 80vh, 0);
  -ms-transform: translate3d(0, 80vh, 0);
  transform: translate3d(0, 80vh, 0);
}
.js .off-canvas--top > .canvas__secondary {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  /* Positioning */
  top: 0;
}
.js .off-canvas--bottom.is-active > .canvas__primary {
  -webkit-transform: translate3d(0, -80vh, 0);
  -moz-transform: translate3d(0, -80vh, 0);
  -o-transform: translate3d(0, -80vh, 0);
  -ms-transform: translate3d(0, -80vh, 0);
  transform: translate3d(0, -80vh, 0);
}
.js .off-canvas--bottom > .canvas__secondary {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  /* Positioning */
  bottom: 0;
}
.js .canvas__primary,
.js .canvas__secondary {
  /* Display & Box Model */
  width: 100%;
}
.js .canvas__primary {
  z-index: 1;
}
.js .canvas__secondary {
  z-index: 2;
}
@media all and (min-width: 48em) {
  .js [class*="off-canvas--"].is-active > .canvas__primary,
  .js [class*="off-canvas--"].was-active > .canvas__primary,
  .js [class*="off-canvas--"].is-active > .canvas__secondary,
  .js [class*="off-canvas--"].was-active > .canvas__secondary {
    -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .js .off-canvas--right > .canvas__secondary,
  .js .off-canvas--left > .canvas__secondary {
    width: 70%;
  }
  .js .off-canvas--right.is-active > .canvas__primary {
    -webkit-transform: translate3d(30%, 0, 0);
    -moz-transform: translate3d(30%, 0, 0);
    -o-transform: translate3d(30%, 0, 0);
    -ms-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  .js .off-canvas--right > .canvas__secondary {
    margin-right: -70%;
  }
  .js .off-canvas--left.is-active > .canvas__primary {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  .js .off-canvas--left > .canvas__secondary {
    margin-left: -70%;
  }
}
@media all and (min-width: 62em) {
  .js .off-canvas--right > .canvas__secondary,
  .js .off-canvas--left > .canvas__secondary {
    width: 60%;
  }
  .js .off-canvas--right.is-active > .canvas__primary {
    -webkit-transform: translate3d(40%, 0, 0);
    -moz-transform: translate3d(40%, 0, 0);
    -o-transform: translate3d(40%, 0, 0);
    -ms-transform: translate3d(40%, 0, 0);
    transform: translate3d(40%, 0, 0);
  }
  .js .off-canvas--right > .canvas__secondary {
    margin-right: -60%;
  }
  .js .off-canvas--left.is-active > .canvas__primary {
    -webkit-transform: translate3d(-40%, 0, 0);
    -moz-transform: translate3d(-40%, 0, 0);
    -o-transform: translate3d(-40%, 0, 0);
    -ms-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
  }
  .js .off-canvas--left > .canvas__secondary {
    margin-left: -60%;
  }
}
.js [class*="slide-canvas--"] {
  -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  /* Positioning */
  position: fixed;
  z-index: 110;
  /* Display & Box Model */
  overflow: auto;
  overflow-x: hidden;
}
.js [class*="slide-canvas--"].is-revealed {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.js .slide-canvas--left,
.js .slide-canvas--right {
  /* Positioning */
  top: 0;
  bottom: 0;
  /* Display & Box Model */
  width: 80%;
}
@media all and (min-width: 48em) {
  .js .slide-canvas--left,
  .js .slide-canvas--right {
    width: 33%;
  }
}
@media all and (min-width: 62em) {
  .js .slide-canvas--left,
  .js .slide-canvas--right {
    width: 25%;
  }
}
@media all and (min-width: 77.5em) {
  .js .slide-canvas--left,
  .js .slide-canvas--right {
    width: 20%;
  }
}
.js .slide-canvas--left {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  /* Positioning */
  left: 0;
}
.js .slide-canvas--right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  /* Positioning */
  right: 0;
}
.js .slide-canvas--top,
.js .slide-canvas--bottom {
  /* Positioning */
  left: 0;
  right: 0;
  /* Display & Box Model */
  height: 90%;
}
@media all and (min-width: 48em) {
  .js .slide-canvas--top,
  .js .slide-canvas--bottom {
    height: 33%;
  }
}
@media all and (min-width: 62em) {
  .js .slide-canvas--top,
  .js .slide-canvas--bottom {
    height: 25%;
  }
}
@media all and (min-width: 77.5em) {
  .js .slide-canvas--top,
  .js .slide-canvas--bottom {
    height: 20%;
  }
}
.js .slide-canvas--top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  /* Positioning */
  top: 0;
}
.js .slide-canvas--bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  /* Positioning */
  bottom: 0;
}
/*

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
<table>
    <thead>
        <tr>
            <th scope="col">#</th>
            <th scope="col">First Name</th>
            <th scope="col">Last Name</th>
            <th scope="col">Language</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td data-th="#">1</td>
            <td data-th="First Name">Some</td>
            <td data-th="Last Name">One</td>
            <td data-th="Language">English</td>
        </tr>
        <tr>
            <td data-th="#">2</td>
            <td data-th="First Name">Joe</td>
            <td data-th="Last Name">Sixpack</td>
            <td data-th="Language">English</td>
        </tr>
        <tr>
            <td data-th="#">3</td>
            <td data-th="First Name">Stu</td>
            <td data-th="Last Name">Dent</td>
            <td data-th="Language">Code</td>
        </tr>
    </tbody>
</table>
````

*/
table {
  width: 100%;
  max-width: 100%;
}
th,
td {
  padding: 0.71428571em 0.64285714em;
  text-align: left;
}
th {
  padding-top: 0.71428571em;
}
@media all and (max-width: 47.9375em) {
  table {
    display: block;
    width: 100%;
  }
  tbody,
  tr,
  th,
  td {
    border: 0;
    display: block;
    text-align: left;
    white-space: normal;
  }
  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.71428571em 1.28571429em;
  }
}
/*

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.

```panels
<div class="panel">
    <h3>This is a Panel</h3>
    <p>This is a <a href="#">feedback message</a> for the user.</p>
    <p><a href="#" class="btn">User Action</a></p>
</div>
<div class="panel">
    <p>This is a feedback panel with no heading.</p>
</div>
````

*/
.panel,
[class*="panel-"],
[class*="-panel"] {
  margin-top: 1.4285714285714286em;
  padding: 1.42857143em;
  background-color: #ffffff;
}
.panel > :first-child,
[class*="panel-"] > :first-child,
[class*="-panel"] > :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.71428571em;
}
/*

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-panels
<div class="alert-panel--info">
    <h3>This is a Panel</h3>
    <p>This is an <a href="#">alert message</a> for the user.</p>
    <p><a href="#" class="btn">User Action</a></p>
</div>
<div class="alert-panel--info">
    <p>This is an alert panel with no heading.</p>
</div>
````

*/
/*

````error-alert-panels
<div class="alert-panel--error">
    <h3>This is a Panel</h3>
    <p>This is an <a href="#">alert message</a> for the user.</p>
    <p><a href="#" class="btn">User Action</a></p>
</div>
<div class="alert-panel--error">
    <p>This is an alert panel with no heading.</p>
</div>
````

*/
/*

````success-alert-panels
<div class="alert-panel--success">
    <h3>This is a Panel</h3>
    <p>This is an <a href="#">alert message</a> for the user.</p>
    <p><a href="#" class="btn">User Action</a></p>
</div>
<div class="alert-panel--success">
    <p>This is an alert panel with no heading.</p>
</div>
````

*/
[class*="alert-panel"] {
  color: #ffffff;
}
.alert-panel {
  background: #163953;
}
.alert-panel--error {
  background: #cf333c;
}
.alert-panel--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

    <div class="wysiwyg">
        [WYSIWYG Content]
    </div>

*/
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin-top: 1.5em;
}
.wysiwyg h1 {
  margin-top: 1em;
  font-family: "Surveyor SSm A", "Surveyor SSm B", Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
  color: #696b73;
  text-transform: uppercase;
  font-weight: lighter;
}
.wysiwyg h2 {
  font-family: "Surveyor SSm A", "Surveyor SSm B", Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
  color: #696b73;
  text-transform: uppercase;
  font-weight: lighter;
}
.wysiwyg h3 {
  text-transform: uppercase;
}
.wysiwyg h2,
.wysiwyg .primer-text {
  font-size: 24px;
  font-size: 1.5rem;
}
.wysiwyg h3 {
  font-size: 16px;
  font-size: 1rem;
}
.wysiwyg h4,
.wysiwyg .normal-text {
  color: #2b7fde;
  text-transform: uppercase;
  font-weight: bold;
}
.wysiwyg p {
  line-height: 1.8;
}
.wysiwyg figure {
  display: inline-block;
  margin-bottom: 1.42857143em;
  width: 100%;
}
.wysiwyg figure img {
  display: block;
  width: 100%;
}
.wysiwyg .img--full {
  width: 100%;
}
.wysiwyg .img--full img {
  width: 100%;
}
.wysiwyg figcaption {
  font-size: 10px;
  font-size: 0.625rem;
  background: #36333d;
  color: #c9c4be;
  padding: 2em 1.8em;
  font-style: italic;
}
.wysiwyg ol,
.wysiwyg ul {
  padding-left: 0;
}
.wysiwyg ol li,
.wysiwyg ul li {
  list-style: none;
  margin-bottom: 0.57142857em;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 1.42857143em;
}
.wysiwyg ul li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 0.42857143em;
  height: 0.42857143em;
  background: #133880;
}
.wysiwyg .bg--veracity-blue ul li:before {
  background: #ffffff;
}
.wysiwyg .content-area {
  margin-bottom: 2.85714286em;
}
.wysiwyg ol {
  counter-reset: li;
}
.wysiwyg ol li {
  position: relative;
  padding-left: 1em;
}
.wysiwyg ol li:before {
  font-size: 16px;
  font-size: 1rem;
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  left: -0.3125em;
  top: 6px;
  width: 0.625em;
  height: 0.625em;
  color: #163953;
  font-weight: bold;
  line-height: 1;
  background: transparent;
}
.wysiwyg .list--unstyled {
  padding-left: 0;
}
.wysiwyg .list--unstyled li {
  padding-left: 0;
}
.wysiwyg .list--unstyled li:before {
  display: none;
}
.wysiwyg .panel,
.wysiwyg .panel--alt {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 1.42857143em;
  background: #ffffff;
  border-width: 0;
  text-align: center;
}
.wysiwyg .panel h1,
.wysiwyg .panel--alt h1,
.wysiwyg .panel h2,
.wysiwyg .panel--alt h2,
.wysiwyg .panel h3,
.wysiwyg .panel--alt h3,
.wysiwyg .panel h4,
.wysiwyg .panel--alt h4,
.wysiwyg .panel h5,
.wysiwyg .panel--alt h5,
.wysiwyg .panel h6,
.wysiwyg .panel--alt h6 {
  font-size: 16px;
  font-size: 1rem;
  color: #36333d;
  font-family: 'Source Sans Pro', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  text-transform: capitalize;
  font-weight: bold;
}
.wysiwyg .panel h1:first-of-type,
.wysiwyg .panel--alt h1:first-of-type,
.wysiwyg .panel h2:first-of-type,
.wysiwyg .panel--alt h2:first-of-type,
.wysiwyg .panel h3:first-of-type,
.wysiwyg .panel--alt h3:first-of-type,
.wysiwyg .panel h4:first-of-type,
.wysiwyg .panel--alt h4:first-of-type,
.wysiwyg .panel h5:first-of-type,
.wysiwyg .panel--alt h5:first-of-type,
.wysiwyg .panel h6:first-of-type,
.wysiwyg .panel--alt h6:first-of-type {
  color: #36333d;
  position: relative;
  padding-bottom: 1.66666667em;
}
.wysiwyg .panel h1:first-of-type:after,
.wysiwyg .panel--alt h1:first-of-type:after,
.wysiwyg .panel h2:first-of-type:after,
.wysiwyg .panel--alt h2:first-of-type:after,
.wysiwyg .panel h3:first-of-type:after,
.wysiwyg .panel--alt h3:first-of-type:after,
.wysiwyg .panel h4:first-of-type:after,
.wysiwyg .panel--alt h4:first-of-type:after,
.wysiwyg .panel h5:first-of-type:after,
.wysiwyg .panel--alt h5:first-of-type:after,
.wysiwyg .panel h6:first-of-type:after,
.wysiwyg .panel--alt h6:first-of-type:after {
  display: none;
  content: "";
  position: absolute;
  height: 2px;
  width: 114px;
  left: 50%;
  margin-left: -57px;
  bottom: 0;
  background: #08215a;
}
.wysiwyg .panel hr,
.wysiwyg .panel--alt hr {
  width: 30%;
  margin-top: 3.33333333em;
  margin-bottom: 3.33333333em;
  border-style: solid;
  border-color: rgba(58, 57, 57, 0.2);
}
.wysiwyg .panel.blue,
.wysiwyg .panel--alt.blue {
  background: #0a5676;
}
.wysiwyg .panel.red,
.wysiwyg .panel--alt.red {
  background: #942336;
}
.wysiwyg .panel.brown,
.wysiwyg .panel--alt.brown {
  background: #372e2c;
}
.wysiwyg .panel.blue,
.wysiwyg .panel--alt.blue,
.wysiwyg .panel.red,
.wysiwyg .panel--alt.red,
.wysiwyg .panel.brown,
.wysiwyg .panel--alt.brown {
  color: #ffffff;
}
.wysiwyg .panel.blue a.link,
.wysiwyg .panel--alt.blue a.link,
.wysiwyg .panel.red a.link,
.wysiwyg .panel--alt.red a.link,
.wysiwyg .panel.brown a.link,
.wysiwyg .panel--alt.brown a.link {
  color: #f9c848;
}
.wysiwyg .panel.blue a.link:hover,
.wysiwyg .panel--alt.blue a.link:hover,
.wysiwyg .panel.red a.link:hover,
.wysiwyg .panel--alt.red a.link:hover,
.wysiwyg .panel.brown a.link:hover,
.wysiwyg .panel--alt.brown a.link:hover,
.wysiwyg .panel.blue a.link:focus,
.wysiwyg .panel--alt.blue a.link:focus,
.wysiwyg .panel.red a.link:focus,
.wysiwyg .panel--alt.red a.link:focus,
.wysiwyg .panel.brown a.link:focus,
.wysiwyg .panel--alt.brown a.link:focus,
.wysiwyg .panel.blue a.link.is-current,
.wysiwyg .panel--alt.blue a.link.is-current,
.wysiwyg .panel.red a.link.is-current,
.wysiwyg .panel--alt.red a.link.is-current,
.wysiwyg .panel.brown a.link.is-current,
.wysiwyg .panel--alt.brown a.link.is-current {
  color: #edad08;
}
.wysiwyg .panel.blue h1,
.wysiwyg .panel--alt.blue h1,
.wysiwyg .panel.red h1,
.wysiwyg .panel--alt.red h1,
.wysiwyg .panel.brown h1,
.wysiwyg .panel--alt.brown h1,
.wysiwyg .panel.blue h2,
.wysiwyg .panel--alt.blue h2,
.wysiwyg .panel.red h2,
.wysiwyg .panel--alt.red h2,
.wysiwyg .panel.brown h2,
.wysiwyg .panel--alt.brown h2,
.wysiwyg .panel.blue h3,
.wysiwyg .panel--alt.blue h3,
.wysiwyg .panel.red h3,
.wysiwyg .panel--alt.red h3,
.wysiwyg .panel.brown h3,
.wysiwyg .panel--alt.brown h3,
.wysiwyg .panel.blue h4,
.wysiwyg .panel--alt.blue h4,
.wysiwyg .panel.red h4,
.wysiwyg .panel--alt.red h4,
.wysiwyg .panel.brown h4,
.wysiwyg .panel--alt.brown h4,
.wysiwyg .panel.blue h5,
.wysiwyg .panel--alt.blue h5,
.wysiwyg .panel.red h5,
.wysiwyg .panel--alt.red h5,
.wysiwyg .panel.brown h5,
.wysiwyg .panel--alt.brown h5,
.wysiwyg .panel.blue h6,
.wysiwyg .panel--alt.blue h6,
.wysiwyg .panel.red h6,
.wysiwyg .panel--alt.red h6,
.wysiwyg .panel.brown h6,
.wysiwyg .panel--alt.brown h6 {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-family: 'Source Sans Pro', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  text-transform: capitalize;
  font-weight: bold;
}
.wysiwyg .panel.blue h1:first-of-type,
.wysiwyg .panel--alt.blue h1:first-of-type,
.wysiwyg .panel.red h1:first-of-type,
.wysiwyg .panel--alt.red h1:first-of-type,
.wysiwyg .panel.brown h1:first-of-type,
.wysiwyg .panel--alt.brown h1:first-of-type,
.wysiwyg .panel.blue h2:first-of-type,
.wysiwyg .panel--alt.blue h2:first-of-type,
.wysiwyg .panel.red h2:first-of-type,
.wysiwyg .panel--alt.red h2:first-of-type,
.wysiwyg .panel.brown h2:first-of-type,
.wysiwyg .panel--alt.brown h2:first-of-type,
.wysiwyg .panel.blue h3:first-of-type,
.wysiwyg .panel--alt.blue h3:first-of-type,
.wysiwyg .panel.red h3:first-of-type,
.wysiwyg .panel--alt.red h3:first-of-type,
.wysiwyg .panel.brown h3:first-of-type,
.wysiwyg .panel--alt.brown h3:first-of-type,
.wysiwyg .panel.blue h4:first-of-type,
.wysiwyg .panel--alt.blue h4:first-of-type,
.wysiwyg .panel.red h4:first-of-type,
.wysiwyg .panel--alt.red h4:first-of-type,
.wysiwyg .panel.brown h4:first-of-type,
.wysiwyg .panel--alt.brown h4:first-of-type,
.wysiwyg .panel.blue h5:first-of-type,
.wysiwyg .panel--alt.blue h5:first-of-type,
.wysiwyg .panel.red h5:first-of-type,
.wysiwyg .panel--alt.red h5:first-of-type,
.wysiwyg .panel.brown h5:first-of-type,
.wysiwyg .panel--alt.brown h5:first-of-type,
.wysiwyg .panel.blue h6:first-of-type,
.wysiwyg .panel--alt.blue h6:first-of-type,
.wysiwyg .panel.red h6:first-of-type,
.wysiwyg .panel--alt.red h6:first-of-type,
.wysiwyg .panel.brown h6:first-of-type,
.wysiwyg .panel--alt.brown h6:first-of-type {
  color: #ffffff;
  position: relative;
  padding-bottom: 1.66666667em;
  text-transform: uppercase;
}
.wysiwyg .panel.blue h1:first-of-type:after,
.wysiwyg .panel--alt.blue h1:first-of-type:after,
.wysiwyg .panel.red h1:first-of-type:after,
.wysiwyg .panel--alt.red h1:first-of-type:after,
.wysiwyg .panel.brown h1:first-of-type:after,
.wysiwyg .panel--alt.brown h1:first-of-type:after,
.wysiwyg .panel.blue h2:first-of-type:after,
.wysiwyg .panel--alt.blue h2:first-of-type:after,
.wysiwyg .panel.red h2:first-of-type:after,
.wysiwyg .panel--alt.red h2:first-of-type:after,
.wysiwyg .panel.brown h2:first-of-type:after,
.wysiwyg .panel--alt.brown h2:first-of-type:after,
.wysiwyg .panel.blue h3:first-of-type:after,
.wysiwyg .panel--alt.blue h3:first-of-type:after,
.wysiwyg .panel.red h3:first-of-type:after,
.wysiwyg .panel--alt.red h3:first-of-type:after,
.wysiwyg .panel.brown h3:first-of-type:after,
.wysiwyg .panel--alt.brown h3:first-of-type:after,
.wysiwyg .panel.blue h4:first-of-type:after,
.wysiwyg .panel--alt.blue h4:first-of-type:after,
.wysiwyg .panel.red h4:first-of-type:after,
.wysiwyg .panel--alt.red h4:first-of-type:after,
.wysiwyg .panel.brown h4:first-of-type:after,
.wysiwyg .panel--alt.brown h4:first-of-type:after,
.wysiwyg .panel.blue h5:first-of-type:after,
.wysiwyg .panel--alt.blue h5:first-of-type:after,
.wysiwyg .panel.red h5:first-of-type:after,
.wysiwyg .panel--alt.red h5:first-of-type:after,
.wysiwyg .panel.brown h5:first-of-type:after,
.wysiwyg .panel--alt.brown h5:first-of-type:after,
.wysiwyg .panel.blue h6:first-of-type:after,
.wysiwyg .panel--alt.blue h6:first-of-type:after,
.wysiwyg .panel.red h6:first-of-type:after,
.wysiwyg .panel--alt.red h6:first-of-type:after,
.wysiwyg .panel.brown h6:first-of-type:after,
.wysiwyg .panel--alt.brown h6:first-of-type:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 114px;
  left: 50%;
  margin-left: -57px;
  bottom: 0;
  background: #cf333c;
}
.wysiwyg .panel--alt {
  background: #0a5676;
  color: #ffffff;
}
.wysiwyg ul.feature-list {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 2.85714286em;
  margin-left: 1.42857143em;
}
.wysiwyg ul.feature-list:before,
.wysiwyg ul.feature-list:after {
  content: "\0020";
  height: 0;
  display: block;
  overflow: hidden;
}
.wysiwyg ul.feature-list:after {
  clear: both;
}
.wysiwyg ul.feature-list.list--unstyled {
  margin-left: 0;
}
.wysiwyg ul.feature-list.list--unstyled li:before {
  display: none;
}
.wysiwyg ul.feature-list.yellow li:before {
  color: #f9c848;
}
.wysiwyg ul.feature-list.cool-grey li:before {
  color: #696b73;
}
.wysiwyg ul.feature-list li {
  padding-left: 1.78571429em;
  padding-right: 1.78571429em;
  margin-bottom: 1.78571429em;
  color: #173952;
  font-weight: bold;
  text-align: left;
  position: relative;
}
.wysiwyg ul.feature-list li:before {
  display: inline-block;
  font-family: "motif-icons";
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  text-transform: none;
  speak: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #cf333c;
  background: inherit;
  top: -10px;
  left: -24px;
}
.wysiwyg .publication-page p:first-of-type::first-letter {
  font-size: 120px;
  font-size: 7.5rem;
  font-family: "Surveyor SSm A", "Surveyor SSm B", Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
  font-weight: bold;
  float: left;
  line-height: 80px;
  padding-top: 0px;
  padding-right: 8px;
  padding-left: 3px;
}
.wysiwyg table {
  font-family: 'Source Sans Pro', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  color: #696b73;
  border: 1px solid #d4d0cc;
  background: #ffffff;
  margin-bottom: 1.42857143em;
}
.wysiwyg table th {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #36333d;
  border-bottom-width: 0;
  padding: 1.66666667em 1.38888889em;
  background: #ffffff;
}
.wysiwyg table td {
  border: 1px solid #d4d0cc;
  border-color: #d4d0cc;
  border-bottom-width: 0;
  border-left-width: 0;
}
.wysiwyg table tr td:last-child {
  border-right-width: 0;
}
.wysiwyg table tr:nth-child(odd) {
  background: #f8f7f7;
}
.wysiwyg .yellow-callout {
  font-size: 48px;
  font-size: 3rem;
  font-family: 'Source Sans Pro', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  font-weight: 600;
  color: #FFD659;
  margin-top: 0;
}
@media all and (min-width: 48em) {
  .wysiwyg .yellow-callout {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
/**
 * Responsive Breakpoints
 */
/**
 * Base
 */
body {
  font-size: 18px;
  font-size: 1.125rem;
  background: #f6f6f6;
}
.catalyst-about-page,
.catalyst-landing-page {
  background: #f6f6f6;
}
/* Typography
   ========================================================================== */
.article-content h2 {
  font-family: "Surveyor SSm A", "Surveyor SSm B", Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.55555556em;
}
.article-content h3 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: 'Source Sans Pro', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.58823529em;
}
/* Backgrounds
   ========================================================================== */
.bg--blue-net {
  background: url(/resources/motif/images/catalyst/bg--blue-net.jpg) no-repeat center center;
  background-size: cover;
}
.bg--starry-sky {
  background: url(/resources/motif/images/catalyst/bg--starry-sky.jpg) no-repeat top center;
  background-size: cover;
}
.bg--mountains {
  background: url(/resources/motif/images/catalyst/bg--mountains.jpg) no-repeat top center;
  background-size: cover;
}
.bg--cool-grey {
  background: #696b73;
}
.left-content--article-title {
  position: relative;
}
.left-content {
  text-shadow: 0 1px 5px black;
}
.left-content .logo-wrapper {
  background-image: radial-gradient(circle closest-side, rgba(50, 50, 50, 0.3), transparent);
}
.left-content--article-images {
  position: relative;
  margin: 1.42857143em auto 2.14285714em;
}
.left-content--article-images img {
  width: 100%;
  display: block;
}
.left-content--article-images .caption {
  font-size: 12px;
  font-size: 0.75rem;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1a1d26;
  color: #ffffff;
  padding: 0.83333333em;
  font-style: italic;
  font-weight: lighter;
  position: relative;
  display: block;
}
.left-content--catalyst-landing-copy {
  padding: 2.14285714em;
}
.left-content--catalyst-landing-copy,
.left-content--issue-title-copy,
.left-content--article-title-copy {
  position: relative;
  z-index: 30;
}
.left-content--catalyst-landing-copy hr,
.left-content--issue-title-copy hr,
.left-content--article-title-copy hr {
  width: 50%;
  min-width: 100px;
}
.left-content--article-title-texture {
  background: url(/resources/motif/images/catalyst/catalyst-texture1.png) no-repeat center center;
  background-size: cover;
  opacity: .5;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.bg--glory {
  background: #cf333c;
}
.bg--old-glory {
  background: #9d2125;
}
.bg--navy {
  background: #08215a;
}
.bg--bright-blue {
  background: #2b7fde;
}
.bg--veracity-blue {
  background: #163953;
}
.bg--monument {
  background: #36333d;
}
.bg--bullhide {
  background: #191a1c;
}
.bg--yellow {
  background: #f9c848;
}
.bg--cool-grey {
  background: #696b73;
}
.bg--bronze {
  background: #a69e94;
}
.bg--cream,
hr.bg--cream {
  background: #f4f0ed;
}
.bg--cream-dark {
  background: #eae3dd;
}
.bg--brown {
  background: #382e2c;
}
.bg--dark-brown {
  background: #2c2827;
}
.bg--white {
  background: #ffffff;
}
.bg--cover {
  background-size: cover;
}
.bg--catalyst-issue {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/resources/motif/images/catalyst/bg--blue-net.jpg);
}
.main-header {
  -webkit-box-shadow: 0 0 10px #b8b9bb;
  -moz-box-shadow: 0 0 10px #b8b9bb;
  -o-box-shadow: 0 0 10px #b8b9bb;
  box-shadow: 0 0 10px #b8b9bb;
  background: #ffffff;
}
.main-content {
  background: #ffffff;
}
/* Navigation Shelf
   ========================================================================== */
.shelf-nav__wrapper {
  position: relative;
  z-index: 100;
}
.shelf-nav__wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.42857143em;
  bottom: 0;
  background: red;
  background: rgba(0, 0, 0, 0.7);
  /* Old browsers */
  background: -moz-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(100%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.7) 100%);
  /* W3C */
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: all 0.6s ease;
}
.shelf-nav__wrapper.is-revealed:before {
  -webkit-transform: translate(-10px, 0px);
  -moz-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}
.js .shelf-nav__links {
  width: 225px;
  position: absolute;
  right: 0;
  background: white;
  top: 0;
  bottom: 0;
  z-index: 700;
  transition: all 0.3s ease;
  clip: initial;
  height: inherit;
  -webkit-box-shadow: 0px 0px 0px #676175;
  -moz-box-shadow: 0px 0px 0px #676175;
  -o-box-shadow: 0px 0px 0px #676175;
  box-shadow: 0px 0px 0px #676175;
}
.js .reveal__target.is-revealed.shelf-nav__links {
  -webkit-box-shadow: 0px 0px 30px #676175;
  -moz-box-shadow: 0px 0px 30px #676175;
  -o-box-shadow: 0px 0px 30px #676175;
  box-shadow: 0px 0px 30px #676175;
}
.shelf-nav__wrapper {
  -ms-transform: translateX(225px);
  -webkit-transform: translateX(225px);
  -moz-transform: translateX(225px);
  -o-transform: translateX(225px);
  transform: translateX(225px);
  position: fixed;
  height: 100%;
  width: 225px;
  top: 0;
  bottom: 0;
  z-index: 900;
  right: 0;
  transition: all 0.3s ease;
}
.shelf-nav__wrapper.is-revealed {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.overlay-cover.is-revealed {
  position: fixed;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 100;
}
.body-disable-scroll.is-revealed {
  overflow: hidden;
}
.shelf-nav__trigger {
  background: #1a1d26;
  position: absolute;
  top: 0;
  margin-top: 0;
  left: -60px;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
  z-index: 500;
  -webkit-box-shadow: 2px 2px 11px #36333d;
  -moz-box-shadow: 2px 2px 11px #36333d;
  -o-box-shadow: 2px 2px 11px #36333d;
  box-shadow: 2px 2px 11px #36333d;
}
.current-issue-info__wrapper {
  height: 100px;
  position: relative;
  padding: 0.85714286em;
}
.current-issue-info__wrapper:after {
  background: transparent;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.4)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0, transparent 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0, transparent 100%);
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.57142857em;
  z-index: 10;
  -ms-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
  transition: all 0.5s ease;
}
.current-issue-info__wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.85714286em;
  z-index: 90;
}
.current-issue-info__links {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 75%;
}
.current-issue-info__links:before {
  background: rgba(0, 0, 0, 0.4);
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.4) 100%);
  background: -ms-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.4) 100%);
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 0.57142857em;
  z-index: 10;
  -ms-transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  transition: all 0.5s ease;
}
.current-issue-info__links:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.85714286em;
  z-index: 90;
}
.is-revealed .current-issue-info__links:before,
.is-revealed .current-issue-info__wrapper:after {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.current-issue__article-links {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 25%;
  overflow-y: scroll;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.current-issue__article-links-list {
  position: relative;
}
.current-issue__article-links-list a {
  color: #36333d;
  padding: 1.42857143em;
}
.current-issue__article-links-list a:hover {
  color: #cf333c;
}
.current-issue__article-links-list li {
  border-bottom: 1px solid gainsboro;
  margin-bottom: 0;
}
.current-issue__article-links-list li.is-current {
  padding-top: 1.07142857em;
  position: relative;
}
.current-issue__article-links-list li.is-current:before {
  content: "Now Reading:";
  text-transform: uppercase;
  color: #2b7fde;
  font-family: 'Source Sans Pro', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  top: 18px;
  left: 0;
  padding-left: 3.33333333em;
  display: block;
  width: auto;
  background: none;
}
.current-issue__article-links-list li.is-current a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -1px;
  width: 10px;
  background: #cf333c;
}
.current-issue-info__links,
.current-issue-info__wrapper,
.catalyst-copyright {
  padding: 0.85714286em;
}
.dynamic-icon__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.dynamic-icon__wrapper:hover .dynamic-icon__open-close:before,
.dynamic-icon__wrapper:hover .dynamic-icon__open-close:after,
.dynamic-icon__wrapper:hover .dynamic-icon__open-close {
  background: #9d2125;
}
.dynamic-icon__open-close {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 30px;
  margin-left: -15px;
  margin-top: -2px;
  background: #cf333c;
  transition: all 0.6s ease;
  transition: background 0.3s ease;
}
.dynamic-icon__open-close:before,
.dynamic-icon__open-close:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  background: #cf333c;
  -ms-transform: translate(0, 0) rotate(0deg);
  -webkit-transform: translate(0, 0) rotate(0deg);
  -moz-transform: translate(0, 0) rotate(0deg);
  -o-transform: translate(0, 0) rotate(0deg);
  transform: translate(0, 0) rotate(0deg);
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: all 0.6s ease;
}
.dynamic-icon__open-close:before {
  bottom: 8px;
}
.dynamic-icon__open-close:after {
  top: 8px;
}
.is-revealed .dynamic-icon__wrapper:hover .dynamic-icon__open-close {
  background: transparent;
}
.is-revealed .dynamic-icon__open-close {
  background: transparent;
}
.is-revealed .dynamic-icon__open-close:before {
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -ms-transform: translate(4px, -2px) rotate(45deg);
  -webkit-transform: translate(4px, -2px) rotate(45deg);
  -moz-transform: translate(4px, -2px) rotate(45deg);
  -o-transform: translate(4px, -2px) rotate(45deg);
  transform: translate(4px, -2px) rotate(45deg);
}
.is-revealed .dynamic-icon__open-close:after {
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -ms-transform: translate(4px, 3px) rotate(-45deg);
  -webkit-transform: translate(4px, 3px) rotate(-45deg);
  -moz-transform: translate(4px, 3px) rotate(-45deg);
  -o-transform: translate(4px, 3px) rotate(-45deg);
  transform: translate(4px, 3px) rotate(-45deg);
}
/* Issue Landing
   ========================================================================== */
.catalyst-issue-page .left-content {
  position: relative;
  padding-bottom: 90px;
}
.catalyst-issue-page .left-content .link-band {
  content: "";
  background: #1a1d26;
  box-shadow: inset 0px 0px 0.5em #080a11;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  position: absolute;
  opacity: 1;
  transition: all 0.5s ease;
}
.catalyst-issue-page .left-content .link-band .band-left {
  float: left;
  text-align: left;
}
.catalyst-issue-page .left-content .link-band .band-right {
  text-align: right;
  margin-right: 25px;
}
.catalyst-landing-page .left-content .link-band {
  content: "";
  background: #1a1d26;
  box-shadow: inset 0px 0px 0.5em #080a11;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  position: absolute;
  opacity: 1;
  transition: all 0.5s ease;
}
.catalyst-landing-page .left-content .link-band .band-left {
  float: left;
  text-align: left;
}
.catalyst-landing-page .left-content .link-band .band-right {
  text-align: right;
  margin-right: 25px;
}
@media only screen and (max-width: 767px) {
  .catalyst-landing-page .left-content .link-band {
    position: inherit;
  }
}
.social-links--center-horizontal {
  display: table;
  margin: 0 auto;
}
.social-links--center-horizontal a:before {
  margin-top: -10px;
  margin-left: -11px;
}
.social-links-list .icon--twitter:before,
.social-links-list .icon--facebook:before {
  font-size: 2em;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: -2px;
  margin-top: -2px;
}
.social-links-list .icon--mail:before {
  margin-top: -4px;
  margin-left: 1px;
}
.catalyst-article-page .social-links--list .icon--twitter:before,
.catalyst-article-page .social-links--list .icon--facebook:before,
.catalyst-article-page .social-links--list .icon--mail:before {
  top: 0;
  margin-top: -10px;
  margin-left: -10px;
}
.issue-info__list {
  color: #d4d0cc;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  font-weight: bold;
}
.issue-info__list li {
  position: relative;
  margin-left: 10px;
}
.issue-info__list li:first-child {
  margin-left: 0;
}
.issue-info__list li:first-child:before {
  display: none;
}
.issue-info__list li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #d4d0cc;
  left: -8px;
  top: 50%;
  margin-top: -2px;
  display: block;
}
.logo-svg,
.logo-svg-shadow {
  position: relative;
  max-width: 400px;
}
.logo-svg svg,
.logo-svg-shadow svg {
  width: 100%;
}
.logo-svg .catalyst-color,
.logo-svg-shadow .catalyst-color {
  fill: #E82E48;
}
.logo-svg .sub-text-color,
.logo-svg-shadow .sub-text-color {
  fill: #9C9C9C;
}
.logo-svg:after,
.logo-svg-shadow:after {
  content: "";
  position: absolute;
  bottom: 5px;
  height: 1px;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  background: #E82E48;
}
.logo-svg.logo-sub-text--white .sub-text-color,
.logo-svg-shadow.logo-sub-text--white .sub-text-color {
  fill: #ffffff;
}
.catalyst-landing-page .logo-svg-shadow svg,
.catalyst-article-page .logo-svg-shadow svg,
.catalyst-landing-page .logo-svg svg,
.catalyst-article-page .logo-svg svg {
  height: 90px;
}
.catalyst-landing-page .left-content,
.catalyst-article-page .left-content {
  padding-top: 90px;
}
.catalyst-landing-page .left-content .logo,
.catalyst-article-page .left-content .logo {
  max-width: 300px;
  display: block;
  margin: 0 auto;
  width: 300px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: -45px;
}
.catalyst-article-page .left-content {
  padding-top: 130px;
  padding-bottom: 30px;
}
.catalyst-article-page .left-content .logo {
  top: -80px;
}
.logo-svg-shadow {
  filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.8));
}
.catalyst-issue-page .current-issue__number {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: inline-block;
  padding: 8px;
}
.catalyst-issue-page .current-issue__number .title {
  font-size: 7px;
  font-size: 0.4375rem;
}
.catalyst-issue-page .current-issue__number .number {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 2px;
}
.catalyst-issue-page {
  background: #36333d;
}
.catalyst-issue-page .issue-title-text {
  font-size: 28px;
  font-size: 1.75rem;
}
.catalyst-issue-page .left-content .logo {
  max-width: 300px;
  display: block;
  margin: 0 auto;
  width: 300px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 44px;
}
.catalyst-issue-page hr {
  border-width: 0;
  height: 1px;
  background: #ffffff;
}
.catalyst-issue-page .left-content--horizontal-center-copy {
  max-width: 500px;
}
.catalyst-issue-page .group-name {
  font-size: 1em;
  color: #ffffff;
  padding-left: 25px;
}
.catalyst-issue-page.blue--issue {
  background: #1f93b2;
}
.catalyst-issue-page.blue--issue .group-name {
  color: #1c5f76;
}
.catalyst-issue-page.blue--issue .logo-svg .catalyst-color,
.catalyst-issue-page.blue--issue .logo-svg-shadow .catalyst-color {
  fill: #5ed1f0;
}
.catalyst-issue-page.blue--issue .logo-svg:after,
.catalyst-issue-page.blue--issue .logo-svg-shadow:after {
  background: #5ed1f0;
}
.catalyst-issue-page.blue--issue .right-content,
.catalyst-issue-page.blue--issue .right-content .logo {
  background: #1f93b2;
}
.catalyst-issue-page.blue--issue .current-issue__number {
  background: #1c5f76;
  color: #5ed1f0;
}
.catalyst-issue-page.red--issue {
  background: #ce3732;
}
.catalyst-issue-page.red--issue .group-name {
  color: #852829;
}
.catalyst-issue-page.red--issue .logo-svg .catalyst-color,
.catalyst-issue-page.red--issue .logo-svg-shadow .catalyst-color {
  fill: #e43d37;
}
.catalyst-issue-page.red--issue .logo-svg:after,
.catalyst-issue-page.red--issue .logo-svg-shadow:after {
  background: #e43d37;
}
.catalyst-issue-page.red--issue .right-content,
.catalyst-issue-page.red--issue .right-content .logo {
  background: #ce3732;
}
.catalyst-issue-page.red--issue .current-issue__number {
  background: #852829;
  color: #e43d37;
}
.catalyst-issue-page.teal--issue {
  background: #2b6e74;
}
.catalyst-issue-page.teal--issue .group-name {
  color: #234951;
}
.catalyst-issue-page.teal--issue .logo-svg .catalyst-color,
.catalyst-issue-page.teal--issue .logo-svg-shadow .catalyst-color {
  fill: #78cdd5;
}
.catalyst-issue-page.teal--issue .logo-svg:after,
.catalyst-issue-page.teal--issue .logo-svg-shadow:after {
  background: #78cdd5;
}
.catalyst-issue-page.teal--issue .right-content,
.catalyst-issue-page.teal--issue .right-content .logo {
  background: #2b6e74;
}
.catalyst-issue-page.teal--issue .current-issue__number {
  background: #234951;
  color: #78cdd5;
}
.catalyst-issue-page.orange--issue {
  background: #d16030;
}
.catalyst-issue-page.orange--issue .group-name {
  color: #874128;
}
.catalyst-issue-page.orange--issue .logo-svg .catalyst-color,
.catalyst-issue-page.orange--issue .logo-svg-shadow .catalyst-color {
  fill: #f08a32;
}
.catalyst-issue-page.orange--issue .logo-svg:after,
.catalyst-issue-page.orange--issue .logo-svg-shadow:after {
  background: #f08a32;
}
.catalyst-issue-page.orange--issue .right-content,
.catalyst-issue-page.orange--issue .right-content .logo {
  background: #d16030;
}
.catalyst-issue-page.orange--issue .current-issue__number {
  background: #874128;
  color: #f08a32;
}
.catalyst-issue-page .right-content,
.catalyst-issue-page .right-content .logo {
  background: #36333d;
}
.catalyst-issue-page .current-issue__number {
  background: #111013;
  color: #4f4a59;
}
.catalyst-copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  line-height: 1.2;
}
.right-content-header-links {
  margin: 0 1.42857143em;
  padding-top: 70px;
}
.article-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
}
.short-desc-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}
.catalyst-article-page .left-content,
.catalyst-article-page .current-issue-info__wrapper,
.catalyst-article-page .current-issue-info__wrapper:before,
.catalyst-article-page .current-issue-info__links,
.catalyst-article-page .current-issue-info__links:after,
.catalyst-article-page .catalyst-copyright {
  background: #36333d;
}
.catalyst-article-page .issue-title-text {
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 0.35714286em;
}
.catalyst-article-page h3.issue-title-text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  position: relative;
  z-index: 100;
  padding-left: 0;
}
.catalyst-article-page .right-content {
  background: #f6f6f6;
}
.catalyst-article-page.blue--issue .group-name {
  color: #1c5f76;
}
.catalyst-article-page.blue--issue .left-content,
.catalyst-article-page.blue--issue .catalyst-copyright {
  background: #1c5f76;
}
.catalyst-article-page.blue--issue .current-issue-info__wrapper,
.catalyst-article-page.blue--issue .current-issue-info__wrapper:before,
.catalyst-article-page.blue--issue .current-issue-info__links,
.catalyst-article-page.blue--issue .current-issue-info__links:after {
  background: #1f93b2;
}
.catalyst-article-page.blue--issue .nav-bar__link:after {
  background: #5ed1f0;
}
.catalyst-article-page.blue--issue .logo-svg .catalyst-color,
.catalyst-article-page.blue--issue .logo-svg-shadow .catalyst-color {
  fill: #5ed1f0;
}
.catalyst-article-page.blue--issue .logo-svg:after,
.catalyst-article-page.blue--issue .logo-svg-shadow:after {
  background: #5ed1f0;
}
.catalyst-article-page.red--issue .group-name {
  color: #852829;
}
.catalyst-article-page.red--issue .left-content,
.catalyst-article-page.red--issue .catalyst-copyright {
  background: #852829;
}
.catalyst-article-page.red--issue .current-issue-info__wrapper,
.catalyst-article-page.red--issue .current-issue-info__wrapper:before,
.catalyst-article-page.red--issue .current-issue-info__links,
.catalyst-article-page.red--issue .current-issue-info__links:after {
  background: #ce3732;
}
.catalyst-article-page.red--issue .nav-bar__link:after {
  background: #e43d37;
}
.catalyst-article-page.red--issue .logo-svg .catalyst-color,
.catalyst-article-page.red--issue .logo-svg-shadow .catalyst-color {
  fill: #e43d37;
}
.catalyst-article-page.red--issue .logo-svg:after,
.catalyst-article-page.red--issue .logo-svg-shadow:after {
  background: #e43d37;
}
.catalyst-article-page.teal--issue .group-name {
  color: #234951;
}
.catalyst-article-page.teal--issue .left-content,
.catalyst-article-page.teal--issue .catalyst-copyright {
  background: #234951;
}
.catalyst-article-page.teal--issue .current-issue-info__wrapper,
.catalyst-article-page.teal--issue .current-issue-info__wrapper:before,
.catalyst-article-page.teal--issue .current-issue-info__links,
.catalyst-article-page.teal--issue .current-issue-info__links:after {
  background: #2b6e74;
}
.catalyst-article-page.teal--issue .nav-bar__link:after {
  background: #78cdd5;
}
.catalyst-article-page.teal--issue .logo-svg .catalyst-color,
.catalyst-article-page.teal--issue .logo-svg-shadow .catalyst-color {
  fill: #78cdd5;
}
.catalyst-article-page.teal--issue .logo-svg:after,
.catalyst-article-page.teal--issue .logo-svg-shadow:after {
  background: #78cdd5;
}
.catalyst-article-page.orange--issue .group-name {
  color: #874128;
}
.catalyst-article-page.orange--issue .left-content,
.catalyst-article-page.orange--issue .catalyst-copyright {
  background: #874128;
}
.catalyst-article-page.orange--issue .current-issue-info__wrapper,
.catalyst-article-page.orange--issue .current-issue-info__wrapper:before,
.catalyst-article-page.orange--issue .current-issue-info__links,
.catalyst-article-page.orange--issue .current-issue-info__links:after {
  background: #d16030;
}
.catalyst-article-page.orange--issue .nav-bar__link:after {
  background: #f08a32;
}
.catalyst-article-page.orange--issue .logo-svg .catalyst-color,
.catalyst-article-page.orange--issue .logo-svg-shadow .catalyst-color {
  fill: #f08a32;
}
.catalyst-article-page.orange--issue .logo-svg:after,
.catalyst-article-page.orange--issue .logo-svg-shadow:after {
  background: #f08a32;
}
/* Article Style
   ========================================================================== */
.logo-svg-shadow svg,
.logo-svg svg {
  height: 65px;
}
.catalyst-article-page .left-content .logo-wrapper {
  padding-bottom: 1.42857143em;
  padding-top: 0.71428571em;
}
.catalyst-article-page .social-links ul {
  padding-top: 0.42857143em;
}
.catalyst-article-page .social-links ul li {
  float: left;
  padding-right: 0.35714286em;
}
.catalyst-article-page .social-links .current-issue__number {
  width: 60px;
  float: left;
}
.catalyst-article-page .left-content--article-title-copy {
  text-align: center;
}
.catalyst-article-page .issue-desc {
  max-width: 300px;
  margin: 0 auto;
}
.catalyst-article-page .net-texture {
  background: url(/resources/motif/images/catalyst/net-texture-white.png);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  opacity: .1;
  width: 100%;
}
.iframe-wrapper {
  position: relative;
  padding-top: 56%;
  width: 100%;
  margin-top: 1.42857143em;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-links {
  list-style: none;
  display: table;
  padding-left: 0;
  margin-top: 0;
  width: 100%;
}
.article-links li {
  display: block;
  width: 100%;
}
.article-links a {
  position: relative;
}
.article-links .article-option {
  text-align: left;
}
.article-links .previous-article,
.article-links .next-article {
  position: relative;
}
.article-links .previous-article:before,
.article-links .next-article:after {
  /* Display & Box Model */
  display: inline-block;
  /* Pretty */
  font-family: "motif-icons";
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  text-transform: none;
  speak: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 100px;
  font-size: 6.25rem;
  position: absolute;
  top: 0;
}
.article-links .next-article,
.article-links .previous-article {
  padding-right: 40px;
}
.article-links .next-article:after,
.article-links .previous-article:before {
  right: -40px;
  content: "\f103";
}
.related {
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-box-shadow: 0 0 10px #b8b9bb;
  -moz-box-shadow: 0 0 10px #b8b9bb;
  -o-box-shadow: 0 0 10px #b8b9bb;
  box-shadow: 0 0 10px #b8b9bb;
  padding: 1.33333333em;
  background: #ffffff;
  margin-top: 1.33333333em;
  margin-bottom: 1.33333333em;
}
.related p {
  line-height: 1.4 !important;
}
.related h1:first-child,
.related h2:first-child,
.related h3:first-child,
.related h4:first-child,
.related h5:first-child,
.related h6:first-child {
  margin-top: 0;
}
.article__intro-text {
  padding-bottom: 2.5em;
  position: relative;
}
.article__intro-text:after {
  content: "";
  position: absolute;
  height: 8px;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #36333d;
}
.article__intro-content-wrapper {
  margin-top: 0px;
}
.article__intro-content-wrapper p {
  color: #36333d;
}
.article__intro-content-wrapper p:last-of-type {
  font-weight: lighter;
  font-style: italic;
  position: relative;
  padding-bottom: 2.85714286em;
}
.article__intro-content-wrapper p:last-of-type:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1a1d26;
  height: 0.42857143em;
}
.article__content-wrapper {
  margin-bottom: 4.28571429em;
}
.article__content-wrapper p {
  line-height: 2;
}
.article__content-wrapper .article__content-block-wrapper:first-child {
  padding-top: 0.14285714em;
}
.article__content-wrapper .article__content-block-wrapper:first-child > p:first-of-type::first-letter {
  font-size: 120px;
  font-size: 7.5rem;
  font-family: "Surveyor SSm A", "Surveyor SSm B", Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
  font-weight: bold;
  float: left;
  line-height: 80px;
  padding-top: 15px;
  padding-right: 8px;
  padding-left: 3px;
}
.article__content-wrapper .article__content-block-wrapper:first-child div:first-child p:first-of-type::first-letter {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  float: inherit;
  line-height: inherit;
  padding-top: inherit;
  padding-right: inherit;
  padding-left: inherit;
}
.article-content {
  padding: 0 1.42857143em;
}
figure {
  margin-top: 2.85714286em;
}
figure img {
  width: 100%;
}
figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  font-style: italic;
}
.current-issue__number .title {
  font-family: 'Source Sans Pro', "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
}
.current-issue__number .number {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Surveyor SSm A", "Surveyor SSm B", Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
  font-weight: bold;
  font-style: italic;
  line-height: 16px;
  margin-bottom: 0.57692308em;
  margin-left: -2px;
  margin-top: 5px;
}
.question-style-text,
.question {
  font-weight: bold;
  position: relative;
  line-height: 1.6 !important;
  margin-top: 2.85714286em;
}
.question-style-text:before,
.question:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 8px;
  background: #cf333c;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* Typography
   ========================================================================== */
.text--white {
  color: #ffffff;
}
.text--muted {
  color: #a69e94;
}
.text--cream {
  color: #d4d0cc;
}
.text--grey {
  color: #696b73;
}
.text--grey-dark {
  color: #36333d;
}
.text--red {
  color: #cf333c;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1-2 {
  line-height: 1.2;
}
.line-height-1-4 {
  line-height: 1.4;
}
.line-height-1-8 {
  line-height: 1.8;
}
.text--uppercase {
  text-transform: uppercase;
}
.serif--bold em {
  font-weight: 400;
  font-style: italic;
}
.catalyst-logo-sub-text {
  letter-spacing: 2.5px;
  font-style: italic;
  font-weight: lighter;
  opacity: .75;
  margin-top: -10px;
  font-size: 13px;
  color: #e6e6e6;
}
blockquote {
  font-size: 18px;
  font-size: 1.125rem;
  color: #cf333c;
  text-align: center;
  padding: 1.11111111em;
}
blockquote footer {
  margin-top: 1.11111111em;
}
blockquote cite {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
blockquote cite:first-letter {
  font-size: 16px;
  font-size: 1rem;
  color: #cf333c;
}
blockquote.alt-version {
  color: #637a80;
}
blockquote.alt-version cite:first-letter {
  color: #637a80;
}
.pattern-section__title,
.pattern-section__sub-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}
.pattern-section__sub-title {
  color: #a69e94;
}
/**
 * Base & Small Only
 */
@media all and (max-width: 47.9375em) {
  .feature-person-card .feature-person-card__bio-copy-wrapper {
    padding-bottom: 2.85714286em;
  }
  .feature-person-card .feature-person-card__bio-copy-wrapper:after {
    height: 2.85714286em;
  }
  /* ************************
Warrior Wellness Alliance Styles
************************* */
  .wwa-title {
    height: 250px;
    position: relative;
    background-image: url(https://gwbcenter.imgix.net/Explore_Our_Work/Fostering_Policy/Veteran_Transition/WWA/wwa-header-white-72a.jpg?w=600&q=55);
    background-size: cover;
  }
  .wwa-title h1 {
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 0;
    position: absolute;
    bottom: 55px;
  }
  .wwa-title h2 {
    position: absolute;
    bottom: 10px;
    font-size: .8em;
  }
  .wwa-cta {
    width: 100%;
    height: 190px;
  }
  .wwa-cta p {
    font-style: normal;
    font-weight: 400;
  }
  .wwa-cta .link--action {
    font-style: italic;
    text-decoration: underline;
  }
  .wwa-cta .link--action:after {
    border-left-color: #ffffff;
  }
  .wwa-cta h3 {
    margin-top: 1em;
  }
  .wwa-cta p {
    margin-top: .75em;
  }
  a .bg--glory.wwa-cta:hover {
    box-shadow: none;
  }
  a .bg--navy.wwa-cta:hover {
    box-shadow: none;
  }
  a .bg--cool-grey.wwa-cta:hover {
    box-shadow: none;
  }
  .wwa-about {
    margin-top: 0;
  }
  .wwa-about h4,
  .wwa-about p {
    padding-left: 0;
    padding-right: 0;
  }
  .wwa-hero-small {
    height: 150px;
    background-image: url('//gwbcenter.imgix.net/Explore_Our_Work/Fostering_Policy/Veteran_Transition/WWA/team-rwb-1.jpg?h=150&w=500&fit=crop&crop=faces');
    background-size: cover;
  }
  .wwa-secondary-header .line-split {
    display: inline;
  }
  .shelf-nav__links {
    overflow-y: scroll;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .overlay-cover.is-revealed {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .current-issue__article-links {
    top: 0;
  }
  .current-issue__article-links,
  .current-issue-info__links,
  .catalyst-copyright {
    position: relative;
  }
  .card-link--catalyst-bio {
    display: block;
    margin: 2.14285714em auto;
  }
}
/**
 * Small
 */
/**
 * Medium Only
 */
@media all and (min-width: 48em) and (max-width: 61.9375em) and (min-height: 550px) {
  .catalyst-article-page .left-content .logo-wrapper {
    padding-top: 0.71428571em;
    padding-bottom: 0.71428571em;
    padding-left: 5%;
    padding-right: 5%;
  }
  .js .left-content--article-images {
    opacity: 0;
    transition: opacity 0.3s ease;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    width: 310px;
    min-height: 319px;
    margin: 0;
    transform: translateX(-1000px);
  }
  .js .article__content-block-wrapper:first-child .left-content--article-images,
  .js .is-current .left-content--article-images {
    transform: translateX(0);
    opacity: 1;
  }
}
@media all and (min-width: 48em) and (max-width: 61.9375em) and (max-height: 46.42857143em) {
  .left-content .left-content--article-title {
    height: 20% !important;
  }
  .logo-svg:after,
  .logo-svg-shadow:after {
    bottom: 8px;
  }
  .catalyst-article-page .issue-title-text {
    line-height: 1;
    padding: 0px 20px 0;
  }
}
/**
 * Medium
 */
@media all and (min-width: 48em) {
  /* Helpers
   ========================================================================== */
  blockquote {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 1.36363636em 1.59090909em;
  }
  .left-content {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    min-height: 600px;
  }
  .catalyst-article-page .left-content .wrapper {
    position: absolute;
    top: 50%;
    margin-top: -25%;
    width: 100%;
  }
  .left-content {
    left: 0;
    width: 50%;
  }
  .left-content .wrapper {
    width: 300px;
    text-align: center;
  }
  .left-content--vertical-center-copy {
    position: absolute;
    left: 0;
    width: 100% !important;
    top: 50%;
    margin-top: -220px;
    padding: 0 2.85714286em;
  }
  .right-content--horizontal-center-copy,
  .left-content--horizontal-center-copy {
    max-width: 800px;
    margin: 0 auto;
  }
  .left-content--article-title {
    height: 35%;
    padding-bottom: 2%;
  }
  .left-content--article-images img {
    display: block;
  }
  .right-content {
    margin-left: 50%;
    overflow: hidden;
  }
  .right-content .wrapper {
    max-width: 360px;
    margin-left: 18%;
  }
  .float--right-medium {
    float: right;
  }
  .catalyst-article-page .net-texture,
  .catalyst-article-page .left-content {
    width: 310px;
  }
  .catalyst-article-page .right-content {
    margin-left: 310px;
  }
  .right-content-header-links {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 310px;
    background: #f6f6f6;
    z-index: 10;
    padding: 10px 10px 10px 60px;
    padding-right: 70px;
    padding-left: 0;
    box-shadow: 6px 3px 10px #f6f6f6;
  }
  .right-content-header-links .wrapper {
    margin-left: 12%;
  }
  .right-content-header-links--text {
    position: absolute;
    right: 0;
    top: 0;
  }
  .catalyst-about-page .right-content-header-links {
    margin-left: 50%;
  }
  /* Catalyst Landing Page
   ========================================================================== */
  .catalyst-landing-page .left-content,
  .catalyst-article-page .left-content {
    padding-top: 0;
  }
  .catalyst-landing-page .left-content .logo,
  .catalyst-article-page .left-content .logo {
    position: relative;
    margin-left: 0;
    left: 0;
    top: 0;
    width: 100%;
    max-width: none;
  }
  /* Shelf Navigation
   ========================================================================== */
  .js .shelf-nav__links {
    width: 310px;
    max-width: 310px;
  }
  .js .shelf-nav__wrapper {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    position: fixed;
    height: 100%;
    width: 310px;
    top: 0;
    bottom: 0;
    z-index: 900;
    right: 0;
    transition: all 0.3s ease;
  }
  .js .shelf-nav__wrapper.is-revealed {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* Issue Landing Styles
   ========================================================================== */
  .catalyst-issue-page .issue-title-text {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .catalyst-issue-page .right-content .logo {
    position: fixed;
    left: 0;
    margin-left: 50%;
    right: 0;
    z-index: 20;
  }
  .catalyst-issue-page .left-content {
    position: fixed;
  }
  .catalyst-issue-page .left-content .logo {
    position: relative;
    margin-left: 0;
    left: 0;
    top: 0;
    width: 100%;
    max-width: none;
  }
  .past-issues-link--wrapper {
    position: absolute;
    bottom: 0;
    z-index: 10;
    margin-bottom: 1.42857143em;
  }
  /* Article Styles
   ========================================================================== */
  .logo-svg-shadow svg,
  .logo-svg svg {
    height: 87px;
  }
  .article__intro-content-wrapper {
    margin-top: 4.28571429em;
  }
  .catalyst-article-page .issue-title-text {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    padding: 8px 20px 0;
  }
  .catalyst-article-page .left-content .logo-wrapper {
    max-width: none;
  }
  .catalyst-article-page .left-content-copy-wrapper {
    max-width: 380px;
    margin: 0 auto;
  }
  .catalyst-article-page .social-links {
    position: absolute;
    left: -58px;
    top: 0;
  }
  .catalyst-article-page .social-links ul {
    padding-top: 0;
  }
  .catalyst-article-page .social-links ul li {
    float: none;
    padding-right: 0;
  }
  .catalyst-article-page .social-links .current-issue__number {
    width: inherit;
    float: none;
  }
  .left-content--article-images .caption {
    position: absolute;
  }
  .article-links li {
    display: table-cell;
    width: 50%;
  }
  .article-links .previous-article {
    padding-left: 40px;
    padding-right: 10px;
    text-align: left;
  }
  .article-links .previous-article:before {
    left: -40px;
    right: inherit;
    content: "\f102";
  }
  .article-links .next-article {
    padding-right: 40px;
    padding-left: 10px;
    text-align: right;
  }
  .article-links .next-article .article-option {
    text-align: right;
  }
  .article-links .next-article:after {
    right: -40px;
    content: "\f103";
  }
  .article-content {
    padding-top: 90px;
  }
  .article-title {
    font-size: 49px;
    font-size: 3.0625rem;
    max-width: 475px;
    letter-spacing: -1.5px;
    line-height: 1.2;
  }
  .article-title em {
    letter-spacing: -3px;
  }
  .short-desc-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  /* Links & Cards
   ========================================================================== */
  p a {
    padding: 0.5em;
  }
  .main-header .logo {
    display: inline-block;
    margin-top: 0.71428571em;
  }
  .card-link--catalyst-bio {
    padding-top: 0;
    padding-right: 160px;
    margin: 1.42857143em auto;
    width: 100%;
  }
  .card-link--catalyst-bio .card-link--catalyst-bio--copy-wrapper {
    min-height: 0;
  }
  .card-link--catalyst-bio .author-img--wrapper {
    left: inherit;
    bottom: 0;
    position: absolute;
    width: 160px;
  }
  .card-link--catalyst-bio .author-img--wrapper .net-texture {
    width: 100%;
  }
  /* Banners
   ========================================================================== */
  /* Reveal Content
   ========================================================================== */
  .hover-reveal--trigger .hover-reveal {
    opacity: 0;
    transition: all 0.3s ease;
  }
  .hover-reveal--trigger:hover .hover-reveal {
    opacity: 1;
  }
  .wysiwyg .pull-left,
  .wysiwyg .img--left {
    float: left;
    max-width: 50%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .wysiwyg .panel.pull-left,
  .wysiwyg .panel--alt.pull-left,
  .wysiwyg .panel.pull-right,
  .wysiwyg .panel--alt.pull-right {
    padding: 1.42857143em 2.14285714em;
  }
  .wysiwyg .panel.extended-width,
  .wysiwyg .panel--alt.extended-width {
    padding: 2.85714286em;
  }
  .wysiwyg .pull-right,
  .wysiwyg .img--right {
    float: right;
    max-width: 50%;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .wysiwyg .img--full {
    width: 100%;
  }
  .wysiwyg .img--full img {
    width: 100%;
  }
  .wysiwyg .img--center {
    width: 100%;
  }
  .wysiwyg .img--center img,
  .wysiwyg .img--center figcaption {
    margin: 0 auto;
    width: 50%;
  }
  .current-issue-info__links,
  .current-issue-info__wrapper,
  .catalyst-copyright {
    padding: 0.85714286em 1.42857143em;
  }
}
@media all and (min-width: 62em) and (max-width: 77.4375em) {
  .left-content .wrapper {
    text-align: center;
  }
  .right-content .wrapper {
    max-width: 580px;
    margin-left: 7%;
    padding-left: 70px;
  }
  .right-content-header-links {
    margin-left: 350px;
  }
  .right-content-header-links .wrapper {
    padding-left: 40px;
    margin-left: 7%;
  }
  /* Shelf Navigation
   ========================================================================== */
  .js .shelf-nav__links {
    width: 350px;
    max-width: 350px;
  }
  .js .shelf-nav__wrapper {
    transform: translateX(350px);
    width: 350px;
  }
  .js .shelf-nav__wrapper.is-revealed {
    transform: translateX(0);
  }
  .catalyst-article-page .left-content,
  .catalyst-article-page .net-texture {
    width: 350px;
  }
  .catalyst-article-page .right-content {
    margin-left: 350px;
  }
}
@media all and (min-width: 62em) and (max-width: 77.4375em) and (min-height: 580px) {
  .catalyst-article-page .left-content .logo-wrapper {
    padding-top: 0.71428571em;
    padding-bottom: 0.71428571em;
    padding-left: 5%;
    padding-right: 5%;
  }
  .js .left-content--article-images {
    width: 350px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    min-height: 360px;
    margin: 0;
    transform: translateX(-1000px);
  }
  .js .article__content-block-wrapper:first-child .left-content--article-images,
  .js .is-current .left-content--article-images {
    transform: translateX(0);
    opacity: 1;
  }
  .catalyst-landing-page .left-content:after,
  .catalyst-issue-page .left-content:after {
    opacity: 1;
  }
}
@media all and (min-width: 62em) and (max-width: 77.4375em) and (max-height: 46.42857143em) {
  .left-content .left-content--article-title {
    height: 20% !important;
  }
  .catalyst-article-page .left-content .wrapper {
    margin-top: -20%;
  }
  .logo-svg:after,
  .logo-svg-shadow:after {
    bottom: 8px;
  }
  .catalyst-article-page .issue-title-text {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
    padding: 0px 20px 0;
  }
}
/**
 * Large
 */
@media all and (min-width: 62em) {
  .related {
    float: right;
    max-width: 300px;
    margin-left: 1.42857143em;
    padding: 2.14285714em;
    margin-right: -1.07142857em;
  }
  .iframe-wrapper {
    width: 104%;
  }
  .side-banner--wrapper {
    position: relative;
  }
  .sticy-side-banner-page--intro-section {
    min-height: 450px;
  }
  .aside-scrolling-card--wrapper {
    padding-right: 2.57142857em;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 33.33333%;
    width: -webkit-calc((100% + 36px) / 3);
    width: -moz-calc((100% + 36px) / 3);
    width: calc((100% + 36px) / 3);
  }
  .aside-scrolling-card--wrapper.is-sticky .aside-scrolling-card {
    position: fixed;
    top: 60px;
    left: 4%;
    width: 18%;
    width: -webkit-calc(((92% + 36px) / 4) - 36px);
    width: -moz-calc(((92% + 36px) / 4) - 36px);
    width: calc(((92% + 36px) / 4) - 36px);
  }
  .aside-scrolling-card--wrapper.is-sticky-bottom .aside-scrolling-card {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 2.57142857em;
  }
  .aside-scrolling-card {
    min-height: 250px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .event-dates-section .aside-scrolling-card {
    min-height: auto;
  }
  .reveal-hidden-card--wrapper {
    overflow: hidden;
  }
  .js .reveal-hidden-card1 .aside-scrolling-card {
    z-index: 100;
  }
  .js .reveal-hidden-card2 .aside-scrolling-card {
    z-index: 200;
  }
  .js .reveal-hidden-card3 .aside-scrolling-card {
    z-index: 300;
  }
  /* Article Page
   ========================================================================== */
  .logo-svg-shadow svg,
  .logo-svg svg {
    height: 87px;
  }
  /* Wysiwyg
   ========================================================================== */
  .wysiwyg .content-area {
    margin-right: 25%;
  }
  .wysiwyg .img--full,
  .wysiwyg .extended-width {
    position: relative;
    right: 25%;
    left: 0;
    width: 125%;
  }
}
/**
 * Extra Large
 */
@media all and (min-width: 77.5em) {
  .catalyst-article-page .issue-title-text {
    padding: 15px 20px 0;
  }
}
/**
 * Extra Large Only
 */
@media all and (min-width: 77.5em) and (max-width: 81.1875em) {
  .catalyst-article-page .left-content .logo-wrapper {
    padding-top: 0.71428571em;
    padding-bottom: 0.71428571em;
    padding-left: 5%;
    padding-right: 5%;
  }
  .left-content--article-title {
    position: relative;
    height: 55%;
    padding-bottom: 2%;
  }
  .catalyst-article-page .issue-title-text {
    margin-top: 0;
  }
  .left-content--article-title-copy.wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25%;
  }
  .right-content-header-links {
    margin-left: 400px;
  }
  /* Shelf Navigation
   ========================================================================== */
  .js .shelf-nav__links {
    width: 400px;
    max-width: 400px;
  }
  .js .shelf-nav__wrapper {
    transform: translateX(400px);
    width: 400px;
  }
  .catalyst-article-page .left-content,
  .catalyst-article-page .net-texture {
    width: 400px;
  }
  .catalyst-article-page .right-content {
    margin-left: 400px;
  }
  .right-content .wrapper {
    max-width: 600px;
  }
  .related {
    margin-right: -4.28571429em;
  }
}
@media all and (min-width: 77.5em) and (max-width: 81.1875em) and (min-height: 600px) {
  .left-content--article-title {
    height: 30%;
  }
  .js .left-content--article-images {
    width: 400px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    min-height: 360px;
    margin: 0;
    transform: translateX(-1000px);
  }
  .js .article__content-block-wrapper:first-child .left-content--article-images,
  .js .is-current .left-content--article-images {
    transform: translateX(0);
    opacity: 1;
  }
  .catalyst-landing-page .left-content:after,
  .catalyst-issue-page .left-content:after {
    opacity: 1;
  }
}
@media all and (min-width: 77.5em) and (max-width: 81.1875em) and (max-height: 46.42857143em) {
  .left-content .left-content--article-title {
    height: 20% !important;
  }
  .catalyst-article-page .left-content .wrapper {
    margin-top: -15%;
  }
  .logo-svg:after,
  .logo-svg-shadow:after {
    bottom: 8px;
  }
  .catalyst-article-page .issue-title-text {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    padding: 8px 20px 0;
  }
}
/**
 * EXTRA Extra Large
 */
@media all and (min-width: 81.25em) {
  .catalyst-article-page .left-content .logo-wrapper {
    padding-top: 0.71428571em;
    padding-bottom: 0.71428571em;
    padding-left: 5%;
    padding-right: 5%;
  }
  .right-content-header-links {
    margin-left: 360px;
  }
  /* Shelf Navigation
   ========================================================================== */
  .js .shelf-nav__links {
    width: 360px;
    max-width: 360px;
  }
  .js .shelf-nav__wrapper {
    transform: translateX(360px);
    width: 360px;
  }
  .catalyst-article-page .left-content,
  .catalyst-article-page .net-texture {
    width: 360px;
  }
  .catalyst-article-page .right-content {
    margin-left: 360px;
  }
  .right-content .wrapper {
    max-width: 600px;
  }
  .related {
    margin-right: -4.28571429em;
  }
  .catalyst-article-page .issue-title-text {
    margin-top: 0;
  }
  .left-content--article-title-copy.wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25%;
  }
  .js .article__content-block-wrapper:first-child .left-content--article-images,
  .js .is-current .left-content--article-images {
    transform: translateX(0);
    opacity: 1;
  }
  .catalyst-landing-page .left-content:after,
  .catalyst-issue-page .left-content:after {
    opacity: 1;
  }
}
@media all and (min-width: 81.25em) and (min-height: 650px) {
  .js .left-content--article-images {
    width: 360px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    min-height: 360px;
    margin: 0;
    transform: translateX(-1000px);
  }
}
@media all and (min-width: 81.25em) and (min-height: 650px) {
  .right-content-header-links {
    margin-left: 440px;
  }
  .js .shelf-nav__links {
    width: 440px;
    max-width: 440px;
  }
  .js .shelf-nav__wrapper {
    transform: translateX(440px);
    width: 440px;
  }
  .catalyst-article-page .left-content,
  .catalyst-article-page .net-texture {
    width: 440px;
  }
  .catalyst-article-page .right-content {
    margin-left: 440px;
  }
  .js .left-content--article-images {
    width: 440px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    min-height: 360px;
    margin: 0;
    transform: translateX(-1000px);
  }
  .js .article__content-block-wrapper:first-child .left-content--article-images,
  .js .is-current .left-content--article-images {
    transform: translateX(0);
    opacity: 1;
  }
  .catalyst-landing-page .left-content:after,
  .catalyst-issue-page .left-content:after {
    opacity: 1;
  }
}
/**
 * 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;
  }
  p {
    font-size: 12pt;
    line-height: 1.4em;
  }
  pre,
  blockquote {
    border-left: 0.5em solid #999;
    padding-left: 1.5em;
    page-break-inside: avoid;
    font-size: 12pt;
    text-align: left;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 12pt !important;
    text-decoration: underline;
    font-style: italic;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a.logo[href]:after {
    content: none;
  }
  .caption a[href]:after {
    font-size: 10pt !important;
  }
  .short-desc-text,
  .short-desc-text p {
    font-size: 14pt;
  }
  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,
  .catalyst-article-page .social-links {
    display: none !important;
  }
  @page {
    margin: 2cm;
  }
  .catalyst-article-page .net-texture,
  .catalyst-article-page .left-content {
    width: 100%;
  }
  .left-content--article-title {
    height: auto;
    padding-bottom: 0;
  }
  .catalyst-article-page .article-content {
    padding-top: 0;
  }
  .catalyst-article-page .left-content .wrapper {
    margin-top: 0;
    position: relative;
  }
  .catalyst-article-page .left-content-copy-wrapper {
    max-width: none;
  }
  .left-content {
    position: relative;
    height: auto;
    min-height: initial;
    width: 100%;
  }
  .catalyst-article-page .right-content {
    margin-left: 0;
  }
  .catalyst-article-page .right-content .wrapper {
    margin-top: 0;
  }
  .right-content .article-title {
    max-width: 550px;
    padding-bottom: 0;
  }
  .right-content-header-links {
    position: relative;
    margin-left: 20px;
    padding: 0;
  }
  .js .left-content--article-images {
    float: right;
    width: 33%;
    position: relative;
    opacity: 1;
  }
  .related {
    border: 1px solid #333333;
  }
  ul.article-links {
    display: none;
  }
  .left-content--article-images .caption {
    width: 107%;
    position: relative;
  }
  .left-content--article-images img {
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .right-content .wrapper {
    max-width: none;
    margin-left: 0;
  }
  .catalyst-landing-page .left-content .logo,
  .catalyst-article-page .left-content .logo {
    margin-bottom: 20px;
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0));
    -webkit-filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0));
  }
  .logo-svg .catalyst-color,
  .logo-svg-shadow .catalyst-color {
    fill: #000000 !important;
  }
  .logo-svg .sub-text-color,
  .logo-svg-shadow .sub-text-color {
    fill: #000000;
  }
  .logo-svg:after,
  .logo-svg-shadow:after {
    content: "";
    background: #000000 !important;
  }
  .logo-svg.logo-sub-text--white .sub-text-color,
  .logo-svg-shadow.logo-sub-text--white .sub-text-color {
    fill: #000000;
  }
}
/**
 * Prototype Styles
 * REMOVE WHEN BEGINNING PRODUCTION
 */
/*

Config

*/
/*

Font Faces

*/
/*

Applied Font Faces

These classes based on every typeface used on the project, including many which were
embedded via `@font-face` declarations.

*/
.lato-light,
.lato-regular,
.lato-bold,
.lato-black,
.tabs nav > ul a,
.tabs__list--x a,
.tabs__list--x--forceful a {
  font-family: "Lato", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
}
.lato-light {
  font-weight: 300;
}
.lato-regular {
  font-weight: 400;
}
.lato-bold,
.tabs nav > ul a,
.tabs__list--x a,
.tabs__list--x--forceful a {
  font-weight: 700;
}
.lato-black {
  font-weight: 900;
}
/*

Type Styles

*/
/*h1,
h2,
h3,
h4,
h5,
h6,
.primary-heading {
    &:extend( .lato-bold );
}

h1,
h2,
h3,
h4,
h5,
h6,
.primary-heading,
.secondary-heading {
    color: @primary-header-color;
}

.secondary-heading  {
    &:extend( .lato-light );
}*/
/*.tertiary-heading  {
    &:extend( .lato-black );

    color: @grey;
    text-transform: uppercase;
}*/
/*

Body Text

A quick class to help make any element's text look like the site's default body text.

*/
/*body,
.body-text {
    &:extend( .lato-regular );
}*/
dt,
th,
.input-label,
strong {
  font-weight: 700;
}
/*

Blockquote

*/
.blockquote {
  padding-left: 1.28571429em;
  font-size: 128%;
  color: #a9a6a7;
  border-left: 7px solid #dddddd;
}
/*

Forms

*/
/*input,
textarea {

    // Vars
    @inner-shadow: fadeout(@black, 95%);

    padding: @half-vertical @full-side;
    background: @white;
    border: 1px solid @grey-4;

    // Mixins
    &:extend( .body-text );
    line-height: normal;
    .border-radius( @default-radius );
    .box-shadow-inset(0, @3px, @3px, @inner-shadow);

    &:hover,
    &:focus,
    &:active,
    &.is-current {
        border-color: @dark-grey;
    }
}*/
textarea {
  /* Display & Box Model */
  min-height: 10.5em;
}
/*

Buttons

*/
/*[class*="btn"] {

    // Extends
    &:extend( .lato-bold );

    // Mixins
    .border-radius( @default-radius );

    background-color: @grey-3;
    border: 1px solid @grey-2;

    &,
    &:hover,
    &:focus,
    &.is-current {
        color: @light-black;
    }
    &:hover,
    &:focus,
    &.is-current {
        background-color: darken(@grey-3, 5%);
        border-color: @grey-1;
    }
}
.btn {
    &--blue,
    &--primary {
        .m-button-color( @blue, @dark-blue );
    }
    &--red,
    &--danger {
        .m-button-color( @red, @dark-red );
    }
}*/
/*

Panels

````panels-alt
<div class="panel--alt">
    <h3>This is a Panel</h3>
    <p>This is a <a href="#">feedback message</a> for the user.</p>
    <p><a href="#" class="btn">User Action</a></p>
</div>
<div class="panel--alt">
    <p>This is a feedback panel with no heading.</p>
</div>
````

````panels-inverse
<div class="panel--inverse">
    <h3>This is a Panel</h3>
    <p>This is a <a href="#">feedback message</a> for the user.</p>
    <p><a href="#" class="btn">User Action</a></p>
</div>
<div class="panel--inverse">
    <p>This is a feedback panel with no heading.</p>
</div>
````

*/
.panel--alt {
  background-color: #ffffff;
}
.panel--inverse {
  color: #ffffff;
  background-color: #1f75ae;
  border-color: #1f75ae;
}
.panel--inverse h1,
.panel--inverse h2,
.panel--inverse h3,
.panel--inverse h4,
.panel--inverse h5,
.panel--inverse h6 {
  color: inherit;
}
.panel--inverse a,
.panel--inverse a:hover,
.panel--inverse a:focus {
  color: inherit;
}
.panel--inverse a:hover,
.panel--inverse a:focus {
  color: #cfcbca;
}
.panel--inverse .btn,
.panel--inverse .btn:hover,
.panel--inverse .btn:focus {
  color: #262626;
}
.alert-panel--info {
  border-color: #00a4d8;
  background-color: #eaf7ff;
}
.alert-panel--error {
  border-color: #e63c4d;
  background-color: #f6e1df;
}
.alert-panel--success {
  border-color: #72bc44;
  background-color: #f4faf2;
}
/*

Figures

*/
.figure > a,
[class*="figure--"] > a {
  padding: 0.35714286em;
  border: 1px solid #e6e2dc;
}
.figure > a:hover,
[class*="figure--"] > a:hover,
.figure > a:focus,
[class*="figure--"] > a:focus {
  border-color: #3d9ddc;
}
.figure figcaption,
.figcaption {
  padding: 0.71428571em 1.28571429em;
}
/*

List Modules

*/
/*

Nav Bar

A quick navigation bar, typically good for prototyping the main menu of a site.

````nav-bar
<nav class="nav-bar--menu" role="navigation">
    <h3 class="nav-bar__title pre-icon--rows js-expand"
     id="reveal-main-nav"
     data-reveal="main-nav-list">
        <b class="button-label">Main Menu</b>
    </h3>
    <ul class="nav-bar__list--x--forceful expand__target" id="main-nav-list">
        <li>
            <a class="nav-bar__link is-current" href="#">
                Current Nav Link
            </a>
        </li>
        <li>
            <a class="nav-bar__link" href="#">
                Nav Link
            </a>
        </li>
        <li>
            <a class="nav-bar__link" href="#">
                Nav Link
            </a>
        </li>
    </ul>
</nav>
````

*/
/*.nav-bar {
    &__title {

        // Create
        margin: 0;
        padding: @half-vertical 4%;
        display: inline-block;
        color: @white;
        background: @blue-1;
        cursor: pointer;

        &:hover,
        &:focus,
        &.is-expanded {
            background: @blue-4;
        }

    }
    &__link {
        color: @white;
        text-decoration: none;
        padding: @half-vertical 4%;

        &:hover,
        &:focus,
        &.is-current {
            color: @white;

            // Mixins
            background: @blue-4;
        }
    }
}
[class*="nav-bar__list"] {
    margin: 0;

    // Mixins
    background: @blue-1;

    ul {
        margin: 0;
    }
}*/
@media all and (min-width: 30em) {
  [class*="nav-bar__list"] > li,
  [class*="nav-bar__list"] [class*="list--x"] > li,
  [class*="nav-bar__list"] .tabs nav > ul > li {
    width: 50%;
  }
  [class*="nav-bar__list"] > li:nth-child( odd ),
  [class*="nav-bar__list"] [class*="list--x"] > li:nth-child( odd ),
  [class*="nav-bar__list"] .tabs nav > ul > li:nth-child( odd ) {
    clear: both;
  }
  .nav-bar__link {
    padding: 0.71428571em 1.28571429em;
  }
}
/*

Vertical Nav

````vertical-nav
<ul class="nav--vert">
    <li>
        <a href="#">Nav Link</a>
    </li>
    <li>
        <a href="#" class="is-current">Current Nav Link</a>
        <ul>
            <li>
                <a href="#">Nav Link</a>
            </li>
            <li>
                <a href="#">Nav Link</a>
            </li>
            <li>
                <a href="#" class="is-current">Current Nav Link</a>
            </li>
            <li>
                <a href="#">Nav Link</a>
            </li>
        </ul>
    </li>
    <li>
        <a href="#">Nav Link</a>
    </li>
    <li>
        <a href="#">Nav Link</a>
    </li>
    <li>
        <a href="#">Nav Link</a>
    </li>
</ul>
````

*/
/*

Breadcrumb

*/
.breadcrumb__list--x {
  text-transform: capitalize;
}
.breadcrumb li:before {
  content: "/";
  margin-right: 0.64285714em;
}
.breadcrumb li:first-child:before {
  content: "";
  margin: 0;
}
/*

Button List

*/
[class*="button-list--x"] li:not(:first-child) a {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  -o-border-bottom-left-radius: 0;
  -o-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
[class*="button-list--x"] li:not(:last-child) a {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -o-border-bottom-right-radius: 0;
  -o-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
[class*="button-list--x"] a {
  border-left-width: 0;
}
[class*="button-list--x"] li:first-child a {
  border-left-width: 1px;
}
/*

Tabs

*/
.tabs {
  margin-top: 1.4285714285714286em;
}
.tabs nav > ul,
.tabs__list--x,
.tabs__list--x--forceful {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1.42857143em;
}
.tabs nav > ul a,
.tabs__list--x a,
.tabs__list--x--forceful a {
  /* Extends .lato-bold */
  -webkit-border-top-right-radius: 0.21428571em;
  -webkit-border-top-left-radius: 0.21428571em;
  -moz-border-radius-topright: 0.21428571em;
  -moz-border-radius-topleft: 0.21428571em;
  -o-border-top-right-radius: 0.21428571em;
  -o-border-top-left-radius: 0.21428571em;
  border-top-right-radius: 0.21428571em;
  border-top-left-radius: 0.21428571em;
  padding: 0.71428571em 1.28571429em;
  color: #cfcbca;
  text-decoration: none;
  position: relative;
  bottom: -1px;
  border: 1px solid transparent;
}
.tabs nav > ul a:hover,
.tabs__list--x a:hover,
.tabs__list--x--forceful a:hover,
.tabs nav > ul a:focus,
.tabs__list--x a:focus,
.tabs__list--x--forceful a:focus {
  color: #262626;
}
.tabs nav > ul .is-current,
.tabs__list--x .is-current,
.tabs__list--x--forceful .is-current {
  color: #262626;
  background-color: #ffffff;
  border-color: #cfcbca;
  border-bottom-color: transparent;
}
.js.csstransitions .tabs > nav + *,
.js.csstransitions .tabs__section {
  -webkit-transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tabs > nav + * > * > :first-child,
.tabs .tab > :first-child {
  margin-top: 0;
}
/*

Tables

*/
td[data-th]:before {
  /* Pretty */
  font-weight: 700;
}
@media all and (min-width: 48em) {
  th {
    border-bottom: 0.07142857em solid #dddddd;
  }
  th + th,
  td + td {
    border-left: 0.07142857em solid #dddddd;
  }
  tr + tr td {
    border-top: 0.07142857em solid #dddddd;
  }
  tbody tr:nth-child( odd ),
  table > tr:nth-child( odd ) {
    background: #f7f7f9;
  }
}
/*

Messaging

*/
.bubble,
[class*="input-alert"] {
  margin: 0;
  padding: 0.71428571em;
  background-color: #ffffff;
  position: relative;
  -webkit-border-radius: 0.21428571em;
  -moz-border-radius: 0.21428571em;
  -o-border-radius: 0.21428571em;
  border-radius: 0.21428571em;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.bubble:after,
[class*="input-alert"]:after {
  position: absolute;
  border: 0.35714286em solid transparent;
  content: "";
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.bubble.left-wisp:after,
.bubble.right-wisp:after,
[class*="input-alert"].left-wisp:after,
[class*="input-alert"].right-wisp:after {
  top: 50%;
  margin-top: -0.35714286em;
}
.bubble.left-wisp:after,
[class*="input-alert"].left-wisp:after {
  left: -0.71428571em;
  border-right-color: #ffffff;
}
.bubble.right-wisp:after,
[class*="input-alert"].right-wisp:after {
  right: -0.71428571em;
  border-left-color: #ffffff;
}
.bubble.top-wisp:after,
.bubble.bottom-wisp:after,
[class*="input-alert"].top-wisp:after,
[class*="input-alert"].bottom-wisp:after {
  left: 50%;
  margin-left: -0.35714286em;
}
.bubble.top-wisp:after,
[class*="input-alert"].top-wisp:after {
  top: -0.71428571em;
  border-bottom-color: #ffffff;
}
.bubble.bottom-wisp:after,
[class*="input-alert"].bottom-wisp:after {
  bottom: -0.71428571em;
  border-top-color: #ffffff;
}
/*

Input Alerts

*/
[class*="input-alert"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0.35714286em 0.71428571em;
  color: #ffffff;
}
[class*="input-alert"]:after {
  left: 0.71428571em;
  margin-left: 0;
  top: -0.71428571em;
  border-bottom-color: #ffffff;
}
.input-alert--warning {
  background-color: #edad08;
}
.input-alert--warning:after {
  border-bottom-color: #edad08;
}
.input-alert--info {
  background-color: #163953;
}
.input-alert--info:after {
  border-bottom-color: #163953;
}
.input-alert--error {
  background-color: #cf333c;
}
.input-alert--error:after {
  border-bottom-color: #cf333c;
}
.input-alert--success {
  background-color: #72bc44;
}
.input-alert--success:after {
  border-bottom-color: #72bc44;
}
.no-boxshadow .bubble,
.no-boxshadow [class*="input-alert"] {
  border: 1px solid #a9a6a7;
}
/*

Form Modules

*/
.attached-label {
  /*.border-radius( @default-radius );*/
  /* Pretty */
  /*border: 1px solid @grey-4;*/
}
.attached-label:hover,
.attached-label:focus,
.attached-label:active,
.attached-label.is-current {
  border-color: #837f81;
}
.attached-label .label {
  text-align: center;
  padding: 0 1.28571429em;
  background-color: #f7f7f9;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.attached-label .label:first-child,
.attached-label .label + input {
  border-left: none;
}
.attached-label input,
.attached-label [class*="btn"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /* Pretty */
  border: none;
}
.attached-label input + .label,
.attached-label .label:last-child {
  border-right: none;
}
/*# sourceMappingURL=motif-catalyst.css.map */