/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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 0 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 {
  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 */
  /* 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;
}
/*csslint important:false*/
/* ==========================================================================
   Pure Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.hidden,
[hidden] {
  display: none !important;
}
/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.ci-img {
  max-width: 100%;
  height: auto;
  display: block;
}
.btn,
button,
input[type="button"],
input[type="submit"] {
  display: inline-block;
  line-height: 1.2;
  padding: 1em;
}
.btn--primary,
.btn--primary-bordered {
  background: #e6b413;
  border-radius: 3px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
}
.btn--primary:hover,
.btn--primary-bordered:hover {
  background: #f9c41a;
  color: #333333;
}
.btn--primary-bordered {
  border: solid 2px #e6b413;
  background-color: rgba(0, 0, 0, 0.3);
  color: #e6b413;
  padding-top: calc(1em - 2px);
  padding-bottom: calc(1em - 2px);
}
.btn--secondary {
  border: solid 1px #0061aa;
  color: #0061aa;
  background: #ffffff;
}
.btn--secondary:hover {
  color: #ffffff;
  background-color: #0061aa;
}
.btn--secondary--lightblue {
  border: solid 1px #8ec6f3;
  color: #8ec6f3;
}
.btn--secondary--lightblue:hover {
  background-color: #8ec6f3;
  color: #ffffff;
}
.btn.h-displayblock {
  text-align: center;
}
/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.ci-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yahoo/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
  font-family: #555555;
  /*
    Use flexbox when possible to avoid `letter-spacing` side-effects.

    NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
    `-moz-` prefix version is omitted.
    */
  display: -webkit-flex;
  /* IE10 uses display: flexbox */
  display: -ms-flexbox;
  /* Prevents distributing space between rows */
  -ms-align-content: flex-start;
  align-content: flex-start;
}
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.ci-g {
  word-spacing: -0.43em;
}
.ci-u {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.ci-g [class*="{classPrefix}-u"] {
  font-family: sans-serif;
}
.ci-u-1,
.ci-u-1-1,
.ci-u-1-2,
.ci-u-1-3,
.ci-u-2-3,
.ci-u-1-4,
.ci-u-3-4,
.ci-u-1-5,
.ci-u-2-5,
.ci-u-3-5,
.ci-u-4-5,
.ci-u-5-5,
.ci-u-1-6,
.ci-u-5-6,
.ci-u-1-8,
.ci-u-3-8,
.ci-u-5-8,
.ci-u-7-8,
.ci-u-1-12,
.ci-u-5-12,
.ci-u-7-12,
.ci-u-11-12,
.ci-u-1-24,
.ci-u-2-24,
.ci-u-3-24,
.ci-u-4-24,
.ci-u-5-24,
.ci-u-6-24,
.ci-u-7-24,
.ci-u-8-24,
.ci-u-9-24,
.ci-u-10-24,
.ci-u-11-24,
.ci-u-12-24,
.ci-u-13-24,
.ci-u-14-24,
.ci-u-15-24,
.ci-u-16-24,
.ci-u-17-24,
.ci-u-18-24,
.ci-u-19-24,
.ci-u-20-24,
.ci-u-21-24,
.ci-u-22-24,
.ci-u-23-24,
.ci-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.ci-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}
.ci-u-1-12,
.ci-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}
.ci-u-1-8,
.ci-u-3-24 {
  width: 12.5%;
  *width: 12.469%;
}
.ci-u-1-6,
.ci-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}
.ci-u-1-5 {
  width: 20%;
  *width: 19.969%;
}
.ci-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}
.ci-u-1-4,
.ci-u-6-24 {
  width: 25%;
  *width: 24.969%;
}
.ci-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}
.ci-u-1-3,
.ci-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}
.ci-u-3-8,
.ci-u-9-24 {
  width: 37.5%;
  *width: 37.469%;
}
.ci-u-2-5 {
  width: 40%;
  *width: 39.969%;
}
.ci-u-5-12,
.ci-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}
.ci-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}
.ci-u-1-2,
.ci-u-12-24 {
  width: 50%;
  *width: 49.969%;
}
.ci-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}
.ci-u-7-12,
.ci-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}
.ci-u-3-5 {
  width: 60%;
  *width: 59.969%;
}
.ci-u-5-8,
.ci-u-15-24 {
  width: 62.5%;
  *width: 62.469%;
}
.ci-u-2-3,
.ci-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}
.ci-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}
.ci-u-3-4,
.ci-u-18-24 {
  width: 75%;
  *width: 74.969%;
}
.ci-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}
.ci-u-4-5 {
  width: 80%;
  *width: 79.969%;
}
.ci-u-5-6,
.ci-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}
.ci-u-7-8,
.ci-u-21-24 {
  width: 87.5%;
  *width: 87.469%;
}
.ci-u-11-12,
.ci-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}
.ci-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}
.ci-u-1,
.ci-u-1-1,
.ci-u-5-5,
.ci-u-24-24 {
  width: 100%;
}
/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 500px) {
  .ci-u-sm-1,
  .ci-u-sm-1-1,
  .ci-u-sm-1-2,
  .ci-u-sm-1-3,
  .ci-u-sm-2-3,
  .ci-u-sm-1-4,
  .ci-u-sm-3-4,
  .ci-u-sm-1-5,
  .ci-u-sm-2-5,
  .ci-u-sm-3-5,
  .ci-u-sm-4-5,
  .ci-u-sm-5-5,
  .ci-u-sm-1-6,
  .ci-u-sm-5-6,
  .ci-u-sm-1-8,
  .ci-u-sm-3-8,
  .ci-u-sm-5-8,
  .ci-u-sm-7-8,
  .ci-u-sm-1-12,
  .ci-u-sm-5-12,
  .ci-u-sm-7-12,
  .ci-u-sm-11-12,
  .ci-u-sm-1-24,
  .ci-u-sm-2-24,
  .ci-u-sm-3-24,
  .ci-u-sm-4-24,
  .ci-u-sm-5-24,
  .ci-u-sm-6-24,
  .ci-u-sm-7-24,
  .ci-u-sm-8-24,
  .ci-u-sm-9-24,
  .ci-u-sm-10-24,
  .ci-u-sm-11-24,
  .ci-u-sm-12-24,
  .ci-u-sm-13-24,
  .ci-u-sm-14-24,
  .ci-u-sm-15-24,
  .ci-u-sm-16-24,
  .ci-u-sm-17-24,
  .ci-u-sm-18-24,
  .ci-u-sm-19-24,
  .ci-u-sm-20-24,
  .ci-u-sm-21-24,
  .ci-u-sm-22-24,
  .ci-u-sm-23-24,
  .ci-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .ci-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .ci-u-sm-1-12,
  .ci-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .ci-u-sm-1-8,
  .ci-u-sm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .ci-u-sm-1-6,
  .ci-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .ci-u-sm-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .ci-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .ci-u-sm-1-4,
  .ci-u-sm-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .ci-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .ci-u-sm-1-3,
  .ci-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .ci-u-sm-3-8,
  .ci-u-sm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .ci-u-sm-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .ci-u-sm-5-12,
  .ci-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .ci-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .ci-u-sm-1-2,
  .ci-u-sm-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .ci-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .ci-u-sm-7-12,
  .ci-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .ci-u-sm-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .ci-u-sm-5-8,
  .ci-u-sm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .ci-u-sm-2-3,
  .ci-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .ci-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .ci-u-sm-3-4,
  .ci-u-sm-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .ci-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .ci-u-sm-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .ci-u-sm-5-6,
  .ci-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .ci-u-sm-7-8,
  .ci-u-sm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .ci-u-sm-11-12,
  .ci-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .ci-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .ci-u-sm-1,
  .ci-u-sm-1-1,
  .ci-u-sm-5-5,
  .ci-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .ci-u-md-1,
  .ci-u-md-1-1,
  .ci-u-md-1-2,
  .ci-u-md-1-3,
  .ci-u-md-2-3,
  .ci-u-md-1-4,
  .ci-u-md-3-4,
  .ci-u-md-1-5,
  .ci-u-md-2-5,
  .ci-u-md-3-5,
  .ci-u-md-4-5,
  .ci-u-md-5-5,
  .ci-u-md-1-6,
  .ci-u-md-5-6,
  .ci-u-md-1-8,
  .ci-u-md-3-8,
  .ci-u-md-5-8,
  .ci-u-md-7-8,
  .ci-u-md-1-12,
  .ci-u-md-5-12,
  .ci-u-md-7-12,
  .ci-u-md-11-12,
  .ci-u-md-1-24,
  .ci-u-md-2-24,
  .ci-u-md-3-24,
  .ci-u-md-4-24,
  .ci-u-md-5-24,
  .ci-u-md-6-24,
  .ci-u-md-7-24,
  .ci-u-md-8-24,
  .ci-u-md-9-24,
  .ci-u-md-10-24,
  .ci-u-md-11-24,
  .ci-u-md-12-24,
  .ci-u-md-13-24,
  .ci-u-md-14-24,
  .ci-u-md-15-24,
  .ci-u-md-16-24,
  .ci-u-md-17-24,
  .ci-u-md-18-24,
  .ci-u-md-19-24,
  .ci-u-md-20-24,
  .ci-u-md-21-24,
  .ci-u-md-22-24,
  .ci-u-md-23-24,
  .ci-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .ci-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .ci-u-md-1-12,
  .ci-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .ci-u-md-1-8,
  .ci-u-md-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .ci-u-md-1-6,
  .ci-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .ci-u-md-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .ci-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .ci-u-md-1-4,
  .ci-u-md-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .ci-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .ci-u-md-1-3,
  .ci-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .ci-u-md-3-8,
  .ci-u-md-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .ci-u-md-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .ci-u-md-5-12,
  .ci-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .ci-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .ci-u-md-1-2,
  .ci-u-md-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .ci-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .ci-u-md-7-12,
  .ci-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .ci-u-md-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .ci-u-md-5-8,
  .ci-u-md-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .ci-u-md-2-3,
  .ci-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .ci-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .ci-u-md-3-4,
  .ci-u-md-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .ci-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .ci-u-md-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .ci-u-md-5-6,
  .ci-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .ci-u-md-7-8,
  .ci-u-md-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .ci-u-md-11-12,
  .ci-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .ci-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .ci-u-md-1,
  .ci-u-md-1-1,
  .ci-u-md-5-5,
  .ci-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .ci-u-lg-1,
  .ci-u-lg-1-1,
  .ci-u-lg-1-2,
  .ci-u-lg-1-3,
  .ci-u-lg-2-3,
  .ci-u-lg-1-4,
  .ci-u-lg-3-4,
  .ci-u-lg-1-5,
  .ci-u-lg-2-5,
  .ci-u-lg-3-5,
  .ci-u-lg-4-5,
  .ci-u-lg-5-5,
  .ci-u-lg-1-6,
  .ci-u-lg-5-6,
  .ci-u-lg-1-8,
  .ci-u-lg-3-8,
  .ci-u-lg-5-8,
  .ci-u-lg-7-8,
  .ci-u-lg-1-12,
  .ci-u-lg-5-12,
  .ci-u-lg-7-12,
  .ci-u-lg-11-12,
  .ci-u-lg-1-24,
  .ci-u-lg-2-24,
  .ci-u-lg-3-24,
  .ci-u-lg-4-24,
  .ci-u-lg-5-24,
  .ci-u-lg-6-24,
  .ci-u-lg-7-24,
  .ci-u-lg-8-24,
  .ci-u-lg-9-24,
  .ci-u-lg-10-24,
  .ci-u-lg-11-24,
  .ci-u-lg-12-24,
  .ci-u-lg-13-24,
  .ci-u-lg-14-24,
  .ci-u-lg-15-24,
  .ci-u-lg-16-24,
  .ci-u-lg-17-24,
  .ci-u-lg-18-24,
  .ci-u-lg-19-24,
  .ci-u-lg-20-24,
  .ci-u-lg-21-24,
  .ci-u-lg-22-24,
  .ci-u-lg-23-24,
  .ci-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .ci-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .ci-u-lg-1-12,
  .ci-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .ci-u-lg-1-8,
  .ci-u-lg-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .ci-u-lg-1-6,
  .ci-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .ci-u-lg-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .ci-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .ci-u-lg-1-4,
  .ci-u-lg-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .ci-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .ci-u-lg-1-3,
  .ci-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .ci-u-lg-3-8,
  .ci-u-lg-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .ci-u-lg-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .ci-u-lg-5-12,
  .ci-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .ci-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .ci-u-lg-1-2,
  .ci-u-lg-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .ci-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .ci-u-lg-7-12,
  .ci-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .ci-u-lg-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .ci-u-lg-5-8,
  .ci-u-lg-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .ci-u-lg-2-3,
  .ci-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .ci-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .ci-u-lg-3-4,
  .ci-u-lg-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .ci-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .ci-u-lg-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .ci-u-lg-5-6,
  .ci-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .ci-u-lg-7-8,
  .ci-u-lg-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .ci-u-lg-11-12,
  .ci-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .ci-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .ci-u-lg-1,
  .ci-u-lg-1-1,
  .ci-u-lg-5-5,
  .ci-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .ci-u-xl-1,
  .ci-u-xl-1-1,
  .ci-u-xl-1-2,
  .ci-u-xl-1-3,
  .ci-u-xl-2-3,
  .ci-u-xl-1-4,
  .ci-u-xl-3-4,
  .ci-u-xl-1-5,
  .ci-u-xl-2-5,
  .ci-u-xl-3-5,
  .ci-u-xl-4-5,
  .ci-u-xl-5-5,
  .ci-u-xl-1-6,
  .ci-u-xl-5-6,
  .ci-u-xl-1-8,
  .ci-u-xl-3-8,
  .ci-u-xl-5-8,
  .ci-u-xl-7-8,
  .ci-u-xl-1-12,
  .ci-u-xl-5-12,
  .ci-u-xl-7-12,
  .ci-u-xl-11-12,
  .ci-u-xl-1-24,
  .ci-u-xl-2-24,
  .ci-u-xl-3-24,
  .ci-u-xl-4-24,
  .ci-u-xl-5-24,
  .ci-u-xl-6-24,
  .ci-u-xl-7-24,
  .ci-u-xl-8-24,
  .ci-u-xl-9-24,
  .ci-u-xl-10-24,
  .ci-u-xl-11-24,
  .ci-u-xl-12-24,
  .ci-u-xl-13-24,
  .ci-u-xl-14-24,
  .ci-u-xl-15-24,
  .ci-u-xl-16-24,
  .ci-u-xl-17-24,
  .ci-u-xl-18-24,
  .ci-u-xl-19-24,
  .ci-u-xl-20-24,
  .ci-u-xl-21-24,
  .ci-u-xl-22-24,
  .ci-u-xl-23-24,
  .ci-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .ci-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .ci-u-xl-1-12,
  .ci-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .ci-u-xl-1-8,
  .ci-u-xl-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .ci-u-xl-1-6,
  .ci-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .ci-u-xl-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .ci-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .ci-u-xl-1-4,
  .ci-u-xl-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .ci-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .ci-u-xl-1-3,
  .ci-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .ci-u-xl-3-8,
  .ci-u-xl-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .ci-u-xl-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .ci-u-xl-5-12,
  .ci-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .ci-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .ci-u-xl-1-2,
  .ci-u-xl-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .ci-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .ci-u-xl-7-12,
  .ci-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .ci-u-xl-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .ci-u-xl-5-8,
  .ci-u-xl-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .ci-u-xl-2-3,
  .ci-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .ci-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .ci-u-xl-3-4,
  .ci-u-xl-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .ci-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .ci-u-xl-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .ci-u-xl-5-6,
  .ci-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .ci-u-xl-7-8,
  .ci-u-xl-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .ci-u-xl-11-12,
  .ci-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .ci-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .ci-u-xl-1,
  .ci-u-xl-1-1,
  .ci-u-xl-5-5,
  .ci-u-xl-24-24 {
    width: 100%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Italic"), local("Montserrat-Italic"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRyS7j.ttf)
      format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold Italic"), local("Montserrat-BoldItalic"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZ1.ttf)
      format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf)
      format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold"), local("Montserrat-Bold"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf)
      format("truetype");
}
* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}
body,
html {
  position: relative;
  font-family: "Montserrat", helvetica, arial, sans-serif;
  color: #555555;
  font-size: 14px;
  line-height: 1.6;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body,
  html {
    font-size: 16px;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.container {
  width: 100%;
  max-width: 1400px;
  padding: 0 10px;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 1.667rem;
  }
}
@media screen and (min-width: calc(@maxwidth + 1.667em)) {
  .container {
    padding: 0;
  }
}
.container--narrow {
  max-width: 1115px;
}
.grunge-border-bg,
.site-header__brand-container,
.site-nav__open-btn,
.open-btn__text,
.feature-block__item,
.sponsor-stats__number,
.sponsor-stats__headshot {
  -webkit-border-image: url("../images/border-bg--white.png") 4 4 4 4 repeat;
  -o-border-image: url("../images/border-bg--white.png") 4 4 4 4 repeat;
  border-image: url("../images/border-bg--white.png") 4 4 4 4 repeat;
}
.grunge-border-bg--thin-gray,
.site-nav,
.site-nav__item,
form h3,
div.post form,
div.page form,
div#respond,
.trips-list__item,
.for-bloggers-list li {
  -webkit-border-image: url("../images/border-bg--gray1px.png") 1 1 1 1 repeat;
  -o-border-image: url("../images/border-bg--gray1px.png") 1 1 1 1 repeat;
  border-image: url("../images/border-bg--gray1px.png") 1 1 1 1 repeat;
}
.grunge-border-bg--blue,
.close-btn__bars {
  -webkit-border-image: url("../images/border-bg--blue.png") 4 4 4 4 repeat;
  -o-border-image: url("../images/border-bg--blue.png") 4 4 4 4 repeat;
  border-image: url("../images/border-bg--blue.png") 4 4 4 4 repeat;
}
.grunge-border-bg--yellow,
.feature-block__item:hover {
  -webkit-border-image: url("../images/border-bg--yellow.png") 4 4 4 4 repeat;
  -o-border-image: url("../images/border-bg--yellow.png") 4 4 4 4 repeat;
  border-image: url("../images/border-bg--yellow.png") 4 4 4 4 repeat;
}
nav ul {
  list-style: none;
  padding-left: 0;
}
.img--framed {
  border: solid 3px #f0f0f0;
}
.h-displayblock {
  display: block;
}
[class*="__group"]::after {
  content: "";
  display: table;
  clear: both;
}
.is-stuck {
  position: fixed;
  top: 0;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone {
  margin: 0 auto 1em;
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 700px) {
  .alignnone {
    margin: 0 0 1.5em;
  }
  .alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  .alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
}
body.admin-bar {
  overflow: visible;
}
body.admin-bar .site-nav {
  top: 32px;
}
html #wpadminbar {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: absolute;
}
.clearfix {
  clear: both;
  overflow: auto;
  zoom: 1;
}
.posts-nav {
  list-style: none;
  margin: 2rem 0;
  text-align: center;
  padding: 0;
}
.posts-nav li {
  display: inline-block;
  margin: 0 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em;
  line-height: 1.3;
}
p {
  font-size: 1em;
  margin: 0 0 1em 0;
}
a {
  color: #0061aa;
  text-decoration: none;
}
a:hover {
  color: #8ec6f3;
}
#primary-content p a:not(class*="btn") {
  border-bottom: solid 1px #8ec6f3;
}
#primary-content p a:not(class*="btn"):hover {
  border-bottom-color: #0061aa;
  border-bottom-width: 2px;
  color: #003971;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: inherit;
}
ul {
  margin: 0 0 1.5em 0;
}
ul li {
  font-size: 1em;
  line-height: 1.8;
}
.uc,
.h-uc,
.page-section__headline,
.page-section__headline--subtle,
.preview-title,
#primary-content .section-title,
form h3,
.hero__subheadline,
.hero__teaser,
.feature-block__headline,
.trips-list__link,
.trip-title__date,
.sponsor-stats,
.for-bloggers-list li h3,
.banner__headline {
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.page-section__headline {
  font-size: 1.7rem;
  color: #333333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.page-section__headline--subtle,
.preview-title,
.banner__headline {
  margin-bottom: 1em;
  font-size: 1rem;
  color: #999999;
  font-weight: 700;
}
.font--lrg {
  font-size: 1.4rem;
}
.font--small {
  font-size: 0.75rem;
}
.font--white {
  color: #ffffff;
}
.page-title,
.post-title {
  font-weight: 400;
  font-size: 2rem;
  padding-bottom: 1rem;
  margin: 0 0 0.5em;
  position: relative;
  margin-top: 0.5em;
}
.page-title::after,
.post-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 4px;
  background: #e6b413;
}
@media screen and (min-width: 1024px) {
  .page-title,
  .post-title {
    font-size: 3rem;
  }
}
#primary-content .section-title {
  background: url(../images/section-title-bg.png) repeat-x left center;
  color: #999999;
  line-height: 1.2;
  margin: 3em 0 1em;
}
#primary-content .section-title span {
  background: #fff;
  padding-right: 1rem;
}
#primary-content .section-title--center {
  text-align: center;
  margin: 2em 0 1rem;
}
#primary-content .section-title--center span {
  padding-left: 1rem;
}
.article-meta,
.post-meta {
  color: #999999;
  margin-bottom: 0.25rem;
  position: relative;
}
.article-meta__author-name,
.post-meta__author-name {
  font-weight: 700;
}
.article-meta__publish-date::before,
.post-meta__publish-date::before {
  content: " / ";
}
.site-header {
  position: relative;
  z-index: 777;
  background: #0061aa;
}
.site-header::after {
  content: "";
  display: table;
  clear: both;
}
.site-header > .container {
  padding: 0;
}
.site-header__brand-container {
  position: relative;
  float: left;
  margin: 1.28rem 0;
  border-width: 2px;
  border-color: #fff;
  border-style: solid;
  border-left: none;
  width: calc(100% - 60px - 1.5rem);
  height: 17.6vw;
  font-size: 7.8vw;
}
.site-header__brand-container a {
  color: #ffffff;
}
.site-header__ci-logo {
  display: none;
}
.site-header__site-title {
  padding: 0 10px;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.2;
  text-transform: lowercase;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 0.1em));
  transform: translateY(calc(-50% - 0.1em));
}
.site-header__site-tageline {
  display: block;
  opacity: 0.6;
  font-size: 0.37em;
}
@media screen and (min-width: 580px) {
  .site-header__brand-container {
    height: auto;
    width: 75%;
    font-size: 2.5rem;
    width: 35rem;
  }
  .site-header__brand-container::after {
    content: "";
    position: absolute;
    border-left: solid 2px #fff;
    -webkit-border-image: url("../images/border-bg--white.png") 4 4 4 4 repeat;
    -o-border-image: url("../images/border-bg--white.png") 4 4 4 4 repeat;
    border-image: url("../images/border-bg--white.png") 4 4 4 4 repeat;
    top: 0;
    bottom: 0;
    left: 25%;
  }
  .site-header__ci-logo {
    display: block;
    padding: 0.5rem;
    width: 25%;
    float: left;
    position: relative;
    height: 0;
    padding-top: calc(37.65% - 7.5rem);
  }
  .site-header__ci-logo img {
    position: absolute;
    left: 0.5rem;
    width: calc(100% - 1rem);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header__site-title {
    float: left;
    width: 75%;
    position: static;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    padding: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .site-header__brand-container {
    border-left-width: 2px;
    border-color: #fff;
    border-style: solid;
  }
}
.has-hero-image .site-header {
  background: transparent;
}
.has-hero-image .site-header::after {
  display: none;
}
.has-hero-image .site-header__brand-container {
  position: absolute;
  left: 0;
  top: 1.28rem;
  margin: 0;
}
.site-nav__container {
  position: fixed;
  height: 100vh;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 360px;
  background: #ffffff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 999;
  overflow: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
.site-nav__overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 666;
  background-color: rgba(51, 51, 51, 0.5);
}
.searchform {
  padding: 1rem;
}
.searchform::after {
  content: "";
  display: table;
  clear: both;
}
.searchform__label {
  display: none;
}
.searchform__input[type="text"] {
  float: left;
  width: calc(100% - 50px);
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
  background-color: #f6f6f6;
  border: solid 1px #ccc;
  border-right: none;
}
.searchform__btn {
  vertical-align: middle;
  border: solid 1px #e6b413;
  line-height: 1;
  font-size: 16px;
  width: 50px;
  padding: 0.5em 0;
  text-align: center;
  float: right;
  border-radius: 0 3px 3px 0;
}
.searchform .fa {
  line-height: 20px;
  display: inline-block;
}
.site-nav {
  margin-bottom: 0;
  font-size: 1.25rem;
  border-color: #999999;
  border-width: 0 0 1px 0;
  border-style: solid;
}
.site-nav__item {
  border-color: #999999;
  border-width: 1px 0 0 0;
  border-style: solid;
}
.site-nav__link {
  display: block;
  padding: 1rem 1.5rem 1rem 1.5rem;
  line-height: 1;
}
.site-nav__sub-menu {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.site-nav__sub-menu-item .site-nav__link {
  color: #555555;
}
.site-nav--is-displayed .site-nav__container {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.site-nav--is-displayed .site-nav__overlay {
  visibility: visible;
  opacity: 1;
}
.site-nav__open-btn {
  border-width: 2px;
  border-color: #fff;
  border-style: solid;
  position: absolute;
  right: 10px;
  top: 1.28rem;
  width: 60px;
  height: 17.6vw;
  padding: 0.5rem;
  color: #ffffff;
}
.open-btn__text {
  display: none;
}
.open-btn__bars {
  display: block;
  position: absolute;
  height: 28px;
  width: 28px;
  background-image: linear-gradient(
    to bottom,
    #fff 0,
    #fff 2px,
    transparent 2px,
    transparent 7px,
    #fff 7px,
    #fff 9px,
    transparent 9px,
    transparent 14px,
    #fff 14px,
    #fff 16px,
    transparent 16px
  );
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px 16px;
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -14px;
}
@media screen and (min-width: 580px) {
  .site-nav__open-btn {
    height: 46px;
    width: auto;
    padding: 0;
    top: calc(45px + 1.28rem);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .open-btn__text {
    font-weight: 700;
    display: block;
    float: left;
    width: calc(100% - 42px);
    line-height: 42px;
    padding: 0 1rem;
    border-width: 0 2px 0 0;
    border-color: #fff;
    border-style: solid;
  }
  .open-btn__bars {
    position: static;
    margin: 0;
    float: left;
    width: 42px;
    height: 42px;
  }
}
.site-nav__close-btn {
  background: #f5f5f5;
  text-align: right;
  padding: 6px;
  vertical-align: middle;
}
.close-btn__text {
  line-height: 46px;
  color: #777777;
  display: inline-block;
}
.close-btn__bars {
  margin-left: 0.5rem;
  float: right;
  height: 46px;
  width: 46px;
  border-width: 2px;
  border-color: #0061aa;
  border-style: solid;
  position: relative;
}
.close-btn__bars::after,
.close-btn__bars::before {
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 2px;
  background: #0061aa;
  position: absolute;
  left: 5%;
  top: 50%;
  width: 90%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  margin-top: -1px;
}
.close-btn__bars::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* ==========================================================================
	SITE FOOTER
============================================================================= */
.site-footer {
  background-color: #0061aa;
}
.footer-contact-info span {
  display: block;
}
div#web-accessibility-summary {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #005291),
    to(#0061aa)
  );
  background-image: linear-gradient(to top, #005291 0, #0061aa 100%);
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
div#web-accessibility-summary h1 {
  font-size: 1.375em;
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: normal;
}
div#web-accessibility-summary a:link,
div#web-accessibility-summary a:visited {
  color: #8ebae5;
}
div#web-accessibility-summary a:hover,
div#web-accessibility-summary a:active,
div#web-accessibility-summary a:focus {
  color: #fff;
}
div#web-accessibility-summary ul#breadcrumbs {
  list-style-type: none;
  margin: 0 0 18px;
  padding: 0;
}
div#web-accessibility-summary ul#breadcrumbs li {
  margin: 0;
  padding: 0;
  display: inline;
}
div#web-accessibility-summary div#breadcrumbs {
  margin-bottom: 18px;
}
.site-footer nav {
  padding: 1em 1em;
  color: #ffffff;
  background: #003971;
}
.site-footer nav a {
  color: #ffffff;
  text-transform: uppercase;
}
.site-footer nav .footer-nav,
.site-footer nav .footer-social-links {
  display: block;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}
