@charset "UTF-8";
/* ==========================================================================
   INUITCSS
   ========================================================================== */
/**
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/**
 * CONTENTS
 *
 * SETTINGS
 * Config...............Project-level configuration and feature switches.
 * Core.................inuitcss’ core and setup settings.
 * Global...............Project-wide variables and settings.
 *
 * TOOLS
 * Font-size............A mixin which guarantees baseline-friendly line-heights.
 * Clearfix.............Micro clearfix mixin.
 * Hidden...............Mixin for hiding elements.
 * Sass MQ..............inuitcss’ default media query manager.
 *
 * GENERIC
 * Box-sizing...........Better default `box-sizing`.
 * Normalize.css........A level playing field using @necolas’ Normalize.css.
 * Reset................A tiny reset to complement Normalize.css.
 * Shared...............Sensibly and tersely share some global commonalities
 *                      (particularly useful when managing vertical rhythm).
 *
 * ELEMENTS
 * Page.................Set up our document’s default `font-size` and
 *                      `line-height`.
 * Headings.............Very minimal (i.e. only font-size information) for
 *                      headings 1 through 6.
 * Images...............Base image styles.
 * Tables...............Simple table styles.
 *
 * OBJECTS
 * Wrapper..............Page constraint object.
 * Layout...............Generic layout module.
 * Media................Image- and text-like content side by side. The
 *                      poster-child of OOCSS.
 * Flag.................Table-layout-based advancement on the Media object.
 * List-bare............Lists with no bullets or indents.
 * List-inline..........A list whose items all site in a line.
 * Box..................Simple boxing abstraction.
 * Block................Image-on-top-of-text object.
 * Ratio................A container for maintaining aspect ratio of content.
 * Crop.................Provide a cropping context for media (images, etc.).
 * Table................Classes for manipulating `table`s.
 * Pack.................Pack items into available horizontal space.
 *
 * COMPONENTS
 * Buttons..............An example button component, and how it fits into the
 *                      inuitcss framework.
 *
 * UTILITIES
 * Clearfix.............Bind our clearfix onto a utility class.
 * Widths...............Simple width helper classes.
 * Headings.............Reassigning our heading styles to helper classes.
 * Spacings.............Nudge bits of the DOM around with these spacing
 *                      classes.
 * Responsive-Spacings..Enhances the function of normal spacings for
 *                      responsive usage.
 * Print................Reset-like styles taken from the HTML5 Boilerplate.
 * Hide.................Helper classes to hide content
 */
/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

.toc_list li:has(a:empty) {
  display: none !important;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
/* stylelint-disable selector-list-comma-newline-after */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 30px;
}

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: 30px;
}

/* stylelint-enable selector-list-comma-newline-after */
@font-face {
  font-family: 'sn_icons';
  src: url("../assets/fonts/sn_icons.eot?s59kvr");
  src: url("../assets/fonts/sn_icons.eot?s59kvr#iefix") format("embedded-opentype"), url("../assets/fonts/sn_icons.ttf?s59kvr") format("truetype"), url("../assets/fonts/sn_icons.woff?s59kvr") format("woff"), url("../assets/fonts/sn_icons.svg?s59kvr#sn_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sn_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Vector-Smart-Object:before {
  content: "\e906";
}

.icon-testSlider-left:before {
  content: "\e903";
}

.icon-testSlider-right:before {
  content: "\e904";
}

.icon-icon-facebook:before {
  content: "\e900";
}

.icon-icon-instagram:before {
  content: "\e901";
}

.icon-icon-twitter:before {
  content: "\e902";
}

.icon-p-icon-linkedin:before {
  content: "\e905";
}

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  font-size: 1em;
  /* [1] */
  line-height: 1.5;
  /* [1] */
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333;
}

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.71429;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
img[width],
img[height] {
  /* [1] */
  max-width: none;
}

/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  width: 100%;
  /* [1] */
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

h1, .h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media (min-width: 46.25em) {
  h1, .h1 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1.1;
  }
}

h2, .h2 {
/*  font-family: "Open Sans", sans-serif; */
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2;
}

@media (min-width: 46.25em) {
  h2, .h2 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.2;
  }
}

h3, .h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1em !important;
}

@media (min-width: 46.25em) {
  h3, .h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}

h4, .h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
}

@media (min-width: 46.25em) {
  h4, .h4 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.2;
  }
}

h5, .h5 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

@media (min-width: 46.25em) {
  h5, .h5 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2;
  }
}

html {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

a {
  color: #ffc60d;
  text-decoration: none;
  outline: none !important;
}

address, h1, h2, h3, h4, h5, h6, blockquote, p, pre, dl, ol, ul, figure, hr, table, fieldset {
  margin-bottom: 15px;
}

@media (min-width: 46.25em) {
  address, h1, h2, h3, h4, h5, h6, blockquote, p, pre, dl, ol, ul, figure, hr, table, fieldset {
    margin-bottom: 25px;
  }
}

address {
  font-style: normal;
}

.gform_wrapper, .gforms_confirmation_message {
  padding-top: 50px;
  margin-top: -50px;
}

.gform_confirmation_wrapper {
  display: inline-block;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

form ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

form ul > li {
  margin-bottom: 1.75em;
}

form input[type="text"], form input[type="email"], form select, form textarea {
  width: 100%;
  height: auto;
  background: none !important;
  border: 1px solid #000;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 600;
  outline: none;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  border-width: 0 0 1px;
  padding: 10px 0;
}

@media (min-width: 61.25em) {
  form input[type="text"], form input[type="email"], form select, form textarea {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

/* Home page enquiry form general placeholder(s) */

form input[type="text"]::-webkit-input-placeholder, 
form input[type="email"]::-webkit-input-placeholder, 
form select::-webkit-input-placeholder, 
form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

form input[type="text"]::-moz-placeholder, 
form input[type="email"]::-moz-placeholder, 
form select::-moz-placeholder, 
form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

form input[type="text"]:-ms-input-placeholder, 
form input[type="email"]:-ms-input-placeholder, 
form select:-ms-input-placeholder, 
form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

form input[type="text"]:-moz-placeholder, 
form input[type="email"]:-moz-placeholder, 
form select:-moz-placeholder, 
form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

/* Enquiry form message textarea */
.gform_wrapper li.dynamic_resize_2n textarea{
  overflow: hidden;
}

/* Home page enquiry form message textarea placeholder */
.gform_wrapper li.dynamic_resize_2n textarea::-webkit-input-placeholder,
.gform_wrapper li.dynamic_resize_2n textarea::-moz-placeholder,
.gform_wrapper li.dynamic_resize_2n textarea:-ms-input-placeholder,
.gform_wrapper li.dynamic_resize_2n textarea:-moz-placeholder{
  padding:20px!important;
}
/* Home page enquiry form message textarea placeholder dummy input */
.gform_wrapper div#dynamic_resize_2n_tmp{
  position: absolute;
  visibility: hidden;
  display: block;
  line-height:1.5;
  padding:7px 7px 7px 30px;
  border-bottom:3px solid #ffc60d !important;
  width:100%;
  font-weight: 600;
  overflow: hidden;
}

/* Home page enquiry form captcha */
form#gform_24 input[type="number"]::-webkit-input-placeholder,
form#gform_24 input[type="number"]::-moz-placeholder,
form#gform_24 input[type="number"]:-ms-input-placeholder,
form#gform_24 input[type="number"]:-moz-placeholder{
  font-weight:bold!important;
}


form#gform_24 .gfield.small-medium textarea{
  height:120px;
}


form textarea {
  height: 152px;
}

form label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #999999;
  font-weight: 400;
  display: block;
}

@media (min-width: 61.25em) {
  form label {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1;
  }
}

form .validation_error {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  margin: 20px 0;
}

form .gfield_description.validation_message {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #a94442;
  text-align: right;
  padding: 5px 0;
}

@media (min-width: 46.25em) {
  form .gform_footer {
    padding-top: 10px;
  }
}

form .gform_validation_container {
  display: none !important;
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
/**
 * Page-level constraining and wrapping elements.
 */
/* stylelint-disable */
/* stylelint-enable */
.o-wrapper {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.o-wrapper:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* Size variants.
   ========================================================================== */
.o-wrapper--tiny {
  padding-right: 6px;
  padding-left: 6px;
}

.o-wrapper--small {
  padding-right: 12px;
  padding-left: 12px;
}

.o-wrapper--large {
  padding-right: 48px;
  padding-left: 48px;
}

.o-wrapper--huge {
  padding-right: 96px;
  padding-left: 96px;
}

/* ==========================================================================
   #LAYOUT
   ========================================================================== */
/**
 * Grid-like layout system.
 *
 * The layout object provides us with a column-style layout system. This file
 * contains the basic structural elements, but classes should be complemented
 * with width utilities, for example:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *   </div>
 *
 * The above will create a two-column structure in which each column will
 * fluidly fill half of the width of the parent. We can have more complex
 * systems:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/1  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *   </div>
 *
 * The above will create a system in which the first item will be 100% width
 * until we enter our medium breakpoint, when it will become 33.333% width. The
 * second and third items will be 50% of their parent, until they also become
 * 33.333% width at the medium breakpoint.
 *
 * We can also manipulate entire layout systems by adding a series of modifiers
 * to the `.o-layout` block. For example:
 *
 *   <div class="o-layout  o-layout--reverse">
 *
 * This will reverse the displayed order of the system so that it runs in the
 * opposite order to our source, effectively flipping the system over.
 *
 *   <div class="o-layout  o-layout--[right|center]">
 *
 * This will cause the system to fill up from either the centre or the right
 * hand side. Default behaviour is to fill up the layout system from the left.
 *
 * There are plenty more options available to us: explore them below.
 */
/* Default/mandatory classes.
   ========================================================================== */
/**
 * 1. Allows us to use the layout object on any type of element.
 * 2. We need to defensively reset any box-model properties.
 * 3. Use the negative margin trick for multi-row grids:
 *    http://csswizardry.com/2011/08/building-better-grid-systems/
 */
.o-layout {
  display: block;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  list-style: none;
  /* [1] */
  margin-left: -30px;
  /* [3] */
  font-size: 0;
}

/**
   * 1. Required in order to combine fluid widths with fixed gutters.
   * 2. Allows us to manipulate grids vertically, with text-level properties,
   *    etc.
   * 3. Default item alignment is with the tops of each other, like most
   *    traditional grid/layout systems.
   * 4. By default, all layout items are full-width (mobile first).
   * 5. Gutters provided by left padding:
   *    http://csswizardry.com/2011/08/building-better-grid-systems/
   * 6. Fallback for old IEs not supporting `rem` values.
   */
.o-layout__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* [1] */
  display: inline-block;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  padding-left: 30px;
  /* [5] */
  font-size: 16px;
  /* [6] */
  font-size: 1rem;
}

/* Gutter size modifiers.
   ========================================================================== */
.o-layout--flush {
  margin-left: 0;
}

.o-layout--flush > .o-layout__item {
  padding-left: 0;
}

.o-layout--tiny {
  margin-left: -6px;
}

.o-layout--tiny > .o-layout__item {
  padding-left: 6px;
}

.o-layout--small {
  margin-left: -12px;
}

.o-layout--small > .o-layout__item {
  padding-left: 12px;
}

.o-layout--large {
  margin-left: -48px;
}

.o-layout--large > .o-layout__item {
  padding-left: 48px;
}

.o-layout--huge {
  margin-left: -96px;
}

.o-layout--huge > .o-layout__item {
  padding-left: 96px;
}

/* Vertical alignment modifiers.
   ========================================================================== */
/**
 * Align all grid items to the middles of each other.
 */
.o-layout--middle > .o-layout__item {
  vertical-align: middle;
}

/**
 * Align all grid items to the bottoms of each other.
 */
.o-layout--bottom > .o-layout__item {
  vertical-align: bottom;
}

/**
 * Stretch all grid items of each row to have an equal-height.
 * Please be aware that this modifier class doesn't take any effect in IE9 and
 * below and other older browsers due to the lack of `display: flex` support.
 */
.o-layout--stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-layout--stretch > .o-layout__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Fill order modifiers.
   ========================================================================== */
/**
 * Fill up the layout system from the centre.
 */
.o-layout--center {
  text-align: center;
}

.o-layout--center > .o-layout__item {
  text-align: left;
}

/**
 * Fill up the layout system from the right-hand side.
 */
.o-layout--right {
  text-align: right;
}

.o-layout--right > .o-layout__item {
  text-align: left;
}

/**
 * Fill up the layout system from the left-hand side. This will likely only be
 * needed when using in conjunction with `.o-layout--reverse`.
 */
.o-layout--left {
  text-align: left;
}

.o-layout--left > .o-layout__item {
  text-align: left;
}

/**
 * Reverse the rendered order of the grid system.
 */
.o-layout--reverse {
  direction: rtl;
}

.o-layout--reverse > .o-layout__item {
  direction: ltr;
}

/* Auto-widths modifier.
   ========================================================================== */
/**
 * Cause layout items to take up a non-explicit amount of width.
 */
.o-layout--auto > .o-layout__item {
  width: auto;
}

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

.o-media:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-media__img {
  float: left;
  margin-right: 30px;
}

.o-media__img > img {
  display: block;
}

.o-media__body {
  overflow: hidden;
  display: block;
}

.o-media__body,
.o-media__body > :last-child {
  margin-bottom: 0;
}

/* Size variants.
   ========================================================================== */
/**
 * Modify the amount of space between our image and our text. We also have
 * reversible options for all available sizes.
 */
/* Gutterless media objects.
  ========================================================================== */
.o-media--flush > .o-media__img {
  margin-right: 0;
  margin-left: 0;
}

.o-media--tiny > .o-media__img {
  margin-right: 6px;
}

.o-media--tiny.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 6px;
}

.o-media--small > .o-media__img {
  margin-right: 12px;
}

.o-media--small.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 12px;
}

.o-media--large > .o-media__img {
  margin-right: 48px;
}

.o-media--large.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 48px;
}

.o-media--huge > .o-media__img {
  margin-right: 96px;
}

.o-media--huge.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 96px;
}

/* Reversed media objects.
   ========================================================================== */
