/*! 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.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"], /* 1 */
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;
}

/**
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications. Removes the default spacing and border for
 * appropriate elements.
 */

html {
  background: inherit;
  color: #333333;
  font: 16px arial, 'Segoe UI', 'myriad pro', helvetica, sans-serif;
}

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

a:hover,
a:focus,
a:active {
  color: #194679;
  text-decoration: underline;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

iframe {
  border: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Suppress the focus outline on links that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */

[tabindex="-1"]:focus {
  outline: none !important;
}
/**
 * Vertical alignment utilities
 * Depends on an appropriate `display` value.
 */

.u-alignBaseline {
  vertical-align: baseline !important;
}

.u-alignBottom {
  vertical-align: bottom !important;
}

.u-alignMiddle {
  vertical-align: middle !important;
}

.u-alignTop {
  vertical-align: top !important;
}
/**
 * Display-type utilities
 */

.u-block {
  display: block !important;
}

.u-hidden {
  display: none !important;
}

/**
 * Completely remove from the flow but leave available to screen readers.
 */

.u-hiddenVisually {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}

.u-inline {
  display: inline !important;
}

/**
 * 1. Fix for Firefox bug: an image styled `max-width:100%` within an
 * inline-block will display at its default size, and not limit its width to
 * 100% of an ancestral container.
 */

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100%; /* 1 */
}

.u-table {
  display: table !important;
}

.u-tableCell {
  display: table-cell !important;
}

.u-tableRow {
  display: table-row !important;
}
/**
 * Contain floats
 *
 * Make an element expand to contain floated children.
 * Uses pseudo-elements (micro clearfix).
 *
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of the
 *    element.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.u-cf:before,
.u-cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.u-cf:after {
  clear: both;
}

/**
 * New block formatting context
 *
 * This affords some useful properties to the element. It won't wrap under
 * floats. Will also contain any floated children.

 * N.B. This will clip overflow. Use the alternative method below if this is
 * problematic.
 */

.u-nbfc {
  overflow: hidden !important;
}

/**
 * New block formatting context (alternative)
 *
 * Alternative method when overflow must not be clipped.
 *
 * 1. Create a new block formatting context (NBFC).
 * 2. Avoid shrink-wrap behaviour of table-cell.
 *
 * N.B. This breaks down in some browsers when elements within this element
 * exceed its width.
 */

.u-nbfcAlt {
  display: table-cell !important; /* 1 */
  width: 10000px !important; /* 2 */
}

/**
 * Floats
 */

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

.u-floatRight {
  float: right !important;
}
/**
 * Clean link
 *
 * A link without any text-decoration at all.
 */

.u-linkClean,
.u-linkClean:hover,
.u-linkClean:focus,
.u-linkClean:active {
  text-decoration: none !important;
}

/**
 * Link complex
 *
 * A common pattern is to have a link with several pieces of text and/or an
 * icon, where only one piece of text should display the underline when the
 * link is the subject of user interaction.
 *
 * Example HTML:
 *
 * <a class="u-linkComplex" href="#">
 *   Link complex
 *   <span class="u-linkComplexTarget">target</span>
 * </a>
 */

.u-linkComplex,
.u-linkComplex:hover,
.u-linkComplex:focus,
.u-linkComplex:active {
  text-decoration: none !important;
}

.u-linkComplex:hover .u-linkComplexTarget,
.u-linkComplex:focus .u-linkComplexTarget,
.u-linkComplex:active .u-linkComplexTarget {
  text-decoration: underline !important;
}

/**
 * Block-level link
 *
 * Combination of traits commonly used in vertical navigation lists.
 */

.u-linkBlock,
.u-linkBlock:hover,
.u-linkBlock:focus,
.u-linkBlock:active {
  display: block !important;
  text-decoration: none !important;
}
/**
 * Specify the proportional offset after an element.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 4, 5, 6, 8, 10, 12 section
 */

.u-after1of12 {
  margin-right: 8.33333% !important;
}

.u-after1of10 {
  margin-right: 10% !important;
}

.u-after1of8 {
  margin-right: 12.5% !important;
}

.u-after1of6,
.u-after2of12 {
  margin-right: 16.66667% !important;
}

.u-after1of5,
.u-after2of10 {
  margin-right: 20% !important;
}

.u-after1of4,
.u-after2of8,
.u-after3of12 {
  margin-right: 25% !important;
}

.u-after3of10 {
  margin-right: 30% !important;
}

.u-after1of3,
.u-after2of6,
.u-after4of12 {
  margin-right: 33.33333% !important;
}

.u-after3of8 {
  margin-right: 37.5% !important;
}

.u-after2of5,
.u-after4of10 {
  margin-right: 40% !important;
}

.u-after5of12 {
  margin-right: 41.66667% !important;
}

.u-after1of2,
.u-after2of4,
.u-after3of6,
.u-after4of8,
.u-after5of10,
.u-after6of12 {
  margin-right: 50% !important;
}

.u-after7of12 {
  margin-right: 58.33333% !important;
}

.u-after3of5,
.u-after6of10 {
  margin-right: 60% !important;
}

.u-after5of8 {
  margin-right: 62.5% !important;
}

.u-after2of3,
.u-after4of6,
.u-after8of12 {
  margin-right: 66.66667% !important;
}

.u-after7of10 {
  margin-right: 70% !important;
}

.u-after3of4,
.u-after6of8,
.u-after9of12 {
  margin-right: 75% !important;
}

.u-after4of5,
.u-after8of10 {
  margin-right: 80% !important;
}

.u-after5of6,
.u-after10of12 {
  margin-right: 83.33333% !important;
}

.u-after7of8 {
  margin-right: 87.5% !important;
}

.u-after9of10 {
  margin-right: 90% !important;
}

.u-after11of12 {
  margin-right: 91.66667% !important;
}
/**
 * Offset: breakpoint 1 (small)
 *
 * Specify the proportional offset after an element.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 4, 5, 6, 8, 10, 12 section
 */

@media (min-width:480px) and (max-width:900px) {

  .u-sm-afterNone {
    margin-left: 0 !important;
  }

  .u-sm-after1of12 {
    margin-right: 8.33333% !important;
  }

  .u-sm-after1of10 {
    margin-right: 10% !important;
  }

  .u-sm-after1of8 {
    margin-right: 12.5% !important;
  }

  .u-sm-after1of6,
  .u-sm-after2of12 {
    margin-right: 16.66667% !important;
  }

  .u-sm-after1of5,
  .u-sm-after2of10 {
    margin-right: 20% !important;
  }

  .u-sm-after1of4,
  .u-sm-after2of8,
  .u-sm-after3of12 {
    margin-right: 25% !important;
  }

  .u-sm-after3of10 {
    margin-right: 30% !important;
  }

  .u-sm-after1of3,
  .u-sm-after2of6,
  .u-sm-after4of12 {
    margin-right: 33.33333% !important;
  }

  .u-sm-after3of8 {
    margin-right: 37.5% !important;
  }

  .u-sm-after2of5,
  .u-sm-after4of10 {
    margin-right: 40% !important;
  }

  .u-sm-after5of12 {
    margin-right: 41.66667% !important;
  }

  .u-sm-after1of2,
  .u-sm-after2of4,
  .u-sm-after3of6,
  .u-sm-after4of8,
  .u-sm-after5of10,
  .u-sm-after6of12 {
    margin-right: 50% !important;
  }

  .u-sm-after7of12 {
    margin-right: 58.33333% !important;
  }

  .u-sm-after3of5,
  .u-sm-after6of10 {
    margin-right: 60% !important;
  }

  .u-sm-after5of8 {
    margin-right: 62.5% !important;
  }

  .u-sm-after2of3,
  .u-sm-after4of6,
  .u-sm-after8of12 {
    margin-right: 66.66667% !important;
  }

  .u-sm-after7of10 {
    margin-right: 70% !important;
  }

  .u-sm-after3of4,
  .u-sm-after6of8,
  .u-sm-after9of12 {
    margin-right: 75% !important;
  }

  .u-sm-after4of5,
  .u-sm-after8of10 {
    margin-right: 80% !important;
  }

  .u-sm-after5of6,
  .u-sm-after10of12 {
    margin-right: 83.33333% !important;
  }

  .u-sm-after7of8 {
    margin-right: 87.5% !important;
  }

  .u-sm-after9of10 {
    margin-right: 90% !important;
  }

  .u-sm-after11of12 {
    margin-right: 91.66667% !important;
  }

}
/**
 * Offset: breakpoint 2 (medium)
 *
 * Specify the proportional offset after an element.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 4, 5, 6, 8, 10, 12 section
 */

@media (min-width:900px) and (max-width:1200px) {

  .u-md-afterNone {
    margin-left: 0 !important;
  }

  .u-md-after1of12 {
    margin-right: 8.33333% !important;
  }

  .u-md-after1of10 {
    margin-right: 10% !important;
  }

  .u-md-after1of8 {
    margin-right: 12.5% !important;
  }

  .u-md-after1of6,
  .u-md-after2of12 {
    margin-right: 16.66667% !important;
  }

  .u-md-after1of5,
  .u-md-after2of10 {
    margin-right: 20% !important;
  }

  .u-md-after1of4,
  .u-md-after2of8,
  .u-md-after3of12 {
    margin-right: 25% !important;
  }

  .u-md-after3of10 {
    margin-right: 30% !important;
  }

  .u-md-after1of3,
  .u-md-after2of6,
  .u-md-after4of12 {
    margin-right: 33.33333% !important;
  }

  .u-md-after3of8 {
    margin-right: 37.5% !important;
  }

  .u-md-after2of5,
  .u-md-after4of10 {
    margin-right: 40% !important;
  }

  .u-md-after5of12 {
    margin-right: 41.66667% !important;
  }

  .u-md-after1of2,
  .u-md-after2of4,
  .u-md-after3of6,
  .u-md-after4of8,
  .u-md-after5of10,
  .u-md-after6of12 {
    margin-right: 50% !important;
  }

  .u-md-after7of12 {
    margin-right: 58.33333% !important;
  }

  .u-md-after3of5,
  .u-md-after6of10 {
    margin-right: 60% !important;
  }

  .u-md-after5of8 {
    margin-right: 62.5% !important;
  }

  .u-md-after2of3,
  .u-md-after4of6,
  .u-md-after8of12 {
    margin-right: 66.66667% !important;
  }

  .u-md-after7of10 {
    margin-right: 70% !important;
  }

  .u-md-after3of4,
  .u-md-after6of8,
  .u-md-after9of12 {
    margin-right: 75% !important;
  }

  .u-md-after4of5,
  .u-md-after8of10 {
    margin-right: 80% !important;
  }

  .u-md-after5of6,
  .u-md-after10of12 {
    margin-right: 83.33333% !important;
  }

  .u-md-after7of8 {
    margin-right: 87.5% !important;
  }

  .u-md-after9of10 {
    margin-right: 90% !important;
  }

  .u-md-after11of12 {
    margin-right: 91.66667% !important;
  }

}
/**
 * Offset: breakpoint 3 (large)
 *
 * Specify the proportional offset after an element.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 4, 5, 6, 8, 10, 12 section
 */

@media (min-width:1200px) {

  .u-lg-afterNone {
    margin-left: 0 !important;
  }

  .u-lg-after1of12 {
    margin-right: 8.33333% !important;
  }

  .u-lg-after1of10 {
    margin-right: 10% !important;
  }

  .u-lg-after1of8 {
    margin-right: 12.5% !important;
  }

  .u-lg-after1of6,
  .u-lg-after2of12 {
    margin-right: 16.66667% !important;
  }

  .u-lg-after1of5,
  .u-lg-after2of10 {
    margin-right: 20% !important;
  }

  .u-lg-after1of4,
  .u-lg-after2of8,
  .u-lg-after3of12 {
    margin-right: 25% !important;
  }

  .u-lg-after3of10 {
    margin-right: 30% !important;
  }

  .u-lg-after1of3,
  .u-lg-after2of6,
  .u-lg-after4of12 {
    margin-right: 33.33333% !important;
  }

  .u-lg-after3of8 {
    margin-right: 37.5% !important;
  }

  .u-lg-after2of5,
  .u-lg-after4of10 {
    margin-right: 40% !important;
  }

  .u-lg-after5of12 {
    margin-right: 41.66667% !important;
  }

  .u-lg-after1of2,
  .u-lg-after2of4,
  .u-lg-after3of6,
  .u-lg-after4of8,
  .u-lg-after5of10,
  .u-lg-after6of12 {
    margin-right: 50% !important;
  }

  .u-lg-after7of12 {
    margin-right: 58.33333% !important;
  }

  .u-lg-after3of5,
  .u-lg-after6of10 {
    margin-right: 60% !important;
  }

  .u-lg-after5of8 {
    margin-right: 62.5% !important;
  }

  .u-lg-after2of3,
  .u-lg-after4of6,
  .u-lg-after8of12 {
    margin-right: 66.66667% !important;
  }

  .u-lg-after7of10 {
    margin-right: 70% !important;
  }

  .u-lg-after3of4,
  .u-lg-after6of8,
  .u-lg-after9of12 {
    margin-right: 75% !important;
  }

  .u-lg-after4of5,
  .u-lg-after8of10 {
    margin-right: 80% !important;
  }

  .u-lg-after5of6,
  .u-lg-after10of12 {
    margin-right: 83.33333% !important;
  }

  .u-lg-after7of8 {
    margin-right: 87.5% !important;
  }

  .u-lg-after9of10 {
    margin-right: 90% !important;
  }

  .u-lg-after11of12 {
    margin-right: 91.66667% !important;
  }

}
/**
 * Specify the proportional offset before an object.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
 */

.u-before1of12 {
  margin-left: 8.33333% !important;
}

.u-before1of10 {
  margin-left: 10% !important;
}

.u-before1of8 {
  margin-left: 12.5% !important;
}

.u-before1of6,
.u-before2of12 {
  margin-left: 16.66667% !important;
}

.u-before1of5,
.u-before2of10 {
  margin-left: 20% !important;
}

.u-before1of4,
.u-before2of8,
.u-before3of12 {
  margin-left: 25% !important;
}

.u-before3of10 {
  margin-left: 30% !important;
}

.u-before1of3,
.u-before2of6,
.u-before4of12 {
  margin-left: 33.33333% !important;
}

.u-before3of8 {
  margin-left: 37.5% !important;
}

.u-before2of5,
.u-before4of10 {
  margin-left: 40% !important;
}

.u-before5of12 {
  margin-left: 41.66667% !important;
}

.u-before1of2,
.u-before2of4,
.u-before3of6,
.u-before4of8,
.u-before5of10,
.u-before6of12 {
  margin-left: 50% !important;
}

.u-before7of12 {
  margin-left: 58.33333% !important;
}

.u-before3of5,
.u-before6of10 {
  margin-left: 60% !important;
}

.u-before5of8 {
  margin-left: 62.5% !important;
}

.u-before2of3,
.u-before4of6,
.u-before8of12 {
  margin-left: 66.66667% !important;
}

.u-before7of10 {
  margin-left: 70% !important;
}

.u-before3of4,
.u-before6of8,
.u-before9of12 {
  margin-left: 75% !important;
}

.u-before4of5,
.u-before8of10 {
  margin-left: 80% !important;
}

.u-before5of6,
.u-before10of12 {
  margin-left: 83.33333% !important;
}

.u-before7of8 {
  margin-left: 87.5% !important;
}

.u-before9of10 {
  margin-left: 90% !important;
}

.u-before11of12 {
  margin-left: 91.66667% !important;
}
/**
 * Offset: breakpoint 1 (small)
 *
 * Specify the proportional offset before an element.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
 */

@media (min-width:480px) and (max-width:900px) {

  .u-sm-beforeNone {
    margin-left: 0 !important;
  }

  .u-sm-before1of12 {
    margin-left: 8.33333% !important;
  }

  .u-sm-before1of10 {
    margin-left: 10% !important;
  }

  .u-sm-before1of8 {
    margin-left: 12.5% !important;
  }

  .u-sm-before1of6,
  .u-sm-before2of12 {
    margin-left: 16.66667% !important;
  }

  .u-sm-before1of5,
  .u-sm-before2of10 {
    margin-left: 20% !important;
  }

  .u-sm-before1of4,
  .u-sm-before2of8,
  .u-sm-before3of12 {
    margin-left: 25% !important;
  }

  .u-sm-before3of10 {
    margin-left: 30% !important;
  }

  .u-sm-before1of3,
  .u-sm-before2of6,
  .u-sm-before4of12 {
    margin-left: 33.33333% !important;
  }

  .u-sm-before3of8 {
    margin-left: 37.5% !important;
  }

  .u-sm-before2of5,
  .u-sm-before4of10 {
    margin-left: 40% !important;
  }

  .u-sm-before5of12 {
    margin-left: 41.66667% !important;
  }

  .u-sm-before1of2,
  .u-sm-before2of4,
  .u-sm-before3of6,
  .u-sm-before4of8,
  .u-sm-before5of10,
  .u-sm-before6of12 {
    margin-left: 50% !important;
  }

  .u-sm-before7of12 {
    margin-left: 58.33333% !important;
  }

  .u-sm-before3of5,
  .u-sm-before6of10 {
    margin-left: 60% !important;
  }

  .u-sm-before5of8 {
    margin-left: 62.5% !important;
  }

  .u-sm-before2of3,
  .u-sm-before4of6,
  .u-sm-before8of12 {
    margin-left: 66.66667% !important;
  }

  .u-sm-before7of10 {
    margin-left: 70% !important;
  }

  .u-sm-before3of4,
  .u-sm-before6of8,
  .u-sm-before9of12 {
    margin-left: 75% !important;
  }

  .u-sm-before4of5,
  .u-sm-before8of10 {
    margin-left: 80% !important;
  }

  .u-sm-before5of6,
  .u-sm-before10of12 {
    margin-left: 83.33333% !important;
  }

  .u-sm-before7of8 {
    margin-left: 87.5% !important;
  }

  .u-sm-before9of10 {
    margin-left: 90% !important;
  }

  .u-sm-before11of12 {
    margin-left: 91.66667% !important;
  }

}
/**
 * Offset: breakpoint 2 (medium)
 *
 * Specify the proportional offset before an element.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
 */

@media (min-width:900px) and (max-width:1200px) {

  .u-md-beforeNone {
    margin-left: 0 !important;
  }

  .u-md-before1of12 {
    margin-left: 8.33333% !important;
  }

  .u-md-before1of10 {
    margin-left: 10% !important;
  }

  .u-md-before1of8 {
    margin-left: 12.5% !important;
  }

  .u-md-before1of6,
  .u-md-before2of12 {
    margin-left: 16.66667% !important;
  }

  .u-md-before1of5,
  .u-md-before2of10 {
    margin-left: 20% !important;
  }

  .u-md-before1of4,
  .u-md-before2of8,
  .u-md-before3of12 {
    margin-left: 25% !important;
  }

  .u-md-before3of10 {
    margin-left: 30% !important;
  }

  .u-md-before1of3,
  .u-md-before2of6,
  .u-md-before4of12 {
    margin-left: 33.33333% !important;
  }

  .u-md-before3of8 {
    margin-left: 37.5% !important;
  }

  .u-md-before2of5,
  .u-md-before4of10 {
    margin-left: 40% !important;
  }

  .u-md-before5of12 {
    margin-left: 41.66667% !important;
  }

  .u-md-before1of2,
  .u-md-before2of4,
  .u-md-before3of6,
  .u-md-before4of8,
  .u-md-before5of10,
  .u-md-before6of12 {
    margin-left: 50% !important;
  }

  .u-md-before7of12 {
    margin-left: 58.33333% !important;
  }

  .u-md-before3of5,
  .u-md-before6of10 {
    margin-left: 60% !important;
  }

  .u-md-before5of8 {
    margin-left: 62.5% !important;
  }

  .u-md-before2of3,
  .u-md-before4of6,
  .u-md-before8of12 {
    margin-left: 66.66667% !important;
  }

  .u-md-before7of10 {
    margin-left: 70% !important;
  }

  .u-md-before3of4,
  .u-md-before6of8,
  .u-md-before9of12 {
    margin-left: 75% !important;
  }

  .u-md-before4of5,
  .u-md-before8of10 {
    margin-left: 80% !important;
  }

  .u-md-before5of6,
  .u-md-before10of12 {
    margin-left: 83.33333% !important;
  }

  .u-md-before7of8 {
    margin-left: 87.5% !important;
  }

  .u-md-before9of10 {
    margin-left: 90% !important;
  }

  .u-md-before11of12 {
    margin-left: 91.66667% !important;
  }

}
/**
 * Offset: breakpoint 3 (large)
 *
 * Specify the proportional offset before an element.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
 */

@media (min-width:1200px) {

  .u-lg-beforeNone {
    margin-left: 0 !important;
  }

  .u-lg-before1of12 {
    margin-left: 8.33333% !important;
  }

  .u-lg-before1of10 {
    margin-left: 10% !important;
  }

  .u-lg-before1of8 {
    margin-left: 12.5% !important;
  }

  .u-lg-before1of6,
  .u-lg-before2of12 {
    margin-left: 16.66667% !important;
  }

  .u-lg-before1of5,
  .u-lg-before2of10 {
    margin-left: 20% !important;
  }

  .u-lg-before1of4,
  .u-lg-before2of8,
  .u-lg-before3of12 {
    margin-left: 25% !important;
  }

  .u-lg-before3of10 {
    margin-left: 30% !important;
  }

  .u-lg-before1of3,
  .u-lg-before2of6,
  .u-lg-before4of12 {
    margin-left: 33.33333% !important;
  }

  .u-lg-before3of8 {
    margin-left: 37.5% !important;
  }

  .u-lg-before2of5,
  .u-lg-before4of10 {
    margin-left: 40% !important;
  }

  .u-lg-before5of12 {
    margin-left: 41.66667% !important;
  }

  .u-lg-before1of2,
  .u-lg-before2of4,
  .u-lg-before3of6,
  .u-lg-before4of8,
  .u-lg-before5of10,
  .u-lg-before6of12 {
    margin-left: 50% !important;
  }

  .u-lg-before7of12 {
    margin-left: 58.33333% !important;
  }

  .u-lg-before3of5,
  .u-lg-before6of10 {
    margin-left: 60% !important;
  }

  .u-lg-before5of8 {
    margin-left: 62.5% !important;
  }

  .u-lg-before2of3,
  .u-lg-before4of6,
  .u-lg-before8of12 {
    margin-left: 66.66667% !important;
  }

  .u-lg-before7of10 {
    margin-left: 70% !important;
  }

  .u-lg-before3of4,
  .u-lg-before6of8,
  .u-lg-before9of12 {
    margin-left: 75% !important;
  }

  .u-lg-before4of5,
  .u-lg-before8of10 {
    margin-left: 80% !important;
  }

  .u-lg-before5of6,
  .u-lg-before10of12 {
    margin-left: 83.33333% !important;
  }

  .u-lg-before7of8 {
    margin-left: 87.5% !important;
  }

  .u-lg-before9of10 {
    margin-left: 90% !important;
  }

  .u-lg-before11of12 {
    margin-left: 91.66667% !important;
  }

}
.u-posAbsolute {
  position: absolute !important;
}

/**
 * Pins to all corners by default. But when a width and/or height are
 * provided, the element will be centered in its nearest relatively-positioned
 * ancestor.
 */

.u-posAbsoluteCenter {
  bottom: 0 !important;
  left: 0 !important;
  margin: auto !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
}

/**
 * 1. Make sure fixed elements are promoted into a new layer, for performance
 *    reasons.
 */

.u-posFixed {
  position: fixed !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* 1 */
}

.u-posRelative {
  position: relative !important;
}

.u-posStatic {
  position: static !important;
}
/**
 * Sizing utilities
 */

/* Intrinsic widths
   ========================================================================== */

/**
 * Make an element shrink wrap its content.
 */

.u-sizeFit,
.u-sizeFitAlt {
  display: block !important;
  float: left !important;
  width: auto !important;
}

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

/**
 * Make an element fill the remaining space.
 * N.B. This will hide overflow.
 */

.u-sizeFill {
  display: block !important;
  overflow: hidden !important;
  width: auto !important;
}

/**
 * An alternative method to make an element fill the remaining space.
 * N.B. Do not use if child elements might be wider than the remaining space.
 * In Chrome, Safari, and Firefox it results in undesired layout.
 */

.u-sizeFillAlt {
  display: table-cell !important;
  max-width: 100% !important;
  width: 10000px !important;
}

/**
 * Make an element the width of its parent.
 */

.u-sizeFull {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
}

/* Proportional widths
   ========================================================================== */

/**
 * Specify the proportional width of an object.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
 */

.u-size1of12 {
  width: 8.33333% !important;
}

.u-size1of10 {
  width: 10% !important;
}

.u-size1of8 {
  width: 12.5% !important;
}

.u-size1of6,
.u-size2of12 {
  width: 16.66667% !important;
}

.u-size1of5,
.u-size2of10 {
  width: 20% !important;
}

.u-size1of4,
.u-size2of8,
.u-size3of12 {
  width: 25% !important;
}

.u-size3of10 {
  width: 30% !important;
}

.u-size1of3,
.u-size2of6,
.u-size4of12 {
  width: 33.33333% !important;
}

.u-size3of8 {
  width: 37.5% !important;
}

.u-size2of5,
.u-size4of10 {
  width: 40% !important;
}

.u-size5of12 {
  width: 41.66667% !important;
}

.u-size1of2,
.u-size2of4,
.u-size3of6,
.u-size4of8,
.u-size5of10,
.u-size6of12 {
  width: 50% !important;
}

.u-size7of12 {
  width: 58.33333% !important;
}

.u-size3of5,
.u-size6of10 {
  width: 60% !important;
}

.u-size5of8 {
  width: 62.5% !important;
}

.u-size2of3,
.u-size4of6,
.u-size8of12 {
  width: 66.66667% !important;
}

.u-size7of10 {
  width: 70% !important;
}

.u-size3of4,
.u-size6of8,
.u-size9of12 {
  width: 75% !important;
}

.u-size4of5,
.u-size8of10 {
  width: 80% !important;
}

.u-size5of6,
.u-size10of12 {
  width: 83.33333% !important;
}

.u-size7of8 {
  width: 87.5% !important;
}

.u-size9of10 {
  width: 90% !important;
}

.u-size11of12 {
  width: 91.66667% !important;
}
/**
 * Size: breakpoint 1 (small)
 */

@media (min-width:480px) and (max-width:900px) {

  /**
   * Make an element shrink wrap its content.
   */

  .u-sm-sizeFit,
  .u-sm-sizeFitAlt {
    display: block !important;
    float: left !important;
    width: auto !important;
  }

  .u-sm-sizeFitAlt {
    float: right !important;
  }

  /**
   * Make an element fill the remaining space.
   * N.B. This will hide overflow.
   */

  .u-sm-sizeFill {
    display: block !important;
    overflow: hidden !important;
    width: auto !important;
  }

  /**
   * An alternative method to make an element fill the remaining space.
   * N.B. Do not use if child elements might be wider than the remaining space.
   * In Chrome, Safari, and Firefox it results in undesired layout.
   */

  .u-sm-sizeFillAlt {
    display: table-cell !important;
    max-width: 100% !important;
    width: 10000px !important;
  }

  /**
   * Make an element the width of its parent.
   */

  .u-sm-sizeFull {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
  }

  /* Proportional widths: breakpoint 1 (small)
     ========================================================================== */

  /**
   * Specify the proportional width of an object.
   * Intentional redundancy build into each set of unit classes.
   * Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
   */

  .u-sm-size1of12 {
    width: 8.33333% !important;
  }

  .u-sm-size1of10 {
    width: 10% !important;
  }

  .u-sm-size1of8 {
    width: 12.5% !important;
  }

  .u-sm-size1of6,
  .u-sm-size2of12 {
    width: 16.66667% !important;
  }

  .u-sm-size1of5,
  .u-sm-size2of10 {
    width: 20% !important;
  }

  .u-sm-size1of4,
  .u-sm-size2of8,
  .u-sm-size3of12 {
    width: 25% !important;
  }

  .u-sm-size3of10 {
    width: 30% !important;
  }

  .u-sm-size1of3,
  .u-sm-size2of6,
  .u-sm-size4of12 {
    width: 33.33333% !important;
  }

  .u-sm-size3of8 {
    width: 37.5% !important;
  }

  .u-sm-size2of5,
  .u-sm-size4of10 {
    width: 40% !important;
  }

  .u-sm-size5of12 {
    width: 41.66667% !important;
  }

  .u-sm-size1of2,
  .u-sm-size2of4,
  .u-sm-size3of6,
  .u-sm-size4of8,
  .u-sm-size5of10,
  .u-sm-size6of12 {
    width: 50% !important;
  }

  .u-sm-size7of12 {
    width: 58.33333% !important;
  }

  .u-sm-size3of5,
  .u-sm-size6of10 {
    width: 60% !important;
  }

  .u-sm-size5of8 {
    width: 62.5% !important;
  }

  .u-sm-size2of3,
  .u-sm-size4of6,
  .u-sm-size8of12 {
    width: 66.66667% !important;
  }

  .u-sm-size7of10 {
    width: 70% !important;
  }

  .u-sm-size3of4,
  .u-sm-size6of8,
  .u-sm-size9of12 {
    width: 75% !important;
  }

  .u-sm-size4of5,
  .u-sm-size8of10 {
    width: 80% !important;
  }

  .u-sm-size5of6,
  .u-sm-size10of12 {
    width: 83.33333% !important;
  }

  .u-sm-size7of8 {
    width: 87.5% !important;
  }

  .u-sm-size9of10 {
    width: 90% !important;
  }

  .u-sm-size11of12 {
    width: 91.66667% !important;
  }

}
/**
 * Size: breakpoint 2 (medium)
 */

@media (min-width:900px) and (max-width:1200px) {

  /**
   * Make an element shrink wrap its content.
   */

  .u-md-sizeFit,
  .u-md-sizeFitAlt {
    display: block !important;
    float: left !important;
    width: auto !important;
  }

  .u-md-sizeFitAlt {
    float: right !important;
  }

  /**
   * Make an element fill the remaining space.
   * N.B. This will hide overflow.
   */

  .u-md-sizeFill {
    display: block !important;
    overflow: hidden !important;
    width: auto !important;
  }

  /**
   * An alternative method to make an element fill the remaining space.
   * N.B. Do not use if child elements might be wider than the remaining space.
   * In Chrome, Safari, and Firefox it results in undesired layout.
   */

  .u-md-sizeFillAlt {
    display: table-cell !important;
    max-width: 100% !important;
    width: 10000px !important;
  }

  /**
   * Make an element the width of its parent.
   */

  .u-md-sizeFull {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
  }

  /* Proportional widths: breakpoint 2 (medium)
     ========================================================================== */

  /**
   * Specify the proportional width of an object.
   * Intentional redundancy build into each set of unit classes.
   * Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
   */

  .u-md-size1of12 {
    width: 8.33333% !important;
  }

  .u-md-size1of10 {
    width: 10% !important;
  }

  .u-md-size1of8 {
    width: 12.5% !important;
  }

  .u-md-size1of6,
  .u-md-size2of12 {
    width: 16.66667% !important;
  }

  .u-md-size1of5,
  .u-md-size2of10 {
    width: 20% !important;
  }

  .u-md-size1of4,
  .u-md-size2of8,
  .u-md-size3of12 {
    width: 25% !important;
  }

  .u-md-size3of10 {
    width: 30% !important;
  }

  .u-md-size1of3,
  .u-md-size2of6,
  .u-md-size4of12 {
    width: 33.33333% !important;
  }

  .u-md-size3of8 {
    width: 37.5% !important;
  }

  .u-md-size2of5,
  .u-md-size4of10 {
    width: 40% !important;
  }

  .u-md-size5of12 {
    width: 41.66667% !important;
  }

  .u-md-size1of2,
  .u-md-size2of4,
  .u-md-size3of6,
  .u-md-size4of8,
  .u-md-size5of10,
  .u-md-size6of12 {
    width: 50% !important;
  }

  .u-md-size7of12 {
    width: 58.33333% !important;
  }

  .u-md-size3of5,
  .u-md-size6of10 {
    width: 60% !important;
  }

  .u-md-size5of8 {
    width: 62.5% !important;
  }

  .u-md-size2of3,
  .u-md-size4of6,
  .u-md-size8of12 {
    width: 66.66667% !important;
  }

  .u-md-size7of10 {
    width: 70% !important;
  }

  .u-md-size3of4,
  .u-md-size6of8,
  .u-md-size9of12 {
    width: 75% !important;
  }

  .u-md-size4of5,
  .u-md-size8of10 {
    width: 80% !important;
  }

  .u-md-size5of6,
  .u-md-size10of12 {
    width: 83.33333% !important;
  }

  .u-md-size7of8 {
    width: 87.5% !important;
  }

  .u-md-size9of10 {
    width: 90% !important;
  }

  .u-md-size11of12 {
    width: 91.66667% !important;
  }

}
/**
 * Size: breakpoint 3 (large)
 */

@media (min-width:1200px) {

  /**
   * Make an element shrink wrap its content.
   */

  .u-lg-sizeFit,
  .u-lg-sizeFitAlt {
    display: block !important;
    float: left !important;
    width: auto !important;
  }

  .u-lg-sizeFitAlt {
    float: right !important;
  }

  /**
   * Make an element fill the remaining space.
   * N.B. This will hide overflow.
   */

  .u-lg-sizeFill {
    display: block !important;
    overflow: hidden !important;
    width: auto !important;
  }

  /**
   * An alternative method to make an element fill the remaining space.
   * N.B. Do not use if child elements might be wider than the remaining space.
   * In Chrome, Safari, and Firefox it results in undesired layout.
   */

  .u-lg-sizeFillAlt {
    display: table-cell !important;
    max-width: 100% !important;
    width: 10000px !important;
  }

  /**
   * Make an element the width of its parent.
   */

  .u-lg-sizeFull {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
  }

  /* Proportional widths: breakpoint 3 (large)
     ========================================================================== */

  /**
   * Specify the proportional width of an object.
   * Intentional redundancy build into each set of unit classes.
   * Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
   */

  .u-lg-size1of12 {
    width: 8.33333% !important;
  }

  .u-lg-size1of10 {
    width: 10% !important;
  }

  .u-lg-size1of8 {
    width: 12.5% !important;
  }

  .u-lg-size1of6,
  .u-lg-size2of12 {
    width: 16.66667% !important;
  }

  .u-lg-size1of5,
  .u-lg-size2of10 {
    width: 20% !important;
  }

  .u-lg-size1of4,
  .u-lg-size2of8,
  .u-lg-size3of12 {
    width: 25% !important;
  }

  .u-lg-size3of10 {
    width: 30% !important;
  }

  .u-lg-size1of3,
  .u-lg-size2of6,
  .u-lg-size4of12 {
    width: 33.33333% !important;
  }

  .u-lg-size3of8 {
    width: 37.5% !important;
  }

  .u-lg-size2of5,
  .u-lg-size4of10 {
    width: 40% !important;
  }

  .u-lg-size5of12 {
    width: 41.66667% !important;
  }

  .u-lg-size1of2,
  .u-lg-size2of4,
  .u-lg-size3of6,
  .u-lg-size4of8,
  .u-lg-size5of10,
  .u-lg-size6of12 {
    width: 50% !important;
  }

  .u-lg-size7of12 {
    width: 58.33333% !important;
  }

  .u-lg-size3of5,
  .u-lg-size6of10 {
    width: 60% !important;
  }

  .u-lg-size5of8 {
    width: 62.5% !important;
  }

  .u-lg-size2of3,
  .u-lg-size4of6,
  .u-lg-size8of12 {
    width: 66.66667% !important;
  }

  .u-lg-size7of10 {
    width: 70% !important;
  }

  .u-lg-size3of4,
  .u-lg-size6of8,
  .u-lg-size9of12 {
    width: 75% !important;
  }

  .u-lg-size4of5,
  .u-lg-size8of10 {
    width: 80% !important;
  }

  .u-lg-size5of6,
  .u-lg-size10of12 {
    width: 83.33333% !important;
  }

  .u-lg-size7of8 {
    width: 87.5% !important;
  }

  .u-lg-size9of10 {
    width: 90% !important;
  }

  .u-lg-size11of12 {
    width: 91.66667% !important;
  }

}
/**
 * Word breaking
 *
 * Break strings when their length exceeds the width of their container.
 */

.u-textBreak {
  word-wrap: break-word !important;
}

/**
 * Horizontal text alignment
 */

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

.u-textLeft {
  text-align: left !important;
}

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

/**
 * Inherit the ancestor's text color.
 */

.u-textInheritColor {
  color: inherit !important;
}

/**
 * Enables font kerning in all browsers.
 * http://blog.typekit.com/2014/02/05/kerning-on-the-web/
 *
 * 1. Chrome (not Windows), Firefox, Safari 6+, iOS, Android
 * 2. Chrome (not Windows), Firefox, IE 10+
 * 3. Safari 7 and future browsers
 */

.u-textKern {
  text-rendering: optimizeLegibility; /* 1 */
  -webkit-font-feature-settings: "kern" 1, "kern";
     -moz-font-feature-settings: "kern" 1, "kern";
          font-feature-settings: "kern" 1, "kern"; /* 2 */
  -webkit-font-kerning: normal;
     -moz-font-kerning: normal;
          font-kerning: normal; /* 3 */
}

/**
 * Prevent whitespace wrapping
 */

.u-textNoWrap {
  white-space: nowrap !important;
}

/**
 * Text truncation
 *
 * Prevent text from wrapping onto multiple lines, and truncate with an
 * ellipsis.
 *
 * 1. Ensure that the node has a maximum width after which truncation can
 *    occur.
 * 2. Fix for IE 8/9 if `word-wrap: break-word` is in effect on ancestor
 *    nodes.
 */

.u-textTruncate {
  max-width: 100%; /* 1 */
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; /* 2 */
}
/** @define Arrange */

/**
 * This component lets you lay out a row of cells in various ways. You can
 * specify whether a cell should be wide enough to fit its content, or take up
 * the remaining space in the row. It's also possible to give all cells an
 * equal width, and to control their vertical alignment.
 */

/**
 * 1. Protect against the component expanding beyond the confines of its
 *    container if properties affecting the box-model are applied to the
 *    component. Mainly necessary because of (5).
 * 2. Rely on table layout.
 * 3. Zero out the default spacing that might be on an element (e.g., `ul`).
 * 4. Make sure the component fills at least the full width of its parent.
 * 5. Reset the table-layout algorithm in case a component is nested.
 */

.Arrange {
  box-sizing: border-box; /* 1 */
  display: table; /* 2 */
  margin: 0; /* 3 */
  min-width: 100%; /* 4 */
  padding: 0; /* 3 */
  table-layout: auto; /* 5 */
}

/**
 * There are two possible types of child. `sizeFill` will expand to fill all
 * of the remaining space not filled by `sizeFit` elements.
 *
 * 1. Zero out any default spacing that might be on an element (e.g., `li`);
 *    Margin has no effect when coupled with `display: table-cell`.
 * 2. All cells are top-aligned by default
 */

.Arrange-sizeFill,
.Arrange-sizeFit {
  display: table-cell;
  padding: 0; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Make sure the main content block expands to fill the remaining space.
 */

.Arrange-sizeFill {
  width: 100%;
}

/**
 * Where possible, protect against large images breaking the layout. Prevent them from
 * exceeding the width of the main content block by making them fluid.
 *
 * Only work for all browsers with the `Arrange--equally` variant. For Firefox
 * and IE to constrain image dimensions for other layouts, large images will
 * need their width set to `100%`.
 */

.Arrange-sizeFill img {
  height: auto;
  max-width: 100%;
}

/**
 * Defend against a side-effect of this layout pattern: images in
 * 'Arrange-sizeFit' cannot be fluid, otherwise they lose their ability to
 * provide size to a cell.
 */

.Arrange-sizeFit img {
  max-width: none !important;
  width: auto !important;
}

/* Vertical alignment modifiers
   ========================================================================== */

.Arrange--middle .Arrange-sizeFill,
.Arrange--middle .Arrange-sizeFit {
  vertical-align: middle;
}

.Arrange--bottom .Arrange-sizeFill,
.Arrange--bottom .Arrange-sizeFit {
  vertical-align: bottom;
}

/* Equal-width modifier
   ========================================================================== */

/**
 * This layout algorithm will create equal-width table cells, irrespective of
 * the width of their content.
 *
 * 1. The layout algorithm requires a set width to correctly calculate table
 *    cell width.
 */

.Arrange--equal {
  table-layout: fixed;
  width: 100%; /* 1 */
}

/**
 * Give the cells an equal width. This value ensures that Arrange is still 100%
 * wide when gutters are used in conjunctions with equal-width cells.
 *
 * It's recommended that only 'Arrange-sizeFill' be used for equal width cells.
 * Their inner images will automatically be responsive.
 */

.Arrange--equal > .Arrange-sizeFill,
.Arrange--equal > .Arrange-sizeFit {
  width: 1%;
}

/* Gutter modifier
   ========================================================================== */

/**
 * Add a gutter between cells
 *
 * NOTE: this can trigger a horizontal scrollbar if the component is as wide as
 * the viewport. Use padding on a container, or `overflow-x:hidden` to protect
 * against it.
 */

.Arrange--withGutter {
  margin: 0 -5px;
}

.Arrange--withGutter > .Arrange-sizeFit,
.Arrange--withGutter > .Arrange-sizeFill {
  padding: 0 5px;
}
/** @define Button; use strict */

/**
 * The button classes are best applied to links, buttons, and submit inputs.
 * These components can be used in forms, as calls to action, or as part of the
 * general UI of the site/app.
 */

/**
 * 1. Corrects inability to style clickable `input` types in iOS.
 * 2. Normalize `box-sizing` across all elements that this component could be
 *    applied to.
 * 3. Inherit text color from ancestor.
 * 4. Inherit font styles from ancestor.
 * 5. Normalize `line-height`. For `input`, it can't be changed from `normal` in Firefox 4+.
 * 6. Prevent button text from being selectable.
 * 7. Make sure `input` will wrap text across multiple lines.
 */

.Button {
  -webkit-appearance: none; /* 1 */
  background: transparent;
  border-color: currentcolor;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box; /* 2 */
  color: inherit; /* 3 */
  cursor: pointer;
  display: inline-block;
  font: inherit; /* 4 */
  line-height: normal; /* 5 */
  margin: 0;
  padding: 0.4em 0.75em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; /* 6 */
  white-space: normal; /* 7 */
}

/**
 * Remove excess padding and border in Firefox 4+
 */

.Button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

.Button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/**
 * UI states
 */

.Button:hover,
.Button:focus,
.Button:active {
  text-decoration: none;
}

.Button:disabled,
.Button.is-disabled {
  cursor: default;
  opacity: 0.6;
}
/** @define FlexEmbed; use strict */

/**
 * Flexible media embeds
 *
 * For use with media embeds – such as videos, slideshows, or even images –
 * that need to retain a specific aspect ratio but adapt to the width of their
 * containing element.
 *
 * Based on: http://alistapart.com/article/creating-intrinsic-ratios-for-video
 */

.FlexEmbed {
  display: block;
  overflow: hidden;
  position: relative;
}

/**
 * The aspect-ratio hack is applied to an empty element because it allows
 * the component to respect `max-height`. Default aspect ratio is 1:1.
 */

.FlexEmbed-ratio {
  display: block;
  padding-bottom: 100%;
  width: 100%;
}

/**
 * Modifier: 3:1 aspect ratio
 */

.FlexEmbed-ratio--3by1 {
  padding-bottom: 33.33333%;
}

/**
 * Modifier: 2:1 aspect ratio
 */

.FlexEmbed-ratio--2by1 {
  padding-bottom: 50%;
}

/**
 * Modifier: 16:9 aspect ratio
 */

.FlexEmbed-ratio--16by9 {
  padding-bottom: 56.25%;
}

/**
 * Modifier: 4:3 aspect ratio
 */

.FlexEmbed-ratio--4by3 {
  padding-bottom: 75%;
}

/**
 * Fit the content to the aspect ratio
 */

.FlexEmbed-content {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/** @define Grid; use strict */

/**
 * Core grid component
 *
 * DO NOT apply dimension or offset utilities to the `Grid` element. All cell
 * widths and offsets should be applied to child grid cells.
 */

/* Grid container
   ========================================================================== */

/**
 * All content must be contained within child `Grid-cell` elements.
 *
 * 1. Account for browser defaults of elements that might be the root node of
 *    the component.
 * 2. Remove inter-cell whitespace that appears between `inline-block` child
 *    elements.
 * 3. Ensure consistent default alignment.
 */

.Grid {
  display: block; /* 1 */
  font-size: 0; /* 2 */
  margin: 0; /* 1 */
  padding: 0; /* 1 */
  text-align: left; /* 3 */
}

/**
 * Modifier: center align all grid cells
 */

.Grid--alignCenter {
  text-align: center;
}

/**
 * Modifier: right align all grid cells
 */

.Grid--alignRight {
  text-align: right;
}

/**
 * Modifier: middle-align grid cells
 */

.Grid--alignMiddle > .Grid-cell {
  vertical-align: middle;
}

/**
 * Modifier: bottom-align grid cells
 */

.Grid--alignBottom > .Grid-cell {
  vertical-align: bottom;
}

/**
 * Modifier: gutters
 *
 * NOTE: this can trigger a horizontal scrollbar if the component is as wide as
 * the viewport. Use padding on a container, or `overflow-x:hidden` to protect
 * against it.
 */

.Grid--withGutter {
  margin: 0 -25px;
}

.Grid--withGutter > .Grid-cell {
  padding: 0 25px;
}

/* Grid cell
   ========================================================================== */

/**
 * No explicit width by default. Rely on combining `Grid-cell` with a dimension
 * utility or a component class that extends 'grid'.
 *
 * 1. Fundamentals of the non-float grid layout.
 * 2. Reset font size change made in `Grid`.
 * 3. Keeps content correctly aligned with the grid direction.
 * 4. Controls vertical positioning of units.
 * 5. Make cells full-width by default.
 */

.Grid-cell {
  box-sizing: border-box;
  display: inline-block; /* 1 */
  font-size: 16px;
  font-size: 1rem; /* 2 */
  margin: 0;
  padding: 0;
  text-align: left; /* 3 */
  vertical-align: top; /* 4 */
  width: 100%; /* 5 */
}

/**
 * Modifier: horizontally center one unit
 * Set a specific unit to be horizontally centered. Doesn't affect
 * any other units. Can still contain a child `Grid` object.
 */

.Grid-cell--center {
  display: block;
  margin: 0 auto;
}

/* ==========================================================================
   Stone: Columns
   ========================================================================== */


/** Don't columnize for small screens */
@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
  .u-twoColumns,
  .u-threeColumns {
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
  }

  .u-twoColumns { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
  .u-threeColumns { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; }
}
/**
 * Specify the proportional pull on a relativily positioned element.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
 */

.u-pull1of12 {
  left: -8.33333% !important;
}

.u-pull1of10 {
  left: -10% !important;
}

.u-pull1of8 {
  left: -12.5% !important;
}

.u-pull1of6,
.u-pull2of12 {
  left: -16.66667% !important;
}

.u-pull1of5,
.u-pull2of10 {
  left: -20% !important;
}

.u-pull1of4,
.u-pull2of8,
.u-pull3of12 {
  left: -25% !important;
}

.u-pull3of10 {
  left: -30% !important;
}

.u-pull1of3,
.u-pull2of6,
.u-pull4of12 {
  left: -33.33333% !important;
}

.u-pull3of8 {
  left: -37.5% !important;
}

.u-pull2of5,
.u-pull4of10 {
  left: -40% !important;
}

.u-pull5of12 {
  left: -41.66667% !important;
}

.u-pull1of2,
.u-pull2of4,
.u-pull3of6,
.u-pull4of8,
.u-pull5of10,
.u-pull6of12 {
  left: -50% !important;
}

.u-pull7of12 {
  left: -58.33333% !important;
}

.u-pull3of5,
.u-pull6of10 {
  left: -60% !important;
}

.u-pull5of8 {
  left: -62.5% !important;
}

.u-pull2of3,
.u-pull4of6,
.u-pull8of12 {
  left: -66.66667% !important;
}

.u-pull7of10 {
  left: -70% !important;
}

.u-pull3of4,
.u-pull6of8,
.u-pull9of12 {
  left: -75% !important;
}

.u-pull4of5,
.u-pull8of10 {
  left: -80% !important;
}

.u-pull5of6,
.u-pull10of12 {
  left: -83.33333% !important;
}

.u-pull7of8 {
  left: -87.5% !important;
}

.u-pull9of10 {
  left: -90% !important;
}

.u-pull11of12 {
  left: -91.66667% !important;
}
/**
 * Offset: breakpoint 3 (large)
 *
 * Specify the proportional pull on a relativily positioned element.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
 */

@media (min-width:1200px) {

  .u-lg-pullNone {
    left: -0 !important;
  }

  .u-lg-pull1of12 {
    left: -8.33333% !important;
  }

  .u-lg-pull1of10 {
    left: -10% !important;
  }

  .u-lg-pull1of8 {
    left: -12.5% !important;
  }

  .u-lg-pull1of6,
  .u-lg-pull2of12 {
    left: -16.66667% !important;
  }

  .u-lg-pull1of5,
  .u-lg-pull2of10 {
    left: -20% !important;
  }

  .u-lg-pull1of4,
  .u-lg-pull2of8,
  .u-lg-pull3of12 {
    left: -25% !important;
  }

  .u-lg-pull3of10 {
    left: -30% !important;
  }

  .u-lg-pull1of3,
  .u-lg-pull2of6,
  .u-lg-pull4of12 {
    left: -33.33333% !important;
  }

  .u-lg-pull3of8 {
    left: -37.5% !important;
  }

  .u-lg-pull2of5,
  .u-lg-pull4of10 {
    left: -40% !important;
  }

  .u-lg-pull5of12 {
    left: -41.66667% !important;
  }

  .u-lg-pull1of2,
  .u-lg-pull2of4,
  .u-lg-pull3of6,
  .u-lg-pull4of8,
  .u-lg-pull5of10,
  .u-lg-pull6of12 {
    left: -50% !important;
  }

  .u-lg-pull7of12 {
    left: -58.33333% !important;
  }

  .u-lg-pull3of5,
  .u-lg-pull6of10 {
    left: -60% !important;
  }

  .u-lg-pull5of8 {
    left: -62.5% !important;
  }

  .u-lg-pull2of3,
  .u-lg-pull4of6,
  .u-lg-pull8of12 {
    left: -66.66667% !important;
  }

  .u-lg-pull7of10 {
    left: -70% !important;
  }

  .u-lg-pull3of4,
  .u-lg-pull6of8,
  .u-lg-pull9of12 {
    left: -75% !important;
  }

  .u-lg-pull4of5,
  .u-lg-pull8of10 {
    left: -80% !important;
  }

  .u-lg-pull5of6,
  .u-lg-pull10of12 {
    left: -83.33333% !important;
  }

  .u-lg-pull7of8 {
    left: -87.5% !important;
  }

  .u-lg-pull9of10 {
    left: -90% !important;
  }

  .u-lg-pull11of12 {
    left: -91.66667% !important;
  }

}
/**
 * Offset: breakpoint 2 (medium)
 *
 * Specify the proportional pull on a relativily positioned element.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
 */

@media (min-width:900px) and (max-width:1200px) {

  .u-md-pullNone {
    left: -0 !important;
  }

  .u-md-pull1of12 {
    left: -8.33333% !important;
  }

  .u-md-pull1of10 {
    left: -10% !important;
  }

  .u-md-pull1of8 {
    left: -12.5% !important;
  }

  .u-md-pull1of6,
  .u-md-pull2of12 {
    left: -16.66667% !important;
  }

  .u-md-pull1of5,
  .u-md-pull2of10 {
    left: -20% !important;
  }

  .u-md-pull1of4,
  .u-md-pull2of8,
  .u-md-pull3of12 {
    left: -25% !important;
  }

  .u-md-pull3of10 {
    left: -30% !important;
  }

  .u-md-pull1of3,
  .u-md-pull2of6,
  .u-md-pull4of12 {
    left: -33.33333% !important;
  }

  .u-md-pull3of8 {
    left: -37.5% !important;
  }

  .u-md-pull2of5,
  .u-md-pull4of10 {
    left: -40% !important;
  }

  .u-md-pull5of12 {
    left: -41.66667% !important;
  }

  .u-md-pull1of2,
  .u-md-pull2of4,
  .u-md-pull3of6,
  .u-md-pull4of8,
  .u-md-pull5of10,
  .u-md-pull6of12 {
    left: -50% !important;
  }

  .u-md-pull7of12 {
    left: -58.33333% !important;
  }

  .u-md-pull3of5,
  .u-md-pull6of10 {
    left: -60% !important;
  }

  .u-md-pull5of8 {
    left: -62.5% !important;
  }

  .u-md-pull2of3,
  .u-md-pull4of6,
  .u-md-pull8of12 {
    left: -66.66667% !important;
  }

  .u-md-pull7of10 {
    left: -70% !important;
  }

  .u-md-pull3of4,
  .u-md-pull6of8,
  .u-md-pull9of12 {
    left: -75% !important;
  }

  .u-md-pull4of5,
  .u-md-pull8of10 {
    left: -80% !important;
  }

  .u-md-pull5of6,
  .u-md-pull10of12 {
    left: -83.33333% !important;
  }

  .u-md-pull7of8 {
    left: -87.5% !important;
  }

  .u-md-pull9of10 {
    left: -90% !important;
  }

  .u-md-pull11of12 {
    left: -91.66667% !important;
  }

}
/**
 * Offset: breakpoint 1 (small)
 *
 * Specify the proportional pull on a relativily positioned element.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
 */

@media (min-width:480px) and (max-width:900px) {

  .u-sm-pullNone {
    left: -0 !important;
  }

  .u-sm-pull1of12 {
    left: -8.33333% !important;
  }

  .u-sm-pull1of10 {
    left: -10% !important;
  }

  .u-sm-pull1of8 {
    left: -12.5% !important;
  }

  .u-sm-pull1of6,
  .u-sm-pull2of12 {
    left: -16.66667% !important;
  }

  .u-sm-pull1of5,
  .u-sm-pull2of10 {
    left: -20% !important;
  }

  .u-sm-pull1of4,
  .u-sm-pull2of8,
  .u-sm-pull3of12 {
    left: -25% !important;
  }

  .u-sm-pull3of10 {
    left: -30% !important;
  }

  .u-sm-pull1of3,
  .u-sm-pull2of6,
  .u-sm-pull4of12 {
    left: -33.33333% !important;
  }

  .u-sm-pull3of8 {
    left: -37.5% !important;
  }

  .u-sm-pull2of5,
  .u-sm-pull4of10 {
    left: -40% !important;
  }

  .u-sm-pull5of12 {
    left: -41.66667% !important;
  }

  .u-sm-pull1of2,
  .u-sm-pull2of4,
  .u-sm-pull3of6,
  .u-sm-pull4of8,
  .u-sm-pull5of10,
  .u-sm-pull6of12 {
    left: -50% !important;
  }

  .u-sm-pull7of12 {
    left: -58.33333% !important;
  }

  .u-sm-pull3of5,
  .u-sm-pull6of10 {
    left: -60% !important;
  }

  .u-sm-pull5of8 {
    left: -62.5% !important;
  }

  .u-sm-pull2of3,
  .u-sm-pull4of6,
  .u-sm-pull8of12 {
    left: -66.66667% !important;
  }

  .u-sm-pull7of10 {
    left: -70% !important;
  }

  .u-sm-pull3of4,
  .u-sm-pull6of8,
  .u-sm-pull9of12 {
    left: -75% !important;
  }

  .u-sm-pull4of5,
  .u-sm-pull8of10 {
    left: -80% !important;
  }

  .u-sm-pull5of6,
  .u-sm-pull10of12 {
    left: -83.33333% !important;
  }

  .u-sm-pull7of8 {
    left: -87.5% !important;
  }

  .u-sm-pull9of10 {
    left: -90% !important;
  }

  .u-sm-pull11of12 {
    left: -91.66667% !important;
  }

}
/**
 * Specify the proportional push on a relativily positioned element.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
 */

.u-push1of12 {
  left: 8.33333% !important;
}

.u-push1of10 {
  left: 10% !important;
}

.u-push1of8 {
  left: 12.5% !important;
}

.u-push1of6,
.u-push2of12 {
  left: 16.66667% !important;
}

.u-push1of5,
.u-push2of10 {
  left: 20% !important;
}

.u-push1of4,
.u-push2of8,
.u-push3of12 {
  left: 25% !important;
}

.u-push3of10 {
  left: 30% !important;
}

.u-push1of3,
.u-push2of6,
.u-push4of12 {
  left: 33.33333% !important;
}

.u-push3of8 {
  left: 37.5% !important;
}

.u-push2of5,
.u-push4of10 {
  left: 40% !important;
}

.u-push5of12 {
  left: 41.66667% !important;
}

.u-push1of2,
.u-push2of4,
.u-push3of6,
.u-push4of8,
.u-push5of10,
.u-push6of12 {
  left: 50% !important;
}

.u-push7of12 {
  left: 58.33333% !important;
}

.u-push3of5,
.u-push6of10 {
  left: 60% !important;
}

.u-push5of8 {
  left: 62.5% !important;
}

.u-push2of3,
.u-push4of6,
.u-push8of12 {
  left: 66.66667% !important;
}

.u-push7of10 {
  left: 70% !important;
}

.u-push3of4,
.u-push6of8,
.u-push9of12 {
  left: 75% !important;
}

.u-push4of5,
.u-push8of10 {
  left: 80% !important;
}

.u-push5of6,
.u-push10of12 {
  left: 83.33333% !important;
}

.u-push7of8 {
  left: 87.5% !important;
}

.u-push9of10 {
  left: 90% !important;
}

.u-push11of12 {
  left: 91.66667% !important;
}
/**
 * Offset: breakpoint 3 (large)
 *
 * Specify the proportional push on a relativily positioned element.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
 */

@media (min-width:1200px) {

  .u-lg-pushNone {
    left: 0 !important;
  }

  .u-lg-push1of12 {
    left: 8.33333% !important;
  }

  .u-lg-push1of10 {
    left: 10% !important;
  }

  .u-lg-push1of8 {
    left: 12.5% !important;
  }

  .u-lg-push1of6,
  .u-lg-push2of12 {
    left: 16.66667% !important;
  }

  .u-lg-push1of5,
  .u-lg-push2of10 {
    left: 20% !important;
  }

  .u-lg-push1of4,
  .u-lg-push2of8,
  .u-lg-push3of12 {
    left: 25% !important;
  }

  .u-lg-push3of10 {
    left: 30% !important;
  }

  .u-lg-push1of3,
  .u-lg-push2of6,
  .u-lg-push4of12 {
    left: 33.33333% !important;
  }

  .u-lg-push3of8 {
    left: 37.5% !important;
  }

  .u-lg-push2of5,
  .u-lg-push4of10 {
    left: 40% !important;
  }

  .u-lg-push5of12 {
    left: 41.66667% !important;
  }

  .u-lg-push1of2,
  .u-lg-push2of4,
  .u-lg-push3of6,
  .u-lg-push4of8,
  .u-lg-push5of10,
  .u-lg-push6of12 {
    left: 50% !important;
  }

  .u-lg-push7of12 {
    left: 58.33333% !important;
  }

  .u-lg-push3of5,
  .u-lg-push6of10 {
    left: 60% !important;
  }

  .u-lg-push5of8 {
    left: 62.5% !important;
  }

  .u-lg-push2of3,
  .u-lg-push4of6,
  .u-lg-push8of12 {
    left: 66.66667% !important;
  }

  .u-lg-push7of10 {
    left: 70% !important;
  }

  .u-lg-push3of4,
  .u-lg-push6of8,
  .u-lg-push9of12 {
    left: 75% !important;
  }

  .u-lg-push4of5,
  .u-lg-push8of10 {
    left: 80% !important;
  }

  .u-lg-push5of6,
  .u-lg-push10of12 {
    left: 83.33333% !important;
  }

  .u-lg-push7of8 {
    left: 87.5% !important;
  }

  .u-lg-push9of10 {
    left: 90% !important;
  }

  .u-lg-push11of12 {
    left: 91.66667% !important;
  }

}
/**
 * Offset: breakpoint 2 (medium)
 *
 * Specify the proportional push on a relativily positioned element.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
 */

@media (min-width:900px) and (max-width:1200px) {

  .u-md-pushNone {
    left: 0 !important;
  }

  .u-md-push1of12 {
    left: 8.33333% !important;
  }

  .u-md-push1of10 {
    left: 10% !important;
  }

  .u-md-push1of8 {
    left: 12.5% !important;
  }

  .u-md-push1of6,
  .u-md-push2of12 {
    left: 16.66667% !important;
  }

  .u-md-push1of5,
  .u-md-push2of10 {
    left: 20% !important;
  }

  .u-md-push1of4,
  .u-md-push2of8,
  .u-md-push3of12 {
    left: 25% !important;
  }

  .u-md-push3of10 {
    left: 30% !important;
  }

  .u-md-push1of3,
  .u-md-push2of6,
  .u-md-push4of12 {
    left: 33.33333% !important;
  }

  .u-md-push3of8 {
    left: 37.5% !important;
  }

  .u-md-push2of5,
  .u-md-push4of10 {
    left: 40% !important;
  }

  .u-md-push5of12 {
    left: 41.66667% !important;
  }

  .u-md-push1of2,
  .u-md-push2of4,
  .u-md-push3of6,
  .u-md-push4of8,
  .u-md-push5of10,
  .u-md-push6of12 {
    left: 50% !important;
  }

  .u-md-push7of12 {
    left: 58.33333% !important;
  }

  .u-md-push3of5,
  .u-md-push6of10 {
    left: 60% !important;
  }

  .u-md-push5of8 {
    left: 62.5% !important;
  }

  .u-md-push2of3,
  .u-md-push4of6,
  .u-md-push8of12 {
    left: 66.66667% !important;
  }

  .u-md-push7of10 {
    left: 70% !important;
  }

  .u-md-push3of4,
  .u-md-push6of8,
  .u-md-push9of12 {
    left: 75% !important;
  }

  .u-md-push4of5,
  .u-md-push8of10 {
    left: 80% !important;
  }

  .u-md-push5of6,
  .u-md-push10of12 {
    left: 83.33333% !important;
  }

  .u-md-push7of8 {
    left: 87.5% !important;
  }

  .u-md-push9of10 {
    left: 90% !important;
  }

  .u-md-push11of12 {
    left: 91.66667% !important;
  }

}
/**
 * Offset: breakpoint 1 (small)
 *
 * Specify the proportional push on a relativily positioned element.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section
 */

@media (min-width:480px) and (max-width:900px) {

  .u-sm-pushNone {
    left: 0 !important;
  }

  .u-sm-push1of12 {
    left: 8.33333% !important;
  }

  .u-sm-push1of10 {
    left: 10% !important;
  }

  .u-sm-push1of8 {
    left: 12.5% !important;
  }

  .u-sm-push1of6,
  .u-sm-push2of12 {
    left: 16.66667% !important;
  }

  .u-sm-push1of5,
  .u-sm-push2of10 {
    left: 20% !important;
  }

  .u-sm-push1of4,
  .u-sm-push2of8,
  .u-sm-push3of12 {
    left: 25% !important;
  }

  .u-sm-push3of10 {
    left: 30% !important;
  }

  .u-sm-push1of3,
  .u-sm-push2of6,
  .u-sm-push4of12 {
    left: 33.33333% !important;
  }

  .u-sm-push3of8 {
    left: 37.5% !important;
  }

  .u-sm-push2of5,
  .u-sm-push4of10 {
    left: 40% !important;
  }

  .u-sm-push5of12 {
    left: 41.66667% !important;
  }

  .u-sm-push1of2,
  .u-sm-push2of4,
  .u-sm-push3of6,
  .u-sm-push4of8,
  .u-sm-push5of10,
  .u-sm-push6of12 {
    left: 50% !important;
  }

  .u-sm-push7of12 {
    left: 58.33333% !important;
  }

  .u-sm-push3of5,
  .u-sm-push6of10 {
    left: 60% !important;
  }

  .u-sm-push5of8 {
    left: 62.5% !important;
  }

  .u-sm-push2of3,
  .u-sm-push4of6,
  .u-sm-push8of12 {
    left: 66.66667% !important;
  }

  .u-sm-push7of10 {
    left: 70% !important;
  }

  .u-sm-push3of4,
  .u-sm-push6of8,
  .u-sm-push9of12 {
    left: 75% !important;
  }

  .u-sm-push4of5,
  .u-sm-push8of10 {
    left: 80% !important;
  }

  .u-sm-push5of6,
  .u-sm-push10of12 {
    left: 83.33333% !important;
  }

  .u-sm-push7of8 {
    left: 87.5% !important;
  }

  .u-sm-push9of10 {
    left: 90% !important;
  }

  .u-sm-push11of12 {
    left: 91.66667% !important;
  }

}
/* ==========================================================================
   Stone: Space
   ========================================================================== */

/**
 * Normal size
 */
.u-space {
  margin: 1em;
}

.u-spaceHorizontal {
  margin-left: 1em;
  margin-right: 1em;
}

.u-spaceVertical {
  margin-left: 1em;
  margin-right: 1em;
}

.u-spaceTop {
  margin-top: 1em;
}

.u-spaceRight {
  margin-right: 1em;
}
.u-spaceBottom {
  margin-bottom: 1em;
}
.u-spaceLeft {
  margin-left: 1em;
}

/**
 * Large size
 */
.u-lg-space {
  margin: 1.5em;
}

.u-lg-spaceHorizontal {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.u-lg-spaceVertical {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.u-lg-spaceTop {
  margin-top: 1.5em;
}

.u-lg-spaceRight {
  margin-right: 1.5em;
}
.u-lg-spaceBottom {
  margin-bottom: 1.5em;
}
.u-lg-spaceLeft {
  margin-left: 1.5em;
}

/**
 * Small size
 */
.u-sm-space {
  margin: 0.5em;
}

.u-sm-spaceHorizontal {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.u-sm-spaceVertical {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.u-sm-spaceTop {
  margin-top: 0.5em;
}

.u-sm-spaceRight {
  margin-right: 0.5em;
}
.u-sm-spaceBottom {
  margin-bottom: 0.5em;
}
.u-sm-spaceLeft {
  margin-left: 0.5em;
}

/* ==========================================================================
   Stone: Base
   ========================================================================== */

* {
  box-sizing: border-box;
}

html, body {
  line-height: 1.6;
}

* + p {
  margin-top: 1em;
}

blockquote {
  background: #E8E8E8;
  border-left: 4px solid #00C0FF;
  clear: both;
  line-height: 1.8;
  margin: 1em 0;
  padding: 1.5em 2em;
}

img {
  height: auto !important;
  max-width: 100%;
}
/* ==========================================================================
   Stone: Form
   ========================================================================== */

/**
 * 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 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}


input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
  background-color: #fff;
  border: 1px solid #CCCCCC;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-size: 0.9rem;
  margin: 0;
  padding: 0.5em;
  -webkit-transition: all 0.45s;
          transition: all 0.45s;
  width: 100%;
}

label {
  cursor: pointer;
  display: block;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

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+, 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"], /* 1 */
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 5 and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
}

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

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;
}
/* ==========================================================================
   Stone: Headings
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  color: #194679;
  font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
  line-height: 1;
  margin: 1em 0;
}

.PageTitle {
  margin-top: 0;
}
/* ==========================================================================
   Stone: Lists
   ========================================================================== */

ul, ol {
  margin: 1em 0;
  padding-left: 2em;
}

ul {
  list-style: circle;
}

ol {
  list-style: decimal;
}

li + li {
  margin-top: .5em;
}

li > ul, li > ol {
  margin-top: 0.5em;
  margin-bottom: 0;
}
/* ==========================================================================
   Stone: Typography
   ========================================================================== */

.Standfirst {
  font-size: 1.1em;
  line-height: 1.6;
}

.Standout {
  background: #909090;
  clear: both;
  color: #fff;
  padding: 1.5em 2em;
  line-height: 1.6;
}

.PullQuote {
  display: block;
  background: none;
  border: none;
  max-width: 30%;
  min-width: 200px;
  padding: 0 0 0 60px;
  margin: 1em 0 .5em 0;
  position: relative;
  color: #00C0FF;
}

.PullQuote:before {
  content: open-quote;
  color: #00C0FF;
  font-size: 8em;
  position: absolute;
  top: -10px;
  left: 0;
  line-height: 1;
}

/**
 * Chrome seems to only show a single quote (for the second) if a second pullquote on the page is present...
 * Hide the quote, display none reintroduced this behaviour
 * Note: the behaviour makes sense, I just haven't seen that before...
 */
.PullQuote:after {
  content: close-quote;
  visibility: hidden;
  height: 0;
  display: block;
}

.PullQuote.u-floatLeft {
  margin-right: 1em;
}

.PullQuote.u-floatRight {
  margin-left: 1em;
}

/* ==========================================================================
   Stone: Ensure our theme doesn't ruin the experience of admin
   ========================================================================== */

.modal-content .FormItem--select.FormItem--categories {
  margin-bottom: 1em;
}

.modal-content .FormItem--select.FormItem--categories .FormItem-label {
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
  width: auto !important;
  font-size: 1.1em !important;
  margin-bottom: 0;
}

.modal-content .FormItem--select.FormItem--categories > select {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.panels-layouts-checkboxes .dependent-options {
  padding-left: 0 !important;
}

.panels-layouts-checkboxes .panels-layouts-category {
  color: #194679;
  font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1;
  margin: 1em 0;
}

#panels-change-layout .layout-icon,
.panels-layouts-checkboxes .layout-link {
  border: 1px solid #909090;
  padding: 0.5em !important;
  position: relative;
}

#panels-change-layout .layout-icon > div,
.panels-layouts-checkboxes .layout-link > div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#panels-change-layout .layout-icon > div,
.panels-layouts-checkboxes .layout-link > div > a {
  background: #909090;
  display: block;
  padding: 0.5em;
  color: #fff;
}

.panels-layouts-checkboxes .layout-link:hover,
.panels-layouts-checkboxes .layout-link.current-layout {
  border: 1px solid #82CA9D;
}

.panels-layouts-checkboxes .layout-link:hover > div > a,
.panels-layouts-checkboxes .layout-link.current-layout > div > a {
  background: #82CA9D;
}

#modal-content #edit-cancel,
#panels-change-layout #edit-back {
  margin-right: 1em;
  background: #F7977A;
  font-size: 1.5em;
  color: #fff;
}

#modal-content #edit-cancel:hover,
#panels-change-layout #edit-back:hover {
  background: rgb(204, 141, 122);
}

#modal-content #edit-return,
#panels-change-layout #edit-submit {
  margin-right: 1em;
  background: #82CA9D;
  font-size: 1.5em;
  color: #fff;
}

#modal-content #edit-return:hover,
#panels-change-layout #edit-submit:hover {
  background: rgb(130, 204, 158);
}
/* ==========================================================================
   Stone: AlertBox
   ========================================================================== */

.AlertBox {
  background: #E8E8E8;
  color: #fff;
  margin-bottom: 1em;
  padding: 1em;
  position: relative;
}

.AlertBox.is-status {
  background: #82CA9D;
  border: 1px solid rgb(130, 191, 154);
}

.AlertBox.is-status .AlertBox-close {
  color: rgb(129, 129, 129);
}

.AlertBox.is-warning {
  background: #FFF79A;
  border: 1px solid rgb(191, 188, 153);
  color: #909090;
}

.AlertBox.is-warning .AlertBox-close {
  color: rgb(139, 139, 139);
}

.AlertBox.is-error {
  background: #F7977A;
  border: 1px solid rgb(191, 138, 122);
}

.AlertBox.is-error .AlertBox-close {
  color: rgb(128, 124, 122);
}

.AlertBox-title {
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}

.AlertBox.is-warning .AlertBox-title {
  color: #909090;
}

.AlertBox-content {
  display: block;
  font-size: .9em;
  margin-bottom: 0;
}

ul.AlertBox-content {
  padding-left: 0;
  list-style: none;
}

.AlertBox-close {
  font-size: 1em;
  line-height: 1;
  opacity: .5;
  position: absolute;
  right: 1em;
  top: 1em;
}

.AlertBox-close:hover {
  opacity: 1;
  text-decoration: none;
}
/* ==========================================================================
   Stone: Box
   ========================================================================== */

.Box {}

.Box--primary,
.Box--secondary,
.Box--tertiary {
  border-width: 1px;
  border-style: solid;
  padding: 1em;
  margin: 1em 0;
}

.Box--primary {
  border-color: #00C0FF;
}

.Box--secondary {
  border-color: #EA368D;
}

.Box--secondary {
  border-color: #EA368D;
}

.Box--primary {
  box-shadow: 1px 1px 1px rgba(0,0,0,.5);
  background: #00C0FF;
  color: #fff;
}
/* ==========================================================================
   Stone: Button
   ========================================================================== */

.Button--primary {
  color: #00C0FF;
}

.Button--secondary {
  color: #EA368D;
}

.Button--tertiary {
  color: #FF7219;
}
/* ==========================================================================
   Stone: Container
   ========================================================================== */

.Container {
  margin-top: 0;
}

.Container--constrained {
  padding: 0 1em;
}

.Container-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 1em 0;
}
/* ==========================================================================
   Stone: Form
   ========================================================================== */

fieldset {
  padding: 1.5em;
  margin-bottom: 25px;
  margin-top: 1.5em;
}

legend {
  border: 1px solid #CCCCCC;
  box-shadow: 0px 2px 4px rgba(0,0,0,.3);
  display: block;
  padding: 0.5em 1em;
}

.form-item, /* Webform module/core */
.FormItem {
  margin-bottom: 1.5em;
}

.FormItem-label {
  margin-bottom: 1em;
  line-height: 1;
}

.FormItem-label > .is-required {
  color: #F7977A;
}

@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
  .webform-container-inline > *,
  .FormItem--inline > * {
    display: inline-block !important;
    vertical-align: middle !important;
  }

  .webform-container-inline .webform-container-inline {
    padding-left: 0;
  }

  .webform-container-inline > .FormItem-label,
  .FormItem--inline > .FormItem-label {
    margin-bottom: 0;
  }

  .webform-container-inline,
  .FormItem--inline {
    padding-left: 200px;
  }

  .webform-container-inline > .FormItem-label,
  .FormItem--inline > .FormItem-label {
    margin-left: -200px;
    width: 190px;
    margin-right: 0;
  }

  .webform-container-inline.webform-datepicker .form-item,
  .webform-container-inline.webform-datepicker .FormItem {
    margin-bottom: 0;
    margin-right: 1em;
  }
}
/**
 * 1.Ensure grid cells have relative positioning to allow pushing and pulling.
 */
