/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ============================================================================
Border-box reset
============================================================================ */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ============================================================================
Base styles: opinionated defaults
============================================================================ */
html, body {
  min-height: 100%;
  height: 100%; }

html, button, input, select, textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio, canvas, img, video {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

/* ============================================================================
Links
============================================================================ */
a:link,
a:visited {
  color: #f04c3f;
  text-decoration: none; }

a:hover {
  color: #000; }

a:active {
  color: #000; }

/* ============================================================================
Responsive display/sizing for img/object/embed elements
============================================================================ */
img, object, embed, video {
  max-width: 100%;
  height: auto; }

img {
  display: inline-block;
  -ms-interpolation-mode: bicubic; }

.embed_media,
iframe[src*="bandcamp"],
iframe[src*="soundcloud"],
.video-wrap {
  margin: 0 0 1.378rem; }

.embed_media * {
  margin: 0; }

.embed_media iframe {
  margin: 0 auto; }

.content_image_box {
  border: none;
  background: transparent; }
  .content_image_box img {
    margin: 0; }

/* ============================================================================
Typography
============================================================================ */
/* General presets
   Based on http://modularscale.com/scale/?px1=16&px2=640&ra1=1.618&ra2=0
   ========================================================================== */
html {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

abbr, acronym, blockquote, code, dir, kbd, listing, plaintext, q, samp, tt, var, xmp {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none; }

blockquote {
  font-style: italic; }

blockquote cite,
blockquote em {
  font-style: normal; }

/* Headlines
============================================================================ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif; }

h1 {
  margin: 0 0 .526rem;
  font-size: 2.618rem; }

h2 {
  margin: 0 0 .618rem;
  font-size: 2.229rem; }

h3 {
  margin: 0 0 .852rem;
  font-size: 1.618rem; }

h4 {
  margin: 0 0 .25rem;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: -.5px; }

h5 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -.5px; }

h6 {
  margin: 0;
  font-size: .852rem; }

/* Margins
============================================================================ */
p, ul, ol, dl, blockquote {
  margin-top: 0;
  margin-bottom: 1.378rem; }

ul, ol {
  margin-left: 0;
  margin-right: 0;
  padding: 0; }

/* Media Queries
============================================================================ */
@media only screen and (max-width: 64.063em) {
  ul, ol {
    margin-left: 3rem;
    margin-right: 3rem; } }
ul li {
  margin: 1.2rem 0 0;
  list-style: none; }
  ul li:first-child {
    margin: 0; }
  ul li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 10px 0 -30px;
    color: #f04c3f; }

blockquote {
  margin-left: 3rem;
  margin-right: 3rem;
  padding: 0; }

/* Lists
============================================================================ */
/* Unstyled list */
.list-unstyled {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none; }

/* Inline list */
.list-inline li {
  display: inline-block;
  margin: 0 -4px 0 0; }

.list-inline li:first-child {
  margin-left: 0; }

/* List types */
.list-style-alpha {
  list-style-type: upper-alpha; }

.list-style-alpha-lower {
  list-style-type: lower-alpha; }

.list-style-circle {
  list-style-type: circle; }

.list-style-decimal {
  list-style-type: decimal; }

.list-style-disc {
  list-style-type: disc; }

.list-style-roman {
  list-style-type: upper-roman; }

.list-style-roman-lower {
  list-style-type: lower-roman; }

.list-style-square {
  list-style-type: disc; }

/* Nested lists */
li ul,
li ol {
  margin-bottom: 0;
  list-style: inherit; }

/* Definition lists */
dt {
  font-weight: bold; }

dd {
  margin: 0; }

/* List spacing */
.list-spacing-2x li {
  margin: 0 0 1.378rem; }

.list-spacing-3x li {
  margin: 0 0 2.229rem; }

/* ============================================================================
Grid
============================================================================ */
/* Rows
============================================================================ */
.grid {
  width: 100%;
  margin: 0 auto; }

.grid .grid {
  width: auto;
  max-width: none;
  margin: 0 -.75rem; }

/* Collapsed rows */
.grid--collapse > .grid__cell {
  padding: 0; }

.grid--collapse .grid {
  margin-left: 0;
  margin-right: 0; }

.grid .grid--collapse {
  width: auto;
  max-width: none;
  margin: 0; }

/* Clearing rows */
.grid:before,
.grid:after,
.grid .grid:before,
.grid .grid:after,
.grid .grid--collapse:before,
.grid .grid--collapse:after {
  display: table;
  content: ' '; }

.grid:after,
.grid .grid:after,
.grid .grid--collapse:after {
  clear: both; }

/* Compact columns
============================================================================ */
.grid--compact .grid__cell {
  padding-right: 0;
  padding-left: 0; }

/* Column general defaults
============================================================================ */
.grid__cell {
  position: relative;
  float: left;
  width: 100%;
  padding-left: .75rem;
  padding-right: .75rem; }

div[class*='push-'] {
  position: relative;
  right: auto; }

div[class*='pull-'] {
  position: relative;
  left: auto; }

div[class*='grid__cell'] + div[class*='grid__cell']:last-child {
  float: right; }

div[class*='grid__cell'] + div[class*='grid__cell'].end {
  float: left; }

/* Flush Grid */
.grid--flush .grid__cell:first-child {
  padding-left: 0; }

.grid--flush .grid__cell:last-child {
  padding-right: 0; }

/* Media queries
============================================================================ */
/* Small  */
@media only screen {
  .grid__cell--small-1 {
    width: 8.33333%; }

  .grid__cell--small-2 {
    width: 16.66667%; }

  .grid__cell--small-3 {
    width: 25%; }

  .grid__cell--small-4 {
    width: 33.33333%; }

  .grid__cell--small-5 {
    width: 41.66667%; }

  .grid__cell--small-6 {
    width: 50%; }

  .grid__cell--small-7 {
    width: 58.33333%; }

  .grid__cell--small-8 {
    width: 66.66667%; }

  .grid__cell--small-9 {
    width: 75%; }

  .grid__cell--small-10 {
    width: 83.33333%; }

  .grid__cell--small-11 {
    width: 91.66667%; }

  .grid__cell--small-12 {
    width: 100%; }

  .grid__cell--small-push-1 {
    left: 8.33333%; }

  .grid__cell--small-push-2 {
    left: 16.66667%; }

  .grid__cell--small-push-3 {
    left: 25%; }

  .grid__cell--small-push-4 {
    left: 33.33333%; }

  .grid__cell--small-push-5 {
    left: 41.66667%; }

  .grid__cell--small-push-6 {
    left: 50%; }

  .grid__cell--small-push-7 {
    left: 58.33333%; }

  .grid__cell--small-push-8 {
    left: 66.66667%; }

  .grid__cell--small-push-9 {
    left: 75%; }

  .grid__cell--small-push-10 {
    left: 83.33333%; }

  .grid__cell--small-push-11 {
    left: 91.66667%; }

  .grid__cell--small-push-12 {
    left: 100%; }

  .grid__cell--small-pull-1 {
    right: 8.33333%; }

  .grid__cell--small-pull-2 {
    right: 16.66667%; }

  .grid__cell--small-pull-3 {
    right: 25%; }

  .grid__cell--small-pull-4 {
    right: 33.33333%; }

  .grid__cell--small-pull-5 {
    right: 41.66667%; }

  .grid__cell--small-pull-6 {
    right: 50%; }

  .grid__cell--small-pull-7 {
    right: 58.33333%; }

  .grid__cell--small-pull-8 {
    right: 66.66667%; }

  .grid__cell--small-pull-9 {
    right: 75%; }

  .grid__cell--small-pull-10 {
    right: 83.33333%; }

  .grid__cell--small-pull-11 {
    right: 91.66667%; }

  .grid__cell--small-pull-12 {
    right: 100%; }

  .grid__cell--small-offset-1 {
    margin-left: 8.33333%; }

  .grid__cell--small-offset-2 {
    margin-left: 16.66667%; }

  .grid__cell--small-offset-3 {
    margin-left: 25%; }

  .grid__cell--small-offset-4 {
    margin-left: 33.33333%; }

  .grid__cell--small-offset-5 {
    margin-left: 41.66667%; }

  .grid__cell--small-offset-6 {
    margin-left: 50%; }

  .grid__cell--small-offset-7 {
    margin-left: 58.33333%; }

  .grid__cell--small-offset-8 {
    margin-left: 66.66667%; }

  .grid__cell--small-offset-9 {
    margin-left: 75%; }

  .grid__cell--small-offset-10 {
    margin-left: 83.33333%; }

  .grid__cell--small-offset-11 {
    margin-left: 91.66667%; }

  .grid__cell--small-offset-12 {
    margin-left: 100%; }

  .grid__cell--small-centered {
    margin: 0 auto;
    float: none; }

  .grid__cell--small-uncentered {
    margin-right: 0;
    margin-left: 0;
    float: left; }

  .grid__cell--small-uncentered.opposite {
    float: right; } }
/* Medium */
@media only screen and (min-width: 40.063em) {
  .grid__cell--medium-1 {
    width: 8.33333%; }

  .grid__cell--medium-2 {
    width: 16.66667%; }

  .grid__cell--medium-3 {
    width: 25%; }

  .grid__cell--medium-4 {
    width: 33.33333%; }

  .grid__cell--medium-5 {
    width: 41.66667%; }

  .grid__cell--medium-6 {
    width: 50%; }

  .grid__cell--medium-7 {
    width: 58.33333%; }

  .grid__cell--medium-8 {
    width: 66.66667%; }

  .grid__cell--medium-9 {
    width: 75%; }

  .grid__cell--medium-10 {
    width: 83.33333%; }

  .grid__cell--medium-11 {
    width: 91.66667%; }

  .grid__cell--medium-12 {
    width: 100%; }

  .grid__cell--medium-push-1 {
    left: 8.33333%; }

  .grid__cell--medium-push-2 {
    left: 16.66667%; }

  .grid__cell--medium-push-3 {
    left: 25%; }

  .grid__cell--medium-push-4 {
    left: 33.33333%; }

  .grid__cell--medium-push-5 {
    left: 41.66667%; }

  .grid__cell--medium-push-6 {
    left: 50%; }

  .grid__cell--medium-push-7 {
    left: 58.33333%; }

  .grid__cell--medium-push-8 {
    left: 66.66667%; }

  .grid__cell--medium-push-9 {
    left: 75%; }

  .grid__cell--medium-push-10 {
    left: 83.33333%; }

  .grid__cell--medium-push-11 {
    left: 91.66667%; }

  .grid__cell--medium-push-12 {
    left: 100%; }

  .grid__cell--medium-pull-1 {
    right: 8.33333%; }

  .grid__cell--medium-pull-2 {
    right: 16.66667%; }

  .grid__cell--medium-pull-3 {
    right: 25%; }

  .grid__cell--medium-pull-4 {
    right: 33.33333%; }

  .grid__cell--medium-pull-5 {
    right: 41.66667%; }

  .grid__cell--medium-pull-6 {
    right: 50%; }

  .grid__cell--medium-pull-7 {
    right: 58.33333%; }

  .grid__cell--medium-pull-8 {
    right: 66.66667%; }

  .grid__cell--medium-pull-9 {
    right: 75%; }

  .grid__cell--medium-pull-10 {
    right: 83.33333%; }

  .grid__cell--medium-pull-11 {
    right: 91.66667%; }

  .grid__cell--medium-pull-12 {
    right: 100%; }

  .grid__cell--medium-offset-1 {
    margin-left: 8.33333%; }

  .grid__cell--medium-offset-2 {
    margin-left: 16.66667%; }

  .grid__cell--medium-offset-3 {
    margin-left: 25%; }

  .grid__cell--medium-offset-4 {
    margin-left: 33.33333%; }

  .grid__cell--medium-offset-5 {
    margin-left: 41.66667%; }

  .grid__cell--medium-offset-6 {
    margin-left: 50%; }

  .grid__cell--medium-offset-7 {
    margin-left: 58.33333%; }

  .grid__cell--medium-offset-8 {
    margin-left: 66.66667%; }

  .grid__cell--medium-offset-9 {
    margin-left: 75%; }

  .grid__cell--medium-offset-10 {
    margin-left: 83.33333%; }

  .grid__cell--medium-offset-11 {
    margin-left: 91.66667%; }

  .grid__cell--medium-offset-12 {
    margin-left: 100%; }

  .grid__cell--medium-centered {
    margin: 0 auto;
    float: none; }

  .grid__cell--medium-uncentered {
    margin-right: 0;
    margin-left: 0;
    float: left; }

  .grid__cell--medium-uncentered.opposite {
    float: right; } }
/* Large */
@media only screen and (min-width: 64.063em) {
  .grid__cell--large-1 {
    width: 8.33333%; }

  .grid__cell--large-2 {
    width: 16.66667%; }

  .grid__cell--large-3 {
    width: 25%; }

  .grid__cell--large-4 {
    width: 33.33333%; }

  .grid__cell--large-5 {
    width: 41.66667%; }

  .grid__cell--large-6 {
    width: 50%; }

  .grid__cell--large-7 {
    width: 58.33333%; }

  .grid__cell--large-8 {
    width: 66.66667%; }

  .grid__cell--large-9 {
    width: 75%; }

  .grid__cell--large-10 {
    width: 83.33333%; }

  .grid__cell--large-11 {
    width: 91.66667%; }

  .grid__cell--large-12 {
    width: 100%; }

  .grid__cell--large-push-1 {
    left: 8.33333%; }

  .grid__cell--large-push-2 {
    left: 16.66667%; }

  .grid__cell--large-push-3 {
    left: 25%; }

  .grid__cell--large-push-4 {
    left: 33.33333%; }

  .grid__cell--large-push-5 {
    left: 41.66667%; }

  .grid__cell--large-push-6 {
    left: 50%; }

  .grid__cell--large-push-7 {
    left: 58.33333%; }

  .grid__cell--large-push-8 {
    left: 66.66667%; }

  .grid__cell--large-push-9 {
    left: 75%; }

  .grid__cell--large-push-10 {
    left: 83.33333%; }

  .grid__cell--large-push-11 {
    left: 91.66667%; }

  .grid__cell--large-push-12 {
    left: 100%; }

  .grid__cell--large-pull-1 {
    right: 8.33333%; }

  .grid__cell--large-pull-2 {
    right: 16.66667%; }

  .grid__cell--large-pull-3 {
    right: 25%; }

  .grid__cell--large-pull-4 {
    right: 33.33333%; }

  .grid__cell--large-pull-5 {
    right: 41.66667%; }

  .grid__cell--large-pull-6 {
    right: 50%; }

  .grid__cell--large-pull-7 {
    right: 58.33333%; }

  .grid__cell--large-pull-8 {
    right: 66.66667%; }

  .grid__cell--large-pull-9 {
    right: 75%; }

  .grid__cell--large-pull-10 {
    right: 83.33333%; }

  .grid__cell--large-pull-11 {
    right: 91.66667%; }

  .grid__cell--large-pull-12 {
    right: 100%; }

  .grid__cell--large-offset-1 {
    margin-left: 8.33333%; }

  .grid__cell--large-offset-2 {
    margin-left: 16.66667%; }

  .grid__cell--large-offset-3 {
    margin-left: 25%; }

  .grid__cell--large-offset-4 {
    margin-left: 33.33333%; }

  .grid__cell--large-offset-5 {
    margin-left: 41.66667%; }

  .grid__cell--large-offset-6 {
    margin-left: 50%; }

  .grid__cell--large-offset-7 {
    margin-left: 58.33333%; }

  .grid__cell--large-offset-8 {
    margin-left: 66.66667%; }

  .grid__cell--large-offset-9 {
    margin-left: 75%; }

  .grid__cell--large-offset-10 {
    margin-left: 83.33333%; }

  .grid__cell--large-offset-11 {
    margin-left: 91.66667%; }

  .grid__cell--large-offset-12 {
    margin-left: 100%; }

  .grid__cell--large-centered {
    margin: 0 auto;
    float: none; }

  .grid__cell--large-uncentered {
    margin-right: 0;
    margin-left: 0;
    float: left; }

  .grid__cell--large-uncentered.opposite {
    float: right; } }
/* X-Large */
@media only screen and (min-width: 90.063em) {
  .grid__cell--xlarge-1 {
    width: 8.33333%; }

  .grid__cell--xlarge-2 {
    width: 16.66667%; }

  .grid__cell--xlarge-3 {
    width: 25%; }

  .grid__cell--xlarge-4 {
    width: 33.33333%; }

  .grid__cell--xlarge-5 {
    width: 41.66667%; }

  .grid__cell--xlarge-6 {
    width: 50%; }

  .grid__cell--xlarge-7 {
    width: 58.33333%; }

  .grid__cell--xlarge-8 {
    width: 66.66667%; }

  .grid__cell--xlarge-9 {
    width: 75%; }

  .grid__cell--xlarge-10 {
    width: 83.33333%; }

  .grid__cell--xlarge-11 {
    width: 91.66667%; }

  .grid__cell--xlarge-12 {
    width: 100%; }

  .grid__cell--xlarge-push-1 {
    left: 8.33333%; }

  .grid__cell--xlarge-push-2 {
    left: 16.66667%; }

  .grid__cell--xlarge-push-3 {
    left: 25%; }

  .grid__cell--xlarge-push-4 {
    left: 33.33333%; }

  .grid__cell--xlarge-push-5 {
    left: 41.66667%; }

  .grid__cell--xlarge-push-6 {
    left: 50%; }

  .grid__cell--xlarge-push-7 {
    left: 58.33333%; }

  .grid__cell--xlarge-push-8 {
    left: 66.66667%; }

  .grid__cell--xlarge-push-9 {
    left: 75%; }

  .grid__cell--xlarge-push-10 {
    left: 83.33333%; }

  .grid__cell--xlarge-push-11 {
    left: 91.66667%; }

  .grid__cell--xlarge-push-12 {
    left: 100%; }

  .grid__cell--xlarge-pull-1 {
    right: 8.33333%; }

  .grid__cell--xlarge-pull-2 {
    right: 16.66667%; }

  .grid__cell--xlarge-pull-3 {
    right: 25%; }

  .grid__cell--xlarge-pull-4 {
    right: 33.33333%; }

  .grid__cell--xlarge-pull-5 {
    right: 41.66667%; }

  .grid__cell--xlarge-pull-6 {
    right: 50%; }

  .grid__cell--xlarge-pull-7 {
    right: 58.33333%; }

  .grid__cell--xlarge-pull-8 {
    right: 66.66667%; }

  .grid__cell--xlarge-pull-9 {
    right: 75%; }

  .grid__cell--xlarge-pull-10 {
    right: 83.33333%; }

  .grid__cell--xlarge-pull-11 {
    right: 91.66667%; }

  .grid__cell--xlarge-pull-12 {
    right: 100%; }

  .grid__cell--xlarge-offset-1 {
    margin-left: 8.33333%; }

  .grid__cell--xlarge-offset-2 {
    margin-left: 16.66667%; }

  .grid__cell--xlarge-offset-3 {
    margin-left: 25%; }

  .grid__cell--xlarge-offset-4 {
    margin-left: 33.33333%; }

  .grid__cell--xlarge-offset-5 {
    margin-left: 41.66667%; }

  .grid__cell--xlarge-offset-6 {
    margin-left: 50%; }

  .grid__cell--xlarge-offset-7 {
    margin-left: 58.33333%; }

  .grid__cell--xlarge-offset-8 {
    margin-left: 66.66667%; }

  .grid__cell--xlarge-offset-9 {
    margin-left: 75%; }

  .grid__cell--xlarge-offset-10 {
    margin-left: 83.33333%; }

  .grid__cell--xlarge-offset-11 {
    margin-left: 91.66667%; }

  .grid__cell--xlarge-offset-12 {
    margin-left: 100%; }

  .grid__cell--xlarge-centered {
    margin: 0 auto;
    float: none; }

  .grid__cell--xlarge-uncentered {
    margin-right: 0;
    margin-left: 0;
    float: left; }

  .grid__cell--xlarge-uncentered.opposite {
    float: right; } }
/* XX-Large */
@media only screen and (min-width: 120.063em) {
  .grid__cell--xxlarge-1 {
    width: 8.33333%; }

  .grid__cell--xxlarge-2 {
    width: 16.66667%; }

  .grid__cell--xxlarge-3 {
    width: 25%; }

  .grid__cell--xxlarge-4 {
    width: 33.33333%; }

  .grid__cell--xxlarge-5 {
    width: 41.66667%; }

  .grid__cell--xxlarge-6 {
    width: 50%; }

  .grid__cell--xxlarge-7 {
    width: 58.33333%; }

  .grid__cell--xxlarge-8 {
    width: 66.66667%; }

  .grid__cell--xxlarge-9 {
    width: 75%; }

  .grid__cell--xxlarge-10 {
    width: 83.33333%; }

  .grid__cell--xxlarge-11 {
    width: 91.66667%; }

  .grid__cell--xxlarge-12 {
    width: 100%; }

  .grid__cell--xxlarge-push-1 {
    left: 8.33333%; }

  .grid__cell--xxlarge-push-2 {
    left: 16.66667%; }

  .grid__cell--xxlarge-push-3 {
    left: 25%; }

  .grid__cell--xxlarge-push-4 {
    left: 33.33333%; }

  .grid__cell--xxlarge-push-5 {
    left: 41.66667%; }

  .grid__cell--xxlarge-push-6 {
    left: 50%; }

  .grid__cell--xxlarge-push-7 {
    left: 58.33333%; }

  .grid__cell--xxlarge-push-8 {
    left: 66.66667%; }

  .grid__cell--xxlarge-push-9 {
    left: 75%; }

  .grid__cell--xxlarge-push-10 {
    left: 83.33333%; }

  .grid__cell--xxlarge-push-11 {
    left: 91.66667%; }

  .grid__cell--xxlarge-push-12 {
    left: 100%; }

  .grid__cell--xxlarge-pull-1 {
    right: 8.33333%; }

  .grid__cell--xxlarge-pull-2 {
    right: 16.66667%; }

  .grid__cell--xxlarge-pull-3 {
    right: 25%; }

  .grid__cell--xxlarge-pull-4 {
    right: 33.33333%; }

  .grid__cell--xxlarge-pull-5 {
    right: 41.66667%; }

  .grid__cell--xxlarge-pull-6 {
    right: 50%; }

  .grid__cell--xxlarge-pull-7 {
    right: 58.33333%; }

  .grid__cell--xxlarge-pull-8 {
    right: 66.66667%; }

  .grid__cell--xxlarge-pull-9 {
    right: 75%; }

  .grid__cell--xxlarge-pull-10 {
    right: 83.33333%; }

  .grid__cell--xxlarge-pull-11 {
    right: 91.66667%; }

  .grid__cell--xxlarge-pull-12 {
    right: 100%; }

  .grid__cell--xxlarge-offset-1 {
    margin-left: 8.33333%; }

  .grid__cell--xxlarge-offset-2 {
    margin-left: 16.66667%; }

  .grid__cell--xxlarge-offset-3 {
    margin-left: 25%; }

  .grid__cell--xxlarge-offset-4 {
    margin-left: 33.33333%; }

  .grid__cell--xxlarge-offset-5 {
    margin-left: 41.66667%; }

  .grid__cell--xxlarge-offset-6 {
    margin-left: 50%; }

  .grid__cell--xxlarge-offset-7 {
    margin-left: 58.33333%; }

  .grid__cell--xxlarge-offset-8 {
    margin-left: 66.66667%; }

  .grid__cell--xxlarge-offset-9 {
    margin-left: 75%; }

  .grid__cell--xxlarge-offset-10 {
    margin-left: 83.33333%; }

  .grid__cell--xxlarge-offset-11 {
    margin-left: 91.66667%; }

  .grid__cell--xxlarge-offset-12 {
    margin-left: 100%; }

  .grid__cell--xxlarge-centered {
    margin-right: auto;
    margin-left: auto;
    float: none; }

  .grid__cell--xxlarge-uncentered {
    margin-right: 0;
    margin-left: 0;
    float: left; }

  .grid__cell--xxlarge-uncentered.opposite {
    float: right; } }
/* Block Grid
============================================================================ */
/* General defaults */
[class*='grid-block--'] {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none; }

[class*='grid-block--']:before,
[class*='grid-block--']:after {
  display: table;
  content: ' '; }

[class*='grid-block--']:after {
  clear: both; }

[class*='grid-block--'] > li {
  height: auto;
  float: left;
  margin: 0;
  padding: 0 .618rem 1.378rem; }
  [class*='grid-block--'] > li:before {
    display: none; }

/* Media queries
============================================================================ */
/* Small */
@media only screen {
  .grid-block--small-1 > li {
    width: 100%; }

  .grid-block--small-2 > li {
    width: 50%; }

  .grid-block--small-3 > li {
    width: 33.33333%; }

  .grid-block--small-4 > li {
    width: 25%; }

  .grid-block--small-5 > li {
    width: 20%; }

  .grid-block--small-6 > li {
    width: 16.66667%; }

  .grid-block--small-7 > li {
    width: 14.28571%; }

  .grid-block--small-8 > li {
    width: 12.5%; }

  .grid-block--small-9 > li {
    width: 11.11111%; }

  .grid-block--small-10 > li {
    width: 10%; }

  .grid-block--small-11 > li {
    width: 9.09091%; }

  .grid-block--small-12 > li {
    width: 8.33333%; }

  .grid-block--small-1 > li:nth-of-type(n),
  .grid-block--small-2 > li:nth-of-type(n),
  .grid-block--small-3 > li:nth-of-type(n),
  .grid-block--small-4 > li:nth-of-type(n),
  .grid-block--small-5 > li:nth-of-type(n),
  .grid-block--small-6 > li:nth-of-type(n),
  .grid-block--small-7 > li:nth-of-type(n),
  .grid-block--small-8 > li:nth-of-type(n),
  .grid-block--small-9 > li:nth-of-type(n),
  .grid-block--small-10 > li:nth-of-type(n),
  .grid-block--small-11 > li:nth-of-type(n),
  .grid-block--small-12 > li:nth-of-type(n) {
    clear: none; }

  .grid-block--small-1 > li:nth-of-type(1n+1),
  .grid-block--small-2 > li:nth-of-type(2n+1),
  .grid-block--small-3 > li:nth-of-type(3n+1),
  .grid-block--small-4 > li:nth-of-type(4n+1),
  .grid-block--small-5 > li:nth-of-type(5n+1),
  .grid-block--small-6 > li:nth-of-type(6n+1),
  .grid-block--small-7 > li:nth-of-type(7n+1),
  .grid-block--small-8 > li:nth-of-type(8n+1),
  .grid-block--small-9 > li:nth-of-type(9n+1),
  .grid-block--small-10 > li:nth-of-type(10n+1),
  .grid-block--small-11 > li:nth-of-type(11n+1),
  .grid-block--small-12 > li:nth-of-type(12n+1) {
    clear: both; } }
/* Medium */
@media only screen and (min-width: 40.063em) {
  .grid-block--medium-1 > li {
    width: 100%; }

  .grid-block--medium-2 > li {
    width: 50%; }

  .grid-block--medium-3 > li {
    width: 33.33333%; }

  .grid-block--medium-4 > li {
    width: 25%; }

  .grid-block--medium-5 > li {
    width: 20%; }

  .grid-block--medium-6 > li {
    width: 16.66667%; }

  .grid-block--medium-7 > li {
    width: 14.28571%; }

  .grid-block--medium-8 > li {
    width: 12.5%; }

  .grid-block--medium-9 > li {
    width: 11.11111%; }

  .grid-block--medium-10 > li {
    width: 10%; }

  .grid-block--medium-11 > li {
    width: 9.09091%; }

  .grid-block--medium-12 > li {
    width: 8.33333%; }

  .grid-block--medium-1 > li:nth-of-type(n),
  .grid-block--medium-2 > li:nth-of-type(n),
  .grid-block--medium-3 > li:nth-of-type(n),
  .grid-block--medium-4 > li:nth-of-type(n),
  .grid-block--medium-5 > li:nth-of-type(n),
  .grid-block--medium-6 > li:nth-of-type(n),
  .grid-block--medium-7 > li:nth-of-type(n),
  .grid-block--medium-8 > li:nth-of-type(n),
  .grid-block--medium-9 > li:nth-of-type(n),
  .grid-block--medium-10 > li:nth-of-type(n),
  .grid-block--medium-11 > li:nth-of-type(n),
  .grid-block--medium-12 > li:nth-of-type(n) {
    clear: none; }

  .grid-block--medium-1 > li:nth-of-type(1n+1),
  .grid-block--medium-2 > li:nth-of-type(2n+1),
  .grid-block--medium-3 > li:nth-of-type(3n+1),
  .grid-block--medium-4 > li:nth-of-type(4n+1),
  .grid-block--medium-5 > li:nth-of-type(5n+1),
  .grid-block--medium-6 > li:nth-of-type(6n+1),
  .grid-block--medium-7 > li:nth-of-type(7n+1),
  .grid-block--medium-8 > li:nth-of-type(8n+1),
  .grid-block--medium-9 > li:nth-of-type(9n+1),
  .grid-block--medium-10 > li:nth-of-type(10n+1),
  .grid-block--medium-11 > li:nth-of-type(11n+1),
  .grid-block--medium-12 > li:nth-of-type(12n+1) {
    clear: both; } }
/* Large */
@media only screen and (min-width: 64.063em) {
  .grid-block--large-1 > li {
    width: 100%; }

  .grid-block--large-2 > li {
    width: 50%; }

  .grid-block--large-3 > li {
    width: 33.33333%; }

  .grid-block--large-4 > li {
    width: 25%; }

  .grid-block--large-5 > li {
    width: 20%; }

  .grid-block--large-6 > li {
    width: 16.66667%; }

  .grid-block--large-7 > li {
    width: 14.28571%; }

  .grid-block--large-8 > li {
    width: 12.5%; }

  .grid-block--large-9 > li {
    width: 11.11111%; }

  .grid-block--large-10 > li {
    width: 10%; }

  .grid-block--large-11 > li {
    width: 9.09091%; }

  .grid-block--large-12 > li {
    width: 8.33333%; }

  .grid-block--large-1 > li:nth-of-type(n),
  .grid-block--large-2 > li:nth-of-type(n),
  .grid-block--large-3 > li:nth-of-type(n),
  .grid-block--large-4 > li:nth-of-type(n),
  .grid-block--large-5 > li:nth-of-type(n),
  .grid-block--large-6 > li:nth-of-type(n),
  .grid-block--large-7 > li:nth-of-type(n),
  .grid-block--large-8 > li:nth-of-type(n),
  .grid-block--large-9 > li:nth-of-type(n),
  .grid-block--large-10 > li:nth-of-type(n),
  .grid-block--large-11 > li:nth-of-type(n),
  .grid-block--large-12 > li:nth-of-type(n) {
    clear: none; }

  .grid-block--large-1 > li:nth-of-type(1n+1),
  .grid-block--large-2 > li:nth-of-type(2n+1),
  .grid-block--large-3 > li:nth-of-type(3n+1),
  .grid-block--large-4 > li:nth-of-type(4n+1),
  .grid-block--large-5 > li:nth-of-type(5n+1),
  .grid-block--large-6 > li:nth-of-type(6n+1),
  .grid-block--large-7 > li:nth-of-type(7n+1),
  .grid-block--large-8 > li:nth-of-type(8n+1),
  .grid-block--large-9 > li:nth-of-type(9n+1),
  .grid-block--large-10 > li:nth-of-type(10n+1),
  .grid-block--large-11 > li:nth-of-type(11n+1),
  .grid-block--large-12 > li:nth-of-type(12n+1) {
    clear: both; } }
/* X-Large */
@media only screen and (min-width: 90.063em) {
  .grid-block--xlarge-1 > li {
    width: 100%; }

  .grid-block--xlarge-2 > li {
    width: 50%; }

  .grid-block--xlarge-3 > li {
    width: 33.33333%; }

  .grid-block--xlarge-4 > li {
    width: 25%; }

  .grid-block--xlarge-5 > li {
    width: 20%; }

  .grid-block--xlarge-6 > li {
    width: 16.66667%; }

  .grid-block--xlarge-7 > li {
    width: 14.28571%; }

  .grid-block--xlarge-8 > li {
    width: 12.5%; }

  .grid-block--xlarge-9 > li {
    width: 11.11111%; }

  .grid-block--xlarge-10 > li {
    width: 10%; }

  .grid-block--xlarge-11 > li {
    width: 9.09091%; }

  .grid-block--xlarge-12 > li {
    width: 8.33333%; }

  .grid-block--xlarge-1 > li:nth-of-type(n),
  .grid-block--xlarge-2 > li:nth-of-type(n),
  .grid-block--xlarge-3 > li:nth-of-type(n),
  .grid-block--xlarge-4 > li:nth-of-type(n),
  .grid-block--xlarge-5 > li:nth-of-type(n),
  .grid-block--xlarge-6 > li:nth-of-type(n),
  .grid-block--xlarge-7 > li:nth-of-type(n),
  .grid-block--xlarge-8 > li:nth-of-type(n),
  .grid-block--xlarge-9 > li:nth-of-type(n),
  .grid-block--xlarge-10 > li:nth-of-type(n),
  .grid-block--xlarge-11 > li:nth-of-type(n),
  .grid-block--xlarge-12 > li:nth-of-type(n) {
    clear: none; }

  .grid-block--xlarge-1 > li:nth-of-type(1n+1),
  .grid-block--xlarge-2 > li:nth-of-type(2n+1),
  .grid-block--xlarge-3 > li:nth-of-type(3n+1),
  .grid-block--xlarge-4 > li:nth-of-type(4n+1),
  .grid-block--xlarge-5 > li:nth-of-type(5n+1),
  .grid-block--xlarge-6 > li:nth-of-type(6n+1),
  .grid-block--xlarge-7 > li:nth-of-type(7n+1),
  .grid-block--xlarge-8 > li:nth-of-type(8n+1),
  .grid-block--xlarge-9 > li:nth-of-type(9n+1),
  .grid-block--xlarge-10 > li:nth-of-type(10n+1),
  .grid-block--xlarge-11 > li:nth-of-type(11n+1),
  .grid-block--xlarge-12 > li:nth-of-type(12n+1) {
    clear: both; } }
/* XX-Large */
@media only screen and (min-width: 120.063em) {
  .grid-block--xxlarge-1 > li {
    width: 100%; }

  .grid-block--xxlarge-2 > li {
    width: 50%; }

  .grid-block--xxlarge-3 > li {
    width: 33.33333%; }

  .grid-block--xxlarge-4 > li {
    width: 25%; }

  .grid-block--xxlarge-5 > li {
    width: 20%; }

  .grid-block--xxlarge-6 > li {
    width: 16.66667%; }

  .grid-block--xxlarge-7 > li {
    width: 14.28571%; }

  .grid-block--xxlarge-8 > li {
    width: 12.5%; }

  .grid-block--xxlarge-9 > li {
    width: 11.11111%; }

  .grid-block--xxlarge-10 > li {
    width: 10%; }

  .grid-block--xxlarge-11 > li {
    width: 9.09091%; }

  .grid-block--xxlarge-12 > li {
    width: 8.33333%; }

  .grid-block--xxlarge-1 > li:nth-of-type(n),
  .grid-block--xxlarge-2 > li:nth-of-type(n),
  .grid-block--xxlarge-3 > li:nth-of-type(n),
  .grid-block--xxlarge-4 > li:nth-of-type(n),
  .grid-block--xxlarge-5 > li:nth-of-type(n),
  .grid-block--xxlarge-6 > li:nth-of-type(n),
  .grid-block--xxlarge-7 > li:nth-of-type(n),
  .grid-block--xxlarge-8 > li:nth-of-type(n),
  .grid-block--xxlarge-9 > li:nth-of-type(n),
  .grid-block--xxlarge-10 > li:nth-of-type(n),
  .grid-block--xxlarge-11 > li:nth-of-type(n),
  .grid-block--xxlarge-12 > li:nth-of-type(n) {
    clear: none; }

  .grid-block--xxlarge-1 > li:nth-of-type(1n+1),
  .grid-block--xxlarge-2 > li:nth-of-type(2n+1),
  .grid-block--xxlarge-3 > li:nth-of-type(3n+1),
  .grid-block--xxlarge-4 > li:nth-of-type(4n+1),
  .grid-block--xxlarge-5 > li:nth-of-type(5n+1),
  .grid-block--xxlarge-6 > li:nth-of-type(6n+1),
  .grid-block--xxlarge-7 > li:nth-of-type(7n+1),
  .grid-block--xxlarge-8 > li:nth-of-type(8n+1),
  .grid-block--xxlarge-9 > li:nth-of-type(9n+1),
  .grid-block--xxlarge-10 > li:nth-of-type(10n+1),
  .grid-block--xxlarge-11 > li:nth-of-type(11n+1),
  .grid-block--xxlarge-12 > li:nth-of-type(12n+1) {
    clear: both; } }
/* ============================================================================
Helper classes
============================================================================ */
/* Alignments & floats
============================================================================ */
.text-left {
  text-align: left !important; }

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

.page-titles, body.solutions .solutions-menu, body.solutions .solutions-nav, body.partners .page-content h2, body.partners .partners-actions, body.partners .partners-events, body.education .page-content h2, body.education .on-the-move, body.education .list_view_event_title, body.education.index .page-content, body.client-area .client-training-nav, body.client-area.index.calendar .event_calendar_header, body.snapshots .page-content h4, body.snapshots .page-content .content_image_box,
.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.page-titles, .page-titles__image img, .testimonial__image img, body.internal .intro, body.internal .masthead, body.internal .masthead img, body.internal .page-content, body.landing #main, body.about .section img, body.about .jay > .grid, body.about .partners .content, body.solutions .solutions-menu__options, body.solutions .page-content, body.solutions.use-case .result-icon img, body.solutions.use-case .use-case-nav, body.themes .page-content, body.impact-story .impact-story-gallery ul, body.become-partner .partners-list .content_image_box img, body.partners .page-content, body.partners .partners-events, body.education .page-content, body.education .on-the-move .content, body.education .on-the-move .calendar_section, body.client-area .page-content,
.align-center {
  margin-left: auto !important;
  margin-right: auto !important; }

/* Image replacement
============================================================================ */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }

.ir:before {
  content: '';
  display: block;
  width: 0;
  height: 150%; }

/* Hide visually and from screen readers
============================================================================ */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screen readers
============================================================================ */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screen readers, but maintain layout
============================================================================ */
.invisible {
  visibility: hidden; }

/* Clearfix: contain floats
============================================================================ */
body.solutions .solutions-nav:before, body.solutions .solutions-nav ul:before, body.themes .theme-grid:before, body.partners .partners-actions:before, body.partners .partners-events:before, body.partners.providers ul.content_collection_items:before, body.partners.associations ul.content_collection_items:before, body.education .list_view_event_meta:before, body.client-area .calendar_section li:before,
body.solutions .solutions-nav:after,
body.solutions .solutions-nav ul:after,
body.themes .theme-grid:after,
body.partners .partners-actions:after,
body.partners .partners-events:after,
body.partners.providers ul.content_collection_items:after,
body.partners.associations ul.content_collection_items:after,
body.education .list_view_event_meta:after,
body.client-area .calendar_section li:after,
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table; }

body.solutions .solutions-nav:after, body.solutions .solutions-nav ul:after, body.themes .theme-grid:after, body.partners .partners-actions:after, body.partners .partners-events:after, body.partners.providers ul.content_collection_items:after, body.partners.associations ul.content_collection_items:after, body.education .list_view_event_meta:after, body.client-area .calendar_section li:after,
.clearfix:after {
  clear: both; }

/* Vertical align elements
============================================================================ */
body.home #spotlights-secondary a span, body.home .spotlights__action div, body.impact-story .impact-story-gallery a div, body.partners.providers .content_image_box .content_image, body.partners.associations .content_image_box .content_image {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* ============================================================================
Forms
============================================================================ */
/* Form Controls
============================================================================ */
/* Text Inputs */
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea {
  display: block;
  -webkit-appearance: none;
  width: 100%;
  height: 2.25rem;
  border-radius: 2px;
  background-color: #fff;
  padding: 0 .5rem;
  font-family: inherit;
  border: 1px solid #ccc;
  color: rgba(0, 0, 0, 0.75);
  font-size: 1rem; }
  input[type='text']:focus,
  input[type='password']:focus,
  input[type='date']:focus,
  input[type='datetime']:focus,
  input[type='datetime-local']:focus,
  input[type='month']:focus,
  input[type='week']:focus,
  input[type='email']:focus,
  input[type='number']:focus,
  input[type='search']:focus,
  input[type='tel']:focus,
  input[type='time']:focus,
  input[type='url']:focus,
  input[type='color']:focus,
  textarea:focus {
    border-color: #222;
    outline: none; }

/* File input-specific */
input[type='file'] {
  width: 100%;
  height: 2.25rem; }

/* Textarea-specific */
textarea {
  height: 15rem;
  color: #bbb; }

/* Select menus */
select {
  width: 100%;
  height: 2.25rem;
  font-size: 1rem;
  text-shadow: 0 1px 0 #fff; }

/* Form Titles */
h5.form_title {
  margin: 0 0 1rem;
  background: none;
  padding: 0;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: none; }

/* Form Rows */
div.form_row {
  margin: 0 0 1rem; }

div.form_label {
  font-family: "Montserrat", sans-serif; }

/* Submit */
div.form_row_submit {
  background: none;
  padding: 0; }

input.form_submit_button {
  background: #f55930;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 1rem 5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1; }

/* Required Fields */
div.required_form_label {
  color: #222; }

.required_form_field input {
  background: #fff url("../img/req.jpg") 98% 20px no-repeat scroll; }

/* Checkboxes & radio buttons */
.checklist li:before,
.radiolist li:before {
  display: none; }
.checklist input,
.radiolist input {
  vertical-align: baseline; }

/* Media Queries
============================================================================ */
@media only screen and (max-width: 30.063em) {
  input.form_submit_button {
    width: 100%;
    padding: 1rem; } }
/* ============================================================================
Tooltip Trigger
============================================================================ */
.tooltip--trigger {
  display: inline-block;
  font-weight: bold;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #222;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  cursor: help; }

/* ============================================================================
Tooltip Theme
Original author: http://iamceege.github.io/tooltipster/
============================================================================ */
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 3px;
  background: #222;
  color: #fff;
  /* Use this next selector to style things like font-size and line-height: */ }
  .tooltipster-default .tooltipster-content {
    font-size: .7rem;
    line-height: 1.25;
    padding: .5rem .75rem .375rem;
    overflow: hidden; }
    .tooltipster-default .tooltipster-content :last-child {
      margin-bottom: 0; }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 8px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }
  .tooltipster-base .tooltipster-content {
    overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

/* ============================================================================
Page Header
============================================================================ */
#header-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: .15; }

#header {
  padding: 2.8rem 1.5rem 1.85rem; }

#header__logo-nav {
  max-width: 58.5rem;
  height: 49px;
  margin: 0 auto;
  padding: 2px 0 0; }

#header__logo-nav .logo {
  float: left; }

#header__logo-nav .nav {
  float: right; }

#header__logo-nav .nav a {
  display: block;
  float: left;
  margin: 0 0 0 3.125rem;
  height: 47px;
  font-weight: normal;
  font-size: .7rem;
  line-height: 49px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 1px; }

#header__logo-nav .nav a:hover {
  color: #000;
  border-bottom: 2px solid #000; }

#header__logo-nav .nav a.here {
  color: rgba(34, 34, 34, 0.35) !important; }
  #header__logo-nav .nav a.here:hover, #header__logo-nav .nav a.here:active {
    color: #222222 !important; }

/*
#header__logo-nav .nav a.home,
#header__logo-nav .nav a.solutions {
	margin: 0;
}
*/

#header .nav a {
    position: relative;
}
#header .nav a:last-child:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  height: 80%;
  width: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #9c9c9c;
  opacity: .3;
}