.o-media--reverse > .o-media__img {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}

/* ==========================================================================
   #FLAG
   ========================================================================== */
/**
 * The flag object is a design pattern similar to the media object, however it
 * utilises `display: table[-cell];` to give us control over the vertical
 * alignments of the text and image.
 *
 * http://csswizardry.com/2013/05/the-flag-object/
 *
 * 1. Allows us to control vertical alignments.
 * 2. Force the object to be the full width of its parent. Combined with [1],
 *    this makes the object behave in a quasi-`display: block;` manner.
 * 3. Reset inherited `border-spacing` declarations.
 */
.o-flag {
  display: table;
  /* [1] */
  width: 100%;
  /* [2] */
  border-spacing: 0;
  /* [3] */
}

/**
   * Items within a flag object. There should only ever be one of each.
   *
   * 1. Default to aligning content to their middles.
   */
.o-flag__img,
.o-flag__body {
  display: table-cell;
  vertical-align: middle;
  /* [1] */
}

/**
   * Flag images have a space between them and the body of the object.
   *
   * 1. Force `.flag__img` to take up as little space as possible:
   *    https://pixelsvsbytes.com/2012/02/this-css-layout-grid-is-no-holy-grail/
   */
.o-flag__img {
  width: 1px;
  /* [1] */
  padding-right: 30px;
  /**
     * 1. Fixes problem with images disappearing.
     */
}

.o-flag__img > img {
  max-width: none;
  /* [1] */
}

/**
   * The container for the main content of the flag object.
   *
   * 1. Forces the `.flag__body` to take up all remaining space.
   */
.o-flag__body {
  width: auto;
  /* [1] */
}

.o-flag__body,
.o-flag__body > :last-child {
  margin-bottom: 0;
}

/* Size variants.
   ========================================================================== */
.o-flag--flush > .o-flag__img {
  padding-right: 0;
  padding-left: 0;
}

.o-flag--tiny > .o-flag__img {
  padding-right: 6px;
}

.o-flag--tiny.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 6px;
}

.o-flag--small > .o-flag__img {
  padding-right: 12px;
}

.o-flag--small.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 12px;
}

.o-flag--large > .o-flag__img {
  padding-right: 48px;
}

.o-flag--large.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 48px;
}

.o-flag--huge > .o-flag__img {
  padding-right: 96px;
}

.o-flag--huge.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 96px;
}

/* Reversed flag.
   ========================================================================== */
/**
 * 1. Swap the rendered direction of the object…
 * 2. …and reset it.
 * 3. Reassign margins to the correct sides.
 */
.o-flag--reverse {
  direction: rtl;
  /* [1] */
}

.o-flag--reverse > .o-flag__img,
.o-flag--reverse > .o-flag__body {
  direction: ltr;
  /* [2] */
}

.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  /* [3] */
  padding-left: 30px;
  /* [3] */
}

/* Alignment variants.
   ========================================================================== */
/**
 * Vertically align the image- and body-content differently. Defaults to middle.
 */
.o-flag--top > .o-flag__img,
.o-flag--top > .o-flag__body {
  vertical-align: top;
}

.o-flag--bottom > .o-flag__img,
.o-flag--bottom > .o-flag__body {
  vertical-align: bottom;
}

/* ==========================================================================
   #LIST-BARE
   ========================================================================== */
/**
 * Strip list-like appearance from lists by removing their bullets, and any
 * indentation.
 *
 * Note: Declaring the item-class might not be necessary everywhere but
 * is for example in <dl> lists for the <dd> childs.
 */
.o-list-bare {
  list-style: none;
  margin-left: 0;
}

.o-list-bare__item {
  margin-left: 0;
}

/* ==========================================================================
   #LIST-INLINE
   ========================================================================== */
/**
 * The list-inline object simply displays a list of items in one line.
 */
.o-list-inline {
  margin-left: 0;
  list-style: none;
}

.o-list-inline__item {
  display: inline-block;
}

/* ==========================================================================
   #BOX
   ========================================================================== */
/**
 * The box object simply boxes off content. Extend with cosmetic styles in the
 * Components layer.
 *
 * 1. So we can apply the `.o-box` class to naturally-inline elements.
 */
.o-box {
  display: block;
  /* [1] */
  padding: 30px;
}

.o-box:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-box > :last-child {
  margin-bottom: 0;
}

/* Size variants.
   ========================================================================== */
.o-box--flush {
  padding: 0;
}

.o-box--tiny {
  padding: 6px;
}

.o-box--small {
  padding: 12px;
}

.o-box--large {
  padding: 48px;
}

.o-box--huge {
  padding: 96px;
}

/* ==========================================================================
   #BLOCK
   ========================================================================== */
/**
 * Stacked image-with-text object. A simple abstraction to cover a very commonly
 * occurring design pattern.
 */
.o-block {
  display: block;
  text-align: center;
}

.o-block__img {
  margin-bottom: 30px;
  /* Size variants.
       ====================================================================== */
}

.o-block--flush > .o-block__img {
  margin-bottom: 0;
}

.o-block--tiny > .o-block__img {
  margin-bottom: 6px;
}

.o-block--small > .o-block__img {
  margin-bottom: 12px;
}

.o-block--large > .o-block__img {
  margin-bottom: 48px;
}

.o-block--huge > .o-block__img {
  margin-bottom: 96px;
}

.o-block__body {
  display: block;
}

/* Alignment variants.
   ========================================================================== */
.o-block--right {
  text-align: right;
}

.o-block--left {
  text-align: left;
}

/* ==========================================================================
   #RATIO
   ========================================================================== */
/**
 * Create ratio-bound content blocks, to keep media (e.g. images, videos) in
 * their correct aspect ratios.
 *
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 *
 * 1. Default cropping is a 1:1 ratio (i.e. a perfect square).
 */
.o-ratio {
  position: relative;
  display: block;
  overflow: hidden;
}

.o-ratio:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  /* [1] */
}

.o-ratio__content,
.o-ratio > iframe,
.o-ratio > embed,
.o-ratio > object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* stylelint-disable */
/* Ratio variants.
   ========================================================================== */
/**
 * Generate a series of ratio classes to be used like so:
 *
 *   <div class="o-ratio  o-ratio--16:9">
 *
 */
.o-ratio--2\:1:before {
  padding-bottom: 50%;
}

.o-ratio--4\:3:before {
  padding-bottom: 75%;
}

.o-ratio--16\:9:before {
  padding-bottom: 56.25%;
}

/* stylelint-enable */
/* ==========================================================================
   #CROP
   ========================================================================== */
/**
 * Provide a cropping container in order to display media (usually images)
 * cropped to certain ratios.
 *
 * 1. Set up a positioning context in which the image can sit.
 * 2. This is the crucial part: where the cropping happens.
 */
.o-crop {
  position: relative;
  /* [1] */
  display: block;
  overflow: hidden;
  /* [2] */
}

/**
   * Apply this class to the content (usually `img`) that needs cropping.
   *
   * 1. Image’s default positioning is top-left in the cropping box.
   * 2. Make sure the media doesn’t stop itself too soon.
   */
.o-crop__content {
  position: absolute;
  top: 0;
  /* [1] */
  left: 0;
  /* [1] */
  max-width: none;
  /* [2] */
}

/**
   * We can position the media in different locations within the cropping area.
   */
.o-crop__content--right {
  right: 0;
  left: auto;
}

.o-crop__content--bottom {
  top: auto;
  bottom: 0;
}

.o-crop__content--center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* stylelint-disable */
/* Crop-ratio variants.
   ========================================================================== */
/**
 * Generate a series of crop classes to be used like so:
 *
 *   <div class="o-crop  o-crop--16:9">
 *
 */
.o-crop--2\:1 {
  padding-bottom: 50%;
}

.o-crop--4\:3 {
  padding-bottom: 75%;
}

.o-crop--16\:9 {
  padding-bottom: 56.25%;
}

/* stylelint-enable */
/* ==========================================================================
   #TABLE
   ========================================================================== */
/**
 * A simple object for manipulating the structure of HTML `table`s.
 */
.o-table {
  width: 100%;
}

/* Equal-width table cells.
   ========================================================================== */
/**
 * `table-layout: fixed` forces all cells within a table to occupy the same
 * width as each other. This also has performance benefits: because the browser
 * does not need to (re)calculate cell dimensions based on content it discovers,
 * the table can be rendered very quickly. Further reading:
 * https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout#Values
 */
.o-table--fixed {
  table-layout: fixed;
}

/* Size variants.
   ========================================================================== */
.o-table--tiny th,
.o-table--tiny td {
  padding: 6px;
}

.o-table--small th,
.o-table--small td {
  padding: 12px;
}

.o-table--large th,
.o-table--large td {
  padding: 48px;
}

.o-table--huge th,
.o-table--huge td {
  padding: 96px;
}

/* ==========================================================================
   #PACK
   ========================================================================== */
/**
 * The pack object simply causes any number of elements pack up horizontally to
 * automatically fill an equal, fluid width of their parent.
 *
 * 1. Fill all available space.
 * 2. Remove any leftover styling from lists.
 * 3. Cause children to be automatically equally sized.
 */
.o-pack {
  width: 100%;
  /* [1] */
  margin-left: 0;
  /* [2] */
  display: table;
  table-layout: fixed;
  /* [3] */
}

/**
   * 1. Cause children to adopt table-like structure.
   * 2. Default item alignment is with the tops of each other.
   */
.o-pack__item {
  display: table-cell;
  /* [1] */
  vertical-align: top;
  /* [2] */
  /* Vertical alignment variants.
       ====================================================================== */
}

.o-pack--middle > .o-pack__item {
  vertical-align: middle;
}

.o-pack--bottom > .o-pack__item {
  vertical-align: bottom;
}

/* Unequal-width items.
   ========================================================================== */
.o-pack--auto {
  table-layout: auto;
}

/* Size variants.
   ========================================================================== */
.o-pack--tiny {
  border-spacing: 6px;
}

.o-pack--small {
  border-spacing: 12px;
}

.o-pack--default {
  border-spacing: 30px;
}

.o-pack--large {
  border-spacing: 48px;
}

.o-pack--huge {
  border-spacing: 96px;
}

/* Reversed order packs
   ========================================================================== */
.o-pack--reverse {
  direction: rtl;
}

.o-pack--reverse > .o-pack__item {
  direction: ltr;
}

.o-page-wrapper {
  overflow: hidden;
}

.o-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 46.25em) {
  .o-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.o-layout__item {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.35;
}

@media (min-width: 61.25em) {
  .o-layout__item {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.35;
  }
}

@media (min-width: 46.25em) {
  .o-layout--table {
    display: table;
    width: 100%;
  }
}

@media (min-width: 46.25em) {
  .o-layout--table > .o-layout__item {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
}

.o-layout--client {
  margin-left: -10px;
  white-space: nowrap;
}

@media (min-width: 61.25em) {
  .o-layout--client {
    margin-left: -15px;
  }
}

.o-layout--client > .o-layout__item {
  padding-left: 10px;
}

@media (min-width: 61.25em) {
  .o-layout--client > .o-layout__item {
    padding-left: 15px;
  }
}

.o-home .o-group__title, .o-home .o-home__title, .o-group .o-group__title, .o-group .o-home__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2;
  margin-bottom: 25px;
}

@media (min-width: 61.25em) {
  .o-home .o-group__title, .o-home .o-home__title, .o-group .o-group__title, .o-group .o-home__title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 65px;
  }
}

.o-home .c-ourClients, .o-group .c-ourClients {
  padding-top: 45px;
  margin-top: 0px;
}

@media (min-width: 61.25em) {
  .o-home .c-ourClients, .o-group .c-ourClients {
    padding-top: 95px;
    padding-bottom: 75px;
  }
}

.o-home .c-getInTouch, .o-group .c-getInTouch {
  text-align: center;
}

@media (min-width: 61.25em) {
  .o-group .c-ourClients {
    padding: 100px 0 40px;
  }
}

#tribe-events .tribe-events-ical {
  display: none !important;
}

#tribe-events #tribe-events-bar {
  background-color: #e6e6e6;
  padding: 18px 0;
  margin-bottom: 20px;
}

@media (min-width: 46.25em) {
  #tribe-events #tribe-events-bar {
    margin-bottom: 65px;
  }
}

#tribe-events #tribe-bar-form {
  background: none;
}

#tribe-events #tribe-bar-form input[type=text] {
  width: 100%;
  height: auto;
  background: none !important;
  border: 1px solid #000;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 600;
  outline: none;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  border-width: 0 0 1px;
  padding: 10px 0;
  font-style: normal;
}

@media (min-width: 61.25em) {
  #tribe-events #tribe-bar-form input[type=text] {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

#tribe-events #tribe-bar-form input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: normal;
  color: #000;
}

#tribe-events #tribe-bar-form input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  font-style: normal;
  color: #000;
}

#tribe-events #tribe-bar-form input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  font-style: normal;
  color: #000;
}

#tribe-events #tribe-bar-form input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  font-style: normal;
  color: #000;
}

#tribe-events #tribe-bar-form label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #999999;
  font-weight: 400;
  display: block;
  text-transform: none;
  margin: 0px;
}

@media (min-width: 61.25em) {
  #tribe-events #tribe-bar-form label {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1;
  }
}

#tribe-events #tribe-bar-form .tribe-bar-date-filter {
  padding-left: 0px;
  padding-right: 0;
}

#tribe-events #tribe-bar-form .tribe-bar-search-filter {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 50.1875em) {
  #tribe-events #tribe-bar-form .tribe-bar-search-filter {
    padding-left: 30px;
  }
}

#tribe-events #tribe-bar-form .tribe-bar-submit {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 61.25em) {
  #tribe-events #tribe-bar-form .tribe-bar-submit {
    padding: 20px 0;
  }
}

#tribe-events #tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #000 !important;
  color: #fff;
  width: 125px;
  margin: 0;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1;
  display: inline-block;
  min-width: 0;
}

@media (min-width: 46.25em) {
  #tribe-events #tribe-bar-form .tribe-bar-submit input[type=submit] {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    padding: 17px 20px;
  }
}