.Grid-cell {
  position: relative; /* 1 */
}
.field-name-field-vacancy-location {
display:none;
}
/* ==========================================================================
   Stone: Nav
   ========================================================================== */

.Nav {
  margin-bottom: 1em;
  margin-top: 0;
  padding: 0;
}

.Nav-item {
  list-style: none;
}

.Nav-item > a {
  display: block;
}

/* Inline */
.Nav--inline .Nav-item {
  display: inline-block;
  margin-right: 1em;

  /* IE7 display inline-block fix */
  *display: inline;
  zoom: 1;
}

.Nav--inline .Nav-item:last-child {
  margin-right: 0;
}

.Nav--tabs .Nav-item,
.Nav--pills .Nav-item {
  display: inline-block;
}

.Nav--tabs .Nav-item > a,
.Nav--pills .Nav-item > a {
  padding: .5em 1em;
}

/* Tabs */
.Nav--tabs {
  border-bottom: 1px solid #CCCCCC;
}

.Nav--tabs .Nav-item > a {
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  margin-bottom: -1px;
}

.Nav--tabs .Nav-item.is-active > a,
.Nav--tabs .Nav-item.is-active > a:hover {
  background-color: #fff;
  border-bottom-color: transparent;
  border-color: #CCCCCC;
}

/* Pills */
.Nav--pills.Nav-item.is-active > a,
.Nav--pills.Nav-item.is-active > a:hover {
  background-color: #00C0FF;
  color: #ffffff;
}
/* ==========================================================================
   Stone: OffCanvas
   ========================================================================== */

