/**
 * Title:
 *    Main Stylesheet
 * Description:
 *    This is the main Scss file which will import all partials and
 *    compile into: assets/css/styles.css
 * Sections:
 *    $. Config
 *    $. Base
 *    $. Layout
 *    $. Modules
 *    $. Interface
 *    $. Helpers
 */
/* $. Config - Variables, global mixins
\*----------------------------------------------------------------*/
/**
 * Title:
 *    Variables
 * Description:
 *    Project variables go here
 * Sections:
 *    $. Breakpoints
 *    $. Colours
 *    $. Typography
 *    $. Layout
 *    $. Z axis
 */
/* $. Breakpoints
\*----------------------------------------------------------------*/
/* $. Colours
\*----------------------------------------------------------------*/
/**
 * Base colours
 */
/* shades */
/* primary */
/* secondary */
/**
 * UI colours
 */
/* shades */
/* palette */
/* states */
/* $. Typography
    - Weights:
\*----------------------------------------------------------------*/
/* $. Layout
\*----------------------------------------------------------------*/
/* $. Icons
\*----------------------------------------------------------------*/
/* $. Z axis
\*----------------------------------------------------------------*/
/**
 * Title:
 *    Global Mixins
 * Description:
 *    This is an archive for all global mixins located within the
 *    'mixins' folder
 * Sections:
 *    $. Media Queries
 *    $. Placeholder
 */
/* $. Media Queries - https://github.com/jakearchibald/sass-ie
\*----------------------------------------------------------------*/
/* $. Media Queries - https://github.com/jakearchibald/sass-ie
\*----------------------------------------------------------------*/
/* $. Placeholder
\*----------------------------------------------------------------*/
/* $. Curves
\*----------------------------------------------------------------*/
@import '../grunticon/icons.data.svg.css';
@import '../grunticon/icons.data.png.css';
@import '../grunticon/icons.fallback.css';
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__arrow {
  border: 2px solid white;
  width: 45px;
  height: 45px;
  background: none;
  opacity: 50%;
}
.splide__arrow svg {
  fill: white;
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevents 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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: 600;
}

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

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * 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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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: 600;
}

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

td,
th {
  padding: 0;
}

/* ==========================================================================
   Grid
   ========================================================================== */
/*
 * Example uses:
 *
 * <div class="grid">
 *     <div class="grid__cell unit-1-2"></div>
 *     <div class="grid__cell unit-1-2"></div>
 *     <div class="grid__cell unit-1-3"></div>
 *     <div class="grid__cell unit-1-3"></div>
 * </div>
 *
 * <div class="grid grid--center">
 *     <div class="grid__cell unit-1-3"></div>
 *     <div class="grid__cell unit-1-3"></div>
 * </div>
 */
/* Grid core
   ========================================================================== */
/**
 * Grid container
 * Must only contain `.grid` or `.grid__cell` components as children.
 *
 * 1. Adjustment for child element margins.
 * 2. Ensure consistent default alignment/
 * 3. Remove inter-unit whitespace that appears between `inline-block` child
 *    elements. Work for all non-monospace font-families.  If you're using a
 *    monospace base font, you will need to set the `grid` font-family to
 *   `sans-serif` and then redeclare the monospace font on the `grid__cell`
 *    objects.
 * 4. Protect against WebKit bug with optimizelegibility.
 */
.grid {
  display: block;
  padding: 0;
  margin: 0 -10px; /* 1 */
  text-align: left; /* 2 */
  letter-spacing: -0.31em; /* 3 */
  text-rendering: optimizespeed; /* 4 */
}

/**
 * Opera hack
 */
.opera:-o-prefocus,
.grid {
  word-spacing: -0.43em; /* 3 */
}

/**
 * Child `grid` object adjustments
 * Used for more complex fixed-fluid hybrid grids.
 */
.grid > .grid {
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
}

/**
 * Grid units
 * No explicit width by default. Apply `.unit-x-y` classes.
 *
 * 1. Fundamentals of the non-float grid layout mechanism.
 * 2. Apply grid gutter.
 * 3. Controls vertical positioning of units.
 * 4. Keeps content correctly aligned with the grid direction.
 * 5. Reset text defaults.
 */
.grid__cell {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: inline-block; /* 1 */
  margin: 0;
  padding: 0 10px; /* 2 */
  vertical-align: top; /* 3 */
  text-align: left; /* 4 */
  letter-spacing: normal; /* 5 */
  word-spacing: normal; /* 5 */
  text-rendering: auto; /* 5 */
}

/* Grid modifiers
   ========================================================================== */
/**
 * Modifier: horizontally center all grid units
 * Allows for automatic unit centering irrespective of the number of
 * units in the grid.
 */
.grid--center {
  text-align: center;
}

/**
 * Modifier: align horizontally all grid units to the left
 */
.grid--left {
  text-align: left;
}

/**
 * Modifier: align horizontally all grid units to the right
 */
.grid--right {
  text-align: right;
}

/* Grid cell modifiers
   ========================================================================== */
/**
 * 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;
}

/**
 * Modifier: align horizontally one unit to the left
 * Set a specific unit to be horizontally on the left. Doesn't affect
 * any other units. Can still contain a child `grid` object.
 */
.grid__cell--left {
  display: block;
  margin-right: auto;
}

/**
 * Modifier: align horizontally one unit to the right
 * Set a specific unit to be horizontally on the right. Doesn't affect
 * any other units. Can still contain a child `grid` object.
 */
.grid__cell--right {
  display: block;
  margin-left: auto;
}

/* $. Grunticons Import
\*----------------------------------------------------------------*/
/* $. Griddle Build
\*----------------------------------------------------------------*/
/* Proportional units
   ========================================================================== */
/*
 * Specify the proportional width of an object.
 * Primarily for, but not limited to, use with `.grid__cell` components.
 * Intentional redundancy build into each set of unit classes.
 */
.unit-1-12 {
  width: 8.3333333333%;
}

.unit-2-12 {
  width: 16.6666666667%;
}

.unit-3-12 {
  width: 25%;
}

.unit-4-12 {
  width: 33.3333333333%;
}

.unit-5-12 {
  width: 41.6666666667%;
}

.unit-6-12 {
  width: 50%;
}

.unit-7-12 {
  width: 58.3333333333%;
}

.unit-8-12 {
  width: 66.6666666667%;
}

.unit-9-12 {
  width: 75%;
}

.unit-10-12 {
  width: 83.3333333333%;
}

.unit-11-12 {
  width: 91.6666666667%;
}

@media screen and (min-width: 30em) {
  /* Proportional units
     ========================================================================== */
  /*
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  .unit-1-12--bp1 {
    width: 8.3333333333%;
  }
  .unit-2-12--bp1 {
    width: 16.6666666667%;
  }
  .unit-3-12--bp1 {
    width: 25%;
  }
  .unit-4-12--bp1 {
    width: 33.3333333333%;
  }
  .unit-5-12--bp1 {
    width: 41.6666666667%;
  }
  .unit-6-12--bp1 {
    width: 50%;
  }
  .unit-7-12--bp1 {
    width: 58.3333333333%;
  }
  .unit-8-12--bp1 {
    width: 66.6666666667%;
  }
  .unit-9-12--bp1 {
    width: 75%;
  }
  .unit-10-12--bp1 {
    width: 83.3333333333%;
  }
  .unit-11-12--bp1 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 48em) {
  /* Proportional units
     ========================================================================== */
  /*
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  .unit-1-12--bp2 {
    width: 8.3333333333%;
  }
  .unit-2-12--bp2 {
    width: 16.6666666667%;
  }
  .unit-3-12--bp2 {
    width: 25%;
  }
  .unit-4-12--bp2 {
    width: 33.3333333333%;
  }
  .unit-5-12--bp2 {
    width: 41.6666666667%;
  }
  .unit-6-12--bp2 {
    width: 50%;
  }
  .unit-7-12--bp2 {
    width: 58.3333333333%;
  }
  .unit-8-12--bp2 {
    width: 66.6666666667%;
  }
  .unit-9-12--bp2 {
    width: 75%;
  }
  .unit-10-12--bp2 {
    width: 83.3333333333%;
  }
  .unit-11-12--bp2 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 62em) {
  /* Proportional units
     ========================================================================== */
  /*
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  .unit-1-12--bp3 {
    width: 8.3333333333%;
  }
  .unit-2-12--bp3 {
    width: 16.6666666667%;
  }
  .unit-3-12--bp3 {
    width: 25%;
  }
  .unit-4-12--bp3 {
    width: 33.3333333333%;
  }
  .unit-5-12--bp3 {
    width: 41.6666666667%;
  }
  .unit-6-12--bp3 {
    width: 50%;
  }
  .unit-7-12--bp3 {
    width: 58.3333333333%;
  }
  .unit-8-12--bp3 {
    width: 66.6666666667%;
  }
  .unit-9-12--bp3 {
    width: 75%;
  }
  .unit-10-12--bp3 {
    width: 83.3333333333%;
  }
  .unit-11-12--bp3 {
    width: 91.6666666667%;
  }
  .unit-1-5--bp3 {
    width: 20%;
  }
  .unit-2-5--bp3 {
    width: 40%;
  }
  .unit-3-5--bp3 {
    width: 60%;
  }
  .unit-4-5--bp3 {
    width: 80%;
  }
}
@media screen and (min-width: 78em) {
  /* Proportional units
     ========================================================================== */
  /*
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  .unit-1-12--bp4 {
    width: 8.3333333333%;
  }
  .unit-2-12--bp4 {
    width: 16.6666666667%;
  }
  .unit-3-12--bp4 {
    width: 25%;
  }
  .unit-4-12--bp4 {
    width: 33.3333333333%;
  }
  .unit-5-12--bp4 {
    width: 41.6666666667%;
  }
  .unit-6-12--bp4 {
    width: 50%;
  }
  .unit-7-12--bp4 {
    width: 58.3333333333%;
  }
  .unit-8-12--bp4 {
    width: 66.6666666667%;
  }
  .unit-9-12--bp4 {
    width: 75%;
  }
  .unit-10-12--bp4 {
    width: 83.3333333333%;
  }
  .unit-11-12--bp4 {
    width: 91.6666666667%;
  }
  .unit-1-5--bp4 {
    width: 20%;
  }
  .unit-2-5--bp4 {
    width: 40%;
  }
  .unit-3-5--bp4 {
    width: 60%;
  }
  .unit-4-5--bp4 {
    width: 80%;
  }
}
@media screen and (min-width: 87em) {
  /* Proportional units
     ========================================================================== */
  /*
   * Specify the proportional width of an object.
   * Primarily for, but not limited to, use with `.grid__cell` components.
   * Intentional redundancy build into each set of unit classes.
   */
  .unit-1-12--bp5 {
    width: 8.3333333333%;
  }
  .unit-2-12--bp5 {
    width: 16.6666666667%;
  }
  .unit-3-12--bp5 {
    width: 25%;
  }
  .unit-4-12--bp5 {
    width: 33.3333333333%;
  }
  .unit-5-12--bp5 {
    width: 41.6666666667%;
  }
  .unit-6-12--bp5 {
    width: 50%;
  }
  .unit-7-12--bp5 {
    width: 58.3333333333%;
  }
  .unit-8-12--bp5 {
    width: 66.6666666667%;
  }
  .unit-9-12--bp5 {
    width: 75%;
  }
  .unit-10-12--bp5 {
    width: 83.3333333333%;
  }
  .unit-11-12--bp5 {
    width: 91.6666666667%;
  }
  .unit-1-5--bp5 {
    width: 20%;
  }
  .unit-2-5--bp5 {
    width: 40%;
  }
  .unit-3-5--bp5 {
    width: 60%;
  }
  .unit-4-5--bp5 {
    width: 80%;
  }
}
/* $. Hotfixes
\*----------------------------------------------------------------*/
.grid {
  letter-spacing: -0.28em;
}