@media (min-width: 50.1875em) {
  #tribe-events #tribe-bar-form .tribe-bar-submit input[type=submit] {
    width: 180px;
    float: right;
  }
}

#tribe-events #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
  background-color: #ffc60d !important;
  color: #000;
}

#tribe-events #tribe-bar-form.tribe-bar-collapse #tribe-bar-views + .tribe-bar-filters {
  display: block;
  width: 100%;
  right: auto;
  left: 0;
}

#tribe-events #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  width: 100%;
  right: auto;
  left: 0;
}

#tribe-events .tribe-bar-collapse #tribe-bar-collapse-toggle {
  display: none;
}

#tribe-events .tribe-events-loop, #tribe-events .single-tribe_organizer .tribe-events-loop, #tribe-events .single-tribe_venue .tribe-events-loop, #tribe-events .tribe-events-day .tribe-events-loop {
  max-width: none;
}

#tribe-events #tribe-bar-views {
  display: none;
}

@media (min-width: 61.25em) {
  #tribe-events #tribe-bar-views {
    display: block;
    margin: 18px 0;
    position: absolute;
    left: auto;
    right: 0px;
    top: 100%;
    padding-top: 65px;
    width: 20%;
  }
}

#tribe-events .tribe-bar-views-inner {
  background: none;
  padding: 7px 0;
}

#tribe-events .tribe-bar-view-list a[class*=tribe-icon-], #tribe-events .tribe-bar-views-list span[class^=tribe-icon-], #tribe-events .tribe-select2-results-views span[class^=tribe-icon-] {
  background-position: center right;
  padding-left: 0;
  padding-right: 24px;
}

#tribe-events #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  background: none;
}

#tribe-events .tribe-events-page-title {
  text-align: left;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media (min-width: 46.25em) {
  #tribe-events .tribe-events-page-title {
    margin-bottom: 35px;
  }
}

@media (min-width: 61.25em) {
  #tribe-events .tribe-events-page-title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.2;
  }
}

@media (min-width: 61.25em) {
  #tribe-events .tribe-events-page-title {
    width: 80%;
  }
}

#tribe-events .tribe-events-event-image {
  width: 100%;
  height: auto;
}

#tribe-events .tribe-events-list-event-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 5px !important;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}

@media (min-width: 61.25em) {
  #tribe-events .tribe-events-list-event-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 20px !important;
  }
}

#tribe-events .tribe-events-list-event-title a {
  color: #000;
  -webkit-transition: color 0.33333s;
  transition: color 0.33333s;
}

#tribe-events .tribe-events-list-event-title a:hover {
  color: #ffc60d;
}

#tribe-events .tribe-events-list .type-tribe_events, #tribe-events #tribe-mobile-container .type-tribe_events {
  -webkit-box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #dadada;
  padding: 0px;
  margin: 0px;
  margin-bottom: 17px;
}

@media (min-width: 61.25em) {
  #tribe-events .tribe-events-list .type-tribe_events, #tribe-events #tribe-mobile-container .type-tribe_events {
    margin-bottom: 40px;
  }
}

#tribe-events .event-thumb {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 215px;
  margin: 0px;
}

@media (min-width: 61.25em) {
  #tribe-events .event-thumb {
    min-height: 300px;
  }
}

@media (min-width: 46.25em) {
  #tribe-events .o-layout--event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#tribe-events .list-single-event-name {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (min-width: 61.25em) {
  #tribe-events .list-single-event-name {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

#tribe-events .tribe-events-read-more {
  display: block;
  color: #000;
  -webkit-transition: color 0.33333s;
  transition: color 0.33333s;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 600;
}

@media (min-width: 61.25em) {
  #tribe-events .tribe-events-read-more {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

#tribe-events .tribe-events-read-more:hover {
  color: #ffc60d;
}

#tribe-events .tribe-events-read-more:after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #ffc60d;
  border-radius: 50%;
  background-image: url("../assets/images/list_arr.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 6px;
  background-size: auto 5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 61.25em) {
  #tribe-events .tribe-events-read-more:after {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background-size: auto 10px;
  }
}

#tribe-events .list-single-content-wrap {
  padding: 20px;
}

#tribe-events .list-single-content-wrap .tribe-events-content {
  float: none;
  float: none !important;
  padding: 0px;
}

#tribe-events .list-single-content-wrap .tribe-events-content p {
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (min-width: 46.25em) {
  #tribe-events .list-single-content-wrap .tribe-events-content p {
    margin-bottom: 25px;
  }
}

@media (min-width: 61.25em) {
  #tribe-events .list-single-content-wrap {
    padding: 30px 45px 35px;
  }
}

#tribe-events .event-org-logo {
  text-align: right;
  margin: 0px;
  padding: 0.25em 0;
}

#tribe-events .tribe-events-adv-list-widget .tribe-events-widget-link a, #tribe-events .tribe-events-back a, #tribe-events .tribe-events-list-widget .tribe-events-widget-link a, #tribe-events ul.tribe-events-sub-nav a {
  font-weight: 600;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1;
  display: inline-block;
  min-width: 0;
}

@media (min-width: 46.25em) {
  #tribe-events .tribe-events-adv-list-widget .tribe-events-widget-link a, #tribe-events .tribe-events-back a, #tribe-events .tribe-events-list-widget .tribe-events-widget-link a, #tribe-events ul.tribe-events-sub-nav a {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    padding: 17px 20px;
  }
}

#tribe-events .tribe-events-list-separator-month {
  padding-top: 0px;
  margin-top: 0px;
}

#tribe-events .event-maplink {
  display: block;
  color: #ffc60d;
  text-decoration: underline;
}

#tribe-events .tribe-events-tooltip .tribe-events-event-thumb {
  float: none;
}

#tribe-events .tribe-events-tooltip .tribe-event-description {
  padding: 10px 0;
}

#tribe-events #tribe-events-content .tribe-events-tooltip h4, #tribe-events #tribe_events_filters_wrapper .tribe_events_slider_val, #tribe-events .single-tribe_events a.tribe-events-gcal, #tribe-events .single-tribe_events a.tribe-events-ical {
  color: #000;
}

#tribe-events .tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img {
  max-width: none;
  max-height: none;
}

#tribe-events .tribe-events-calendar td a {
  color: #000;
}

#tribe-events #tribe-events .tribe-events-button, #tribe-events #tribe-events .tribe-events-button:hover, #tribe-events #tribe_events_filters_wrapper input[type=submit], #tribe-events .tribe-events-button, #tribe-events .tribe-events-button.tribe-active:hover, #tribe-events .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, #tribe-events .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], #tribe-events .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #ffc60d;
}

#tribe-events .tribe-events-single-event-description ul {
  font-weight: 600;
}

.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer {
  border: 0px;
}

.o-programme .c-ourClients {
  margin-top: 0px;
  padding-top: 25px;
}

@media (min-width: 46.25em) {
  .o-programme .c-ourClients {
    background-color: #e6e6e6;
    padding-top: 45px;
  }
}

.c-page-loader {
  position: fixed;
  background-color: #fff;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 500;
  background-image: url("../assets/images/spinner.gif");
  background-position: center;
  background-repeat: no-repeat;
}

.c-header {
  position: relative;
  z-index: 100;
}

.c-header__navtoggle {
  padding: 20px 0px;
  width: 25px;
  display: block;
  float: right;
  position: relative;
  z-index: 101;
}

@media (min-width: 46.25em) {
  .c-header__navtoggle {
    padding: 31px 0;
  }
}

@media (min-width: 64.0625em) {
  .c-header__navtoggle {
    display: none !important;
  }
}

.c-header__navtoggle > span {
  height: 2px;
  background-color: #000;
  width: 100%;
  display: block;
  -webkit-transition: all 0.33333s;
  transition: all 0.33333s;
}

.c-header__navtoggle > span + span {
  margin-top: 4px;
}

@media (min-width: 46.25em) {
  .c-header__navtoggle > span + span {
    margin-top: 5px;
  }
}

.nav-open .c-header .c-header__navtoggle .bar-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 4px 2px;
          transform-origin: 4px 2px;
}

@media (min-width: 46.25em) {
  .nav-open .c-header .c-header__navtoggle .bar-1 {
    -webkit-transform-origin: 4px 3px;
            transform-origin: 4px 3px;
  }
}

.nav-open .c-header .c-header__navtoggle .bar-2 {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.nav-open .c-header .c-header__navtoggle .bar-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 5px 0px;
          transform-origin: 5px 0px;
}

@media (min-width: 46.25em) {
  .nav-open .c-header .c-header__navtoggle .bar-3 {
    -webkit-transform-origin: 3px -1px;
            transform-origin: 3px -1px;
  }
}

.c-call {
  background-color: #212121;
  color: #aeaeae;
  padding: 9px;
  display: none;
}

@media (min-width: 46.25em) {
  .c-call {
    display: block;
  }
  .c-call .o-layout > .o-layout__item {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2;
    font-weight: 600;
  }
  .c-call a {
    color: #aeaeae;
    -webkit-transition: color 0.33333s;
    transition: color 0.33333s;
  }
  .c-call a:hover {
    color: #ffc60d;
  }
  .c-call__social {
    margin: 0 -5px;
    list-style: none;
    padding: 0px;
    float: right;
  }
  .c-call__social li {
    display: inline-block;
    font-size: 0;
    vertical-align: center;
  }
  .c-call__social li a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
    padding: 5px;
    display: block;
  }
}

.c-call__login {
  color: #fff !important;
  -webkit-transition: color 0.33333s;
  transition: color 0.33333s;
  display: block;
  float: right;
  margin-right: 30px;
  padding: 3px 0;
}

.c-call__login .icon {
  color: #ffc60d !important;
  margin-right: 8px;
}

.c-call__login .icon, .c-call__login span {
  vertical-align: middle;
  display: inline-block;
}

.c-call__login:hover {
  color: #ffc60d !important;
}

/* ==========================================================================
   #BUTTONS
   ========================================================================== */
/**
 * This is an example component. Extend inuitcss by building your own components
 * that make up your UI. Component classes are prefixed with a `c-`.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 */
.c-btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 14px 20px;
  -webkit-transition: 0.33333s;
  transition: 0.33333s;
  border-radius: 0px;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  font-weight: 600;
  border: 0px;
  outline: none;
  min-width: 120px;
}

@media (min-width: 61.25em) {
  .c-btn {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    padding: 17px 20px!important;
    min-width: 180px;
  }
}

/* Style variants
   ========================================================================== */
.c-btn--primary {
  background-color: #000;
  color: #fff;
}

.c-btn--primary:hover, .c-btn--primary:active, .c-btn--primary:focus {
  text-decoration: none;
  /* [4] */
  color: #000;
  background-color: #000;
}

.c-btn--primary:hover, .c-btn--primary:focus {
  background-color: #ffc60d;
}

.c-btn--secondary {
  background-color: none;
  color: #000;
  border: 1px solid #000;
}

.c-btn--secondary:hover, .c-btn--secondary:active, .c-btn--secondary:focus {
  text-decoration: none;
  /* [4] */
  color: #ffc60d;
}

.c-btn--secondary:hover, .c-btn--secondary:focus {
  background-color: #000;
}

.c-btn--tertiary {
  background-color: #ffc60d;
  color: #000;
  border: 1px solid #000;
}

.c-btn--tertiary:hover, .c-btn--tertiary:active, .c-btn--tertiary:focus {
  text-decoration: none;
  /* [4] */
  color: #ffc60d;
  background-color: #000;
}

.c-btn--tertiary:hover, .c-btn--tertiary:focus {
  background-color: #000;
}

.c-btn--fourth {
  background-color: none;
  color: #fff;
  border: 1px solid #fff;
}

.c-btn--fourth:hover, .c-btn--fourth:active, .c-btn--fourth:focus {
  text-decoration: none;
  /* [4] */
  color: #ffc60d;
  border-color: #000;
}

.c-btn--fourth:hover, .c-btn--fourth:focus {
  background-color: #000;
}

/* Size variants
   ========================================================================== */
.c-btn--small {
  padding: inuit-rem(6px) inuit-rem(12px);
}

.c-btn--large {
  padding: inuit-rem(30px) inuit-rem(48px);
}

/* Ghost buttons
   ========================================================================== */
/**
 * Ghost buttons have see-through backgrounds and are bordered.
 */
.c-btn--ghost {
  border: 2px solid currentColor;
  padding: 10px 28px;
}

.c-btn--ghost, .c-btn--ghost:hover, .c-btn--ghost:active, .c-btn--ghost:focus {
  background: none;
}

.c-btn--ghost.c-btn--small {
  padding: 4px 10px;
}

.c-btn--ghost.c-btn--large {
  padding: 28px 46px;
}

.c-btn--ghost.c-btn--primary {
  color: #4a8ec2;
}

.c-btn--ghost.c-btn--primary:hover, .c-btn--ghost.c-btn--primary:focus {
  color: #3774a2;
}

.c-btn--ghost.c-btn--secondary {
  color: #2f4054;
}

.c-btn--ghost.c-btn--secondary:hover, .c-btn--ghost.c-btn--secondary:focus {
  color: #1d2733;
}

.c-btn--ghost.c-btn--tertiary {
  color: #fff;
}

.c-btn--ghost.c-btn--tertiary:hover, .c-btn--ghost.c-btn--tertiary:focus {
  color: #fff;
}

.c-logo {
  padding: 12px 15px 12px 0;
  display: block;
  float: left;
  position: relative;
  z-index: 101;
}

@media (min-width: 46.25em) {
  .c-logo {
    padding: 16px 15px 17px 0;
  }
}

.c-logo img {
  max-width: 157px;
}

@media (min-width: 46.25em) {
  .c-logo img {
    max-width: none;
  }
}

.c-hero {
  position: relative;
  background-color: #000;
  color: #fff;
}

.c-hero .c-btn {
  margin-top: 20px;
}

@media (min-width: 46.25em) {
  .c-hero .c-btn {
    margin-top: 30px;
  }
}

.c-hero__bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.c-hero__overlay {
  position: relative;
  z-index: 10;
  height: 225px;
  display: table;
  width: 100%;
  padding: 50px 0;
}

@media (min-width: 46.25em) {
  .c-hero__overlay {
    height: 478px;
    padding: 75px 0;
  }
}