[data-offcanvas-fixed] {
  -webkit-transition: .2s all;
          transition: .2s all;
}

.OffCanvas {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.OffCanvas.is-open .OffCanvas-overlay {
  display: block;
}

.OffCanvas-page {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .2s all;
          transition: .2s all;
}

.OffCanvas-panel {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  -webkit-transition: .2s all;
          transition: .2s all;
  z-index: 20;
}

.OffCanvas-overlay {
  background: rgba(0,0,0,.3);
  bottom: 0;
  cursor: pointer;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
  .OffCanvas-handle {
    display: none;
  }
}

/**
 * Misc
 */
.admin-menu .OffCanvas {
  top: 29px;
  bottom: 60px;
}

:root {
  /**
   * Globals
   */

  /**
   * Breakpoints
   */

  /**
   * Colors / Colours
   */

  /**
   * Grid
   */
}

/* ==========================================================================
   CRI: Arial Rounded
   ========================================================================== */

@font-face {
  font-family: 'Arial Rounded';
  src: url(http://www.cri.org.uk/sites/all/themes/custom/cri/css/fonts/arial-rounded.eot);
  src: local('☺'),
  url(../../../../all/themes/custom/cri/css/fonts/arial-rounded.woff) format('woff'), url(../../../../all/themes/custom/cri/css/fonts/arial-rounded.ttf) format('truetype');
}

/* ==========================================================================
   CRI: Base
   ========================================================================== */

html, body {
  line-height: 1.5;
}

body {
  font: normal 16px arial, 'Segoe UI', 'myriad pro', helvetica, sans-serif;
}

blockquote {
  background: none;
  border-color: #194679;
  border-left-width: 5px;
  color: #194679;
  line-height: 1.5;
  padding-bottom: 0;
  padding-top: 0;
}


.Grid,
.grid {
  font: normal 16px arial, 'Segoe UI', 'myriad pro', helvetica, sans-serif;
  line-height: 1.5;
}
.lt-ie8 .Grid-cell {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* ==========================================================================
   CRI: Headings
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  clear: both;
  font-weight: normal;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
  font-style: italic;
}

h6 {
  font-size: 1em;
  font-style: italic;
}

.PageTitle {
  background-image: -webkit-linear-gradient(left, #194679 33%, rgba(255,255,255,0) 0%);
  background-image: linear-gradient(to right, #194679 33%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  margin-bottom: .7em;
  padding-bottom: .7em;
}
/* ==========================================================================
   CRI: Form
   ========================================================================== */

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select {
  box-shadow: none;
  height: 35px;
  padding-bottom: .65em;
}

select {
  padding-bottom: .15em;
  padding-top: 0em;
}
/* ==========================================================================
   CRI: Table
   ========================================================================== */

table {
  width: 100%;
  border-collapse: collapse;
}

td, th {
  padding-bottom: .35em;
  padding-top: .35em;
}

td + td,
th + th {
  padding-left: 1em;
}

th {
  font-weight: normal;
}

thead > tr {
  border-bottom: 4px solid #00C0FF;
}

tbody > tr {
  border-bottom: 1px solid #CCCCCC;
}
/* ==========================================================================
   CRI: Typography
   ========================================================================== */

.Standfirst {
  font-size: 1.05em;
  line-height: inherit;
  color: #00C0FF;
  font-weight: bold;
}

.Standout {
  background: #00C0FF;
  clear: both;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 1em 0;
  padding: .75em 1em;
  position: relative;
}

.csstransforms .Standout {
  background: none;
  overflow: hidden;
  padding-bottom: 2em;
}

.csstransforms .Standout:after {
  background: #00C0FF;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: skewY(-2deg);
      -ms-transform: skewY(-2deg);
          transform: skewY(-2deg);
  width: 100%;
  height: 100%;
  z-index:-1;
}

.PullQuote {
  font-size: 1.1em;
  font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
  line-height: 1.5;
  margin: 1em 0;
  padding: 0 0 0 40px;
  position: relative;
  width: 100%;
  max-width: none;
}

.PullQuote:before {
  font-family: arial, 'Segoe UI', 'myriad pro', helvetica, sans-serif;
  font-size: 4.5em;
  font-weight: normal;
  top: -7px;
  left: 0px;
}

.PullQuote.u-floatLeft {
  float: none !important;
  margin-right: 0;
}

.PullQuote.u-floatRight {
  float: none !important;
  margin-left: 0;
}

hr {
  border: 2px solid #194679;
  margin: 3em 0;
}

@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
  .PullQuote {
    font-size: 1.3em;
    margin: 0 0 2.5em 0;
    padding: 0 0 0 0;
    position: relative;
    width: 220px;
  }

  .PullQuote:before {
    font-size: 5em;
    top: -12px;
    left: -48px;
  }

  .PullQuote.u-floatLeft {
    float: left !important;
    margin-right: 50px;
  }

  .PullQuote.u-floatRight {
    float: right !important;
    margin-left: 80px;
  }

  .Standout {
    float: right;
    font-size: 1.3em;
    margin: 0 0 2em 50px;
    width: 220px;
  }

  .csstransforms .Standout:after {
    -webkit-transform: skewY(-5deg);
        -ms-transform: skewY(-5deg);
            transform: skewY(-5deg);
  }

  img.u-floatLeft {
    margin-right: 50px;
  }

  img.u-floatRight {
    margin-left: 50px;
  }
}

li + li {
  margin-top: 0.6em;
}

/* ==========================================================================
   CRI: Ensure our theme doesn't ruin the experience of admin
   ========================================================================== */

body.adminimal-menu #admin-menu .admin-menu-search input {
  height: 28px;
}
/* ==========================================================================
   CRI: Article
   ========================================================================== */

.BlogArticle-terms > h2,
.BlogArticle-terms > h3,
.BlogArticle-terms > h4,
.NewsArticle-terms > h2,
.NewsArticle-terms > h3,
.NewsArticle-terms > h4 {
  color: #333333;
  font-size: 1em;
  font-family: arial, 'Segoe UI', 'myriad pro', helvetica, sans-serif;
  display: inline-block;
}

.BlogArticle-terms > ul,
.BlogArticle-terms > ul > li,
.NewsArticle-terms > ul,
.NewsArticle-terms > ul > li {
  font-size: 1em;
  display: inline-block;
  padding: 0;
}

.BlogArticle-terms > ul > li,
.NewsArticle-terms > ul > li {
  margin-left: 1em;
}

.Node--blogArticle.Node--teaser,
.Node--newsArticle.Node--teaser {
  border-bottom: 1px solid #e1e8ee;
  margin-bottom: 1.7em;
  padding-bottom: 1.5em;
}
.Node--blogArticle.Node--teaser + .Node--blogArticle.Node--teaser,
.Node--newsArticle.Node--teaser + .Node--newsArticle.Node--teaser {
}

.Node--blogArticle.Node--teaser .BlogArticle-content,
.Node--newsArticle.Node--teaser .NewsArticle-content {
  font-size: .95em;
}

.Node--blogArticle.Node--teaser .BlogArticle-title,
.Node--newsArticle.Node--teaser .NewsArticle-title {
  font-size: 1.15em;
  line-height: 1.45;
}

.Node--newsArticle.Node--teaser .NewsArticle-title {
  margin-bottom: 5px;
}

.Node--newsArticle .NewsArticle-date {
  color: #a1a1a1;
}
.Node--newsArticle.Node--teaser .NewsArticle-date {
  margin-bottom: 1em;
}

.Node--blogArticle.Node--teaser .BlogArticle-title > a,
.Node--newsArticle.Node--teaser .NewsArticle-title > a {
  color: #194679;
}

.Node--blogArticle.Node--teaser .NewsArticle-content > a:last-child,
.Node--newsArticle.Node--teaser .NewsArticle-content > a:last-child {
  clear: both;
  color: #194679;
  display: block;
  font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
  margin-top: 10px;
}

.Node--blogArticle.Node--teaser .BlogArticle-image,
.Node--newsArticle.Node--teaser .NewsArticle-image {
  width: 100px;
}

@media (min-width:900px) and (max-width:1200px) {
  .Node--blogArticle.Node--teaser .BlogArticle-image,
  .Node--newsArticle.Node--teaser .NewsArticle-image {
    width: 130px;
  }
}

@media (min-width:1200px) {
  .Node--blogArticle.Node--teaser .BlogArticle-image,
  .Node--newsArticle.Node--teaser .NewsArticle-image {
    width: 240px;
  }
}

@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
  .Page--front .Node--blogArticle.Node--teaser .BlogArticle-image,
  .Page--front .Node--newsArticle.Node--teaser .NewsArticle-image {
    width: 130px;
  }
}

.Node--blogArticle.Node--teaser .BlogArticle-image > a > img,
.Node--newsArticle.Node--teaser .NewsArticle-image > a > img {
  vertical-align: bottom;
}

.Node--blogArticle.Node--teaser .BlogArticle-image + *,
.Node--newsArticle.Node--teaser .NewsArticle-image + * {
  margin-top: 0;
}

.Node--blogArticle.Node--full .BlogArticle-publishDate {
  font-weight:bold;
}
/* ==========================================================================
   CRI: Box
   ========================================================================== */

.Box--primary,
.Box--secondary,
.Box--tertiary {
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: .95em;
  line-height: 1.5;
  padding: 1.4em 1.70em;
  padding-bottom: 1.9em;
}

.Box--primary { background: #194679; }
.Box--secondary { background: #00C0FF; }
.Box--tertiary { background: #E5F9FF; color: #333333; }

.Container--main .Box {
  margin-bottom: 50px;
}

.Container--main .Box--contentMenu .Box-title {
  border-top: 4px solid #00C0FF;
  color: #00C0FF;
  font-size: 1em;
  margin-bottom: .75em;
  margin-top: 0;
  padding-top: .7em;
}

.Container--main .Box--taxonomyMenu .Box-title {
  border-bottom: 4px solid #486b95;
  color: #486b95;
  font-size: 1em;
  margin-bottom: .75em;
  margin-top: 0;
  padding-bottom: .7em;
}


@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
  .Box--userMenu,
  .Box--search,
  .Box--searchServiceSimple {
    float: right;
  }

  .Box--searchServiceSimple {
    margin-top: 15px;
  }
}

.Box--subpageMenu {
  border-top: 4px solid #00C0FF;
  padding-top: .75em;
}

.Box--offCanvasHandle {
  float: right;
  margin-top: 8px;
}

.Container--header .Box--mainMenu {
  margin-left: 50px;
}

.Box--slant {
  background: #00C0FF;
  color: #fff;
  padding-bottom: 1.9em;
  font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
  font-size: 1.3em;
}

.Box--slantAlt {
  background: #194679;
}

.Box--slant > p:last-child {
  padding: 0 1.4em;
  margin-top: .85em;
}

.csstransforms .Box--slant {
  background: none;
  overflow: hidden;
  padding-bottom: 2em;
  position: relative;
}

.csstransforms .Box--slant:after {
  background: #00C0FF;
  content: " ";
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: skewY(-1.5deg);
      -ms-transform: skewY(-1.5deg);
          transform: skewY(-1.5deg);
  width: 100%;
  height: 100%;
  z-index:-1;
}

.csstransforms .Box--slantAlt:after {
  background: #194679;
}

@media (min-width:1200px) {
  /**
   * Search service results list
   *
   * 1. Collapse the margin as given by the map's box above,
   * -- then push up above map by the map's height
   */
  .Box--serviceSearchResultsList {
    margin-top: -650px; /* 1 */
    height: 600px;
    width: 320px;
    overflow: auto;
    padding: 1em 0;
    border-color: #00C0FF;
    border-style: solid;
    border-width: 4px 0 2px 0;
  }
}

.Box--relatedItems {
  border-top: 4px solid #00C0FF;
  padding-top: 1em;
}

.Box--relatedItems .Box-title {
  font-size: 1.2em;
  margin-top: 0;
  color: #00C0FF;
}

/**
 * Misc stuff added because of design.
 */

/**
 * Changing box markup will change this all... you've been warned
 */
.Box--howWeWork {
  background-image: -webkit-linear-gradient(left, #194679 33%, rgba(255,255,255,0) 0%);
  background-image: linear-gradient(to right, #194679 33%, rgba(255,255,255,0) 0%);
  background-position: top;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  border-bottom: 5px solid #C4D500;
  margin: 3em 0;
  padding: 3em 0 2.5em;
}

.Box--howWeWork > h2 {
  color: #C4D500;
  margin-top: 0;
}

.Box--howWeWork > ul {
  margin-top: 2em;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.Box--howWeWork > ul > li {
  vertical-align: middle;
  margin-bottom: 1.35em;
  padding-left: 100px;
}

.Box--howWeWork > ul > li > div {
  display: inline-block;
  vertical-align: middle;
}

.Box--howWeWork .Sprite {
  margin-left: -100px;
  margin-right: 20px;
}

.Box--recentPerformance {
  margin-top: 4em;
}

.Box--recentPerformance > h2 {
  margin-bottom: 0;
}

@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
  .Box--recentPerformance {
    margin: 0 -25px;
  }

  .Box--recentPerformance > h2 {
    padding-left: 25px;
  }

  .Box--recentPerformance > p {
    float: left;
    padding: 25px;
    width: 50%;
    margin: 0;
  }

  .Box--recentPerformance > p:nth-child(even) {
    clear: left;
  }
}

.Box--howWeWorkComms {
  background-image: -webkit-linear-gradient(left, #194679 33%, rgba(255,255,255,0) 0%);
  background-image: linear-gradient(to right, #194679 33%, rgba(255,255,255,0) 0%);
  background-position: top;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  border-bottom: 4px solid #00C0FF;
  margin: 3em 0;
  padding: 2.5em 0 1.8em;
}

.Box--howWeWorkComms > h2 {
  color: #00C0FF;
}

.Box--howWeWorkComms > .Standfirst {
  color: #194679;
}


/**
 * Case Studies
 */
.RelatedItems--caseStudy {
}
  .RelatedItems--caseStudy .Node,
  .Node--caseStudy.Node--teaser {
    border-top: 4px solid #00C0FF;
    padding-top: 1em;
    margin-bottom: 20px;
  }
    @media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
      .RelatedItems--caseStudy .Node,
      .Node--caseStudy.Node--teaser {
        margin-bottom: 40px;
      }
    }

  .RelatedItems--caseStudy .Node:first-child,
  .Node--caseStudy.Node--teaser .Node:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .RelatedItems--caseStudy .Node .CaseStudy-Teaser-Tagline,
  .Node--caseStudy.Node--teaser .CaseStudy-Teaser-Tagline {
    color: #00C0FF;
    font-size: 22px;
    margin: 0 0 8px;
  }
  .RelatedItems--caseStudy .Node .CaseStudy-Teaser-Title,
  .Node--caseStudy.Node--teaser .CaseStudy-Teaser-Title {
    margin-bottom: 17px;
  }
    .RelatedItems--caseStudy .Node .CaseStudy-Teaser-Title,
    .RelatedItems--caseStudy .Node .CaseStudy-Teaser-Title a,
    .Node--caseStudy.Node--teaser .CaseStudy-Teaser-Title,
    .Node--caseStudy.Node--teaser .CaseStudy-Teaser-Title a {
      color: #194679;
      font-size: 26px;
    }

  .CaseStudy-Teaser-Image {
    margin-bottom: 18px;
  }
    .CaseStudy-Teaser-Image img {
      display: block;
    }

  .CaseStudy-Teaser-BodyText {
    margin-bottom: 10px;
  }

  .CaseStudy-Teaser-ReadmoreLink {
    font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
    font-size: 18px;
    margin-bottom: 8px;
  }
    .CaseStudy-Teaser-ReadmoreLink a {
      color: #194679;
    }

  .CaseStudy-Teaser-SeeallLink {
    font-size: 13px;
    text-transform: uppercase;
  }
    .CaseStudy-Teaser-SeeallLink a {
      color: #194679;
    }


/**
 * Homepage feeds
 */
.Page--front .Box.News-list .Box-title,
.Page--front .Box--Twitter-feed .Box-title {
  background: #194679;
  color: #fff;
  margin: 0;
  padding: 15px;
}

.Page--front .Box--Twitter-feed .Box-title {
  background: #00C0FF;
}

.Page--front .Box.News-list .Box-title:before,
.Page--front .Box--Twitter-feed .Box-title:before {
  background: url(../../../../all/themes/custom/cri/css/images/sprite.png) no-repeat top left;
  content: "";
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.Page--front .Box.News-list .Box-title:before {
  background-position: 0 -1109px;
  height: 29px;
  width: 30px;
}

.Page--front .Box--Twitter-feed .Box-title:before {
  background-position: 0 -1011px;
  height: 32px;
  width: 40px;
}

/**
 * Vacancy Application Form
 */
.Box--vacancyApplicationForm {
  background: #E5F9FF;
  padding: 2.5em 1.8em;
  border-top: 4px solid #00C0FF;
}

.Box--vacancyApplicationForm .Box-title {
  margin-top: 0;
  font-size: 1.35em;
  color: #333333;
}

/**
 * Services Helpers Form
 */
.Box--servicesHelpersForm .Box-content {
  background: #E5F9FF;
  padding: 2.5em 1.8em;
}

.Box--servicesHelpersForm .Box-title {
  display: inline-block;
  margin: 0;
  font-size: 1em;
  color: #fff;
  padding: .5em 1.8em;
  background: #00C0FF;
}


/**
 * Slideshows
 */
.stone-core-slideshow__slide {
  max-width: 100%;
}


/**
 * Service Manager message
 */
.Container--main .service-sm-header {
  border-top: 4px solid #486b95;
  padding-top: 15px;
  margin-bottom: 20px;
}
  .Container--main .service-sm-header .Box-title {
    margin: 0 0 20px;
  }
  .Container--main .service-sm-header .element-invisible {
    display: none;
  }

.Container--main .service-sm-message {
  margin-bottom: 20px;
}

.Container--main .service-sm-name {
  color: #00C0FF;
  font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
/* ==========================================================================
   CRI: Branding
   ========================================================================== */

.Branding {
  float: left;
}

.Branding-logoContainer {
  padding: 0.5em 0;
  width: 65px;
}

.Branding-logoContainer > a {
  display: block;
}

.Branding-logo {
  vertical-align: bottom;
}

.Branding-slogan {
  margin-left: 1.5em;
  margin-top: 10px;
}

.Branding-logoContainer,
.Branding-slogan {
  float: left;
}

@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
  .Branding-logoContainer {
    background: #00C0FF;
    float: left;
    height: 120px;
    padding: 35px 20px;
    width: 120px;
  }

  .Branding-slogan {
    margin-left: 50px;
    margin-top: 40px;
  }
}
/* ==========================================================================
   CRI: Button
   ========================================================================== */

.Button {
  background: #333333;
  color: #fff;
  border: none;
  font-size: 1.05em;
  padding: .5em 1em .65em 1em;
}

.Button:hover {
  background: #282828;
  color: #fff;
}

.Button:active {
  box-shadow: 0 0 7px rgba(0,0,0,.7);
}

.Button--primary { background: #194679; }
.Button--secondary { background: #00C0FF; }
.Button--tertiary { background: #E5F9FF; color: #333333; }
/* ==========================================================================
   CRI: Container
   ========================================================================== */

.Container--headerTop > .Container-inner {
  height: 35px;
  padding: 0;
}

.Container--headerTop,
.Container--header,
.Container--headerBottom {
  position: relative;

}

.Container--headerTop {
  z-index: 4;
}

.Container--header {
  z-index: 101;
}

.Container--headerBottom {
  z-index: 4;
}

.Container--header {
  display: none;
}

.Container--headerBottom {
  padding-bottom: 45px;
}

.Container--headerBottom > .Container-inner {
  padding: 0;
}

@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
  .Container--header {
    display: block;
  }

  .Container--header > .Container-inner {
    height: 85px;
    padding-bottom: 0;
    padding-top: 40px;
    padding-left: 120px;
  }

  .Container--headerBottom {
    padding-bottom: 15px;
  }
}
/* ==========================================================================
   CRI: Form
   ========================================================================== */

/**
 * Basic form elements
 */
.FormItem--radio,
.form-type-radio {
  padding-left: 35px;
}

.FormItem--radio > input,
.form-type-radio > input {
  clear: left;
  float: left;
  margin-left: -35px;
  width: 35px;
}

.FormItem--radio > label,
.form-type-radio > label {
  float: left;
  width: 100%;
}

/**
 * Search form, Service Form
 */
.Form--searchServiceSimple,
.Form--search {
  position: relative;
}

.Form--searchServiceSimple .FormItem,
.Form--search .FormItem {
  margin-bottom: 0;
}

.Form--searchServiceSimple .FormItem > input,
.Form--search .FormItem > input {
  border: none;
  padding-right: 30px;
  padding-left: 1.5em;
  height: 45px;
}

.Form--searchServiceSimple .Button,
.Form--search .Button {
  background: none;
  border: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  color: #CCCCCC;
  padding: 0;
  height: 45px;
}

.Form--searchServiceSimple .Button:hover,
.Form--search .Button:hover {
  color: #00C0FF;
}

/**
 * Search form
 */


/**
 * Service Form
 */
.Form--searchServiceSimple {
  margin-top: 1.5em;
}

.Form--searchServiceSimple .FormItem > .FormItem-label {
  color: #fff;
  font-size: .7em;
  padding-left: 1.5em;
  text-transform: uppercase;
}


@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
  /**
   * Search form, Service Form
   */
  .Form--searchServiceSimple .FormItem > input,
  .Form--search .FormItem > input {
    height: 35px;
    padding-left: 0.5em;
  }

  .Form--searchServiceSimple .Button,
  .Form--search .Button {
    color: #CCCCCC;
    height: 35px;
  }

  /**
   * Search form
   */
  .Form--search {
    max-width: 260px;
    margin-left: 3em;
  }

  .Form--search .FormItem > input {
    background: #486b95;
    color: #CCCCCC;
  }

  .Form--search .Button {
    color: #909090;
  }

  /**
   * Service Form
   */
  .Form--searchServiceSimple {
    margin-top: 0;
  }

  .Form--searchServiceSimple .FormItem > .FormItem-label {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
  }

  .Form--searchServiceSimple .FormItem > input {
    background: #80E0FF;
    color: #333333;
    display: inline-block;
    margin-left: 1em;
    width: 260px;
  }

  .Form--searchServiceSimple .FormItem > input::-webkit-input-placeholder {
    color: #333333;
  }

  .Form--searchServiceSimple .FormItem > input:-moz-placeholder {
    color: #333333;
  }

  .Form--searchServiceSimple .FormItem > input::-moz-placeholder {
    color: #333333;
  }

  .Form--searchServiceSimple .FormItem > input:-ms-input-placeholder {
    color: #333333;
  }

  .Form--searchServiceSimple .Button {
    color: #E8E8E8;
  }
}

.Form--searchService {

}

.Form--searchServiceLong,
.Form--searchVacancy,
.Form--searchMain {
  background: #E5F9FF;
  padding: 1.6em 1.2em 2em;
  margin-top: -50px;
}

.Form--searchService .FormItem--problem .FormItem-label,
.Form--searchService .FormItem--keywords .FormItem-label,
.Form--searchVacancy .FormItem--vacancyKeywords .FormItem-label,
.Form--searchVacancy .FormItem--keywords .FormItem-label,
.Form--searchMain .FormItem--keywords .FormItem-label {
  color: #194679;
  font-size: 1.1em;
  margin-bottom: .4em;
}

.Form--searchVacancy .FormItem--vacancyKeywords .FormItem-label,
.Form--searchVacancy .FormItem--keywords .FormItem-label,
.Form--searchMain .FormItem--keywords .FormItem-label {
  color: #333333;
}

.Form--searchService  .FormItem--keywords,
.Form--searchServiceLong .FormItem--keywords,
.Form--searchServiceLong .FormItem--mapKeywords,
.Form--searchService .FormItem--mapKeywords,
.Form--searchVacancy .FormItem--keywords,
.Form--searchMain .FormItem--keywords {
  position: relative;
}

.Form--searchService .FormItem--keywords > input,
.Form--searchServiceLong .FormItem--keywords > input,
.Form--searchService .FormItem--mapKeywords > input,
.Form--searchServiceLong .FormItem--mapKeywords > input,
.Form--searchVacancy .FormItem--keywords > input,
.Form--searchMain .FormItem--keywords > input {
  padding-right: 30px;
}

.Form--searchService .FormItem--keywords .FormItem-suffix,
.Form--searchServiceLong .FormItem--keywords .FormItem-suffix,
.Form--searchServiceLong .FormItem--mapKeywords .FormItem-suffix,
.Form--searchService .FormItem--mapKeywords .FormItem-suffix,
.Form--searchVacancy .FormItem--keywords .FormItem-suffix,
.Form--searchMain .FormItem--keywords .FormItem-suffix {
  position: absolute;
  right: 0;
  top: 0;
}

.Form--searchService .FormItem--keywords .FormItem-suffix,
.Form--searchService .FormItem--mapKeywords .FormItem-suffix,
.Form--searchVacancy .FormItem--keywords .FormItem-suffix,
.Form--searchMain .FormItem--keywords .FormItem-suffix {
  bottom: 0;
  top: auto;
}

.Form--searchService .FormItem--keywords .FormItem-suffix > .fa,
.Form--searchServiceLong .FormItem--keywords .FormItem-suffix > .fa,
.Form--searchService .FormItem--keywords .FormItem-suffix > .fa,
.Form--searchService .FormItem--mapKeywords .FormItem-suffix > .fa,
.Form--searchServiceLong .FormItem--mapKeywords .FormItem-suffix > .fa,
.Form--searchVacancy .FormItem--keywords .FormItem-suffix > .fa,
.Form--searchMain .FormItem--keywords .FormItem-suffix > .fa {
  color: #CCCCCC;
  font-size: 1.4em;
  margin-right: 10px;
  margin-top: 6px;
}

.Form--searchService .FormItem--keywords .FormItem-suffix > .fa,
.Form--searchService .FormItem--mapKeywords .FormItem-suffix > .fa,
.Form--searchVacancy .FormItem--keywords .FormItem-suffix > .fa,
.Form--searchMain .FormItem--keywords .FormItem-suffix {
  margin-bottom: 6px;
}

.Form--searchService .Button,
.Form--searchServiceLong .Button,
.Form--searchVacancy .Button,
.Form--searchMain .Button {
  height: 35px;
  float: right;
}

.Form--searchService .FormItem--keywords,
.Form--searchService .FormItem--mapKeywords,
.Form--searchServiceLong .FormItem--keywords,
.Form--searchServiceLong .FormItem--mapKeywords,
.Form--searchService .FormItem--radius,
.Form--searchServiceLong .FormItem--radius,
.Form--searchService .FormItem--problem,
.Form--searchServiceLong .FormItem--problem,
.Form--searchService .Button,
.Form--searchServiceLong .Button,
.Form--searchVacancy .Button,
.Form--searhMain .Button {
  width: 100%;
}

@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
  .Form--searchServiceLong .FormItem--keywords,
  .Form--searchServiceLong .FormItem--mapKeywords,
  .Form--searchServiceLong .FormItem--radius,
  .Form--searchServiceLong .FormItem--problem,
  .Form--searchServiceLong .Button,
  .Form--searchVacancy .FormItem--vacancyKeywords,
  .Form--searchVacancy .FormItem--keywords,
  .Form--searchVacancy .Button,
  .Form--searchMain .FormItem--keywords,
  .Form--searchMain .Button {
    float: left;
    margin-bottom: 0;
  }

  .Form--searchServiceLong .FormItem--keywords,
  .Form--searchServiceLong .FormItem--mapKeywords,
  .Form--searchServiceLong .FormItem--radius,
  .Form--searchServiceLong .FormItem--problem,
  .Form--searchVacancy .FormItem--vacancyKeywords,
  .Form--searchVacancy .FormItem--keywords,
  .Form--searchMain .FormItem--main {
    margin-right: 2%;
  }

  .Form--searchServiceLong .FormItem--keywords,
  .Form--searchServiceLong .FormItem--mapKeywords {
    width: 34%;
  }

  .Form--searchServiceLong .FormItem--radius {
    width: 15%;
  }

  .Form--searchServiceLong .FormItem--problem {
    width: 36%;
  }

  .Form--searchServiceLong .Button {
    width: 9%;
  }

  .Form--searchService .Button {
    float: right;
    width: auto;
  }

  .Form--searchVacancy .FormItem--vacancyKeywords {
    width: 43%;
  }

  .Form--searchVacancy .FormItem--keywords,
  .Form--searchMain .FormItem--keywords {
    width: 44%;
  }

  .Form--searchVacancy .Button {
    margin-top: 25px;
    width: 9%;
  }

  .Form--searchMain .Button {
    margin-left:10px;
    width:75px;
    bottom:-25px;
  }

  .Form--searchMain .form-item-content-types {
    padding-top:25px;
    clear:both;
  }

  .Form--searchMain .form-item-content-types .form-checkboxes {
    overflow:hidden;
  }

  .Form--searchMain .form-item-content-types .form-type-checkbox {
    float:left; 
    width:25%;
  }

  .Form--searchMain .form-item-content-types .form-type-checkbox input {
    clear:left;
    float:left;
    margin-left:80px;
  }

  .Form--searchMain .form-item-content-types .form-type-checkbox label {
    display:inline-block;
    margin-left:10px;
    vertical-align:middle;
  }


}

/**
 * Vacancy application form
 */
.VacancyApplicationForm > p,
.VacancyApplicationForm > a {
  margin-bottom: 1em;
  display: block;
}

.VacancyApplicationForm .form-type-managed-file label {
  display:none;
}

.form-managed-file {
  background: #fff;
  border: 1px solid #CCCCCC;
  padding: 0.5em;
}

.form-managed-file:before,
.form-managed-file:after {
    content: " ";
    display: table;
}
.form-managed-file:after {
    clear: both;
}
.form-managed-file {
    *zoom: 1;
}

.form-managed-file > .Button {
  float: right;
}

.VacancyApplicationForm .form-managed-file input#edit-upload-upload-button {
  display:none;
}

.VacancyApplicationForm .Vacancy-jobSpec {
  line-height: 20px;
  padding-left: 27px;
  position: relative;
}
  .VacancyApplicationForm .Vacancy-jobSpec:before {
    background: url(../../../../all/themes/custom/cri/css/images/sprite.png) no-repeat 0 -177px;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute; top: 0; left: 0;
  }

/**
 * Select2
 */
.select2-container {
  vertical-align: top;
}

.select2-container > .select2-choice {
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  border: 1px solid #CCCCCC;
  color: #333333;
  font-family: inherit;
  font-size: 14px;
  font-size: 0.9rem;
  height: 35px;
  line-height: normal;
  margin: 0;
  padding: 0.5em;
  padding-top: 0.35em;
  -webkit-transition: all 0.45s;
          transition: all 0.45s;
  width: 100%;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 40px;
}

.select2-container .select2-choice abbr {
  top: 50%;
  margin-top: -8px;
  right: 30px;
}

.select2-container .select2-choice .select2-arrow {
  border: none;
  background: #fff;
  background-image: none;
  width: 24px;
}

.select2-container .select2-choice .select2-arrow b {
  background-position: 1px 3px;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -17px 3px;
}

/**
 * 1. Have to emulate class 'is-required' as Drupal's js framework uses this.
 */
.form-required {
  color: #F7977A; /* 1 */
}
/* ==========================================================================
   CRI: Footer
   ========================================================================== */

.Footer {
	background: #194679;
	color: white;
	padding: 15px 0 80px;
	position: relative;
}
	.csstransforms .Footer {
		margin-top: 80px;
		padding-top: 0;
	}
	.csstransforms .Footer:before {
		background: #194679;
		content: "";
		display: block;
		height: 100px;
		width: 120%;
		position: absolute; top: -50px; left: -20px;
		z-index: -1;
		-webkit-transform: rotate(2deg);
		    -ms-transform: rotate(2deg);
		        transform: rotate(2deg);
	}

	.Footer .Container-inner {
		padding-top: 0;
	}

	.Footer-logo {
		max-width: 120px;
		margin: 0 auto 20px;
		text-align: center;
	}
		@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
			.Footer-logo {
				float: left;
				margin: 0;
				max-width: 84px;
			}
		}

	.Social-btns {
		margin-bottom: 25px;
		text-align: center;
	}
		.Social-btns ul,
		.Social-btns li {
			list-style: none outside;
			margin: 0;
			padding: 0;
		}
		.Social-btns li {
			display: inline-block;
			margin: 0 10px;
		}
			.Social-btns a {
				display: block;
				height: 45px;
				text-indent: -9999px;
			}

		@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
			.Social-btns {
				float: right;
				margin: 25px 0 0 ;
			}
				.Social-btns li {
					margin: 0 0 0 15px;
				}
		}


	.Footer .copyright {
		line-height: 1.5;
		margin-bottom: 30px;
		text-align: center;
	}
		@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
			.Footer .copyright {
				margin: 0 0 20px 96px;
				max-width: 650px;
				padding-top: 15px;
				text-align: left;
			}
		}


	.Nav--footerMenu {
		margin-bottom: 30px;
		text-align: center;
	}
		.Nav--footerMenu li {
			display: inline-block;
			margin: 0 3px 4px 9px;
		}
			.Nav--footerMenu li:after {
				color: #00C0FF;
				content: "|";
				display: inline-block;
				margin-left: 11px;
			}
			.Nav--footerMenu li:last-child:after {
				display: none;
			}

		.Nav--footerMenu a {
			color: #00C0FF;
			display: inline;
			text-decoration: none;
		}
			.Nav--footerMenu a:hover {
				color: #fff;
			}

		@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
			.Nav--footerMenu {
				margin: 0 0 30px 96px;
				text-align: left;
			}
				.Nav--footerMenu li {
					display: inline-block;
					margin: 0 9px 0 0;
				}
		}

	.Footer-logos {
		text-align: center;
	}
		.Footer-logos img {
			margin: 0 10px;
			max-height: 40px;
			max-width: 149px;
			vertical-align: bottom;
			width: auto;
		}
		@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
			.Footer-logos {
				margin-left: 96px;
				text-align: left;
			}
				.Footer-logos img {
					margin: 0 20px 0 0;
				}
		}


	.Footer-newsletter-form {
		margin: 30px 0;
	}
		.Footer-newsletter-form .Sprite {
			text-indent: -9999px;
		}
		.Footer-newsletter-form h4 {
			margin: 0 auto 5px;
		}

		@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
			.Footer-newsletter-form {
				float: right;
				margin: 0 0 5px;
				max-width: 100%;
			}
				.Footer-newsletter-form h4 {
					margin: 0 0 0;
				}
		}

		.Footer-Mailchimp-form {
			margin-bottom: 20px;
		    overflow: auto;
		}
			@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
				.Footer-Mailchimp-form {
				    float: right;
				    clear: right;
				}
			}
		    .Footer-Mailchimp-form h2 {
		        display: none;
		    }
		    .Footer-Mailchimp-form .FormItem--emailfield label,
		    .Footer-Mailchimp-form .FormItem--checkbox {
		        display: none; 
		    }
		    .Footer-Mailchimp-form .FormItem--emailfield,
		    .Footer-Mailchimp-form .mailchimp-newsletter-mergefields {
		        display: inline-block;
		    }
		    .Footer-Mailchimp-form .mailchimp-newsletter-mergefields {
		        float: left;
		    }
		        .Footer-Mailchimp-form .FormItem-label {
		            font-size: 14px;
		            margin-bottom: 8px;
		        }

		    .Footer-Mailchimp-form .Button {
		    	float: left;
		    	font-size: 16px;
		    }
