/**
 * Motif v3.1.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.
 */
.background-linear-gradient-diagonal {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNThjNGM0IiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOGI0MGE2IiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(25deg, rgba(88, 196, 196, 0.8) 0%, rgba(139, 64, 166, 0.8) 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(88, 196, 196, 0.8)), color-stop(100%, rgba(139, 64, 166, 0.8)));
  background: -webkit-linear-gradient(25deg, rgba(88, 196, 196, 0.8) 0%, rgba(139, 64, 166, 0.8) 100%);
  background: -o-linear-gradient(25deg, rgba(88, 196, 196, 0.8) 0%, rgba(139, 64, 166, 0.8) 100%);
  background: -ms-linear-gradient(25deg, rgba(88, 196, 196, 0.8) 0%, rgba(139, 64, 166, 0.8) 100%);
  background: linear-gradient(25deg, rgba(88, 196, 196, 0.8) 0%, rgba(139, 64, 166, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc58c4c4', endColorstr='#cc8b40a6', GradientType=1);
}
/**
 * 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: 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.25em 0 0 0;
  /* Other */
  font-size: 1em;
}
menu,
ol,
ul {
  padding-left: 2.5em;
}
li ul,
li ol {
  margin-top: 0.625em;
  margin-bottom: 0.625em;
}
dd {
  margin-left: 2.5em;
}
blockquote {
  padding: 1.25em 2.5em;
}
blockquote > :first-child {
  margin-top: 0;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
small {
  font-size: 1em;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a:focus,
a:active,
a:hover {
  outline: 0;
}
img {
  max-width: 100%;
  border: 0;
}
.lte7 img {
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
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.3125em !important;
}
.ptm,
.pvm,
.pam {
  padding-top: 0.625em !important;
}
.ptl,
.pvl,
.pal {
  padding-top: 1.25em !important;
}
.prn,
.phn,
.pan {
  padding-right: 0 !important;
}
.prs,
.phs,
.pas {
  padding-right: 0.3125em !important;
}
.prm,
.phm,
.pam {
  padding-right: 0.625em !important;
}
.prl,
.phl,
.pal {
  padding-right: 1.25em !important;
}
.pbn,
.pvn,
.pan {
  padding-bottom: 0 !important;
}
.pbs,
.pvs,
.pas {
  padding-bottom: 0.3125em !important;
}
.pbm,
.pvm,
.pam {
  padding-bottom: 0.625em !important;
}
.pbl,
.pvl,
.pal,
.paneled {
  padding-bottom: 1.25em !important;
}
.pln,
.phn,
.pan {
  padding-left: 0 !important;
}
.pls,
.phs,
.pas {
  padding-left: 0.3125em !important;
}
.plm,
.phm,
.pam {
  padding-left: 0.625em !important;
}
.pll,
.phl,
.pal {
  padding-left: 1.25em !important;
}
.mtn,
.mvn,
.man {
  margin-top: 0 !important;
}
.mts,
.mvs,
.mas {
  margin-top: 0.3125em !important;
}
.mtm,
.mvm,
.mam {
  margin-top: 0.625em !important;
}
.mtl,
.mvl,
.mal {
  margin-top: 1.25em !important;
}
.mrn,
.mhn,
.man {
  margin-right: 0 !important;
}
.mrs,
.mhs,
.mas {
  margin-right: 0.3125em !important;
}
.mrm,
.mhm,
.mam {
  margin-right: 0.625em !important;
}
.mrl,
.mhl,
.mal {
  margin-right: 1.25em !important;
}
.mbn,
.mvn,
.man {
  margin-bottom: 0 !important;
}
.mbs,
.mvs,
.mas {
  margin-bottom: 0.3125em !important;
}
.mbm,
.mvm,
.mam {
  margin-bottom: 0.625em !important;
}
.mbl,
.mvl,
.mal {
  margin-bottom: 1.25em !important;
}
.mln,
.mhn,
.man {
  margin-left: 0 !important;
}
.mls,
.mhs,
.mas {
  margin-left: 0.3125em !important;
}
.mlm,
.mhm,
.mam {
  margin-left: 0.625em !important;
}
.mll,
.mhl,
.mal {
  margin-left: 1.25em !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;
}
/*

"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;
}
.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"] {
  position: relative;
}
.shadow--med,
.action-card--summary,
.panel,
[class*="panel-"],
[class*="-panel"] {
  -webkit-box-shadow: 0 0 29px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 29px 0px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0 0 29px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 29px 0px rgba(0, 0, 0, 0.13);
}
.circle {
  -webkit-border-radius: 1000em;
  -moz-border-radius: 1000em;
  -o-border-radius: 1000em;
  border-radius: 1000em;
}
/*

Font Declarations

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

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

*/
/*

Font Classes

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

*/
.effra-regular,
.effra-bold,
h1,
h2,
h3,
h4,
h5,
h6,
.primary-heading,
.wysiwyg h1,
.wysiwyg h2,
.impact-heading,
.wysiwyg h3 {
  /* Other */
  font-family: "effra", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 400;
}
.effra-bold,
.impact-heading,
.wysiwyg h3 {
  /* Extends */
  /* Other */
  font-weight: 700;
}
.proxima-nova,
.proxima-nova-italic,
.proxima-nova-light,
.proxima-nova-thin,
.proxima-nova-semibold,
.proxima-nova-bold,
.sub-heading,
input,
textarea,
.secondary-heading,
.tight-heading,
.lyda-subheading,
.btn,
[class*="btn"],
.wysiwyg h4 {
  /* Other */
  font-family: "proxima-nova", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 400;
}
.proxima-nova-italic,
.lyda-subheading,
.wysiwyg h4 {
  /* Extends */
  /* Other */
  font-style: italic;
}
.proxima-nova-light,
.secondary-heading {
  /* Extends */
  /* Other */
  font-weight: 300;
}
.proxima-nova-thin {
  /* Extends */
  /* Other */
  font-weight: 100;
}
.proxima-nova-semibold,
.tight-heading,
.btn,
[class*="btn"] {
  /* Extends */
  /* Other */
  font-weight: 600;
}
.proxima-nova-bold {
  /* Extends */
  /* Other */
  font-weight: 700;
}
/*

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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.primary-heading {
  /* Extends */
  /* Other */
  color: #615072;
}
/*

Secondary Heading

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

*/
.impact-heading {
  /* Extends */
  color: #615072;
}
.impact-heading__link {
  color: #615072;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.125;
}
@media all and (min-width: 48em) and (max-width: 61.9375em) {
  .impact-heading__link.is-hashtag {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media all and (min-width: 62em) {
  .impact-heading__link.is-hashtag {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.secondary-heading {
  /* Extends */
  /* Other */
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.tight-heading {
  text-transform: uppercase;
  line-height: 1em !important;
  display: block;
}
.tag-heading {
  background-color: #ece8f1;
  padding: 0.3125em;
  display: inline-block;
}
.sub-heading {
  color: #362434;
  /* Extends */
  /* Other */
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
}
.super-bold {
  font-weight: 800;
}
.horizontal-spacing {
  padding: 5em 0px;
}
.ruled-heading {
  overflow: hidden;
}
.ruled-heading__label {
  display: inline-block;
}
.ruled-heading__label:before,
.ruled-heading__label:after {
  content: "";
  display: block;
  width: 300%;
  height: 1px;
  position: absolute;
  top: 50%;
  background: #c7b6d8;
}
.ruled-heading__label:before {
  right: 100%;
  margin-right: 33px;
}
.ruled-heading__label:after {
  left: 100%;
  margin-left: 33px;
}
/*

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"] {
  font-family: "proxima-nova", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 400;
}
/*

Unstyled List

A basic stripping of list styles.

*/
.list--unstyled,
[class*="list--x"],
.wysiwyg ul,
.wysiwyg ol,
.wysiwyg .quote-list {
  padding-left: 0;
  list-style: none outside 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.125em;
}
.blockquote blockquote {
  padding: 0;
}
.blockquote__cite {
  display: block;
}
.blockquote__cite:before {
  content: "\2014";
}
@media all and (max-width: 47.9375em) {
  .interior__header {
    padding-bottom: 73px !important;
  }
}
@media all and (min-width: 62em) {
  .login-form {
    min-height: 600px;
  }
}
.login-form .interior__header {
  padding-bottom: 73px;
}
.login-form .gcl-third,
.login-form .gcm-third {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 61.9375em) {
  .login-form .gcm-third {
    width: 100%;
  }
}
@media all and (max-width: 47.9375em) {
  .mobile-no-float {
    float: none !important;
  }
}
.error.alert {
  background-color: #e63c4d;
  color: #ffffff;
}
.success.alert {
  background-color: #77c1b1;
  color: #ffffff;
}
.home-page .interior__header {
  padding-bottom: 33px;
}
.home-page .main-banner {
  padding-bottom: 5em;
}
@media all and (min-width: 48em) {
  .home-page .main-banner {
    color: #ffffff;
  }
  .home-page .main-banner h3 {
    color: #615072;
  }
  .home-page .main-banner .primary-heading {
    color: #ffffff;
  }
}
@media all and (min-width: 62em) {
  .home-page .main-banner {
    color: #ffffff;
  }
  .home-page .main-banner h3 {
    color: #ffffff;
  }
  .home-page .main-banner .primary-heading {
    color: #ffffff;
  }
}
.home-page .extra-story {
  padding: 3.75em 8.75em;
}
.home-page .extra-story .circle-center {
  overflow: hidden;
  border: 8px solid #a266a2;
  background-color: transparent;
}
.home-page .extra-story .circle-container--small {
  width: auto;
  height: auto;
}
.home-page .extra-story .circle-container--small .circle-center {
  width: 198px;
  height: 198px;
}
.home-page .how-it-works {
  margin-top: 4.375em;
}
.home-page .how-it-works .main-padding {
  background-image: url(/resources/images/home-background-steps.png);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 6.25em 0px;
}
.home-page .how-it-works .stat-row {
  margin: 4.6875em 0px;
}
.home-page .how-it-works .stat-row .circle--stat {
  margin-left: auto;
  margin-right: auto;
}
.home-page .how-it-works .stat-row .squeeze {
  line-height: 1.25em;
}
.overlay {
  position: relative;
}
@media all and (max-width: 47.9375em) {
  .overlay {
    margin-top: 1.875em;
  }
}
.overlay:before {
  background-color: #58c4c4;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  -webkit-border-radius: 1000em;
  -moz-border-radius: 1000em;
  -o-border-radius: 1000em;
  border-radius: 1000em;
  opacity: 0.61;
  filter: alpha(opacity=61);
}
.overlay img {
  display: block;
}
.overlay--purple:before {
  background-color: #451845;
}
.overlay--red:before {
  background-color: #c95051;
}
/*

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

*/
/*

Inch Text

*/
.inch-text {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.08333333;
}
/*

Canon Text

*/
.canon-text {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.125;
}
/*

Paragon Text

*/
.paragon-text,
.interior__sidenav header a,
.wysiwyg h1 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.16666667;
}
/*

Tertia Text

*/
.tertia-text {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.11111111;
}
/*

Great Text

*/
.great-text,
.wysiwyg h2,
.pull-quote {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.08333333;
}
/*

Primer Text

*/
.primer-text,
.lyda-subheading,
input,
textarea,
.wysiwyg h3,
.wysiwyg h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66666667;
}
/*

Normal Text

*/
.normal-text,
.btn--simple,
cite,
.cite {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
/*

Petite Text

*/
.petite-text,
.btn,
[class*="btn"],
.interior__sidenav ul a,
.wysiwyg figcaption,
.wysiwyg .caption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571429;
}
/*

Minion Text

*/
.minion-text,
.btn--small {
  font-size: 12px;
  font-size: 0.75rem;
  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.5;
}
@font-face {
  font-family: "motif-icons";
  src: url("../fonts/motif-icons/motif-icons.eot");
  src: url("../fonts/motif-icons/motif-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/motif-icons/motif-icons.woff") format("woff"), url("../fonts/motif-icons/motif-icons.ttf") format("truetype"), url("../fonts/motif-icons/motif-icons.svg?#motif-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*="pre-icon--"]:before,
[class*="icon--"]:before,
[class*="post-icon--"]:after,
.slider--defaults .flex-direction-nav a:before {
  display: inline-block;
  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;
}
.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--alert:before,
.icon--alert:before,
.post-icon--alert:after {
  content: "\f101";
}
.pre-icon--badge-star-reversed:before,
.icon--badge-star-reversed:before,
.post-icon--badge-star-reversed:after {
  content: "\f102";
}
.pre-icon--badge-star:before,
.icon--badge-star:before,
.post-icon--badge-star:after {
  content: "\f103";
}
.pre-icon--calendar:before,
.icon--calendar:before,
.post-icon--calendar:after {
  content: "\f104";
}
.pre-icon--check:before,
.icon--check:before,
.post-icon--check:after {
  content: "\f105";
}
.pre-icon--clock:before,
.icon--clock:before,
.post-icon--clock:after {
  content: "\f106";
}
.pre-icon--coin-stack-large:before,
.icon--coin-stack-large:before,
.post-icon--coin-stack-large:after {
  content: "\f107";
}
.pre-icon--coin-stack-small:before,
.icon--coin-stack-small:before,
.post-icon--coin-stack-small:after {
  content: "\f108";
}
.pre-icon--delete:before,
.icon--delete:before,
.post-icon--delete:after {
  content: "\f109";
}
.pre-icon--facebook-sq:before,
.icon--facebook-sq:before,
.post-icon--facebook-sq:after {
  content: "\f10a";
}
.pre-icon--facebook:before,
.icon--facebook:before,
.post-icon--facebook:after {
  content: "\f10b";
}
.pre-icon--flickr:before,
.icon--flickr:before,
.post-icon--flickr:after {
  content: "\f10c";
}
.pre-icon--globe:before,
.icon--globe:before,
.post-icon--globe:after {
  content: "\f10d";
}
.pre-icon--google-plus:before,
.icon--google-plus:before,
.post-icon--google-plus:after {
  content: "\f10e";
}
.pre-icon--home:before,
.icon--home:before,
.post-icon--home:after {
  content: "\f10f";
}
.pre-icon--info:before,
.icon--info:before,
.post-icon--info:after {
  content: "\f110";
}
.pre-icon--instagram:before,
.icon--instagram:before,
.post-icon--instagram:after {
  content: "\f111";
}
.pre-icon--linkedin-sq:before,
.icon--linkedin-sq:before,
.post-icon--linkedin-sq:after {
  content: "\f112";
}
.pre-icon--linkedin:before,
.icon--linkedin:before,
.post-icon--linkedin:after {
  content: "\f113";
}
.pre-icon--list:before,
.icon--list:before,
.post-icon--list:after {
  content: "\f114";
}
.pre-icon--location:before,
.icon--location:before,
.post-icon--location:after {
  content: "\f115";
}
.pre-icon--mail:before,
.icon--mail:before,
.post-icon--mail:after {
  content: "\f116";
}
.pre-icon--minus:before,
.icon--minus:before,
.post-icon--minus:after {
  content: "\f117";
}
.pre-icon--money-bag:before,
.icon--money-bag:before,
.post-icon--money-bag:after {
  content: "\f118";
}
.pre-icon--money-bills:before,
.icon--money-bills:before,
.post-icon--money-bills:after {
  content: "\f119";
}
.pre-icon--money-burst:before,
.icon--money-burst:before,
.post-icon--money-burst:after {
  content: "\f11a";
}
.pre-icon--nav-down-solid:before,
.icon--nav-down-solid:before,
.post-icon--nav-down-solid:after {
  content: "\f11b";
}
.pre-icon--nav-down:before,
.icon--nav-down:before,
.post-icon--nav-down:after {
  content: "\f11c";
}
.pre-icon--nav-left-skinny:before,
.icon--nav-left-skinny:before,
.post-icon--nav-left-skinny:after,
.slider--defaults .flex-prev:before {
  content: "\f11d";
}
.pre-icon--nav-left:before,
.icon--nav-left:before,
.post-icon--nav-left:after {
  content: "\f11e";
}
.pre-icon--nav-right-skinny:before,
.icon--nav-right-skinny:before,
.post-icon--nav-right-skinny:after,
.slider--defaults .flex-next:before {
  content: "\f11f";
}
.pre-icon--nav-right:before,
.icon--nav-right:before,
.post-icon--nav-right:after {
  content: "\f120";
}
.pre-icon--nav-up:before,
.icon--nav-up:before,
.post-icon--nav-up:after {
  content: "\f121";
}
.pre-icon--pinterest:before,
.icon--pinterest:before,
.post-icon--pinterest:after {
  content: "\f122";
}
.pre-icon--plus:before,
.icon--plus:before,
.post-icon--plus:after {
  content: "\f123";
}
.pre-icon--ribbon-one:before,
.icon--ribbon-one:before,
.post-icon--ribbon-one:after {
  content: "\f124";
}
.pre-icon--rows:before,
.icon--rows:before,
.post-icon--rows:after {
  content: "\f125";
}
.pre-icon--rss:before,
.icon--rss:before,
.post-icon--rss:after {
  content: "\f126";
}
.pre-icon--search:before,
.icon--search:before,
.post-icon--search:after {
  content: "\f127";
}
.pre-icon--settings:before,
.icon--settings:before,
.post-icon--settings:after {
  content: "\f128";
}
.pre-icon--shield-star:before,
.icon--shield-star:before,
.post-icon--shield-star:after {
  content: "\f129";
}
.pre-icon--trophy:before,
.icon--trophy:before,
.post-icon--trophy:after {
  content: "\f12a";
}
.pre-icon--tumblr:before,
.icon--tumblr:before,
.post-icon--tumblr:after {
  content: "\f12b";
}
.pre-icon--twitter:before,
.icon--twitter:before,
.post-icon--twitter:after {
  content: "\f12c";
}
.pre-icon--vimeo:before,
.icon--vimeo:before,
.post-icon--vimeo:after {
  content: "\f12d";
}
.pre-icon--vine:before,
.icon--vine:before,
.post-icon--vine:after {
  content: "\f12e";
}
.pre-icon--wordpress:before,
.icon--wordpress:before,
.post-icon--wordpress:after {
  content: "\f12f";
}
.pre-icon--youtube:before,
.icon--youtube:before,
.post-icon--youtube:after {
  content: "\f130";
}
/*

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 {
  display: inline;
}
[class*="list--x"] 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: 1.875em;
}
[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;
}
.list--x--pgs a,
.list--x--pgs a:hover,
.list--x--pgs a:focus {
  color: inherit;
}
/*

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.25em;
}
.breadcrumb__label {
  margin: 0 0.5625em 0 0;
  float: left;
}
.breadcrumb__list--x {
  margin: 0;
  float: left;
}
.breadcrumb li {
  margin-right: 0.5625em;
}
/*

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;
}
.main-footer .list--social li {
  display: inline-block;
}
/*

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.28125em;
}
@media all and (min-width: 30em) {
  .media-object > :first-child,
  .media-object__figure {
    max-width: 40%;
    margin-top: 0;
    margin-right: 1.125em;
    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.25em;
}
@media all and (min-width: 30em) {
  [class*="figure--"] {
    margin-top: 0;
    max-width: 50%;
  }
  .figure--left,
  .figure--right {
    padding-bottom: 0.625em;
  }
  .figure--left {
    float: left;
    padding-right: 2.25em;
  }
  .figure--right {
    float: right;
    padding-left: 2.25em;
  }
}
.max-width-200 {
  max-width: 12.5em;
}
.max-height-200 {
  max-height: 12.5em;
}
/*

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,
.wrapper-small {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 77.5em) {
  .wrapper {
    width: 80%;
    max-width: 66.25em;
  }
  .wrapper-small {
    width: 60%;
    max-width: 46.875em;
  }
}
.content-block {
  padding: 1.25em 0 2.1875em;
}
@media all and (min-width: 48em) {
  .content-block {
    padding: 2.1875em 0;
  }
}
@media all and (max-width: 47.9375em) {
  .content-block {
    z-index: 1;
    position: relative;
    padding-top: 9.375em;
  }
}
@media all and (max-width: 47.9375em) {
  .content-block.take-action-landing {
    padding: 1.25em 0 2.1875em;
  }
}
/*

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;
}
.js .expand__target.is-expanded,
.js .fade__target.is-faded {
  max-height: 999px;
}
.js .expand__target.is-expanded,
.js .fade__target.is-faded,
.js .expand__target.was-expanded,
.js .fade__target.was-faded {
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out;
}
.js .fade__target {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  position: absolute;
  top: 0;
  left: 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;
}
/* ==========================================================================
   MQ Base
   ========================================================================== */
/* Slider Defaults
   ========================================================================== */
.slider--defaults {
  position: relative;
}
.slider--defaults .flex-direction-nav {
  padding: 0;
  list-style-type: none;
}
.slider--defaults .flex-direction-nav a {
  /* Mixins */
  font-size: 60px;
  font-size: 3.75rem;
}
.slider--defaults .flex-direction-nav a:before {
  /* Extends */
  position: absolute;
  top: 0;
}
.slider--defaults .flex-prev,
.slider--defaults .flex-next {
  /* Mixins */
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 50%;
}
.slider--defaults .flex-prev.flex-disabled,
.slider--defaults .flex-next.flex-disabled {
  /* Mixins */
  opacity: 0;
  filter: alpha(opacity=0);
}
.slider--defaults .flex-prev.flex-disabled {
  /* Mixins */
  -webkit-transform: translate(-40px, 0);
  -moz-transform: translate(-40px, 0);
  -o-transform: translate(-40px, 0);
  -ms-transform: translate(-40px, 0);
  transform: translate(-40px, 0);
}
.slider--defaults .flex-next.flex-disabled {
  /* Mixins */
  -webkit-transform: translate(40px, 0);
  -moz-transform: translate(40px, 0);
  -o-transform: translate(40px, 0);
  -ms-transform: translate(40px, 0);
  transform: translate(40px, 0);
}
.slider--defaults .flex-prev {
  right: 100%;
}
.slider--defaults .flex-prev:before {
  right: inherit;
  /* Extends */
}
.slider--defaults .flex-next {
  left: 100%;
}
.slider--defaults .flex-next:before {
  left: inherit;
  /* Extends */
}
/* Action Slider
   ========================================================================== */
.action-slider .flex-control-nav {
  /* Mixins */
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-bottom: -30px;
  padding-left: 0;
  /* Positioning */
  position: absolute;
  bottom: 100%;
  left: 50%;
  list-style: none;
}
.action-slider .flex-control-nav li {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 2.5px;
  position: relative;
  overflow: hidden;
}
.action-slider .flex-control-nav li a {
  position: absolute;
  text-indent: 100em;
}
.action-slider .flex-control-nav li a:before {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ede8c7;
}
.action-slider .flex-control-nav li a:hover {
  cursor: pointer;
}
.action-slider .flex-control-nav li a:hover:before,
.action-slider .flex-control-nav li a.flex-active:before {
  background-color: #f77a52;
}
/* ==========================================================================
   MQ Small Screens Only
   ========================================================================== */
@media all and (max-width: 47.9375em) {
  /* Slider Defaults
       ========================================================================== */
  .slider--defaults .flex-viewport {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
  .slider--defaults .flex-viewport:before,
  .slider--defaults .flex-viewport:after {
    content: "\0020";
    height: 0;
    display: block;
    overflow: hidden;
  }
  .slider--defaults .flex-viewport:after {
    clear: both;
  }
}
/* ==========================================================================
   MQ Medium Only
   ========================================================================== */
@media all and (min-width: 48em) and (max-width: 61.9375em) {
  /* Slider Defaults
       ========================================================================== */
  .slider--defaults .flex-viewport {
    margin-left: -1em;
    margin-right: -1em;
  }
  .slider--defaults .flex-viewport:before,
  .slider--defaults .flex-viewport:after {
    content: "\0020";
    height: 0;
    display: block;
    overflow: hidden;
  }
  .slider--defaults .flex-viewport:after {
    clear: both;
  }
}
/* ==========================================================================
   MQ Medium
   ========================================================================== */
@media all and (min-width: 48em) {
  /* Action Slider
       ========================================================================== */
  .action-slider .flex-viewport {
    padding: 0 1.25em 1.5625em;
  }
}
/* ==========================================================================
   MQ Large
   ========================================================================== */
@media all and (min-width: 62em) {
  /* Slider Defaults
       ========================================================================== */
  .slider--defaults .flex-viewport {
    margin-left: -1.125em;
    margin-right: -1.125em;
  }
  .slider--defaults .flex-viewport:before,
  .slider--defaults .flex-viewport:after {
    content: "\0020";
    height: 0;
    display: block;
    overflow: hidden;
  }
  .slider--defaults .flex-viewport:after {
    clear: both;
  }
  /* Action Slider
       ========================================================================== */
  .action-slider .flex-prev {
    margin-right: 40px;
  }
  .action-slider .flex-next {
    margin-left: 40px;
  }
}
/* ==========================================================================
   MQ Base
   ========================================================================== */
/* Progress Circle Base Styles
   ========================================================================== */
/* Vars */
.circle-container {
  /* Display & Box Model */
  width: 269px;
  height: 269px;
  margin: 0 auto;
  /* Positioning */
  position: relative;
}
.circle-container .circle-animation {
  /* Display & Box Model */
  width: 269px;
  height: 269px;
  /* Positioning */
  position: absolute;
  /* Other */
  background-repeat: no-repeat;
  background-image: url(/resources/images/ui/progress-circle.png );
  background-size: 269px 269px;
}
.circle-container .circle-animation.revealed .right .section {
  /* Mixins */
  -webkit-transition: transform 0.5s ease-out 0.5s;
  -moz-transition: transform 0.5s ease-out 0.5s;
  -o-transition: transform 0.5s ease-out 0.5s;
  transition: transform 0.5s ease-out 0.5s;
}
.circle-container .circle-animation.revealed .left .section {
  /* Mixins */
  -webkit-transition: transform 0.5s ease-in 0s;
  -moz-transition: transform 0.5s ease-in 0s;
  -o-transition: transform 0.5s ease-in 0s;
  transition: transform 0.5s ease-in 0s;
}
.circle-container .circle-center {
  /* Mixins */
  -webkit-border-radius: 237px;
  -moz-border-radius: 237px;
  -o-border-radius: 237px;
  border-radius: 237px;
  /* Display & Box Model */
  width: 237px;
  height: 237px;
  margin: 0 auto;
  overflow: hidden;
  /* Positioning */
  position: relative;
  top: 16px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.circle-container .circle-center img {
  /* Display & Box Model */
  width: 100%;
  height: 100%;
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.circle-container .circle-center.has-text:before {
  /* Mixins */
  opacity: 0;
  filter: alpha(opacity=0);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNThjNGM0IiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOGI0MGE2IiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(25deg, rgba(88, 196, 196, 0.8) 0%, rgba(139, 64, 166, 0.8) 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(88, 196, 196, 0.8)), color-stop(100%, rgba(139, 64, 166, 0.8)));
  background: -webkit-linear-gradient(25deg, rgba(88, 196, 196, 0.8) 0%, rgba(139, 64, 166, 0.8) 100%);
  background: -o-linear-gradient(25deg, rgba(88, 196, 196, 0.8) 0%, rgba(139, 64, 166, 0.8) 100%);
  background: -ms-linear-gradient(25deg, rgba(88, 196, 196, 0.8) 0%, rgba(139, 64, 166, 0.8) 100%);
  background: linear-gradient(25deg, rgba(88, 196, 196, 0.8) 0%, rgba(139, 64, 166, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc58c4c4', endColorstr='#cc8b40a6', GradientType=1);
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  /* Display & Box Model */
  content: "";
  /* Positioning */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.circle-container:hover .circle-center.has-text:before {
  /* Mixins */
  opacity: 1;
  filter: alpha(opacity=100);
}
.circle-container:hover .circle-center__text {
  /* Mixins */
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.circle-container .circle-center__text {
  /* Mixins */
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 300ms ease-out 100ms;
  -moz-transition: all 300ms ease-out 100ms;
  -o-transition: all 300ms ease-out 100ms;
  transition: all 300ms ease-out 100ms;
  font-size: 53px;
  font-size: 3.3125rem;
  line-height: 0.75471698;
  /* Positioning */
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  /* Other */
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.circle-container .circle-center__text span {
  /* Mixins */
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
.circle-container .side {
  /* Display & Box Model */
  height: inherit;
  margin: 0 auto;
  /* Positioning */
  position: absolute;
  overflow: hidden;
}
.circle-container .side.right .section,
.circle-container .side.left .section {
  /* Display & Box Model */
  width: 134.5px;
  height: 269px;
  /* Positioning */
  overflow: hidden;
}
.circle-container .side.right .section .circle,
.circle-container .side.left .section .circle {
  /* Mixins */
  -webkit-border-radius: 269px;
  -moz-border-radius: 269px;
  -o-border-radius: 269px;
  border-radius: 269px;
  /* Display & Box Model */
  width: 269px;
  height: 269px;
  /* Positioning */
  position: absolute;
  /* Other */
  border: 17px solid #EEE;
}
.circle-container.circle--plain {
  border: 16px solid #ede8c7;
  -webkit-border-radius: 1000em;
  -moz-border-radius: 1000em;
  -o-border-radius: 1000em;
  border-radius: 1000em;
}
.circle-container.circle--plain .circle-center {
  top: 0;
}
.circle-container.circle--completed {
  border: 16px solid #ede8c7;
  -webkit-border-radius: 1000em;
  -moz-border-radius: 1000em;
  -o-border-radius: 1000em;
  border-radius: 1000em;
}
.circle-container.circle--completed .circle-center {
  top: 0;
}
.circle-container .side.right {
  /* Display & Box Model */
  width: 134.5px;
  /* Positioning */
  top: 0;
  left: 0;
}
.circle-container .side.right .section {
  /* Mixins */
  -webkit-transform-origin: 134.5px 134.5px;
  -moz-transform-origin: 134.5px 134.5px;
  -o-transform-origin: 134.5px 134.5px;
  -ms-transform-origin: 134.5px 134.5px;
  transform-origin: 134.5px 134.5px;
}
.circle-container .side.left {
  /* Display & Box Model */
  width: 134.5px;
  /* Positioning */
  top: 0;
  left: 134.5px;
}
.circle-container .side.left .section {
  /* Mixins */
  -webkit-transform-origin: -1px 134.5px;
  -moz-transform-origin: -1px 134.5px;
  -o-transform-origin: -1px 134.5px;
  -ms-transform-origin: -1px 134.5px;
  transform-origin: -1px 134.5px;
}
.circle-container .side.left .circle {
  /* Positioning */
  left: -134.5px;
}
/* Progress Circle Small Styles
  ========================================================================== */
.circle-container--small {
  /* Vars */
  /* Display & Box Model */
  width: 180px;
  height: 180px;
  margin: 0 auto;
  /* Positioning */
  position: relative;
}
.circle-container--small .circle-animation {
  /* Display & Box Model */
  width: 180px;
  height: 180px;
  /* Positioning */
  position: absolute;
  /* Other */
  background-repeat: no-repeat;
  background-image: url(/resources/images/ui/progress-circle.png );
  background-size: 180px 180px;
}
.circle-container--small .circle-animation.revealed .right .section {
  /* Mixins */
  -webkit-transition: transform 0.5s ease-out 0.5s;
  -moz-transition: transform 0.5s ease-out 0.5s;
  -o-transition: transform 0.5s ease-out 0.5s;
  transition: transform 0.5s ease-out 0.5s;
}
.circle-container--small .circle-animation.revealed .left .section {
  /* Mixins */
  -webkit-transition: transform 0.5s ease-in 0s;
  -moz-transition: transform 0.5s ease-in 0s;
  -o-transition: transform 0.5s ease-in 0s;
  transition: transform 0.5s ease-in 0s;
}
.csstransforms .circle-container--small img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* Positioning */
  position: absolute;
  top: 50%;
  left: 50%;
}
.circle-container--small .circle-center {
  /* Mixins */
  -webkit-border-radius: 158px;
  -moz-border-radius: 158px;
  -o-border-radius: 158px;
  border-radius: 158px;
  -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 */
  width: 158px;
  height: 158px;
  margin: 0 auto;
  overflow: hidden;
  /* Positioning */
  position: relative;
  top: 11px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.circle-container--small .side {
  /* Display & Box Model */
  height: inherit;
  margin: 0 auto;
  /* Positioning */
  position: absolute;
  overflow: hidden;
}
.circle-container--small .side.right .section,
.circle-container--small .side.left .section {
  /* Display & Box Model */
  width: 90px;
  height: 180px;
  /* Positioning */
  overflow: hidden;
}
.circle-container--small .side.right .section .circle,
.circle-container--small .side.left .section .circle {
  /* Mixins */
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  -o-border-radius: 180px;
  border-radius: 180px;
  /* Display & Box Model */
  width: 180px;
  height: 180px;
  /* Positioning */
  position: absolute;
  /* Other */
  border: 11px solid #EEE;
}
.circle-container--small .side.right {
  /* Display & Box Model */
  width: 90px;
  /* Positioning */
  top: 0;
  left: 0;
}
.circle-container--small .side.right .section {
  /* Mixins */
  -webkit-transform-origin: 90px 90px;
  -moz-transform-origin: 90px 90px;
  -o-transform-origin: 90px 90px;
  -ms-transform-origin: 90px 90px;
  transform-origin: 90px 90px;
}
.circle-container--small .side.left {
  /* Display & Box Model */
  width: 90px;
  /* Positioning */
  top: 0;
  left: 90px;
}
.circle-container--small .side.left .section {
  /* Mixins */
  -webkit-transform-origin: -1px 90px;
  -moz-transform-origin: -1px 90px;
  -o-transform-origin: -1px 90px;
  -ms-transform-origin: -1px 90px;
  transform-origin: -1px 90px;
}
.circle-container--small .side.left .circle {
  /* Positioning */
  left: -90px;
}
.circle-container--tiny {
  /* Vars */
  /* Display & Box Model */
  width: 110px;
  height: 110px;
  margin: 0 auto;
  /* Positioning */
  position: relative;
}
.circle-container--tiny .circle-animation {
  /* Display & Box Model */
  width: 110px;
  height: 110px;
  /* Positioning */
  position: absolute;
  /* Other */
  background-repeat: no-repeat;
  background-image: url(/resources/images/ui/progress-circle.png );
  background-size: 110px 110px;
}
.circle-container--tiny .circle-animation.revealed .right .section {
  /* Mixins */
  -webkit-transition: transform 0.5s ease-out 0.5s;
  -moz-transition: transform 0.5s ease-out 0.5s;
  -o-transition: transform 0.5s ease-out 0.5s;
  transition: transform 0.5s ease-out 0.5s;
}
.circle-container--tiny .circle-animation.revealed .left .section {
  /* Mixins */
  -webkit-transition: transform 0.5s ease-in 0s;
  -moz-transition: transform 0.5s ease-in 0s;
  -o-transition: transform 0.5s ease-in 0s;
  transition: transform 0.5s ease-in 0s;
}
.circle-container--tiny img {
  /* Mixins */
  -webkit-border-radius: 88px;
  -moz-border-radius: 88px;
  -o-border-radius: 88px;
  border-radius: 88px;
}
.circle-container--tiny .circle-center {
  /* Mixins */
  -webkit-border-radius: 88px;
  -moz-border-radius: 88px;
  -o-border-radius: 88px;
  border-radius: 88px;
  /* Display & Box Model */
  width: 88px;
  height: 88px;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  top: 11px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.circle-container--tiny .side {
  /* Display & Box Model */
  height: inherit;
  margin: 0 auto;
  /* Positioning */
  position: absolute;
  overflow: hidden;
}
.circle-container--tiny .side.right .section,
.circle-container--tiny .side.left .section {
  /* Display & Box Model */
  width: 55px;
  height: 110px;
  /* Positioning */
  overflow: hidden;
}
.circle-container--tiny .side.right .section .circle,
.circle-container--tiny .side.left .section .circle {
  /* Mixins */
  -webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  -o-border-radius: 110px;
  border-radius: 110px;
  /* Display & Box Model */
  width: 110px;
  height: 110px;
  /* Positioning */
  position: absolute;
  /* Other */
  border: 2px solid #EEE;
}
.circle-container--tiny .side.right {
  /* Display & Box Model */
  width: 55px;
  /* Positioning */
  top: 0;
  left: 0;
}
.circle-container--tiny .side.right .section {
  /* Mixins */
  -webkit-transform-origin: 55px 55px;
  -moz-transform-origin: 55px 55px;
  -o-transform-origin: 55px 55px;
  -ms-transform-origin: 55px 55px;
  transform-origin: 55px 55px;
}
.circle-container--tiny .side.left {
  /* Display & Box Model */
  width: 55px;
  /* Positioning */
  top: 0;
  left: 55px;
}
.circle-container--tiny .side.left .section {
  /* Mixins */
  -webkit-transform-origin: -1px 55px;
  -moz-transform-origin: -1px 55px;
  -o-transform-origin: -1px 55px;
  -ms-transform-origin: -1px 55px;
  transform-origin: -1px 55px;
}
.circle-container--tiny .side.left .circle {
  /* Positioning */
  left: -55px;
}
.profile-circle {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.csstransforms .profile-circle img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* Positioning */
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}
.profile-circle img.vertical,
.profile-circle img.horizontal,
.profile-circle img.square {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}
.profile-circle img.vertical {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 100%;
  visibility: visible;
}
.profile-circle img.horizontal {
  height: 100%;
  width: auto;
  max-width: none;
  max-height: 100%;
  visibility: visible;
}
/* ==========================================================================
   MQ Small
   ========================================================================== */
/* ==========================================================================
   MQ Medium Only
   ========================================================================== */
@media all and (min-width: 48em) and (max-width: 61.9375em) {
  /* Progress Circle Base Styles
       ========================================================================== */
  .circle-container {
    /* Vars */
    /* Display & Box Model */
    width: 170px;
    height: 170px;
  }
  .circle-container .circle-animation {
    /* Display & Box Model */
    width: 170px;
    height: 170px;
    /* Other */
    background-size: 170px 170px;
  }
  .circle-container .circle-center {
    /* Mixins */
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -o-border-radius: 150px;
    border-radius: 150px;
    /* Display & Box Model */
    width: 150px;
    height: 150px;
    /* Positioning */
    top: 10px;
  }
  .circle-container .side.right .section,
  .circle-container .side.left .section {
    /* Display & Box Model */
    width: 85px;
    height: 170px;
  }
  .circle-container .side.right .section .circle,
  .circle-container .side.left .section .circle {
    /* Mixins */
    -webkit-border-radius: 170px;
    -moz-border-radius: 170px;
    -o-border-radius: 170px;
    border-radius: 170px;
    /* Display & Box Model */
    width: 170px;
    height: 170px;
    /* Other */
    border: 11px solid #EEE;
  }
  .circle-container .side.right {
    /* Display & Box Model */
    width: 85px;
  }
  .circle-container .side.right .section {
    /* Mixins */
    -webkit-transform-origin: 85px 85px;
    -moz-transform-origin: 85px 85px;
    -o-transform-origin: 85px 85px;
    -ms-transform-origin: 85px 85px;
    transform-origin: 85px 85px;
  }
  .circle-container .side.left {
    /* Display & Box Model */
    width: 85px;
    /* Positioning */
    left: 85px;
  }
  .circle-container .side.left .section {
    /* Mixins */
    -webkit-transform-origin: -1px 85px;
    -moz-transform-origin: -1px 85px;
    -o-transform-origin: -1px 85px;
    -ms-transform-origin: -1px 85px;
    transform-origin: -1px 85px;
  }
  .circle-container .side.left .circle {
    /* Positioning */
    left: -85px;
  }
}
.circle.purple {
  border-color: #b7a0b5 !important;
}
.circle.teal {
  border-color: #9becec !important;
}
/* ==========================================================================
   MQ Large
   ========================================================================== */
/* ==========================================================================
   MQ Base
   ========================================================================== */
/* Action Card Base Style
  ========================================================================== */
[class*="action-card"] {
  background-color: #ffffff;
}
.snack__title a {
  color: inherit;
}
/* Snack Card Base Styles
   ========================================================================== */
[class*="action-card--snack"] a {
  /* Extends */
}
[class*="action-card--snack"] .snack__inner {
  /* Mixins */
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  /* Display & Box Model */
  min-height: 400px;
  /* Positioning */
  position: relative;
  /* Other */
  background-color: #ffffff;
}
[class*="action-card--snack"] .snack__content {
  /* Display & Box Model */
  min-height: inherit;
  padding: 1.875em 0.9375em 0.9375em;
  /* Positioning */
  position: relative;
  z-index: 200;
  /* Other */
  color: #332532;
  background-color: inherit;
}
[class*="action-card--snack"],
[class*="action-card--snack"] .snack-actions {
  /* Mixins */
  -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);
  -webkit-transition: transform 150ms ease-out;
  -moz-transition: transform 150ms ease-out;
  -o-transition: transform 150ms ease-out;
  transition: transform 150ms ease-out;
}
[class*="action-card--snack"] .snack-actions,
[class*="action-card--snack"] .snack-actions:before {
  position: relative;
  left: 0;
}
[class*="action-card--snack"] .snack-actions:before {
  /* Mixins */
  -webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.4);
  /* Display & Box Model */
  content: "";
  width: 100%;
  height: 5px;
  /* Positioning */
  z-index: 20;
}
[class*="action-card--snack"] .snack-actions {
  /* Positioning */
  overflow: hidden;
  right: 0;
  bottom: 0;
}
[class*="action-card--snack"] .action-title p {
  line-height: 1.25;
}
/* Light Snack Card
   ========================================================================== */
.action-card--snack.light-snack .snack__inner {
  /* Display & Box Model */
  min-height: auto;
}
/* Snack Card Variations
   ========================================================================== */
/* Bite Card Base Styles
   ========================================================================== */
[class*="action-card--bite"] {
  /* Display & Box Model */
  margin-top: 1.25em;
}
[class*="action-card--bite"]:first-of-type {
  /* Display & Box Model */
}
.bite__inner {
  /* Mixins */
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  /* Positioning */
  position: relative;
  /* Other */
  background-color: #ffffff;
}
.bite__content {
  /* Vars */
  /* Display & Box Model */
  min-height: inherit;
  padding: 0.75em 1.125em 0.75em 1.4375em;
  /* Positioning */
  position: relative;
  z-index: 200;
  /* Other */
  color: inherit;
  background-color: inherit;
}
.bite__content.action-card--bite {
  color: #332532;
  background-color: #ffffff;
}
.bite__content:before {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  /* Display & Box Model */
  content: "";
  width: 0.5em;
  display: block;
  /* Other */
  background: #77c1b1;
}
.action-card--bite .circle {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.action-card--bite img {
  /* Display & Box Model */
  max-width: 5.3125em;
  /* Other */
  border: 5px solid #eee;
}
.action-card--bite .action-title {
  color: #615072;
  /* Display & Box Model */
}
/* Action Card Summary
   ========================================================================== */
.action-card--summary {
  padding: 2.3125em 1.5625em 2.0625em;
}
/* ==========================================================================
   MQ Small
   ========================================================================== */
@media all and (min-width: 30em) {
  /* Snack Card Base Styles
       ========================================================================== */
  .snack__days {
    /* Display & Box Model */
    width: 6.25em;
    height: 6.25em;
    padding: 1.5em 0.83333em 0.41667em;
    /* Positioning */
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    /* Other */
    background-color: #ede8c7;
    line-height: 1;
    color: #503a4e;
    text-transform: uppercase;
  }
  .snack__days__count {
    line-height: 0.75;
  }
}
/* ==========================================================================
   MQ Medium
   ========================================================================== */
@media all and (min-width: 48em) {
  /* Snack Card Base Styles
       ========================================================================== */
  .snack__inner {
    /* Mixins */
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  }
  .snack__content {
    padding: 1.875em;
  }
}
/* ==========================================================================
   MQ Large
   ========================================================================== */
@media all and (min-width: 62em) {
  /* Snack Card Base Styles
       ========================================================================== */
  [class*="action-card--snack"] .snack__inner {
    /* Display & Box Model */
    min-height: 360px;
  }
  [class*="action-card--snack"]:hover .circle-center:before {
    /* Mixins */
    opacity: 1;
    filter: alpha(opacity=100);
  }
  [class*="action-card--snack"]:hover .circle-center__text {
    /* Mixins */
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  /* Light Snack Card
       ========================================================================== */
  [class*="action-card--snack"].light-snack:hover .circle-center:before {
    /* Mixins */
    opacity: 0;
    filter: alpha(opacity=0);
  }
  [class*="action-card--snack"].light-snack:hover .circle-center__text {
    /* Mixins */
    opacity: 0;
    filter: alpha(opacity=0);
    -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);
  }
}
/* ==========================================================================
   MQ Extra Large
   ========================================================================== */
@media all and (min-width: 77.5em) {
  /* Snack Card Base Styles
       ========================================================================== */
  [class*="action-card--snack"]:hover {
    /* Mixins */
    -webkit-transform: translate3d(0, -40px, 0);
    -moz-transform: translate3d(0, -40px, 0);
    -o-transform: translate3d(0, -40px, 0);
    -ms-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  [class*="action-card--snack"]:hover .snack-actions {
    /* Mixins */
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  [class*="action-card--snack"] .snack__inner {
    /* Display & Box Model */
    min-height: 480px;
  }
  [class*="action-card--snack"] .snack-actions,
  [class*="action-card--snack"] .snack-actions:before {
    /* Positioning */
    position: absolute;
  }
  /* Light Snack Card
       ========================================================================== */
  [class*="action-card--snack"].light-snack:hover,
  [class*="action-card--snack"].light-snack:hover .snack-actions {
    /* Mixins */
    -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);
  }
}
/* ==========================================================================
   MQ Base
   ========================================================================== */
.action-listings {
  padding-bottom: 6.25em;
}
.action-listings li {
  margin-top: 1.875em;
}
.action-listings__heading {
  margin-top: 2.33333em;
}
.take-action__heading + .action-listings .action-listings__heading {
  margin-top: 0.5em;
}
.action-listings .flex-direction-nav,
.action-listings .flex-nav-prev,
.action-listings .flex-nav-next {
  margin: 0;
}
/* Action Listing Items
       ========================================================================== */
/* ==========================================================================
   MQ Base Only
   ========================================================================== */
/* ==========================================================================
   MQ Small
   ========================================================================== */
/* ==========================================================================
   MQ Medium
   ========================================================================== */
@media all and (min-width: 48em) {
  /* Listing Sections
       ========================================================================== */
}
/* ==========================================================================
   MQ Large
   ========================================================================== */
@media all and (min-width: 62em) {
  /* Listing Sections
       ========================================================================== */
}
@media all and (min-width: 77.5em) {
  .action-listings__heading {
    margin-bottom: 0.33333em;
  }
  .action-listings li {
    margin-top: 4.0625em;
  }
  /* Action Listing Items
       ========================================================================== */
}
/* ==========================================================================
   MQ Base
   ========================================================================== */
/* Detail Header
       ========================================================================== */
.action-details__details {
  padding: 2.5em 0;
  background-color: #713487;
  background: -moz-linear-gradient(-45deg, #8b40a5 0%, #632a79 50%, #39124b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #8b40a5), color-stop(50%, #632a79), color-stop(100%, #39124b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #8b40a5 0%, #632a79 50%, #39124b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #8b40a5 0%, #632a79 50%, #39124b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #8b40a5 0%, #632a79 50%, #39124b 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #8b40a5 0%, #632a79 50%, #39124b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b40a5', endColorstr='#39124b', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #edb9ff;
}
.action-details__details h1,
.action-details__details h2,
.action-details__details h3,
.action-details__details h4,
.action-details__details h5,
.action-details__details h6,
.action-details__details .primary-heading {
  color: #ffffff;
}
.action-details__details .secondary-heading {
  color: #edb9ff;
}
.callout-panel.action-details__how-you-can-help {
  margin-bottom: 1.25em;
}
/* ==========================================================================
   MQ Base Only
   ========================================================================== */
/* ==========================================================================
   MQ Small
   ========================================================================== */
/* ==========================================================================
   MQ Large
   ========================================================================== */
@media all and (min-width: 48em) {
  .action-details__story-callout {
    margin: -60px 0;
  }
  .action-details__story-callout .callout-panel {
    margin: 0 0 0 auto;
  }
  .action-details__header {
    padding-bottom: 3.75em;
  }
}
@media all and (min-width: 62em) {
  .callout-panel.action-details__how-you-can-help {
    margin-top: 5.625em;
    margin-bottom: 0;
  }
}
.action-filter {
  padding: 2.5em 0 1.75em 0;
  color: #615072;
  background: #fefadd;
}
.action-filter:before {
  content: "";
  display: block;
  width: 100%;
  height: 1.125em;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #fefadd url("../images/gradient-highlight.png") repeat-x left bottom;
  background: -webkit-gradient(linear, top left, bottom left, color-stop(0, #bab7a2), color-stop(50%, #e6e2c8), color-stop(100%, #fefadd));
  background: -webkit-linear-gradient(#bab7a2 0, #e6e2c8 50%, #fefadd 100%);
  background: -moz-linear-gradient(center bottom, #bab7a2 0, #e6e2c8 50%, #fefadd 100%);
  background: -o-linear-gradient(center bottom, #bab7a2 0, #e6e2c8 50%, #fefadd 100%);
  background: linear-gradient(center bottom, #bab7a2 0, #e6e2c8 50%, #fefadd 100%);
}
@media all and (max-width: 47.9375em) {
  .action-filter {
    text-align: center;
  }
}
.action-filter__inputs,
.action-filter__submit {
  margin-top: 1.25em;
}
.action-filter .custom-select {
  margin-right: 0.1875em;
}
.action-filter .custom-select select {
  height: 1.5em;
  height: 100%;
}
.action-filter .custom-select__button {
  font-style: italic;
  color: #ed6566;
  text-decoration: underline;
}
.action-filter .custom-select__button.hover,
.action-filter .custom-select__button.focus {
  color: #bc1617;
}
.action-filter .custom-select__button.hover:after,
.action-filter .custom-select__button.focus:after {
  border-top-color: #bc1617;
}
.action-filter .custom-select__button:after {
  content: "";
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  display: block;
  margin-left: 0.3125em;
  border: 0.25em solid transparent;
  border-top-color: #ed6566;
  display: inline-block;
  vertical-align: sub;
  margin-bottom: 0.0625em;
}
@media all and (min-width: 48em) {
  .action-filter {
    padding-top: 1.75em;
  }
  .action-filter__inputs,
  .action-filter__submit {
    margin-top: 0;
  }
}
/** used for share icons **/
/* ==========================================================================
   Media Query Base
   ========================================================================== */
/* Achievements General Styles
   ========================================================================== */
.achievements-container {
  /* Positioning */
  position: relative;
  /* Other */
  background-color: #fffef6;
}
.achievements-container .achievements-listing {
  /* Display & Box Model */
  padding: 1.875em 1.25em;
  /* Positioning */
}
@media all and (min-width: 48em) {
  .achievements-container .achievements-listing {
    padding: 1.25em 2.5em;
  }
}
@media all and (min-width: 62em) {
  .achievements-container .achievements-listing {
    float: right;
  }
}
.achievements-container .light-snack,
.achievements-container .snack__inner,
.achievements-container .snack__content {
  /* Display & Box Model */
  height: 100%;
}
@media all and (min-width: 62em) {
  .achievements-container .light-snack {
    /* Positioning */
    position: absolute;
    top: 0;
    left: 0;
  }
}
.achievements-container,
.achievements-container .light-snack .snack__inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.achievements__list > li {
  float: left;
}
.heading-line {
  border-bottom: none;
  border-top-color: #dbdada;
  margin-bottom: -2.75em;
}
.achieve-heading {
  /* Mixins */
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  /* Other */
  color: #615072;
}
.achieve-heading span {
  background-color: #fffef6;
}
/* ==========================================================================
   Media Query Medium
   ========================================================================== */
/* ==========================================================================
   Media Query Large
   ========================================================================== */
/**  Buttons **/
/** Circles **/
.circle-container--profile {
  /* Vars */
  /* Display & Box Model */
  width: 164px;
  height: 164px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #b7a0b5;
  /* Positioning */
  position: relative;
  margin: 0 auto;
}
.circle-container--profile .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 148px;
  height: 148px;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 8px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.circle-container--action-history {
  /* Vars */
  /* Display & Box Model */
  width: 88px;
  height: 88px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #eeeeee;
  /* Positioning */
  position: relative;
  float: left;
}
.circle-container--action-history .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 82px;
  height: 82px;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 3px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.circle-container--snack {
  /* Vars */
  /* Display & Box Model */
  width: 269px;
  height: 269px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #eeeeee;
  /* Positioning */
  position: relative;
  margin: 0 auto;
}
.circle-container--snack .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 237px;
  height: 237px;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 16px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.action-impact-circle {
  display: inline-block;
  text-align: center;
  font-size: 2.25em;
  padding-top: 0.25em;
  color: #dbdada;
  /* Display & Box Model */
  width: 80px;
  height: 80px;
  border: 2px solid #dbdada;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.action-impact-circle .icon-disc {
  color: #ffffff;
  display: block;
  margin: -0.25em auto;
  font-size: 0.75em;
  /* Vars */
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #dbdada;
  /* Positioning */
  position: relative;
  font-weight: bold;
}
.action-impact-circle .icon-disc .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 0px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.action-impact-circle.rank-1 {
  font-size: 2.5em;
  padding-top: 0.15em;
  color: #a770b8;
  background-color: rgba(167, 112, 184, 0.05);
  /* Display & Box Model */
  width: 80px;
  height: 80px;
  border: 2px solid #a770b8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.action-impact-circle.rank-2 {
  color: #bb6ed3;
  background-color: rgba(167, 112, 184, 0.05);
  /* Display & Box Model */
  width: 80px;
  height: 80px;
  border: 2px solid #bb6ed3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.action-impact-circle.rank-2 .icon-disc {
  /* Vars */
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #bb6ed3;
  /* Positioning */
  position: relative;
  font-weight: bold;
}
.action-impact-circle.rank-2 .icon-disc .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 0px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.action-impact-circle.rank-3 {
  color: #cd71ea;
  background-color: rgba(167, 112, 184, 0.05);
  /* Display & Box Model */
  width: 80px;
  height: 80px;
  border: 2px solid #cd71ea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.action-impact-circle.rank-3 .icon-disc {
  /* Vars */
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #cd71ea;
  /* Positioning */
  position: relative;
  font-weight: bold;
}
.action-impact-circle.rank-3 .icon-disc .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 0px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.action-impact-circle.rank-4 {
  color: #dc7afb;
  background-color: rgba(167, 112, 184, 0.05);
  /* Display & Box Model */
  width: 80px;
  height: 80px;
  border: 2px solid #dc7afb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.action-impact-circle.rank-4 .icon-disc {
  /* Vars */
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #dc7afb;
  /* Positioning */
  position: relative;
  font-weight: bold;
}
.action-impact-circle.rank-4 .icon-disc .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 0px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.action-impact-circle.rank-5 {
  color: #e58fff;
  background-color: rgba(167, 112, 184, 0.05);
  /* Display & Box Model */
  width: 80px;
  height: 80px;
  border: 2px solid #e58fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.action-impact-circle.rank-5 .icon-disc {
  /* Vars */
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #e58fff;
  /* Positioning */
  position: relative;
  font-weight: bold;
}
.action-impact-circle.rank-5 .icon-disc .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 0px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.contribution-circle {
  display: inline-block;
  text-align: center;
  font-size: 2.25em;
  padding-top: 0.25em;
  color: #dbdada;
  /* Display & Box Model */
  width: 80px;
  height: 80px;
  border: 2px solid #dbdada;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.75em;
  padding-top: 0.5em;
}
.contribution-circle .icon-disc {
  color: #ffffff;
  display: block;
  margin: -0.25em auto;
  font-size: 0.75em;
  /* Vars */
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #dbdada;
  /* Positioning */
  position: relative;
  font-weight: bold;
}
.contribution-circle .icon-disc .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 0px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.contribution-circle.rank-1 {
  font-size: 2.5em;
  padding-top: 0.15em;
  color: #58c4c4;
  background-color: rgba(88, 196, 196, 0.05);
  /* Display & Box Model */
  width: 80px;
  height: 80px;
  border: 2px solid #58c4c4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.contribution-circle.rank-2 {
  color: #57dfdf;
  background-color: rgba(88, 196, 196, 0.05);
  /* Display & Box Model */
  width: 80px;
  height: 80px;
  border: 2px solid #57dfdf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.contribution-circle.rank-2 .icon-disc {
  /* Vars */
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #57dfdf;
  /* Positioning */
  position: relative;
  font-weight: bold;
}
.contribution-circle.rank-2 .icon-disc .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 0px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.contribution-circle.rank-3 {
  color: #5bf4f4;
  background-color: rgba(88, 196, 196, 0.05);
  /* Display & Box Model */
  width: 80px;
  height: 80px;
  border: 2px solid #5bf4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.contribution-circle.rank-3 .icon-disc {
  /* Vars */
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #5bf4f4;
  /* Positioning */
  position: relative;
  font-weight: bold;
}
.contribution-circle.rank-3 .icon-disc .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 0px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.contribution-circle.rank-4 {
  color: #6affff;
  background-color: rgba(88, 196, 196, 0.05);
  /* Display & Box Model */
  width: 80px;
  height: 80px;
  border: 2px solid #6affff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.contribution-circle.rank-4 .icon-disc {
  /* Vars */
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #6affff;
  /* Positioning */
  position: relative;
  font-weight: bold;
}
.contribution-circle.rank-4 .icon-disc .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 0px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.contribution-circle.rank-5 {
  color: #83ffff;
  background-color: rgba(88, 196, 196, 0.05);
  /* Display & Box Model */
  width: 80px;
  height: 80px;
  border: 2px solid #83ffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.contribution-circle.rank-5 .icon-disc {
  /* Vars */
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #83ffff;
  /* Positioning */
  position: relative;
  font-weight: bold;
}
.contribution-circle.rank-5 .icon-disc .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 0px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.contribution-circle .icon-disc {
  margin-top: 0.1em;
}
.contribution__currency {
  vertical-align: middle;
}
.circle-donations-container {
  /* Display & Box Model */
  width: 100px;
  height: 100px;
  border: 1px solid #58c4c4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.circle-donations-container .circle-center {
  text-align: center;
  padding-top: 20px;
}
.icon-disc--teal {
  /* Vars */
  /* Display & Box Model */
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #4ea693;
  /* Positioning */
  position: relative;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}
.icon-disc--teal .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 1em;
  height: 1em;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 0px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.icon-disc-inline {
  float: left;
  margin-right: 0.5em;
}
.achievements-listing .secondary-heading {
  color: #a770b8;
}
.achievements-listing .secondary-heading.contribution-heading {
  color: #58c4c4;
}
.next-level__count.in-actions {
  color: #8b02ab;
}
.next-level__count.in-contributions {
  color: #28b99a;
}
.next-level__desc {
  text-transform: uppercase;
  color: #2f1539;
}
.share-block {
  color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.action-card--bite:hover .share-block {
  opacity: 1;
  filter: alpha(opacity=100);
}
.share-block [class^="icon-disc"] {
  padding: .25em;
  line-height: 1;
}
.share-block .icon-disc--facebook {
  /* Vars */
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #537bbd;
  /* Positioning */
  position: relative;
  font-weight: bold;
}
.share-block .icon-disc--facebook .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 0px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.share-block .icon-disc--twitter {
  /* Vars */
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #78cdf0;
  /* Positioning */
  position: relative;
  font-weight: bold;
}
.share-block .icon-disc--twitter .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 0px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.share-block .icon-disc--google-plus {
  /* Vars */
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #4c4c4b;
  /* Positioning */
  position: relative;
  font-weight: bold;
}
.share-block .icon-disc--google-plus .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 0px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.share-block .icon-disc--pinterest {
  /* Vars */
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #eb5755;
  /* Positioning */
  position: relative;
  font-weight: bold;
}
.share-block .icon-disc--pinterest .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 0px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.share-block .icon-disc--mail {
  /* Vars */
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #eb5755;
  /* Positioning */
  position: relative;
  font-weight: bold;
}
.share-block .icon-disc--mail .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 0px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.share-block .icon-disc--tumblr {
  /* Vars */
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #5f90af;
  /* Positioning */
  position: relative;
  font-weight: bold;
}
.share-block .icon-disc--tumblr .circle-center {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  /* Positioning */
  position: relative;
  overflow: hidden;
  top: 0px;
  z-index: 2;
  /* Other */
  background-color: #ffffff;
}
.share-block a {
  color: #ffffff;
}
.transparent-faint--bg {
  background: rgba(255, 255, 255, 0.1);
}
.action-history {
  background: #2b093d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #8c40a6 0%, #2b093d 80%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8c40a6), color-stop(80%, #2b093d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #8c40a6 0%, #2b093d 80%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #8c40a6 0%, #2b093d 80%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #8c40a6 0%, #2b093d 80%);
  /* IE10+ */
  background: linear-gradient(to right, #8c40a6 0%, #2b093d 80%);
  /* W3C */
}
.action-history,
.action-history .impact-heading,
.action-history .primary-heading {
  color: #ffffff;
}
.action-history__subtitle {
  font-style: italic;
  color: #d4b1e2;
}
.action-history__donations {
  padding: 2.5em 1.25em;
}
.action-history-block {
  background-color: #ffffff;
  border-left: 0.5em solid #58c4c4;
  margin-top: 1em;
  padding: 0.5em;
  line-height: 1;
  color: #615072;
}
.action-history-description {
  margin-top: 0.3125em;
}
.action-history-description > span {
  color: #000000;
  vertical-align: top;
}
.donations-footer-block {
  min-height: 425px;
}
.donations-footer-block a {
  text-decoration: none;
  color: #58c4c4;
}
.amount-year {
  border-bottom: 1px solid rgba(169, 166, 167, 0.5);
}
.lined-section-header .heading-line {
  border-bottom: none;
  border-top-color: #615072;
  margin-bottom: -2.5em;
}
.lined-section-header .lined-text {
  background-color: #ffffff;
}
.lined-section-header p {
  color: #000000;
}
.lyda-subheading {
  color: #615072;
  line-height: 24px;
  font-weight: 300;
  font-style: italic;
}
.award-card-content {
  background-color: #615072;
  min-height: 20.3125em;
  min-width: 100%;
  position: relative;
}
.award-card-content:hover {
  background-color: #58c4c4;
}
.award-card-content:hover h5 {
  color: #2f1539;
}
.award-card-content img {
  width: 100%;
  height: 20.3125em;
}
.award-card-content h5 {
  color: #ffffff;
  text-align: center;
}
.award-card-description {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNThjNGM0IiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOGI0MGE2IiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(25deg, rgba(88, 196, 196, 0.8) 0%, rgba(139, 64, 166, 0.8) 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(88, 196, 196, 0.8)), color-stop(100%, rgba(139, 64, 166, 0.8)));
  background: -webkit-linear-gradient(25deg, rgba(88, 196, 196, 0.8) 0%, rgba(139, 64, 166, 0.8) 100%);
  background: -o-linear-gradient(25deg, rgba(88, 196, 196, 0.8) 0%, rgba(139, 64, 166, 0.8) 100%);
  background: -ms-linear-gradient(25deg, rgba(88, 196, 196, 0.8) 0%, rgba(139, 64, 166, 0.8) 100%);
  background: linear-gradient(25deg, rgba(88, 196, 196, 0.8) 0%, rgba(139, 64, 166, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc58c4c4', endColorstr='#cc8b40a6', GradientType=1);
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  color: white;
  display: table;
  height: 20.3125em;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
}
.award-card-content:hover .award-card-description {
  opacity: 1;
}
.award-card-description p {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
/*

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-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);
  /* Positioning */
  position: relative;
  vertical-align: middle;
  /* Display & Box Model */
  display: inline-block;
  width: auto;
  height: auto;
  margin: 1.42857em 0 0;
  padding: 0.85714em 1.64286em;
  outline: 0;
  border: none;
  overflow: visible;
  /* Other */
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #f77a52;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  cursor: pointer;
}
p > .btn,
p > [class*="btn"] {
  margin-top: 0;
}
.btn:hover,
[class*="btn"]:hover,
.btn:focus,
[class*="btn"]:focus {
  color: #ffffff;
  background-color: #2f1539;
}
/*

````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--tiny {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.3125em 0.5625em;
}
.btn--full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn--small {
  padding: 0.83333em 1.91667em 0.75em;
}
.btn--secondary,
.btn--teal {
  background-color: #58c4c4;
  border-color: #58c4c4;
}
.btn--transparent {
  padding: 0.625em 1.3125em;
  border: 2px solid #2f1539;
  border-color: #2f1539;
  color: #2f1539;
  background-color: transparent;
}
.btn--transparent.btn--small {
  padding: 0.66667em 1.75em 0.58333em;
}
.btn--simple {
  /* Display & Box Model */
  padding: 0.41667em 0.83333em;
  border: none;
  /* Positioning */
  position: relative;
  /* Other */
  color: #f77a52;
  background-color: transparent;
  text-transform: none;
  letter-spacing: 0;
  font-style: italic;
  font-weight: 500;
}
.btn--simple:before,
.btn--simple:after {
  /* Mixins */
  -webkit-transition: transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* Display & Box Model */
  content: "";
  width: 100%;
  /* Positioning */
  position: absolute;
  left: 0;
  /* Other */
  border-color: #f77a52;
  border-style: solid;
  border-width: 0;
}
.btn--simple:before {
  /* Positioning */
  top: 0;
  /* Other */
  border-top-width: 1px;
}
.btn--simple:after {
  /* Positioning */
  bottom: 0;
  /* Other */
  border-bottom-width: 1px;
}
.btn--simple:hover,
.btn--simple:focus {
  /* Other */
  background-color: transparent;
  color: #f77a52;
}
.btn--simple:hover:before,
.btn--simple:focus:before {
  /* Mixins */
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.btn--simple:hover:after,
.btn--simple:focus:after {
  /* Mixins */
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -o-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
.btn-default {
  padding-left: 0;
  padding-right: 0;
}
/*

Link Styles

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

*/
a,
.link,
.list--x--pgs a[href] {
  color: #f77a52;
}
a:hover,
.link:hover,
a:focus,
.link:focus,
a.is-current,
.link.is-current,
.list--x--pgs a[href]:hover,
.list--x--pgs a[href]:focus,
.list--x--pgs a[href].is-current {
  color: #f88d6a;
}
/*

Unlink

Basic class to remove some link styling.

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

*/
.unlink,
[class*="action-card--snack"] a,
.interior__sidenav header a,
.interior__sidenav ul a {
  text-decoration: none;
}
.link--white {
  color: #ffffff;
}
.link--white:hover {
  color: #ffffff;
}
/*

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%;
  padding: 0.22222em 0.77778em 0.16667em;
  outline: none;
  color: #606060;
  background: #ffffff;
  border: 1px solid #606060;
}
input:not([type="submit"]):not([type="button"]):not([type="reset"]),
textarea:not([type="submit"]):not([type="button"]):not([type="reset"]) {
  text-align: left !important;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus,
input:active,
textarea:active,
input.is-current,
textarea.is-current {
  z-index: 1;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
}
.lte7 input[type="checkbox"],
.lte7 input[type="radio"] {
  width: 13px;
}
textarea {
  height: 5em;
}
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.3125em;
  margin-bottom: 0.3125em;
}
/*

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--xxxs {
  max-width: 1.875em;
}
.input--xxs {
  max-width: 3.125em;
}
.input--xs {
  max-width: 6.25em;
}
.input--s {
  max-width: 10.9375em;
}
.input--m {
  max-width: 15.625em;
}
.input--l {
  max-width: 21.875em;
}
/*

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%;
}
#newsletter-form {
  overflow: auto;
  position: relative;
}
#newsletter-form .input-alert--error {
  position: absolute;
  top: 45px;
  left: 6px;
}
.js select {
  opacity: 0;
}
.custom-select {
  position: relative;
  display: inline-block;
}
.custom-select select {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  margin: 0;
  background: #ffffff;
  opacity: 0;
  font-size: 1em;
  cursor: pointer;
  text-transform: none;
}
.fix--select .custom-select__button {
  margin-top: 0.3125em;
  margin-bottom: 0.3125em;
  width: 100%;
  padding: 0.22222em 0.77778em 0.16667em;
  outline: none;
  color: #606060;
  background: #ffffff;
  border: 1px solid #606060;
  font-size: 1.125rem;
  line-height: 1.66666667;
  display: block;
}
input[type=file] {
  padding: 0px;
  border: 0px;
}
.yellow-band {
  background-color: #FEFADD;
}
.mc-fields {
  display: block;
  text-align: center;
}
@media all and (min-width: 62em) {
  .mc-fields {
    display: flex;
    flex-wrap: nowrap;
  }
}
.mc-field-subgroup {
  /*display:flex;
    flex-wrap: nowrap;*/
}
.inline-newline {
  display: block;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
@media all and (min-width: 48em) and (max-width: 61.9375em) {
  .mc-heading {
    margin-top: 0 !important;
  }
}
.mc-heading,
.mc-field-group {
  display: inline-block;
}
.mc-field-group {
  text-align: left;
  margin-top: 0.625em;
}
@media all and (min-width: 62em) {
  .mc-field-group {
    margin-top: 0;
  }
}
.mc-field-group-name {
  display: inline-block;
}
.mc-field-group {
  flex-shrink: 1;
  width: 49%;
  box-sizing: border-box;
}
.mc-field-group-email {
  flex-shrink: 1;
  flex-grow: 2;
  width: 98.5%;
}
/*

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: 0.3125em;
}
.input-hint {
  color: #a9a6a7;
  margin-top: 0.3125em;
}
.input-desc {
  margin-top: 0em;
}
/*

Fieldset

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

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

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.625em;
}
legend + .checkbox-list {
  margin-top: 0em;
}
legend .input-label {
  padding-bottom: 0.3125em;
}
legend + .input-desc {
  /* Positioning */
  position: relative;
  top: -0.3125em;
}
.input-label {
  color: #83577f;
}
.teal-text {
  color: #28b99a !important;
}
.purple-text {
  color: #8b02ab !important;
}
.light-grey-text {
  color: #eeeeee !important;
}
.grey-text {
  color: #a9a6a7 !important;
}
.dark-grey-text {
  color: #837f81 !important;
}
.white-text {
  color: #ffffff !important;
}
.light-purple-text {
  color: #b7a0b5 !important;
}
.sunrise-text {
  color: #f77a52 !important;
}
.italic-text {
  font-style: italic !important;
}
/*

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

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: #13496d;
}
.input-alert--warning {
  color: #ec8e04;
}
.input-alert--error {
  color: #e63c4d;
}
.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.75em;
  margin-right: -0.75em;
  /* 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.75em;
  padding-right: 0.75em;
  /* 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.75em;
    margin-right: -0.75em;
  }
  [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.75em;
    padding-right: 0.75em;
  }
  .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: -1em;
    margin-right: -1em;
  }
  [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: 1em;
    padding-right: 1em;
  }
  .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.125em;
    margin-right: -1.125em;
  }
  [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.125em;
    padding-right: 1.125em;
  }
  .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 (max-width: 47.9375em) {
  /*

    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">
            <div class="canvas__primary">
                ...
            </div>
            <div class="canvas__secondary">
                ...
            </div>
        </div>

    */
  .js .off-canvas {
    overflow: hidden;
    position: relative;
  }
  .js .off-canvas.is-active .canvas__primary {
    -webkit-transform: translate3d(-20%, 0, 0);
    -moz-transform: translate3d(-20%, 0, 0);
    -o-transform: translate3d(-20%, 0, 0);
    -ms-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .js .off-canvas.is-active .canvas__secondary {
    -webkit-transform: translate3d(80%, 0, 0);
    -moz-transform: translate3d(80%, 0, 0);
    -o-transform: translate3d(80%, 0, 0);
    -ms-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
  }
  .js .off-canvas.is-active .canvas__primary,
  .js .off-canvas.was-active .canvas__primary,
  .js .off-canvas.is-active .canvas__secondary,
  .js .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__primary,
  .js .canvas__secondary {
    width: 100%;
  }
  .js .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);
    /* Display & Box Model */
    margin-right: -100%;
    /* Positioning */
    float: right;
    z-index: 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);
    /* Display & Box Model */
    margin-left: -100%;
    /* Positioning */
    float: left;
    z-index: 2;
  }
}
/* ==========================================================================
   Base
   ========================================================================== */
/* Logo
  ========================================================================== */
.logo-container .logo,
.logo-container .logo img {
  position: absolute;
  left: 50%;
}
.logo-container .logo {
  width: 4.375em;
  height: 4.375em;
  top: 1.25em;
  z-index: 10;
}
.logo-container .logo img {
  /* Mixins */
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  max-width: 120%;
  top: 50%;
  z-index: 20;
}
.backgroundsize.svg .logo-container .logo {
  width: 5em;
  height: 5em;
  top: 0.625em;
  background: url(/resources/images/logo-new.png) no-repeat left top;
  background-size: contain;
}
.backgroundsize.svg .logo-container .logo img {
  /* Mixins */
  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;
}
.backgroundsize.svg .logo-container .logo img.focusable:active,
.backgroundsize.svg .logo-container .logo img.focusable:focus {
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
  position: static;
}
body:hover .backgroundsize.svg .logo-container .logo img a,
body:hover .backgroundsize.svg .logo-container .logo img input,
body:hover .backgroundsize.svg .logo-container .logo img button {
  display: none;
}
/* Main Nav List
   ========================================================================== */
.main-nav-list ul > li a {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-nav-list ul > li a:hover,
.main-nav-list ul > li a:focus,
.main-nav-list ul > li a.current-page {
  color: #f77a52;
}
/* EybBrow Nav
   ========================================================================== */
.eyebrow-nav li a {
  color: #b7a0b5;
  text-transform: uppercase;
}
.eyebrow-nav li a:hover,
.eyebrow-nav li a:focus,
.eyebrow-nav li a.current-page {
  color: #f77a52;
}
/* Search Form
   ========================================================================== */
.main-header input {
  padding: 0.625em 0.9375em;
}
.main-header [type="submit"] {
  /* Mixins */
  font-size: 18px;
  font-size: 1.125rem;
  width: auto;
  padding: 0;
  color: #f77a52;
  background-color: transparent;
  border: none;
}
/* ==========================================================================
   MQ Small Screens Only
   ========================================================================== */
@media all and (max-width: 47.9375em) {
  /* Main Nav List
       ========================================================================== */
  .main-nav-list ul {
    /* Mixins */
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 0.55556em;
  }
  .main-nav-list ul > li a {
    display: block;
    padding: 0.625em;
    padding-left: 20%;
    background-color: #2f1539;
  }
  .main-nav-list ul li a.btn--primary {
    text-align: left;
  }
  /* Off Canvas
       ========================================================================== */
  #nav-canvas.off-canvas {
    background-color: #2b093d;
  }
  #nav-canvas .canvas__primary {
    background-color: #ffffff;
  }
  #nav-canvas .canvas__secondary {
    background-color: #2b093d;
  }
  #nav-canvas .canvas__secondary .nav-bar--menu {
    padding-left: 0.9375em;
  }
  #nav-canvas .canvas-trigger {
    color: #f77a52;
  }
  /* EybBrow Nav
       ========================================================================== */
  .eyebrow-nav {
    position: absolute;
    top: 100%;
    left: 20%;
  }
  .eyebrow-nav ul {
    padding-left: 0.9375em;
  }
  .eyebrow-nav li a {
    display: inline-block;
    padding: 0.3125em;
    padding-left: 0;
  }
  .eyebrow-translation {
    display: none;
  }
  /* Search Form
       ========================================================================== */
  .nav-bar--menu {
    padding-top: 0.625em;
  }
  .nav-bar--menu > .group,
  .nav-bar--menu > .media-object--checkbox {
    padding-left: 20%;
    padding-right: 0.625em;
  }
  .main-header [type="submit"] {
    /* Mixins */
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 15px;
  }
  .main-header [type="button"] {
    display: none;
  }
  /* Logo
       ========================================================================== */
  .logo-container {
    padding: 0.625em;
    background-color: #2b093d;
  }
  .logo-container .wrapper {
    width: 100%;
    margin: 0;
  }
  .logo-container .logo {
    /* Mixins */
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
/* ==========================================================================
   MQ Medium
   ========================================================================== */
@media all and (min-width: 48em) {
  /* Main Header
       ========================================================================== */
  .main-header {
    position: relative;
    background-color: #2f1539;
    border-bottom: 1px solid #a9a6a7;
  }
  .main-header .nav-bar--menu {
    position: relative;
    z-index: 100;
  }
  .main-header:before {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2b093d;
  }
  /* Eyebrow Nav
       ========================================================================== */
  .nav-bar--menu {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-bar--menu form {
    float: right;
  }
  .eyebrow-nav {
    float: right;
  }
  .eyebrow-nav ul {
    margin-top: 0.625em;
  }
  .eyebrow-nav ul li {
    display: inline-block;
  }
  .eyebrow-nav ul li a {
    /* Mixins */
    font-size: 12px;
    font-size: 0.75rem;
    /* Vars */
    margin-right: 2.08333em;
  }
  /* Mobil Menu Icon
       ========================================================================== */
  #reveal-main-nav {
    display: none;
  }
  /* Translation Drop Down
       ========================================================================== */
  .eyebrow-translation {
    float: right;
    border-left: 1px solid #3f1b4c;
  }
  .eyebrow-translation a {
    /* Mixins */
    font-size: 12px;
    font-size: 0.75rem;
    /* Vars */
    display: block;
    padding: 1.33333em 0.83333333em;
    color: #b7a0b5;
    border-top: 1px solid #3f1b4c;
  }
  .eyebrow-translation a:hover {
    color: #f77a52;
  }
  .eyebrow-translation > a {
    text-transform: uppercase;
    background-color: #2b093d;
    border: none;
  }
  .drop-down {
    display: none;
    width: 102%;
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 100;
    text-align: center;
    background-color: #2b093d;
    border: 1px solid #3f1b4c;
    border-top: none;
  }
  .drop-down.is-revealed {
    display: block;
  }
  /* Main Nav
       ========================================================================== */
  .main-nav-list {
    padding: 0.9375em 0;
  }
  .main-nav-list ul {
    text-align: right;
    margin-top: 0;
  }
  .main-nav-list ul li {
    display: inline-block;
  }
  .main-nav-list ul > li a {
    margin-left: 2.1875em;
  }
  .main-nav-list ul li a {
    display: block;
    padding: 0.3125em;
  }
  .main-nav-list ul li a.btn--primary {
    /* Mixins */
    margin-left: 2.1875em;
    padding: 0.5em 1.6875em;
  }
  /* Logo
       ========================================================================== */
  .logo-container {
    width: 100%;
    position: absolute;
    top: 2.5em;
    left: 0;
  }
  .logo-container .wrapper {
    height: 1px;
    position: relative;
  }
  .logo-container .logo {
    width: 6.25em;
    height: 6.25em;
    top: 0;
    left: 0;
  }
  .backgroundsize.svg .logo-container .logo {
    /* Vars */
    width: 8.75em;
    height: 8.75em;
    top: -2.1875em;
    z-index: 100;
  }
  /* Search Form
       ========================================================================== */
  .main-header [type="search"] {
    /* Mixins */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 0;
    padding: 0.55556em 0;
    border: none;
  }
  .main-header [type="search"].is-expanded {
    width: 100%;
    padding-left: 0.55556em;
    padding-right: 0.55556em;
  }
  .main-header [type="submit"] {
    display: none;
  }
  .main-header [type="button"] {
    /* Mixins */
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    padding: 0 15px;
    background-color: transparent;
    color: #ffffff;
    border: none;
  }
  .main-header [type="button"]:hover,
  .main-header [type="button"].is-expanded {
    color: #f77a52;
  }
  .main-header [type="button"]:focus {
    outline: none;
  }
  .main-header form {
    height: 50px;
  }
  .main-header form > div {
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #3f1b4c;
  }
}
/* ==========================================================================
   MQ Desktop
   ========================================================================== */
@media all and (min-width: 62em) {
  /* Logo
       ========================================================================== */
  .logo-container .logo {
    width: auto;
    height: auto;
  }
  /* Eyebrow Nav
       ========================================================================== */
  .nav-bar--menu {
    width: 80%;
    max-width: 66.25em;
  }
  .eyebrow-nav ul li a {
    /* Vars */
    margin-right: 4em;
  }
  /* Main Nav List
       ========================================================================== */
  .main-nav-list ul > li a {
    margin-left: 4.375em;
  }
}
.eyebrow-supporter {
  float: right;
  border-left: 1px solid #3f1b4c;
}
@media all and (max-width: 47.9375em) {
  .eyebrow-supporter {
    border-left: 0px;
    float: left;
    margin-top: 0.625em;
  }
}
.eyebrow-supporter a {
  /* Mixins */
  font-size: 12px;
  font-size: 0.75rem;
  /* Vars */
  display: block;
  padding: 1.33333em 0.83333333em;
  color: #b7a0b5;
  border-top: 1px solid #3f1b4c;
}
.eyebrow-supporter a:hover {
  color: #f77a52;
}
.eyebrow-supporter a .circle {
  width: 1.83333em;
  height: 1.83333em;
  margin-top: -1.66667em;
  vertical-align: bottom;
  border: 2px solid #af91d2;
  display: inline-block;
}
.eyebrow-supporter > a {
  text-transform: uppercase;
  background-color: #2b093d;
  border: none;
  float: left;
}
.eyebrow-supporter .logout {
  margin-left: 1.25em;
  color: #f77a52;
}
/*

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.625em 0.5625em;
  text-align: left;
}
th {
  padding-top: 0.625em;
}
@media all and (max-width: 47.9375em) {
  table {
    display: block;
    width: 100%;
  }
  tbody,
  tr,
  th,
  td {
    border: 0;
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }
  thead {
    display: none;
    visibility: hidden;
  }
  tr {
    margin-top: 1.25em;
  }
  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.625em 1.125em;
  }
}
/*

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.25em;
  padding: 1.75em;
  background-color: #ffffff;
}
.panel > :first-child,
[class*="panel-"] > :first-child,
[class*="-panel"] > :first-child {
  margin-top: 0;
}
[class*="panel--thin"] {
  padding: 0.625em;
}
.callout-panel {
  color: #edb9ff;
  background-color: #4d1e60;
}
.callout-panel h1,
.callout-panel h2,
.callout-panel h3,
.callout-panel h4,
.callout-panel h5,
.callout-panel h6,
.callout-panel .primary-heading {
  color: #ffffff;
}
.callout-panel .tertiary-heading,
.callout-panel .secondary-heading {
  color: #edb9ff;
}
/*

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"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  /* Positioning */
  position: relative;
  /* Display & Box Model */
  padding: 1.25em 1.25em 1.25em 2em;
  /* Other */
  color: #ffffff;
}
[class*="alert-panel"]:before {
  /* Positioning */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  /* Display & Box Model */
  content: "";
  width: 0.75em;
}
@media all and (min-width: 48em) {
  [class*="alert-panel"] {
    padding: 1.25em 3em;
  }
}
.alert-panel {
  background: #369999;
  background: rgba(88, 196, 196, 0.5);
}
.alert-panel:before {
  background-color: #6ee0e0;
}
.alert-panel--error {
  background: #e63c4d;
}
.alert-panel--success {
  background: #72bc44;
}
.stories-callout__figure {
  overflow: hidden;
}
.stories-callout__figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 1000em;
  -moz-border-radius: 1000em;
  -o-border-radius: 1000em;
  border-radius: 1000em;
  border: 2px solid #af91d2;
  background: transparent;
}
/*

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>

*/
/* ==========================================================================
   MQ Base
   ========================================================================== */
/* Base Interior Styles
   ========================================================================== */
.interior__header img {
  /* Display & Box Model */
  width: 100%;
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;
}
.interior__header .wysiwyg {
  position: relative;
}
.interior__header blockquote {
  font-size: 30px !important;
  font-size: 1.875rem !important;
  line-height: 1 !important;
  width: 50%;
  height: 300px;
  position: absolute;
  top: 100px;
  z-index: 200;
}
.interior__header blockquote cite {
  display: block;
  margin-top: 25px;
}
.interior__header .pull-quote .pull-quote__text,
.interior__header .pull-quote:before {
  color: #ffffff !important;
  -webkit-mask-image: none !important;
  -moz-mask-image: none !important;
  -o-mask-image: none !important;
  mask-image: none !important;
}
.interior__header__inner {
  width: 100%;
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 47.9375em) {
  .interior__header__inner {
    z-index: 0;
    max-height: 250px;
    overflow: hidden;
  }
}
.interior__header__inner img {
  position: relative;
  display: block;
  width: 100%;
}
.interior__header__inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: #ffffff;
  background: -moz-linear-gradient(top, transparent 50%, #ffffff 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(90%, #ffffff));
  background: -webkit-linear-gradient(top, transparent 50%, #ffffff 90%);
  background: -o-linear-gradient(top, transparent 50%, #ffffff 90%);
  background: -ms-linear-gradient(top, transparent 50%, #ffffff 90%);
  background: linear-gradient(to bottom, transparent 50%, #ffffff 90%);
}
.interior__main {
  /* Positioning */
  position: relative;
  z-index: 1;
}
.interior__main {
  padding-bottom: 2em;
}
.interior__take__action {
  /*.background-linear-gradient(-45deg, 50%, #893ea3, 100%, #2b093c ); */
  background: #8b40a5;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #8b40a5 0%, #632a79 50%, #39124b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #8b40a5), color-stop(50%, #632a79), color-stop(100%, #39124b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #8b40a5 0%, #632a79 50%, #39124b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #8b40a5 0%, #632a79 50%, #39124b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #8b40a5 0%, #632a79 50%, #39124b 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #8b40a5 0%, #632a79 50%, #39124b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b40a5', endColorstr='#39124b', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  padding-top: .5em;
  margin-top: 3em;
  padding-bottom: 4em;
}
.interior__take__action h2.white {
  color: #fff;
}
.interior__take__action h3.white {
  color: #fff;
}
/* Sidebar Styles
   ========================================================================== */
.interior__sidenav {
  /* Mixins */
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  /* Positioning */
  position: relative;
  overflow: hidden;
  /* Other */
  background-color: #ffffff;
}
.interior__sidenav header a {
  /* Extends */
  /* Display & Box Model */
  display: inherit;
  padding: 13px 23px 12px;
  /* Other */
  color: #ffffff;
  background-color: #501e63;
}
.interior__sidenav ul {
  /* Display & Box Model */
  margin-top: 27px;
  margin-bottom: 0;
}
.interior__sidenav ul ul {
  /* Display & Box Model */
  margin: 0;
  /* Other */
  background-color: #f5f5f5;
}
.interior__sidenav ul ul a {
  padding-left: 38px;
  border-top-color: #e8e8e8;
}
.interior__sidenav ul:hover {
  /* Other */
  cursor: pointer;
}
.interior__sidenav ul a {
  /* Extends */
  /* Mixins */
  -webkit-transform: translate3d(-5px, 0, 0);
  -moz-transform: translate3d(-5px, 0, 0);
  -o-transform: translate3d(-5px, 0, 0);
  -ms-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
  -webkit-transition: transform 250ms ease-out;
  -moz-transition: transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
  /* Display & Box Model */
  display: block;
  padding: 12px 23px;
  /* Positioning */
  position: relative;
  /* Other */
  border-top: 1px solid #f6f6f6;
  color: #332532;
  font-weight: 600;
}
.interior__sidenav ul a:before {
  /* Mixins */
  -webkit-transform: translate3d(-5px, 0, 0);
  -moz-transform: translate3d(-5px, 0, 0);
  -o-transform: translate3d(-5px, 0, 0);
  -ms-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
  -webkit-transition: transform 250ms ease-out;
  -moz-transition: transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
  /* Display & Box Model */
  content: "";
  width: 5px;
  height: 100%;
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;
  /* Other */
  background-color: #f77a52;
}
.interior__sidenav ul a:hover,
.interior__sidenav ul a:focus,
.interior__sidenav ul a.is-current {
  /* Mixins */
  -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);
  /* Other */
  color: #f77a52;
}
.interior__sidenav ul a:hover:before,
.interior__sidenav ul a:focus:before,
.interior__sidenav ul a.is-current:before {
  /* Mixins */
  -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);
}
.interior__sidenav li:first-of-type a:first-of-type {
  /* Other */
  border: none;
}
/* ==========================================================================
   MQ Tablet
   ========================================================================== */
/* ==========================================================================
   MQ Large
   ========================================================================== */
/* Base Interior Header Styles
   ========================================================================== */
.interior__header {
  /* Display & Box Model */
  padding-bottom: 323px;
}
/* Base Sidebar Styles
  ========================================================================== */
.interior__sidenav-container {
  margin-top: 1.25em;
}
@media all and (min-width: 62em) {
  .interior__sidenav-container {
    /* Display & Box Model */
    width: 29.75%;
    margin-top: 0;
    /* Positioning */
    float: left !important;
  }
  .interior__content {
    /* Display & Box Model */
    width: 61.7%;
  }
}
.frame-holder {
  border-left: 1px solid #e8e7e7;
  padding: 1.25em;
}
@media all and (max-width: 47.9375em) {
  .frame-holder {
    border-left: 0px;
    padding: 0px;
  }
}
/*

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>

*/
/* Heading Styles
   ========================================================================== */
.wysiwyg h1 {
  /* Extends */
  /* Display & Box Model */
  margin-top: 100px;
  /* Other */
  color: #615072;
}
.wysiwyg h2 {
  /* Extends */
  /* Other */
  color: #615072;
}
.wysiwyg h3 {
  /* Extends */
  /* Other */
  color: #615072;
}
.wysiwyg h4 {
  /* Extends */
  /* Other */
  color: #615072;
  line-height: 24px;
  font-weight: 300;
  font-style: italic;
}
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin-top: 1.5em;
}
.wysiwyg h1 + h2 {
  /* Display & Box Model */
  margin-top: 2px;
}
.wysiwyg h2 + h3 {
  /* Display & Box Model */
  margin-top: 8px;
}
/* Links & Buttons
   ========================================================================== */
.wysiwyg a {
  /* Other */
  color: #f77a52;
  font-weight: 600;
}
.wysiwyg .btn,
.wysiwyg [class*="btn"] {
  color: #ffffff;
}
.wysiwyg .btn--simple {
  margin-top: 15px;
  color: #f77a52;
  margin-bottom: 15px;
}
/* Text Styles
   ========================================================================== */
.wysiwyg strong {
  font-weight: 600;
}
.wysiwyg em {
  font-style: italic;
}
/* Lists
   ========================================================================== */
/**
     * List Base Styles
     */
.wysiwyg ul,
.wysiwyg ol {
  /* Extends */
  /* Display & Box Model */
  padding-left: 30px;
}
.wysiwyg ul li,
.wysiwyg ol li {
  /* Display & Box Model */
  margin-top: 6px;
  margin-bottom: 6px;
  /* Positioning */
  position: relative;
}
.wysiwyg ul li:first-of-type,
.wysiwyg ol li:first-of-type {
  /* Display & Box Model */
  margin-top: 6px;
}
.wysiwyg ul li:before,
.wysiwyg ol li:before {
  /* Display & Box Model */
  margin-top: 10px;
  /* Positioning */
  position: absolute;
  top: 0;
  left: -14px;
  /* Other */
  color: #f77a52;
  background-color: #f77a52;
}
/**
     * Unorderd List Specifics
     */
.wysiwyg ul li:before {
  /* Display & Box Model */
  content: "";
  width: 6px;
  height: 6px;
  /* Other */
  border-radius: 50%;
}
.wysiwyg .list--unstyled li:before,
.wysiwyg .wysiwyg ul li:before,
.wysiwyg .wysiwyg ol li:before {
  width: 0;
  height: 0;
  background-color: transparent;
}
/**
     * Ordered List Specifics
     */
.wysiwyg ol {
  /* Other */
  counter-reset: list-count;
}
.wysiwyg ol li {
  /* Other */
  counter-increment: list-count;
}
.wysiwyg ol li:before {
  /* Display & Box Model */
  content: counter(list-count) ".";
  /* Other */
  background-color: transparent;
}
.csstransforms .wysiwyg ol li:before {
  /* Mixins */
  -webkit-transform: translate(-20px, -50%);
  -moz-transform: translate(-20px, -50%);
  -o-transform: translate(-20px, -50%);
  -ms-transform: translate(-20px, -50%);
  transform: translate(-20px, -50%);
  /* Other */
  font-weight: 600;
}
/* Pull Quotes
   ========================================================================== */
.pull-quote {
  /* Extends */
  /* Display & Box Model */
  margin: 40px 0;
  padding: 0;
  /* Positioning */
  position: relative;
}
.pull-quote .pull-quote__text,
.pull-quote:before {
  /* Display & Box Model */
  padding-left: 8px;
  /* Other */
  font-weight: 300;
  font-style: italic;
  line-height: 30px;
  color: #8A00AC;
  -webkit-mask-image: -webkit-linear-gradient(left, #000000 0, transparent 100%);
  -moz-mask-image: -moz-linear-gradient(left, #000000 0, transparent 100%);
  -o-mask-image: -o-linear-gradient(left, #000000 0, transparent 100%);
  mask-image: linear-gradient(to right, #000000 0, transparent 100%);
}
.pull-quote:before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  -webkit-mask-image: none;
  color: #f77a52;
}
.pull-quote-none {
  -webkit-mask-image: none;
}
.pull-quote-none .pull-quote__text {
  -webkit-mask-image: none;
}
.pull-quote-none:before {
  content: '';
}
@media all and (min-width: 62em) {
  .wysiwyg .pull-quote {
    margin-left: -45px;
  }
  .wysiwyg .pull-quote,
  .wysiwyg .pull-quote:before {
    padding-right: 45px;
  }
}
.pull-quote__text {
  /* Positioning */
  position: relative;
}
.pull-quote__text:before,
.pull-quote__text:after {
  /* Mixins */
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.04166667;
}
.pull-quote__text:before {
  /* Display & Box Model */
  content: "\201C";
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;
}
.pull-quote__text:after {
  /* Display & Box Model */
  content: "\201D";
}
cite,
.cite {
  /* Extends */
  /* Other */
  color: #8A00AC;
  font-weight: 600;
}
cite:before,
.cite:before {
  /* Display & Box Model */
  content: "\2013";
  padding-right: 5px;
}
.wysiwyg .quote-list {
  /* Extends */
}
.wysiwyg .quote-list li:before {
  /* Display & Box Model */
  width: 0;
  height: 0;
  /* Other */
  background-color: transparent;
}
.wysiwyg .quote-list .pull-quote {
  /* Display & Box Model */
  margin: 10px 0 5px 0;
  padding: 0;
}
.wysiwyg .quote-list .pull-quote:before {
  padding: 0 0 0 8px;
}
.wysiwyg .inline-quote {
  /* Display & Box Model */
  margin: 15px 0;
  padding: 0;
}
/* Images
   ========================================================================== */
/**
     * Image Widths
     */
.wysiwyg .circle {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.wysiwyg .figure-full {
  /* Display & Box Model */
  margin: 80px 0 30px;
}
.wysiwyg .figure-full img {
  /* Display & Box Model */
  width: 100%;
  max-width: 110%;
}
@media all and (min-width: 30em) {
  .wysiwyg .figure-half {
    /* Display & Box Model */
    width: 50%;
  }
  .wysiwyg .pull--right {
    /* Display & Box Model */
    margin: 30px 0 45px 20px;
    /* Positioning */
    float: right;
  }
  .wysiwyg .pull--left {
    /* Display & Box Model */
    margin: 30px 20px 45px 0;
    /* Positioning */
    float: left;
  }
}
@media all and (min-width: 62em) {
  .wysiwyg .figure-full,
  .wysiwyg .pull--left {
    margin-left: -45px;
  }
}
@media all and (min-width: 77.5em) {
  .wysiwyg .figure-full,
  .wysiwyg .pull--right {
    /* Display & Box Model */
    margin-right: -45px;
  }
}
/**
     * Image Captions
     */
.wysiwyg figcaption,
.wysiwyg .caption {
  /* Display & Box Model */
  margin-top: 0;
  /* Other */
  color: #ffffff;
  background-color: #451845;
}
.wysiwyg .figure-half figcaption,
.wysiwyg .figure-half .caption {
  /* Vars */
  /* Display & Box Model */
  padding: 1.07142857em;
}
.wysiwyg .figure-full figcaption,
.wysiwyg .figure-full .caption {
  /* Vars */
  /* Display & Box Model */
  padding: 1.64285714em 1.42857143em;
}
/**
     * Image Gradients
     */
.wysiwyg [class*="box-grade"] {
  /* Positioning */
  position: relative;
}
.wysiwyg [class*="box-grade"]:before {
  /* Display & Box Model */
  content: "";
  width: 100%;
  height: 100%;
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.wysiwyg [class*="box-grade"] img {
  /* Display & Box Model */
  display: block;
}
.wysiwyg .box-grade--purp:before {
  /* Mixins */
  background: #451845;
  background: -moz-linear-gradient(top, transparent 50%, #451845 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, #451845));
  background: -webkit-linear-gradient(top, transparent 50%, #451845 100%);
  background: -o-linear-gradient(top, transparent 50%, #451845 100%);
  background: -ms-linear-gradient(top, transparent 50%, #451845 100%);
  background: linear-gradient(to bottom, transparent 50%, #451845 100%);
}
/* Panels
   ========================================================================== */
.wysiwyg [class*="panel"] {
  /* Display & Box Model */
  width: 100%;
  margin: 2.5em 0;
}
.wysiwyg .panel--thin {
  /* Display & Box Model */
  padding: 1.25em 0.9375em;
}
.wysiwyg [class*="panel"].figure-half {
  width: 50%;
}
@media all and (max-width: 47.9375em) {
  .wysiwyg [class*="panel"].figure-half {
    width: 100%;
    margin-top: 1.25em !important;
  }
}
@media all and (min-width: 62em) {
  .wysiwyg [class*="panel"].pull--left {
    margin-left: -45px;
    margin-right: 45px;
  }
}
@media all and (min-width: 77.5em) {
  .wysiwyg [class*="panel"].pull--right {
    margin-left: 45px;
    margin-right: -45px;
  }
}
/* Action Cards
   ========================================================================== */
.wysiwyg .action-card--snack {
  /* Display & Box Model */
  max-width: 50%;
  margin-left: -45px;
  /* Positioning */
  float: left;
}
/* Stats
   ========================================================================== */
[class*="circle-stat"] {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 110px;
  height: 110px;
  /* Positioning */
  position: relative;
  /* Other */
  border: 2px solid #f77a52;
  color: #f77a52;
}
[class*="circle-stat"] [class*="stat-text"] {
  /* Mixins */
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  /* Positioning */
  position: absolute;
  top: 50%;
  left: 50%;
  /* Other */
  font-weight: 300;
}
[class*="circle-stat"] [class*="stat-text"].great-text {
  /* Mixins */
  font-size: 24px !important;
  font-size: 1.5rem !important;
  line-height: 1.04166667 !important;
}
[class*="circle-stat"] [class*="stat-text"].primer-text {
  /* Mixins */
  font-size: 18px !important;
  font-size: 1.125rem !important;
  line-height: 1.11111111 !important;
}
[class*="circle-stat"] [class*="stat-text"].normal-text {
  /* Mixins */
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
}
[class*="circle-stat"] [class*="stat-text"].great-text {
  /* Mixins */
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.04166667;
}
[class*="circle-stat"] [class*="stat-text"].primer-text {
  /* Mixins */
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.11111111;
}
[class*="circle-stat"] [class*="stat-text"].normal-text {
  /* Mixins */
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
.circle-stat--purple {
  /* Other */
  border-color: #a266a2;
  color: #a266a2;
}
.circle-stat--red {
  /* Other */
  border-color: #e63c4d;
  color: #e63c4d;
}
.circle-stat--teal {
  /* Other */
  border-color: #58c4c4;
  color: #58c4c4;
}
.stat-text .desc {
  text-transform: uppercase;
}
.stat-text--fraction {
  /* Mixins */
  font-size: 40px !important;
  font-size: 2.5rem !important;
  line-height: 1 !important;
}
.stat-text--percentage {
  /* Mixins */
  font-size: 60px !important;
  font-size: 3.75rem !important;
  line-height: 1 !important;
  /* Display & Box Model */
  margin-left: -8px;
  margin-top: 3px;
}
.stat-text--percentage:after {
  /* Mixins */
  font-size: 30px !important;
  font-size: 1.875rem !important;
  line-height: 1 !important;
  /* Display & Box Model */
  content: "%";
  position: absolute;
  top: 0;
  left: 100%;
}
.supporting-text {
  margin-top: 20px;
  color: #501e63;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571429;
}
.supporting-text span {
  margin-top: 5px;
}
.wysiwyg .js-expand h4 {
  cursor: pointer;
}
.wysiwyg .js-expand h4:hover {
  text-decoration: underline;
}
/**
 * Responsive Breakpoints
 */
/**
 * Base
 */
.main-footer {
  /* Other */
  color: #ffffff;
  background-color: #2f1539;
  font-weight: 200;
}
.main-footer > .wrapper {
  padding-top: 2.5em;
  padding-bottom: 2.1875em;
}
.main-footer h3 {
  font-weight: normal;
  color: #ad9bab;
}
.main-footer .logo img {
  /* Display & Box Model */
  width: 88px;
}
@media all and (max-width: 47.9375em) {
  .main-footer .logo img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 47.9375em) {
  .main-footer .newsletter {
    margin-top: 1.25em;
  }
}
@media all and (max-width: 47.9375em) {
  .main-footer .newsletter .attached-label {
    margin-left: auto;
    margin-right: auto;
  }
}
.main-footer .copyright {
  /* Display & Box Model */
  padding: 0.9375em 0;
  /* Other */
  color: #ad9bab;
  background-color: #2b093d;
}
.main-footer .copyright__s-logo {
  width: 105px;
  height: 25px;
  vertical-align: middle;
  overflow: hidden;
  display: inline-block;
  margin-left: 2px;
  margin-bottom: 1px;
}
.svg .main-footer .copyright__s-logo {
  text-indent: 1000%;
  background: transparent url("/resources/images/s-logo.svg") no-repeat center center;
  background-size: contain;
}
.main-footer [class*="social-share"] {
  /* Mixins */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* Display & Box Model */
  width: 40px;
  height: 40px;
  margin-top: 35px;
  /* Positioning */
  position: relative;
  /* Other */
  background-color: #755581;
}
.main-footer [class*="social-share"]:before {
  /* Mixins */
  -webkit-transform: translate(-50%, -42%);
  -moz-transform: translate(-50%, -42%);
  -o-transform: translate(-50%, -42%);
  -ms-transform: translate(-50%, -42%);
  transform: translate(-50%, -42%);
  /* Positioning */
  position: absolute;
  top: 50%;
  left: 50%;
  /* Other */
  color: #2f1539;
  line-height: 1em;
}
.inline-block {
  display: inline-block !important;
}
/******************************************************
**
**                 SOCIALPIC CSS
**
** Styles for the socialpic jquery plugin
**
** Author: Andrew Hartnett
**   Date: November 2014
**
******************************************************/
span.socialclick:hover {
  cursor: pointer;
}
div.overlay-social {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
div.overlay-social ul {
  width: 100%;
  text-align: center;
  padding: 0;
  top: 50%;
  position: absolute;
  margin-top: -12px;
  font-size: 24px;
}
div.overlay-social ul li {
  display: inline;
  margin: 0 10px;
}
div.wrap div.overlay-social:hover {
  opacity: 1;
  -webkit-transition: all .5s ease .15s;
  -moz-transition: all .5s ease .15s;
  -o-transition: all .5s ease .15s;
  -ms-transition: all .5s ease .15s;
  transition: all .5s ease .15s;
}
div.wrap {
  position: relative;
}
.cookieBanner__banner {
  display: none;
  color: white;
  background-color: rgba(47, 21, 57, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  padding: 10px 50px 25px 50px;
}
.cookieBanner__header {
  font-size: 22px;
  color: white;
  margin-top: 30px;
}
.cookieBanner__details {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookieBanner__link {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 15px;
}
.cookieBanner__link:hover {
  color: #58c4c4;
}
.cookieBanner__button {
  background: #f77a52;
  border: 2px solid #f77a52;
  font-weight: normal;
  min-width: auto;
  font-size: 18px;
  padding: 5px 20px;
  color: white;
  text-transform: uppercase;
  margin-left: 15px;
  letter-spacing: 1px;
}
.cookieBanner__button:hover {
  color: #2f1539;
  cursor: pointer;
}
.cookieBanner__close {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 32px;
  height: 32px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #2f1539;
  border-radius: 50%;
}
.cookieBanner__close:hover {
  opacity: 0.8;
  cursor: pointer;
}
.cookieBanner__close:before,
.cookieBanner__close:after {
  position: absolute;
  left: 13px;
  top: 4px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #2b093d;
}
.cookieBanner__close:before {
  transform: rotate(45deg);
}
.cookieBanner__close:after {
  transform: rotate(-45deg);
}
.cookieBanner__show {
  display: block;
}
.js-hide {
  display: none;
}
/**
 * Base & Small Only
 */
@media all and (max-width: 47.9375em) {
  .main-footer * {
    text-align: center;
  }
}
/**
 * Small
 */
/**
 * Medium Only
 */
/**
 * Medium
 */
@media all and (min-width: 48em) {
  .breadcrumb {
    /* Mixins */
    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;
  }
  .breadcrumb.focusable:active,
  .breadcrumb.focusable:focus {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    overflow: visible;
    position: static;
  }
  body:hover .breadcrumb a,
  body:hover .breadcrumb input,
  body:hover .breadcrumb button {
    display: none;
  }
}
/**
 * Large
 */
/**
 * Extra Large
 */
/**
 * Print
 */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  html {
    font: 12pt/1.5em Georgia, "Times New Roman", Times, serif;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 0.5em;
    margin-top: 1em;
    page-break-after: avoid;
    orphans: 3;
    widows: 3;
  }
  li h1,
  li h2,
  li h3,
  li h4,
  li h5,
  li h6 {
    margin-top: 0;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 21pt;
  }
  h3 {
    font-size: 18pt;
  }
  h4 {
    font-size: 16pt;
  }
  h5 {
    font-size: 14pt;
  }
  h6 {
    font-size: 12pt;
  }
  blockquote,
  p,
  ul,
  ol,
  dl,
  figure,
  img {
    margin-bottom: 1em;
  }
  figure img {
    margin-bottom: 0;
  }
  ul,
  ol,
  dd {
    margin-left: 3em;
  }
  pre,
  blockquote {
    border-left: 0.5em solid #999;
    padding-left: 1.5em;
    page-break-inside: avoid;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  figcaption {
    text-transform: uppercase;
    font-size: 10pt;
  }
  strong {
    font-weight: bold;
  }
  em {
    font-style: italic;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  form,
  video,
  nav {
    display: none !important;
  }
  @page {
    margin: 2cm;
  }
}
/**
 * Prototype Styles
 * REMOVE WHEN BEGINNING PRODUCTION
 */
/*# sourceMappingURL=motif.css.map */