.c-hero__overlay h1 {
  margin-bottom: 6px;
  margin-top: 10px;
}

@media (min-width: 46.25em) {
  .c-hero__overlay h1 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.c-hero__vertical {
  display: table-cell;
  vertical-align: middle;
}

.c-hero__tagline {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.225;
  font-weight: 400;
}

@media (min-width: 46.25em) {
  .c-hero__tagline {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.225;
  }
}

.c-hero__tagline__number {
  color: #ffc60d;
  display: block;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.225;
}

@media (min-width: 46.25em) {
  .c-hero__tagline__number {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.225;
  }
}

.c-hero__tagline--single {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.225;
}

@media (min-width: 46.25em) {
  .c-hero__tagline--single {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.225;
  }
}

.c-hero__tagline--home {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.225;
}

@media (min-width: 46.25em) {
  .c-hero__tagline--home {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.225;
  }
}

.c-hero__social {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}

.c-hero__social span {
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}

.c-hero__social ul {
  margin: 0px;
  padding: 0px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.c-hero__social ul li {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}

.c-hero__social ul li > a {
  color: #fff;
  font-size: 17px;
  display: block;
  padding: 25px 5px;
  -webkit-transition: color 0.33333s;
  transition: color 0.33333s;
}

.c-hero__social ul li > a:hover {
  color: #ffc60d;
}

.c-hero--404 .c-hero__overlay {
  height: 510px;
}

@media (min-width: 75em) {
  .c-hero--404 .c-hero__overlay {
    height: 780px;
  }
}

.c-hero--404 .c-hero__overlay h1 {
  font-size: 51px;
  font-size: 3.1875rem;
  line-height: 1.225;
}

@media (min-width: 46.25em) {
  .c-hero--404 .c-hero__overlay h1 {
    font-size: 110px;
    font-size: 6.875rem;
    line-height: 1.225;
  }
}

.c-hero--home {
  text-align: center;
}

.c-hero--home .c-hero__overlay {
  padding: 55px 0 80px;
}

@media (min-width: 46.25em) {
  .c-hero--home .c-hero__overlay {
    padding: 140px 0 170px;
  }
}

.c-hero__btns {
  margin-top: -5px;
  font-size: 0;
}

@media (min-width: 46.25em) {
  .c-hero__btns {
    margin-top: -15px;
  }
}

.c-hero__btns .c-hero__btn {
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 61.25em) {
  .c-hero__btns .c-hero__btn {
    padding: 0 7px;
  }
}

.c-breadcrumb {
  font-family: "Montserrat", sans-serif;
  font-size: 0px;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 11;
}

@media (min-width: 46.25em) {
  .c-breadcrumb {
    padding: 35px 0;
  }
}

.c-breadcrumb ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.c-breadcrumb ul > li {
  display: inline-block;
  font-size: 0;
}

.c-breadcrumb ul > li .div {
  padding: 0 5px;
}

.c-breadcrumb ul > li a, .c-breadcrumb ul > li span {
  font-size: 9.5px;
  font-size: 0.59375rem;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 1px 0;
}

@media (min-width: 46.25em) {
  .c-breadcrumb ul > li a, .c-breadcrumb ul > li span {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}

.c-breadcrumb ul > li .c-breadcrumb__current {
  color: #ffc60d;
}

.c-primary_nav {
  clear: both;
  border-top: 1px solid #ffc60d;
  margin: 0 -15px;
  display: none;
}

@media (min-width: 46.25em) {
  .c-primary_nav {
    margin: 0 -30px;
  }
}

@media (min-width: 64.0625em) {
  .c-primary_nav {
    clear: none;
    margin: 0px;
    border: 0px;
    display: block;
  }
}

.c-primary_nav__list {
  list-style: none;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
}

@media (min-width: 64.0625em) {
  .c-primary_nav__list {
    text-align: right;
    margin-top: 0px;
    margin-right: -11px;
  }
}

.c-primary_nav__list > li {
  display: block;
  font-size: 0px;
  position: relative;
}

@media (min-width: 64.0625em) {
  .c-primary_nav__list > li {
    display: inline-block;
  }
}

.c-primary_nav__list > li a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.84615;
  color: #000;
  padding: 14px 15px;
  display: inline-block;
  position: relative;
  font-weight: 600;
}

@media (min-width: 46.25em) {
  .c-primary_nav__list > li a {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.41176;
  }
}

@media (min-width: 64.0625em) {
  .c-primary_nav__list > li a {
    padding: 28px 11px;
  }
}

.c-primary_nav__list > li > a {
  position: relative;
}

.c-primary_nav__list > li > a:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  left: 15px;
  right: 15px;
  bottom: 12px;
  content: '';
  background-color: transparent;
  height: 3px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media (min-width: 61.25em) {
  .c-primary_nav__list > li > a:before {
    bottom: 22px;
    left: 11px;
    right: 11px;
  }
}

.c-primary_nav__list > li > a:hover:before {
  background-color: #ffc60d;
}

@media (min-width: 64.0625em) {
  .c-primary_nav__list > li:hover > ul {
    display: block;
  }
}

.c-primary_nav__list > li > ul {
  position: relative;
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-align: left;
  background-color: #212121;
  display: none;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s;
}

@media (min-width: 64.0625em) {
  .c-primary_nav__list > li > ul {
    position: absolute;
    width: 370px;
    left: -11px;
  }
  .c-primary_nav__list > li > ul.right_align {
    left: auto;
    right: 0;
  }
}

.c-primary_nav__list > li > ul > li {
  padding: 0 11px;
}

.c-primary_nav__list > li > ul > li + li {
  border-top: 2px solid #393939;
}

.c-primary_nav__list > li > ul > li a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #fff;
  font-weight: 600;
  padding: 10px 11px;
  display: block;
  position: relative;
}

.c-primary_nav__list > li > ul > li a:hover {
  color: #ffc60d;
}

.c-primary_nav__list > li > ul > li > a:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #ffc60d;
  background-image: url("../assets/images/list_arr.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 10px;
  display: block;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 11px 0;
  -webkit-transition: -webkit-transform 0.33333s;
  transition: -webkit-transform 0.33333s;
  transition: transform 0.33333s;
  transition: transform 0.33333s, -webkit-transform 0.33333s;
}

@media (min-width: 64.0625em) {
  .c-primary_nav__list > li > ul > li {
    position: relative;
  }
  .c-primary_nav__list > li > ul > li:hover > ul {
    display: block;
  }
}

.c-primary_nav__list > li > ul > li > ul {
  display: none;
  margin: 0px;
  padding-bottom: 11px;
}

@media (min-width: 64.0625em) {
  .c-primary_nav__list > li > ul > li > ul {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    background-color: #212121;
    padding-top: 11px;
  }
}

.c-primary_nav__list > li > ul > li > ul > li > a {
  padding: 0 11px;
  color: #adadad;
}

.c-primary_nav__list > li > ul > li > ul > li > a:before {
  content: "- ";
  display: inline-block;
  margin-right: 5px;
}

.c-primary_nav__list > li > ul > li > ul > li + li {
  margin-top: 5px;
}

.c-primary_nav__list li.open > ul {
  display: block;
  visibility: visible;
  -webkit-transition: visibility 0s 0s, opacity 0.3s;
  transition: visibility 0s 0s, opacity 0.3s;
  opacity: 1;
}

.c-primary_nav__list li.open > a:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-primary_nav__list .open > a {
  color: #ffc60d;
}

.nav-open .c-primary_nav {
  display: block;
}

.c-homeProgrammes {
  background-color: #e6e6e6;
}

@media (min-width: 46.25em) {
  .c-homeProgrammes {
    -webkit-box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
  }
}

.c-homeProgramme {
  background-color: #fff;
  position: relative;
  z-index: 10;
  margin-top: 15px;
}

@media (min-width: 46.25em) {
  .c-homeProgramme {
    margin-top: 0;
  }
}

.c-homeProgramme:first-child {
  margin-top: -60px;
}

@media (min-width: 46.25em) {
  .c-homeProgramme:first-child {
    margin-top: -120px;
  }
}

.c-homeProgramme:last-child {
  /*
		margin-bottom: -75px;

		@include mq(desktop) {
			margin-bottom: -120px;
		}
		*/
}

.c-homeProgramme .o-layout {
  height: 100%;
}

@media (min-width: 75em) {
  .c-homeProgramme .o-layout {
    height: 580px;
  }
}

.c-homeProgramme__wrap {
  position: relative;
  height: 100%;
}

.c-homeProgramme__header {
  position: absolute;
  bottom: 20px;
  left: 25px;
}

@media (min-width: 46.25em) {
  .c-homeProgramme__header {
    bottom: 47px;
    left: 55px;
    right: 55px;
  }
}

.c-homeProgramme__figure {
  padding-top: 100%;
  margin: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 46.25em) {
  .c-homeProgramme__figure {
    height: 100%;
    padding: 0px;
  }
}

.c-homeProgramme__title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.075;
  font-weight: 600;
  margin: 0px;
}

@media (min-width: 61.25em) {
  .c-homeProgramme__title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.075;
  }
}

.c-homeProgramme__sub {
  margin-bottom: 1.2em !important;
  display: none;
}

@media (min-width: 46.25em) {
  .c-homeProgramme__sub {
    display: block;
  }
}

.c-homeProgramme__body {
  padding: 25px 20px;
}

@media (min-width: 46.25em) {
  .c-homeProgramme__body {
    padding: 50px 30px;
  }
}

@media (min-width: 75em) {
  .c-homeProgramme__body {
    padding: 60px 60px;
  }
}

.c-homeProgramme__body ul {
  line-height: 1.25;
  margin: 0px;
  padding: 0px;
  margin-bottom: 2.2em;
}

.c-homeProgramme__body ul li {
  list-style: none;
  margin: 0px;
  padding: 0 0px;
  padding-left: 12px;
  margin-bottom: 15px;
}

@media (min-width: 61.25em) {
  .c-homeProgramme__body ul li {
    padding-left: 18px;
    margin-bottom: 20px;
  }
}

.c-homeProgramme__body ul li:before {
  content: "-";
  position: absolute;
  margin-left: -12px;
}

@media (min-width: 61.25em) {
  .c-homeProgramme__body ul li:before {
    margin-left: -18px;
  }
}

.c-testiSlider {
  text-align: center;
  background-color: #2c2c2c;
  color: #fff;
  padding-top: 75px;
  position: relative;
  margin-top: -75px;
}

@media (min-width: 61.25em) {
  .c-testiSlider {
    padding-top: 120px;
    margin-top: -120px;
  }
}

.c-testiSlider__outer {
  padding: 50px 0;
}

@media (min-width: 61.25em) {
  .c-testiSlider__outer {
    padding: 120px 0 90px;
  }
}

.c-testiSlider__inner {
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media (min-width: 75em) {
  .c-testiSlider__inner {
    padding: 0 50px;
  }
}

.c-testiSlider__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2;
  margin-bottom: 25px;
}

@media (min-width: 61.25em) {
  .c-testiSlider__title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 65px;
  }
}

.c-testiSlider__slide footer {
  margin-bottom: auto;
}

.c-testiSlider__logo {
  border-radius: 50%;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin: 0px;
}

@media (min-width: 61.25em) {
  .c-testiSlider__logo {
    width: 68px;
    height: 68px;
  }
}

.c-testiSlider__client {
  font-weight: 600;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
  margin: 0px;
}

@media (min-width: 61.25em) {
  .c-testiSlider__client {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
  }
}

.c-testiSlider blockquote {
  margin: 0px;
  padding: 0px;
  font-style: italic;
  margin-top: 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
}

@media (min-width: 61.25em) {
  .c-testiSlider blockquote {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 25px;
  }
}

.c-testiSlider .c-btn {
  margin-top: 20px;
}

@media (min-width: 61.25em) {
  .c-testiSlider .c-btn {
    margin-top: 60px;
  }
}

.c-bxslider {
  position: relative;
}

.c-bxslider__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-bxslider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.c-bxslider__nav {
  display: none;
}

.c-bxslider__nav a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  display: block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -25px;
  -webkit-transition: color 0.33333s, border 0.33333s;
  transition: color 0.33333s, border 0.33333s;
}

@media (min-width: 46.25em) {
  .c-bxslider__nav a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #fff;
    top: 0px;
    margin: 0px;
  }
}

.c-bxslider__nav a.c-bxslider__right {
  left: auto;
  right: 0px;
}

.c-bxslider__nav a:hover {
  color: #ffc60d;
  border-color: #ffc60d;
}

.c-bxslider__nav a i {
  font-size: 13px;
}

@media (min-width: 46.25em) {
  .c-bxslider__nav a i {
    font-size: 21px;
  }
}

.c-bxslider--padded {
  padding: 0 30px;
}

@media (min-width: 46.25em) {
  .c-bxslider--padded {
    padding: 0 50px;
  }
}

.c-bxslider .bx-viewport {
  /*
		&:before {
			content: '';
		    height: 100%;
		    position: absolute;
		    width: 25px;
		    top: 0;
		    left: 0;
			background: -moz-linear-gradient(left, rgba(44,44,44,1) 0%, rgba(125,185,232,0) 100%); 
			background: -webkit-linear-gradient(left, rgba(44,44,44,1) 0%,rgba(125,185,232,0) 100%); 
			background: linear-gradient(to right, rgba(44,44,44,1) 0%,rgba(125,185,232,0) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#007db9e8',GradientType=1 );
			z-index: 9;

			@include mq(large) {
				width: 50px;
			}
		}

		&:after {
			content: '';
		    height: 100%;
		    position: absolute;
		    width: 25px;
		    top: 0;
		    right: 0;
		    background: -moz-linear-gradient(left, rgba(125,185,232,0) 0%, rgba(44,44,44,1) 100%);
		    background: -webkit-linear-gradient(left, rgba(125,185,232,0) 0%,rgba(44,44,44,1) 100%);
		    background: linear-gradient(to right, rgba(125,185,232,0) 0%,rgba(44,44,44,1) 100%);
		    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#2c2c2c',GradientType=1 );
		    z-index: 9;

		    @include mq(large) {
				width: 50px;
			}
		}
		*/
}