/* ==========================================================================
   CRI: Home
   ========================================================================== */

.criHome-bannersContainer {
  text-align: center;
  position: relative;
}

.criHome-bannersContainer .PromotionGroup {
  z-index: 1;
  margin-top: -17px;
}
  @media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
    .criHome-bannersContainer .PromotionGroup {
      margin-top: -50px;
    }
  }

.criHome-bannersContainer .Promotion-image {
  display: block;
  max-width: 100%;
  width: 100%;
}

.criHome-banners {
  text-align: left;
}
  @media (min-width:1200px) {
    .criHome-banners {
      display: inline-block;
    }
  }

.criHome-bannersContainer .Container .Container-inner {
  position: relative;
  padding: 0;
}

.criHome-bannersContainer .Container .Box {
  text-align: left;
  z-index: 3;
}
  @media (min-width:1200px) {
    .criHome-bannersContainer .Container .Box {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 370px;
    }
  }
  .lt-ie9 .criHome-bannersContainer .Container .Box {
    position: static;
    width: 100%;
  }
    @media (min-width:1200px) {
      .lt-ie9 .criHome-bannersContainer .Container .Box {
        position: static;
        width: 100%;
      }
    }


.criHome-bannersContainer .Container .Box-title {
  background: #efefef;
  color: #00c0ff;
  display: block;
  padding: 20px 25px 0;
  margin-bottom: 0;
  font-size: 1.2em;
  text-align: center;
}
  @media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
    .criHome-bannersContainer .Container .Box-title {
      background: #909090;
      color: #fff;
      display: inline-block;
      padding: 10px 25px;
      text-align: left;
    }
  }
  @media (min-width:900px) and (max-width:1200px) {
    .criHome-bannersContainer .Container .Box-title {
      display: block;
    }
  }