@media screen and (min-width: 62em) {
  .grid--spaced {
    margin: 0 -30px;
  }
  .grid--spaced > .grid__cell {
    padding: 0 30px;
  }
}

.grid--flush {
  margin: 0;
}
.grid--flush > .grid__cell {
  padding: 0;
}

/* $. Base - Project defaults & Element styling
\*----------------------------------------------------------------*/
/**
 * Title:
 *    Defaults
 * Description:
 *    These are the base styles for the project
 * Sections:
 *    $. Defaults
 *    $. Selections
 */
/* $. Defaults
\*----------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

html {
  font-family: "itc-avant-garde-gothic-pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  line-height: 1.5;
  font-size: 100%;
  font-weight: 300;
  overflow-y: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 62em) {
  html {
    font-size: 112.5%;
  }
}

body {
  color: #333333;
  background-color: #ffffff;
}

/* $. Selections
\*----------------------------------------------------------------*/
::-moz-selection {
  background: rgba(102, 102, 102, 0.5);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: rgba(102, 102, 102, 0.5);
  color: #fff;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: rgba(102, 102, 102, 0.5);
}

:focus {
  outline: 0;
}

/**
 * Title:
 *    Elements
 * Description:
 *    The styling of basic element tags
 * Sections:
 *    $. Basics
 *    $. Links
 *    $. Blockquotes
 *    $. Code
 *    $. Embedded
 */
/* $. Basics
\*----------------------------------------------------------------*/
hr {
  margin: 3em 0 0 0;
  border: 0;
  width: 100%;
  height: 1px;
  background: #cccccc;
}

ins {
  text-decoration: none;
  color: #000;
  background: #ff9;
}

mark,
strong,
b {
  font-family: "itc-avant-garde-gothic-pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  font-weight: 600;
}

pre {
  overflow-x: auto;
}

address {
  white-space: pre-line;
}

em,
i {
  font-style: normal;
  font-family: "itc-avant-garde-gothic-pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  font-weight: 300;
}

/* $. Links
\*----------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #693c5e;
}
a:hover {
  color: #492941;
}

/* $. Figures
\*----------------------------------------------------------------*/
figure {
  margin: 2em 0;
}

figcaption {
  margin-top: 0;
  padding: 1em;
  font-size: 0.8rem;
  font-style: normal;
  background: #f1f1f1;
  border-bottom: 0;
}

/* $. Blockquotes
\*----------------------------------------------------------------*/
blockquote {
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  overflow: hidden;
  position: relative;
  clear: both;
  margin: 4em 0;
  padding: 1em;
  line-height: 1.2;
  color: #693c5e;
  background: #e8d6e3;
  overflow: visible;
}
@media screen and (min-width: 48em) {
  blockquote {
    padding: 2em;
  }
}
blockquote:before {
  content: "";
  position: absolute;
  top: -2em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 2em solid #e8d6e3;
  border-right: 2em solid transparent;
}
blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 2em solid #e8d6e3;
  border-left: 2em solid transparent;
}
blockquote p {
  font-weight: 300;
  font-size: 1.25rem;
}
@media screen and (min-width: 48em) {
  blockquote p {
    font-size: 1.5rem;
  }
}
blockquote cite {
  display: block;
  margin-top: 1em;
  font-weight: 300;
  font-size: 0.85rem;
  font-style: normal;
  color: #000000;
}
@media screen and (min-width: 48em) {
  blockquote cite {
    font-size: 1rem;
  }
}
blockquote [class*=icon--quote-right] {
  position: absolute;
  bottom: -1em;
  right: 0;
}

/* $. Embedded
\*----------------------------------------------------------------*/
img {
  display: inline-block;
  margin: 0 auto;
  color: #666;
  vertical-align: middle;
}
img[width] {
  width: auto !important;
}
img[height] {
  height: auto !important;
}

img,
audio,
canvas,
embed,
object,
video {
  max-width: 100%;
}

iframe {
  display: block;
}

/**
 * Title: Typography
 * Description: Base typography styles dealing with Vertical Rhythm and Hierarchy
 * Sections:
 *    $. Vertical Rhythm
 *    $. Headings
 *    $. Common Styles
 */
/* $. Vertical Rhythm
\*----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 300;
  line-height: 1.2;
}

pre,
p,
ul,
ol,
dl,
hr {
  margin-top: 0;
}

p,
ul,
ol,
dl,
hr,
form,
table,
pre {
  margin-bottom: 1em;
}

ul > :last-child,
ol > :last-child,
dl > :last-child,
blockquote > :last-child {
  margin-bottom: 0;
}

code {
  background: #888888;
  display: block;
  margin: 0 0 1em 0;
  overflow: scroll;
  line-height: 1;
  font-family: monospace;
  padding: 0.5em;
  color: white;
}
code + br {
  display: none;
}

/* $. Headings
\*----------------------------------------------------------------*/
h1,
.alpha {
  font-size: 2.2rem;
}
@media screen and (min-width: 48em) {
  h1,
  .alpha {
    font-size: 2.8rem;
  }
}

h2,
.beta {
  font-size: 1.9rem;
}
@media screen and (min-width: 48em) {
  h2,
  .beta {
    font-size: 2.2rem;
  }
}

h3,
.gamma {
  font-size: 1.7rem;
}

h4,
.delta,
.content h2 {
  font-size: 1.4rem;
}

h5,
.epsilon,
.content h3 {
  font-size: 1.1rem;
}

h6,
.zeta,
.content h4,
.content h5 {
  font-size: 0.875rem;
}

/* $. Common Styles
\*----------------------------------------------------------------*/
.intro {
  margin-bottom: 1em;
  font-weight: 500;
}

.welcome {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #888888;
}
@media screen and (min-width: 78em) {
  .welcome {
    font-size: 1.3rem;
  }
}

.headline {
  color: #693c5e;
}

.heading, .content h2 {
  padding-top: 1em;
  padding-bottom: 0.25em;
  margin-bottom: 0.6666666667em;
  font-weight: 600;
  border-bottom: 1px solid #e57200;
}

.link {
  position: relative;
  display: block;
  padding-left: 1.5em;
  font-weight: 500;
}
.link:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url("../grunticon/png/arrow-right-green.png");
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%23B4C90B%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4.8%2017.4c-.6.6-.6%201.5%200%202.1.6.6%201.5.6%202.1%200l8.3-8.5c.6-.6.6-1.5%200-2.1L6.9.4c-.6-.6-1.5-.6-2.1%200-.6.6-.6%201.6%200%202.2l6.8%207.4-6.8%207.4z%22%2F%3E%3C%2Fsvg%3E");
}

/**
 * Title:
 *    Lists
 * Description:
 *    Styling of <ul>, <ol>, <dl> and its children
 * Sections:
 *    $. Basics
 *    $. Your Styles
 */
/* $. Lists
\*----------------------------------------------------------------*/
ul,
ol {
  margin-left: 1.5em;
  padding-left: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0.5em;
  margin-bottom: 0;
}

li {
  margin-bottom: 0.5em;
}