.c-main {
  padding-bottom: 20px;
}

.c-article {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 61.25em) {
  .c-article {
    padding-top: 60px;
  }
}

.c-article__header {
  margin-bottom: 2.75em;
}

.c-article__header h2 {
  margin: 0;
}

.c-article__header--group {
  margin-bottom: 1.25em;
}

.c-article__header--group h2 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.1;
}

@media (min-width: 61.25em) {
  .c-article__header--group h2 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.1;
  }
}

.c-article h3 {
  margin-top: 2em;
}

/* .c-article ol {
  font-weight: 600;
} */

.c-article ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 3.25em;
  /* font-weight: 600; */
}

.c-article ul li {
  margin: 1.12em 0;
  padding-left: 15px;
  position: relative;
}

@media (min-width: 61.25em) {
  .c-article ul li {
    padding-left: 25px;
  }
}

.c-article ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffc60d;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 5px;
}

@media (min-width: 61.25em) {
  .c-article ul li:before {
    width: 10px;
    height: 10px;
    top: 8px;
  }
}

.c-article img {
  max-width: 100%;
  height: auto;
}

.c-article .alignleft, .c-article .aligncenter, .c-article .alignright, .c-article .alignnone {
  margin: 10px 0 15px;
}

@media (min-width: 61.25em) {
  .c-article--balanced {
    padding-top: 65px;
    padding-bottom: 45px;
  }
}

.c-article #comments {
  margin-top: 20px;
}

@media (min-width: 46.25em) {
  .c-article #comments {
    margin-top: 45px;
  }
}

.c-article #comments #respond {
  background-color: #e6e6e6;
  padding: 40px 15px 50px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 25px;
}

@media (min-width: 46.25em) {
  .c-article #comments #respond {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
  }
}

@media (min-width: 61.25em) {
  .c-article #comments #respond {
    padding: 45px 40px;
  }
}

.c-article #comments #respond .comment-notes {
  display: none;
}

.c-article #comments #respond form p {
  margin-bottom: 2.5em;
}

.c-article #comments #respond form textarea {
  height: 100px;
}

.c-article #comments #respond form .form-submit {
  margin-bottom: 0;
}

.c-article #comments .comment-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.c-article #comments .comment-list .comment {
  border: 1px solid #dadada;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.25;
  padding: 15px;
}

@media (min-width: 46.25em) {
  .c-article #comments .comment-list .comment {
    margin-bottom: 35px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    padding: 30px;
  }
}

.c-article #comments .comment-list .comment .comment-header {
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media (min-width: 46.25em) {
  .c-article #comments .comment-list .comment .comment-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.c-article #comments .comment-list .comment .comment-header:before, .c-article #comments .comment-list .comment .comment-header:after {
  clear: both;
  content: "";
  display: table;
}

.c-article #comments .comment-list .comment .comment-website {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.25;
  color: #000;
}

@media (min-width: 46.25em) {
  .c-article #comments .comment-list .comment .comment-website {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.25;
  }
}

.c-article #comments .comment-list .comment .comment-date {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.25;
  color: #000;
  float: right;
  padding: 3px 0;
}

@media (min-width: 46.25em) {
  .c-article #comments .comment-list .comment .comment-date {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.25;
  }
}

.c-article #comments .comment-list .comment .comment-wrap {
  padding-bottom: 5px;
}

.c-article #comments .comment-list .comment .comment-wrap p {
  margin-bottom: 0;
}

.c-article #comments .comment-list .comment .comment-author {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.25;
  font-family: "Montserrat", sans-serif;
}

.c-article #comments .comment-list .comment .comment-author .fn {
  font-style: normal;
}

@media (min-width: 46.25em) {
  .c-article #comments .comment-list .comment .comment-author {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.25;
  }
}

.c-article #comments .comment-list .comment .comment {
  display: none;
}

.c-article--mobilepad {
  padding-bottom: 0px;
}

@media (min-width: 46.25em) {
  .c-article--mobilepad {
    padding-bottom: 25px;
  }
}

.c-article__col2 ul {
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.25;
}

@media (min-width: 61.25em) {
  .c-article__col2 ul {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 61.25em) {
  .c-article__col2 ul li:before {
    top: 6px;
  }
}

.c-article--padded {
  padding: 25px 0;
}

@media (min-width: 61.25em) {
  .c-article--padded {
    padding: 90px 0;
  }
}

@media (min-width: 46.25em) {
  .c-widgets {
    padding-left: 20px;
  }
}

.c-widgets--sticky {
  -webkit-transition: -webkit-transform 0.2s 0.1s;
  transition: -webkit-transform 0.2s 0.1s;
  transition: transform 0.2s 0.1s;
  transition: transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
}

@media (min-width: 46.25em) {
  .c-widgets--sticky {
    position: relative;
  }
}

.c-widgets__widget {
  -webkit-box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  background-color: #fff;
}

@media (min-width: 46.25em) {
  .c-widgets__widget {
    margin: 40px 0;
  }
}

.c-widgets__widget:first-child {
  position: relative;
  margin-top: 0;
}

@media (min-width: 46.25em) {
  .c-widgets__widget:first-child {
    margin-top: -57px;
  }
}

@media (min-width: 61.25em) {
  .c-widgets__widget:first-child {
    margin-top: -75px;
  }
}

.c-widgets__widget__titlemob {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.1;
  text-align: center;
}

@media (min-width: 46.25em) {
  .c-widgets__widget__titlemob {
    display: none;
  }
}

.c-widgets__widget__header {
  background-color: #ffc60d;
  padding: 17px 25px;
}

@media (min-width: 61.25em) {
  .c-widgets__widget__header {
    padding: 22px 45px;
  }
}

.c-widgets__widget__header__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.25;
  margin: 0px !important;
}

@media (min-width: 61.25em) {
  .c-widgets__widget__header__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.25;
  }
}

.c-widgets__widget__inner {
  padding: 10px 25px;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

@media (min-width: 61.25em) {
  .c-widgets__widget__inner {
    padding: 22px 42px;
  }
}

.c-widgets__widget__list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
}

.c-widgets__widget__list > li {
  position: relative;
  padding-left: 25px;
  border-bottom: 2px solid #e6e6e6;
}

@media (min-width: 61.25em) {
  .c-widgets__widget__list > li {
    padding-left: 35px;
  }
}

.c-widgets__widget__list > li > a, .c-widgets__widget__list > li > span {
  display: block;
  cursor: pointer;
}

.c-widgets__widget__list > li:before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffc60d;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 1px;
  background-image: url("../assets/images/list_arr.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 7px;
}

@media (min-width: 61.25em) {
  .c-widgets__widget__list > li:before {
    width: 20px;
    height: 20px;
    top: 3px;
    background-size: auto 10px;
  }
}

.c-widgets__widget__list > li:last-child {
  border-bottom: 0;
}

.c-widgets__widget__list > li .active {
  font-weight: 700;
}

.c-widgets__widget__list--about > li:before {
  top: 10px;
}

@media (min-width: 61.25em) {
  .c-widgets__widget__list--about > li:before {
    top: 16px;
  }
}

.c-widgets__widget__list--about > li > a, .c-widgets__widget__list--about > li > span {
  color: #000;
  padding: 9px 0;
}

@media (min-width: 61.25em) {
  .c-widgets__widget__list--about > li > a, .c-widgets__widget__list--about > li > span {
    padding: 14px 0;
  }
}

.c-widgets__widget__list--about > li > a strong, .c-widgets__widget__list--about > li > span strong {
  display: block;
}

.c-widgets__widget__list--about > li > a {
  color: #000;
  -webkit-transition: 0.33333s;
  transition: 0.33333s;
}

.c-widgets__widget__list--about > li > a:hover {
  color: #ffc60d;
}

.c-widgets__widget__list--cats {
  margin: -5px 0;
}

@media (min-width: 46.25em) {
  .c-widgets__widget__list--cats {
    margin: 0 0;
  }
}

.c-widgets__widget__list--cats > li:before {
  top: 11px;
}

@media (min-width: 61.25em) {
  .c-widgets__widget__list--cats > li:before {
    top: 14px;
  }
}

.c-widgets__widget__list--cats > li > a, .c-widgets__widget__list--cats > li > span {
  color: #000;
  padding: 10px 0;
}

@media (min-width: 61.25em) {
  .c-widgets__widget__list--cats > li > a, .c-widgets__widget__list--cats > li > span {
    padding: 11px 0;
  }
}

.c-widgets__widget__list--cats > li > a strong, .c-widgets__widget__list--cats > li > span strong {
  display: block;
}

.c-widgets__widget__list--cats > li > a {
  color: #000;
  -webkit-transition: 0.33333s;
  transition: 0.33333s;
}

.c-widgets__widget__list--cats > li > a:hover {
  color: #ffc60d;
}

.c-widgets__widget__list--default > li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-widgets__widget__list--default > li:before {
  top: 50%;
  margin-top: -7px;
}

@media (min-width: 61.25em) {
  .c-widgets__widget__list--default > li:before {
    margin-top: -10px;
  }
}

.c-widgets__widget__list--default > li span {
  color: #000;
  padding: 13px 0;
  cursor: pointer;
}

@media (min-width: 61.25em) {
  .c-widgets__widget__list--default > li span {
    padding: 14px 0;
  }
}

.c-widgets__widget__list--default > li span.active {
  font-weight: 700;
}

.c-widgets__widget--download {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: none;
  margin-top: 65px;
}

@media (min-width: 46.25em) {
  .c-widgets__widget--download {
    display: block;
  }
}

.c-widgets__widget--download .yellow {
  color: #ffc60d;
}

.c-widgets__widget--download h5 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.c-widgets__widget--download .c-widgets__widget__download {
  max-width: 150px;
  display: inline-block;
  margin-bottom: 30px;
}

.c-widgets__widget--quote {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 46.25em) {
  .c-widgets__widget--quote {
    margin-left: 0;
    margin-right: 0;
  }
}

.c-widgets__widget--quote .c-widgets__widget__header {
  display: none;
}

@media (min-width: 46.25em) {
  .c-widgets__widget--quote .c-widgets__widget__header {
    display: block;
  }
}

.c-widgets__widget--quote .gform_fields {
  margin-top: 10px;
}

.c-widgets__widget--quote .c-widgets__widget__inner {
  background-color: #e6e6e6;
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
}

.c-widgets__widget--quote .c-widgets__widget__inner input, .c-widgets__widget--quote .c-widgets__widget__inner textarea, .c-widgets__widget--quote .c-widgets__widget__inner label {
  text-align: left;
}