#header__logo-nav .nav a.home {
  display: none; }
/*
#header__logo-nav .nav a.blog {
  margin-top: -2px;
  margin-left: 2.5rem;
  height: 49px;
  color: rgba(34, 34, 34, 0.35);
  border: 1px solid rgba(34, 34, 34, 0.35);
  border-radius: 5px;
  padding: 0 1rem; }

#header__logo-nav .nav a.blog:hover {
  color: #222222;
  border: 1px solid #222222;
}*/

#nav-trigger {
  display: none;
  position: absolute;
  top: 3.5rem;
  right: 1rem;
  width: 16px;
  height: 17px;
  background: transparent url("../img/bg-nav-trigger.png") 0 0 no-repeat;
  z-index: 1000; }

.header--reverse #header__logo-nav .nav a {
  color: #fff;
  letter-spacing: 1px; }
.header--reverse #header__logo-nav .nav a:hover {
  color: #fff;
  border-bottom: 2px solid #fff; }
/*.header--reverse #header__logo-nav .nav a.blog {
  color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.header--reverse #header__logo-nav .nav a.blog:hover {
  color: white;
  border: 1px solid white;
}*/
.header--reverse #header__logo-nav .nav a.here {
  color: rgba(255, 255, 255, 0.35) !important; }
  .header--reverse #header__logo-nav .nav a.here:hover, .header--reverse #header__logo-nav .nav a.here:active {
    color: white !important; }