.criHome-bannersContainer .Container .Box-content {
  padding: 30px 25px 30px 25px;
  background: #efefef;
  text-align: center;
}
  @media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
    .criHome-bannersContainer .Container .Box-content {
      background: #fff;
      text-align: left;
    }
  }
  .lt-ie9 .criHome-bannersContainer .Container .Box-content {
    background: #efefef;
  }
    @media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
      .lt-ie9 .criHome-bannersContainer .Container .Box-content {
        background: #efefef;
      }
    }

@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
  .Page--front .u-lg-size2of3 .panels-ipe-region:first-of-type .Box-title {
    margin-top: 0;
  }
  .Page--front #panels-ipe-regionid-sidebar { /* sorry4IDs */
    padding-top: 53px;
  }
}

.Page--front #panels-ipe-regionid-under_banner .Box {
  margin-bottom: 15px;
}
/* ==========================================================================
   CRI: Nav
   ========================================================================== */

.Nav-item .Button {
  display: none;
}

/**
 * Tabs
 */
.Nav--tabs {
  border-bottom: none;
  margin-bottom: 2.25em;
}
  .Node--substance .Nav--tabs {
    margin-bottom: 1em;
  }

.Nav--tabs .Nav-item {
  margin-right: 1em;
}

.Nav--tabs .Nav-item + .Nav-item {
  margin-left: 0;
  margin-top: 1em;
}