dt {
  font-family: "itc-avant-garde-gothic-pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  font-weight: 600;
}

dd {
  margin-left: 0;
  margin-bottom: 0.5em;
  font-style: italic;
}

/* $. Your Styles
\*----------------------------------------------------------------*/
/**
 * Title:
 *    Forms
 * Description:
 *    Styling of forms and form variations
 * Sections:
 *    $. Basics
 *    $. Placeholders
 *    $. Custom Select
 */
/* $. Basics
\*----------------------------------------------------------------*/
form {
  margin: 0 0 1.5em 0;
}

fieldset {
  margin-bottom: 1.5em;
  padding: 0 1em;
}
fieldset:last-child {
  margin-top: 0;
}

legend {
  font-size: 1.25em;
  margin-bottom: 1em;
  padding: 0 1em;
}

label {
  display: block;
  font-weight: 600;
  padding-bottom: 0.25em;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
  background: none;
  border: none;
  height: 0.8em;
  width: 0.8em;
}

input,
select,
textarea,
.select {
  margin-bottom: 1em;
  width: 100%;
  border: 1px solid;
  border-radius: 0;
  color: #666;
  background-color: #fff;
  border-color: #cccccc;
}
input:focus,
select:focus,
textarea:focus,
.select:focus {
  border-color: #555555;
}

input,
textarea {
  padding: 0.65em 0.5em;
}

input[type=text],
input[type=email],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=file] {
  cursor: pointer;
  line-height: 0;
  padding: 0.75em 0.5em;
}

textarea {
  resize: vertical;
}

form ul,
form ol {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1em;
}

form li {
  margin-bottom: 0.5em;
}

form li:last-child,
fieldset:last-child {
  margin-bottom: 0;
}

/* $. Placeholders
\*----------------------------------------------------------------*/
::-webkit-input-placeholder {
  font-style: normal;
  opacity: 0.75;
}

:-moz-placeholder {
  font-style: normal;
  opacity: 0.75;
}

::-moz-placeholder {
  font-style: normal;
  opacity: 0.75;
}

:-ms-input-placeholder {
  font-style: normal;
  opacity: 0.75;
}

/* $. Custom Select
\*----------------------------------------------------------------*/
.select {
  position: relative;
  display: block;
  padding: 1.15em;
  font-size: 0.8rem;
}
.select[class*=icon--] {
  background-position: calc(100% - 1em) center;
  background-size: 20px;
}

/* $. GFORMS
\*----------------------------------------------------------------*/
.gfield_required {
  font-weight: 300;
}

/**
 * Title:
 *    Tables
 * Description:
 *    Styling of tables and their variations
 * Sections:
 *    $. Basics
 *    $. Your Styles
 */
/* $. Basics
\*----------------------------------------------------------------*/
table {
  width: 100%;
}

td,
th,
caption {
  padding: 0.5em;
  border: 1px solid #cccccc;
  vertical-align: top;
}

tr:nth-child(odd) td {
  background: #cccccc;
}

th,
caption {
  font-family: "itc-avant-garde-gothic-pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  font-weight: 600;
  background: #ffffff;
}

caption {
  background: #ffffff;
}

/* $. Your Styles
\*----------------------------------------------------------------*/
.table--hovered tr:hover td {
  background: #bfbfbf;
}

/* $. Modules - Global objects i.e. .btn, .island, etc
\*----------------------------------------------------------------*/
/**
 * Title:
 *    Button Module
 * Description:
 *    The .btn module and its extensions
 * Sections:
 *    $. Setup
 *    $. Component
 *    $. Modifications
 */
/* $. Setup
\*----------------------------------------------------------------*/
button,
input[type=button],
input[type=submit],
.btn {
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  overflow: hidden;
  display: inline-block;
  padding: 0.5em 1em;
  border: 0;
  transition: all 0.15s ease-out;
}

/* $. Component
\*----------------------------------------------------------------*/
/* $. Modifications
\*----------------------------------------------------------------*/
/**
 * Themes
 */
.btn--primary {
  color: #ffffff;
  background: #693c5e;
}
.btn--primary:hover, .btn--primary:focus {
  color: #ffffff;
  background: #492941;
}

.btn--secondary {
  color: #ffffff;
  background: #b4c90b;
}
.btn--secondary:hover, .btn--secondary:focus {
  color: #ffffff;
  background: #899908;
}

.btn--tertiary {
  color: #333333;
  background: #cccccc;
}
.btn--tertiary:hover, .btn--tertiary:focus {
  color: #333333;
  background: #b3b3b3;
}

.btn--invert {
  color: #000000;
  background: #ffffff;
}
.btn--invert:hover, .btn--invert:focus {
  color: #000000;
  background: #e6e6e6;
}

/**
 * Position and size
 */
.btn--blocked {
  width: 100%;
  text-align: left;
}

.btn--large {
  font-size: 1.2rem;
}

.btn--small {
  font-size: 0.8rem;
}

/**
 * Icons
 */
.btn--icon {
  position: relative;
  padding-right: 2.5em;
}
.btn--icon .icon {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -10px;
}
.btn--icon .icon--small {
  margin-top: -8px;
}
.btn--icon .icon--medium {
  margin-top: -15px;
}
.btn--icon .icon--large {
  margin-top: -22.5px;
}
.btn--icon .icon--xlarge {
  margin-top: -32.5px;
}
.btn--icon .icon--xxlarge {
  margin-top: -45px;
}

/**
 * Title:
 *    Panels
 * Description:
 *    Used to provide emphasis for a section of content
 * Sections:
 *    $. Setup
 *    $. Component
 *    $. Themes
 *    $. Sizing
 *    $. Grid
 */
/* $. Setup
\*----------------------------------------------------------------*/
/**
 * Mixin to give colors and backgrounds for your panel.
 *
 * @param  $text   Colour of the Text
 * @param  $bg     Colour of the Background
 */
/* $. Component
\*----------------------------------------------------------------*/
.panel, .sidebar__section {
  position: relative;
  display: block;
  padding: 1em;
}
@media screen and (min-width: 48em) {
  .panel, .sidebar__section {
    padding: 2em;
  }
}

.panel__heading {
  margin-bottom: 1em;
  font-weight: 600;
}

.panel__icon {
  position: absolute;
  left: 50%;
  top: 1em;
  transform: translateX(-50%);
}
@media screen and (min-width: 48em) {
  .panel__icon {
    left: 1em;
    top: 50%;
    transform: translateY(-50%) translateX(0);
  }
}
@media screen and (max-width: 48em) {
  .panel__icon.icon--xlarge {
    width: 45px;
    height: 45px;
  }
}

/* $. Sizing
\*----------------------------------------------------------------*/
.panel--large {
  padding: 2em;
}
@media screen and (min-width: 48em) {
  .panel--large {
    padding: 4em;
  }
}

.panel--small {
  padding: 0.5em;
}
@media screen and (min-width: 48em) {
  .panel--small {
    padding: 1em;
  }
}

.panel--slim {
  padding: 0.75em;
}
@media screen and (min-width: 48em) {
  .panel--slim {
    padding: 1.5em;
  }
}

/* $. Icon
\*----------------------------------------------------------------*/
.panel--icon {
  padding: 4.5em 1em 1em 1em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .panel--icon {
    padding: 1em 1em 1em 5.5em;
    text-align: left;
  }
}

/* $. Themes
\*----------------------------------------------------------------*/
.panel--white {
  color: #333333;
  background-color: #ffffff;
  transition: background-color 0.15s ease-out;
}
.panel--white[href]:hover, .panel--white[href]:focus {
  color: #333333;
  background-color: #f2f2f2;
}

.panel--grey, .sidebar__section {
  color: #333333;
  background-color: #f1f1f1;
  transition: background-color 0.15s ease-out;
}
.panel--grey[href]:hover, [href].sidebar__section:hover, .panel--grey[href]:focus, [href].sidebar__section:focus {
  color: #333333;
  background-color: #e4e4e4;
}

.panel--green {
  color: #000000;
  background-color: #b4c90b;
  transition: background-color 0.15s ease-out;
}
.panel--green[href]:hover, .panel--green[href]:focus {
  color: #000000;
  background-color: #9eb10a;
}

.panel--purple {
  color: #ffffff;
  background-color: #693c5e;
  transition: background-color 0.15s ease-out;
}
.panel--purple[href]:hover, .panel--purple[href]:focus {
  color: #ffffff;
  background-color: #59334f;
}

.panel--red {
  color: #ffffff;
  background-color: #bc204b;
  transition: background-color 0.15s ease-out;
}
.panel--red[href]:hover, .panel--red[href]:focus {
  color: #ffffff;
  background-color: #a61c42;
}

.panel--brand {
  color: #ffffff;
  background-color: #005994;
  transition: background-color 0.15s ease-out;
}
.panel--brand[href]:hover, .panel--brand[href]:focus {
  color: #ffffff;
  background-color: #004a7b;
}

.panel--comp {
  color: #000000;
  background-color: #b4c90b;
  transition: background-color 0.15s ease-out;
}
.panel--comp[href]:hover, .panel--comp[href]:focus {
  color: #000000;
  background-color: #9eb10a;
}