.header--reverse #nav-trigger {
  background-image: url("../img/bg-nav-trigger-reverse.png"); }

.bg-header {
  background-position: center center;
  background-size: cover; }
  .bg-header .screen {
    background: rgba(34, 34, 34, 0.5); }
  .bg-header .masthead {
    display: none; }

/* Media Queries */
@media only screen and (max-width: 60em) {
  #header-bg {
    display: none; }

  #header__logo-nav .nav a {
    margin: 0 0 0 1.5rem;
  }

  #header .nav a:last-child:before {
    left: -15px;
  }

  /*#header__logo-nav .nav a.blog {
    margin-left: 1.5rem;
  } */
  }
@media only screen and (max-width: 53.75em) {
  #nav-trigger {
    display: block;
    top: 3.75rem; }

  #header__logo-nav .nav {
    display: none; } }
@media only screen and (max-width: 30em) {
  #header {
    padding: 1.5rem; }

  #nav-trigger {
    top: 2.45rem; } }
/* ============================================================================
Nav Overlay
============================================================================ */
#nav-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(240, 76, 63, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  z-index: 2000; }

#nav-overlay.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

#nav-overlay div {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  margin: -127px 0 0;
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  -webkit-transform: translateY(-15%) rotateX(35deg);
  transform: translateY(-15%) rotateX(35deg);
  opacity: 0.4;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s; }