.Nav--tabs .Nav-item > a {
  border: 1px solid;
  color: #194679;
  font-size: 1.15em;
  font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
}

.Nav--tabs .Nav-item.is-active > a,
.Nav--tabs .Nav-item.is-active > a:hover {
  border: 1px solid #194679;
  background: #194679;
  color: #fff;
}

@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
  .Nav--tabs {
    border-bottom: 5px solid #194679;
    margin-bottom: 2.25em;
  }

  .Nav--tabs .Nav-item {
    margin-right: 0;
  }

  .Nav--tabs .Nav-item + .Nav-item {
    margin-left: 3em;
  }

  .Nav--tabs .Nav-item > a {
    background: none;
    border: none;
    padding-bottom: .5em;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: .5em;
  }

  .Nav--tabs .Nav-item.is-active > a,
  .Nav--tabs .Nav-item.is-active > a:hover {
    background: none;
    border: none;
    border-bottom: 6px solid #194679;
    color: #194679;
  }
}


/**
 * Main Nav
 * --Inside header
 */

.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu {
  margin-bottom: 0;
}

.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item {
  display: inline-block;
  position: relative;
}

.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item + .Nav-item {
  margin-left: 2.25em;
}

.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item > span,
.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item > a {
  color: #fff;
  font-size: .95em;
  text-decoration: none;
  display: block;
  padding: .2em 0 .5em;
}