.panel--success,
.panel--info,
.panel--error {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.panel--success {
  border-color: #2ecc71;
}

.panel--info {
  border-color: #bc204b;
}

.panel--error {
  border-color: #e74c3c;
}

/* $. Grid
\*----------------------------------------------------------------*/
.panels--grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-left: -1.5em;
  margin-bottom: -1.5em;
}
.panels--grid .panel, .panels--grid .sidebar__section {
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  display: block;
  min-height: 125px;
  width: 100%;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.test--no-flexbox .panels--grid .panel, .test--no-flexbox .panels--grid .sidebar__section {
  float: left;
}
@media screen and (min-width: 48em) {
  .panels--grid .panel, .panels--grid .sidebar__section {
    width: 48%;
    width: calc(50% - 1.5em);
  }
}

/**
 * Title:
 *    Icon Module
 * Description:
 *    Responsible for all sizes and styling of Grunticon based icons
 * Sections:
 *    $. Setup
 *    $. Base
 *    $. Variations
 *
 * TODO:
 *    - Change .svg sizes based on this file for better IE8 support
 */
/* $. Setup
\*----------------------------------------------------------------*/
/* $. Base
\*----------------------------------------------------------------*/
.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
}

/* $. Variations
\*----------------------------------------------------------------*/
/* Generic sizing */
.icon--xsmall {
  width: 12px;
  height: 12px;
}

.icon--small {
  width: 16px;
  height: 16px;
}

.icon--medium {
  width: 30px;
  height: 30px;
}

.icon--large {
  width: 45px;
  height: 45px;
}

.icon--xlarge {
  width: 65px;
  height: 65px;
}

.icon--xxlarge {
  width: 90px;
  height: 90px;
}

/* Styling */
.icon--transparent {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* Logos */
.icon--logo,
.icon--cygnetnursinghomes-logo-christmas {
  width: 140px;
  height: 55px;
}
@media screen and (min-width: 30em) {
  .icon--logo,
  .icon--cygnetnursinghomes-logo-christmas {
    width: 163px;
    height: 64px;
  }
}
@media screen and (min-width: 62em) {
  .icon--logo,
  .icon--cygnetnursinghomes-logo-christmas {
    width: 246px;
    height: 95px;
  }
}

.icon--featured {
  display: inline-block;
  margin: 0 auto 1em auto;
  line-height: 0;
}

/**
 * Title:
 *    Media Module - http://goo.gl/Xf6MJ
 * Description:
 *    The .media module and its extensions
 * Sections:
 *    $. Setup
 *    $. Component
 *    $. Modifications
 */
/* $. Setup
\*----------------------------------------------------------------*/
/* $. Component
\*----------------------------------------------------------------*/
.media {
  margin-bottom: 1em;
}

.media__body:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .media__body {
    overflow: hidden;
  }
}

.media__img {
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .media__img {
    float: left;
    margin-bottom: 0;
    margin-right: 2em;
  }
}

/* $. Modifications
\*----------------------------------------------------------------*/
@media screen and (min-width: 48em) {
  .media--flipped .media__img {
    float: right;
    margin-left: 2em;
    margin-right: 0;
  }
}

/**
 * Title:
 *    List variations
 * Description:
 *    Styling for different types of lists throughout the site.
 * Sections:
 *    $. Resets
 *    $. Components
 */
/* $. Reset
\*----------------------------------------------------------------*/
.slides__nav-item, .nav, .list--featured-icons, .list--arrows, .list--icons, .list--links,
.list--unset,
.header__contact {
  list-style: none;
  margin: 0;
}
.slides__nav-item ul, .nav ul, .list--featured-icons ul, .list--arrows ul, .list--icons ul, .list--links ul,
.slides__nav-item ol,
.nav ol,
.list--featured-icons ol,
.list--arrows ol,
.list--icons ol,
.list--links ol,
.list--unset ul,
.header__contact ul,
.list--unset ol,
.header__contact ol {
  list-style: none;
  margin: 0;
}

.list--inline li,
.list--inline dt,
.list--inline dd {
  display: inline-block;
  margin: 0 0.25em;
}
.list--inline li:first-child,
.list--inline dt:first-child,
.list--inline dd:first-child {
  margin-left: 0;
}
.list--inline li:last-child,
.list--inline dt:last-child,
.list--inline dd:last-child {
  margin-right: 0;
}
.list--inline dt,
.list--inline dd {
  font-style: normal;
}

/* $. Components
\*----------------------------------------------------------------*/
.list--links a {
  position: relative;
  display: block;
  padding-left: 2em;
}
.list--links .icon {
  position: absolute;
  top: 0.2em;
  left: 0.5em;
}

.list--links-medium a {
  padding-left: 2.5em;
}
.list--links-medium .icon {
  top: -0.05em;
  left: 0;
}

.list--icons li {
  position: relative;
  display: block;
  margin-bottom: 1em;
  padding-left: 2.5em;
}
.list--icons .icon {
  position: absolute;
  top: 0.2em;
  left: 0;
}

.list--arrows li:last-child {
  margin-bottom: 0;
}
.list--arrows a {
  position: relative;
  display: block;
  padding-left: 1.5em;
  font-weight: 500;
}
.list--arrows a:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url("../grunticon/png/arrow-right-orange.png");
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%23E57200%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4.8%2017.4c-.6.6-.6%201.5%200%202.1.6.6%201.5.6%202.1%200l8.3-8.5c.6-.6.6-1.5%200-2.1L6.9.4c-.6-.6-1.5-.6-2.1%200-.6.6-.6%201.6%200%202.2l6.8%207.4-6.8%207.4z%22%2F%3E%3C%2Fsvg%3E");
}

.list--featured-icons li,
.list--featured-icons a {
  position: relative;
  display: block;
}
.list--featured-icons li {
  margin-bottom: 1.5em;
  padding-left: 3em;
}
.list--featured-icons .icon {
  position: absolute;
  top: -0.5em;
  left: 0;
}

/**
 * Title:
 *    Toggle
 * Description:
 *    Toggle module used to style the Toggle button for certain interactions
 *    on the site; namely the Toggle Navigation on smaller screen sizes.
 * Sections:
 *    $. Variables
 *    $. Base
 */
/* $. Variables
\*----------------------------------------------------------------*/
/* $. Base
\*----------------------------------------------------------------*/
.toggle {
  display: block;
  height: 64px;
  margin: 0;
  padding: 0 1.2em;
  background: #ececec;
  border: 0;
  border-right: 1px solid #e7e7e7;
  border-radius: 0;
}
@media screen and (min-width: 30em) {
  .toggle {
    height: 77px;
  }
}
.toggle:focus, .toggle:active {
  box-shadow: none;
}
.toggle:first-of-type {
  border-right: 0;
}

.toggle__icon {
  display: block;
}
@media screen and (max-width: 30em) {
  .toggle__icon {
    width: 20px;
    height: 20px;
  }
}

/**
 * Title:
 *    Breadcrumbs
 * Description:
 *    Styling the breadcrumbs component.
 * Sections:
 *    $. Variables
 *    $. Base
 */
/* $. Variables
\*----------------------------------------------------------------*/
/* $. Base
\*----------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  margin: 0;
  font-size: 0.8rem;
}
@media screen and (min-width: 62em) {
  .breadcrumbs {
    padding-top: 1em;
    border-top: 0.25em solid #f1f1f1;
  }
}
.breadcrumbs a {
  color: #005994;
  border-bottom: 1px solid #005994;
  border-bottom-color: rgba(0, 89, 148, 0.15);
  transition: all 0.15s ease-out;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  border-bottom-color: rgba(0, 89, 148, 0.5);
}

.pagination {
  margin-top: 2em;
  padding: 0.5em 0;
  font-size: 1.2rem;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.pagination a, .pagination span {
  display: inline-block;
}
.pagination a {
  margin: 0 0.25em;
  line-height: 1;
  border-bottom: 1px solid #005994;
}
.pagination .pages {
  margin-right: 2em;
  font-size: 0.85rem;
}
.pagination .first,
.pagination .last {
  border-bottom: 0;
}

.mwm-aal-container {
  background-color: #f1f1f1;
  padding: 1em;
  margin-bottom: 1em;
  transition: background-color 0.15s ease-out;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
@media screen and (min-width: 48em) {
  .mwm-aal-container {
    padding: 2em;
    margin-bottom: 2em;
  }
}
.mwm-aal-container ol {
  margin-bottom: 0;
}

.mwm-aal-title {
  font-size: 19px;
  padding-bottom: 0.25em;
  margin-bottom: 0.6666666667em;
  font-weight: 600;
  border-bottom: 1px solid #e57200;
}
@media screen and (min-width: 48em) {
  .mwm-aal-title {
    font-size: 22px;
  }
}

/* $. Interface - Project specific objects i.e. .work, .product, etc
\*----------------------------------------------------------------*/
/**
 * Title:
 *    Section object
 * Description:
 *    Used to visually define a different section. This is to be used as a main object that
 *    everything sits within.
 * Sections:
 *    $. Setup
 *    $. Base
 *    $. Elements
 *    $. Themes
 *    $. Sizing
 */
/* $. Setup
\*----------------------------------------------------------------*/
/**
 * Mixin to give colors and backgrounds for your section.
 *
 * @param  $text   Colour of the Text
 * @param  $bg     Colour of the Background
 */
/* $. Base
\*----------------------------------------------------------------*/
.section {
  position: relative;
  padding: 1em 0;
}
@media screen and (min-width: 48em) {
  .section {
    padding: 2em 0;
  }
}

/* $. Elements
\*----------------------------------------------------------------*/
/* $. Themes
\*----------------------------------------------------------------*/
.section--brand {
  color: #ffffff;
  background-color: #005994;
}