#nav-overlay.open div {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg); }

#nav-overlay a {
  display: block;
  font-size: 1.2rem;
  line-height: 1.618;
  padding: .3rem 0;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-align: center;
  text-transform: uppercase; }

#nav-overlay .nav-overlay-close {
  width: 27px;
  height: 27px;
  position: absolute;
  right: .8rem;
  top: .8rem;
  overflow: hidden;
  border: none;
  background: url(../img/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100; }

/* ============================================================================
Page Footer
============================================================================ */
/* General */
.footer {
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  font-size: .6rem;
  line-height: 2;
  text-transform: uppercase;
  color: #aaa;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #d9d9d9; }
  .footer a:link,
  .footer a:visited {
    color: #222; }
  .footer a:hover,
  .footer a:active {
    color: #000; }
  .footer .b-corp-logo {
    background: url(../img/b-corp-logo.png) no-repeat center top;
    min-height: 80px;
    min-width: 52px; }
    .footer .b-corp-logo a {
      display: block;
      width: 100%;
      height: 87px;
      text-decoration: none !important; }

.footer__screen {
  padding: 0 1.5rem 2.7rem;
  background-color: rgba(255, 255, 255, 0.85); }
  .footer__screen > img {
    display: none; }

.footer__copyright strong {
  color: #858585; }

/* Reverse Footer */
.footer--reverse {
  color: #fff;
  background-color: #000;
  border-top: 0; }
  .footer--reverse .footer__copyright strong {
    margin: 0 .5rem 0 0;
    font-weight: normal;
    color: #fff; }
  .footer--reverse .footer__screen {
    background-color: rgba(0, 0, 0, 0.85); }
  .footer--reverse .b-corp-logo {
    background: url(../img/b-corp-logo-reverse.png) no-repeat center top; }
    .footer--reverse .b-corp-logo a:hover,
    .footer--reverse .b-corp-logo a:active {
      border: 0; }
  .footer--reverse a:link,
  .footer--reverse a:visited {
    color: #858585; }
  .footer--reverse a:hover,
  .footer--reverse a:active {
    color: #fff;
    border-bottom: 1px solid #fff; }
  .footer--reverse .social a:hover,
  .footer--reverse .social a:active {
    border: 0; }

/* Footer Content */
.footer__content {
  max-width: 58.5rem;
  margin: 0 auto; }

.footer__contact {
  padding-top: 2.7rem;
  margin-bottom: 2.4rem; }

.footer__contact .social {
  text-align: right;
  font-size: .875rem; }

.footer__contact .logo a:hover,
.footer__contact .logo a:active,
.footer__contact .social a:hover,
.footer__contact .social a:active {
  border: 0; }

.footer__copyright strong {
  margin: 0 .5rem 0 0;
  font-weight: normal;
  color: #222; }

/* Footer Action */
.footer__action {
  padding: 7.5rem 0 4rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  text-transform: none;
  text-align: center; }

.footer__action a:link,
.footer__action a:visited {
  display: inline-block;
  height: 3.2rem;
  margin: 0 0 0 .8rem;
  background: #f04c3f;
  padding: 0 2rem;
  color: #fff;
  font-weight: normal;
  font-size: .8rem;
  line-height: 3.2rem;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: middle; }

.footer__action a:hover,
.footer__action a:active {
  border: 0;
  background: #c43b29; }

/* Media Queries */
@media only screen and (max-width: 64em) {
  .footer,
  .footer__contact .social {
    text-align: center; }

  .footer__contact .social {
    font-size: .6rem; }

  .footer__contact .social a {
    margin: 0 .5rem; }

  .footer__contact {
    margin-bottom: .75rem; }

  .footer__contact .grid__cell div {
    display: inline-block;
    margin: 0 .5rem .8rem; }

  .footer__contact .logo {
    margin-bottom: .65rem; }

  .footer__contact .logo img {
    width: 150px; }

  .footer__contact .address,
  .footer__contact .phone {
    display: none; }

  .footer__copyright strong {
    display: block;
    margin: 0; }

  .footer__action {
    padding: 2.7rem 0 .75rem;
    font-size: 1.25rem; }

  .footer__action span {
    display: block;
    margin: 0 0 1rem; }

  .footer__action a:link,
  .footer__action a:visited {
    height: 2.4rem;
    margin: 0;
    padding: 0 .8rem;
    color: #fff;
    font-size: .7rem;
    line-height: 2.4rem; } }
/* ============================================================================
Page Titles
============================================================================ */
.section-title {
  margin: 0 0 1.125rem; }
  .section-title h2 {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 .8rem;
    font-weight: normal;
    font-size: .8rem;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border-bottom: 3px solid #ccc; }

.page-titles {
  max-width: 58.5rem;
  padding: 4rem 1.5rem 3rem; }
  .page-titles .section-title {
    color: rgba(34, 34, 34, 0.35); }
    .page-titles .section-title h2 {
      padding: 0 0 .6rem;
      font-size: .6rem;
      border-color: rgba(34, 34, 34, 0.12); }
  .page-titles > h1 {
    margin: 0;
    font-size: 3.35rem;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -2px; }
  .page-titles > h2 {
    margin: .575rem 0 0;
    font-weight: normal;
    font-family: "ff-meta-serif-web-pro", Georgia, serif;
    font-size: 1.15rem;
    line-height: 1.5;
    color: rgba(34, 34, 34, 0.5); }
  .page-titles > .btn {
    display: inline-block;
    margin: 1.5rem 0 0;
    background: rgba(255, 191, 15, 0.5);
    padding: .625rem 1.5rem;
    border-radius: 5px;
    color: #e2e2e2;
    font-weight: normal;
    font-size: .75rem;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .page-titles > .btn:hover, .page-titles > .btn:active {
      background: rgba(255, 191, 15, 0.75); }
  .page-titles > p {
    margin: .75rem 0 0;
    font-size: 23px;
    opacity: .5; }

.page-titles__nav {
  margin: 1.5rem 0 0; }
  .page-titles__nav .subnav {
    margin: 0;
    padding: 0;
    list-style: none; }
    .page-titles__nav .subnav li {
      display: inline-block;
      margin: 0; }
      .page-titles__nav .subnav li:before {
        display: none; }
      .page-titles__nav .subnav li.fdpc_here a {
        background: #222;
        border-color: #222; }
  .page-titles__nav a {
    display: inline-block;
    font-size: .8rem;
    line-height: 1;
    padding: .5rem 1rem;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px; }
    .page-titles__nav a:hover, .page-titles__nav a:active {
      background: #222;
      border-color: #222; }

.page-titles__image {
  margin: 0 0 1.25rem; }
  .page-titles__image img {
    display: block; }

/* Media Queries
============================================================================ */
@media only screen and (max-width: 64.063em) {
  .page-titles {
    padding: 2.7rem 1.5rem; }
    .page-titles .section-title {
      margin: 0 0 2rem; } }
@media only screen and (max-width: 40.063em) {
  .page-titles__nav a {
    display: block;
    margin: .25rem 2px; } }
/* ============================================================================
General Layout Styles
============================================================================ */
.testimonial {
  font-size: .7rem;
  line-height: 1.5;
  padding: 0 0 0 2rem;
  text-align: center; }
  .testimonial h5 {
    margin: 0 0 1rem;
    line-height: 1.1;
    letter-spacing: -.5px; }
  .testimonial p {
    margin: 0 0 1rem;
    font-style: italic; }
  .testimonial a {
    text-transform: uppercase; }

.testimonial__image img {
  display: block;
  margin: 0 0 1rem;
  border-radius: 150px; }

.page-content .content p:first-of-type {
  font-size: 1.15rem;
  line-height: 1.6; }
.page-content .content .result-icon p:first-of-type {
  font-size: 20px;
  line-height: 1.15;
  margin-top: 0.15rem; }

.error_message li:before {
  content: none; }

body.response #main {
  padding-top: 6rem;
  text-align: center;
  padding-bottom: 6rem; }

.page-jump-nav {
  background: #efefef;
  border-bottom: 1px solid #cfcfcf;
  padding: 1.5rem 1rem; }
  .page-jump-nav .trigger {
    position: relative;
    width: 340px;
    margin: 0 auto; }
    .page-jump-nav .trigger > a {
      display: block;
      background: #fff;
      border: 1px solid #cfcfcf;
      padding: .625rem 1rem;
      border-radius: 24px;
      font-size: 21px;
      line-height: 1;
      font-family: "Montserrat", sans-serif;
      color: #bebebe; }
      .page-jump-nav .trigger > a:after {
        position: absolute;
        right: 1rem;
        content: '\f0d7';
        font-family: 'FontAwesome'; }
    .page-jump-nav .trigger:hover > a {
      border-color: #999;
      border-bottom-color: transparent;
      border-radius: 24px 24px 0 0; }
    .page-jump-nav .trigger:hover > ul {
      top: 48px; }
  .page-jump-nav ul {
    position: absolute;
    left: 50%;
    top: -9999em;
    margin: 0 0 0 -170px;
    padding: 0 0 .625rem;
    width: 340px;
    background: #fff;
    border: 1px solid #999;
    border-top: 0;
    border-radius: 0 0 24px 24px; }
  .page-jump-nav li {
    margin: 0;
    font-family: "Montserrat", sans-serif; }
    .page-jump-nav li:before {
      display: none;
      content: ''; }
    .page-jump-nav li a {
      display: block;
      padding: 0 1rem;
      color: #bebebe; }
      .page-jump-nav li a:hover, .page-jump-nav li a:active {
        color: #666; }
  .page-jump-nav .page-jump-nav__sub {
    text-align: center;
    color: #a3a3a3;
    padding: .75rem 0 0; }

/* Media Queries
============================================================================ */
@media only screen and (max-width: 64.063em) {
  .testimonial {
    margin: 2rem 0 0;
    padding: 0; } }
@media only screen and (max-width: 40.063em) {
  .page-jump-nav {
    text-align: center; }
    .page-jump-nav .trigger {
      position: relative;
      width: auto;
      margin: 0; }
      .page-jump-nav .trigger > a {
        display: none; }
      .page-jump-nav .trigger:hover > a {
        border-color: #999;
        border-bottom-color: transparent;
        border-radius: 24px 24px 0 0; }
      .page-jump-nav .trigger:hover > ul {
        top: 48px; }
    .page-jump-nav ul {
      position: static;
      left: 0;
      top: 0;
      margin: 0;
      padding: 0;
      width: auto;
      background: none;
      border: 0; }
    .page-jump-nav li a {
      padding: 0;
      color: #666; } }
/* ============================================================================
Homepage
============================================================================ */
body.home #header {
  padding: 2.8rem 1.5rem; }
body.home #spotlights-main {
  background: #f04c3f; }
body.home #spotlight-1 li {
  margin: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100% !important; }
  body.home #spotlight-1 li:before {
    content: none; }
body.home #spotlight-1 a {
  display: block;
  height: 36.25rem;
  font: bold 1.5rem/1 "Montserrat", sans-serif;
  color: #fff; }
body.home #spotlight-1 .fdpc_spotlight_img {
  display: none; }
body.home #spotlight-1 .content_spotlight_list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100% !important; }
body.home #spotlight-1 .fdpc_spotlight_text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 1rem; }
  body.home #spotlight-1 .fdpc_spotlight_text p {
    margin: 0; }
body.home #spotlight-1 .fdpc_spotlight_title {
  display: block;
  margin: 0 0 .75rem;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -2px; }
body.home #spotlight-1 .fdpc_spotlight_text_content {
  margin: 0 0 1.75rem;
  font-weight: normal;
  font-size: 1.85rem;
  line-height: 1.25;
  font-family: "ff-meta-serif-web-pro", Georgia, serif; }
body.home #spotlight-1 .fdpc_spotlight_button {
  display: inline-block;
  font-weight: normal;
  font-size: .8rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background: #edb30b;
  padding: .75rem 1rem;
  color: #fff;
  border-radius: 5px; }
body.home #spotlights-secondary a {
  display: block;
  height: 15rem;
  background-size: cover, cover;
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -1px;
  color: #fff; }
  body.home #spotlights-secondary a span {
    display: inline-block; }
body.home #spotlight-2 a {
  background-image: url("../img/bg-home-spotlight-2.jpg"), url("../img/bg-home-spotlight-2-o.jpg"); }
  body.home #spotlight-2 a:hover {
    background-image: url("../img/bg-home-spotlight-2-o.jpg"); }
body.home #spotlight-3 a {
  background-image: url("../img/bg-home-spotlight-3.jpg"), url("../img/bg-home-spotlight-3-o.jpg"); }
  body.home #spotlight-3 a:hover {
    background-image: url("../img/bg-home-spotlight-3-o.jpg"); }
body.home #spotlight-4 a {
  background-image: url("../img/bg-home-spotlight-4.jpg"), url("../img/bg-home-spotlight-4-o.jpg"); }
  body.home #spotlight-4 a:hover {
    background-image: url("../img/bg-home-spotlight-4-o.jpg"); }
body.home .spotlights__action {
  height: 8.75rem;
  background: url(http://cdn.firespring.com/designs/firespring_org_2014/img/b-corp_bg.jpg) no-repeat -20px 0;
  background-size: cover;
  padding-left: 33%;
  text-align: left;
  font: bold 1.5rem/1 "Montserrat", sans-serif;
  color: #fff; }
  body.home .spotlights__action a {
    display: inline-block;
    margin: 0 .5rem 0 0;
    color: #fff; }
  body.home .spotlights__action small {
    font-weight: normal;
    font-size: 20px;
    font-family: "ff-meta-serif-web-pro", Georgia, serif; }
body.home #journal {
  padding: 3rem;
  text-align: center; }
  body.home #journal .grid {
    max-width: 58.5rem;
    margin: 0 auto 3rem; }
  body.home #journal .date {
    margin: 0 0 .8rem;
    font-size: .8rem;
    line-height: 1;
    color: #aaa; }
  body.home #journal h3 {
    margin: 0;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -2px; }
  body.home #journal .newest {
    padding: 0 3.5rem; }
    body.home #journal .newest h3 {
      font-size: 2.5rem;
      line-height: 1.1; }
  body.home #journal a:link,
  body.home #journal a:visited {
    color: #222; }
  body.home #journal a:hover,
  body.home #journal a:active {
    color: #f04c3f; }
  body.home #journal .more:link,
  body.home #journal .more:visited {
    display: inline-block;
    font-weight: normal;
    font-size: .6rem;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: .75rem 1rem;
    color: #aaa; }
    body.home #journal .more:link:hover, body.home #journal .more:link:active,
    body.home #journal .more:visited:hover,
    body.home #journal .more:visited:active {
      color: #222;
      border-color: #222; }