.Box-content > .Nav--mainMenu > .Nav-item {
  border-top:1px solid #333333;
}
.Box-content > .Nav--mainMenu > .Nav-item:first-child {
  border-top:none;
}

@media (min-width:900px) and (max-width:1200px) {
  .Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item + .Nav-item {
    margin-left: 0.525em;
  }

  .Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item > span,
  .Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item > a {
    font-size: .8em;
  }
}

@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
  .Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item--home a:after {
    background: transparent;
    content: "";
    display: block;
    height: 121px;
    width: 120px;
    position: absolute; top: -85px; left: -170px;
  }
}

.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item.is-active > a,
.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item.is-active > span,
.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item > a:hover {
  color: #00C0FF;
  text-decoration: none;
}

.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item > a > .Button {
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
  padding: 0;
  background: none;
}

.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item > a > .Button > .Sprite {
  display: block;
}

.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item > a:hover > .Button > .Sprite {
  /* See sprite.css */
  background-position: 0 -144px;
}

/* --Subnav */
.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item > .Nav {
  background: #fff;
  border-top: 4px solid #00C0FF;
  box-shadow: 1px 1px 1px rgba(0,0,0,.35);
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  display: none;
  left: 0;
  margin-bottom: 0;
  padding: 1em 1.5em 1.3em;
  position: absolute;
  top: 100%;
  z-index: 100;
}

.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item:nth-child(n+5) > .Nav {
  right: 0;
  left: auto;
}

.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item > .Nav .Button {
  display: none;
}

.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item:hover > .Nav {
  display: block;
}

.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item > .Nav > .Nav-item {
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
  min-width: 200px;
}
  .Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item > .Nav > .Nav-item > a {
    color: #000;
  }

.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item > .Nav > .Nav-item > .Nav {
}

.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item > .Nav > .Nav-item > .Nav > .Nav-item,
.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item > .Nav > .Nav-item > .Nav > .Nav-item > a {
  color: #909090;
  display: inline;
  font-size: .9em;
  line-height: 1.2;
}

.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item > .Nav > .Nav-item > .Nav > .Nav-item + .Nav-item:before {
  content: "/";
  display: inline;
  margin-left: 0.35em;
  margin-right: 0.5em;
}

.Container--header .Box--mainMenu > .Box-content > .Nav--mainMenu > .Nav-item > .Nav > .Nav-item > .Nav > .Nav-item .Nav {
  display: none;
}

/* Multiple types of sub navigation */
.Box--taxonomyMenu .Nav .Nav,
.Box--contentMenu .Nav .Nav,
.Nav--subpageMenu .Nav .Nav {
  margin-top: 0.5em;
  margin-left: 1em;
  margin-bottom: 0;
}

.Box--taxonomyMenu .Nav-item > a,
.Box--contentMenu .Nav-item > a,
.Box--subpageMenu .Nav-item > a {
  color: #333333;
}

.Box--taxonomyMenu .Nav-item > a:hover,
.Box--taxonomyMenu .Nav-item.is-active > a,
.Box--contentMenu .Nav-item > a:hover,
.Box--contentMenu .Nav-item.is-active > a,
.Box--subpageMenu .Nav-item > a:hover,
.Box--subpageMenu .Nav-item.is-active > a  {
  color: #00C0FF;
  text-decoration: none;
}

.Box--taxonomyMenu .Nav-item.is-active > a,
.Box--contentMenu .Nav-item.is-active > a,
.Box--subpageMenu .Nav-item.is-active > a {
  font-weight: 600;
}


/**
 * Expanded submenus
 */
.Box--mainMenu .Nav--mainMenu .Nav-item ul {
  display: none;
}
.Box--mainMenu .Nav--mainMenu .Nav-item.is-expanded > ul {
  display: block;
}
  .csstransforms .Box--mainMenu .Nav--mainMenu .Nav-item.is-expanded > a button {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }


/**
 * User Nav
 * --Inside headerTop
 */
.Container--headerTop .Nav--userMenu > .Nav-item {
  display: inline-block;
}

.Container--headerTop .Nav--userMenu > .Nav-item + .Nav-item {
  margin-left: 1.5em;
}

@media (min-width:900px) and (max-width:1200px) {
  .Container--headerTop .Nav--userMenu > .Nav-item + .Nav-item {
    margin-left: 1em;
  }
}

.Container--headerTop .Nav--userMenu > .Nav-item > span,
.Container--headerTop .Nav--userMenu > .Nav-item > a {
  color: #CCCCCC;
  font-size: .75em;
  text-decoration: none;
  text-transform: uppercase;
}

.Container--headerTop .Nav--userMenu > .Nav-item.is-active > a,
.Container--headerTop .Nav--userMenu > .Nav-item.is-active > span,
.Container--headerTop .Nav--userMenu > .Nav-item > a:hover {
  color: #00C0FF;
  text-decoration: none;
}

/**
 * Nav
 * --Inside OffCanvas-panel
 */

.OffCanvas-panel .Box-content > .Nav,
.OffCanvas-panel .Box-content > .Nav .Nav {
  margin-bottom: 0;
}

.OffCanvas-panel .Box-content > .Nav .Nav-item {
  margin-top: 0 !important;
}

.OffCanvas-panel .Box-content > .Nav .Nav-item > a {
  color: #CCCCCC;
  padding: 1em 1.5em;
  border-bottom: 1px solid;
  position: relative;
}

.OffCanvas-panel .Box-content > .Nav .Nav-item > a > .Button {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  vertical-align: middle;
  background: none;
  border-left: 1px solid #CCCCCC;
}

.OffCanvas-panel .Box-content > .Nav .Nav-item > a > .Button .Sprite {
  display: inline-block;
  margin-bottom: 2px;
}

.OffCanvas-panel .Box-content > .Nav .Nav-item.is-active > a,
.OffCanvas-panel .Box-content > .Nav .Nav-item > a:hover {
  background: #194679;
  color: #fff;
  text-decoration: none;
}

#acc-links {
  position:absolute;
  top:0;
  left:0;
  z-index:99999;
}
#acc-links a {
    background-color:white;
    border:2px solid black;
    color:black;
    padding:8px 12px;
    display:inline-block;
position:absolute;
top:-9999px;
left:-9999px;
}
#acc-links a:focus {
position:static;
}
#acc-links h2 {
    display:none;
}
#acc-links li {
  list-style-type:none;
}
/* ==========================================================================
   CRI: Map
   ========================================================================== */

.ServiceMap {
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  height: 430px;
  display: none;
}

.ServiceMap--large {
  margin-top: -1.5em;
  height: 600px;
  border-color: #00C0FF;
  border-style: solid;
  border-width: 4px 0 2px 0;
}

@media (min-width:1200px) {
  .ServiceMap--large {
    margin-left: 320px;
    display:block;
  }
}

.ServiceMap img {
  max-width: none;
}

.Service--infowindow {
  color: #333333;
  min-width: 220px;
  padding: 0.5em;
}

.Service--infowindow .Service-address:before {
  display: none !important;
}

.Service--infowindow .Service-title {
  font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
  color: #194679;
  font-size: 1.05em;
  margin-bottom: 0.5em;
}

.Service--infowindow .Service-title > a {
  color: #194679;
}
/* ==========================================================================
   CRI: OffCanvas
   ========================================================================== */
.OffCanvas.is-open {
  overflow: hidden;
}

.OffCanvas-page {
  position: relative;
  overflow: hidden;
}

.OffCanvas-page:before {
  content: " ";
  position: absolute;
  height: 120px;
  -webkit-transform: rotate(-1.2deg);
      -ms-transform: rotate(-1.2deg);
          transform: rotate(-1.2deg);
  top: -60px;
  left: -50px;
  right: -50px;
  background: #194679;
  z-index: 3;
}

.OffCanvas-page:after {
  content: " ";
  position: absolute;
  height: 130px;
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
  top: -60px;
  left: -50px;
  right: -50px;
  background: #00C0FF;
  z-index: 2;
}
  .no-csstransforms .OffCanvas-page:after {
    height: 360px;
  }

.OffCanvas-panel {
  background: #111;
  z-index: 510;
}

.OffCanvas-overlay {
  z-index: 500;
  background: rgba(0,0,0,.5);
}

.OffCanvas-handle {
  color: #fff;
  font-size: 1.5em;
  position: relative;
  z-index: 520;
}

.OffCanvas-handle:hover,
.OffCanvas.is-open .OffCanvas-handle {
  color: #00C0FF;
}

@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
  .OffCanvas-page:before {
    height: 257px;
    top: -120px;
    left: -100px;
    right: -100px;
  }

  .OffCanvas-page:after {
    height: 342px;
    top: -180px;
    left: -100px;
    right: -100px;
  }
}
/* ==========================================================================
   CRI: Relations
   ========================================================================== */

/**
 * Formatting of nodes
 */
.RelatedItems .Node > h2,
.RelatedItems .Node > h3 {
  margin-top: 0;
  font-size: 1.1em;
}


/**
 * Useful links
 */