.section--outlined {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/* $. Sizing
\*----------------------------------------------------------------*/
.section--small {
  padding: 1em 0;
}

.section--large {
  padding: 2em 0 2em 0;
}
@media screen and (min-width: 48em) {
  .section--large {
    padding: 4em 0 4em 0;
  }
}

/**
 * Title:
 *    Navigation
 * Description:
 *    The .nav module and its extensions
 * Sections:
 *    $. Variables
 *    $. Container
 *    $. Component
 *    $. Primary
 *    $. Secondary
 *    $. Tertiary
 *    $. Flexbox fallback
 */
/* $. Variables
\*----------------------------------------------------------------*/
/* $. Container
\*----------------------------------------------------------------*/
.nav-container {
  background: #e6e6e6;
}
@media screen and (min-width: 62em) {
  .nav-container {
    background: 0;
  }
}

/* $. Component
\*----------------------------------------------------------------*/
.nav__item .icon {
  margin-right: 0.25em;
}

/* $. Primary
\*----------------------------------------------------------------*/
.nav--primary {
  position: relative;
}
.nav--primary .nav__item {
  display: block;
  margin: 0;
}
.nav--primary .nav__item:first-child .nav__link {
  border-top: 0;
}
@media screen and (min-width: 62em) {
  .nav--primary .nav__item {
    display: inline-block;
  }
  .nav--primary .nav__item:hover .nav__link, .nav--primary .nav__item:focus .nav__link {
    background: #e8d6e3;
    border-radius: 0.5em;
  }
  .nav--primary .nav__item:hover .nav__link--expandable, .nav--primary .nav__item:focus .nav__link--expandable {
    border-radius: 0.5em 0.5em 0 0;
  }
}
.nav--primary .nav__link {
  display: block;
  padding: 0.5em;
  font-size: 1.1rem;
  color: #000000;
  border-top: 1px solid #dfdfdf;
}
@media screen and (min-width: 62em) {
  .nav--primary .nav__link {
    color: #693c5e;
    border: 0;
  }
}
@media screen and (min-width: 87em) {
  .nav--primary .nav__link {
    font-size: 1.3rem;
  }
}
.nav--primary .icon {
  display: none;
}
@media screen and (min-width: 62em) {
  .nav--primary .icon {
    display: inline-block;
  }
}

/* $. Secondary
\*----------------------------------------------------------------*/
@media screen and (min-width: 62em) {
  .nav--secondary {
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    overflow: hidden;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 100%;
    padding: 0.25em 0 0.25em 2em;
    background: #693c5e;
    text-align: right;
  }
}
.nav--secondary .nav__item {
  display: block;
  margin: 0;
}
@media screen and (min-width: 62em) {
  .nav--secondary .nav__item {
    display: inline-block;
    margin: 0 0 0 1em;
  }
  .nav--secondary .nav__item:first-child {
    margin-left: 0;
  }
  .nav--secondary .nav__item:nth-last-child(1) {
    border-left: 10px solid white;
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .nav--secondary .nav__item:nth-last-child(1) a {
    background: #888888;
    padding: 0.45em 2em;
    color: white;
    font-weight: 600;
  }
}
.nav--secondary .nav__link {
  display: block;
  padding: 0.5em;
  font-size: 1.1rem;
  color: #000000;
  border-top: 1px solid #dfdfdf;
}
@media screen and (min-width: 62em) {
  .nav--secondary .nav__link {
    padding: 0;
    font-size: 0.9rem;
    color: #ffffff;
    border-top: 0;
  }
}

.nav--secondary .nav__item--featured {
  position: relative;
  margin-left: 0;
}
@media screen and (min-width: 62em) {
  .nav--secondary .nav__item--featured {
    margin-left: 1.5em;
  }
  .nav--secondary .nav__item--featured:before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: -1em;
    display: block;
    width: 1px;
    height: 1em;
    background: #ffffff;
  }
}

/* $. Tertiary
\*----------------------------------------------------------------*/
.nav--tertiary {
  margin-bottom: 0;
}
.nav--tertiary .nav__item {
  display: inline-block;
}
.nav--tertiary .nav__item:first-child .nav__link {
  padding-left: 0;
  border-left: 0;
}
.nav--tertiary .nav__link {
  display: block;
  padding: 0 0.25em 0 0.5em;
  font-size: 0.85rem;
  line-height: 1;
  color: #888888;
  border-left: 1px solid #cccccc;
}
@media screen and (min-width: 62em) {
  .nav--tertiary .nav__link {
    transition: all 0.15s ease-out;
  }
  .nav--tertiary .nav__link:hover, .nav--tertiary .nav__link:focus {
    color: #333333;
  }
}

/**
 * Title:
 *    Submenu
 * Description:
 *    The .nav module and its extensions
 * Sections:
 *    $. Base
 *    $. Elements
 *    $. Themes
 */
/* $. Base
\*----------------------------------------------------------------*/
.submenu {
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  width: 100%;
  padding: 2em;
  background: #e8d6e3;
  text-align: left;
}
@media screen and (min-width: 62em) {
  .nav__item:hover .submenu {
    display: block;
  }
}

/* $. Elements
\*----------------------------------------------------------------*/
.submenu__grid {
  margin-bottom: -1em;
}

.submenu__item {
  margin-bottom: 0.5em;
}

.submenu__link {
  position: relative;
  display: block;
  padding: 0 0 0 1.5em;
  font-weight: 500;
  font-size: 0.9rem;
}

.submenu__icon {
  position: absolute;
  top: 1px;
  left: 0;
}

.submenu__image {
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  overflow: hidden;
  overflow: hidden;
  display: block;
  margin-bottom: 0.5em;
}

.submenu__text {
  display: block;
  font-weight: 300;
  font-size: 1rem;
  color: #333333;
}

/* $. Themes
\*----------------------------------------------------------------*/
.submenu--content .submenu__link {
  padding-left: 1.25em;
  font-size: 1.3rem;
}
.submenu--content .submenu__icon {
  top: 8px;
}
.submenu--content .submenu__item {
  margin-bottom: 1.5em;
}

/**
 * Title:
 *    form
 * Description:
 *    Used to visually define a different section. This is to be used as a main object that
 *    everything sits within.
 * Sections:
 *    $. Variables
 *    $. Base
 *    $. Elements
 *    $. Variations
 */
/* $. Variables
\*----------------------------------------------------------------*/
/* $. Base
\*----------------------------------------------------------------*/
.form {
  margin-bottom: 0;
}
.form .select {
  border: 0;
}

.form__container {
  position: relative;
}

/* $. Elements
\*----------------------------------------------------------------*/
.form__input {
  height: 2.5em;
  margin-bottom: 0;
  border: 1px solid #cccccc;
  border-radius: 0 2.5em 2.5em 0;
}

.form__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 2.5em;
  width: 2.5em;
  padding: 0;
  line-height: 1;
  background: #005994;
  border-radius: 100%;
}

/* $. Variations
\*----------------------------------------------------------------*/
.form--inline input,
.form--inline button,
.form--inline select,
.form--inline .select {
  vertical-align: bottom;
  margin-bottom: 0;
}
.form--inline input,
.form--inline select,
.form--inline .select {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 78em) {
  .form--inline input,
  .form--inline select,
  .form--inline .select {
    margin-bottom: 0;
  }
}
.form--inline button {
  margin-top: 1em;
}
@media screen and (min-width: 78em) {
  .form--inline button {
    margin-top: 0;
  }
}
.form--inline .grid__cell {
  vertical-align: bottom;
}

.form--gdpr .gfield_checkbox input, .form--gdpr .gfield_checkbox label {
  display: inline;
}

/**
 * Title:
 *    Slideshow
 * Description:
 *    Styling the slideshow elements including navigation, images and text
 * Sections:
 *    $. Cotnainer
 *    $. Slide
 *    $. Navigation
 */
