@charset "UTF-8";
/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  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 */
}

/* 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 {
  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 */
  -webkit-text-decoration: underline dotted;
  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 {
  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] {
  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
 */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 24px;
}

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

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  color: #30343e;
}
@media (max-width: 63.99em) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

a {
  color: #e30613;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #30343e;
}

/* ==========================================================================
   #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: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}

h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.3846153846;
}

h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3636363636;
}

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

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

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

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

/* ==========================================================================
   #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] */
}

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

.c-hero {
  padding-top: 20px;
  padding-bottom: 200px;
  background: url("../img/hero.jpg") no-repeat center center/cover;
}

.c-hero__content {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 64em) {
  .c-hero__content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.c-header {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.c-header-grid {
  display: flex;
}
@media (max-width: 63.99em) {
  .c-header-grid {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 64em) {
  .c-header-grid {
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 63.99em) {
  .c-header-grid__image {
    margin-bottom: 30px;
  }
}

@media (max-width: 63.99em) {
  .c-header-grid__fsc {
    margin-bottom: 20px;
  }
}

.c-header-grid__info {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  color: #e30613;
}
@media (max-width: 63.99em) {
  .c-header-grid__info {
    text-align: center;
  }
}
@media (min-width: 64em) {
  .c-header-grid__info {
    text-align: right;
  }
}
.c-header-grid__info a {
  color: inherit;
}

.c-main-nav {
  background-color: #30343e;
  color: #fff;
}
@media (max-width: 63.99em) {
  .c-main-nav {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.c-main-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 48em) {
  .c-main-nav__list {
    display: flex;
  }
}
.c-main-nav__list a {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  text-align: center;
}
@media (min-width: 48em) {
  .c-main-nav__list a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 64em) {
  .c-main-nav__list a {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.c-main-nav__item {
  margin: 0;
  padding: 0;
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .c-main-nav__item {
    flex: 1;
  }
}
@media (min-width: 48em) {
  .c-main-nav__item:not(.c-main-nav__item--button) {
    border-right: 1px solid #94969B;
  }
  .c-main-nav__item:not(.c-main-nav__item--button):first-child {
    border-left: 1px solid #94969B;
  }
}
.c-main-nav__item a:hover {
  background-color: #94969B;
  color: #30343e;
}

.c-main-nav__item--button {
  margin-left: auto;
}
.c-main-nav__item--button a {
  background-color: #e30613;
}
.c-main-nav__item--button a:hover {
  background-color: #b6050f;
}

.c-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 64em) {
  .c-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.c-section--colored {
  background-color: #efefef;
}

.c-section__cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 64em) {
  .c-section__cta {
    margin-top: 80px;
  }
}

.c-cta {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  background-color: #e30613;
  color: #fff;
  text-decoration: none;
  padding: 16px 40px;
  font-weight: 700;
}
.c-cta:hover {
  background-color: #b6050f;
}

.c-cta__icon {
  margin-right: 16px;
}

.c-section__video {
  margin-top: 40px;
}
@media (min-width: 64em) {
  .c-section__video {
    margin-top: 80px;
  }
}

@media (min-width: 64em) {
  .c-column-text {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
.c-column-text > *:first-child {
  margin-top: 0;
}
.c-column-text > *:last-child {
  margin-bottom: 0;
}

.c-images {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 64em) {
  .c-images {
    margin-top: 80px;
  }
}

.c-footer {
  background-color: #30343e;
  padding-top: 40px;
  padding-bottom: 40px;
}

.c-footer-grid {
  display: flex;
}
@media (max-width: 63.99em) {
  .c-footer-grid {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 64em) {
  .c-footer-grid {
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 63.99em) {
  .c-footer-grid__image {
    margin-bottom: 40px;
  }
}

.c-footer-grid__info {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  color: #fff;
}
@media (max-width: 63.99em) {
  .c-footer-grid__info {
    text-align: center;
  }
}
@media (min-width: 64em) {
  .c-footer-grid__info {
    text-align: right;
  }
}
.c-footer-grid__info a {
  color: inherit;
}

.c-bottom {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  background-color: #e30613;
  color: #fff;
  text-align: center;
  padding: 20px 24px;
  text-transform: uppercase;
}

.c-youtube-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.c-youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-created-by {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 20px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.c-created-by__link {
  margin-left: 5px;
}
.c-created-by__link img {
  display: block;
}

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

.u-1\/2 {
  width: 50% !important;
}

.u-2\/2 {
  width: 100% !important;
}

.u-1\/3 {
  width: 33.3333333333% !important;
}

.u-2\/3 {
  width: 66.6666666667% !important;
}

.u-3\/3 {
  width: 100% !important;
}

.u-1\/4 {
  width: 25% !important;
}

.u-2\/4 {
  width: 50% !important;
}

.u-3\/4 {
  width: 75% !important;
}

.u-4\/4 {
  width: 100% !important;
}

.u-1\/5 {
  width: 20% !important;
}

.u-2\/5 {
  width: 40% !important;
}

.u-3\/5 {
  width: 60% !important;
}

.u-4\/5 {
  width: 80% !important;
}

.u-5\/5 {
  width: 100% !important;
}

/**
 * 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: 48em) {
  .u-1\/1\@tablet {
    width: 100% !important;
  }
  .u-1\/2\@tablet {
    width: 50% !important;
  }
  .u-2\/2\@tablet {
    width: 100% !important;
  }
  .u-1\/3\@tablet {
    width: 33.3333333333% !important;
  }
  .u-2\/3\@tablet {
    width: 66.6666666667% !important;
  }
  .u-3\/3\@tablet {
    width: 100% !important;
  }
  .u-1\/4\@tablet {
    width: 25% !important;
  }
  .u-2\/4\@tablet {
    width: 50% !important;
  }
  .u-3\/4\@tablet {
    width: 75% !important;
  }
  .u-4\/4\@tablet {
    width: 100% !important;
  }
  .u-1\/5\@tablet {
    width: 20% !important;
  }
  .u-2\/5\@tablet {
    width: 40% !important;
  }
  .u-3\/5\@tablet {
    width: 60% !important;
  }
  .u-4\/5\@tablet {
    width: 80% !important;
  }
  .u-5\/5\@tablet {
    width: 100% !important;
  }
}
@media (min-width: 64em) {
  .u-1\/1\@desktop {
    width: 100% !important;
  }
  .u-1\/2\@desktop {
    width: 50% !important;
  }
  .u-2\/2\@desktop {
    width: 100% !important;
  }
  .u-1\/3\@desktop {
    width: 33.3333333333% !important;
  }
  .u-2\/3\@desktop {
    width: 66.6666666667% !important;
  }
  .u-3\/3\@desktop {
    width: 100% !important;
  }
  .u-1\/4\@desktop {
    width: 25% !important;
  }
  .u-2\/4\@desktop {
    width: 50% !important;
  }
  .u-3\/4\@desktop {
    width: 75% !important;
  }
  .u-4\/4\@desktop {
    width: 100% !important;
  }
  .u-1\/5\@desktop {
    width: 20% !important;
  }
  .u-2\/5\@desktop {
    width: 40% !important;
  }
  .u-3\/5\@desktop {
    width: 60% !important;
  }
  .u-4\/5\@desktop {
    width: 80% !important;
  }
  .u-5\/5\@desktop {
    width: 100% !important;
  }
}
/* ==========================================================================
   #WIDTHS
   ========================================================================== */
.u-1\/12 {
  width: 8.3333333333% !important;
}

.u-2\/12 {
  width: 16.6666666667% !important;
}

.u-3\/12 {
  width: 25% !important;
}

.u-4\/12 {
  width: 33.3333333333% !important;
}

.u-5\/12 {
  width: 41.6666666667% !important;
}

.u-6\/12 {
  width: 50% !important;
}

.u-7\/12 {
  width: 58.3333333333% !important;
}

.u-8\/12 {
  width: 66.6666666667% !important;
}

.u-9\/12 {
  width: 75% !important;
}

.u-10\/12 {
  width: 83.3333333333% !important;
}

.u-11\/12 {
  width: 91.6666666667% !important;
}

.u-12\/12 {
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  .u-1\/12\@tablet {
    width: 8.3333333333% !important;
  }
  .u-2\/12\@tablet {
    width: 16.6666666667% !important;
  }
  .u-3\/12\@tablet {
    width: 25% !important;
  }
  .u-4\/12\@tablet {
    width: 33.3333333333% !important;
  }
  .u-5\/12\@tablet {
    width: 41.6666666667% !important;
  }
  .u-6\/12\@tablet {
    width: 50% !important;
  }
  .u-7\/12\@tablet {
    width: 58.3333333333% !important;
  }
  .u-8\/12\@tablet {
    width: 66.6666666667% !important;
  }
  .u-9\/12\@tablet {
    width: 75% !important;
  }
  .u-10\/12\@tablet {
    width: 83.3333333333% !important;
  }
  .u-11\/12\@tablet {
    width: 91.6666666667% !important;
  }
  .u-12\/12\@tablet {
    width: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-1\/12\@desktop {
    width: 8.3333333333% !important;
  }
  .u-2\/12\@desktop {
    width: 16.6666666667% !important;
  }
  .u-3\/12\@desktop {
    width: 25% !important;
  }
  .u-4\/12\@desktop {
    width: 33.3333333333% !important;
  }
  .u-5\/12\@desktop {
    width: 41.6666666667% !important;
  }
  .u-6\/12\@desktop {
    width: 50% !important;
  }
  .u-7\/12\@desktop {
    width: 58.3333333333% !important;
  }
  .u-8\/12\@desktop {
    width: 66.6666666667% !important;
  }
  .u-9\/12\@desktop {
    width: 75% !important;
  }
  .u-10\/12\@desktop {
    width: 83.3333333333% !important;
  }
  .u-11\/12\@desktop {
    width: 91.6666666667% !important;
  }
  .u-12\/12\@desktop {
    width: 100% !important;
  }
}
/* ==========================================================================
   #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: 30px !important;
  font-size: 1.875rem !important;
  line-height: 1.2 !important;
}

.u-h2 {
  font-size: 26px !important;
  font-size: 1.625rem !important;
  line-height: 1.3846153846 !important;
}

.u-h3 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
  line-height: 1.3636363636 !important;
}

.u-h4 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}

.u-h5 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  line-height: 1.3333333333 !important;
}

.u-h6 {
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

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

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

.u-inner,
.c-header__inner,
.c-main-nav__inner,
.c-section__inner,
.c-footer__inner {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}