@media (min-width: 46.25em) {
  .c-widgets__widget--quote .c-widgets__widget__inner {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media (min-width: 61.25em) {
  .c-widgets__widget--quote .c-widgets__widget__inner {
    padding: 35px 35px;
  }
}

.c-widgets__widget--quote .intro {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0px;
}

@media (min-width: 46.25em) {
  .c-widgets__widget--quote .intro {
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
  }
}

@media (min-width: 61.25em) {
  .c-widgets__widget--quote .intro {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

.c-widgets__widget--quote .gform_wrapper {
  margin: -1em 0 1em;
  padding-top: 2em;
}

@media (min-width: 61.25em) {
  .c-widgets__widget--quote .gform_wrapper {
    margin: 0em 0 1em;
  }
}

.c-widgets__widget--latest .c-widgets__widget__posts {
  margin: 0px;
  list-style: none;
  padding: 0px;
}

.c-widgets__widget--latest .c-widgets__widget__posts article {
  display: table;
  height: 100px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

@media (min-width: 61.25em) {
  .c-widgets__widget--latest .c-widgets__widget__posts article {
    height: 130px;
  }
}

.c-widgets__widget--latest .c-widgets__widget__posts article .bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}

.c-widgets__widget--latest .c-widgets__widget__posts article:hover .bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-widgets__widget--latest .c-widgets__widget__posts article .title {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-weight: 600;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.25;
  font-family: "Open Sans", sans-serif;
  padding: 10px 30px;
}

@media (min-width: 61.25em) {
  .c-widgets__widget--latest .c-widgets__widget__posts article .title {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.25;
    padding: 10px 42px;
  }
}

.c-widgets__widget--latest .c-widgets__widget__posts article .link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.c-widgets__widget--testimonials {
  margin-top: 40px;
}

.c-widgets__widget--testimonials .c-widgets__widget__inner {
  background-color: #2c2c2c;
  color: #fff;
  padding: 40px 25px;
}

@media (min-width: 61.25em) {
  .c-widgets__widget--testimonials .c-widgets__widget__inner {
    padding: 40px 35px;
  }
}

.c-widgets__widget--testimonials .c-widgetTestimonial {
  margin-bottom: 1.5em;
}

.c-widgets__widget--testimonials .c-widgetTestimonial:last-child {
  margin-bottom: 0;
}

.c-widgets__widget--testimonials .c-widgetTestimonial blockquote {
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 1em;
}

@media (min-width: 61.25em) {
  .c-widgets__widget--testimonials .c-widgetTestimonial blockquote {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-widgets__widget--testimonials .c-widgetTestimonial__logo {
  border-radius: 50%;
  overflow: hidden;
  width: 54px;
  height: 54px;
  margin: 0px;
}

@media (min-width: 61.25em) {
  .c-widgets__widget--testimonials .c-widgetTestimonial__logo {
    width: 68px;
    height: 68px;
  }
}

.c-widgets__widget--testimonials .c-btn {
  margin-top: 35px;
}

@media (min-width: 46.25em) {
  .c-widgets__widget--testimonials .c-btn {
    margin-top: 45px;
  }
}

@media (min-width: 46.25em) {
  .c-widgets__widget--mobile {
    display: none;
  }
}

.c-widgets__widget--pad {
  padding-top: 20px;
}

.c-widgets__widget--tablet {
  display: none;
}

@media (min-width: 46.25em) {
  .c-widgets__widget--tablet {
    display: block;
  }
}

.c-widgets__widget--cta {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px;
  position: relative;
}

.c-widgets__widget--cta .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-widgets__widget--cta .c-widgets__widget__inner {
  position: relative;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 285px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 61.25em) {
  .c-widgets__widget--cta .c-widgets__widget__inner {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 360px;
  }
}

.c-widgets__widget--cta .c-widgets__widget__inner p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 2px;
}

@media (min-width: 61.25em) {
  .c-widgets__widget--cta .c-widgets__widget__inner p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.25;
  }
}

.c-widgets__widget--cta .c-widgets__widget__inner h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.25;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}

@media (min-width: 61.25em) {
  .c-widgets__widget--cta .c-widgets__widget__inner h3 {
    font-size: 31px;
    font-size: 1.9375rem;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}

.c-widgets__widget--cta .c-widgets__widget__inner .c-btn {
  margin: 0px;
}

@media (min-width: 46.25em) {
  .sticky-holder.sticky {
    position: fixed;
    left: 0px;
    top: 20px;
    width: 100%;
  }
  .sticky-holder.sticky .sticky-holder-wrap {
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
  }
  .sticky-holder.sticky .sticky-holder-wrap .sticky-holder-wrap-col {
    width: 41.66667% !important;
    left: 58.33333% !important;
    position: relative;
    top: 0px !important;
  }
  .sticky-holder.sticky .sticky-holder-wrap .sticky-holder-wrap-col .c-widgets__widget:first-child {
    margin-top: 0px !important;
  }
  .sticky-holder .hold {
    position: relative;
  }
}

.c-enquire {
  color: #ffc60d;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-top: 35px;
}

.c-enquire a {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  display: block;
  color: #000;
}

@media (min-width: 61.25em) {
  .c-enquire {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
    margin-top: 50px;
  }
  .c-enquire a {
    font-size: 47px;
    font-size: 2.9375rem;
    line-height: 1.2;
  }
}

@media (min-width: 75em) {
  .c-enquire {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.2;
    margin-top: 75px;
  }
  .c-enquire a {
    font-size: 57px;
    font-size: 3.5625rem;
    line-height: 1.2;
  }
}

.c-enquire--smaller {
  margin-bottom: 45px;
  margin-bottom: 45px;
}

@media (min-width: 61.25em) {
  .c-enquire--smaller {
    margin-top: 50px;
  }
}

.c-ourClients {
  text-align: center;
  padding-bottom: 45px;
}

@media (min-width: 46.25em) {
  .c-ourClients {
    margin-top: 65px;
  }
}

.c-ourClients__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 46.25em) {
  .c-ourClients__logos {
    margin: 0 -15px;
  }
}

.c-ourClients__logos__logo {
  display: inline-block;
  text-align: center;
  width: 33.33333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
}

@media (min-width: 46.25em) {
  .c-ourClients__logos__logo {
    width: 33%;
    padding: 25px 15px;
  }
}

.c-ourClients__logos__logo--bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-ourClients__logos--hero {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -12px;
  margin-top: 50px;
}

@media (min-width: 61.25em) {
  .c-ourClients__logos--hero {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 -25px;
  }
}

@media (min-width: 61.25em) {
  .c-ourClients__logos--hero {
    margin-top: 90px;
  }
}

.c-ourClients__logos--hero .c-ourClients__logos__logo {
  padding: 5px 12px;
}

@media (min-width: 46.25em) {
  .c-ourClients__logos--hero .c-ourClients__logos__logo {
    width: 33.33333%;
  }
}

@media (min-width: 61.25em) {
  .c-ourClients__logos--hero .c-ourClients__logos__logo {
    width: 50%;
    padding: 25px 25px 0;
  }
}

.c-cta {
  background-color: #ffc60d;
  color: #000;
  padding: 25px 0px 20px;
  text-align: center;
}

@media (min-width: 46.25em) {
  .c-cta {
    text-align: left;
    padding: 45px 0;
  }
}

@media (min-width: 46.25em) {
  .c-cta .o-layout__item {
    vertical-align: middle;
  }
}

.c-cta__title {
  margin-bottom: .75em !important;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.2;
}

@media (min-width: 46.25em) {
  .c-cta__title {
    margin: 0px !important;
  }
}

@media (min-width: 61.25em) {
  .c-cta__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}

.c-bios {
  margin-top: 2.75em;
}

.c-bios__header {
  margin-bottom: 3em;
}

.c-bios__bio {
  margin-bottom: 15px;
  cursor: pointer;
}

@media (min-width: 46.25em) {
  .c-bios__bio {
    margin-bottom: 20px;
  }
}

.c-bios__wrap {
  position: relative;
  padding: 11px 0;
  padding-left: 35px;
}

@media (min-width: 61.25em) {
  .c-bios__wrap {
    padding: 20px 0;
    padding-left: 72px;
  }
}

.c-bios__figure {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  max-width: 77px;
}

@media (min-width: 61.25em) {
  .c-bios__figure {
    max-width: 144px;
  }
}

.c-bios__content {
  border: 1px solid #dadada;
  padding: 13px;
  position: relative;
  padding-left: 52px;
  padding-right: 75px;
}

@media (min-width: 61.25em) {
  .c-bios__content {
    padding: 26px;
    padding-left: 91px;
    padding-right: 140px;
  }
}

.c-bios__title {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.25;
  color: #ffc60d;
  font-weight: 600;
  margin: 0px !important;
}

@media (min-width: 61.25em) {
  .c-bios__title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.25;
  }
}

.c-bios__role {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.25;
  font-weight: 400;
  margin: 0px;
}

@media (min-width: 61.25em) {
  .c-bios__role {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.25;
  }
}

.c-bios__toggle {
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.25;
  font-weight: 400;
  display: block;
  position: absolute;
  right: 13px;
  bottom: 13px;
}

@media (min-width: 75em) {
  .c-bios__toggle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    bottom: 25px;
    right: 25px;
  }
}

.c-bios__toggle span, .c-bios__toggle:after {
  vertical-align: middle;
  display: inline-block;
}

.c-bios__toggle:after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #ffc60d;
  border-radius: 50%;
  background-image: url("../assets/images/list_arr.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 6px;
  background-size: auto 5px;
}

@media (min-width: 75em) {
  .c-bios__toggle:after {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background-size: auto 10px;
  }
}

.c-bios__toggleContent {
  padding: 15px 0 0;
  overflow: hidden;
  display: none;
}

@media (min-width: 46.25em) {
  .c-bios__toggleContent {
    padding: 30px 0 0;
  }
}

.c-bios--alt .c-bios__title {
  color: #000;
}

.c-testimonials__item {
  margin-bottom: 12px;
}

@media (min-width: 46.25em) {
  .c-testimonials__item {
    margin-bottom: 30px;
  }
}

.c-testimonials__item:before, .c-testimonials__item:after {
  clear: both;
  content: "";
  display: table;
}

.c-testimonials__figure {
  float: left;
  width: 70px;
  height: 70px;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ececec;
}

@media (min-width: 46.25em) {
  .c-testimonials__figure {
    width: 144px;
    height: 144px;
  }
}

.c-testimonials__title {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.25;
  color: #ffc60d;
  font-weight: 600;
  margin-bottom: 0px !important;
  text-transform: uppercase;
  margin-top: 0px !important;
}

@media (min-width: 61.25em) {
  .c-testimonials__title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.25;
    margin-bottom: 5px !important;
  }
}

.c-testimonials__body {
  padding-top: 13px;
  padding-left: 78px;
}

@media (min-width: 46.25em) {
  .c-testimonials__body {
    padding-top: 35px;
    padding-left: 170px;
  }
}

.c-testimonials p:last-child {
  margin: 0px;
}

#c-testimonialsAnchor {
  padding-top: 10px;
}

@media (min-width: 46.25em) {
  #c-testimonialsAnchor {
    padding-top: 30px;
  }
}

.c-getInTouch {
  background-color: #e6e6e6;
  padding: 50px 0;
  text-align: center;
}

.c-getInTouch .gform_body {
  text-align: left;
}

@media (min-width: 46.25em) {
  .c-getInTouch {
    padding: 85px 0;
    text-align: left;
  }
}

.c-getInTouch .gform_fields {
  display: none;
}

.c-getInTouch form textarea {
  height: 85px;
}

@media (min-width: 46.25em) {
  .c-getInTouch form textarea {
    height: 65px;
  }
}