/* $. Container
\*----------------------------------------------------------------*/
.slides {
  position: relative;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  overflow: hidden;
  overflow: hidden;
}
.slides:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 62em) {
  .slides.slides--duo {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

/* $. Slide
\*----------------------------------------------------------------*/
.slide {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 6em 0 18em 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 62em) {
  .slide {
    height: 400px;
  }
}
@media screen and (min-width: 87em) {
  .slide {
    height: 500px;
  }
}
.slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.slide.is-active {
  display: block;
}

.slides--duo .slide {
  padding: 6em 0 13em 0;
}
@media screen and (min-width: 62em) {
  .slides--duo .slide {
    padding: 6em 0 17em 0;
    height: auto;
  }
}

.slide__caption {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0 2em;
  text-align: center;
  border: 0;
  background: 0;
}
@media screen and (min-width: 48em) {
  .slide__caption {
    top: 50%;
    left: 50%;
    padding: 0 9em;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media screen and (min-width: 78em) {
  .slide__caption {
    padding: 0 13em;
  }
}

.slide__heading {
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (min-width: 48em) {
  .slide__heading {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 62em) {
  .slide__heading {
    font-size: 2.2rem;
  }
}

.slides--duo .slide__heading {
  font-size: 28px;
  font-size: 1.5rem;
}

/* $. Navigation
\*----------------------------------------------------------------*/
.slides__nav-item {
  position: absolute;
  bottom: 0.25em;
}
@media screen and (min-width: 48em) {
  .slides__nav-item {
    top: 50%;
    bottom: auto;
    margin-top: -22.5px;
  }
}

.slides__nav-item--prev {
  left: 48%;
  margin-left: -45px;
}
@media screen and (min-width: 48em) {
  .slides__nav-item--prev {
    left: 2em;
    margin-left: 0;
  }
}

.slides__nav-item--next {
  right: 48%;
  margin-right: -45px;
}
@media screen and (min-width: 48em) {
  .slides__nav-item--next {
    right: 2em;
    margin-right: 0;
  }
}

@media screen and (min-width: 62em) {
  .slides__nav-icon {
    opacity: 0.5;
    transition: opacity 0.15s ease-out;
  }
  .slides__nav-icon:hover, .slides__nav-icon:focus {
    opacity: 1;
  }
}
@media screen and (min-width: 78em) {
  .slides__nav-icon {
    width: 65px;
    height: 65px;
  }
}

.slides--duo .slides__nav-icon {
  width: 48px;
  height: 48px;
}

/* $. Welcome message
\*----------------------------------------------------------------*/
.slides__welcome {
  position: absolute;
  top: 1em;
  left: 50%;
  padding: 0.5em 1em;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  transform: translateX(-50%);
  z-index: 1;
  white-space: nowrap;
}

/**
 * Title:
 *    Block
 * Description:
 *    Show a summary of a particular section on the site, where the
 *    image of the section is shown above some text, followed by any
 *    supporting child pages that you want to feature.
 * Sections:
 *    $. Setup
 *    $. Base
 *    $. Elements
 *    $. Themes
 *    $. Flexbox
 */
/* $. Setup
\*----------------------------------------------------------------*/
/* $. Base
\*----------------------------------------------------------------*/
.blocks {
  margin-bottom: -2em;
}

.block {
  margin-bottom: 2em;
  border-bottom: 2px solid #888888;
}

/* $. Elements
\*----------------------------------------------------------------*/
.block__link {
  position: relative;
  display: block;
  margin-bottom: 1em;
}
@media screen and (min-width: 30em) {
  .block__link {
    float: left;
    width: 60%;
  }
}
@media screen and (min-width: 48em) {
  .block__link {
    width: 50%;
  }
}
@media screen and (min-width: 62em) {
  .block__link {
    float: none;
    width: 100%;
  }
}

.block__heading {
  position: relative;
  margin-bottom: 0;
  padding: 0.5em 1em;
  font-size: 1.3rem;
  line-height: 1.3;
}

.block__heading--icon {
  padding-right: 2.5em;
}
.block__heading--icon .icon {
  position: absolute;
  top: 0.75em;
  right: 1em;
}

.block__list {
  margin-bottom: 1em;
}
@media screen and (min-width: 30em) {
  .block__list {
    float: right;
    width: 40%;
    margin-top: 1em;
  }
}
@media screen and (min-width: 48em) {
  .block__list {
    width: 47.5%;
  }
}
@media screen and (min-width: 62em) {
  .block__list {
    float: none;
    width: 100%;
    margin-top: 0;
  }
}
.block__list a {
  color: #333333;
}
.block__list a:hover, .block__list a:focus {
  color: #000000;
}

/* $. Themes
\*----------------------------------------------------------------*/
.block--orange {
  border-bottom-color: #e57200;
}
.block--orange .block__link:hover .block__heading,
.block--orange .block__link:focus .block__heading {
  background: #cc6500;
}
.block--orange .block__heading {
  color: #ffffff;
  background: #e57200;
  transition: all 0.15s ease-out;
}

.block--red {
  border-bottom-color: #bc204b;
}
.block--red .block__link:hover .block__heading,
.block--red .block__link:focus .block__heading {
  background: #a61c42;
}
.block--red .block__heading {
  color: #ffffff;
  background: #bc204b;
  transition: all 0.15s ease-out;
}

.block--purple {
  border-bottom-color: #693c5e;
}
.block--purple .block__link:hover .block__heading,
.block--purple .block__link:focus .block__heading {
  background: #59334f;
}
.block--purple .block__heading {
  color: #ffffff;
  background: #693c5e;
  transition: all 0.15s ease-out;
}

.block--blue {
  border-bottom-color: #005994;
}
.block--blue .block__link:hover .block__heading,
.block--blue .block__link:focus .block__heading {
  background: #004a7b;
}
.block--blue .block__heading {
  color: #ffffff;
  background: #005994;
  transition: all 0.15s ease-out;
}

/* $. Flexbox
\*----------------------------------------------------------------*/
.blocks--flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.blocks--flex .block {
  width: 100%;
  margin: 0 0.5em 2em 0.5em;
}
@media screen and (min-width: 62em) {
  .blocks--flex .block--1-3 {
    width: 31%;
    width: calc(33.333333333% - 1em);
  }
  .blocks--flex .block--1-3.block--spaced {
    width: calc(33.333333333% - 2em);
  }
}
@media screen and (min-width: 62em) {
  .blocks--flex .block--1-2 {
    width: 47%;
    width: calc(50% - 1em);
  }
  .blocks--flex .block--1-2.block--spaced {
    width: calc(50% - 2em);
  }
}

.blocks--spaced {
  margin-left: -1em;
  margin-right: -1em;
}
.blocks--spaced .block {
  margin-left: 1em;
  margin-right: 1em;
}

.test--no-flexbox .blocks--flex .block {
  float: left;
}

/**
 * Title:
 *    Feature
 * Description:
 *    A featured call to action panel, extends the .panel{} module
 * Sections:
 *    $. Base
 *    $. Elements
 */
/* $. Base
\*----------------------------------------------------------------*/
@media screen and (min-width: 62em) {
  .features {
    padding: 0 3em;
  }
}

.feature {
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  overflow: hidden;
  position: relative;
}

/* $. Elements
\*----------------------------------------------------------------*/
.feature__media {
  display: inline-block;
  margin: 0 auto 1em auto;
  padding: 1.5em;
  line-height: 0;
  background: #ffffff;
  border-radius: 100%;
}

.feature__heading,
.feature__text {
  padding: 0 1.5em;
}

.feature__heading {
  margin-bottom: 0.25em;
  font-size: 1.8rem;
}

.feature__extra {
  position: relative;
  left: 50%;
  display: inline-block;
  margin: -1em auto;
  padding: 1em;
  font-size: 1.3rem;
  line-height: 1;
  background: #b4c90b;
  border: 0.1666666667em solid #ffffff;
  border-radius: 100%;
  z-index: 1;
  transform: translateX(-50%);
}
@media screen and (min-width: 62em) {
  .feature__extra {
    position: absolute;
    top: 1em;
    margin: 0;
  }
}

/* $. Flexbox
\*----------------------------------------------------------------*/
.features--flex {
  position: relative;
}
@media screen and (min-width: 62em) {
  .features--flex {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 62em) {
  .features--flex .feature {
    flex: 1;
    width: 48%;
    width: calc(50% - 2em);
    margin: 0 1em;
  }
}

.test--no-flexbox .features--flex .feature {
  float: left;
}

/**
 * Title:
 *    Article
 * Description:
 *    Listing display of a blog/news article
 * Sections:
 *    $. Base
 *    $. Elements
 *    $. Themes
 *    $. Flexbox
 */
/* $. Base
\*----------------------------------------------------------------*/
.article {
  margin-bottom: 1em;
}

.article--bordered {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #f1f1f1;
}
.article--bordered:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.article--featured .article__image {
  display: block;
  max-width: 100%;
  margin-bottom: 1em;
}
.article--featured .article__link {
  color: #ffffff;
}
.article--featured .article__link:hover, .article--featured .article__link:focus {
  color: #d9d9d9;
}

/* $. Elements
\*----------------------------------------------------------------*/
.article__misc,
.article__misc-block {
  margin-bottom: 0.25em;
  font-size: 0.85rem;
  color: #888888;
}

.article__misc {
  display: inline-block;
}

.article__misc-block {
  display: block;
}

.article__image {
  max-width: 250px;
}

.article__text {
  margin-bottom: 0;
}

.listing__item {
  margin-bottom: 1em;
}

.listing__image {
  display: none;
}
@media screen and (min-width: 48em) {
  .listing__image {
    display: inline-block;
  }
}

.listing__content {
  position: relative;
  padding-left: 1.5em;
}

@media screen and (min-width: 48em) {
  .listing__content--custom-icon {
    padding-left: 4em;
  }
}

.listing__heading {
  margin-bottom: 0.25em;
  font-size: 1.3rem;
}

.listing__link {
  color: #000000;
}

.listing__icon {
  position: absolute;
  left: 0;
  top: 3px;
}

.listing__text {
  line-height: 1.4;
}

.listing__item--basic {
  margin-bottom: 2em;
}
.listing__item--basic .listing__heading {
  font-size: 1rem;
}

/**
 * Title:
 *    Block
 * Description:
 *    Show a summary of a particular section on the site, where the
 *    image of the section is shown above some text, followed by any
 *    supporting child pages that you want to feature.
 * Sections:
 *    $. Base
 *    $. Elements
 *    $. Variations
 */
/* $. Base
\*----------------------------------------------------------------*/
.duo {
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  overflow: hidden;
  position: relative;
}
.duo a {
  color: #ffffff;
}

/* $. Elements
\*----------------------------------------------------------------*/
.duo__col--content {
  padding: 2em;
  color: #ffffff;
  background: #693c5e;
}
.duo__col--interactive {
  height: 300px;
}

.duo__col--image {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 62em) {
  .duo__col--media {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
  }
}

/* $. Variations
\*----------------------------------------------------------------*/
/* $. Popup
\*----------------------------------------------------------------*/
.popup {
  min-width: 426px;
}
.popup a {
  color: #005994;
}
.popup .btn--primary {
  color: #ffffff;
}

.popup__heading {
  margin: 0.5em 0 1em 0;
}

@media screen and (min-width: 48em) {
  .popup__img {
    margin-right: 1em;
  }
}

.popup__text {
  font-size: 0.9rem;
}

.popup__links {
  margin: 0.5em 0;
}

.popup__btn {
  margin-top: 0.5em;
}

.gm-style {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.gm-style .gm-style-iw {
  left: 0 !important;
  top: 0 !important;
  padding: 1em 1em 0 1em;
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Title:
 *    Results
 * Description:
 *    Show a listing of ward results from the Bed Availability search/filter
 * Sections:
 *    $. Base
 *    $. Elements
 */
/* $. Elements
\*----------------------------------------------------------------*/
.result {
  margin-bottom: 1em;
}

.result__main {
  margin-bottom: 0;
}
@media screen and (min-width: 78em) {
  .result__main {
    float: left;
    width: 75%;
    padding-right: 1em;
  }
}

@media screen and (min-width: 78em) {
  .result__quantity {
    float: left;
    width: 25%;
  }
}

/* $. Elements
\*----------------------------------------------------------------*/
.result__address {
  margin-bottom: 0.25em;
}

.result__icons {
  display: inline-block;
  vertical-align: middle;
}
.result__icons .icon {
  height: 30px;
  margin-left: 0.5em;
}
.result__icons .icon--male {
  width: 12px;
}
.result__icons .icon--female {
  width: 14px;
}

.result__list {
  margin-bottom: 0.1em;
}
.result__list li {
  margin-right: 0.5em;
}
.result__list .icon {
  position: relative;
  top: 0.4em;
  margin-right: 0.25em;
}

.result__quantity {
  text-align: center;
  line-height: 1;
}

.result__quantity-heading {
  font-size: 5rem;
}

.result__quantity-subheading {
  margin-bottom: 1em;
  font-size: 1.8rem;
}
@media screen and (min-width: 78em) {
  .result__quantity-subheading {
    font-size: 2.2rem;
  }
}

.result__quantity-text {
  font-size: 1.8rem;
  opacity: 0.75;
}

.result__reset {
  font-size: 0.85rem;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.15);
  transition: all 0.15s ease-out;
}
.result__reset:hover, .result__reset:focus {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.65);
}

/**
 * Title:
 *    Google Site Search
 * Description:
 *    Styling for the Google Site Search results and the pagination component attached to it.
 * Sections:
 *    $. Elements
 */
/* $. Structure
\*----------------------------------------------------------------*/
#cse {
  margin-top: 1em;
}
#cse .gsc-resultsHeader,
#cse .gsc-tabsAreaInvisible,
#cse .gs-watermark,
#cse .gsc-thumbnail-inside,
#cse .gsc-url-top {
  display: none;
}
#cse .cse .gsc-control-cse,
#cse .gsc-control-cse {
  width: 100%;
  padding: 0;
  font-family: "itc-avant-garde-gothic-pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  background: none;
  border: 0;
}
#cse .cse .gsc-webResult.gsc-result,
#cse .gsc-webResult.gsc-result,
#cse .gsc-imageResult-classic,
#cse .gsc-imageResult-column {
  margin: 0;
  padding: 0;
  border: 0;
}
#cse .gsc-above-wrapper-area {
  padding: 0;
  border-bottom: 0;
}
#cse .gsc-control-cse .gsc-table-result {
  font-family: "itc-avant-garde-gothic-pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}
#cse .gsc-result-info-container {
  padding: 0;
  border: 0;
  background: none;
}
#cse .gsc-result-info {
  margin: 0;
  padding: 0;
  color: #333333;
}
#cse .gsc-result .gs-title {
  height: auto;
  overflow: visible;
  text-decoration: none;
}
#cse .gsc-result .gs-title b {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
#cse .gs-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #005994;
}
#cse .gs-title:hover, #cse .gs-title:focus {
  text-decoration: underline;
}
#cse .gs-snippet {
  font-size: 1rem;
  line-height: 1.4;
}
#cse .gsc-url-bottom {
  margin-top: 0.5em;
}
#cse .gs-visibleUrl-short {
  display: none;
}
#cse .gs-visibleUrl-long {
  color: #693c5e;
  font-weight: 300;
}
#cse .gsc-thumbnail {
  display: none;
}
#cse .gsc-table-result {
  margin-bottom: 2em;
}
#cse .gsc-table-result td {
  padding: 0;
  border: 0;
}
#cse .gsc-table-result tr:nth-child(odd) td {
  background: 0;
}
#cse .gcsc-branding {
  display: none;
}
#cse .gsc-above-wrapper-area-container {
  margin-bottom: 2em;
  border-bottom: 1px solid #cccccc;
}
#cse .gsc-result-info {
  padding-bottom: 0.5em;
}
#cse .gs-spelling {
  display: none;
}
#cse .gs-no-results-result .gs-snippet {
  margin: 1.9em 0 0 0;
  padding: 0.6em;
}
#cse .gsc-cursor-box {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #cccccc;
}
#cse .gsc-cursor-page {
  display: inline-block;
  width: 2.5em;
  padding: 0.5em 0;
  background: #fff;
  color: #005994;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
}
#cse .gsc-cursor-page:hover, #cse .gsc-cursor-page:focus {
  border: 1px solid #cccccc;
}
#cse .gsc-cursor-current-page {
  font-weight: 300;
  color: #333333;
  background: transparent;
  border: 1px solid #cccccc;
}
#cse .gsc-cursor-current-page:hover, #cse .gsc-cursor-current-page:focus {
  background: #e7eef4;
}