body.home #manage {
  padding: 5rem 3rem;
  background: #403c35 url("../img/bg-home-manage.jpg") right center no-repeat;
  background-size: cover;
  color: #fff; }
  body.home #manage a:link,
  body.home #manage a:visited {
    color: #fcbf0e; }
  body.home #manage a:hover,
  body.home #manage a:active {
    color: #fff; }
  body.home #manage .manage__content {
    max-width: 58.5rem;
    margin: 0 auto; }
  body.home #manage h1 {
    margin: 0 0 2rem;
    font: bold 3rem/1 "Montserrat", sans-serif;
    letter-spacing: -2px; }
  body.home #manage .learn-more {
    display: inline-block;
    margin: .5rem 0 0;
    font-weight: normal;
    font-size: .7rem;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border: 1px solid #fcbf0e;
    border-radius: 5px;
    padding: 1.1rem 1.5rem; }
    body.home #manage .learn-more:hover, body.home #manage .learn-more:active {
      border-color: #fff; }
  body.home #manage .solutions-nav {
    font: normal 1.15rem/1 "Montserrat", sans-serif; }
    body.home #manage .solutions-nav ul {
      margin: 0;
      padding: 0 0 0 1.2rem;
      list-style: none; }
    body.home #manage .solutions-nav li {
      margin: 1.75rem 0 0;
      white-space: nowrap; }
      body.home #manage .solutions-nav li:first-child {
        margin: 0; }
      body.home #manage .solutions-nav li:before {
        content: none; }
    body.home #manage .solutions-nav .fa {
      margin: 0 .5rem 0 0;
      color: #fff; }
    body.home #manage .solutions-nav .visuallyhidden {
      height: auto;
      margin: 0;
      overflow: visible;
      padding: auto;
      position: static;
      width: auto; }
body.home #quick-links {
  text-align: center;
  font: bold 1.5rem/1.1 "Montserrat", sans-serif; }
  body.home #quick-links a {
    display: block;
    padding: 5rem; }
  body.home #quick-links strong {
    display: block;
    margin: 0 0 .75rem;
    font-weight: normal;
    font-size: .8rem;
    line-height: 1;
    font-family: "ff-meta-serif-web-pro", Georgia, serif;
    text-transform: uppercase;
    letter-spacing: 2px; }
  body.home #quick-links .grid__cell:nth-child(1n) a {
    background: #ebebeb;
    color: #222; }
    body.home #quick-links .grid__cell:nth-child(1n) a strong {
      color: #707070; }
  body.home #quick-links .grid__cell:nth-child(2n) a {
    background: #41a9f0;
    color: #fff; }
    body.home #quick-links .grid__cell:nth-child(2n) a strong {
      color: #222; }

/* Media Queries
============================================================================ */
@media only screen and (max-width: 84.375em) {
  body.home .spotlights__action {
    background: none;
    padding-left: 0;
    text-align: center; } }
@media only screen and (max-width: 64.063em) {
  body.home #spotlights-secondary a {
    height: 10rem; }
  body.home .spotlights__action {
    height: auto;
    font-size: 1rem;
    line-height: 1.33;
    padding: 1rem; }
    body.home .spotlights__action div {
      position: static;
      top: 0;
      transform: none; }
      body.home .spotlights__action div small {
        display: block;
        margin: .25rem 0 0;
        font-size: .8rem;
        line-height: 1.25; }
  body.home #journal .grid__cell {
    margin: 2rem 0 0; }
    body.home #journal .grid__cell:first-child {
      margin: 0; }
  body.home #journal .date {
    margin: 0 0 .5rem; }
  body.home #journal .newest {
    padding: 0; }
  body.home #manage {
    padding: 3rem; }
    body.home #manage .overview {
      margin: 0 0 2.5rem; }
    body.home #manage .solutions-nav {
      font-weight: normal;
      font-size: 1.15rem;
      line-height: 1;
      font-family: "Montserrat", sans-serif; }
      body.home #manage .solutions-nav ul {
        padding: 0; }
      body.home #manage .solutions-nav li {
        margin: 1rem 0 0; } }
@media only screen and (max-width: 40.063em) {
  body.home #spotlight-1 a {
    height: auto;
    padding: 3rem 0; }
  body.home #spotlight-1 .fdpc_spotlight_text {
    position: static;
    top: auto;
    transform: none; }
  body.home #spotlight-1 .fdpc_spotlight_title {
    font-size: 1.5rem;
    letter-spacing: 0; }
  body.home #spotlight-1 .fdpc_spotlight_text_content {
    font-size: 1.25rem; }
  body.home #spotlight-1 .fdpc_spotlight_button {
    font-size: .7rem;
    padding: .5rem .75rem; }
  body.home #journal {
    padding: 1.25rem; }
    body.home #journal .newest h3 {
      font-size: 1.5rem; }
  body.home #manage {
    padding: 1.25rem;
    font-size: .8rem;
    line-height: 1.5; }
    body.home #manage .solutions-nav {
      font-size: 1rem; }
    body.home #manage h1 {
      font-size: 1.5rem;
      letter-spacing: 0; }
  body.home #quick-links {
    font: bold 1rem/1.1 "Montserrat", sans-serif; }
    body.home #quick-links a {
      padding: 1.25rem; } }
/* ============================================================================
Internal Pages - Global Styles
============================================================================ */
body.internal #main {
  padding: 0 1.5rem 4rem; }
body.internal .intro {
  max-width: 38.5rem; }
  body.internal .intro p:first-of-type {
    font-size: 1.15rem;
    line-height: 1.6; }
body.internal .masthead {
  margin: 0 0 3rem;
  max-width: 58.5rem;
  max-height: 22.5rem;
  overflow: hidden; }
  body.internal .masthead img {
    display: block;
    border: 0; }
  body.internal .masthead .content_image_box {
    max-width: 100%; }
body.internal .page-content {
  max-width: 58.5rem; }

/* Media Queries
============================================================================ */
@media only screen and (max-width: 64.063em) {
  body.internal .masthead {
    margin: 0 0 1.5rem;
    max-height: none;
    overflow: visible; }
  body.internal #main {
    padding-bottom: 2.7rem; }
  body.internal .intro {
    max-width: 41.5rem;
    padding: 0; }
    body.internal .intro p:first-of-type {
      font-size: 1rem;
      line-height: 1.5; } }
/* ============================================================================
Landing Pages - Global Styles
============================================================================ */
body.landing #header {
  min-height: 33.25rem;
  background: -moz-linear-gradient(top, rgba(35, 36, 43, 0.5) 0%, rgba(35, 36, 43, 0.9) 83%), url("../img/dcf-certificate.png");
  background: -webkit-linear-gradient(top, rgba(35, 36, 43, 0.5) 0%, rgba(35, 36, 43, 0.9) 83%), url("../img/dcf-certificate.png");
  background: -o-linear-gradient(top, rgba(35, 36, 43, 0.5) 0%, rgba(35, 36, 43, 0.9) 83%), url("../img/dcf-certificate.png");
  background: -ms-linear-gradient(top, rgba(35, 36, 43, 0.5) 0%, rgba(35, 36, 43, 0.9) 83%), url("../img/dcf-certificate.png");
  background: linear-gradient(to bottom, rgba(35, 36, 43, 0.5) 0%, rgba(35, 36, 43, 0.9) 83%), url("../img/dcf-certificate.png");
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23242b', endColorstr='#0023242b',GradientType=0 );
  /* IE6-9 */
  background-repeat: repeat-x, no-repeat;
  background-position: 0 0, -250px center;
  background-color: #26282f;
  color: #fff; }
  body.landing #header .page-titles {
    max-width: 45.5rem; }
  body.landing #header h1 {
    margin: 0 0 2.5rem;
    letter-spacing: -3px; }
  body.landing #header .page-titles__intro {
    padding: 0 1.5rem; }
    body.landing #header .page-titles__intro p {
      margin: 1.5rem 0 0; }
    body.landing #header .page-titles__intro p:first-of-type {
      margin: 0;
      font-size: 1.15rem;
      line-height: 1.6; }
body.landing #main {
  max-width: 41.5rem;
  padding: 3rem 1.5rem; }
body.landing #footer {
  border-top: 1px solid #d9d9d9; }
body.landing hr {
  margin: 3rem 0; }
body.landing form {
  counter-reset: form-title-counter; }
body.landing .form_title {
  position: relative;
  counter-increment: form-title-counter; }