.c-getInTouch__intro {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7;
  font-weight: 400;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

@media (min-width: 46.25em) {
  .c-getInTouch__intro {
    margin-bottom: 40px;
  }
}

@media (min-width: 61.25em) {
  .c-getInTouch__intro {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 70px;
  }
}

.c-posts {
  padding: 15px 0 0;
}

@media (min-width: 61.25em) {
  .c-posts {
    padding: 80px 0 70px;
  }
}

.c-post {
  -webkit-box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

@media (min-width: 61.25em) {
  .c-post {
    margin-bottom: 50px;
  }
}

.c-post__figure {
  margin: 0px;
}

.c-post__figure img {
  width: 100%;
  height: auto;
}

.c-post__date {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 12px;
  display: block;
}

@media (min-width: 46.25em) {
  .c-post__date {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

.c-post__date a {
  color: #ffc60d;
  font-weight: 600;
}

.c-post__title h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media (min-width: 46.25em) {
  .c-post__title h4 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}

.c-post__title h4 a {
  color: #000;
}

.c-post__inner {
  padding: 13px 18px 17px;
}

@media (min-width: 61.25em) {
  .c-post__inner {
    padding: 25px 35px 30px;
  }
}

.c-post__more {
  display: block;
  color: #000;
  -webkit-transition: color 0.33333s;
  transition: color 0.33333s;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 600;
}

@media (min-width: 61.25em) {
  .c-post__more {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

.c-post__more:hover {
  color: #ffc60d;
}

.c-post__more:after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #ffc60d;
  border-radius: 50%;
  background-image: url("../assets/images/list_arr.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 6px;
  background-size: auto 5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 61.25em) {
  .c-post__more:after {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background-size: auto 10px;
  }
}

.c-navigation .wp-paginate li {
  display: inline-block;
}

.c-navigation .wp-paginate span, .c-navigation .wp-paginate a {
  background: none;
  border: 2px solid #000;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  color: #000;
  width: 46px;
  height: 46px;
  line-height: 42px;
  display: block;
  padding: 0 2px;
  text-align: center;
}

.c-navigation .wp-paginate .current {
  color: #fff;
  background-color: #ffc60d;
  border-color: #ffc60d;
}

.c-latestBlog {
  text-align: center;
  padding: 50px 0;
}

@media (min-width: 61.25em) {
  .c-latestBlog {
    padding: 85px 0;
  }
}

.c-latestBlog .o-layout > .o-layout__item {
  margin-bottom: 15px;
}

.c-latestBlog .o-layout > .o-layout__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 46.25em) {
  .c-latestBlog .o-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-latestBlog .o-layout > .o-layout__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px;
  }
}

.c-latestBlog__post {
  border: 1px solid #c1c1c1;
  -webkit-box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: left;
}

@media (min-width: 46.25em) {
  .c-latestBlog__post {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-latestBlog__post date {
  background-color: #ffc60d;
  color: #000;
  display: block;
  position: absolute;
  top: 0px;
  left: 33px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  padding: 9px 5px;
  min-width: 43px;
}

.c-latestBlog__post date span {
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
}

.c-latestBlog__post__title {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 10px !important;
}

.c-latestBlog__post__title a {
  color: #000;
  -webkit-transition: color 0.33333s;
  transition: color 0.33333s;
}

.c-latestBlog__post__title a:hover {
  color: #ffc60d;
}

@media (min-width: 61.25em) {
  .c-latestBlog__post__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.2;
    margin-bottom: 15px !important;
  }
}

.c-latestBlog__post__body {
  padding: 20px 15px;
}

@media (min-width: 46.25em) {
  .c-latestBlog__post__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}

@media (min-width: 61.25em) {
  .c-latestBlog__post__body {
    padding: 25px 33px 33px;
  }
}

.c-latestBlog__post__body .c-btn {
  margin: auto 0 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.c-latestBlog__post__thumb {
  margin: 0px;
}

.c-latestBlog__post__thumb img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.c-programmes .o-group__title {
  margin-bottom: .85em;
}

.c-programmes__wrap {
  background-color: #e6e6e6;
  position: relative;
}

.c-programmes__wrap:before {
  height: 75px;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

@media (min-width: 61.25em) {
  .c-programmes__wrap:before {
    height: 120px;
  }
}

.c-programmes .o-wrapper .o-layout:last-child {
  position: relative;
  z-index: 10;
}

.c-programmes .c-programme {
  position: relative;
  color: #fff;
  display: table;
  height: 275px;
  background-color: #2c2c2c;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 61.25em) {
  .c-programmes .c-programme {
    height: 460px;
  }
}

.c-programmes .c-programme__bg {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.c-programmes .c-programme__title {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 61.25em) {
  .c-programmes .c-programme__title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.1;
  }
}

.c-programmes .c-programme__inner {
  padding: 30px 20px 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 46.25em) {
  .c-programmes .c-programme__inner {
    padding: 25px 35px 35px;
  }
}

@media (min-width: 75em) {
  .c-programmes .c-programme__inner {
    padding: 55px 65px 65px;
  }
}

.c-programmes .c-programme .c-btn {
  margin-top: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (min-width: 46.25em) {
  .c-programmes--odd .c-programmes__wrap > .o-wrapper > .o-layout:last-child .o-layout__item:last-child {
    width: 100% !important;
  }
}

.c-relatedProgramme {
  margin-bottom: 15px;
  margin-top: 45px;
}

@media (min-width: 46.25em) {
  .c-relatedProgramme {
    margin-bottom: 35px;
    margin-top: 0;
  }
}

.c-relatedProgramme--desktop {
  display: none;
}

@media (min-width: 46.25em) {
  .c-relatedProgramme--desktop {
    display: block;
  }
}

@media (min-width: 46.25em) {
  .c-relatedProgramme--mob {
    display: none;
  }
}

@media (min-width: 61.25em) {
  .c-relatedProgramme {
    margin-bottom: 65px;
  }
}

.c-relatedProgramme a {
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.1;
  color: #000;
  -webkit-transition: color 0.33333s;
  transition: color 0.33333s;
  display: block;
  padding: 7px 0;
}

.c-relatedProgramme a:hover {
  color: #ffc60d;
}

@media (min-width: 61.25em) {
  .c-relatedProgramme a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.1;
    padding: 13px 0;
  }
}

.c-relatedProgramme a .yellow {
  color: #ffc60d;
}

.c-relatedProgramme__title {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.1;
}

@media (min-width: 46.25em) {
  .c-relatedProgramme__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.1;
  }
}

.c-footer {
  background-color: #1d1d1d;
  color: #828282;
  position: relative;
  text-align: center;
}

@media (min-width: 46.25em) {
  .c-footer {
    text-align: left;
  }
}

.c-footer p {
  line-height: 1.2;
  margin: 0;
}

.c-footer__navs {
  padding: 25px 0;
}

@media (min-width: 46.25em) {
  .c-footer__navs {
    padding: 45px 0;
  }
}

@media (min-width: 61.25em) {
  .c-footer__navs {
    padding: 130px 0 100px;
  }
}

.c-footer__title {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  margin-bottom: 1em;
}

@media (min-width: 61.25em) {
  .c-footer__title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.2;
  }
}

@media (min-width: 46.25em) {
  .c-footer__navs .o-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer__navs .o-layout .o-layout__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-footer__group {
  margin-top: 35px;
}

@media (min-width: 46.25em) {
  .c-footer__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    margin-top: 0px;
  }
  .c-footer__group + .c-footer__group {
    margin-top: 35px;
  }
}

.c-footer__group p a {
  color: #828282;
  -webkit-transition: color 0.33333s;
  transition: color 0.33333s;
}

.c-footer__group p a:hover {
  color: #ffc60d;
}

.c-footer__group ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 1.2;
}

.c-footer__group ul li {
  padding-left: 10px;
  position: relative;
  display: inline-block;
}

@media (min-width: 46.25em) {
  .c-footer__group ul li {
    display: block;
  }
}

.c-footer__group ul li:before {
  content: "- ";
  display: inline-block;
  position: absolute;
  left: 0;
}

.c-footer__group ul li a {
  color: #828282;
  -webkit-transition: color 0.33333s;
  transition: color 0.33333s;
}

.c-footer__group ul li a:hover {
  color: #ffc60d;
}

.c-footer__group ul li + li {
  margin-top: 14px;
}

.c-footer__group ul li li {
  margin-top: 5px;
}

.c-footer .c-footer__social {
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin: 0 -5px;
  margin-top: 25px;
}

@media (min-width: 46.25em) {
  .c-footer .c-footer__social {
    margin-top: auto;
  }
}

.c-footer .c-footer__social li {
  font-size: 0px;
  display: inline-block;
  padding: 0 8px;
}

@media (min-width: 46.25em) {
  .c-footer .c-footer__social li {
    padding: 0 5px;
  }
}

.c-footer .c-footer__social li a {
  display: block;
  font-size: 22px;
  color: #828282;
  -webkit-transition: color 0.33333s;
  transition: color 0.33333s;
}

@media (min-width: 46.25em) {
  .c-footer .c-footer__social li a {
    font-size: 17px;
  }
}

.c-footer .c-footer__social li a,
.c-call .c-call__social li a {
  color: #ffc60d;
}

.c-footer .c-footer__social li a:hover,
.c-call .c-call__social li a:hover {
  color: #fff;
}

.c-footer__copy {
  background-color: #000;
  text-align: center;
  padding: 25px 0;
}

@media (min-width: 90em) {
  .c-footer__copy {
    text-align: left;
    padding: 28px 0;
  }
}

.c-footer__copy p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
}

.c-footer__copynav {
  list-style: none;
  padding: 0px;
  font-size: 0px;
  margin: 0 -7px;
  margin-bottom: 15px;
}

@media (min-width: 90em) {
  .c-footer__copynav {
    margin: 0px;
    text-align: right;
  }
}

.c-footer__copynav li {
  display: inline-block;
  font-size: 0px;
}

.c-footer__copynav li a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #828282;
  padding: 3px 7px;
  display: inline-block;
  -webkit-transition: color 0.33333s;
  transition: color 0.33333s;
}

.c-footer__copynav li a:hover {
  color: #ffc60d;
}

@media (min-width: 90em) {
  .c-footer__copynav li a {
    display: block;
    padding: 0 7px;
  }
}

/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Attach our clearfix mixin to a utility class.
 */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* ==========================================================================
   #WIDTHS
   ========================================================================== */
/**
 * inuitcss generates a series of utility classes that give a fluid width to
 * whichever element they’re applied, e.g.:
 *
 *   <img src="" alt="" class="u-1/2" />
 *
 * These classes are most commonly used in conjunction with our layout system,
 * e.g.:
 *
 *   <div class="o-layout__item  u-1/2">
 *
 * By default, inuitcss will also generate responsive variants of each of these
 * classes by using your Sass MQ configuration, e.g.:
 *
 *   <div class="o-layout__item  u-1/1  u-1/2@tablet  u-1/3@desktop">
 *
 * Optionally, inuitcss can generate offset classes which can push and pull
 * elements left and right by a specified amount, e.g.:
 *
 *   <div class="o-layout__item  u-2/3  u-pull-1/3">
 *
 * This is useful for making very granular changes to the rendered order of
 * items in a layout.
 *
 * N.B. This option is turned off by default.
 */
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes take a fraction-like format (e.g. `.u-2/3`). Use these in
 * your markup:
 *
 * <div class="u-7/12">
 *
 * The following will generate widths helper classes based on the fractions
 * defined in the `$inuit-fractions` list.
 */
.u-1\/1 {
  width: 100% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-1\/1 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-1\/1 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

.u-1\/2 {
  width: 50% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-1\/2 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 50% !important;
}

.u-pull-1\/2 {
  position: relative !important;
  right: 50% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/2 {
  width: 100% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-2\/2 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-2\/2 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

.u-1\/3 {
  width: 33.33333% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-1\/3 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 33.33333% !important;
}

.u-pull-1\/3 {
  position: relative !important;
  right: 33.33333% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/3 {
  width: 66.66667% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-2\/3 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 66.66667% !important;
}

.u-pull-2\/3 {
  position: relative !important;
  right: 66.66667% !important;
  left: auto !important;
  /* [1] */
}

.u-3\/3 {
  width: 100% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-3\/3 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-3\/3 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

.u-1\/4 {
  width: 25% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-1\/4 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 25% !important;
}

.u-pull-1\/4 {
  position: relative !important;
  right: 25% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/4 {
  width: 50% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-2\/4 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 50% !important;
}

.u-pull-2\/4 {
  position: relative !important;
  right: 50% !important;
  left: auto !important;
  /* [1] */
}

.u-3\/4 {
  width: 75% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-3\/4 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 75% !important;
}

.u-pull-3\/4 {
  position: relative !important;
  right: 75% !important;
  left: auto !important;
  /* [1] */
}

.u-4\/4 {
  width: 100% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-4\/4 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-4\/4 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

.u-1\/5 {
  width: 20% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-1\/5 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 20% !important;
}

.u-pull-1\/5 {
  position: relative !important;
  right: 20% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/5 {
  width: 40% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-2\/5 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 40% !important;
}

.u-pull-2\/5 {
  position: relative !important;
  right: 40% !important;
  left: auto !important;
  /* [1] */
}

.u-3\/5 {
  width: 60% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-3\/5 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 60% !important;
}

.u-pull-3\/5 {
  position: relative !important;
  right: 60% !important;
  left: auto !important;
  /* [1] */
}

.u-4\/5 {
  width: 80% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-4\/5 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 80% !important;
}

.u-pull-4\/5 {
  position: relative !important;
  right: 80% !important;
  left: auto !important;
  /* [1] */
}

.u-5\/5 {
  width: 100% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-5\/5 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-5\/5 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

.u-1\/12 {
  width: 8.33333% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-1\/12 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 8.33333% !important;
}

.u-pull-1\/12 {
  position: relative !important;
  right: 8.33333% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/12 {
  width: 16.66667% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-2\/12 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 16.66667% !important;
}

.u-pull-2\/12 {
  position: relative !important;
  right: 16.66667% !important;
  left: auto !important;
  /* [1] */
}

.u-3\/12 {
  width: 25% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-3\/12 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 25% !important;
}

.u-pull-3\/12 {
  position: relative !important;
  right: 25% !important;
  left: auto !important;
  /* [1] */
}

.u-4\/12 {
  width: 33.33333% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-4\/12 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 33.33333% !important;
}

.u-pull-4\/12 {
  position: relative !important;
  right: 33.33333% !important;
  left: auto !important;
  /* [1] */
}

.u-5\/12 {
  width: 41.66667% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-5\/12 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 41.66667% !important;
}

.u-pull-5\/12 {
  position: relative !important;
  right: 41.66667% !important;
  left: auto !important;
  /* [1] */
}

.u-6\/12 {
  width: 50% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-6\/12 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 50% !important;
}

.u-pull-6\/12 {
  position: relative !important;
  right: 50% !important;
  left: auto !important;
  /* [1] */
}

.u-7\/12 {
  width: 58.33333% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-7\/12 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 58.33333% !important;
}

.u-pull-7\/12 {
  position: relative !important;
  right: 58.33333% !important;
  left: auto !important;
  /* [1] */
}

.u-8\/12 {
  width: 66.66667% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-8\/12 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 66.66667% !important;
}

.u-pull-8\/12 {
  position: relative !important;
  right: 66.66667% !important;
  left: auto !important;
  /* [1] */
}

.u-9\/12 {
  width: 75% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-9\/12 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 75% !important;
}

.u-pull-9\/12 {
  position: relative !important;
  right: 75% !important;
  left: auto !important;
  /* [1] */
}

.u-10\/12 {
  width: 83.33333% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-10\/12 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 83.33333% !important;
}

.u-pull-10\/12 {
  position: relative !important;
  right: 83.33333% !important;
  left: auto !important;
  /* [1] */
}

.u-11\/12 {
  width: 91.66667% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-11\/12 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 91.66667% !important;
}

.u-pull-11\/12 {
  position: relative !important;
  right: 91.66667% !important;
  left: auto !important;
  /* [1] */
}

.u-12\/12 {
  width: 100% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-12\/12 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-12\/12 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

/**
 * If we’re using Sass-MQ, automatically generate grid system(s) for each of our
 * defined breakpoints, and give them a Responsive Suffix, e.g.:
 *
 * <div class="u-3/12@mobile">
 */
@media (min-width: 20em) {
  .u-1\/1\@mobile {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\@mobile {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@mobile {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\@mobile {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\@mobile {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\@mobile {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\@mobile {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\@mobile {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\@mobile {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\@mobile {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@mobile {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\@mobile {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@mobile {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\@mobile {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@mobile {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\@mobile {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\@mobile {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@mobile {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\@mobile {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@mobile {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\@mobile {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@mobile {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\@mobile {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@mobile {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\@mobile {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/12\@mobile {
    width: 8.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/12\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 8.33333% !important;
  }
  .u-pull-1\/12\@mobile {
    position: relative !important;
    right: 8.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/12\@mobile {
    width: 16.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/12\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 16.66667% !important;
  }
  .u-pull-2\/12\@mobile {
    position: relative !important;
    right: 16.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/12\@mobile {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/12\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-3\/12\@mobile {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/12\@mobile {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/12\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-4\/12\@mobile {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/12\@mobile {
    width: 41.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/12\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 41.66667% !important;
  }
  .u-pull-5\/12\@mobile {
    position: relative !important;
    right: 41.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-6\/12\@mobile {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-6\/12\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-6\/12\@mobile {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-7\/12\@mobile {
    width: 58.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-7\/12\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 58.33333% !important;
  }
  .u-pull-7\/12\@mobile {
    position: relative !important;
    right: 58.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-8\/12\@mobile {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-8\/12\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-8\/12\@mobile {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-9\/12\@mobile {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-9\/12\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-9\/12\@mobile {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-10\/12\@mobile {
    width: 83.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-10\/12\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 83.33333% !important;
  }
  .u-pull-10\/12\@mobile {
    position: relative !important;
    right: 83.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-11\/12\@mobile {
    width: 91.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-11\/12\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 91.66667% !important;
  }
  .u-pull-11\/12\@mobile {
    position: relative !important;
    right: 91.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-12\/12\@mobile {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-12\/12\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-12\/12\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
}

@media (min-width: 46.25em) {
  .u-1\/1\@tablet {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\@tablet {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@tablet {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\@tablet {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\@tablet {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\@tablet {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\@tablet {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\@tablet {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\@tablet {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\@tablet {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@tablet {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\@tablet {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@tablet {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\@tablet {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@tablet {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\@tablet {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\@tablet {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@tablet {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\@tablet {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@tablet {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\@tablet {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@tablet {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\@tablet {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@tablet {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\@tablet {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/12\@tablet {
    width: 8.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/12\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 8.33333% !important;
  }
  .u-pull-1\/12\@tablet {
    position: relative !important;
    right: 8.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/12\@tablet {
    width: 16.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/12\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 16.66667% !important;
  }
  .u-pull-2\/12\@tablet {
    position: relative !important;
    right: 16.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/12\@tablet {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/12\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-3\/12\@tablet {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/12\@tablet {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/12\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-4\/12\@tablet {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/12\@tablet {
    width: 41.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/12\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 41.66667% !important;
  }
  .u-pull-5\/12\@tablet {
    position: relative !important;
    right: 41.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-6\/12\@tablet {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-6\/12\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-6\/12\@tablet {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-7\/12\@tablet {
    width: 58.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-7\/12\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 58.33333% !important;
  }
  .u-pull-7\/12\@tablet {
    position: relative !important;
    right: 58.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-8\/12\@tablet {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-8\/12\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-8\/12\@tablet {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-9\/12\@tablet {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-9\/12\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-9\/12\@tablet {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-10\/12\@tablet {
    width: 83.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-10\/12\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 83.33333% !important;
  }
  .u-pull-10\/12\@tablet {
    position: relative !important;
    right: 83.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-11\/12\@tablet {
    width: 91.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-11\/12\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 91.66667% !important;
  }
  .u-pull-11\/12\@tablet {
    position: relative !important;
    right: 91.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-12\/12\@tablet {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-12\/12\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-12\/12\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
}

@media (min-width: 61.25em) {
  .u-1\/1\@desktop {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\@desktop {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@desktop {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\@desktop {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\@desktop {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\@desktop {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\@desktop {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\@desktop {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\@desktop {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\@desktop {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@desktop {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\@desktop {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@desktop {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\@desktop {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@desktop {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\@desktop {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\@desktop {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@desktop {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\@desktop {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@desktop {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\@desktop {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@desktop {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\@desktop {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@desktop {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\@desktop {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/12\@desktop {
    width: 8.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/12\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 8.33333% !important;
  }
  .u-pull-1\/12\@desktop {
    position: relative !important;
    right: 8.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/12\@desktop {
    width: 16.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/12\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 16.66667% !important;
  }
  .u-pull-2\/12\@desktop {
    position: relative !important;
    right: 16.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/12\@desktop {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/12\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-3\/12\@desktop {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/12\@desktop {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/12\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-4\/12\@desktop {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/12\@desktop {
    width: 41.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/12\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 41.66667% !important;
  }
  .u-pull-5\/12\@desktop {
    position: relative !important;
    right: 41.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-6\/12\@desktop {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-6\/12\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-6\/12\@desktop {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-7\/12\@desktop {
    width: 58.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-7\/12\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 58.33333% !important;
  }
  .u-pull-7\/12\@desktop {
    position: relative !important;
    right: 58.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-8\/12\@desktop {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-8\/12\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-8\/12\@desktop {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-9\/12\@desktop {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-9\/12\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-9\/12\@desktop {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-10\/12\@desktop {
    width: 83.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-10\/12\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 83.33333% !important;
  }
  .u-pull-10\/12\@desktop {
    position: relative !important;
    right: 83.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-11\/12\@desktop {
    width: 91.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-11\/12\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 91.66667% !important;
  }
  .u-pull-11\/12\@desktop {
    position: relative !important;
    right: 91.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-12\/12\@desktop {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-12\/12\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-12\/12\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
}

@media (min-width: 75em) {
  .u-1\/1\@large {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@large {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\@large {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@large {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\@large {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@large {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\@large {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\@large {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\@large {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\@large {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\@large {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@large {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\@large {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@large {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\@large {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@large {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\@large {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@large {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\@large {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@large {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\@large {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@large {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\@large {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@large {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\@large {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@large {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\@large {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@large {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\@large {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@large {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/12\@large {
    width: 8.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/12\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 8.33333% !important;
  }
  .u-pull-1\/12\@large {
    position: relative !important;
    right: 8.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/12\@large {
    width: 16.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/12\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 16.66667% !important;
  }
  .u-pull-2\/12\@large {
    position: relative !important;
    right: 16.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/12\@large {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/12\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-3\/12\@large {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/12\@large {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/12\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-4\/12\@large {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/12\@large {
    width: 41.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/12\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 41.66667% !important;
  }
  .u-pull-5\/12\@large {
    position: relative !important;
    right: 41.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-6\/12\@large {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-6\/12\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-6\/12\@large {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-7\/12\@large {
    width: 58.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-7\/12\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 58.33333% !important;
  }
  .u-pull-7\/12\@large {
    position: relative !important;
    right: 58.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-8\/12\@large {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-8\/12\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-8\/12\@large {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-9\/12\@large {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-9\/12\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-9\/12\@large {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-10\/12\@large {
    width: 83.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-10\/12\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 83.33333% !important;
  }
  .u-pull-10\/12\@large {
    position: relative !important;
    right: 83.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-11\/12\@large {
    width: 91.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-11\/12\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 91.66667% !important;
  }
  .u-pull-11\/12\@large {
    position: relative !important;
    right: 91.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-12\/12\@large {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-12\/12\@large {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-12\/12\@large {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
}

@media (min-width: 90em) {
  .u-1\/1\@wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\@wide {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\@wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\@wide {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\@wide {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\@wide {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\@wide {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\@wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\@wide {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@wide {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\@wide {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\@wide {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@wide {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\@wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\@wide {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@wide {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\@wide {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@wide {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\@wide {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@wide {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\@wide {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@wide {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\@wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/12\@wide {
    width: 8.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/12\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 8.33333% !important;
  }
  .u-pull-1\/12\@wide {
    position: relative !important;
    right: 8.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/12\@wide {
    width: 16.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/12\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 16.66667% !important;
  }
  .u-pull-2\/12\@wide {
    position: relative !important;
    right: 16.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/12\@wide {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/12\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-3\/12\@wide {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/12\@wide {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/12\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-4\/12\@wide {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/12\@wide {
    width: 41.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/12\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 41.66667% !important;
  }
  .u-pull-5\/12\@wide {
    position: relative !important;
    right: 41.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-6\/12\@wide {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-6\/12\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-6\/12\@wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-7\/12\@wide {
    width: 58.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-7\/12\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 58.33333% !important;
  }
  .u-pull-7\/12\@wide {
    position: relative !important;
    right: 58.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-8\/12\@wide {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-8\/12\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-8\/12\@wide {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-9\/12\@wide {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-9\/12\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-9\/12\@wide {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-10\/12\@wide {
    width: 83.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-10\/12\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 83.33333% !important;
  }
  .u-pull-10\/12\@wide {
    position: relative !important;
    right: 83.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-11\/12\@wide {
    width: 91.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-11\/12\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 91.66667% !important;
  }
  .u-pull-11\/12\@wide {
    position: relative !important;
    right: 91.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-12\/12\@wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-12\/12\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-12\/12\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
}

@media (min-width: 105em) {
  .u-1\/1\@max {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@max {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\@max {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@max {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\@max {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@max {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\@max {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\@max {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\@max {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\@max {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\@max {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@max {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\@max {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@max {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\@max {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@max {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\@max {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@max {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\@max {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@max {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\@max {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@max {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\@max {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@max {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\@max {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@max {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\@max {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@max {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\@max {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@max {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/12\@max {
    width: 8.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/12\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 8.33333% !important;
  }
  .u-pull-1\/12\@max {
    position: relative !important;
    right: 8.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/12\@max {
    width: 16.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/12\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 16.66667% !important;
  }
  .u-pull-2\/12\@max {
    position: relative !important;
    right: 16.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/12\@max {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/12\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-3\/12\@max {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/12\@max {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/12\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-4\/12\@max {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/12\@max {
    width: 41.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/12\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 41.66667% !important;
  }
  .u-pull-5\/12\@max {
    position: relative !important;
    right: 41.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-6\/12\@max {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-6\/12\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-6\/12\@max {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-7\/12\@max {
    width: 58.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-7\/12\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 58.33333% !important;
  }
  .u-pull-7\/12\@max {
    position: relative !important;
    right: 58.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-8\/12\@max {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-8\/12\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-8\/12\@max {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-9\/12\@max {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-9\/12\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-9\/12\@max {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-10\/12\@max {
    width: 83.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-10\/12\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 83.33333% !important;
  }
  .u-pull-10\/12\@max {
    position: relative !important;
    right: 83.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-11\/12\@max {
    width: 91.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-11\/12\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 91.66667% !important;
  }
  .u-pull-11\/12\@max {
    position: relative !important;
    right: 91.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-12\/12\@max {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-12\/12\@max {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-12\/12\@max {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Redefine all of our basic heading styles against utility classes so as to
 * allow for double stranded heading hierarchy, e.g. we semantically need an H2,
 * but we want it to be sized like an H1:
 *
 *   <h2 class="u-h1"></h2>
 *
 */
.u-h1 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
}

.u-h2 {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
  line-height: 1.04348 !important;
}

.u-h3 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
}

.u-h4 {
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  line-height: 1.84615 !important;
}

.u-h5 {
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  line-height: 1.84615 !important;
}

.u-h6 {
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

/* ==========================================================================
   #SPACINGS
   ========================================================================== */
/**
 * Utility classes to put specific spacing values onto elements. The below loop
 * will generate us a suite of classes like:
 *
 *   .u-margin-top {}
 *   .u-padding-left-large {}
 *   .u-margin-right-small {}
 *   .u-padding {}
 *   .u-padding-right-none {}
 *   .u-padding-horizontal {}
 *   .u-padding-vertical-small {}
 */
/* stylelint-disable string-quotes */
.u-padding {
  padding: 30px !important;
}

.u-padding-tiny {
  padding: 6px !important;
}

.u-padding-small {
  padding: 12px !important;
}

.u-padding-large {
  padding: 48px !important;
}

.u-padding-huge {
  padding: 96px !important;
}

.u-padding-none {
  padding: 0 !important;
}

.u-padding-top {
  padding-top: 30px !important;
}

.u-padding-top-tiny {
  padding-top: 6px !important;
}

.u-padding-top-small {
  padding-top: 12px !important;
}

.u-padding-top-large {
  padding-top: 48px !important;
}

.u-padding-top-huge {
  padding-top: 96px !important;
}

.u-padding-top-none {
  padding-top: 0 !important;
}

.u-padding-right {
  padding-right: 30px !important;
}

.u-padding-right-tiny {
  padding-right: 6px !important;
}

.u-padding-right-small {
  padding-right: 12px !important;
}

.u-padding-right-large {
  padding-right: 48px !important;
}

.u-padding-right-huge {
  padding-right: 96px !important;
}

.u-padding-right-none {
  padding-right: 0 !important;
}

.u-padding-bottom {
  padding-bottom: 30px !important;
}

.u-padding-bottom-tiny {
  padding-bottom: 6px !important;
}

.u-padding-bottom-small {
  padding-bottom: 12px !important;
}

.u-padding-bottom-large {
  padding-bottom: 48px !important;
}

.u-padding-bottom-huge {
  padding-bottom: 96px !important;
}

.u-padding-bottom-none {
  padding-bottom: 0 !important;
}

.u-padding-left {
  padding-left: 30px !important;
}

.u-padding-left-tiny {
  padding-left: 6px !important;
}

.u-padding-left-small {
  padding-left: 12px !important;
}

.u-padding-left-large {
  padding-left: 48px !important;
}

.u-padding-left-huge {
  padding-left: 96px !important;
}

.u-padding-left-none {
  padding-left: 0 !important;
}

.u-padding-horizontal {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u-padding-horizontal-tiny {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.u-padding-horizontal-small {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.u-padding-horizontal-large {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.u-padding-horizontal-huge {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.u-padding-horizontal-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-padding-vertical {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-padding-vertical-tiny {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.u-padding-vertical-small {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.u-padding-vertical-large {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-padding-vertical-huge {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.u-padding-vertical-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-margin {
  margin: 30px !important;
}

.u-margin-tiny {
  margin: 6px !important;
}

.u-margin-small {
  margin: 12px !important;
}

.u-margin-large {
  margin: 48px !important;
}

.u-margin-huge {
  margin: 96px !important;
}

.u-margin-none {
  margin: 0 !important;
}

.u-margin-top {
  margin-top: 30px !important;
}

.u-margin-top-tiny {
  margin-top: 6px !important;
}

.u-margin-top-small {
  margin-top: 12px !important;
}

.u-margin-top-large {
  margin-top: 48px !important;
}

.u-margin-top-huge {
  margin-top: 96px !important;
}

.u-margin-top-none {
  margin-top: 0 !important;
}

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

.u-margin-right-tiny {
  margin-right: 6px !important;
}

.u-margin-right-small {
  margin-right: 12px !important;
}

.u-margin-right-large {
  margin-right: 48px !important;
}

.u-margin-right-huge {
  margin-right: 96px !important;
}

.u-margin-right-none {
  margin-right: 0 !important;
}

.u-margin-bottom {
  margin-bottom: 30px !important;
}

.u-margin-bottom-tiny {
  margin-bottom: 6px !important;
}

.u-margin-bottom-small {
  margin-bottom: 12px !important;
}

.u-margin-bottom-large {
  margin-bottom: 48px !important;
}

.u-margin-bottom-huge {
  margin-bottom: 96px !important;
}

.u-margin-bottom-none {
  margin-bottom: 0 !important;
}

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

.u-margin-left-tiny {
  margin-left: 6px !important;
}

.u-margin-left-small {
  margin-left: 12px !important;
}

.u-margin-left-large {
  margin-left: 48px !important;
}

.u-margin-left-huge {
  margin-left: 96px !important;
}

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

.u-margin-horizontal {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.u-margin-horizontal-tiny {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.u-margin-horizontal-small {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.u-margin-horizontal-large {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.u-margin-horizontal-huge {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.u-margin-horizontal-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-margin-vertical {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-margin-vertical-tiny {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.u-margin-vertical-small {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.u-margin-vertical-large {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-margin-vertical-huge {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.u-margin-vertical-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* stylelint-enable string-quotes */
/* ==========================================================================
   #RESPONSIVE-SPACINGS
   ========================================================================== */
/**
 * Utility classes enhancing the normal spacing classes by adding responsiveness
 * to them. By default this brings us the following classes:
 *
 *   .u-margin-bottom-none@mobile {}
 *   .u-margin-bottom-none@tablet {}
 *   .u-margin-bottom-none@desktop {}
 *   .u-margin-bottom-none@wide {}
 *
 * But we can affect the classes that get generated by altering the appropriate
 * Sass maps below.
 */
/* stylelint-disable max-nesting-depth */
@media (min-width: 20em) {
  .u-margin-bottom-none\@mobile {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 46.25em) {
  .u-margin-bottom-none\@tablet {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 61.25em) {
  .u-margin-bottom-none\@desktop {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 75em) {
  .u-margin-bottom-none\@large {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 90em) {
  .u-margin-bottom-none\@wide {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 105em) {
  .u-margin-bottom-none\@max {
    margin-bottom: 0 !important;
  }
}

/* stylelint-enable max-nesting-depth */
/* ==========================================================================
   #PRINT
   ========================================================================== */
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /**
   * Don't show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

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

@media (min-width: 46.25em) {
  .u-fade-in-item {
    opacity: 0;
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s ease-in-out;
    transition: opacity 0.7s, -webkit-transform 0.7s ease-in-out;
    transition: opacity 0.7s, transform 0.7s ease-in-out;
    transition: opacity 0.7s, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .u-fade-in-item--in {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*# sourceMappingURL=main.css.map */