.gsc-search {
  padding: 0;
  background: 0;
  margin-top: 0;
  display: block;
  width: 100%;
}

.content .related-content {
  margin: 2em 0;
}
.content .related-content__title {
  padding-top: 0;
  border-color: #cccccc;
}
.content .related-content__item {
  padding: 0.5em 0;
  font-weight: 500;
}

.gallery__item {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  margin-bottom: 1.25rem;
}
.gallery__item:after {
  padding-top: 75%;
  display: block;
  content: "";
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.location__accreditation {
  position: absolute;
  right: 1em;
  bottom: 1em;
  width: 160px;
}

/* $. Layout - Page based layouts i.e. .header, .page-86, etc
\*----------------------------------------------------------------*/
/**
 * Title:
 *    Containers
 * Description:
 *    Container based layout modules
 * Sections:
 *    $. Base
 *    $. Modifications
 */
/* $. Base
\*----------------------------------------------------------------*/
.container {
  margin: 0 auto;
  width: 92.5%;
  min-width: 15em;
  max-width: 68.5em;
}
@media screen and (min-width: 30em) {
  .container {
    width: 85%;
  }
}

/* $. Modifications
\*----------------------------------------------------------------*/
.container--small {
  max-width: 850px;
}

.container--flush {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 62em) {
  .container--flush {
    width: 85%;
  }
}

/**
 * Title:
 *    Content
 * Description:
 *    Content coming from the CMS
 * Sections:
 *    $. Content
 */
/* $. Content
\*----------------------------------------------------------------*/
.content {
  max-width: 850px;
}
.content h3 {
  font-weight: 600;
}
.content h4,
.content h5 {
  font-weight: 600;
}
.content > *:last-child {
  margin-bottom: 0;
}
.content .panel, .content .sidebar__section {
  margin: 2em 0;
}

/**
 * Title:
 *    Header
 * Description:
 *    Header layout module, used to define the header at the top of each page.
 *    This could be used in combination with other components to create a
 *    fully-fledged design.
 * Sections:
 *    $. Base
 *    $. Logo
 *    $. Nav
 *    $. Toggle
 *    $. Search
 */
/* $. Base
\*----------------------------------------------------------------*/
.header {
  position: relative;
  margin-bottom: 1em;
  background: #f9f9f9;
}
@media screen and (min-width: 62em) {
  .header {
    margin: 0;
    padding: 4em 0 0.5em 0;
    background: 0;
  }
}
@media screen and (min-width: 78em) {
  .header {
    padding: 4em 0 0.5em 0;
  }
}

/* $. Logo
\*----------------------------------------------------------------*/
.header__logo {
  position: absolute;
  display: block;
  margin: 0.25em 0 0.25em 0.25em;
  line-height: 1;
  z-index: 1;
}

/* $. Nav
\*----------------------------------------------------------------*/
.header__nav {
  clear: both;
  display: none;
}
@media screen and (min-width: 62em) {
  .header__nav {
    display: block;
    padding-top: 0.5em;
    text-align: right;
  }
}
.is-active-nav .header__nav {
  display: block;
}

@media screen and (min-width: 62em) {
  .header__nav--solo {
    margin-top: 2.5em;
  }
}

/* $. Toggle
\*----------------------------------------------------------------*/
.header__toggle {
  display: block;
  float: right;
}
@media screen and (min-width: 62em) {
  .header__toggle {
    display: none;
  }
}

.is-active-nav .header__toggle--nav,
.is-active-search .header__toggle--search {
  background: #e6e6e6;
}

/* $. Contact
\*----------------------------------------------------------------*/
.header__contact {
  clear: both;
  text-align: center;
  padding-top: 1em;
}
@media screen and (min-width: 62em) {
  .header__contact {
    position: absolute;
    top: 5em;
    right: 0;
  }
}
@media screen and (min-width: 78em) {
  .header__contact {
    top: 3em;
  }
}
.header__contact .header__contact-item {
  margin-bottom: 0;
  font-weight: 500;
}
.header__contact .icon {
  margin-right: 0.25em;
}

/**
 * Title:
 *    Footer
 * Description:
 *    Used to define the sites main footer at the bottom of the page.
 *    Don't use this as a place to put generic <footer> tags.
 * Sections:
 *    $. Footer
 *    $. Copyright
 */
/* $. Footer
\*----------------------------------------------------------------*/
.footer__logo {
  display: block;
  margin-bottom: 1em;
}
@media screen and (min-width: 62em) {
  .footer__logo {
    margin-bottom: 0;
  }
}
.footer__logo .icon--logo {
  width: 200px;
  height: 84px;
}
@media screen and (min-width: 62em) {
  .footer__logo .icon--logo {
    width: 250px;
    height: 105px;
  }
}

@media screen and (min-width: 48em) {
  .footer__social-icons {
    width: 65px;
    height: 65px;
  }
}

.footer__form {
  max-width: 400px;
  margin: 1em auto;
}

/* $. Copyright
\*----------------------------------------------------------------*/
.copyright {
  margin-top: 0.5em;
}

@media screen and (min-width: 78em) {
  .copyright__nav {
    float: left;
    width: 50%;
  }
}

.copyright__info {
  margin-top: 0.25em;
  margin-bottom: 0;
  font-size: 0.8rem;
}
@media screen and (min-width: 78em) {
  .copyright__info {
    float: right;
    width: 50%;
    text-align: right;
  }
}

/**
 * Title:
 *    Sidebar
 * Description:
 *    Used to display the Sidebar's styling on pages or posts
 *    which have one.
 * Sections:
 *    $. Base
 */
/* $. Base
\*----------------------------------------------------------------*/
.sidebar {
  margin-top: 2em;
}
.sidebar div:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 78em) {
  .sidebar {
    margin-top: 0;
  }
}