body.landing .form_title:before {
  display: block;
  content: counter(form-title-counter);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  border-radius: 3rem;
  border: 1px solid #f55930; }
body.landing .form_title,
body.landing .form_row {
  padding: 0 5rem; }

/* Confirmation Page
============================================================================ */
body.landing.confirm #header {
  min-height: 49.5rem;
  background-position: 0 0, center 115%; }
  body.landing.confirm #header .page-titles__intro {
    padding: 0; }
    body.landing.confirm #header .page-titles__intro p:first-of-type {
      margin: 0;
      font-size: 1rem;
      line-height: 1.5; }

/* Media Queries
============================================================================ */
@media only screen and (max-width: 64.063em) {
  body.landing #header .page-titles {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0; }
  body.landing #header .page-titles__intro p:first-of-type {
    font-size: 1rem;
    line-height: 1.5; }
  body.landing #main {
    padding: 1.5rem; } }
@media only screen and (max-width: 52.063em) {
  body.landing .form_row {
    padding: 0; }
  body.landing .form_title {
    padding: 0 0 0 80px; } }
/* ============================================================================
'About Us' page
============================================================================ */
body.about #main {
  padding-right: 0;
  padding-left: 0; }
body.about .page-content {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
body.about .jay {
  margin-top: 2.5rem; }
body.about .section {
  margin-top: 4rem; }
  body.about .section .grid__cell:first-child {
    padding-top: 1rem; }
  body.about .section img {
    display: block; }
body.about .jay {
  padding: 3rem 1.5rem 6rem;
  background: #3eabee url("../img/bg-about-jay.jpg") center bottom no-repeat;
  color: #fff;
  font-size: .8rem;
  line-height: 1.5; }
  body.about .jay h2 {
    margin: 0 0 3.5rem;
    text-align: center;
    font-size: 1.85rem;
    letter-spacing: -2px; }
  body.about .jay > .grid {
    max-width: 58.5rem; }
body.about .partners {
  background: #363948;
  color: #fff;
  text-align: center;
  padding: 3rem 1.5rem;
  font-size: 1.3rem;
  line-height: 1.4; }
  body.about .partners .content {
    max-width: 58.5rem; }
  body.about .partners p {
    margin: 0 0 1.8rem; }
  body.about .partners a:link,
  body.about .partners a:visited {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 1.1rem 2rem;
    margin: 0 1.5rem 0 -4px;
    color: #fff;
    font-size: .8rem;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase; }
  body.about .partners a:last-child {
    margin-right: 0; }
body.about .intro .collection_item_label {
  display: inline; }
body.about .footer--reverse .footer__screen {
  background-color: #000; }

/* Media Queries
============================================================================ */
@media only screen and (max-width: 64.063em) {
  body.about .section {
    margin: 3rem 0; }
    body.about .section .grid__cell {
      padding: 0; }
    body.about .section .grid__cell:first-child {
      margin: 0 0 1.5rem; }
  body.about .jay {
    padding: 1.5rem 2.25rem 15rem; }
    body.about .jay .grid__cell {
      padding: 0; }
    body.about .jay h2 {
      margin: 0 0 1.5rem; } }
@media only screen and (max-width: 50.063em) {
  body.about .partners a:link,
  body.about .partners a:visited {
    display: block;
    margin: 1rem 0 0; } }
/* ============================================================================
'Solutions' page
============================================================================ */
body.solutions .page-titles {
  padding-top: 1.25rem;
  padding-bottom: 3.5rem;
  color: #fff; }
  body.solutions .page-titles .section-title {
    color: #b4b4b4; }
    body.solutions .page-titles .section-title h2 {
      border-color: #fff; }
body.solutions .solutions-menu {
  background: #363948;
  color: #fff;
  font-size: .8rem;
  font-family: "Montserrat", sans-serif; }
body.solutions .solutions-menu__toggle {
  background: #2a2d3a;
  text-transform: uppercase;
  line-height: 1; }
  body.solutions .solutions-menu__toggle a {
    display: inline-block;
    padding: 1.125rem 0;
    color: #fff; }
    body.solutions .solutions-menu__toggle a:after {
      margin: 0 0 0 .5rem;
      font-family: 'FontAwesome';
      content: '\f0ab'; }
  body.solutions .solutions-menu__toggle.open a:after {
    content: '\f0aa'; }
body.solutions .solutions-menu__options {
  display: none;
  max-width: 51.5rem;
  padding: 1rem .75rem; }
body.solutions .solutions-nav {
  margin: 0; }
  body.solutions .solutions-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap; }
  body.solutions .solutions-nav li {
    width: 25%;
    margin: 0; }
    body.solutions .solutions-nav li:before {
      content: none; }
    body.solutions .solutions-nav li:first-child {
      margin-left: 0; }
    body.solutions .solutions-nav li:last-child {
      margin-right: 0; }
  body.solutions .solutions-nav a {
    display: flex;
    color: #fff;
    padding: 1.5rem 2rem;
    line-height: 1.25;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column; }
  body.solutions .solutions-nav .fa, body.solutions .solutions-nav img {
    display: block;
    margin: 0 auto 1.25rem;
    font-size: 3rem;
    max-height: 60px;
    width: auto; }
  body.solutions .solutions-nav .visuallyhidden {
    height: auto;
    margin: 0;
    overflow: visible;
    padding: auto;
    position: static;
    width: auto; }
  body.solutions .solutions-nav li.here a {
    /*color: #7a7d8c; */
    opacity: 0.3; }
body.solutions .page-content {
  max-width: 51.5rem;
  padding-top: 3rem; }

/* Media Queries
============================================================================ */
@media only screen and (max-width: 64.063em) {
  body.solutions .page-content .content p:first-of-type {
    font-size: 1rem;
    line-height: 1.5; }
  body.solutions .page-content .grid__cell {
    padding: 0; }
  body.solutions .page-content .testimonial {
    border-left: 0;
    padding-right: 0;
    padding-left: 0; }
  body.solutions .solutions-nav li {
    width: 33%; }
  body.solutions .solutions-nav a {
    min-height: 205px; } }
@media only screen and (max-width: 50.063em) {
  body.solutions .solutions-menu__options {
    padding: 1rem .75rem; }
  body.solutions .solutions-nav li {
    width: 33%; }
  body.solutions .solutions-nav a {
    min-height: 170px;
    padding: 1rem 2rem; } }
@media only screen and (max-width: 40.063em) {
  body.solutions .solutions-nav li {
    width: 50%; }
  body.solutions .solutions-nav a {
    min-height: 170px; } }
@media only screen and (max-width: 30.063em) {
  body.solutions .solutions-menu__options {
    padding: .5rem 0; }
  body.solutions .solutions-nav {
    text-align: left !important; }
    body.solutions .solutions-nav li {
      width: 100%; }
    body.solutions .solutions-nav .fa {
      display: inline-block;
      margin: 0 .5rem 0 0;
      font-size: 1rem; }
    body.solutions .solutions-nav a {
      min-height: 0;
      padding: .5rem 1rem;
      flex-direction: row;}
    body.solutions .solutions-nav a img {
      max-width: 20px;
      margin: 0 20px 0 0;
      max-height: 30px;} }
/* ============================================================================
'Use Cases' page
============================================================================ */
body.solutions.use-case .page-content {
  max-width: 58.5rem; }
body.solutions.use-case .result {
  background: #4cb04d;
  margin: 0 -1.5rem 2rem;
  border-radius: 6px;
  padding: 1.5rem;
  color: #fff; }
  body.solutions.use-case .result p {
    margin: 1.5rem 0 0; }
  body.solutions.use-case .result p:first-child {
    margin: 0;
    font-size: 1rem; }
body.solutions.use-case .result-icon {
  text-align: center;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 1.15; }
  body.solutions.use-case .result-icon img {
    display: block;
    margin: 0 0 .5rem;
    width: 32px;
    height: 32px; }
  body.solutions.use-case .result-icon a:link,
  body.solutions.use-case .result-icon a:visited {
    color: #fff; }
  body.solutions.use-case .result-icon a:after {
    display: block;
    margin: .5rem 0 0;
    font-family: 'FontAwesome';
    content: '\f0a9'; }
body.solutions.use-case .use-case-nav {
  margin: 2rem 0 0;
  position: relative;
  width: 50%;
  font-family: "Montserrat", sans-serif; }
  body.solutions.use-case .use-case-nav .option-list-toggle {
    display: block;
    height: 60px;
    border: 0;
    background: #222;
    padding: 0 1.35rem;
    border-radius: 5px;
    line-height: 60px;
    color: #fff; }
  body.solutions.use-case .use-case-nav .option-list-toggle:after {
    float: right;
    font-family: 'FontAwesome';
    content: '\f107';
    font-weight: bold;
    line-height: 60px; }
  body.solutions.use-case .use-case-nav nav.option-list {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
    padding: .5rem 0 .75rem;
    list-style: none;
    background: #222;
    border-radius: 0 0 5px 5px; }
    body.solutions.use-case .use-case-nav nav.option-list li {
      margin: 0; }
      body.solutions.use-case .use-case-nav nav.option-list li:before {
        display: none; }
    body.solutions.use-case .use-case-nav nav.option-list a {
      display: block;
      padding: .4rem 1.35rem;
      color: #fff;
      line-height: 1;
      opacity: .5; }
    body.solutions.use-case .use-case-nav nav.option-list a:hover,
    body.solutions.use-case .use-case-nav nav.option-list a:active {
      opacity: 1; }

/* Media Queries
============================================================================ */
@media only screen and (max-width: 64.063em) {
  body.solutions.use-case .result {
    margin: 0 0 2rem;
    text-align: center; }
  body.solutions.use-case .result-icon {
    margin: 0 0 1rem; }
    body.solutions.use-case .result-icon a:after {
      display: none; } }
@media only screen and (max-width: 48.063em) {
  body.solutions.use-case .use-case-nav {
    position: relative;
    width: auto; } }
/* ============================================================================
'Themes' page
============================================================================ */
body.themes .page-titles {
  max-width: 51.5rem; }
body.themes .page-content {
  max-width: 58.5rem; }
body.themes .theme-steps {
  margin: 1rem 0 5rem;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif; }
  body.themes .theme-steps .grid__cell {
    position: relative;
    padding: 0 30px 0 100px; }
    body.themes .theme-steps .grid__cell:before {
      position: absolute;
      top: 0;
      left: 1.5rem;
      color: #f04c3f;
      font-size: 2.6rem;
      line-height: 1; }
  body.themes .theme-steps .step1:before {
    content: '1.'; }
  body.themes .theme-steps .step2:before {
    content: '2.'; }
  body.themes .theme-steps .step3:before {
    content: '3.'; }
body.themes .theme-grid {
  margin: 0 0 4.5rem; }
  body.themes .theme-grid ul {
    margin: 0 -.75rem;
    padding: 0;
    list-style: none; }
  body.themes .theme-grid li {
    float: left;
    margin: 0 .75rem 2rem; }
    body.themes .theme-grid li:before {
      display: none; }
  body.themes .theme-grid .theme-title {
    margin: 0;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
    font-family: "Montserrat", sans-serif; }
    body.themes .theme-grid .theme-title:after {
      display: block;
      height: 26px;
      margin: 1rem 0 0;
      border-radius: 6px 6px 0 0;
      background: #dbdbdb;
      padding: 0 0 0 8px;
      color: #bebebe;
      font-size: 1.25rem;
      line-height: 24px;
      content: '\25CF \25CF \25CF'; }
  body.themes .theme-grid .content_image_box {
    height: 12rem;
    margin: 0;
    border: 0;
    padding: 0;
    background: red;
    background-position: center center;
    background-size: cover; }
    body.themes .theme-grid .content_image_box[style] {
      width: 13.5rem !important; }
  body.themes .theme-grid .content_image a {
    display: block;
    width: 100%;
    height: 12rem;
    color: #fff; }
    body.themes .theme-grid .content_image a:hover {
      background: rgba(240, 76, 63, 0.8) url("../img/external-link_ffffff_64.png") center center no-repeat; }
  body.themes .theme-grid img {
    max-width: 100%;
    margin: 0; }
  body.themes .theme-grid a:link,
  body.themes .theme-grid a:visited {
    color: #222; }
body.themes .dream-house {
  text-align: center;
  font-size: 1.55rem;
  line-height: 1.516; }

/* changes */
body.themes.solutions .page-titles * {
  color: black;
}
body.themes.solutions #header-bg {
  display: none !important;
}
body.themes.solutions .page-titles hr {
  width: 100%;
  max-width: 180px;
  margin: 40px auto 0;
  border: 0;
  height: 3px;
  background: #dadada;
}
body.themes.solutions .page-titles {
    padding-bottom: 1.25rem;
}
body.themes.solutions .page-content {
    padding-top: 0;
}

/* Media Queries
============================================================================ */
@media only screen and (max-width: 77.563em) {
  body.themes .theme-grid {
    text-align: center; }
    body.themes .theme-grid li {
      float: none;
      display: inline-block; }
    body.themes .theme-grid .theme-title {
      text-align: left; } }
@media only screen and (max-width: 64.563em) {
  body.themes .theme-steps {
    margin: 1rem 0 3rem; }
    body.themes .theme-steps .grid__cell {
      position: relative;
      margin: 0 0 1.378rem;
      padding: 0; }
      body.themes .theme-steps .grid__cell:before {
        position: static;
        font-size: 1.2rem;
        line-height: 1.2; } }
/* ============================================================================
'Solutions' page
============================================================================ */
body.impact-story .solutions-used {
  font-family: "Montserrat", sans-serif; }
  body.impact-story .solutions-used h4 {
    font-weight: normal;
    font-size: .7rem;
    text-transform: uppercase;
    color: #ccc;
    letter-spacing: 1px; }
  body.impact-story .solutions-used li {
    margin: 0; }
    body.impact-story .solutions-used li:before {
      display: none; }
body.impact-story .impact-story-gallery {
  background: #efefef;
  border-top: 1px solid #d9d9d9;
  padding: 3.2rem 1.5rem 1.8rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.15rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif; }
  body.impact-story .impact-story-gallery ul {
    max-width: 58.5rem;
    margin: 0;
    padding: 0; }
    body.impact-story .impact-story-gallery ul:before, body.impact-story .impact-story-gallery ul:after {
      display: table;
      content: ' '; }
    body.impact-story .impact-story-gallery ul:after {
      clear: both; }
    body.impact-story .impact-story-gallery ul li {
      height: auto;
      width: 25%;
      float: left;
      margin: 0;
      padding: 0 .618rem 1.378rem; }
      body.impact-story .impact-story-gallery ul li:before {
        display: none; }
  body.impact-story .impact-story-gallery .collection_item_label {
    background-position: center center;
    background-size: cover; }
  body.impact-story .impact-story-gallery a {
    display: block;
    height: 9rem;
    background: rgba(34, 34, 34, 0.5);
    color: #fff;
    letter-spacing: -1px; }
    body.impact-story .impact-story-gallery a:hover {
      background: rgba(34, 34, 34, 0.25); }

/* Media Queries
============================================================================ */
@media only screen and (max-width: 64.063em) {
  body.impact-story .solutions-used ul {
    margin: 0; }
  body.impact-story .impact-story-gallery ul li {
    width: 50%; } }
@media only screen and (max-width: 40.063em) {
  body.impact-story .impact-story-gallery ul li {
    width: 100%; } }
/* ============================================================================
'Become A Partner' page
============================================================================ */
body.become-partner #main {
  background: #fff; }
body.become-partner .partner-actions {
  margin: 2.5rem 0;
  text-align: center; }
  body.become-partner .partner-actions a {
    display: block;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    background: #F04C3F;
    padding: 1.25rem 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1; }
body.become-partner .page-content h2 {
  margin: 0 0 2.5rem;
  text-align: center;
  letter-spacing: -1px; }
body.become-partner .partners-list ul {
  margin: 0; }
body.become-partner .partners-list li {
  margin: 0;
  border-top: 1px solid #ccc;
  padding: 2.5rem 4rem 2.5rem 0; }
  body.become-partner .partners-list li:before {
    display: none; }
  body.become-partner .partners-list li:first-child {
    border: 0;
    padding-top: 0; }
  body.become-partner .partners-list li:last-child {
    padding-bottom: 0; }
body.become-partner .partners-list .content_image_box {
  float: left;
  background: none;
  padding: 0;
  border: 0; }
  body.become-partner .partners-list .content_image_box[style] {
    width: 15rem !important; }
  body.become-partner .partners-list .content_image_box img {
    display: block; }
body.become-partner .partners-list .collection_item_label,
body.become-partner .partners-list .collection_item_description {
  display: block;
  width: auto;
  margin: 0 0 0 17rem; }
body.become-partner .partners-list .collection_item_description {
  font-style: normal; }
  body.become-partner .partners-list .collection_item_description p {
    margin: 1.5rem 0 0; }
    body.become-partner .partners-list .collection_item_description p:first-child {
      margin: 0; }
body.become-partner .partners-list .collection_item_end {
  clear: both; }
body.become-partner .partners--preferred {
  margin: 0 0 4rem; }

/* Media Queries
============================================================================ */
@media only screen and (max-width: 64.063em) {
  body.become-partner .partner-actions {
    margin: 3rem 0; }
    body.become-partner .partner-actions .grid__cell:first-child {
      margin: 0 0 1.5rem; }
  body.become-partner .partners-list li {
    margin: 0;
    border-top: 1px solid #ccc;
    padding: 1.25rem 0; } }
@media only screen and (max-width: 40.063em) {
  body.become-partner .partners-list .content_image_box {
    float: none;
    margin: 0 0 1.5rem; }
    body.become-partner .partners-list .content_image_box[style] {
      width: auto !important; }
  body.become-partner .partners-list .collection_item_label,
  body.become-partner .partners-list .collection_item_description {
    margin: 0; } }
/* ============================================================================
'Plans & Pricing' page
============================================================================ */
body.plans .page-content {
  max-width: 58.5rem;
  margin: 0 1.5rem; }
body.plans .grid--plans .header,
body.plans .grid--plans .pricing {
  margin: 0 0 2rem;
  text-align: center;
  color: #9e9e9e;
  line-height: 1; }
  body.plans .grid--plans .header strong,
  body.plans .grid--plans .pricing strong {
    font-weight: normal;
    font-size: .8rem;
    text-transform: uppercase; }
body.plans .grid--plans .header h1 {
  margin: 0 0 .5rem;
  font-size: 2.15rem;
  color: #f04c3f;
  letter-spacing: -1.5px; }
body.plans .grid--plans .pricing * {
  margin: 0; }
body.plans .grid--plans .pricing h2 {
  margin: 0 0 .2rem;
  color: #222;
  letter-spacing: -1.5px; }
body.plans .grid--plans .pricing strong {
  font-size: .7rem; }
body.plans .grid--plans li {
  margin: 0;
  list-style-type: disc;
  list-style-position: inside;
  white-space: nowrap; }
  body.plans .grid--plans li:before {
    display: none;
    margin: 0; }
body.plans .bloomerang {
  margin: 3rem 0 0;
  background: #d34836;
  color: #fff;
  padding: 3rem;
  border-radius: 8px;
  text-align: center; }
  body.plans .bloomerang h1 {
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1; }
  body.plans .bloomerang img {
    display: inline-block;
    margin: 0 1rem; }
  body.plans .bloomerang .pricing {
    margin: 2rem 0;
    font-weight: bold;
    font-size: .8rem;
    font-family: "ff-meta-serif-web-pro", Georgia, serif; }
    body.plans .bloomerang .pricing * {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
    body.plans .bloomerang .pricing strong {
      margin: 0 .65rem 0 .5rem;
      color: #222;
      font-size: 2.35rem;
      font-family: "Montserrat", sans-serif;
      letter-spacing: -2px; }
  body.plans .bloomerang .benefits {
    margin: 0;
    color: #fab2a9; }
    body.plans .bloomerang .benefits li {
      display: inline-block;
      margin: 0;
      padding: 0 2rem; }
      body.plans .bloomerang .benefits li:before {
        font-family: 'FontAwesome';
        content: '\f111';
        margin: 0 1.5rem 0 -2.5rem;
        color: #9b1f0f;
        font-size: .375rem;
        vertical-align: middle; }
      body.plans .bloomerang .benefits li:first-child:before {
        display: none; }
body.plans .custom {
  margin: 4rem 0 0;
  text-align: center;
  font-style: italic;
  font-size: 1.3rem; }
body.plans .powered-by {
  text-align: center;
  margin: 1em 0;
  font-size: 16px;
  color: #a2a2a2; }
body.plans .fa-fw {
  width: 16px;
  font-size: 14px;
  color: #ccc; }

/* Media Queries
============================================================================ */
@media only screen and (max-width: 64.063em) {
  body.plans .grid--plans .grid__cell {
    margin: 3rem 0 0; }
    body.plans .grid--plans .grid__cell:first-child {
      margin: 0; }
  body.plans .grid--plans ul {
    margin-right: 0;
    margin-left: 0; }
  body.plans .bloomerang {
    padding: 1rem; }
    body.plans .bloomerang img {
      display: block;
      margin: .5rem auto; }
    body.plans .bloomerang .benefits li {
      display: block;
      padding: 0; }
      body.plans .bloomerang .benefits li:before {
        display: none; } }
/* ============================================================================
'Error' page
============================================================================ */
body.error {
  background: #f04c3f;
  color: #fff; }
  body.error #header__logo-nav .nav a {
    color: #fff; }
  body.error #header__logo-nav .nav a.here,
  body.error #header__logo-nav .nav a:hover {
    color: #fff;
    border-bottom: 2px solid #fff; }
/*  body.error #header__logo-nav .nav a.blog {
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
  }*/
  /*body.error #header__logo-nav .nav a.blog:hover {
    color: white;
    border: 1px solid white;
  }*/
  body.error a:link,
  body.error a:visited {
    color: #fff; }
  body.error .page-titles {
    padding-top: 6rem;
    padding-bottom: 6rem; }
    body.error .page-titles > h2 {
      color: #fff; }
    body.error .page-titles a:link,
    body.error .page-titles a:visited {
      border-bottom: 1px solid #fff; }
  body.error #footer {
    color: #fff; }
    body.error #footer strong {
      color: #fff; }
    body.error #footer a:link,
    body.error #footer a:visited {
      border-color: transparent; }
    body.error #footer a:hover,
    body.error #footer a:active {
      border-color: #fff; }
    body.error #footer .social a:link .fa-inverse,
    body.error #footer .social a:visited .fa-inverse {
      color: #f04c3f; }
  body.error .footer__screen {
    background: none; }

/* ============================================================================
'B Corp' page
============================================================================ */
body.b-corp {
  background: url(../img/bg-bcorp.png) no-repeat top left; }
  body.b-corp #main .content_image_box {
    max-width: 100%; }
  body.b-corp #main .content_video_wrapper {
    margin-left: -113px; }
  body.b-corp #main .lg-img {
    margin: 0 0 4rem -110px;
    max-width: 970px; }
  body.b-corp .button a:link,
  body.b-corp .button a:visited {
    display: inline-block;
    border: 1px solid #222;
    border-radius: 5px;
    padding: 0;
    margin: 0 1.5rem 1rem -4px;
    color: #222;
    font-size: 20px;
    line-height: 80px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    width: 100%;
    height: 80px;
    font-weight: bold; }
  body.b-corp .button.release a:link, body.b-corp .button.release a:visited {
    background: #41a9f0;
    border-color: #41a9f0 !important;
    color: #fff !important; }
  body.b-corp .grid__cell--medium-6 {
    text-align: center; }

/* Media Queries
============================================================================ */
@media only screen and (max-width: 64.063em) {
  body.b-corp #main .content_video_wrapper {
    margin-left: 0; }
  body.b-corp #main .content_video_box,
  body.b-corp #main .content_video_box iframe {
    max-width: 100%; }
  body.b-corp #main .lg-img {
    margin-left: 0;
    max-width: 100%; } }
/* ============================================================================
'Partners' page
============================================================================ */
body.partners .page-titles {
  padding-top: 1.25rem;
  padding-bottom: 3.5rem;
  color: #fff; }
  body.partners .page-titles .section-title {
    color: #b4b4b4; }
    body.partners .page-titles .section-title h2 {
      border-color: #fff; }
body.partners .page-content {
  padding-top: 3rem; }
  body.partners .page-content h2 {
    margin: 0 0 2rem;
    font-size: 37px;
    line-height: 1;
    letter-spacing: -1px; }
body.partners .partners-actions {
  margin-top: 2.5rem;
  text-transform: uppercase; }
  body.partners .partners-actions a {
    display: block;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    background: #3e4a71;
    padding: 1.5rem 1rem;
    color: #fff;
    border-radius: 5px; }
  body.partners .partners-actions .grid__cell:first-child a {
    background: none;
    border: 1px solid #3e4a71;
    color: #3e4a71; }
body.partners .partners-events {
  max-width: 58.5rem;
  margin-top: 3rem;
  background: #dce2f3;
  border-radius: 5px;
  padding: 1.2rem; }
  body.partners .partners-events .event_list {
    border: 0;
    padding: 0;
    background: none; }
  body.partners .partners-events li {
    float: left;
    width: 50%;
    margin: 0;
    background: none !important;
    padding: 0 5rem; }
    body.partners .partners-events li:before {
      display: none; }
    body.partners .partners-events li:first-child {
      border-right: 1px solid #b0bbd9; }
  body.partners .partners-events .list_view_event_title {
    margin: 0 0 1rem;
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -1px;
    font-family: "Montserrat", sans-serif; }
  body.partners .partners-events .list_view_event_date_time {
    float: left;
    width: 65%;
    padding: 0 1rem 0 0;
    font-size: .8rem;
    line-height: 1.25; }
  body.partners .partners-events .list_view_event_meta a {
    float: right;
    width: 35%;
    background: #000;
    padding: .5rem;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: .8rem;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    letter-spacing: -1px; }
body.partners.providers ul.content_collection_items, body.partners.associations ul.content_collection_items {
  margin: 0 -15px 1rem; }
  body.partners.providers ul.content_collection_items li, body.partners.associations ul.content_collection_items li {
    float: left;
    width: 33.3333%;
    margin: 0 0 2rem;
    padding: 0 15px;
    font-size: .8rem;
    line-height: 1.625; }
    body.partners.providers ul.content_collection_items li:before, body.partners.associations ul.content_collection_items li:before {
      display: none; }
body.partners.providers .content_image_box, body.partners.associations .content_image_box {
  height: 173px;
  margin: 0 0 1.25rem;
  border: 1px solid #cfcfcf;
  text-align: center; }
  body.partners.providers .content_image_box img, body.partners.associations .content_image_box img {
    max-height: 100px;
    width: auto; }
body.partners.providers .content_image_box[style], body.partners.associations .content_image_box[style] {
  width: 100% !important; }
body.partners.providers .collection_item_description, body.partners.associations .collection_item_description {
  font-style: normal; }

/* 'Index' page
============================================================================ */
body.partners.index .page-content {
  max-width: 38.5rem; }

/* 'Become a Partner' form
============================================================================ */
body.partners.become .page-content {
  max-width: 48.5rem;
  margin: -2rem auto 3rem;
  background: #eee;
  padding: 5rem;
  border-radius: 5px; }

/* Media Queries
============================================================================ */
@media only screen and (max-width: 64.063em) {
  body.partners.providers li, body.partners.associations li {
    width: 50%; }
  body.partners .partners-events li {
    padding: 0 1rem; } }
@media only screen and (max-width: 50.063em) {
  body.partners .partners-events li {
    float: none;
    width: auto; }
    body.partners .partners-events li:first-child {
      margin: 0 0 1rem;
      padding: 0 0 1rem;
      border-right: 0;
      border-bottom: 1px solid #b0bbd9; }
  body.partners .partners-events .list_view_event_date_time {
    float: none;
    width: auto;
    padding: 0; }
  body.partners .partners-events .list_view_event_meta a {
    float: none;
    width: auto;
    margin: 0 0 1rem;
    display: inline-block;
    background: #000;
    padding: .5rem 1.5rem;
    border-radius: 5px;
    color: #fff;
    font: bold 0.8rem/1 "Montserrat", sans-serif;
    text-align: center;
    letter-spacing: -1px; }

  body.partners.become .page-content {
    padding: 2rem; } }
@media only screen and (max-width: 40.063em) {
  body.partners.providers, body.partners.associations {
    margin: 0; }
    body.partners.providers li, body.partners.associations li {
      width: 100%;
      padding: 0; } }
/* ============================================================================
'Partners' page
============================================================================ */
body.education .page-titles {
  padding-top: 1.25rem;
  padding-bottom: 3.5rem;
  color: #fff; }
  body.education .page-titles .section-title {
    color: #b4b4b4; }
    body.education .page-titles .section-title h2 {
      border-color: #fff; }
body.education .page-content {
  max-width: 38.5rem;
  padding-top: 3rem; }
  body.education .page-content h2 {
    margin: 0 0 2rem;
    font-size: 37px;
    line-height: 1;
    letter-spacing: -1px; }
body.education .on-the-move {
  padding: 4rem 1.5rem;
  background: transparent url("../img/bg-education-on-the-move.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.42; }
  body.education .on-the-move .content {
    max-width: 48.5rem; }
  body.education .on-the-move .calendar_section {
    max-width: 28.5rem;
    font-size: 1.3rem;
    line-height: 1.25;
    font-family: "Montserrat", sans-serif; }
    body.education .on-the-move .calendar_section li {
      padding: 1rem 2.25rem;
      border-color: #72d4de; }
    body.education .on-the-move .calendar_section .list_view_event_title {
      margin: 0;
      font-size: 1.3rem;
      line-height: 1.25;
      letter-spacing: 0; }
    body.education .on-the-move .calendar_section .list_view_event_date_time {
      float: none;
      width: auto; }
  body.education .on-the-move a:link,
  body.education .on-the-move a:visited {
    color: #9ef5fe; }
  body.education .on-the-move a:hover,
  body.education .on-the-move a:active {
    color: #fff; }
body.education .event_list {
  border: 0;
  padding: 0;
  background: none; }
  body.education .event_list li {
    margin: 0;
    padding: 3rem 0;
    background: none !important;
    border-top: 1px solid #cfcfcf; }
    body.education .event_list li:first-child {
      border: 0;
      padding-top: 1.5rem; }
    body.education .event_list li:last-child {
      padding-bottom: 0; }
    body.education .event_list li:before {
      display: none; }
body.education .list_view_event_title {
  margin: 0 0 2rem;
  font-size: 1.85rem;
  line-height: 1;
  letter-spacing: -1px;
  font-family: "Montserrat", sans-serif; }
body.education .list_view_event_date_time {
  float: left;
  width: 15rem;
  font-size: 1.15rem;
  line-height: 1.3; }
body.education .list_view_event_meta a {
  float: right;
  height: 56px;
  background: #f55930;
  padding: 0 5rem;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 56px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  letter-spacing: -1px; }

/* 'Index' page
============================================================================ */
body.education.index .page-content {
  margin: -5rem 0 0; }
body.education.index .wistia_embed {
  margin: 0 0 2rem; }

/* 'Reports' page
============================================================================ */
body.education.reports .content_collection_items li {
  margin: 0;
  border-top: 1px solid #cfcfcf;
  padding: 3rem 0; }
  body.education.reports .content_collection_items li:first-child {
    border: 0;
    padding-top: 1rem; }
  body.education.reports .content_collection_items li:last-child {
    padding-bottom: 0; }
  body.education.reports .content_collection_items li:before {
    display: none; }
body.education.reports .content_image_box {
  float: left;
  margin: 0 1.5rem 0 0; }
  body.education.reports .content_image_box[style] {
    width: auto !important; }
body.education.reports .collection_item_label,
body.education.reports .collection_item_description {
  margin: 0 0 0 300px; }
body.education.reports .collection_item_label {
  margin: 0 0 1rem;
  font-size: 1.85rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -2px; }
body.education.reports .collection_item_description p {
  margin: 1rem 0 0;
  font-style: normal;
  font-size: 1rem; }
  body.education.reports .collection_item_description p:first-child {
    margin: 0; }
body.education.reports .collection_item_description a {
  display: inline-block;
  margin: 1.5rem 0 0;
  background: #f55930;
  border-radius: 3px;
  padding: .75rem 3rem;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; }

/* Media Queries
============================================================================ */
@media only screen and (max-width: 64.063em) {
  body.education.reports .content_collection_items {
    margin: 0; } }
@media only screen and (max-width: 50.063em) {
  body.education.reports .content_image_box {
    float: none;
    margin: 0 0 1rem;
    text-align: center; }
  body.education.reports .collection_item_label,
  body.education.reports .collection_item_description {
    margin: 0;
    text-align: center; }
  body.education.reports .collection_item_label {
    margin: 0 0 1rem; } }
@media only screen and (max-width: 40.063em) {
  body.education.webinars .event_list li {
    padding: 2rem 0;
    text-align: center; }
  body.education.webinars .list_view_event_title {
    margin: 0 0 2rem;
    font-size: 1.85rem;
    line-height: 1;
    letter-spacing: -1px;
    font-family: "Montserrat", sans-serif; }
  body.education.webinars .list_view_event_date_time {
    float: none;
    width: auto; }
  body.education.webinars .list_view_event_meta a {
    float: none;
    display: inline-block;
    height: 56px;
    margin: 0 0 2rem; } }
/* ============================================================================
'Client Area' section
============================================================================ */
body.client-area .page-titles {
  padding-top: 1.25rem;
  padding-bottom: 3.5rem;
  color: #fff; }
  body.client-area .page-titles .section-title {
    color: #b4b4b4; }
    body.client-area .page-titles .section-title h2 {
      border-color: #fff; }
body.client-area .page-content {
  max-width: 38.5rem;
  padding-top: 3rem; }
  body.client-area .page-content h1 {
    margin: 0 0 2rem;
    font-size: 2rem;
    letter-spacing: -2px; }
  body.client-area .page-content ul li {
    margin: 0;
    list-style: disc; }
    body.client-area .page-content ul li:before {
      display: none;
      content: ''; }
  body.client-area .page-content hr {
    margin: 2.5rem 0; }
body.client-area .client-training-nav {
  font-size: 1.15rem;
  font-family: "Montserrat", sans-serif; }
  body.client-area .client-training-nav a {
    display: inline-block;
    margin: 0 0 0 3rem;
    color: #bebebe; }
    body.client-area .client-training-nav a i, body.client-area .client-training-nav a:hover, body.client-area .client-training-nav a:active, body.client-area .client-training-nav a.here {
      color: #222; }
    body.client-area .client-training-nav a i {
      margin: 0 .25rem 0 0; }
    body.client-area .client-training-nav a:first-child {
      margin: 0; }
body.client-area h3,
body.client-area h4 {
  text-align: center; }
body.client-area h3 {
  margin: 0 0 .5rem;
  font-size: .8rem;
  font-weight: normal;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #bebebe; }
body.client-area h4 {
  margin: 0 0 1rem;
  font-size: 2rem;
  letter-spacing: -2px;
  line-height: 1; }
body.client-area .event_list {
  background: none;
  border: 0;
  padding: 0; }
body.client-area .calendar_section,
body.client-area .calendar_section h3 {
  font: normal 21px/1.5 'ff-meta-serif-web-pro',Georgia,serif;
  text-transform: none; }
body.client-area .calendar_section:last-child {
  margin: 0; }
body.client-area .calendar_section h3 {
  margin: 0;
  font-weight: bold; }
body.client-area .calendar_section h3 a:link,
body.client-area .calendar_section h3 a:visited {
  display: block;
  float: right;
  margin: 5px 0 0 30px;
  padding: 15px 30px;
  border-radius: 4px;
  background: #f55930;
  font: bold 1em/1 "Montserrat", sans-serif;
  color: #fff;
  letter-spacing: 0; }
body.client-area .calendar_section ul {
  margin: 0;
  padding: 0;
  list-style: none; }
body.client-area .calendar_section li {
  margin: 30px 0 0 !important;
  padding: 0;
  list-style: none !important;
  background: none; }
body.client-area .list_view_event_date_time {
  float: left;
  width: 50%;
  font-weight: bold;
  font-size: 1.15rem;
  margin: 0;
  line-height: 1.35; }

/* 'Client Training' calendar view
============================================================================ */
body.client-area.index.calendar .page-content {
  max-width: 58.5rem; }
body.client-area.index.calendar .event_calendar_header {
  margin: 0 0 1rem; }
body.client-area.index.calendar .event_calendar_controls {
  margin: 0;
  line-height: 1; }
  body.client-area.index.calendar .event_calendar_controls div {
    display: inline-block;
    float: none;
    vertical-align: middle; }
  body.client-area.index.calendar .event_calendar_controls .prev a,
  body.client-area.index.calendar .event_calendar_controls .next a {
    background: none;
    border: 0; }
body.client-area.index.calendar .event_calendar_filters {
  line-height: 1; }
body.client-area.index.calendar .event_category_filter {
  margin: 0; }
  body.client-area.index.calendar .event_category_filter select {
    width: auto; }
  body.client-area.index.calendar .event_category_filter * {
    vertical-align: middle; }
  body.client-area.index.calendar .event_category_filter span {
    font-family: "Montserrat", sans-serif;
    font-size: .8rem; }
body.client-area.index.calendar .event_category_jump {
  display: none; }
body.client-area.index.calendar .calendar {
  table-layout: fixed;
  font-family: "Montserrat", sans-serif; }
  body.client-area.index.calendar .calendar thead {
    display: none; }
  body.client-area.index.calendar .calendar td {
    width: 14.286%;
    border-color: #d3d3d3;
    font-size: .8rem; }
    body.client-area.index.calendar .calendar td > div {
      padding: 14px;
      min-height: 8rem; }
  body.client-area.index.calendar .calendar td.prevMonth,
  body.client-area.index.calendar .calendar td.nextMonth {
    background: #fff; }
    body.client-area.index.calendar .calendar td.prevMonth span.day,
    body.client-area.index.calendar .calendar td.nextMonth span.day {
      color: #bebebe; }
  body.client-area.index.calendar .calendar span.day {
    margin: 0;
    background: none;
    color: #222;
    font-weight: normal;
    font-size: .8rem; }
  body.client-area.index.calendar .calendar ul.output {
    margin: .8rem 0 0;
    padding: 0;
    font-size: .6rem; }
    body.client-area.index.calendar .calendar ul.output li {
      list-style: none; }

/* Email Marketing page
============================================================================ */
body.client-area.email-marketing .login-form {
  margin: 0 -1.5rem 2rem;
  background: #e9e9e9;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  padding: 1.8rem 7rem; }
body.client-area.email-marketing .form_row {
  padding: 0;
  margin: 0 0 1rem; }
body.client-area.email-marketing input[type='submit'] {
  display: inline-block;
  border: 0;
  border-radius: 4px;
  background: #222;
  color: #fff;
  padding: .8rem 2.5rem;
  font-weight: normal;
  font-size: .8rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase; }

/* Media Queries
============================================================================ */
@media only screen and (max-width: 64.063em) {
  body.client-area.email-marketing .login-form {
    margin: 0 0 2rem; } }
@media only screen and (max-width: 50.063em) {
  body.client-area.email-marketing .login-form {
    padding: 1.8rem; } }
@media only screen and (max-width: 40.063em) {
  body.client-area .calendar_section {
    text-align: center; }
  body.client-area .calendar_section h3 a:link,
  body.client-area .calendar_section h3 a:visited {
    display: inline-block;
    float: none;
    margin: 0; }
  body.client-area .list_view_event_date_time {
    float: none;
    width: auto;
    margin: .5rem 0 0; }
  body.client-area .client-training-nav {
    text-align: left !important; }
    body.client-area .client-training-nav a {
      display: block;
      margin: 0; } }
/* ============================================================================
'Snapshots' page
============================================================================ */
body.snapshots .bg-header {
  color: #fff; }
body.snapshots .page-titles {
  padding-bottom: 5rem; }
  body.snapshots .page-titles p {
    color: #bebebe;
    opacity: 1; }
body.snapshots .page-content {
  max-width: 38.5rem;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  body.snapshots .page-content a:link,
  body.snapshots .page-content a:visited {
    color: #0099a8; }
  body.snapshots .page-content a:hover,
  body.snapshots .page-content a:active {
    color: #000; }
  body.snapshots .page-content h4 {
    margin: 3rem 0 1.5rem;
    border-top: 1px solid #cfcfcf;
    padding: 3rem 0 0;
    font-size: 1.8rem;
    line-height: 1.135;
    color: #0099a8; }
    body.snapshots .page-content h4:first-child {
      margin-top: 0;
      border-top: 0;
      padding-top: 0; }
  body.snapshots .page-content .content_image_box {
    margin: 0 0 1.5rem; }
    body.snapshots .page-content .content_image_box[style] {
      width: auto !important; }
  body.snapshots .page-content p {
    margin: 0; }
  body.snapshots .page-content h5 {
    font-size: 1rem;
    font-family: "ff-meta-serif-web-pro", Georgia, serif;
    text-transform: uppercase;
    letter-spacing: 0; }

body.snapshots.sign-up h2 {
  margin: 0 0 1.5rem;
  font-size: 1.8rem;
  line-height: 1.135;
  letter-spacing: -1px; }
body.snapshots.sign-up form {
  margin: 1.5rem 0; }
body.snapshots.sign-up .form_row {
  margin: 0 0 1rem;
  padding: 0; }
body.snapshots.sign-up .form_row_submit {
  margin: 1.5rem 0 0;
  text-align: left; }

/* Media Queries
============================================================================ */

/* Case Study layouts
============================================================================ */

body.solutions.use-case .page-titles {
  color: #000000;
}
body.solutions.use-case .page-titles .section-title h2 {
    border-color: rgba(34, 34, 34, 0.12);
}
