@charset "UTF-8";
/*------------------------------------*\
    #STYLE
\*------------------------------------*/
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/*------------------------------------*\
    $SPRITE
\*------------------------------------*/
/*! 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 {
  -webkit-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] {
  -webkit-box-sizing: border-box;
          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 */
  -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;
}

/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none;
}

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/*------------------------------------*\
    #SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned,this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre,
.ss-htmleditorfield-file.embed,
.video,
.pagination,
.parsley-error-list li,
.alert {
  margin-bottom: 20px;
  margin-bottom: 1.4285714286rem;
}

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once,here.
 */
ul, ol, dd {
  margin-left: 40px;
  margin-left: 2.8571428571rem;
}

/*------------------------------------*\
    #CONTAINER
\*------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
.accessibility,
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

@media screen and (max-width: 480px) {
  .accessibility--palm,
  .visuallyhidden--palm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
.lt-ie9 .accessibility--palm,
.lt-ie9 .visuallyhidden--palm {
  display: none;
}

@media screen and (min-width: 480px) and (max-width: 959px) {
  .accessibility--lap,
  .visuallyhidden--lap {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
.lt-ie9 .accessibility--lap,
.lt-ie9 .visuallyhidden--lap {
  display: none;
}

@media screen and (min-width: 480px) {
  .accessibility--lap-and-up,
  .visuallyhidden--lap-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
.lt-ie9 .accessibility--lap-and-up,
.lt-ie9 .visuallyhidden--lap-and-up {
  display: none;
}

@media screen and (max-width: 959px) {
  .accessibility--portable,
  .visuallyhidden--portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
.lt-ie9 .accessibility--portable,
.lt-ie9 .visuallyhidden--portable {
  display: none;
}

@media screen and (min-width: 960px) {
  .accessibility--desk,
  .visuallyhidden--desk {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
.lt-ie9 .accessibility--desk,
.lt-ie9 .visuallyhidden--desk {
  display: none;
}

/*------------------------------------*\
    $SPRITE
\*------------------------------------*/
/**
 * Add/remove floats
 */
.float--right {
  float: right !important;
}

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

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

/**
 * Text alignment
 */
.text--left {
  text-align: left !important;
}

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

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

/**
 * Text size
 */
.text--14px {
  font-size: 14px !important;
}

.text--16px {
  font-size: 16px !important;
}

.text--18px {
  font-size: 18px !important;
}

.text--20px {
  font-size: 20px !important;
}

.text--24px {
  font-size: 24px !important;
}

@media screen and (max-width: 480px) {
  .palm-text--left {
    text-align: left !important;
  }
  .palm-text--center {
    text-align: center !important;
  }
  .palm-text--right {
    text-align: right !important;
  }
}
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 * With thanks to @lar_zzz, @paranoida, @rowanmanning and ultimately
 * @thierrylemoulec for refining and improving my initial mixin.
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/**
 * Create CSS keyframe animations for all vendors in one go, e.g.:
 *
   .foo{
       @include vendor(animation, shrink 3s);
   }

   @include keyframe(shrink){
       from{
           font-size:5em;
       }
   }
 *
 * Courtesy of @integralist: twitter.com/integralist/status/260484115315437569
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * CSS arrows!!! But... before you read on, you might want to grab a coffee...
 *
 * This mixin creates a CSS arrow on a given element. We can have the arrow
 * appear in one of 12 locations, thus:
 *
 *       01    02    03
 *    +------------------+
 * 12 |                  | 04
 *    |                  |
 * 11 |                  | 05
 *    |                  |
 * 10 |                  | 06
 *    +------------------+
 *       09    08    07
 *
 * You pass this position in along with a desired arrow color and optional
 * border color, for example:
 *
 * `@include arrow(top, left, red)`
 *
 * for just a single, red arrow, or:
 *
 * `@include arrow(bottom, center, red, black)`
 *
 * which will create a red triangle with a black border which sits at the bottom
 * center of the element. Call the mixin thus:
 *
   .foo{
       background-color:#BADA55;
       border:1px solid #ACE;
       @include arrow(top, left, #BADA55, #ACE);
   }
 *
 */
/*------------------------------------*\
    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 0.875em; /* [1] */
  line-height: 1.4285714286; /* [1] */
  background-color: #FFFFFF;
  color: #3f3f3f;
  overflow-y: scroll; /* [2] */
  min-height: 100%; /* [3] */
  -webkit-text-size-adjust: 100%; /* [4] */
  -ms-text-size-adjust: 100%; /* [4] */
  -moz-osx-font-smoothing: grayscale; /* [5] */
  -webkit-font-smoothing: antialiased; /* [5] */
}

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
/**
 * Headings 1–6, with corresponding Greek-alphabet abstract classes for double-
 * stranded heading hierarchy: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 */
h1,
.alpha {
  font-size: 26px;
  font-size: 1.8571428571rem;
  line-height: 1.5384615385;
}

h2,
.beta {
  font-size: 18px;
  font-size: 1.2857142857rem;
  line-height: 1.1111111111;
}

h3,
.gamma {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.25;
}

h4,
.delta {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.4285714286;
}

h5,
.epsilon {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.6666666667;
}

h6,
.zeta {
  font-size: 10px;
  font-size: 0.7142857143rem;
  line-height: 2;
}

.pattern {
  clear: both;
  padding: 5%;
  position: relative;
}

.pattern--full-width {
  padding: 0;
}

.pattern .source textarea {
  width: 90%;
  display: none;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
fieldset {
  border: 0 none transparent;
}

label {
  font-size: 14px;
  font-size: 1rem;
  line-height: 2.1428571429;
  font-weight: 700;
  display: block;
}

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],
textarea,
select {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1em;
  color: #6d6d6d;
  padding: 13px 20px 13px;
  margin-bottom: 20px;
  width: 100%;
  border: none;
  -webkit-font-smoothing: antialiased;
}
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,
textarea:focus,
select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  padding-top: 2px;
}

::-moz-placeholder {
  padding-top: 2px;
}

::-moz-placeholder {
  padding-top: 2px;
}

:-moz-placeholder {
  padding-top: 2px;
}

/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
body {
  background-color: #FFFFFF;
}