.site-footer nav .footer-nav {
  display: none;
}
.site-footer nav .footer-nav li {
  display: inline-block;
  padding: 0;
}
.site-footer nav .footer-nav li::after {
  content: "/";
  color: #002040;
}
.site-footer nav .footer-nav li:last-child:after {
  content: "";
}
.site-footer nav .footer-nav li a {
  display: inline-block;
  padding: 0 1rem;
  font-weight: 700;
  font-size: 0.75rem;
}
.site-footer nav .footer-social-links li {
  display: inline-block;
}
.site-footer nav .footer-social-links li span {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -300%;
}
.site-footer nav .footer-social-links li a {
  display: inline-block;
  padding: 0 0.75rem;
  font-weight: 700;
}
.site-footer nav .footer-social-links li a i {
  font-size: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .site-footer nav .footer-nav {
    display: block;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1280px) {
  .site-footer nav .footer-nav {
    float: left;
    margin-bottom: 0;
  }
  .site-footer nav .footer-social-links {
    float: right;
  }
  .site-footer nav .footer-social-links a {
    padding: 0 0.4rem !important;
  }
}
.site-footer > section,
.site-footer > aside {
  color: #ffffff;
  text-align: center;
  padding: 0 0 2rem;
  width: 61.25rem;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
.site-footer > section a,
.site-footer > aside a {
  color: inherit;
  text-decoration: underline;
}
.site-footer > section:last-child,
.site-footer > aside:last-child {
  margin-bottom: 0;
}
.site-footer h3 {
  font-weight: normal;
  margin-bottom: 0.3125rem;
  font-weight: 700;
}
.site-footer blockquote {
  font-family: georgia, serif;
  font-style: italic;
  line-height: 1.6875;
}
.site-footer blockquote > * {
  margin-top: 0;
  margin-bottom: 0.3125rem;
}
.site-footer blockquote footer {
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.site-footer blockquote footer img {
  border: solid 3px #8ec6f3;
  border-radius: 50%;
  margin-bottom: 0.3125rem;
  width: 62px;
  height: 62px;
  overflow: hidden;
}
.site-footer aside {
  opacity: 0.5;
  font-size: 0.75rem;
}
.site-footer aside > * {
  margin-bottom: 0.3125rem;
}
div.wpcf7-response-output {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 700;
  clear: both;
  border: 1px solid #666;
  background-color: #dadada;
  font-style: normal;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 0 18px;
  padding: 18px 0;
}
div.wpcf7-mail-sent-ok {
  background-color: #afa;
  text-align: center;
}
div.wpcf7-mail-sent-ng {
  background-color: #ff999a;
  text-align: center;
}
div.wpcf7-spam-blocked {
  background-color: orange;
  text-align: center;
}
div.wpcf7-validation-errors {
  background-color: #fea;
  text-align: center;
}
span.wpcf7-not-valid-tip {
  background-color: #ff999a;
  text-align: center;
  top: 0;
  left: 0;
  width: 450px;
  border: 1px solid #666;
  margin: 0;
  padding: 8px;
}
form p.form-quiz span.wpcf7-quiz-label {
  margin-right: 5px;
  float: left;
  width: auto;
  text-align: right;
  padding: 5px 0 0;
}
form p.form-quiz input[type="text"].wpcf7-quiz {
  width: 57px;
  clear: none;
  float: left;
}
button,
input[type="button"],
input[type="submit"] {
  background: #e6b413;
  border-radius: 3px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
form input[type="text"] {
  padding: 0.5em;
  width: 100%;
}
form h3 {
  margin: 0 0 1em;
  font-weight: 700;
  font-sie: 1.3rem;
  border-color: #999999;
  border-width: 0 0 1px;
  border-style: solid;
  padding-bottom: 0.5em;
}
form label {
  display: block;
}
form label + br {
  display: none;
}
div.post form,
div.page form,
div#respond {
  padding: 1rem;
  background: #f6f6f6;
  border-color: #999999;
  border-width: 2px;
  border-style: solid;
}
body {
  display: -webkit-box;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  flex-direction: column-reverse;
}
.page-section {
  position: relative;
  padding: 1rem 0;
  margin: 1rem 0;
}
.page-section::after {
  content: "";
  display: table;
  clear: both;
}
.page-section > .container *:last-child {
  margin-bottom: 0;
}
.page-section--hero {
  background: #0061aa;
  color: #ffffff;
  height: 80vh;
  /* max-height: 800px; */
  margin-top: 0;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 222;
}
.page-section--hero::before,
.page-section--hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0061aa;
  opacity: 0.5;
  z-index: 0;
}
.page-section--hero::after {
  display: block;
  mix-blend-mode: multiply;
  z-index: 1;
  bottom: auto;
  height: 300px;
  opacity: 1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDYxYWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDk3LCAxNzApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #0061aa),
    color-stop(100, rgba(0, 97, 170, 0))
  );
  background-image: linear-gradient(
    to bottom,
    #0061aa 0,
    rgba(0, 97, 170, 0) 100
  );
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  .page-section--hero {
    min-height: 650px;
  }
}
.hero__content-wrap {
  position: absolute;
  z-index: 222;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  text-align: center;
}
.hero__headline {
  font-size: 2.3rem;
  margin: 0 0 0.2em;
}
.hero__subheadline,
.hero__teaser {
  font-weight: 700;
  font-size: 1.14rem;
  margin: 0 0 0.2em;
}
.hero__teaser {
  display: block;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .hero__headline {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero__headline {
    font-size: 3.4rem;
  }
  .hero__subheadline {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .hero__headline {
    font-size: 4.3rem;
  }
}
@media screen and (min-width: 700px) {
  .page-hero--trip .hero__content-wrap {
    padding: 0 10rem;
  }
}
.hero--homepage {
  height: auto;
}
.hero--homepage .hero__content-wrap {
  position: relative;
  margin: 10rem 2% 10rem;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  top: auto;
}
.hero--homepage .hero__teaser {
  position: absolute;
  bottom: -10rem;
  left: -2.1%;
  right: -2.1%;
  margin-top: -1.5em;
  padding-bottom: 1.5em;
}
.hero--homepage .hero__teaser::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.5em;
  height: 1.5em;
  background: url(../images/hero-cutout.svg) repeat-x center bottom;
}
@media screen and (min-width: 1024px) {
  .hero--homepage {
    padding-bottom: 2rem;
  }
  .hero--homepage .hero__content-wrap {
    margin-bottom: 0;
  }
  .hero--homepage .hero__teaser {
    position: static;
    margin-top: 1em;
  }
  .hero--homepage .hero__teaser::after {
    display: none;
  }
}
.feature-block__group {
  float: left;
  width: 100%;
}
.feature-block__item {
  padding: 2rem 0;
  background: url(../images/section-title-bg.png) repeat-x center bottom;
  border-width: 0;
  border-color: #fff;
  border-style: solid;
}
.feature-block__item:hover {
  border-width: 0;
  border-color: #e6b413;
  border-style: solid;
}
.feature-block__headline {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 700;
  margin: 0;
}
.feature-block__subheadline {
  color: #0061aa;
  font-weight: 300;
  font-size: 1.37rem;
  margin: 0 0 0.5em;
}
.feature-block__bodycopy {
  color: #777777;
}
@media screen and (min-width: 1024px) {
  .feature-block__group {
    float: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .feature-block__item {
    position: relative;
    width: calc(33.3333% - 20px);
    margin: 10px 10px 0 10px;
    padding: 20px 20px 6.2rem 20px;
    background: none;
    border-width: 2px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .feature-block__item:hover {
    border-width: 2px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    background: rgba(0, 57, 113, 0.5);
  }
  .feature-block__item:hover .feature-block__subheadline {
    color: #e6b413;
  }
  .feature-block__item:hover .feature-block__btn {
    color: #333333;
    background-color: #e6b413;
    border-color: #e6b413;
  }
  .feature-block__headline,
  .feature-block__bodycopy {
    color: #ffffff;
  }
  .feature-block__subheadline {
    color: #8ec6f3;
  }
  .feature-block__btn {
    background-color: transparent;
    border-color: #8ec6f3;
    color: #8ec6f3;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  .feature-block__btn:hover {
    color: #333333;
    background-color: #e6b413;
    border-color: #e6b413;
  }
}
.recent-trip {
  border: solid 2px #eee;
  text-align: center;
  padding: 0 2rem 2rem;
}
.recent-trip__img {
  border-bottom: solid 2px #eee;
  display: block;
  max-width: none;
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-bottom: 1rem;
}
.recent-trip__title {
  font-size: 1.37rem;
  font-weight: 400;
  margin: 0 0 0.2em;
}
.recent-trip__date {
  font-weight: 400;
  font-size: 1.14rem;
  color: #777777;
  margin: 0 0 1rem;
}
.recent-trip__btn {
  display: block;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 500px) {
  .recent-trip {
    position: relative;
    text-align: right;
    padding: 0;
    max-width: 888px;
    margin: auto;
  }
  .recent-trip::after {
    content: "";
    display: table;
    clear: both;
  }
  .recent-trip__img {
    width: 50%;
    border: none;
    border-left: solid 2px #eee;
    margin: 0;
    float: right;
  }
  .recent-trip__inner-wrap {
    position: absolute;
    left: 0;
    right: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px;
    text-align: left;
  }
  .recent-trip__btn {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .recent-trip__title {
    font-size: 1.5rem;
  }
  .recent-trip__inner-wrap {
    padding: 30px;
  }
}
.trips-list__item {
  position: relative;
  padding: 0.5em 0;
  border-color: #999999;
  border-width: 0 0 1px 0;
  border-style: solid;
}
.trips-list__img {
  width: 100px;
}
.trips-list__inner-wrap {
  position: absolute;
  left: 100px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 10px;
}
.trips-list__title {
  font-size: 1.1em;
  font-weight: 400;
  margin: 0 0 0.2em;
}
.trips-list__date {
  font-weight: 400;
  font-size: 0.8rem;
  color: #777777;
  margin: 0;
}
.trips-list__link {
  display: none;
  color: #e6b413;
  font-weight: 700;
  font-size: 0.8rem;
  margin-top: 0.5em;
}
@media screen and (min-width: 500px) {
  .trips-list {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .trips-list__item {
    float: left;
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .trips-list {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
  .trips-list__item {
    height: 0;
    padding: 0;
    padding-top: calc(22.19999% - 10px);
    overflow: hidden;
    background-color: #0061aa;
    width: calc(33.3333% - 10px);
    margin: 5px;
    border: none;
  }
  .trips-list__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.5;
    display: block;
  }
  .trips-list__inner-wrap {
    left: 10px;
    right: 10px;
    text-align: center;
    z-index: 1;
  }
  .trips-list__title {
    font-size: 1.2rem;
  }
  .trips-list__title,
  .trips-list__date {
    color: #ffffff;
  }
  .trips-list__item:hover::after {
    content: "";
    z-index: 0;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: solid 2px #fff;
    -webkit-border-image: url("../images/border-bg--white.png") 4 4 4 4 repeat;
    -o-border-image: url("../images/border-bg--white.png") 4 4 4 4 repeat;
    border-image: url("../images/border-bg--white.png") 4 4 4 4 repeat;
  }
  .trips-list__item:hover .trips-list__img {
    opacity: 0.1;
  }
  .trips-list__item:hover .trips-list__link {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .trips-list__item {
    padding-top: calc(16.6666666% - 10px);
    width: calc(25% - 10px);
  }
}
.trips-list__load-more {
  clear: both;
  display: block;
  padding: 2rem 0;
  color: #0061aa;
  text-align: center;
}
#primary-content {
  padding: 1rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
.flexible-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.flexible-video iframe,
.flexible-video object,
.flexible-video embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.single-trip .site-header {
  background: none;
}
a.anchor {
  padding-top: 63px;
  display: block;
}
.trip-title {
  margin: 0;
  font-size: 3rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.trip-title__destination {
  display: block;
  font-size: 1em;
  line-height: 1;
  font-weight: 300;
}
.trip-title__date {
  display: block;
  font-size: 0.3em;
  font-weight: 700;
  margin-top: 0.5em;
}
@media screen and (min-width: 500px) {
  .trip-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .trip-title {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .trip-title {
    font-size: 6rem;
  }
}
.cta-btns {
  max-width: 500px;
  margin: auto;
  margin-top: 2rem;
  padding: 0 0.5rem;
}
.cta-btns .btn {
  padding-left: 0;
  padding-right: 0;
  float: left;
  margin: 0.5rem;
  width: calc(50% - 1rem);
}
.sponsor-stats {
  position: absolute;
  bottom: 3.9em;
  left: 0;
  right: 0;
  background: rgba(0, 50, 99, 0.4);
  padding: 1rem 0;
  color: #ffffff;
  font-weight: 700;
}
.sponsor-stats a {
  color: #e6b413;
}
.sponsor-stats__number,
.sponsor-stats__headshot {
  float: left;
  border-width: 2px;
  border-color: #fff;
  border-style: solid;
  padding: 10px;
  line-height: 1;
  margin-right: 10px;
  font-size: 2rem;
  font-weight: 300;
}
.sponsor-stats p {
  line-height: 1.4;
  margin-bottom: 0;
}
.sponsor-stats__recent-child {
  display: none;
}
@media screen and (min-width: 768px) {
  .sponsor-stats__total,
  .sponsor-stats__recent-child {
    width: 50%;
    float: left;
    display: block;
    padding-right: 20px;
    position: relative;
  }
  .sponsor-stats__number {
    line-height: 80px;
    padding: 0;
    width: 80px;
    text-align: center;
  }
  .sponsor-stats__headshot {
    padding: 2px;
  }
  .sponsor-stats .img-clip {
    height: 72px;
    width: 72px;
    overflow: hidden;
  }
  .sponsor-stats p {
    position: absolute;
    right: 20px;
    left: 90px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.post-link {
  position: absolute;
  color: #fff;
  top: calc(1.28rem + 17.6vw + 20px);
  width: 50%;
  z-index: 333;
  font-size: 0.8rem;
  opacity: 0.5;
  line-height: 1.1;
}
.post-link a {
  color: #fff;
}
.post-link--next {
  right: 10px;
  text-align: right;
}
.post-link--prev {
  left: 10px;
}
@media screen and (min-width: 700px) {
  .post-link {
    width: 10em;
    top: 50%;
    padding-right: 1em;
    opacity: 0.8;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .post-link:hover {
    opacity: 1;
  }
  .post-link .fa {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    right: 0;
  }
  .post-link--prev {
    padding-right: 0;
    padding-left: 1em;
  }
  .post-link--prev .fa {
    right: auto;
    left: 0;
  }
}
@media screen and (min-width: 960px) {
  .post-link {
    font-size: 1rem;
  }
}
.page-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-nav__menu {
  background: #003971;
  left: 0;
  width: 100%;
  white-space: nowrap;
  margin: 0;
  overflow-y: visible;
  overflow-x: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.page-nav__menu-item {
  display: inline-block;
}
.page-nav__link {
  color: #dfdfdf;
  display: inline-block;
  font-size: 1.1rem;
  padding: 1rem;
}
.page-nav__link--is-active {
  color: #fff;
  position: relative;
}
.page-nav__link--is-active::after {
  content: "";
  position: absolute;
  background: #e6b413;
  bottom: -3px;
  height: 6px;
  left: 1rem;
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .page-nav {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .page-nav__menu-item {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.intro__image {
  text-align: center;
}
.intro__copy {
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .intro__image {
    float: right;
    width: 33.33333%;
  }
  .intro__copy {
    float: left;
    width: 66.6666%;
    padding-right: 2rem;
  }
}
.bloggers-list__item {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .bloggers-list__item {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .bloggers-list {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .bloggers-list__item {
    padding: 8px;
    float: left;
    width: 33.3333%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bloggers-list__item {
    width: 25%;
  }
}
.blogger {
  position: relative;
}
.blogger__headshot {
  width: calc(50% - 10px);
  position: relative;
}
.blogger__info {
  position: absolute;
  left: calc(50% - 30px);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffffff;
  padding: 7px;
  margin-top: -0.5em;
}
.blogger__name {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.blogger__site-link,
.blogger__role {
  display: block;
  line-height: 1.4;
}
.blogger__role {
  color: #777777;
}
.blogger__social-links {
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -10px;
}
.blogger__social-link {
  color: #333333;
  font-size: 1.3rem;
  padding: 5px 0 5px 10px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .blogger__headshot {
    width: 100%;
    position: relative;
  }
  .blogger__info {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    background-color: transparent;
  }
  .blogger__name {
    color: #fff;
  }
  .blogger__site-link {
    color: #e6b413;
  }
  .blogger__role {
    color: #8ec6f3;
  }
  .blogger__social-links {
    margin-left: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  .blogger__social-link {
    padding: 10px;
    color: #fff;
  }
  .blogger__info,
  .blogger__social-links {
    display: none;
    z-index: 1;
  }
  .blogger:hover::after {
    content: "";
    position: absolute;
    background-color: rgba(51, 51, 51, 0.7);
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    z-index: 0;
  }
  .blogger:hover > .blogger__info,
  .blogger:hover > .blogger__social-links {
    display: block;
  }
}
.featured-articles__item {
  margin-bottom: 30px;
}
@media screen and (min-width: 500px) {
  .featured-articles__group {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .featured-articles__item {
    float: left;
    width: calc(50% - 16px);
    margin: 8px;
    border: solid 1px #eee;
  }
  .featured-articles__item:nth-child(odd) {
    clear: left;
  }
}
@media screen and (min-width: 1024px) {
  .featured-articles__item {
    width: calc(33.3333% - 16px);
  }
  .featured-articles__item:nth-child(odd) {
    clear: none;
  }
  .featured-articles__item:nth-child(4n) {
    clear: both;
  }
}
.featured-article {
  height: 40rem;
  overflow: hidden;
  padding-bottom: 4.2rem;
  position: relative;
  width: calc(100% + 20px);
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
}
.featured-article::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9rem;
  z-index: 1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #fff),
    color-stop(4.2rem, #fff),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to top,
    #fff 0,
    #fff 4.2rem,
    rgba(255, 255, 255, 0) 100%
  );
}
.featured-article__img {
  width: calc(100% + 20px);
  margin-left: -10px;
  z-index: 0;
  position: relative;
}
.featured-article__img img {
  vertical-align: top;
}
.featured-article__author-img {
  float: right;
  border: solid 3px #ffffff;
  width: 75px;
  margin: -37px 10px 0 1rem;
  position: relative;
  z-index: 1;
}
.featured-article__title {
  padding-top: 0.5rem;
  font-weight: 400;
  font-size: 1.7rem;
  margin: 0.25rem 0;
  line-height: 1.1;
}
.featured-article__excerpt {
  position: relative;
}
.featured-article__btn {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  z-index: 2;
}
@media screen and (min-width: 500px) {
  .featured-article {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin-left: 0;
  }
  .featured-article__author-img {
    margin-right: 0;
  }
  .featured-article__btn {
    bottom: 10px;
  }
}
.page-section--photos,
.page-section--videos {
  margin: 0;
  padding: 0;
}
.page-section--photos .page-section__headline,
.page-section--videos .page-section__headline {
  position: relative;
  z-index: 1;
}
.slider {
  margin-top: -6rem;
  z-index: 0;
  background-color: #003971;
}
.slider__item {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #003971;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.slider__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
}
.slider--videos {
  background-color: #333333;
}
.slider--videos .slider__item {
  background-color: #333333;
}
.slider__item-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #003971;
  opacity: 0.4;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: 0.5s 0.3s ease-out;
  transition: 0.5s 0.3s ease-out;
}
.slider__item-photo,
.slider__item-content {
  position: relative;
  z-index: 1;
}
.slider__item-photo,
.slider__item-video {
  max-width: 888px;
  margin: auto;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), 0 5px 15px rgba(0, 0, 0, 0.35);
}
.slider__item-content {
  padding: 1rem 10px;
  max-width: 30rem;
  margin: 0 auto 0 1rem;
}
.slider__item-title {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 0.5rem;
}
.slider__item-description {
  margin-bottom: 1.5rem;
}
.slider__item--flickr {
  text-align: center;
}
.slider__item--flickr .slider__item-content {
  margin-left: auto;
}
.slider__item--flickr .slider__item-photo {
  text-align: center;
  box-shadow: none;
}
.slider__item--flickr .slider__item-photo img {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), 0 5px 15px rgba(0, 0, 0, 0.35);
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .slider__item {
    padding-bottom: 40px;
  }
  .slider__item-photo,
  .slider__item-video {
    margin: 0 3rem 0 1rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .slider__item--flickr {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .slider {
    margin-top: 0;
  }
  .slider__item {
    padding: 30px 30px 100px;
  }
  .slider__item-photo,
  .slider__item-video {
    margin: 0;
    width: 66.6666%;
    float: right;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 0;
  }
  .slider__item-content {
    width: 33.3333%;
    float: left;
    padding: 30px 30px 0 0;
    margin: 5em 0 0;
  }
  .slider__item-video {
    float: left;
  }
  .slider__item-video + .slider__item-content {
    float: right;
    padding: 30px 0 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .page-section--photos {
    margin-top: 1rem;
  }
  .page-section--photos .page-section__headline {
    position: absolute;
    left: calc(30px);
    top: 50px;
    padding-left: 1.667rem;
    text-align: left;
  }
  .page-section--videos .page-section__headline {
    position: absolute;
    top: 50px;
    right: calc(33.3333% - 157px);
  }
}
@media screen and (min-width: 1400px) {
  .page-section--photos .page-section__headline {
    left: 50%;
    margin-left: -700px;
  }
  .page-section--videos .page-section__headline {
    margin-left: 225px;
    right: auto;
    padding-left: 30px;
    left: 50%;
  }
}
.slick-arrow {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: solid 2px #ffffff;
  text-align: center;
  border-radius: 40px;
  z-index: 1;
}
.slick-arrow--next {
  left: auto;
  right: 30px;
}
.slick-arrow i {
  display: block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 36px;
}
.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 100px;
  right: 100px;
  padding: 0;
  margin: -20px 0 0 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  font-size: 0;
  border: solid 1px #ffffff;
  height: 12px;
  width: 12px;
  overflow: hidden;
  background: transparent;
  margin: 0 10px;
  border-radius: 10px;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  background: #ffffff;
}
.article-list__item {
  padding: 1.4rem 0;
  border-bottom: solid 2px #f0f0f0;
}
.article-list__item::after {
  content: "";
  display: table;
  clear: both;
}
.article-list__item:nth-child(n + 8) {
  display: none;
}
.article-list.display-all .article-list__item:nth-child(n + 8) {
  display: block;
}
.article-list__author-img {
  float: left;
  width: 75px;
  margin-right: 0.7rem;
}
.article-list__title {
  font-weight: 400;
  font-size: 1.14rem;
  margin: 0;
}
.article-list__show-all {
  display: block;
  margin: 1rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .article-list {
    width: calc(100% + 14px);
    margin-left: -7px;
  }
  .article-list__item {
    padding: 1rem 0;
    float: left;
    width: calc(50% - 14px);
    margin: 0 7px;
  }
  .article-list__item:nth-child(n + 8) {
    display: block;
  }
  .article-list--fullwidth .article-list__item {
    float: none;
    width: calc(100% - 14px);
  }
  .article-list__show-all {
    display: none;
  }
}
.banner__container {
  border: solid 2px #eee;
  border-radius: 3px;
}
.banner__display {
  padding: 20px;
  text-align: center;
  background: #f6f6f6;
  border-bottom: solid 2px #eee;
}
.banner__instructions {
  padding: 1rem;
}
.banner__headline {
  color: #333333;
  margin: 0;
}
.banner__embed-code {
  padding: 1em;
  background: #eee;
  display: inline-block;
  min-height: 1em;
  border: none;
  width: 100%;
  font-family: monospace;
  font-size: 11px;
}
.banner__embed-code:focus {
  outline: none;
  background-color: #eee;
}
@media screen and (min-width: 768px) {
  .banner__container {
    position: relative;
  }
  .banner__container::after {
    content: "";
    display: table;
    clear: both;
  }
  .banner__display {
    float: right;
    width: 33.3333%;
    border-bottom: none;
    border-left: solid 2px #eee;
  }
  .banner__instructions {
    position: absolute;
    left: 0;
    right: 33.33333%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .banner__embed-code {
    font-size: 13px;
    padding: 10px;
    min-height: 6.4em;
  }
}
ul#share-items-list {
  list-style-type: none;
  position: relative;
  margin: 0;
}
ul#share-items-list li {
  margin-bottom: 2.5rem;
  position: relative;
  display: block;
}
ul#share-items-list li h4 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #262626;
  padding: 6px 160px 6px 0;
}
ul#share-items-list li h4 span.whisper {
  margin-left: 5px;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}
ul#share-items-list li h5.preview-title {
  font-size: 13px;
  color: #999;
  font-weight: 400;
  margin: 0;
}
ul#share-items-list li div.share-item-preview {
  position: relative;
  border: 1px solid #999;
  background-color: #dadada;
  overflow: hidden;
  padding: 8px 10px;
}
ul#share-items-list li p.embed-code-link {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}
ul#share-items-list li div.embed-code-text {
  margin-top: 18px;
  display: none;
}
ul#share-items-list li div.embed-code-text p.instructions {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
}
ul#share-items-list li div.embed-code-text textarea {
  height: 108px;
}
div#TB_window div.embed-code-text-inner {
  padding-top: 20px;
}
div#TB_window div.embed-code-text-inner h4 {
  display: none;
  font-size: 14px;
  color: #0039a6;
  border-bottom: 1px solid #dadada;
}
div#TB_window div.embed-code-text-inner h5 {
  margin-bottom: 0;
}
div#TB_window div.embed-code-text-inner textarea {
  width: 90%;
  height: 108px;
}
div#TB_window .tb-close-icon:hover {
  color: #0039a6;
}
div#TB_window #TB_ajaxContent {
  color: #262626;
  font-size: 12px;
}
ul#share-items-list {
  padding-left: 0;
}
.share-item-preview {
  overflow: auto;
  width: 100%;
}
.share-item-preview img {
  max-width: none;
  width: auto;
  height: auto;
}
.for-bloggers-list {
  margin: 0px;
  padding: 0px;
  background: url(../images/section-title-bg.png) repeat-x left bottom;
}
.for-bloggers-list li {
  padding-left: 115px;
  list-style: none;
  position: relative;
  min-height: 134px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 2rem 0 2rem 115px;
}
.for-bloggers-list li:first-child {
  padding-top: 1rem;
}
.for-bloggers-list li:last-child {
  border-bottom-width: 0;
}
.for-bloggers-list li h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.for-bloggers-list #why,
.for-bloggers-list #who,
.for-bloggers-list #assignments,
.for-bloggers-list #resources {
  background: url(https://compassionbloggers.com/wp-content/uploads/for-blogger-icons.jpg)
    no-repeat;
  position: absolute;
  left: 0px;
  top: 2rem;
  width: 115px;
  height: 90px;
  display: block;
  text-indent: -9999px;
  border: none;
}
.for-bloggers-list #who {
  background-position: -115px 0px;
}
.for-bloggers-list #assignments {
  background-position: -230px 0px;
}
.for-bloggers-list #resources {
  background-position: -345px 0px;
}
.page-content#page-193 ul {
  list-style: none;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.page-content#page-193 ul li {
  padding: 0.5em 0;
}
@media screen and (min-width: 768px) {
  .page-content#page-193 ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
/* additions 101916 */
.home .sponsor-stats {
  position: relative;
  background-color: #0061aa;
  bottom: -2rem;
}
.home .sponsor-stats__total {
  margin-top: 20px;
}
.home .sponsor-stats__recent-child {
  display: block !important;
  padding-top: 20px;
}
.home .sponsor-stats .img-clip {
  height: 72px !important;
  overflow: hidden !important;
  width: 72px !important;
}
.home .sponsor-stats__number {
  width: 80px !important;
}
.home .sponsor-stats__headshot {
  padding: 2px;
}
.home .banner__display {
  background-color: transparent;
  border-left: 0px;
  border-bottom: 0px;
  float: none;
  width: 35%;
  min-width: 450px;
}
.home .banner__display img {
  height: auto;
}
@media screen and (max-width: 450px) {
  .home .banner__display {
    min-width: 300px;
  }
}
/* forms */
fieldset.gray {
  border: 0px;
  padding-right: 0;
  padding-left: 0;
}
ol.forms {
  list-style-type: none;
}
ol.forms li {
  clear: both;
  padding: 12px 0px;
}
ol.forms li h5 {
  font-size: 22px;
}
ol.forms li span.error {
  float: left;
  background: #f1c6cd;
  margin: 4px;
  padding: 8px;
  border: 1px solid #de7183;
}
/*# sourceMappingURL=master.css.map */