/* $. Elements
\*----------------------------------------------------------------*/
.sidebar__section {
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  overflow: hidden;
  margin-bottom: 2em;
}

.sidebar__heading {
  margin-bottom: 1em;
  font-weight: 600;
}

.sidebar__list {
  font-size: 0.9rem;
}

/**
 * Title:
 *    CMS
 * Description:
 *    Fields and selectors that come through WordPress or a plugin
 * Sections:
 *    $. Gravity Forms
 *    $. WYSIWIG
 */
/* $. Gravity Forms
\*----------------------------------------------------------------*/
.gform_fields {
  margin-bottom: 0;
}

.gfield_required {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 0.85rem;
  color: #693c5e;
}

.validation_message {
  margin-top: -0.5em;
  margin-bottom: 1em;
  font-size: 0.85rem;
  color: #888888;
}
.ginput_container_textarea + .validation_message {
  margin-top: -1em;
}

.gform_validation_container {
  display: none;
  user-select: none;
}

/* $. WYSIWIG
\*----------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}

.alignright {
  float: right;
  margin: 1em 0 0 1em;
  text-align: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

[class*=wp-image] {
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  overflow: hidden;
}

/* $. Other
\*----------------------------------------------------------------*/
.latest-news {
  margin-top: 2em;
}
@media screen and (min-width: 62em) {
  .latest-news {
    margin-top: 0;
  }
}

.backdrop {
  margin-bottom: 3em;
  overflow: hidden;
}

.backdrop__image {
  display: none;
  margin-bottom: -14em;
}
@media screen and (min-width: 78em) {
  .backdrop__image {
    display: block;
  }
}

/* $. Helpers - i.e. Clearfixes, accessbility hidden, etc
\*----------------------------------------------------------------*/
/**
 * Title:
 *    Extras
 * Description:
 *    Any other helpers which will be used throughout the project
 * Sections:
 *    $. Clearfix
 *    $. Flexible
 *    $. States
 */
/* $. Clearfix - http://goo.gl/5Fvrh
\*----------------------------------------------------------------*/
form:after, .panel:after, .section:after, .nav:after, .submenu:after, .block:after, .listing:after, .header:after, .footer:after, .copyright:after, .sidebar__section:after,
.cf:after,
.media:after {
  content: "";
  display: table;
  clear: both;
}

/* $. Flexible
\*----------------------------------------------------------------*/
.flexible {
  position: relative;
  height: 250px;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .flexible {
    height: 300px;
  }
}
@media screen and (min-width: 62em) {
  .flexible {
    height: 400px;
  }
}
.flexible iframe,
.flexible object,
.flexible embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* $. States
\*----------------------------------------------------------------*/
/* Visually Hidden */
.is-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.is-current,
.is-current a {
  color: #333333;
}

/**
 * Don't allow scrolling when DatePicker overlay is active
 */
.is-active-datepicker {
  overflow: hidden;
}

/* Hide/Show at different breakpoints */
.is-visible--bp2 {
  display: none;
}
@media screen and (min-width: 48em) {
  .is-visible--bp2 {
    display: block;
  }
}

.is-visible--bp4 {
  display: none;
}
@media screen and (min-width: 78em) {
  .is-visible--bp4 {
    display: block;
  }
}

@media screen and (max-width: 48em) {
  .is-hidden--bp2 {
    display: none;
  }
}

@media screen and (max-width: 62em) {
  .is-hidden--bp3 {
    display: none;
  }
}

/**
 * Title:
 *    Overrides
 * Description:
 *    Global overrides to be used throughout a project. Using !important as
 *    we always want them to override existing styles.
 * Sections:
 *    $. Box Model
 *    $. Positioning
 *    $. Type Styling
 */
/* $. Box Model
\*----------------------------------------------------------------*/
.u-zero-top {
  margin-top: 0;
}

.u-zero-bottom {
  margin-bottom: 0;
}

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

.u-push-top\@2 {
  margin-top: 2em;
}

.u-push-top\/2 {
  margin-top: 0.5em;
}

.u-push-bottom {
  margin-bottom: 1em;
}

.u-push-bottom\@2 {
  margin-bottom: 2em;
}

.u-push-bottom\/2 {
  margin-bottom: 0.5em;
}

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

.u-display-inline {
  display: inline-block;
}

.u-display-none {
  display: none;
}

.u-vertical-top {
  vertical-align: top;
}

.u-vertical-middle {
  vertical-align: middle;
}

/* $. Positioning
\*----------------------------------------------------------------*/
/* Alignment */
.u-align-left {
  text-align: left;
}

.u-align-center {
  text-align: center;
}

.u-align-right {
  text-align: right;
}

/* Floats */
.u-float-none {
  float: none;
}

.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

/* Size specific */
@media screen and (min-width: 78em) {
  .u-float-right-bp4 {
    float: right;
  }
}

/* $. Type Styling
\*----------------------------------------------------------------*/
/* Families */
.u-family {
  font-family: "itc-avant-garde-gothic-pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}

/* Sizing */
.u-size-small {
  font-size: 0.8rem;
}

.u-size-large {
  font-size: 1.3rem;
}

/* Weight */
.u-weight-normal {
  font-family: "itc-avant-garde-gothic-pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  font-weight: 300;
}

.u-weight-italics {
  font-family: "itc-avant-garde-gothic-pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.u-weight-bold {
  font-family: "itc-avant-garde-gothic-pro", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  font-weight: 600;
}

/* Style */
.u-style-italic {
  font-style: italic;
}

.u-style-uppercase {
  text-transform: uppercase;
}

.u-style-underline {
  text-decoration: underline;
}

/* $. Styling
\*----------------------------------------------------------------*/
/* Borders */
.u-rounded {
  border-radius: 100%;
}

.u-curved {
  border-radius: 1em;
}

.u-bordered {
  border: 0.5em solid #ffffff;
}

.u-curve {
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  overflow: hidden;
}

.u-curve\@2 {
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  overflow: hidden;
}

/**
 * Title:
 *    Debugging
 * Description:
 *    helper class to show which breakpoint you're currently on
 * Sections:
 *    $. Mixin
 *    $. Class
 */
/* $. Mixin
\*----------------------------------------------------------------*/
/* $. Class
\*----------------------------------------------------------------*/
body.debug:before {
  position: fixed;
  z-index: 50;
  right: 1em;
  bottom: 1em;
  display: inline-block;
  padding: 0.35em;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.75);
  content: "Breakpoint 0";
}
@media screen and (min-width: 30em) {
  body.debug:before {
    content: "Breakpoint 1";
  }
}
@media screen and (min-width: 48em) {
  body.debug:before {
    content: "Breakpoint 2";
  }
}
@media screen and (min-width: 62em) {
  body.debug:before {
    content: "Breakpoint 3";
  }
}
@media screen and (min-width: 78em) {
  body.debug:before {
    content: "Breakpoint 4";
  }
}
@media screen and (min-width: 87em) {
  body.debug:before {
    content: "Breakpoint 5";
  }
}

/**
 * Title:
 *    Style guide
 * Description:
 *    Styling for the main components used in the style guide.
 * Sections:
 *    $. Setup
 *    $. Components
 *    $. Modifications
 */
/* $. Setup
\*----------------------------------------------------------------*/
.swatch {
  margin-bottom: 2em;
  text-align: center;
  border: 1px solid #ECEAE6;
}
.swatch .icon {
  margin: 0 auto;
}

/* $. Components
\*----------------------------------------------------------------*/
.swatch__value {
  padding: 1em 0.5em;
}

.swatch__description {
  border-top: 1px solid #ECEAE6;
  padding: 0.5em;
  font-size: rem(14);
}