table,
.mceItemTable {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #6d6d6d;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
table tbody,
.mceItemTable tbody {
  width: 100%;
  max-width: 100%;
}
table td,
.mceItemTable td {
  border: 1px solid #6d6d6d;
  padding: 10px;
  vertical-align: top;
}

@media screen and (max-width: 959px) {
  table {
    display: block;
    border: none;
    position: relative;
    padding-top: 20px;
  }
  table:before {
    content: "Swipe to view more of the table";
    position: absolute;
    top: 0;
    font-style: italic;
    color: #6d6d6d;
  }
  table tbody {
    display: table;
    width: 920px;
  }
}
@font-face {
  font-family: "museo";
  src: url("/_resources/app/resources/fonts/Museo300-Regular-webfont.woff2") format("woff2"), url("/_resources/app/resources/fonts/Museo300-Regular-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "museo";
  src: url("/_resources/app/resources/fonts/Museo500-Regular-webfont.woff2") format("woff2"), url("/_resources/app/resources/fonts/Museo500-Regular-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "museo-sans";
  src: url("/_resources/app/resources/fonts/MuseoSans_500-webfont.woff2") format("woff2"), url("/_resources/app/resources/fonts/MuseoSans_500-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "museo-sans";
  src: url("/_resources/app/resources/fonts/MuseoSans_500_Italic-webfont.woff2") format("woff2"), url("/_resources/app/resources/fonts/MuseoSans_500_Italic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
body {
  font-family: "museo-sans", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-bottom: 10px;
}

a {
  color: #00c1d3;
  text-decoration: none;
}

address {
  font-style: normal;
}
address strong {
  font-weight: normal;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol li,
ul li {
  margin-left: 1.75em;
}
ol li:before,
ul li:before {
  color: #c0ca2f;
  font-weight: 900;
  width: 1.75em;
  margin-left: -1.75em;
  text-align: left;
  position: absolute;
  text-align: center;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 20px;
  margin-bottom: 0;
}

ul li:before {
  content: "•";
}

ol {
  counter-reset: item;
}
ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
}

.list--alt li:before {
  color: #6c5590;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/**
 * The inuitcss layout system uses `box-sizing: border-box;` and
 * `display: inline-block;` to create an extremely powerful, flexible
 * alternative to the traditional grid system. Combine the layout items with
 * the widths found in `trumps.widths`.
 */
/**
 * Begin a layout group.
 */
.layout {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px;
}

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.layout__item {
  display: inline-block; /* [1] */
  padding-left: 20px; /* [2] */
  vertical-align: top; /* [3] */
  width: 100%; /* [4] */
}

/**
 * Layouts with small gutters.
 */
.layout--small {
  margin-left: -10px;
}
.layout--small > .layout__item {
  padding-left: 10px;
}

/**
 * Layouts with no gutters.
 */
.layout--flush {
  margin-left: 0;
}
.layout--flush > .layout__item {
  padding-left: 0;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/**
 * A simple button object.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 * 6. Fixes odd inner spacing in IE7.
 * 7. Subtract the border size from the padding value so that buttons do not
 *    grow larger as we add borders.
 */
.btn {
  display: inline-block; /* [1] */
  vertical-align: middle; /* [2] */
  font: inherit; /* [3] */
  text-align: center; /* [4] */
  margin: 0; /* [4] */
  cursor: pointer; /* [5] */
  overflow: visible; /* [6] */
  padding: 10px 20px; /* [7] */
  background-color: #6d6d6d;
  border: none; /* [4] */
}
.btn, .btn:hover, .btn:active, .btn:focus {
  text-decoration: none; /* [4] */
  color: #fff;
}

/**
 * Fix a Firefox bug whereby `input type="submit"` gains 2px extra padding.
 */
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*------------------------------------*\
    #MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.media {
  display: block;
}

.media__img {
  float: left;
  margin-right: 20px;
}
.media__img > img {
  display: block;
}

.media__body {
  overflow: hidden;
  display: block;
}
.media__body,
.media__body > :last-child {
  margin-bottom: 0;
}

/**
 * Responsive media objects.
 *
 * There is a very pragmatic, simple implementation of a responsive media
 * object, which simply places the text-content beneath the image-content.
 *
 * We use a `max-width` media query because:
 *
 * a) it is the least verbose method in terms of amount of code required.
 * b) the media object’s default state is image-next-to-text, so its stacked
 *    state is the exception, rather than the rule.
 */
@media screen and (max-width: 480px) {
  .media--responsive {
    /**
     * Rework the spacings on regular media objects.
     */
  }
  .media--responsive > .media__img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
/*------------------------------------*\
    $ALERTS
\*------------------------------------*/
/**
 * Simple alert box styling.
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
.alert {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border-width: 1px;
  border-color: #3e76b3;
  border-style: solid;
  border-radius: 0;
  background-color: #4a8ec2;
  color: #fff;
}
.alert > :last-child {
  margin-bottom: 0;
}

.alert__close {
  font-size: 1.2em;
  padding: 8px 8px 8px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6em;
  right: 0.2em;
  color: #333;
  text-decoration: none;
  opacity: 0.3;
}
.alert__close:hover, .alert__close:focus {
  opacity: 0.5;
}

/*------------------------------------*\
    $FUNCTIONS
\*------------------------------------*/
/**
 * Alert box function modifiers
 */
.alert--success {
  border-color: #3a945b;
  background-color: #43ac6a;
  color: #fff;
}

.alert--warning {
  border-color: #de770f;
  background-color: #f08a24;
  color: #fff;
}

.alert--error, .alert--required {
  border-color: #de2b0f;
  background-color: #f04124;
  color: #fff;
}

/*------------------------------------*\
    $PARSLEYJS
\*------------------------------------*/
/**
 * Styles for parsley.js alerts
 */
.parsley-error-list {
  list-style: none;
  margin: 0;
}
.parsley-error-list li {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border-width: 1px;
  border-color: #3e76b3;
  border-style: solid;
  border-radius: 0;
  background-color: #4a8ec2;
  color: #fff;
}
.parsley-error-list li > :last-child {
  margin-bottom: 0;
}
.parsley-error-list li.required {
  border-color: #de2b0f;
  background-color: #f04124;
  color: #fff;
}

/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
/**
 * Simple button box styling.
 */
.btn--success {
  background-color: #43ac6a;
  border-color: #43ac6a;
  color: #fff;
}

.btn--warning {
  background-color: #f08a24;
  border-color: #f08a24;
  color: #fff;
}

.btn--error {
  background-color: #f04124;
  border-color: #f04124;
  color: #fff;
}

/*------------------------------------*\
    $NAV
\*------------------------------------*/
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 *
   <ul class=nav>
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Vnph4
 *
 */
.nav,
.aside__list,
.tabs,
.pagination {
  list-style: none;
  margin-left: 0;
}
.nav > li,
.nav > li > a,
.aside__list > li,
.tabs > li,
.pagination > li,
.aside__list > li > a,
.tabs > li > a,
.pagination > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/**
 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
 *
   <ul class="nav  nav--stacked">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--stacked > li,
.aside__list > li {
  display: list-item;
}
.nav--stacked > li > a,
.aside__list > li > a {
  display: block;
}

/**
 * `.nav--banner` extends `.nav` and centres the list, e.g.:
 *
   <ul class="nav  nav--banner">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--banner {
  text-align: center;
}

/**
 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
 *
   <ul class="nav  nav--block">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--block {
  line-height: 1;
  /**
   * Remove whitespace caused by `inline-block`.
   */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap;
}
.nav--block > li {
  letter-spacing: normal;
  word-spacing: normal;
}
.nav--block > li > a {
  padding: halve(10px);
}

/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `.nav`, e.g.:
 *
   <ul class="nav  nav--fit">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Thanks to @pimpl for this idea!
 */
.nav--fit,
.tabs {
  display: table;
  width: 100%;
}
.nav--fit > li,
.tabs > li {
  display: table-cell;
}
.nav--fit > li > a,
.tabs > li > a {
  display: block;
}

/**
 * Make a list of keywords. Extends `.nav`, e.g.:
 *
   `<ul class="nav  nav--keywords>`
 *
 */
.nav--keywords > li:after {
  content: "," " ";
}
.nav--keywords > li:last-child:after {
  display: none;
}

.js-menu {
  position: relative;
}

.nav__button {
  color: #FFFFFF;
}

@media screen and (max-width: 959px) {
  .js-menu__panel {
    color: black;
    position: absolute;
    overflow: hidden;
    z-index: 100;
    max-height: 0;
    display: block;
    -webkit-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
  }
  .js-menu__panel:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #FFFFFF transparent;
    top: 0;
    position: absolute;
    left: 10%;
  }
  .js-menu__panel li:first-child {
    margin-top: 10px;
  }
  .js-menu__panel li {
    display: block;
    background-color: white;
  }
  .js-menu__panel a {
    color: black;
    padding: 10px 20px;
  }
  .js-menu__panel--visible {
    max-height: 500px;
  }
}
/*------------------------------------*\
    $SPRITE
\*------------------------------------*/
/**
 * Giving an element a class of `.sprite` will throw it into ‘sprite’ mode and apply
 * a background image e.g.:
 *
   <a class="sprite  sprite--question-mark">More info&hellip;</a>
 *
 * or
 *
   <a href=#><i class="sprite  sprite--question-mark"></i> Help and FAQ</a>
 *
 * Giving an element a class of `.icon` will throw it into ‘icon’ mode and will
 * not add a background, but should be used for icon fonts and is populated
 * through a `data-icon` attribute and the `:after` pseudo-element, e.g.:
 *
   <a href=#><i class=icon data-icon="&#xF000;"></i> View your favourites</a>
 *
 * Where ‘&#xF000;’ might map to a star in your particular icon font.
 *
 * These all require extension in your theme stylesheet, e.g. in your own CSS:
 *
   .sprite{
       background-image:url(path/to/your/sprite.png);
   }
   .sprite--link{ background-position:0   0  ; }
   .sprite--star{ background-position:0 -16px; }
 *
 * Demo: jsfiddle.net/inuitcss/6TKuS
 *
 */
.sprite,
.icon {
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  zoom: 1;
  /**
   * So using `.icon` on certain elements doesn’t make a visual difference.
   */
  font-style: normal;
  font-weight: normal;
  /**
   * So icons added using `.icon` sit in the centre of the element.
   */
  text-align: center;
}

.sprite {
  /**
   * The typical size of most icons. Override in your theme stylesheet.
   */
  width: 16px;
  height: 16px;
  top: -1px;
  /*
   * H5BP method image replacement:
   * github.com/h5bp/html5-boilerplate/commit/adecc5da035d6d76b77e3fa95c6abde841073da2
   */
  overflow: hidden;
  *text-indent: -9999px;
}
.sprite:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/**
 * Set up icon font
 */
.icon {
  font-size: 16px;
  /**
   * Place the icon in a box the exact same dimensions as the icon itself.
   */
  width: 1em;
  height: 1em;
}
.icon:before {
  content: attr(data-icon);
}

/**
 * Icon size modifiers.
 */
.icon--large {
  font-size: 32px;
}

.icon--huge {
  font-size: 64px;
}

.icon--natural {
  font-size: inherit;
}

.sprite {
  background-image: url(/_resources/app/resources/images/sprite.png);
}

/*------------------------------------*\
    #PAGAINATION
\*------------------------------------*/
/**
*   <ul class="pagination">
*       <li class="pagination__prev"><a href="">&lt;</a></li>
*       <li class="pagination__page">Page</li>
*       <li><a href="#">1</a></li>
*       <li><a href="#">2</a></li>
*       <li><a href="#">3</a></li>
*       <li><a href="#">4</a></li>
*       <li class="pagination__current"><a>5</a></li>
*       <li><a href="#">6</a></li>
*       <li><a href="#">7</a></li>
*       <li><a href="#">8</a></li>
*       <li><a href="#">9</a></li>
*       <li><a href="#">10</a></li>
*       <li class="pagination__next"><a href="">&gt;</a></li>
</ul>
*/
.pagination {
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.4285714286;
}
.pagination a {
  color: #000000;
  text-decoration: none;
  padding: 5px;
}
.pagination a:hover {
  color: #00c1d3;
}

.pagination__next a,
.pagination__prev a {
  color: #FFFFFF;
  background-color: #00c1d3;
  padding: 0.75em 1.25em;
}
.pagination__next a:hover,
.pagination__prev a:hover {
  background-color: #FFFFFF;
  color: #00c1d3;
}

.pagination__next a {
  margin-left: 20px;
}

.pagination__prev a {
  margin-right: 20px;
}

.pagination__current a {
  color: #00c1d3;
}

.pagination__disabled {
  opacity: 0.4;
}
.pagination__disabled a:hover {
  background-color: #00c1d3;
  color: #FFFFFF;
}

.pagination__page {
  color: #000000;
}

.tabs {
  text-align: center;
  margin: 0;
}

.video {
  position: relative;
  padding-top: 0;
  padding-bottom: 67.5%;
  height: 0;
  overflow: hidden;
}
.video iframe,
.video object,
.video embed,
.video video {
  position: absolute;
  top: 0;
  float: left;
  width: 100%;
  height: 100%;
}

.ss-htmleditorfield-file.embed {
  position: relative;
  padding-top: 0;
  padding-bottom: 67.5%;
  height: 0;
  width: auto !important;
  overflow: hidden;
}
.ss-htmleditorfield-file.embed iframe,
.ss-htmleditorfield-file.embed object,
.ss-htmleditorfield-file.embed embed,
.ss-htmleditorfield-file.embed video {
  position: absolute;
  top: 0;
  float: left;
  width: 100%;
  height: 100%;
}

.palate--blue .resource__head,
.palate--blue .project__head {
  background-color: #33a1d1;
  background-color: rgba(51, 161, 209, 0.9);
}
.palate--blue .resource__head a,
.palate--blue .project__head a {
  color: #FFFFFF;
}
.palate--blue .resource {
  background-color: rgb(92.616, 180.176, 218.384);
  background-color: rgba(51, 161, 209, 0.8);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.palate--blue .resource__head, .palate--blue .project__head,
.palate--blue .btn--next,
.palate--blue .btn--prev,
.palate--blue .activity__controls,
.palate--blue .activity__tabs,
.palate--blue .btn--small, .palate--blue.project .btn,
.palate--blue .content__title--alt {
  background-color: #33a1d1;
  color: #FFFFFF;
}
.palate--blue .btn--invert {
  color: #33a1d1;
}
.palate--blue .content__title {
  border-bottom-color: #33a1d1;
}
.palate--blue:hover .resource {
  background-color: #33a1d1;
}
.palate--blue .btn--next:hover,
.palate--blue .btn--prev,
.palate--blue .btn--small:hover, .palate--blue.project .btn:hover {
  background-color: rgb(43.148, 146.328, 191.352);
}

.palate--aqua .resource__head,
.palate--aqua .project__head {
  background-color: #2faca9;
  background-color: rgba(47, 172, 169, 0.9);
}
.palate--aqua .resource__head a,
.palate--aqua .project__head a {
  color: #FFFFFF;
}
.palate--aqua .resource {
  background-color: rgb(66.5068493151, 203.4931506849, 200.2054794521);
  background-color: rgba(47, 172, 169, 0.8);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.palate--aqua .resource__head, .palate--aqua .project__head,
.palate--aqua .btn--next,
.palate--aqua .btn--prev,
.palate--aqua .activity__controls,
.palate--aqua .activity__tabs,
.palate--aqua .btn--small, .palate--aqua.project .btn,
.palate--aqua .content__title--alt {
  background-color: #2faca9;
  color: #FFFFFF;
}
.palate--aqua .btn--invert {
  color: #2faca9;
}
.palate--aqua .content__title {
  border-bottom-color: #2faca9;
}
.palate--aqua:hover .resource {
  background-color: #2faca9;
}
.palate--aqua .btn--next:hover,
.palate--aqua .btn--prev,
.palate--aqua .btn--small:hover, .palate--aqua.project .btn:hover {
  background-color: rgb(41.5273972603, 151.9726027397, 149.3219178082);
}

.palate--navy .resource__head,
.palate--navy .project__head {
  background-color: #205182;
  background-color: rgba(32, 81, 130, 0.9);
}
.palate--navy .resource__head a,
.palate--navy .project__head a {
  color: #FFFFFF;
}
.palate--navy .resource {
  background-color: rgb(42.0740740741, 106.5, 170.9259259259);
  background-color: rgba(32, 81, 130, 0.8);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.palate--navy .resource__head, .palate--navy .project__head,
.palate--navy .btn--next,
.palate--navy .btn--prev,
.palate--navy .activity__controls,
.palate--navy .activity__tabs,
.palate--navy .btn--small, .palate--navy.project .btn,
.palate--navy .content__title--alt {
  background-color: #205182;
  color: #FFFFFF;
}
.palate--navy .btn--invert {
  color: #205182;
}
.palate--navy .content__title {
  border-bottom-color: #205182;
}
.palate--navy:hover .resource {
  background-color: #205182;
}
.palate--navy .btn--next:hover,
.palate--navy .btn--prev,
.palate--navy .btn--small:hover, .palate--navy.project .btn:hover {
  background-color: rgb(26.962962963, 68.25, 109.537037037);
}

.palate--purple .resource__head,
.palate--purple .project__head {
  background-color: #6c5590;
  background-color: rgba(108, 85, 144, 0.9);
}
.palate--purple .resource__head a,
.palate--purple .project__head a {
  color: #FFFFFF;
}
.palate--purple .resource {
  background-color: rgb(133.4716157205, 110.3711790393, 169.6288209607);
  background-color: rgba(108, 85, 144, 0.8);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.palate--purple .resource__head, .palate--purple .project__head,
.palate--purple .btn--next,
.palate--purple .btn--prev,
.palate--purple .activity__controls,
.palate--purple .activity__tabs,
.palate--purple .btn--small, .palate--purple.project .btn,
.palate--purple .content__title--alt {
  background-color: #6c5590;
  color: #FFFFFF;
}
.palate--purple .btn--invert {
  color: #6c5590;
}
.palate--purple .content__title {
  border-bottom-color: #6c5590;
}
.palate--purple:hover .resource {
  background-color: #6c5590;
}
.palate--purple .btn--next:hover,
.palate--purple .btn--prev,
.palate--purple .btn--small:hover, .palate--purple.project .btn:hover {
  background-color: rgb(95.9737991266, 75.5349344978, 127.9650655022);
}

.palate--red .resource__head,
.palate--red .project__head {
  background-color: #e93355;
  background-color: rgba(233, 51, 85, 0.9);
}
.palate--red .resource__head a,
.palate--red .project__head a {
  color: #FFFFFF;
}
.palate--red .resource {
  background-color: rgb(237.9646017699, 97.0353982301, 123.3628318584);
  background-color: rgba(233, 51, 85, 0.8);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.palate--red .resource__head, .palate--red .project__head,
.palate--red .btn--next,
.palate--red .btn--prev,
.palate--red .activity__controls,
.palate--red .activity__tabs,
.palate--red .btn--small, .palate--red.project .btn,
.palate--red .content__title--alt {
  background-color: #e93355;
  color: #FFFFFF;
}
.palate--red .btn--invert {
  color: #e93355;
}
.palate--red .content__title {
  border-bottom-color: #e93355;
}
.palate--red:hover .resource {
  background-color: #e93355;
}
.palate--red .btn--next:hover,
.palate--red .btn--prev,
.palate--red .btn--small:hover, .palate--red.project .btn:hover {
  background-color: rgb(230.517699115, 27.982300885, 65.8185840708);
}

.palate--green .resource__head,
.palate--green .project__head {
  background-color: #33c163;
  background-color: rgba(51, 193, 99, 0.9);
}
.palate--green .resource__head a,
.palate--green .project__head a {
  color: #FFFFFF;
}
.palate--green .resource {
  background-color: rgb(84.9385245902, 210.0614754098, 127.2336065574);
  background-color: rgba(51, 193, 99, 0.8);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.palate--green .resource__head, .palate--green .project__head,
.palate--green .btn--next,
.palate--green .btn--prev,
.palate--green .activity__controls,
.palate--green .activity__tabs,
.palate--green .btn--small, .palate--green.project .btn,
.palate--green .content__title--alt {
  background-color: #33c163;
  color: #FFFFFF;
}
.palate--green .btn--invert {
  color: #33c163;
}
.palate--green .content__title {
  border-bottom-color: #33c163;
}
.palate--green:hover .resource {
  background-color: #33c163;
}
.palate--green .btn--next:hover,
.palate--green .btn--prev,
.palate--green .btn--small:hover, .palate--green.project .btn:hover {
  background-color: rgb(45.6700819672, 172.8299180328, 88.6536885246);
}

.palate--light-blue .resource__head,
.palate--light-blue .project__head {
  background-color: #00cdfb;
  background-color: rgba(0, 205, 251, 0.9);
}
.palate--light-blue .resource__head a,
.palate--light-blue .project__head a {
  color: #FFFFFF;
}
.palate--light-blue .resource {
  background-color: rgb(47, 216.8804780876, 255);
  background-color: rgba(0, 205, 251, 0.8);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.palate--light-blue .resource__head, .palate--light-blue .project__head,
.palate--light-blue .btn--next,
.palate--light-blue .btn--prev,
.palate--light-blue .activity__controls,
.palate--light-blue .activity__tabs,
.palate--light-blue .btn--small, .palate--light-blue.project .btn,
.palate--light-blue .content__title--alt {
  background-color: #00cdfb;
  color: #FFFFFF;
}
.palate--light-blue .btn--invert {
  color: #00cdfb;
}
.palate--light-blue .content__title {
  border-bottom-color: #00cdfb;
}
.palate--light-blue:hover .resource {
  background-color: #00cdfb;
}
.palate--light-blue .btn--next:hover,
.palate--light-blue .btn--prev,
.palate--light-blue .btn--small:hover, .palate--light-blue.project .btn:hover {
  background-color: rgb(0, 184.1733067729, 225.5);
}

.palate--orange .resource__head,
.palate--orange .project__head {
  background-color: #ff6e2c;
  background-color: rgba(255, 110, 44, 0.9);
}
.palate--orange .resource__head a,
.palate--orange .project__head a {
  color: #FFFFFF;
}
.palate--orange .resource {
  background-color: rgb(255, 145.0473933649, 95);
  background-color: rgba(255, 110, 44, 0.8);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.palate--orange .resource__head, .palate--orange .project__head,
.palate--orange .btn--next,
.palate--orange .btn--prev,
.palate--orange .activity__controls,
.palate--orange .activity__tabs,
.palate--orange .btn--small, .palate--orange.project .btn,
.palate--orange .content__title--alt {
  background-color: #ff6e2c;
  color: #FFFFFF;
}
.palate--orange .btn--invert {
  color: #ff6e2c;
}
.palate--orange .content__title {
  border-bottom-color: #ff6e2c;
}
.palate--orange:hover .resource {
  background-color: #ff6e2c;
}
.palate--orange .btn--next:hover,
.palate--orange .btn--prev,
.palate--orange .btn--small:hover, .palate--orange.project .btn:hover {
  background-color: rgb(255, 92.4763033175, 18.5);
}

.btn {
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.btn--primary {
  background-color: #c0ca2f;
}
.btn--primary:hover {
  background-color: rgb(172.3373493976, 181.313253012, 42.186746988);
}

.btn--secondary {
  background-color: #00c1d3;
}
.btn--secondary:hover {
  background-color: rgb(0, 169.6753554502, 185.5);
}

.btn--invert {
  background-color: #FFFFFF;
  color: #00c1d3;
}

.btn--absolute {
  position: absolute;
  bottom: 30px;
  right: 20px;
}

.btn--small {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn--disabled {
  opacity: 0.4;
  cursor: auto;
}

.btn--rounded {
  border-radius: 5px;
}

.btn--prev,
.btn--next {
  position: absolute;
  right: 0;
  line-height: 1em;
  padding: 33px 0;
}

.btn--prev {
  left: 0;
  right: auto;
}

.btn--inline {
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn--large {
  padding: 20px;
  margin-bottom: 20px;
}

.content {
  background-color: #231f20;
  background-color: rgba(35, 31, 32, 0.8);
  color: #FFFFFF;
  padding: 20px 20px;
  position: relative;
  margin-bottom: 2.1428571429em;
}
.content p:last-of-type {
  margin-bottom: 0;
}

.content--black {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
}

.content--header {
  padding-top: 30px;
  padding-bottom: 23px;
}

.content--no-padding {
  padding: 0;
}
.content--no-padding .content__title--alt {
  top: 0;
  left: 0;
}

.content__aside {
  position: absolute;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.4285714286;
  top: 20px;
  right: 20px;
}

.content__inline {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.4285714286;
  display: inline-block;
  float: right;
}

.content__title {
  border-bottom: 1px solid #00c1d3;
  overflow: hidden;
}

.content__title--alt {
  background-color: #00c1d3;
  color: #FFFFFF;
  display: inline-block;
  top: -20px;
  left: -20px;
  position: relative;
  padding: 20px;
  margin-bottom: 0;
}

h1.content__title--alt {
  padding: 10px 20px;
}

.content__title--full {
  display: block;
  margin-right: -40px;
}

.content__title--single {
  margin-bottom: 0;
}

.content--header,
.content--breadcrumb {
  margin-bottom: 10px;
}

.content--breadcrumb {
  padding: 10px 20px;
}
.content--breadcrumb a {
  color: #FFFFFF;
}

@media screen and (max-width: 480px) {
  .content__title--alt {
    display: block;
  }
  .content--no-padding .content__aside {
    position: relative;
    top: 0;
    right: 0;
    padding: 10px 20px;
  }
  .content .btn--small {
    position: relative;
    width: 100%;
    right: 0;
    margin-bottom: 20px;
  }
}
.search {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  position: relative;
  margin-bottom: 2.1428571429em;
}

.search__title {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.search__body {
  padding: 10px 20px;
}

@media screen and (max-width: 480px) {
  .search__body .btn--absolute {
    position: inherit;
    margin-bottom: 10px;
    float: right;
  }
}
/**
 * selectize.default.css (v0.9.1) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #6d6d6d;
  font-family: inherit;
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1em;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #FFFFFF;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  padding: 14px 20px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.selectize-input .item {
  line-height: 14px;
}
.selectize-input.not-full .item {
  padding: 6px;
  margin: -6px 6px -6px 0;
  background-color: #c0ca2f;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-input > input {
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 14px;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #FFFFFF;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  background: #FFFFFF;
  margin: -1px 0 0 0;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 10px 20px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .active {
  background-color: #c0ca2f;
  color: #6d6d6d;
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #6d6d6d transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #6d6d6d transparent;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.resource {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.6666666667;
  color: #FFFFFF;
  height: 100%;
  padding-bottom: 40px;
}
.resource .btn--absolute {
  bottom: 10px;
  right: 10px;
}

.equalize {
  margin-bottom: 20px;
}

.resource__img {
  width: 100%;
  display: block;
}

.resource__head, .project__head {
  position: relative;
  margin: 0;
  padding: 15px 20px;
  overflow: hidden;
}

.resource__aside {
  display: block;
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.6666666667;
  margin-top: 3px;
}

.resource__body {
  position: relative;
  padding: 20px;
}
.resource__body a {
  color: #FFFFFF;
  text-decoration: underline;
}
.resource__body .btn {
  text-decoration: none;
}

.sprite--logo {
  background-position: 0px 0px;
  width: 143px;
  height: 115px;
}

.sprite--logo-small {
  background-position: -160px 0px;
  width: 117px;
  height: 94px;
}

.sprite--audio {
  background-position: -288px -160px;
  width: 18px;
  height: 21px;
  top: auto !important;
}

.sprite--document,
.sprite--doc,
.sprite--docx {
  background-position: -224px -128px;
  width: 18px;
  height: 21px;
  top: auto !important;
}

.sprite--generic {
  background-position: -288px -192px;
  width: 18px;
  height: 21px;
  top: auto !important;
}

.sprite--image {
  background-position: -256px -160px;
  width: 18px;
  height: 21px;
  top: auto !important;
}

.sprite--video {
  background-position: -256px -192px;
  width: 18px;
  height: 21px;
  top: auto !important;
}

.sprite--pdf {
  background-position: -160px -96px;
  width: 18px;
  height: 21px;
  top: auto !important;
}

.sprite--xls,
.sprite--xlsx {
  background-position: -256px -128px;
  width: 18px;
  height: 21px;
  top: auto !important;
}

.sprite--archive {
  background-position: -288px -128px;
  width: 18px;
  height: 21px;
  top: auto !important;
}

.sprite--link {
  background-position: -288px 0px;
  width: 7px;
  height: 11px;
  top: 1rem !important;
}

.sprite--download,
.aside__list a:hover .sprite--hover {
  background-position: -192px -96px;
  width: 18px;
  height: 21px;
}

.sprite--menu {
  background-position: -224px -96px;
  width: 16px;
  height: 10px;
  top: 0;
}

.sprite--facebook {
  background-position: 0px -128px;
  width: 24px;
  height: 24px;
}

.sprite--twitter {
  background-position: -32px -128px;
  width: 24px;
  height: 24px;
}

.sprite--youtube {
  background-position: -64px -128px;
  width: 24px;
  height: 24px;
}

.sprite--vimeo {
  background-position: -96px -128px;
  width: 24px;
  height: 24px;
}

.sprite--spotify {
  background-position: -128px -128px;
  width: 24px;
  height: 24px;
}

.sprite--play {
  background-position: -160px -128px;
  width: 19px;
  height: 22px;
}

.sprite--pause {
  background-position: -192px -128px;
  width: 13px;
  height: 20px;
}

.sprite--home {
  background-position: -320px -128px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.sprite--ppt,
.sprite--pptx {
  background-position: -320px -224px;
  width: 18px;
  height: 21px;
  top: auto !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .sprite--menu {
    background-position: -128px -48px;
    width: 16px;
    height: 10px;
    background-size: 192px 176px;
  }
  .sprite--audio {
    background-position: -64px -144px;
    width: 18px;
    height: 22px;
    background-size: 192px 176px;
  }
  .sprite--document,
  .sprite--doc,
  .sprite--docx {
    background-position: -64px -112px;
    width: 18px;
    height: 22px;
    background-size: 192px 176px;
  }
  .sprite--generic {
    background-position: -128px -144px;
    width: 18px;
    height: 22px;
    background-size: 192px 176px;
  }
  .sprite--image {
    background-position: -32px -144px;
    width: 18px;
    height: 22px;
    background-size: 192px 176px;
  }
  .sprite--video {
    background-position: -96px -144px;
    width: 18px;
    height: 22px;
    background-size: 192px 176px;
  }
  .sprite--pdf {
    background-position: -64px -80px;
    width: 18px;
    height: 22px;
    background-size: 192px 176px;
  }
  .sprite--xls,
  .sprite--xlsx {
    background-position: -96px -112px;
    width: 18px;
    height: 22px;
    background-size: 192px 176px;
  }
  .sprite--archive {
    background-position: -128px -112px;
    width: 18px;
    height: 22px;
    background-size: 192px 176px;
  }
  .sprite--link {
    background-position: -144px -16px;
    width: 7px;
    height: 11px;
    background-size: 192px 176px;
  }
  .sprite--download,
  .aside__list a:hover .sprite--hover {
    background-position: -96px -80px;
    width: 18px;
    height: 22px;
    background-size: 192px 176px;
  }
  .sprite--facebook {
    background-position: 0px -80px;
    width: 24px;
    height: 24px;
    background-size: 192px 176px;
  }
  .sprite--twitter {
    background-position: -32px -80px;
    width: 24px;
    height: 24px;
    background-size: 192px 176px;
  }
  .sprite--youtube {
    background-position: 0px -112px;
    width: 24px;
    height: 24px;
    background-size: 192px 176px;
  }
  .sprite--vimeo {
    background-position: -32px -112px;
    width: 24px;
    height: 24px;
    background-size: 192px 176px;
  }
  .sprite--spotify {
    background-position: 0px -144px;
    width: 24px;
    height: 24px;
    background-size: 192px 176px;
  }
  .sprite--play {
    background-position: -144px -32px;
    width: 19px;
    height: 22px;
    background-size: 192px 176px;
  }
  .sprite--pause {
    background-position: -160px 0px;
    width: 13px;
    height: 20px;
    background-size: 192px 176px;
  }
  .sprite--home {
    background-position: -160px -80px;
    width: 16px;
    height: 16px;
    background-size: 192px 176px;
  }
  .sprite--ppt,
  .sprite--pptx {
    background-position: -160px -144px;
    width: 18px;
    height: 22px;
    background-size: 192px 176px;
  }
}
.footer {
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-family: Geneva, Tahoma, Verdana, sans-serif;
  line-height: 1.3;
  margin-bottom: -1px;
  padding-bottom: 55px;
  -webkit-font-smoothing: initial;
}
.footer a {
  color: #FFFFFF;
}
.footer .nav a {
  font-family: Geneva, Tahoma, Verdana, sans-serif;
  margin-top: 1px;
  line-height: 1.3333333333em;
}
.footer address {
  margin-top: 20px;
  margin-bottom: 40px;
}
.footer .btn--inline {
  margin-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1;
  text-transform: lowercase;
  color: #000000;
}

.footer__social {
  margin-top: 2px;
  margin-bottom: 30px;
  float: right;
}
.footer__social .nav--social {
  margin-top: -2px;
}

.footer__img {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.footer__img--last {
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 959px) {
  .footer__img {
    margin-top: 40px;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .footer__img {
    display: block;
  }
  .footer__social {
    margin-top: 20px;
    float: left;
  }
  .footer .btn--inline {
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
  }
}
.js-menu {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}

.nav li:before,
.aside__list li:before,
.pagination li:before,
.tabs li:before {
  display: none;
}

.nav a {
  color: #c0ca2f;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  text-decoration: none;
  font-weight: 500;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  font-family: "museo", Geneva, Tahoma, Verdana, sans-serif;
  -webkit-font-smoothing: initial;
}
.nav a:hover,
.nav a.current,
.nav li.current a,
.nav li a:hover,
.nav li.section a {
  color: #FFFFFF;
}

.nav--primary {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  color: #FFFFFF;
  padding: 14px 21px 13px 24px;
  white-space: nowrap;
}
.nav--primary li {
  padding: 0 6px;
  display: inline-block;
  line-height: 1.1142857143em;
  margin-left: 0;
}

.nav--social {
  float: left;
}
.nav--social li {
  margin-left: 10px;
}
@media screen and (max-width: 959px) {
  .js-menu {
    top: 50%;
    right: 20px;
  }
  .js-menu__panel {
    border: none;
    padding: 0;
    text-align: left;
    right: 0;
  }
  .js-menu__panel:before {
    right: 10%;
    left: auto;
  }
  .js-menu__panel > li {
    display: list-item;
    padding: 0;
  }
  .js-menu__panel > li > a {
    display: block;
    padding: 10px 20px;
    color: #000000;
  }
  .js-menu__panel > li a:hover,
  .js-menu__panel > li a.current,
  .js-menu__panel > li li.current a,
  .js-menu__panel > li li a:hover,
  .js-menu__panel > li li.section a {
    background-color: #c0ca2f;
    color: #FFFFFF;
  }
}
.aside {
  position: relative;
  margin-bottom: 20px;
}

.aside--grid .aside__body {
  padding-bottom: 0;
}

.aside__head {
  background-color: #c0ca2f;
  background-color: rgba(192, 202, 47, 0.8);
  margin-bottom: 0;
  padding: 20px 20px;
}
.aside__head h1, .aside__head h2, .aside__head h3, .aside__head h4, .aside__head h5, .aside__head h6 {
  margin-bottom: 0;
}
.aside__head .addthis_toolbox a {
  margin-top: 8px;
}

.aside__head--dark {
  background-color: #231f20;
  background-color: rgba(35, 31, 32, 0.8);
  color: #FFFFFF;
}

.aside__body {
  background-color: #e9e8e7;
  background-color: rgba(233, 232, 231, 0.8);
  padding: 10px;
}
.aside__body img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.aside__list > li {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.6666666667;
  line-height: 1.6666666667;
  border-top: 1px solid rgb(219.5847826087, 217.975, 216.3652173913);
}
.aside__list a {
  color: #6d6d6d;
  position: relative;
  padding: 10px;
}
.aside__list a:hover .sprite--hover {
  top: 1.1em;
}
.aside__list > li:first-child {
  border-top: none;
}

.aside__absolute {
  position: absolute;
  right: 10px;
  top: 1em;
}

.fancybox-overlay {
  background: rgb(61, 61, 61);
  background: rgba(61, 61, 61, 0.7);
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.fancybox-title-float-wrap .child {
  background: transparent;
  text-shadow: none;
}

.fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url(../images/fancybox.png) -40px 0px;
  cursor: pointer;
  z-index: 1103;
}

.fancybox-next span {
  background-position: -40px -60px;
  right: -30px;
}

.fancybox-prev span {
  background-position: -40px -30px;
  left: -30px;
}

.fancybox-nav:hover span {
  background-image: url(../images/fancybox.png);
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

div.jp-audio,
div.jp-video {
  /* Edit the font-size to counteract inherited font sizing.
   * Eg. 1.25em = 1 / 0.8em
   */
  font-size: 1.25em;
  border: none;
  color: #FFFFFF;
  position: relative;
  width: auto;
}
div.jp-audio .layout__item,
div.jp-video .layout__item {
  position: relative;
}

div.jp-audio div.jp-type-single div.jp-interface {
  height: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}

div.jp-interface ul.jp-controls a {
  text-indent: 0px;
}

div.jp-audio ul.jp-controls {
  width: auto;
  padding: 0;
}

.jp-info {
  position: absolute;
  left: 10%;
  top: 28px;
  color: #FFFFFF;
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.6666666667;
  font-weight: 500;
  width: 95%;
}

.jp-title {
  position: absolute;
  display: block;
  top: 30px;
  line-height: 1.1em;
  height: 2.2em;
  overflow: hidden;
}

.jp-time {
  position: absolute;
  right: 0;
  top: 0;
}

div.jp-video ul.jp-controls, div.jp-interface ul.jp-controls li {
  float: none;
}

a.jp-play,
a.jp-pause {
  background: #00c1d3;
  text-align: center;
  vertical-align: middle;
  height: auto;
  width: 100%;
  padding: 31px 0;
}
a.jp-play:hover,
a.jp-pause:hover {
  background: rgb(0, 169.6753554502, 185.5);
}

a.jp-pause {
  padding: 31px 0;
}

div.jp-interface {
  background: transparent;
}

.jp-play,
.jp-play-bar {
  background-color: #00c1d3;
}

div.jp-audio div.jp-type-single div.jp-progress {
  top: 47px;
  left: 10%;
  width: 95%;
}

div.jp-audio div.jp-volume-bar {
  top: 29px;
  right: 16px;
  left: auto;
}

div.jp-audio div.jp-progress,
.jp-seek-bar {
  background-color: #d9d9d9;
  height: 9px;
}

.jp-audio li {
  margin: 0;
}
.jp-audio li:before {
  display: none;
}

div.jp-interface ul.jp-controls a.jp-mute,
div.jp-interface ul.jp-controls a.jp-unmute,
div.jp-interface ul.jp-controls a.jp-stop,
div.jp-interface ul.jp-controls a.jp-volume-max,
a.jp-stop,
.jp-toggles {
  display: none;
}

div.jp-volume-bar-value,
div.jp-volume-bar {
  height: 37px;
  width: 41px;
  background: transparent url("../images/audio-volume.png") no-repeat left bottom;
}

div.jp-volume-bar-value {
  background-position: left top;
}

div.jp-playlist {
  background: #e9e8e7;
  background: rgba(233, 232, 231, 0.8);
}
div.jp-playlist li {
  border-top: 1px solid #dfdfdf;
  border-bottom: none;
}
div.jp-playlist li:first-child {
  border-top: none;
}
div.jp-playlist ul {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.6666666667;
}
div.jp-playlist a {
  color: #6d6d6d;
}
div.jp-playlist .jp-playlist-current a {
  color: #00c1d3;
}

.activity h3 {
  margin-bottom: 0;
}
.activity ol, .activity ul {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
}
.activity ol ol, .activity ol ul, .activity ul ol, .activity ul ul {
  margin-bottom: 0;
}
.activity img {
  max-width: 100%;
  height: auto;
}
.activity .tabs {
  margin: 0;
}
.activity blockquote {
  font-style: italic;
  text-align: center;
}
.activity .content {
  margin-bottom: 0;
}

.activity__controls {
  background-color: #00c1d3;
  padding: 10px;
  display: none;
}

.activity__panels {
  background: #e9e8e7;
  background: rgba(233, 232, 231, 0.9);
  margin-bottom: 0;
  margin-bottom: 2.1428571429em;
}

.activity__content {
  padding: 20px;
}
.activity__content .layout img {
  max-width: 100%;
  height: auto;
}
.activity__content .media {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.activity__content .media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.activity__navigation {
  background-color: #e9e8e7;
  height: 80px;
  width: 100%;
  position: relative;
}

.share__title,
.share__body {
  display: inline-block;
  vertical-align: top;
}

.activity__comments {
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #e9e8e7;
  background-color: rgba(233, 232, 231, 0.9);
}

@media screen and (max-width: 959px) {
  .activity__controls {
    display: block;
  }
  .tabs {
    display: none;
  }
}
.tabs {
  background: #00c1d3;
  padding: 15px;
}
.tabs > li > a {
  display: inline-block;
}
.tabs a {
  padding: 5px 10px;
  color: #FFFFFF;
}
.tabs a:hover,
.tabs a.active {
  background: #231f20;
  background: rgba(35, 31, 32, 0.8);
}

.project {
  background: #e9e8e7;
  background: rgba(233, 232, 231, 0.8);
  display: block;
  color: #6d6d6d;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.project:hover {
  background: #e9e8e7;
}
.project .btn--absolute {
  right: 10px;
  bottom: 10px;
}
.project .media__img {
  width: 33%;
}

.project__banner {
  margin-bottom: 0;
  margin-left: 20px;
  float: right;
}

.project__img {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.project__body {
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-right: 10px;
  margin-top: -4px;
}

@media screen and (min-width: 480px) and (max-width: 959px) {
  .project__banner {
    min-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .project__img {
    padding-right: 10px;
  }
  .project__banner {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .project .media__img {
    margin-bottom: 0;
    width: 100%;
  }
  .project .media__body {
    padding: 0 10px 20px;
  }
  .project__banner {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.breadcrumb {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.6666666667;
  margin-bottom: 0;
}
.breadcrumb a:first-child {
  color: #c0ca2f;
  padding: 5px;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.4285714286;
  font-family: "museo", Geneva, Tahoma, Verdana, sans-serif;
  font-weight: bold;
}

/*------------------------------------*\
    #WIDTHS
\*------------------------------------*/
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes can take a fraction-like format (e.g. `.2/3`) or a spoken-
 * word format (e.g. `two-thirds`). Toggle formats by overriding the
 * `$inuit-use-fractions` variable defined below.
 */
/**
 * Whole.
 */
.one-whole {
  width: 100% !important;
}

/**
 * Halves.
 */
.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
  width: 50% !important;
}

/**
 * Thirds.
 */
.one-third,
.two-sixths,
.three-ninths,
.four-twelfths {
  width: 33.3333333% !important;
}

.two-thirds,
.four-sixths,
.six-ninths,
.eight-twelfths {
  width: 66.6666666% !important;
}

/**
 * Quarters.
 */
.one-quarter,
.two-eighths,
.three-twelfths {
  width: 25% !important;
}

.three-quarters,
.six-eighths,
.nine-twelfths {
  width: 75% !important;
}

/**
 * Fifths.
 */
.one-fifth,
.two-tenths {
  width: 20% !important;
}

.two-fifths,
.four-tenths {
  width: 40% !important;
}

.three-fifths,
.six-tenths {
  width: 60% !important;
}

.four-fifths,
.eight-tenths {
  width: 80% !important;
}

/**
 * Sixths.
 */
.one-sixth,
.two-twelfths {
  width: 16.6666666% !important;
}

.five-sixths,
.ten-twelfths {
  width: 83.3333333% !important;
}

/**
 * Eighths.
 */
.one-eighth {
  width: 12.5% !important;
}

.three-eighths {
  width: 37.5% !important;
}

.five-eighths {
  width: 62.5% !important;
}

.seven-eighths {
  width: 87.5% !important;
}

/**
 * Ninths.
 */
.one-ninth {
  width: 11.1111111% !important;
}

.two-ninths {
  width: 22.2222222% !important;
}

.four-ninths {
  width: 44.4444444% !important;
}

.five-ninths {
  width: 55.5555555% !important;
}

.seven-ninths {
  width: 77.7777777% !important;
}

.eight-ninths {
  width: 88.8888888% !important;
}

/**
 * Tenths.
 */
.one-tenth {
  width: 10% !important;
}

.three-tenths {
  width: 30% !important;
}

.seven-tenths {
  width: 70% !important;
}

.nine-tenths {
  width: 90% !important;
}

/**
 * Twelfths.
 */
.one-twelfth {
  width: 8.3333333% !important;
}

.five-twelfths {
  width: 41.6666666% !important;
}

.seven-twelfths {
  width: 58.3333333% !important;
}

.eleven-twelfths {
  width: 91.6666666% !important;
}

/*------------------------------------*\
    #WIDTHS-RESPONSIVE
\*------------------------------------*/
/**
 * Responsive width classes based on your responsive settings.
 */
@media screen and (max-width: 480px) {
  /**
   * Whole.
   */
  .palm-one-whole {
    width: 100% !important;
  }
  /**
   * Halves.
   */
  .palm-one-half,
  .palm-two-quarters,
  .palm-three-sixths,
  .palm-four-eighths,
  .palm-five-tenths,
  .palm-six-twelfths {
    width: 50% !important;
  }
  /**
   * Thirds.
   */
  .palm-one-third,
  .palm-two-sixths,
  .palm-three-ninths,
  .palm-four-twelfths {
    width: 33.3333333% !important;
  }
  .palm-two-thirds,
  .palm-four-sixths,
  .palm-six-ninths,
  .palm-eight-twelfths {
    width: 66.6666666% !important;
  }
  /**
   * Quarters.
   */
  .palm-one-quarter,
  .palm-two-eighths,
  .palm-three-twelfths {
    width: 25% !important;
  }
  .palm-three-quarters,
  .palm-six-eighths,
  .palm-nine-twelfths {
    width: 75% !important;
  }
  /**
   * Fifths.
   */
  .palm-one-fifth,
  .palm-two-tenths {
    width: 20% !important;
  }
  .palm-two-fifths,
  .palm-four-tenths {
    width: 40% !important;
  }
  .palm-three-fifths,
  .palm-six-tenths {
    width: 60% !important;
  }
  .palm-four-fifths,
  .palm-eight-tenths {
    width: 80% !important;
  }
  /**
   * Sixths.
   */
  .palm-one-sixth,
  .palm-two-twelfths {
    width: 16.6666666% !important;
  }
  .palm-five-sixths,
  .palm-ten-twelfths {
    width: 83.3333333% !important;
  }
  /**
   * Eighths.
   */
  .palm-one-eighth {
    width: 12.5% !important;
  }
  .palm-three-eighths {
    width: 37.5% !important;
  }
  .palm-five-eighths {
    width: 62.5% !important;
  }
  .palm-seven-eighths {
    width: 87.5% !important;
  }
  /**
   * Ninths.
   */
  .palm-one-ninth {
    width: 11.1111111% !important;
  }
  .palm-two-ninths {
    width: 22.2222222% !important;
  }
  .palm-four-ninths {
    width: 44.4444444% !important;
  }
  .palm-five-ninths {
    width: 55.5555555% !important;
  }
  .palm-seven-ninths {
    width: 77.7777777% !important;
  }
  .palm-eight-ninths {
    width: 88.8888888% !important;
  }
  /**
   * Tenths.
   */
  .palm-one-tenth {
    width: 10% !important;
  }
  .palm-three-tenths {
    width: 30% !important;
  }
  .palm-seven-tenths {
    width: 70% !important;
  }
  .palm-nine-tenths {
    width: 90% !important;
  }
  /**
   * Twelfths.
   */
  .palm-one-twelfth {
    width: 8.3333333% !important;
  }
  .palm-five-twelfths {
    width: 41.6666666% !important;
  }
  .palm-seven-twelfths {
    width: 58.3333333% !important;
  }
  .palm-eleven-twelfths {
    width: 91.6666666% !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 959px) {
  /**
   * Whole.
   */
  .lap-one-whole {
    width: 100% !important;
  }
  /**
   * Halves.
   */
  .lap-one-half,
  .lap-two-quarters,
  .lap-three-sixths,
  .lap-four-eighths,
  .lap-five-tenths,
  .lap-six-twelfths {
    width: 50% !important;
  }
  /**
   * Thirds.
   */
  .lap-one-third,
  .lap-two-sixths,
  .lap-three-ninths,
  .lap-four-twelfths {
    width: 33.3333333% !important;
  }
  .lap-two-thirds,
  .lap-four-sixths,
  .lap-six-ninths,
  .lap-eight-twelfths {
    width: 66.6666666% !important;
  }
  /**
   * Quarters.
   */
  .lap-one-quarter,
  .lap-two-eighths,
  .lap-three-twelfths {
    width: 25% !important;
  }
  .lap-three-quarters,
  .lap-six-eighths,
  .lap-nine-twelfths {
    width: 75% !important;
  }
  /**
   * Fifths.
   */
  .lap-one-fifth,
  .lap-two-tenths {
    width: 20% !important;
  }
  .lap-two-fifths,
  .lap-four-tenths {
    width: 40% !important;
  }
  .lap-three-fifths,
  .lap-six-tenths {
    width: 60% !important;
  }
  .lap-four-fifths,
  .lap-eight-tenths {
    width: 80% !important;
  }
  /**
   * Sixths.
   */
  .lap-one-sixth,
  .lap-two-twelfths {
    width: 16.6666666% !important;
  }
  .lap-five-sixths,
  .lap-ten-twelfths {
    width: 83.3333333% !important;
  }
  /**
   * Eighths.
   */
  .lap-one-eighth {
    width: 12.5% !important;
  }
  .lap-three-eighths {
    width: 37.5% !important;
  }
  .lap-five-eighths {
    width: 62.5% !important;
  }
  .lap-seven-eighths {
    width: 87.5% !important;
  }
  /**
   * Ninths.
   */
  .lap-one-ninth {
    width: 11.1111111% !important;
  }
  .lap-two-ninths {
    width: 22.2222222% !important;
  }
  .lap-four-ninths {
    width: 44.4444444% !important;
  }
  .lap-five-ninths {
    width: 55.5555555% !important;
  }
  .lap-seven-ninths {
    width: 77.7777777% !important;
  }
  .lap-eight-ninths {
    width: 88.8888888% !important;
  }
  /**
   * Tenths.
   */
  .lap-one-tenth {
    width: 10% !important;
  }
  .lap-three-tenths {
    width: 30% !important;
  }
  .lap-seven-tenths {
    width: 70% !important;
  }
  .lap-nine-tenths {
    width: 90% !important;
  }
  /**
   * Twelfths.
   */
  .lap-one-twelfth {
    width: 8.3333333% !important;
  }
  .lap-five-twelfths {
    width: 41.6666666% !important;
  }
  .lap-seven-twelfths {
    width: 58.3333333% !important;
  }
  .lap-eleven-twelfths {
    width: 91.6666666% !important;
  }
}
@media screen and (min-width: 480px) {
  /**
   * Whole.
   */
  .lap-and-up-one-whole {
    width: 100% !important;
  }
  /**
   * Halves.
   */
  .lap-and-up-one-half,
  .lap-and-up-two-quarters,
  .lap-and-up-three-sixths,
  .lap-and-up-four-eighths,
  .lap-and-up-five-tenths,
  .lap-and-up-six-twelfths {
    width: 50% !important;
  }
  /**
   * Thirds.
   */
  .lap-and-up-one-third,
  .lap-and-up-two-sixths,
  .lap-and-up-three-ninths,
  .lap-and-up-four-twelfths {
    width: 33.3333333% !important;
  }
  .lap-and-up-two-thirds,
  .lap-and-up-four-sixths,
  .lap-and-up-six-ninths,
  .lap-and-up-eight-twelfths {
    width: 66.6666666% !important;
  }
  /**
   * Quarters.
   */
  .lap-and-up-one-quarter,
  .lap-and-up-two-eighths,
  .lap-and-up-three-twelfths {
    width: 25% !important;
  }
  .lap-and-up-three-quarters,
  .lap-and-up-six-eighths,
  .lap-and-up-nine-twelfths {
    width: 75% !important;
  }
  /**
   * Fifths.
   */
  .lap-and-up-one-fifth,
  .lap-and-up-two-tenths {
    width: 20% !important;
  }
  .lap-and-up-two-fifths,
  .lap-and-up-four-tenths {
    width: 40% !important;
  }
  .lap-and-up-three-fifths,
  .lap-and-up-six-tenths {
    width: 60% !important;
  }
  .lap-and-up-four-fifths,
  .lap-and-up-eight-tenths {
    width: 80% !important;
  }
  /**
   * Sixths.
   */
  .lap-and-up-one-sixth,
  .lap-and-up-two-twelfths {
    width: 16.6666666% !important;
  }
  .lap-and-up-five-sixths,
  .lap-and-up-ten-twelfths {
    width: 83.3333333% !important;
  }
  /**
   * Eighths.
   */
  .lap-and-up-one-eighth {
    width: 12.5% !important;
  }
  .lap-and-up-three-eighths {
    width: 37.5% !important;
  }
  .lap-and-up-five-eighths {
    width: 62.5% !important;
  }
  .lap-and-up-seven-eighths {
    width: 87.5% !important;
  }
  /**
   * Ninths.
   */
  .lap-and-up-one-ninth {
    width: 11.1111111% !important;
  }
  .lap-and-up-two-ninths {
    width: 22.2222222% !important;
  }
  .lap-and-up-four-ninths {
    width: 44.4444444% !important;
  }
  .lap-and-up-five-ninths {
    width: 55.5555555% !important;
  }
  .lap-and-up-seven-ninths {
    width: 77.7777777% !important;
  }
  .lap-and-up-eight-ninths {
    width: 88.8888888% !important;
  }
  /**
   * Tenths.
   */
  .lap-and-up-one-tenth {
    width: 10% !important;
  }
  .lap-and-up-three-tenths {
    width: 30% !important;
  }
  .lap-and-up-seven-tenths {
    width: 70% !important;
  }
  .lap-and-up-nine-tenths {
    width: 90% !important;
  }
  /**
   * Twelfths.
   */
  .lap-and-up-one-twelfth {
    width: 8.3333333% !important;
  }
  .lap-and-up-five-twelfths {
    width: 41.6666666% !important;
  }
  .lap-and-up-seven-twelfths {
    width: 58.3333333% !important;
  }
  .lap-and-up-eleven-twelfths {
    width: 91.6666666% !important;
  }
}
@media screen and (max-width: 959px) {
  /**
   * Whole.
   */
  .portable-one-whole {
    width: 100% !important;
  }
  /**
   * Halves.
   */
  .portable-one-half,
  .portable-two-quarters,
  .portable-three-sixths,
  .portable-four-eighths,
  .portable-five-tenths,
  .portable-six-twelfths {
    width: 50% !important;
  }
  /**
   * Thirds.
   */
  .portable-one-third,
  .portable-two-sixths,
  .portable-three-ninths,
  .portable-four-twelfths {
    width: 33.3333333% !important;
  }
  .portable-two-thirds,
  .portable-four-sixths,
  .portable-six-ninths,
  .portable-eight-twelfths {
    width: 66.6666666% !important;
  }
  /**
   * Quarters.
   */
  .portable-one-quarter,
  .portable-two-eighths,
  .portable-three-twelfths {
    width: 25% !important;
  }
  .portable-three-quarters,
  .portable-six-eighths,
  .portable-nine-twelfths {
    width: 75% !important;
  }
  /**
   * Fifths.
   */
  .portable-one-fifth,
  .portable-two-tenths {
    width: 20% !important;
  }
  .portable-two-fifths,
  .portable-four-tenths {
    width: 40% !important;
  }
  .portable-three-fifths,
  .portable-six-tenths {
    width: 60% !important;
  }
  .portable-four-fifths,
  .portable-eight-tenths {
    width: 80% !important;
  }
  /**
   * Sixths.
   */
  .portable-one-sixth,
  .portable-two-twelfths {
    width: 16.6666666% !important;
  }
  .portable-five-sixths,
  .portable-ten-twelfths {
    width: 83.3333333% !important;
  }
  /**
   * Eighths.
   */
  .portable-one-eighth {
    width: 12.5% !important;
  }
  .portable-three-eighths {
    width: 37.5% !important;
  }
  .portable-five-eighths {
    width: 62.5% !important;
  }
  .portable-seven-eighths {
    width: 87.5% !important;
  }
  /**
   * Ninths.
   */
  .portable-one-ninth {
    width: 11.1111111% !important;
  }
  .portable-two-ninths {
    width: 22.2222222% !important;
  }
  .portable-four-ninths {
    width: 44.4444444% !important;
  }
  .portable-five-ninths {
    width: 55.5555555% !important;
  }
  .portable-seven-ninths {
    width: 77.7777777% !important;
  }
  .portable-eight-ninths {
    width: 88.8888888% !important;
  }
  /**
   * Tenths.
   */
  .portable-one-tenth {
    width: 10% !important;
  }
  .portable-three-tenths {
    width: 30% !important;
  }
  .portable-seven-tenths {
    width: 70% !important;
  }
  .portable-nine-tenths {
    width: 90% !important;
  }
  /**
   * Twelfths.
   */
  .portable-one-twelfth {
    width: 8.3333333% !important;
  }
  .portable-five-twelfths {
    width: 41.6666666% !important;
  }
  .portable-seven-twelfths {
    width: 58.3333333% !important;
  }
  .portable-eleven-twelfths {
    width: 91.6666666% !important;
  }
}
@media screen and (min-width: 960px) {
  /**
   * Whole.
   */
  .desk-one-whole {
    width: 100% !important;
  }
  /**
   * Halves.
   */
  .desk-one-half,
  .desk-two-quarters,
  .desk-three-sixths,
  .desk-four-eighths,
  .desk-five-tenths,
  .desk-six-twelfths {
    width: 50% !important;
  }
  /**
   * Thirds.
   */
  .desk-one-third,
  .desk-two-sixths,
  .desk-three-ninths,
  .desk-four-twelfths {
    width: 33.3333333% !important;
  }
  .desk-two-thirds,
  .desk-four-sixths,
  .desk-six-ninths,
  .desk-eight-twelfths {
    width: 66.6666666% !important;
  }
  /**
   * Quarters.
   */
  .desk-one-quarter,
  .desk-two-eighths,
  .desk-three-twelfths {
    width: 25% !important;
  }
  .desk-three-quarters,
  .desk-six-eighths,
  .desk-nine-twelfths {
    width: 75% !important;
  }
  /**
   * Fifths.
   */
  .desk-one-fifth,
  .desk-two-tenths {
    width: 20% !important;
  }
  .desk-two-fifths,
  .desk-four-tenths {
    width: 40% !important;
  }
  .desk-three-fifths,
  .desk-six-tenths {
    width: 60% !important;
  }
  .desk-four-fifths,
  .desk-eight-tenths {
    width: 80% !important;
  }
  /**
   * Sixths.
   */
  .desk-one-sixth,
  .desk-two-twelfths {
    width: 16.6666666% !important;
  }
  .desk-five-sixths,
  .desk-ten-twelfths {
    width: 83.3333333% !important;
  }
  /**
   * Eighths.
   */
  .desk-one-eighth {
    width: 12.5% !important;
  }
  .desk-three-eighths {
    width: 37.5% !important;
  }
  .desk-five-eighths {
    width: 62.5% !important;
  }
  .desk-seven-eighths {
    width: 87.5% !important;
  }
  /**
   * Ninths.
   */
  .desk-one-ninth {
    width: 11.1111111% !important;
  }
  .desk-two-ninths {
    width: 22.2222222% !important;
  }
  .desk-four-ninths {
    width: 44.4444444% !important;
  }
  .desk-five-ninths {
    width: 55.5555555% !important;
  }
  .desk-seven-ninths {
    width: 77.7777777% !important;
  }
  .desk-eight-ninths {
    width: 88.8888888% !important;
  }
  /**
   * Tenths.
   */
  .desk-one-tenth {
    width: 10% !important;
  }
  .desk-three-tenths {
    width: 30% !important;
  }
  .desk-seven-tenths {
    width: 70% !important;
  }
  .desk-nine-tenths {
    width: 90% !important;
  }
  /**
   * Twelfths.
   */
  .desk-one-twelfth {
    width: 8.3333333% !important;
  }
  .desk-five-twelfths {
    width: 41.6666666% !important;
  }
  .desk-seven-twelfths {
    width: 58.3333333% !important;
  }
  .desk-eleven-twelfths {
    width: 91.6666666% !important;
  }
}
/*------------------------------------*\
    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after, .search:after,
.cf:after,
.nav:after,
.pagination:after,
.tabs:after,
.aside__list:after,
.media:after {
  content: "";
  display: table;
  clear: both;
}

.header .container {
  position: relative;
}

@media screen and (min-width: 960px) {
  .header__logo {
    width: 180px !important;
  }
  .header__navigation {
    width: 780px !important;
  }
}
.studio-link {
  display: block;
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.6666666667;
  color: #fff;
}
.studio-link:hover {
  color: #fff;
}
.studio-link:hover .studio-link__target {
  text-decoration: underline;
}

.studio-link__target {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-left: 0.5em;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