.RelatedPages {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.RelatedPages > li {
  background-image: -webkit-linear-gradient(left, #00C0FF 33%, rgba(255,255,255,0) 0%);
  background-image: linear-gradient(to right, #00C0FF 33%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  padding-bottom: 1em;
}

.RelatedPages > li > a {
  padding-right: 23px;
  display: block;
  color: #194679;
  font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
  font-size: 1.4em;
  width: 100%;
  position: relative;
}

.RelatedPages > li > a:after {
  content: " ";
  display: block;
  background-image: url(../../../../all/themes/custom/cri/css/images/sprite.png);
  width: 13px;
  height: 17px;
  background-position: 0 -110px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

.RelatedItems {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.RelatedItems .RelatedItem {
}
  .RelatedItems--documents .RelatedItem:before {
    background-image: url(../../../../all/themes/custom/cri/css/images/sprite.png);
    background-position: 0 -177px;
    content: "";
    display: block;
    float: left;
    height: 20px;
    margin-top: 1px;
    width: 15px;
    vertical-align: middle;
  }

.RelatedItems .RelatedItem > a {
  color: #333333;
}
  .RelatedItems--documents .RelatedItem > a {
    display: block;
    margin-left: 25px;
  }

.RelatedItems .RelatedItem > a:hover {
  color: #00C0FF;
}
/* ==========================================================================
   CRI: Profile
   ========================================================================== */

.Profile {}

.field-name-field-user-occupation .field-items,
.field-name-field-user-occupation .field-label {
  display: inline-block;
  margin-bottom: 1em;
}

.field-name-field-user-occupation .field-label {
  font-weight: bold;
  margin-right: 0.5em;
}

.Profile--teaser {
  max-width: 250px;
  text-align: center;
}

.Profile--teaser .Profile-content > a {
  color: #333333;
  -webkit-transition: all .2s;
          transition: all .2s;
  display: block;
  margin-top: 1em;
}

.Profile--teaser .Profile-content > a:hover {
  text-decoration: none;
  -webkit-transform: scale(.95, .95);
      -ms-transform: scale(.95, .95);
          transform: scale(.95, .95);
}

.Profile--teaser .Profile-content > a:hover .Profile-name {
  text-decoration: none;
}

.Profile--teaser .Profile-name {
  font-size: 1.1em;
  margin: 0;
  padding: 0.5em;
  border-bottom: 2px solid;
}

.Profile--teaser .Profile-image > img {
  vertical-align: bottom;
}

.Profile--teaser .Profile-occupation {
  padding: 0.5em;
  text-transform: uppercase;
  font-size: .9em;
  border-bottom: 2px solid #00C0FF;
}
/* ==========================================================================
   CRI: Service
   ========================================================================== */

.Node--service {}


.Node--service .ServiceMap {
  border-bottom: 4px solid #00C0FF;
  margin-bottom: 2.25em;
}

.Node--service.Node--full .Service-images {
  margin-top: -2.25em;
}

.Node--service.Node--full .Service-address {
  margin-top: 1.5em;
}

@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
  .Node--service .ServiceMap {
    margin-top: -2.25em;
  }

  .Node--service.Node--full .Service-address {
    position: relative;
    margin-top: 0;
  }

  .Node--service.Node--full .Service-address:before {
    content: " ";
    position: absolute;
    top: -2.25em;
    left: -8px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #00C0FF;
  }
}

/**
 * Designer did not provide smaller version of these map markers for sprite... workaround.
 */
.Service-mapMarker {
  background: url(http://www.cri.org.uk/sites/all/themes/custom/cri/css/images/icon--map-marker-small.png);
  width: 21px;
  height: 25px;
  background-position: -4px 0;
}

.Service-fax {
  margin-bottom: 1em;
}
  .Service-fax:before {
    color: #00C0FF;
    content: "Fax";
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-right: 12px;
    margin-top: 2px;
    width: 18px;
  }

.Service-address,
.Service-telephone,
.Service-telephoneOther,
.Service-email,
.Service-contactDetails {
  padding-left: 30px;
  margin-bottom: 1em;
}


.Service-address > .Service-mapMarker,
.Service-telephone > .Sprite,
.Service-email > .Sprite,
.Service-contactDetails > .Sprite {
  float: left;
  margin-left: -30px;
}

.Service-email > .Sprite,
.Service-contactDetails > .Sprite {
  margin-top: 4px;
}

.Service-social {
  line-height: 45px;
  overflow: auto;
  margin-bottom: 10px;
}
  .Service-social > .Sprite {
    background-color: #00C0FF;
    border: 1px solid #00C0FF;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
  }

.Service-moreLink {
  color: #194679;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
}

.Service-moreLink > .fa {
  display: inline-block;
  margin-left: 0.5em;
  margin-top: -2px;
  font-size: 1.2em;
  vertical-align: middle;
}

.ServiceSearchResults-listItem {
  background-image: -webkit-linear-gradient(left, #194679 33%, rgba(255,255,255,0) 0%);
  background-image: linear-gradient(to right, #194679 33%, rgba(255,255,255,0) 0%);
  background-position: top;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  padding-top: 2em;
  padding-bottom: 2em;
}

.ServiceSearchResults-listItem .ListItem-content {
  position: relative;
}
/**
 * 1. Should leave sufficient room for distance field
 */
.ServiceSearchResults-title {
  font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
  font-size: 1.1em;
  margin-bottom: .75em;
  padding-right: 40px; /* 1 */
}

.ServiceSearchResults-distance {
  color: #00C0FF;
  font-size: .8em;
  position: absolute;
  top: 4px;
  right: 1.5em;
}
  @media (min-width:1200px) {
    .ServiceSearchResults-distance {
      right: -1.5em;
    }
  }

@media (min-width:1200px) {
  .ServiceSearchResults-listItem {
    background-image: none;
    padding-top: 0;
    padding-right: 2em;
  }

  .ServiceSearchResults-listItem + .ServiceSearchResults-listItem {
    border-top: 1px solid #CCCCCC;
    padding-top: 2em;
  }
}

@media (min-width:900px) and (max-width:1200px) {
  .ServiceSearchResults-listItem:nth-child(-n+2) {
    background-image: none;
    padding-top: 0;
  }

  .ServiceSearchResults-listItem > .ListItem-content {
    padding-left: 2em;
    padding-right: 2em;
    margin-left: -2em;
  }
}
/* ==========================================================================
   CRI: Sprite
   ========================================================================== */

/* SEE http://www.retinaspritegenerator.com */

.Sprite {
  background-image: url(../../../../all/themes/custom/cri/css/images/sprite.png);
}

/**
 * Allow retina screens to have higher res sprite images.
 */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .Sprite {
     background-image: url(../../../../all/themes/custom/cri/css/images/sprite-retina.png);
     background-size: 319px 1348px;
  }
}

.Sprite-handwriting--newsletter {
  width: 239px;
  height: 31px;
  background-position: 0 0;
}

/**
 * Mobile version default
 */
.Sprite-handwriting--slogan {
  width: 131px;
  height: 36px;
  background-position: 0 -57px;
}

/**
 * Overwritten the following rules to do some neat responsive swapping...
 */
@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
  /**
   * 1. Ensure right elements can overlap the top margin of this element.
   * 2. Replace with normal version of the slogan.
   */
  .Sprite-handwriting--slogan {
      margin-right: -319px; /* 1 */
      width: 319px; /* 2 */
      height: 26px; /* 2 */
      background-position: 0 -31px; /* 2 */
  }
}

.Sprite-icon--arrow-right {
  width: 13px;
  height: 17px;
  background-position: 0 -93px;
}

.Sprite-icon--arrow-right-dark {
  width: 13px;
  height: 17px;
  background-position: 0 -110px;
}

.Sprite-icon--arrow-right-white {
  width: 13px;
  height: 17px;
  background-position: 0 -127px;
}

.Sprite-icon--carat-down {
  width: 7px;
  height: 4px;
  background-position: 0 -144px;
}

.Sprite-icon--carat-down-dark {
  width: 7px;
  height: 4px;
  background-position: 0 -148px;
}

.Sprite-icon--carat-down-white {
  width: 7px;
  height: 4px;
  background-position: 0 -152px;
}

.Sprite-icon--clock {
  width: 21px;
  height: 21px;
  background-position: 0 -156px;
}

.Sprite-icon--document {
  width: 15px;
  height: 20px;
  background-position: 0 -177px;
}

.Sprite-icon--email {
  width: 17px;
  height: 16px;
  background-position: 0 -197px;
}

.Sprite-icon--hand-quaternary {
  width: 66px;
  height: 66px;
  background-position: 0 -213px;
}

.Sprite-icon--map-marker {
  width: 47px;
  height: 50px;
  background-position: 0 -279px;
}

.Sprite-icon--map-marker-dark {
  width: 47px;
  height: 50px;
  background-position: 0 -329px;
}

.Sprite-icon--map-marker-neutral {
  width: 47px;
  height: 50px;
  background-position: 0 -379px;
}

.Sprite-icon--map-marker-white {
  width: 47px;
  height: 50px;
  background-position: 0 -429px;
}

.Sprite-icon--medical-quaternary {
  width: 66px;
  height: 66px;
  background-position: 0 -479px;
}

.Sprite-icon--people-quaternary {
  width: 66px;
  height: 66px;
  background-position: 0 -545px;
}

.Sprite-icon--phone {
  width: 18px;
  height: 25px;
  background-position: 0 -611px;
}

.Sprite-icon--play-arrow-circle-white {
  width: 54px;
  height: 54px;
  background-position: 0 -636px;
}

.Sprite-icon--search {
  width: 24px;
  height: 25px;
  background-position: 0 -690px;
}

.Sprite-icon--search-dark {
  width: 24px;
  height: 25px;
  background-position: 0 -715px;
}

.Sprite-icon--search-white {
  width: 24px;
  height: 25px;
  background-position: 0 -740px;
}

.Sprite-icon--sign-posts-quaternary {
  width: 66px;
  height: 66px;
  background-position: 0 -765px;
}

.Sprite-icon--social-facebook {
  width: 45px;
  height: 45px;
  background-position: 0 -831px;
}

.Sprite-icon--social-googleplus {
  width: 45px;
  height: 45px;
  background-position: 0 -876px;
}

.Sprite-icon--social-linkedin {
  width: 45px;
  height: 45px;
  background-position: 0 -921px;
}

.Sprite-icon--social-twitter {
  width: 45px;
  height: 45px;
  background-position: 0 -966px;
}

.Sprite-icon--social-twitter-bird {
  width: 40px;
  height: 32px;
  background-position: 0 -1011px;
}

.Sprite-icon--speech-bubbles-quaternary {
  width: 66px;
  height: 66px;
  background-position: 0 -1043px;
}
/* ==========================================================================
   CRI: Substances
   ========================================================================== */
/**
 * List of Substances
 */
.Substance-listItem {
	margin-bottom: 1em;
}
	.SubstanceListItem-title {
		font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
		font-size: 22px;
    margin-bottom: 10px;
	}
		.SubstanceListItem-title a {
		}
  .SubstanceListItem-content {
    line-height: 1.5;
  }


/**
 * Substance page header
 * with diagonal backgrounds
 */
.Substance-header {
  color: white;
  overflow: hidden;
  position: relative;
}
  @media (min-width:900px) and (max-width:1200px) {
    .Substance-header {
      min-height: 120px;
    }
  }
  @media (min-width:1200px) {
    .Substance-header {
      min-height: 140px;
    }
  }

  .Substance-image img {
    display: block;
    width: 100%;
  }
  .Substance-group {
    background: #194679;
    color: white;
    padding: 20px 20px 0;
  }
    .Substance-group h2 {
      color: white;
      margin: 0; padding: 0;
    }
  .Substance-title {
    background: #194679;
    color: #00C0FF;
    font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
    font-size: 20px;
    padding: 10px 20px 20px;
  }

  @media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
    .Substance-group {
      background: transparent;
      padding: 0;
      position: absolute; left: 35px; bottom: 70px;
      z-index: 3;
    }
      .Substance-group h2 {
        color: white;
        font-size: 38px;
        margin: 0;
        padding: 0;
      }

    .Substance-title {
      background: transparent;
      color: #00C0FF;
      font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
      font-size: 28px;
      padding: 0;
      position: absolute; left: 35px; bottom: 25px;
      z-index: 3;
    }

    .Substance-header:before {
      background: #00C0FF;
      content: "";
      display: block;
      height: 150px;
      width: 100%;
      position: absolute; bottom: 0; left: 0; z-index: 1;
    }
    .Substance-header:after {
      background: #194679;
      content: "";
      display: block;
      height: 130px;
      width: 100%;
      position: absolute; bottom: 0; left: 0; z-index: 2;
    }

    .csstransforms .Substance-header:before {
      bottom: -12px;
      -webkit-transform: rotate(2deg);
          -ms-transform: rotate(2deg);
              transform: rotate(2deg);
    }
    .csstransforms .Substance-header:after {
      height: 210px;
      width: 130%;
      bottom: -80px; left: -40px;
      -webkit-transform: rotate(4deg);
          -ms-transform: rotate(4deg);
              transform: rotate(4deg);
    }
  }
  @media (min-width:900px) and (max-width:1200px) {
    .Substance-group {
      bottom: 60px;
    }
      .Substance-group h2 {
        font-size: 32px;
      }

    .Substance-title {
      font-size: 24px;
    }
  }


/**
 * Alphabetised nav
 */
.substancesAZSelector {
  font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  margin: 1.5em 0;
  text-align: center;
}
  .substancesAZSelector ul,
  .substancesAZSelector li {
    list-style: none outside;
    margin: 0;
    padding: 0;
  }
  .substancesAZSelector li {
    display: inline-block;
    text-align: center;
    margin: 0 0.5% 5px;
    width: 11.5%;
  }
    @media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
      .substancesAZSelector li {
        margin: 0 0.5% 5px;
        width: 6.69%;
      }
    }

  .substancesAZSelector a {
    background: #194679;
    color: white;
    display: block;
    padding: 10px 0;
    text-decoration: none;
  }
    .SubstancesAZSelector .active {
      background: #00C0FF;
    }
    .SubstancesAZSelector a:hover {
      color: #00C0FF;
    }

  .substancesAZSelector span {
    background: #CCCCCC;
    color: #fff;
    display: block;
    padding: 10px 0;
  }


/**
 * Substances promo
 */
.substancesStrangeMolecules {
  background: #1a1a1a;
  margin: 2em 0 2.5em;
  text-align: center;
}
  .substancesStrangeMolecules img {
    clear: both;
    display: inline-block;
  }

  @media (min-width:1200px) {
  .substancesStrangeMolecules {
    background: none;
  }
    .substancesStrangeMolecules img {
      display: inline-block;
    }
  }


/**
 * Search form
 */
.substancesServicesSearchForm {
}
  .substancesServicesSearchForm h3 {
    background: #00C0FF;
    color: white;
    display: inline-block;
    margin: 0;
    padding: 10px 25px;
  }
  .substancesServicesSearchForm .Form--searchServiceLong {
    margin-top: 0;
    padding-bottom: 1.6em;
    text-align: center;
  }

    .substancesServicesSearchForm .FormItem--keywords,
    .substancesServicesSearchForm .FormItem--radius,
    .substancesServicesSearchForm .FormItem--problem {
      float: none;
      width: 100%;
    }

    @media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
      .substancesServicesSearchForm .FormItem--keywords {
        float: left;
        margin: 0 2% 1em 0;
        width: 68%;
      }
      .substancesServicesSearchForm .FormItem--radius {
        float: left;
        margin: 0 0 1em 2%;
        width: 28%;
      }
      .substancesServicesSearchForm .FormItem--problem {
        clear: both;
        float: none;
        margin: 0 auto;
        width: 50%;
      }
    }
      /* Refactor to use data attr instead of plain text when it comes to translating the site */
      .substancesServicesSearchForm .FormItem--problem:before {
        color: #CCCCCC;
        content: "And / Or";
        display: block;
        margin-bottom: 0.5em;
        text-transform: uppercase;
      }

    .substancesServicesSearchForm .Button {
      background: #00C0FF;
      clear: both;
      float: none;
      margin-top: 1em;
      padding-left: 2em;
      padding-right: 2em;
      width: auto;
    }
/* ==========================================================================
   CRI: Table (component)
   ========================================================================== */

.Table--satServices .Column {
  vertical-align: top;
}

.Table--satServices td.Column--name {
  color: #00C0FF;
}

.Table--satServices .Column--address {
  max-width: 250px;
}

.Table--satServices .Column--telephone {
  white-space: nowrap;
}

.Table--satServices .Column--contactDetails {
  position: relative;
  text-align: center;
}

.js .Table--satServices .Column--contactDetails .Sprite {
  cursor: pointer;
  display: inline-block;
  margin-top: 2px;
}

.Table--satServices .Column--contactDetails .Tooltip {
  text-align: left;
}

.js .Table--satServices .Column--contactDetails .Tooltip--address {
  top: 34px;
  right: -29px;
}

.js .Table--satServices .Column--contactDetails .Tooltip--address > * + p {
  margin-top: 0;
}

.js .Table--satServices .Column--contactDetails .Tooltip--address > p + p {
  margin-top: 0.5em;
}


/**
 * Substance info table
 */
.Node--substance .Tabset-panel dl {
}
  .Node--substance .Tabset-panel dt {
    color: #194679;
    float: left;
    font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
    font-size: 13px;
    min-width: 180px;
    margin-bottom: 10px;
    padding-right: 20px;
    text-transform: uppercase;
    width: 28%;
  }
  .Node--substance .Tabset-panel dd {
    margin-bottom: 10px;
  }
    .Node--substance .Tabset-panel dd:after {
      background: #cbcbcc;
      clear: both;
      content: "";
      display: block;
      height: 1px;
    }
/* ==========================================================================
   CRI: Tooltip
   ========================================================================== */

.js .Tooltip {
  background: #00C0FF;
  box-shadow: 1px 1px 3px rgba(0,0,0,.35);
  color: #fff;
  margin-top: 16px;
  padding: 1em;
  position: absolute;
  width: 250px;
}

.js .Tooltip--hide {
  display: none;
}

.js .Tooltip--show {
  display: block;
}

.js .Tooltip:before {
  border-bottom: 16px solid #00C0FF;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  right: 40px;
  top: -16px;
  width: 0;
}

.js .Tooltip-close {
  color: #fff;
  font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
  position: absolute;
  right: 0.5em;
  top: 3px;
}

.js .Tooltip-close:hover {
  color: #194679;
  text-decoration: none;
}
/* ==========================================================================
   CRI: Vacancy
   ========================================================================== */

.Node--vacancy.Node--full .field-label-inline {
  margin-bottom: 0.5em;
  font-size: .9em;
}

.Node--vacancy.Node--full .field-label-inline .field-label {
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width:1200px), (min-width:900px) and (max-width:1200px) {
  .Node--vacancy.Node--full .field-label-inline {
    padding-left: 150px;
  }

  .Node--vacancy.Node--full .field-label-inline .field-label {
    float: left;
    width: 150px;
    margin-left: -150px;
  }
}

.Node--vacancy.Node--full .field-name-body {
  margin-top: 2em;
  clear: left;
}

.List--vacancies {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 4px solid #00C0FF;
}

.Vacancy-moreLink {
  color: #194679;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
}

.Vacancy-moreLink > .fa {
  display: inline-block;
  margin-left: 0.5em;
  margin-top: -2px;
  font-size: 1.2em;
  vertical-align: middle;
}

.VacancySearchResults-listItem {
  background-image: -webkit-linear-gradient(left, #194679 33%, rgba(255,255,255,0) 0%);
  background-image: linear-gradient(to right, #194679 33%, rgba(255,255,255,0) 0%);
  background-position: top;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  padding-top: 2em;
  padding-bottom: 2em;
}

.VacancySearchResults-listItem .ListItem-content {
  position: relative;
}

/**
 * 1. Should leave sufficient room for distance field
 */
.VacancySearchResults-title {
  font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
  font-size: 1.1em;
  margin-bottom: .75em;
  padding-right: 40px; /* 1 */
}

.VacancySearchResults-distance {
  color: #00C0FF;
  font-size: .8em;
  position: absolute;
  top: 4px;
  right: 1.5em;
}

@media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
  .VacancySearchResults-listItem:nth-child(1),
  .VacancySearchResults-listItem:nth-child(2), {
    background-image: none;
    padding-top: 0;
  }

  .VacancySearchResults-listItem > .ListItem-content {
    padding-left: 2em;
    padding-right: 2em;
    margin-left: -2em;
  }
}

.Vacancy-serviceLink,
.Vacancy-salary,
.Vacancy-hours,
.Vacancy-closingdate,
.Vacancy-jobref {
  display: block;
  padding-left: 75px;
  margin-bottom: 0.5em;
  width: 100%;
}


div.VacancySearchResult-content a { display:none; }
div.VacancySearchResult-content a:first-child { display:block; }

.Vacancy-serviceLink {
  text-decoration: underline;
}

.Vacancy-label {
  display: block;
  float: left;
  margin-left: -75px;
  width: 75px;
  font-weight: bold;
  text-decoration: none !important;
  color: #333333;
}

p.Vacancy-expired {
  color:red;
  font-weight:bold;
  margin-bottom:20px;
}
/**
 * Search results
 */
.SearchResult {
  border-bottom: 1px solid #e1e8ee;
  margin-bottom: 0;
  overflow: auto;
}
  .SearchResult-summary {
    padding-bottom: 1em;
  }

.SearchResults-keywords {
	color: #486b95;
	font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
	font-size: 36px;
}
.SearchResults-itemsFound {
	margin-top: 0.5em;
}


/**
 * Pagination
 */
.pager {
  font-family: 'Arial Rounded', arial, helvetica rounded, helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  margin: 1.5em 0;
  text-align: center;
}
  .List--vacancies .pager {
    padding-left: 0;
    text-align: left;
  }

  .pager ul,
  .pager li {
    list-style: none outside;
    margin: 0;
    padding: 0;
  }
  .pager li {
    display: inline-block;
    text-align: center;
    margin: 0 0.5% 5px;
  }
    @media (min-width:900px) and (max-width:1200px), (min-width:1200px) {
      .pager li {
        margin: 0 0.5% 5px;
      }
    }

  .pager a {
    background: #194679;
    color: white;
    display: block;
    padding: 10px;
    text-decoration: none;
  }
    .pager a:hover {
      color: #00C0FF;
    }
    .pager .active {
      background: #00C0FF;
    }
      .pager .active a:hover {
        color: white;
      }

  .pager span {
    background: #CCCCCC;
    color: #fff;
    display: block;
    padding: 10px;
  }


/**
 * Number of search results found
 */
.SearchResults-usersFound,
.SearchResults-itemsFound {
  color: #7e7e7e;
  font-size: 18px;
  margin-top: 2em;
}
video {
  width:700px;
}

:root {
  /**
   * Globals
   */

  /**
   * Colors / Colours
   */;

  /**
   * Grid
   */
}