﻿/*
 * Name: Atlas
 * Author: Zengenti Ltd
 * Author URI: http://zengenti.com
 * Description: A modern front-end framework
 * Version: 0.0.2
 */
/**
 * Utilities
 */
/**
 * Grid HTML classes
 */
/**
 * Align classes
 */
/**
 * Vertical align middle
 */
/**
 * Clearfix
 */
/**
 * Makes an element visually hidden, but accessible
 * @see http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/**
 * Turns off the element-invisible effect
 */
/**
 * RGBA fallback
 */
/**
 * Input placeholder color
 */
/**
 * Icons
 */
/**
 * Icons fallback
 */
/**
 * Aspect ratio
 */
/**
 * Calculate columns
 */
/**
 * Strip unit
 * It strips the unit of measure and returns it
 */
/**
 * Convert to REM
 */
/**
 * REM calc
 */
@font-face {
  font-family: "Geist Regular";
  src: url(/SiteElements/Fonts/Geist-Regular.woff2) format("woff2"), url(/SiteElements/Fonts/Geist-Regular.woff) format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist Bold";
  src: url(/SiteElements/Fonts/Geist-Bold.woff2) format("woff2"), url(/SiteElements/Fonts/Geist-Bold.woff) format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist Light";
  src: url(/SiteElements/Fonts/Geist-Light.woff2) format("woff2"), url(/SiteElements/Fonts/Geist-Light.woff) format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist Thin";
  src: url(/SiteElements/Fonts/Geist-Thin.woff2) format("woff2"), url(/SiteElements/Fonts/Geist-Thin.woff) format("woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: icons;
  src: url("/SiteElements/2014/fonts/icons-eot.eot");
  src: url("/SiteElements/2014/fonts/icons-eot.eot?#iefix") format("embedded-opentype"), url("/SiteElements/2014/fonts/icons-woff.woff") format("woff"), url("/SiteElements/2014/fonts/icons-ttf.ttf") format("truetype"), url("/SiteElements/2014/fonts/icons-svg.svg#icons") format("svg");
  font-weight: 400;
  font-style: normal;
}

/**
 * Assets paths
 */
/**
 * Base
 */
/**
 * Global
 */
/**
 * Breakpoints
 * Override default settings from _mq.scss partial
 * https://github.com/sass-mq/sass-mq
 */
/**
 * Icons
 */
body {
  margin: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  background: #ffffff;
  color: #000000;
  font-family: "Geist Regular";
  font-style: normal;
  font-weight: 300;
  font-size: 100%;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  height: 100%;
  width: 100%;
}

body > #form1 > br,
body > #form1 > #container > br {
  display: none;
}

/**
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/**
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/**
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/**
 * Responsive images
 */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

a {
  color: #9d0932;
}

/**
 * Base
 * core elements
 */
#header-grid,
#footer-grid {
  /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
  /**
 * Remove the margin in all browsers (opinionated).
 */
  /* HTML5 display definitions
   ========================================================================== */
  /**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
  /**
 * Add the correct display in IE 9-.
 */
  /**
 * Add the correct display in iOS 4-7.
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
  /* Links
   ========================================================================== */
  /**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
  /**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
  /* Text-level semantics
   ========================================================================== */
  /**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * Add the correct font style in Android 4.3-.
 */
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /**
 * Add the correct background and color in IE 9-.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Embedded content
   ========================================================================== */
  /**
 * Remove the border on images inside links in IE 10-.
 */
  /**
 * Hide the overflow in IE.
 */
  /* Grouping content
   ========================================================================== */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct margin in IE 8.
 */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /* Forms
   ========================================================================== */
  /**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
  /**
 * Restore the font weight unset by the previous rule.
 */
  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /**
 * 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.
 */
  /**
 * Remove the inner border and padding in Firefox.
 */
  /**
 * Restore the focus styles unset by the previous rule.
 */
  /**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
  /**
 * 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.
 */
  /**
 * Remove the default vertical scrollbar in IE.
 */
  /**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
  /**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
  /**
 * Heading sizes
 */
  /**
	 * Components
	 * singular modular items, no parent-child relationship
	 */
  /**
 * Hide visually and from screen readers
 */
  /**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
  /**
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
  /**
 * Hide visually and from screen readers, but maintain layout
 */
  /**
 * Clearfix
 */
  /**
 * Small
 */
  /**
 * Medium
 */
  /**
 * Large
 */
  /**
 * X-large
 */
  /**
 * XX-large
 */
  /**
 * Orientation targeting
 */
  /**
 * Touch-enabled device targeting
 */
  /**
 * Screen reader-specific classes
 */
  /**
 * Print visibility
 */
  /**
 * Alignment classes
 */
  /**
 * Uses the $icons map defined in utilities/_variables.scss
 * Add your icon into the map and the mixin will do the rest
 *
 * If for some reason you don't want to use the icons map you can manually add in an icon, example below
 * .icon-name {
 *    font-size: rem-calc(32); // works because "width" & "height" were set on .icon using em units
 *    color: #ff0000; // works for single-colored icons, because "fill" was set to "currentColor" on .icon
 * }
 */
  /**
 * Icons
 */
  /**
 * Icons fallback to PNGs
 * Uses Modernizr to detect svg support .no-svg
 * Remove if your not supporting older browsers
 */
  /*** Buttons */
}

#header-grid html,
#footer-grid html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

#header-grid body,
#footer-grid body {
  margin: 0;
}

#header-grid article,
#header-grid aside,
#header-grid details,
#header-grid figcaption,
#header-grid figure,
#header-grid footer,
#header-grid header,
#header-grid main,
#header-grid menu,
#header-grid nav,
#header-grid section,
#header-grid summary,
#footer-grid article,
#footer-grid aside,
#footer-grid details,
#footer-grid figcaption,
#footer-grid figure,
#footer-grid footer,
#footer-grid header,
#footer-grid main,
#footer-grid menu,
#footer-grid nav,
#footer-grid section,
#footer-grid summary {
  /* 1 */
  display: block;
}

#header-grid audio,
#header-grid canvas,
#header-grid progress,
#header-grid video,
#footer-grid audio,
#footer-grid canvas,
#footer-grid progress,
#footer-grid video {
  display: inline-block;
}

#header-grid audio:not([controls]),
#footer-grid audio:not([controls]) {
  display: none;
  height: 0;
}

#header-grid progress,
#footer-grid progress {
  vertical-align: baseline;
}

#header-grid template,
#header-grid [hidden],
#footer-grid template,
#footer-grid [hidden] {
  display: none;
}

#header-grid a,
#footer-grid a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

#header-grid a:active,
#header-grid a:hover,
#footer-grid a:active,
#footer-grid a:hover {
  outline-width: 0;
}

#header-grid abbr[title],
#footer-grid abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

#header-grid b,
#header-grid strong,
#footer-grid b,
#footer-grid strong {
  font-weight: inherit;
}

#header-grid b,
#header-grid strong,
#footer-grid b,
#footer-grid strong {
  font-weight: bold;
}

#header-grid dfn,
#footer-grid dfn {
  font-style: italic;
}

#header-grid h1,
#footer-grid h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

#header-grid mark,
#footer-grid mark {
  background-color: #ff0;
  color: #000;
}

#header-grid small,
#footer-grid small {
  font-size: 80%;
}

#header-grid sub,
#header-grid sup,
#footer-grid sub,
#footer-grid sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#header-grid sub,
#footer-grid sub {
  bottom: -0.25em;
}

#header-grid sup,
#footer-grid sup {
  top: -0.5em;
}

#header-grid img,
#footer-grid img {
  border-style: none;
}

#header-grid svg:not(:root),
#footer-grid svg:not(:root) {
  overflow: hidden;
}

#header-grid code,
#header-grid kbd,
#header-grid pre,
#header-grid samp,
#footer-grid code,
#footer-grid kbd,
#footer-grid pre,
#footer-grid samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

#header-grid figure,
#footer-grid figure {
  margin: 1em 40px;
}

#header-grid hr,
#footer-grid hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

#header-grid button,
#header-grid input,
#header-grid select,
#header-grid textarea,
#footer-grid button,
#footer-grid input,
#footer-grid select,
#footer-grid textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

#header-grid optgroup,
#footer-grid optgroup {
  font-weight: bold;
}

#header-grid button,
#header-grid input,
#footer-grid button,
#footer-grid input {
  /* 1 */
  overflow: visible;
}

#header-grid button,
#header-grid select,
#footer-grid button,
#footer-grid select {
  /* 1 */
  text-transform: none;
}

#header-grid button,
#header-grid html [type="button"],
#header-grid [type="reset"],
#header-grid [type="submit"],
#footer-grid button,
#footer-grid html [type="button"],
#footer-grid [type="reset"],
#footer-grid [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

#header-grid button::-moz-focus-inner,
#header-grid [type="button"]::-moz-focus-inner,
#header-grid [type="reset"]::-moz-focus-inner,
#header-grid [type="submit"]::-moz-focus-inner,
#footer-grid button::-moz-focus-inner,
#footer-grid [type="button"]::-moz-focus-inner,
#footer-grid [type="reset"]::-moz-focus-inner,
#footer-grid [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

#header-grid button:-moz-focusring,
#header-grid [type="button"]:-moz-focusring,
#header-grid [type="reset"]:-moz-focusring,
#header-grid [type="submit"]:-moz-focusring,
#footer-grid button:-moz-focusring,
#footer-grid [type="button"]:-moz-focusring,
#footer-grid [type="reset"]:-moz-focusring,
#footer-grid [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

#header-grid fieldset,
#footer-grid fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

#header-grid legend,
#footer-grid legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

#header-grid textarea,
#footer-grid textarea {
  overflow: auto;
}

#header-grid [type="checkbox"],
#header-grid [type="radio"],
#footer-grid [type="checkbox"],
#footer-grid [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

#header-grid [type="number"]::-webkit-inner-spin-button,
#header-grid [type="number"]::-webkit-outer-spin-button,
#footer-grid [type="number"]::-webkit-inner-spin-button,
#footer-grid [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#header-grid [type="search"],
#footer-grid [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

#header-grid [type="search"]::-webkit-search-cancel-button,
#header-grid [type="search"]::-webkit-search-decoration,
#footer-grid [type="search"]::-webkit-search-cancel-button,
#footer-grid [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#header-grid ::-webkit-input-placeholder,
#footer-grid ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

#header-grid ::-webkit-file-upload-button,
#footer-grid ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

@media only screen and (min-width: 20em) {
  #header-grid h1,
  #footer-grid h1 {
    font-size: 3rem;
  }
  #header-grid h2,
  #footer-grid h2 {
    font-size: 3rem;
  }
  #header-grid h3,
  #footer-grid h3 {
    font-size: 1.1875rem;
  }
  #header-grid h4,
  #footer-grid h4 {
    font-size: 1.125rem;
  }
  #header-grid h5,
  #footer-grid h5 {
    font-size: 1.0625rem;
  }
  #header-grid h6,
  #footer-grid h6 {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 40em) {
  #header-grid h1,
  #footer-grid h1 {
    font-size: 3.75rem;
  }
  #header-grid h2,
  #footer-grid h2 {
    font-size: 3.75rem;
  }
  #header-grid h3,
  #footer-grid h3 {
    font-size: 1.9375rem;
  }
  #header-grid h4,
  #footer-grid h4 {
    font-size: 1.5625rem;
  }
  #header-grid h5,
  #footer-grid h5 {
    font-size: 1.25rem;
  }
  #header-grid h6,
  #footer-grid h6 {
    font-size: 1rem;
  }
}

#header-grid .hidden,
#footer-grid .hidden {
  display: none !important;
}

#header-grid .visuallyhidden,
#footer-grid .visuallyhidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

#header-grid .visuallyhidden.focusable:active, #header-grid .visuallyhidden.focusable:focus,
#footer-grid .visuallyhidden.focusable:active,
#footer-grid .visuallyhidden.focusable:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

#header-grid .invisible,
#footer-grid .invisible {
  visibility: hidden;
}

#header-grid .clearfix:before, #header-grid .clearfix:after,
#footer-grid .clearfix:before,
#footer-grid .clearfix:after {
  content: " ";
  display: table;
}

#header-grid .clearfix:after,
#footer-grid .clearfix:after {
  clear: both;
}

@media only screen {
  #header-grid .show-for-small-only,
  #header-grid .show-for-small-up,
  #header-grid .hide-for-medium-only,
  #header-grid .hide-for-medium-up,
  #header-grid .hide-for-large-only,
  #header-grid .hide-for-large-up,
  #header-grid .hide-for-xlarge-only,
  #header-grid .hide-for-xlarge-up,
  #header-grid .hide-for-xxlarge-only,
  #header-grid .hide-for-xxlarge-up,
  #footer-grid .show-for-small-only,
  #footer-grid .show-for-small-up,
  #footer-grid .hide-for-medium-only,
  #footer-grid .hide-for-medium-up,
  #footer-grid .hide-for-large-only,
  #footer-grid .hide-for-large-up,
  #footer-grid .hide-for-xlarge-only,
  #footer-grid .hide-for-xlarge-up,
  #footer-grid .hide-for-xxlarge-only,
  #footer-grid .hide-for-xxlarge-up {
    display: inherit !important;
  }
  #header-grid .hide-for-small-only,
  #header-grid .hide-for-small-up,
  #header-grid .show-for-medium-only,
  #header-grid .show-for-medium-up,
  #header-grid .show-for-large-only,
  #header-grid .show-for-large-up,
  #header-grid .show-for-xlarge-only,
  #header-grid .show-for-xlarge-up,
  #header-grid .show-for-xxlarge-only,
  #header-grid .show-for-xxlarge-up,
  #footer-grid .hide-for-small-only,
  #footer-grid .hide-for-small-up,
  #footer-grid .show-for-medium-only,
  #footer-grid .show-for-medium-up,
  #footer-grid .show-for-large-only,
  #footer-grid .show-for-large-up,
  #footer-grid .show-for-xlarge-only,
  #footer-grid .show-for-xlarge-up,
  #footer-grid .show-for-xxlarge-only,
  #footer-grid .show-for-xxlarge-up {
    display: none !important;
  }
  #header-grid .visible-for-small-only,
  #header-grid .visible-for-small-up,
  #header-grid .hidden-for-medium-only,
  #header-grid .hidden-for-medium-up,
  #header-grid .hidden-for-large-only,
  #header-grid .hidden-for-large-up,
  #header-grid .hidden-for-xlarge-only,
  #header-grid .hidden-for-xlarge-up,
  #header-grid .hidden-for-xxlarge-only,
  #header-grid .hidden-for-xxlarge-up,
  #footer-grid .visible-for-small-only,
  #footer-grid .visible-for-small-up,
  #footer-grid .hidden-for-medium-only,
  #footer-grid .hidden-for-medium-up,
  #footer-grid .hidden-for-large-only,
  #footer-grid .hidden-for-large-up,
  #footer-grid .hidden-for-xlarge-only,
  #footer-grid .hidden-for-xlarge-up,
  #footer-grid .hidden-for-xxlarge-only,
  #footer-grid .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  #header-grid .hidden-for-small-only,
  #header-grid .hidden-for-small-up,
  #header-grid .visible-for-medium-only,
  #header-grid .visible-for-medium-up,
  #header-grid .visible-for-large-only,
  #header-grid .visible-for-large-up,
  #header-grid .visible-for-xlarge-only,
  #header-grid .visible-for-xlarge-up,
  #header-grid .visible-for-xxlarge-only,
  #header-grid .visible-for-xxlarge-up,
  #footer-grid .hidden-for-small-only,
  #footer-grid .hidden-for-small-up,
  #footer-grid .visible-for-medium-only,
  #footer-grid .visible-for-medium-up,
  #footer-grid .visible-for-large-only,
  #footer-grid .visible-for-large-up,
  #footer-grid .visible-for-xlarge-only,
  #footer-grid .visible-for-xlarge-up,
  #footer-grid .visible-for-xxlarge-only,
  #footer-grid .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}

@media only screen and (min-width: 40em) {
  #header-grid .hide-for-small-only,
  #header-grid .show-for-small-up,
  #header-grid .show-for-medium-only,
  #header-grid .show-for-medium-up,
  #header-grid .hide-for-large-only,
  #header-grid .hide-for-large-up,
  #header-grid .hide-for-xlarge-only,
  #header-grid .hide-for-xlarge-up,
  #header-grid .hide-for-xxlarge-only,
  #header-grid .hide-for-xxlarge-up,
  #footer-grid .hide-for-small-only,
  #footer-grid .show-for-small-up,
  #footer-grid .show-for-medium-only,
  #footer-grid .show-for-medium-up,
  #footer-grid .hide-for-large-only,
  #footer-grid .hide-for-large-up,
  #footer-grid .hide-for-xlarge-only,
  #footer-grid .hide-for-xlarge-up,
  #footer-grid .hide-for-xxlarge-only,
  #footer-grid .hide-for-xxlarge-up {
    display: inherit !important;
  }
  #header-grid .show-for-small-only,
  #header-grid .hide-for-small-up,
  #header-grid .hide-for-medium-only,
  #header-grid .hide-for-medium-up,
  #header-grid .show-for-large-only,
  #header-grid .show-for-large-up,
  #header-grid .show-for-xlarge-only,
  #header-grid .show-for-xlarge-up,
  #header-grid .show-for-xxlarge-only,
  #header-grid .show-for-xxlarge-up,
  #footer-grid .show-for-small-only,
  #footer-grid .hide-for-small-up,
  #footer-grid .hide-for-medium-only,
  #footer-grid .hide-for-medium-up,
  #footer-grid .show-for-large-only,
  #footer-grid .show-for-large-up,
  #footer-grid .show-for-xlarge-only,
  #footer-grid .show-for-xlarge-up,
  #footer-grid .show-for-xxlarge-only,
  #footer-grid .show-for-xxlarge-up {
    display: none !important;
  }
  #header-grid .hidden-for-small-only,
  #header-grid .visible-for-small-up,
  #header-grid .visible-for-medium-only,
  #header-grid .visible-for-medium-up,
  #header-grid .hidden-for-large-only,
  #header-grid .hidden-for-large-up,
  #header-grid .hidden-for-xlarge-only,
  #header-grid .hidden-for-xlarge-up,
  #header-grid .hidden-for-xxlarge-only,
  #header-grid .hidden-for-xxlarge-up,
  #footer-grid .hidden-for-small-only,
  #footer-grid .visible-for-small-up,
  #footer-grid .visible-for-medium-only,
  #footer-grid .visible-for-medium-up,
  #footer-grid .hidden-for-large-only,
  #footer-grid .hidden-for-large-up,
  #footer-grid .hidden-for-xlarge-only,
  #footer-grid .hidden-for-xlarge-up,
  #footer-grid .hidden-for-xxlarge-only,
  #footer-grid .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  #header-grid .visible-for-small-only,
  #header-grid .hidden-for-small-up,
  #header-grid .hidden-for-medium-only,
  #header-grid .hidden-for-medium-up,
  #header-grid .visible-for-large-only,
  #header-grid .visible-for-large-up,
  #header-grid .visible-for-xlarge-only,
  #header-grid .visible-for-xlarge-up,
  #header-grid .visible-for-xxlarge-only,
  #header-grid .visible-for-xxlarge-up,
  #footer-grid .visible-for-small-only,
  #footer-grid .hidden-for-small-up,
  #footer-grid .hidden-for-medium-only,
  #footer-grid .hidden-for-medium-up,
  #footer-grid .visible-for-large-only,
  #footer-grid .visible-for-large-up,
  #footer-grid .visible-for-xlarge-only,
  #footer-grid .visible-for-xlarge-up,
  #footer-grid .visible-for-xxlarge-only,
  #footer-grid .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}

@media only screen and (min-width: 68.75em) {
  #header-grid .hide-for-small-only,
  #header-grid .show-for-small-up,
  #header-grid .hide-for-medium-only,
  #header-grid .show-for-medium-up,
  #header-grid .show-for-large-only,
  #header-grid .show-for-large-up,
  #header-grid .hide-for-xlarge-only,
  #header-grid .hide-for-xlarge-up,
  #header-grid .hide-for-xxlarge-only,
  #header-grid .hide-for-xxlarge-up,
  #footer-grid .hide-for-small-only,
  #footer-grid .show-for-small-up,
  #footer-grid .hide-for-medium-only,
  #footer-grid .show-for-medium-up,
  #footer-grid .show-for-large-only,
  #footer-grid .show-for-large-up,
  #footer-grid .hide-for-xlarge-only,
  #footer-grid .hide-for-xlarge-up,
  #footer-grid .hide-for-xxlarge-only,
  #footer-grid .hide-for-xxlarge-up {
    display: inherit !important;
  }
  #header-grid .show-for-small-only,
  #header-grid .hide-for-small-up,
  #header-grid .show-for-medium-only,
  #header-grid .hide-for-medium-up,
  #header-grid .hide-for-large-only,
  #header-grid .hide-for-large-up,
  #header-grid .show-for-xlarge-only,
  #header-grid .show-for-xlarge-up,
  #header-grid .show-for-xxlarge-only,
  #header-grid .show-for-xxlarge-up,
  #footer-grid .show-for-small-only,
  #footer-grid .hide-for-small-up,
  #footer-grid .show-for-medium-only,
  #footer-grid .hide-for-medium-up,
  #footer-grid .hide-for-large-only,
  #footer-grid .hide-for-large-up,
  #footer-grid .show-for-xlarge-only,
  #footer-grid .show-for-xlarge-up,
  #footer-grid .show-for-xxlarge-only,
  #footer-grid .show-for-xxlarge-up {
    display: none !important;
  }
  #header-grid .hidden-for-small-only,
  #header-grid .visible-for-small-up,
  #header-grid .hidden-for-medium-only,
  #header-grid .visible-for-medium-up,
  #header-grid .visible-for-large-only,
  #header-grid .visible-for-large-up,
  #header-grid .hidden-for-xlarge-only,
  #header-grid .hidden-for-xlarge-up,
  #header-grid .hidden-for-xxlarge-only,
  #header-grid .hidden-for-xxlarge-up,
  #footer-grid .hidden-for-small-only,
  #footer-grid .visible-for-small-up,
  #footer-grid .hidden-for-medium-only,
  #footer-grid .visible-for-medium-up,
  #footer-grid .visible-for-large-only,
  #footer-grid .visible-for-large-up,
  #footer-grid .hidden-for-xlarge-only,
  #footer-grid .hidden-for-xlarge-up,
  #footer-grid .hidden-for-xxlarge-only,
  #footer-grid .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  #header-grid .visible-for-small-only,
  #header-grid .hidden-for-small-up,
  #header-grid .visible-for-medium-only,
  #header-grid .hidden-for-medium-up,
  #header-grid .hidden-for-large-only,
  #header-grid .hidden-for-large-up,
  #header-grid .visible-for-xlarge-only,
  #header-grid .visible-for-xlarge-up,
  #header-grid .visible-for-xxlarge-only,
  #header-grid .visible-for-xxlarge-up,
  #footer-grid .visible-for-small-only,
  #footer-grid .hidden-for-small-up,
  #footer-grid .visible-for-medium-only,
  #footer-grid .hidden-for-medium-up,
  #footer-grid .hidden-for-large-only,
  #footer-grid .hidden-for-large-up,
  #footer-grid .visible-for-xlarge-only,
  #footer-grid .visible-for-xlarge-up,
  #footer-grid .visible-for-xxlarge-only,
  #footer-grid .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}

@media only screen and (min-width: 90.0625em) {
  #header-grid .hide-for-small-only,
  #header-grid .show-for-small-up,
  #header-grid .hide-for-medium-only,
  #header-grid .show-for-medium-up,
  #header-grid .hide-for-large-only,
  #header-grid .show-for-large-up,
  #header-grid .show-for-xlarge-only,
  #header-grid .show-for-xlarge-up,
  #header-grid .hide-for-xxlarge-only,
  #header-grid .hide-for-xxlarge-up,
  #footer-grid .hide-for-small-only,
  #footer-grid .show-for-small-up,
  #footer-grid .hide-for-medium-only,
  #footer-grid .show-for-medium-up,
  #footer-grid .hide-for-large-only,
  #footer-grid .show-for-large-up,
  #footer-grid .show-for-xlarge-only,
  #footer-grid .show-for-xlarge-up,
  #footer-grid .hide-for-xxlarge-only,
  #footer-grid .hide-for-xxlarge-up {
    display: inherit !important;
  }
  #header-grid .show-for-small-only,
  #header-grid .hide-for-small-up,
  #header-grid .show-for-medium-only,
  #header-grid .hide-for-medium-up,
  #header-grid .show-for-large-only,
  #header-grid .hide-for-large-up,
  #header-grid .hide-for-xlarge-only,
  #header-grid .hide-for-xlarge-up,
  #header-grid .show-for-xxlarge-only,
  #header-grid .show-for-xxlarge-up,
  #footer-grid .show-for-small-only,
  #footer-grid .hide-for-small-up,
  #footer-grid .show-for-medium-only,
  #footer-grid .hide-for-medium-up,
  #footer-grid .show-for-large-only,
  #footer-grid .hide-for-large-up,
  #footer-grid .hide-for-xlarge-only,
  #footer-grid .hide-for-xlarge-up,
  #footer-grid .show-for-xxlarge-only,
  #footer-grid .show-for-xxlarge-up {
    display: none !important;
  }
  #header-grid .hidden-for-small-only,
  #header-grid .visible-for-small-up,
  #header-grid .hidden-for-medium-only,
  #header-grid .visible-for-medium-up,
  #header-grid .hidden-for-large-only,
  #header-grid .visible-for-large-up,
  #header-grid .visible-for-xlarge-only,
  #header-grid .visible-for-xlarge-up,
  #header-grid .hidden-for-xxlarge-only,
  #header-grid .hidden-for-xxlarge-up,
  #footer-grid .hidden-for-small-only,
  #footer-grid .visible-for-small-up,
  #footer-grid .hidden-for-medium-only,
  #footer-grid .visible-for-medium-up,
  #footer-grid .hidden-for-large-only,
  #footer-grid .visible-for-large-up,
  #footer-grid .visible-for-xlarge-only,
  #footer-grid .visible-for-xlarge-up,
  #footer-grid .hidden-for-xxlarge-only,
  #footer-grid .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  #header-grid .visible-for-small-only,
  #header-grid .hidden-for-small-up,
  #header-grid .visible-for-medium-only,
  #header-grid .hidden-for-medium-up,
  #header-grid .visible-for-large-only,
  #header-grid .hidden-for-large-up,
  #header-grid .hidden-for-xlarge-only,
  #header-grid .hidden-for-xlarge-up,
  #header-grid .visible-for-xxlarge-only,
  #header-grid .visible-for-xxlarge-up,
  #footer-grid .visible-for-small-only,
  #footer-grid .hidden-for-small-up,
  #footer-grid .visible-for-medium-only,
  #footer-grid .hidden-for-medium-up,
  #footer-grid .visible-for-large-only,
  #footer-grid .hidden-for-large-up,
  #footer-grid .hidden-for-xlarge-only,
  #footer-grid .hidden-for-xlarge-up,
  #footer-grid .visible-for-xxlarge-only,
  #footer-grid .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}

@media only screen and (min-width: 120em) {
  #header-grid .hide-for-small-only,
  #header-grid .show-for-small-up,
  #header-grid .hide-for-medium-only,
  #header-grid .show-for-medium-up,
  #header-grid .hide-for-large-only,
  #header-grid .show-for-large-up,
  #header-grid .hide-for-xlarge-only,
  #header-grid .show-for-xlarge-up,
  #header-grid .show-for-xxlarge-only,
  #header-grid .show-for-xxlarge-up,
  #footer-grid .hide-for-small-only,
  #footer-grid .show-for-small-up,
  #footer-grid .hide-for-medium-only,
  #footer-grid .show-for-medium-up,
  #footer-grid .hide-for-large-only,
  #footer-grid .show-for-large-up,
  #footer-grid .hide-for-xlarge-only,
  #footer-grid .show-for-xlarge-up,
  #footer-grid .show-for-xxlarge-only,
  #footer-grid .show-for-xxlarge-up {
    display: inherit !important;
  }
  #header-grid .show-for-small-only,
  #header-grid .hide-for-small-up,
  #header-grid .show-for-medium-only,
  #header-grid .hide-for-medium-up,
  #header-grid .show-for-large-only,
  #header-grid .hide-for-large-up,
  #header-grid .show-for-xlarge-only,
  #header-grid .hide-for-xlarge-up,
  #header-grid .hide-for-xxlarge-only,
  #header-grid .hide-for-xxlarge-up,
  #footer-grid .show-for-small-only,
  #footer-grid .hide-for-small-up,
  #footer-grid .show-for-medium-only,
  #footer-grid .hide-for-medium-up,
  #footer-grid .show-for-large-only,
  #footer-grid .hide-for-large-up,
  #footer-grid .show-for-xlarge-only,
  #footer-grid .hide-for-xlarge-up,
  #footer-grid .hide-for-xxlarge-only,
  #footer-grid .hide-for-xxlarge-up {
    display: none !important;
  }
  #header-grid .hidden-for-small-only,
  #header-grid .visible-for-small-up,
  #header-grid .hidden-for-medium-only,
  #header-grid .visible-for-medium-up,
  #header-grid .hidden-for-large-only,
  #header-grid .visible-for-large-up,
  #header-grid .hidden-for-xlarge-only,
  #header-grid .visible-for-xlarge-up,
  #header-grid .visible-for-xxlarge-only,
  #header-grid .visible-for-xxlarge-up,
  #footer-grid .hidden-for-small-only,
  #footer-grid .visible-for-small-up,
  #footer-grid .hidden-for-medium-only,
  #footer-grid .visible-for-medium-up,
  #footer-grid .hidden-for-large-only,
  #footer-grid .visible-for-large-up,
  #footer-grid .hidden-for-xlarge-only,
  #footer-grid .visible-for-xlarge-up,
  #footer-grid .visible-for-xxlarge-only,
  #footer-grid .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  #header-grid .visible-for-small-only,
  #header-grid .hidden-for-small-up,
  #header-grid .visible-for-medium-only,
  #header-grid .hidden-for-medium-up,
  #header-grid .visible-for-large-only,
  #header-grid .hidden-for-large-up,
  #header-grid .visible-for-xlarge-only,
  #header-grid .hidden-for-xlarge-up,
  #header-grid .hidden-for-xxlarge-only,
  #header-grid .hidden-for-xxlarge-up,
  #footer-grid .visible-for-small-only,
  #footer-grid .hidden-for-small-up,
  #footer-grid .visible-for-medium-only,
  #footer-grid .hidden-for-medium-up,
  #footer-grid .visible-for-large-only,
  #footer-grid .hidden-for-large-up,
  #footer-grid .visible-for-xlarge-only,
  #footer-grid .hidden-for-xlarge-up,
  #footer-grid .hidden-for-xxlarge-only,
  #footer-grid .hidden-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}

#header-grid .show-for-landscape,
#header-grid .hide-for-portrait,
#footer-grid .show-for-landscape,
#footer-grid .hide-for-portrait {
  display: inherit !important;
}

#header-grid .hide-for-landscape,
#header-grid .show-for-portrait,
#footer-grid .hide-for-landscape,
#footer-grid .show-for-portrait {
  display: none !important;
}

@media only screen and (orientation: landscape) {
  #header-grid .show-for-landscape,
  #header-grid .hide-for-portrait,
  #footer-grid .show-for-landscape,
  #footer-grid .hide-for-portrait {
    display: inherit !important;
  }
  #header-grid .hide-for-landscape,
  #header-grid .show-for-portrait,
  #footer-grid .hide-for-landscape,
  #footer-grid .show-for-portrait {
    display: none !important;
  }
}

@media only screen and (orientation: portrait) {
  #header-grid .show-for-portrait,
  #header-grid .hide-for-landscape,
  #footer-grid .show-for-portrait,
  #footer-grid .hide-for-landscape {
    display: inherit !important;
  }
  #header-grid .hide-for-portrait,
  #header-grid .show-for-landscape,
  #footer-grid .hide-for-portrait,
  #footer-grid .show-for-landscape {
    display: none !important;
  }
}

#header-grid .show-for-touch,
#footer-grid .show-for-touch {
  display: none !important;
}

#header-grid .hide-for-touch,
#footer-grid .hide-for-touch {
  display: inherit !important;
}

#header-grid .touchevents .show-for-touch,
#footer-grid .touchevents .show-for-touch {
  display: inherit !important;
}

#header-grid .touchevents .hide-for-touch,
#footer-grid .touchevents .hide-for-touch {
  display: none !important;
}

#header-grid .show-for-sr,
#footer-grid .show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

#header-grid .show-on-focus,
#footer-grid .show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

#header-grid .show-on-focus:focus,
#header-grid .show-on-focus:active,
#footer-grid .show-on-focus:focus,
#footer-grid .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

#header-grid .print-only,
#header-grid .show-for-print,
#footer-grid .print-only,
#footer-grid .show-for-print {
  display: none !important;
}

@media print {
  #header-grid .print-only,
  #header-grid .show-for-print,
  #footer-grid .print-only,
  #footer-grid .show-for-print {
    display: block !important;
  }
  #header-grid .hide-on-print,
  #header-grid .hide-for-print,
  #footer-grid .hide-on-print,
  #footer-grid .hide-for-print {
    display: none !important;
  }
}

#header-grid .text-left,
#footer-grid .text-left {
  text-align: left !important;
}

#header-grid .text-right,
#footer-grid .text-right {
  text-align: right !important;
}

#header-grid .text-center,
#footer-grid .text-center {
  text-align: center !important;
}

#header-grid .text-justify,
#footer-grid .text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 39.99em) {
  #header-grid .small-only-text-left,
  #footer-grid .small-only-text-left {
    text-align: left !important;
  }
  #header-grid .small-only-text-right,
  #footer-grid .small-only-text-right {
    text-align: right !important;
  }
  #header-grid .small-only-text-center,
  #footer-grid .small-only-text-center {
    text-align: center !important;
  }
  #header-grid .small-only-text-justify,
  #footer-grid .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  #header-grid .small-text-left,
  #footer-grid .small-text-left {
    text-align: left !important;
  }
  #header-grid .small-text-right,
  #footer-grid .small-text-right {
    text-align: right !important;
  }
  #header-grid .small-text-center,
  #footer-grid .small-text-center {
    text-align: center !important;
  }
  #header-grid .small-text-justify,
  #footer-grid .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40em) and (max-width: 68.74em) {
  #header-grid .medium-only-text-left,
  #footer-grid .medium-only-text-left {
    text-align: left !important;
  }
  #header-grid .medium-only-text-right,
  #footer-grid .medium-only-text-right {
    text-align: right !important;
  }
  #header-grid .medium-only-text-center,
  #footer-grid .medium-only-text-center {
    text-align: center !important;
  }
  #header-grid .medium-only-text-justify,
  #footer-grid .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40em) {
  #header-grid .medium-text-left,
  #footer-grid .medium-text-left {
    text-align: left !important;
  }
  #header-grid .medium-text-right,
  #footer-grid .medium-text-right {
    text-align: right !important;
  }
  #header-grid .medium-text-center,
  #footer-grid .medium-text-center {
    text-align: center !important;
  }
  #header-grid .medium-text-justify,
  #footer-grid .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 68.75em) and (max-width: 90.0525em) {
  #header-grid .large-only-text-left,
  #footer-grid .large-only-text-left {
    text-align: left !important;
  }
  #header-grid .large-only-text-right,
  #footer-grid .large-only-text-right {
    text-align: right !important;
  }
  #header-grid .large-only-text-center,
  #footer-grid .large-only-text-center {
    text-align: center !important;
  }
  #header-grid .large-only-text-justify,
  #footer-grid .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 68.75em) {
  #header-grid .large-text-left,
  #footer-grid .large-text-left {
    text-align: left !important;
  }
  #header-grid .large-text-right,
  #footer-grid .large-text-right {
    text-align: right !important;
  }
  #header-grid .large-text-center,
  #footer-grid .large-text-center {
    text-align: center !important;
  }
  #header-grid .large-text-justify,
  #footer-grid .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.0625em) and (max-width: 119.99em) {
  #header-grid .xlarge-only-text-left,
  #footer-grid .xlarge-only-text-left {
    text-align: left !important;
  }
  #header-grid .xlarge-only-text-right,
  #footer-grid .xlarge-only-text-right {
    text-align: right !important;
  }
  #header-grid .xlarge-only-text-center,
  #footer-grid .xlarge-only-text-center {
    text-align: center !important;
  }
  #header-grid .xlarge-only-text-justify,
  #footer-grid .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.0625em) {
  #header-grid .xlarge-text-left,
  #footer-grid .xlarge-text-left {
    text-align: left !important;
  }
  #header-grid .xlarge-text-right,
  #footer-grid .xlarge-text-right {
    text-align: right !important;
  }
  #header-grid .xlarge-text-center,
  #footer-grid .xlarge-text-center {
    text-align: center !important;
  }
  #header-grid .xlarge-text-justify,
  #footer-grid .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120em) {
  #header-grid .xxlarge-text-left,
  #footer-grid .xxlarge-text-left {
    text-align: left !important;
  }
  #header-grid .xxlarge-text-right,
  #footer-grid .xxlarge-text-right {
    text-align: right !important;
  }
  #header-grid .xxlarge-text-center,
  #footer-grid .xxlarge-text-center {
    text-align: center !important;
  }
  #header-grid .xxlarge-text-justify,
  #footer-grid .xxlarge-text-justify {
    text-align: justify !important;
  }
}

#header-grid .icon,
#footer-grid .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
}

#header-grid .no-svg .icon,
#footer-grid .no-svg .icon {
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#header-grid .button,
#footer-grid .button {
  display: block;
  font-size: 1.125rem;
  font-weight: 300;
  background-color: transparent;
  padding: 1rem 0.5rem;
  width: 8.0625rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .button,
  #footer-grid .button {
    font-size: 1.5rem;
    width: 13.375rem;
    padding: 0.78125rem 0.5rem;
  }
}

#header-grid .button--white,
#footer-grid .button--white {
  color: #ffffff;
  border-color: #ffffff;
  transition: .5s color, .5s border-color, .5s background-color;
  cursor: pointer;
}

#header-grid .button--white:hover, #header-grid .button--white:focus,
#footer-grid .button--white:hover,
#footer-grid .button--white:focus {
  color: #9d0932;
  border-color: #9d0932;
  background-color: #ffffff;
}

#header-grid .button--black,
#footer-grid .button--black {
  color: #000000;
  border-color: #000000;
  transition: .5s color, .5s border-color, .5s background-color;
  cursor: pointer;
}

#header-grid .button--black:hover, #header-grid .button--black:focus,
#footer-grid .button--black:hover,
#footer-grid .button--black:focus {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #000000;
}

#header-grid .button--red,
#footer-grid .button--red {
  color: #9d0932;
  border-color: #9d0932;
  transition: .5s color, .5s border-color, .5s background-color;
  cursor: pointer;
}

#header-grid .button--red:hover, #header-grid .button--red:focus,
#footer-grid .button--red:hover,
#footer-grid .button--red:focus {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #9d0932;
}

#header-grid .button--center,
#footer-grid .button--center {
  margin: 0 auto;
  display: block;
}

#header-grid .input,
#footer-grid .input {
  display: block;
  width: 100%;
  border: none;
  border-radius: 3px;
  padding: 1.09375rem;
  font-weight: 300;
  font-size: 1.125rem;
  background-color: #ffffff;
  color: #000000;
  margin-bottom: 1.25rem;
  height: 2.9375rem;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .input,
  #footer-grid .input {
    height: 3.75rem;
    margin-bottom: 0;
  }
}

#header-grid .dropdown,
#footer-grid .dropdown {
  display: block;
  width: 100%;
  border: none;
  border-radius: 3px;
  padding: 0 1rem;
  font-weight: 300;
  font-size: 1.125rem;
  background-color: #ffffff;
  color: #000000;
}

.skip-to-content {
  position: absolute;
  top: -1000px;
  left: 0;
  display: inline-block;
  width: 100%;
  background: #9d0932;
  color: #ffffff;
  padding: 1.25rem;
  z-index: 1;
}

.skip-to-content:focus {
  top: 0;
}

.section--grey {
  background-color: #eeeeee;
}

.section--white {
  background-color: #ffffff;
}

.section-opacity--grey {
  background-color: rgba(238, 238, 238, 0.5);
}

.no-rgba .section-opacity--grey {
  background-color: #eeeeee;
}

.section-opacity--white {
  background-color: white;
}

.no-rgba .section-opacity--white {
  background-color: #ffffff;
}

.padding--small {
  padding: 1.5rem 0 1.5625rem;
}

.padding--large {
  padding: 1.25rem 0;
}

@media only screen and (min-width: 68.75em) {
  .padding--large {
    padding: 4.375rem 0;
  }
}

.padding-side--small {
  padding: 0 5.3125rem;
}

.details-description-wrapper {
  margin: 1.5625rem 0 0;
}

.details-description-wrapper > .row {
  background-color: #ffffff;
}

.details-description {
  margin: 1rem 0;
}

.details-description p:first-child {
  color: #9d0932;
  font-weight: 400;
}

.negative-margin {
  margin-top: -21.875rem;
}

.no-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.5);
}

.no-rgba .overlay {
  background-color: #000000;
}

@media only screen and (min-width: 68.75em) {
  .overlay {
    display: none;
  }
}

.overlay.overlay--active {
  display: block;
}

.icon-arrow-left,
.icon-arrow-right {
  display: block;
}

.pages .page__links {
  display: block;
  color: inherit;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cookieMessage {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #000;
width: auto;
padding: 10px;
z-index: 500;
font-size: 0.9em;
font-weight: 300;
border-top: 1px solid #666;
color: #fff;
}

.cookieMessage a {
  color: pink;
}

.cookieMessage .column {padding:0;}



.cookieMessage p {line-height:1}
@media only screen and (max-width: 40em) {  
  .cookieMessage p {
    margin-top:0;
  }
}

.cookieMessage .button {
    font-size: 1em;
    padding: 10px 10px 10px 25px;
    width: auto;
    border-radius: 3px;
    border: 1px solid #9d0932;
    text-align: center;
    text-decoration: none;
    background-color: #9d0932;
    color: #fff;
}


.cookieMessage__close:before {
  content: "\e60e";
  font-family: icons;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 32%;
  left: 10px;
}

.cookieMessage__close {
  position: relative;
  padding: 0 0 0 22px;
  display: block;
}

#header-grid.header > .column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#header-grid,
#footer-grid {
  /* asd */
  /**
 * Top level
 */
  /**
 * Panel
 */
  /**
 * Sub level
 */
  /*** Footer ***/
  /**
	 * Patterns
	 * objects that have children
	 */
  /**
 * Row
 */
  /**
 * Column
 */
  /**
 * Grid HTML classes
 */
  /**
 * Views
 * specific views
 */
}

#header-grid .header,
#footer-grid .header {
  position: relative;
  background-color: #ffffff;
}

#header-grid .header > .column,
#footer-grid .header > .column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#header-grid .header--top,
#footer-grid .header--top {
  display: block;
  overflow: hidden;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .header--top,
  #footer-grid .header--top {
    width: 100%;
    display: inline-block;
  }
}

#header-grid .header__logo,
#footer-grid .header__logo {
  float: left;
  display: inline-block;
  width: 8.5rem;
  height: 4.375rem;
  margin: 1.25rem 1.25rem 1.25rem 0.3125rem;
  background: url(../../2018/images/logo.svg);
  background-repeat: no-repeat;
  background-size: 136px 70px;
  cursor: pointer;
}

#header-grid .header__links,
#footer-grid .header__links {
  float: right;
  margin: 2.5rem 0.3125rem 2.5rem 2.5rem;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .header__links,
  #footer-grid .header__links {
    display: none;
  }
}

#header-grid .header__links .header__burger,
#footer-grid .header__links .header__burger {
  display: inline-block;
  vertical-align: middle;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../../2018/images/burger.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin-left: 1rem;
  border: none;
  cursor: pointer;
}

#header-grid .search__wrapper,
#footer-grid .search__wrapper {
  display: none;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 40em) {
  #header-grid .search__wrapper,
  #footer-grid .search__wrapper {
    position: relative;
    display: block;
    float: right;
    height: 35px;
    width: 40px;
    right: -80px;
    margin-top: 40px;
    z-index: 0;
  }
}

@media only screen and (min-width: 68.75em) {
  #header-grid .search__wrapper,
  #footer-grid .search__wrapper {
    z-index: 3;
    right: 0;
  }
}

#header-grid .search__wrapper.active,
#footer-grid .search__wrapper.active {
  display: block;
}

#header-grid .search__wrapper.active .nav__search,
#footer-grid .search__wrapper.active .nav__search {
  display: block;
}

#header-grid .search__wrapper.active .search__button,
#footer-grid .search__wrapper.active .search__button {
  display: none;
}

#header-grid .search__wrapper .search__button,
#footer-grid .search__wrapper .search__button {
  display: none;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .search__wrapper .search__button,
  #footer-grid .search__wrapper .search__button {
    display: block;
  }
}

#header-grid .search__button,
#footer-grid .search__button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../../2018/images/search.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: none;
  cursor: pointer;
  z-index: 2;
}

#header-grid .nav__search,
#footer-grid .nav__search {
  position: absolute;
  top: 110px;
  right: 0;
  width: 0;
  z-index: 1;
}

@media only screen and (min-width: 40em) {
  #header-grid .nav__search,
  #footer-grid .nav__search {
    top: -8px;
    right: 0;
    overflow: hidden;
    transition: all 0.5s ease;
  }
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__search,
  #footer-grid .nav__search {
    right: 0;
  }
}

#header-grid .nav__search .searchBox,
#footer-grid .nav__search .searchBox {
  float: none;
  width: auto;
  margin: 0;
  clear: none;
}

#header-grid .nav__search table th,
#header-grid .nav__search table td,
#footer-grid .nav__search table th,
#footer-grid .nav__search table td {
  padding: 0;
}

#header-grid .nav__search.search--active,
#footer-grid .nav__search.search--active {
  width: 100%;
  right: 0;
}

@media only screen and (min-width: 40em) {
  #header-grid .nav__search.search--active,
  #footer-grid .nav__search.search--active {
    right: 0;
    left: auto;
    width: 400px;
  }
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__search.search--active .search,
  #footer-grid .nav__search.search--active .search {
    display: block;
    opacity: 1;
  }
}

#header-grid .nav__search.search--active .searchBox,
#footer-grid .nav__search.search--active .searchBox {
  width: 100%;
  margin: 0;
}

#header-grid .nav__search.search--active .searchBox input,
#footer-grid .nav__search.search--active .searchBox input {
  outline: none;
}

#header-grid .nav__search .twitter-typeahead,
#footer-grid .nav__search .twitter-typeahead {
  width: 100%;
}

#header-grid .nav__search .search,
#footer-grid .nav__search .search {
  width: 100%;
  padding: 0.625rem 5rem 0.625rem 0.625rem;
  border: none;
  border-radius: 0;
  border-top: 1px solid #666666;
  border-bottom: 4px solid #9d0932;
  -webkit-appearance: none;
  box-sizing: border-box;
}

@media only screen and (min-width: 40em) {
  #header-grid .nav__search .search,
  #footer-grid .nav__search .search {
    border: 1px solid #666666;
  }
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__search .search,
  #footer-grid .nav__search .search {
    border: 1px solid #666666;
    background-color: #ffffff !important;
    color: #000000;
  }
}

#header-grid .nav__search .tt-menu,
#footer-grid .nav__search .tt-menu {
  position: relative !important;
}

#header-grid .nav__search .fbSearchBtn,
#footer-grid .nav__search .fbSearchBtn {
  display: none;
  position: absolute;
  top: 7px;
  right: 6px;
  width: 2.1875rem !important;
  height: 2.1875rem !important;
  background: url(../images/search.svg) !important;
  background-size: 30px 30px !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  border-color: transparent !important;
  text-indent: -9999px;
  cursor: pointer;
}

@media only screen and (min-width: 40em) {
  #header-grid .nav__search .fbSearchBtn,
  #footer-grid .nav__search .fbSearchBtn {
    display: block;
  }
}

#header-grid .header__close,
#footer-grid .header__close {
  float: right;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../../2018/images/close.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: none;
  cursor: pointer;
  margin: 2.5rem 0;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .header__close,
  #footer-grid .header__close {
    display: none;
  }
}

#header-grid .nav__wrapper,
#footer-grid .nav__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 260px;
  right: -260px;
  z-index: 999;
  padding: 0 0.5rem;
  transition: all 0.5s ease;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__wrapper,
  #footer-grid .nav__wrapper {
    position: static;
    text-align: center;
    width: auto;
    padding: 0;
    background-color: transparent;
    overflow-x: visible;
    overflow-y: visible;
  }
}

#header-grid .nav__wrapper.active,
#footer-grid .nav__wrapper.active {
  right: 0;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .header__nav,
  #footer-grid .header__nav {
    display: inline-block;
    position: static;
    margin: 2.75rem 0;
    background-color: transparent;
    overflow: visible;
    padding-right: 3rem;
    z-index: 2;
  }
}

#header-grid .header__nav.header__nav--active,
#footer-grid .header__nav.header__nav--active {
  right: 0;
}

#header-grid .header__nav .nav__item:nth-child(n + 5) .nav__sub,
#footer-grid .header__nav .nav__item:nth-child(n + 5) .nav__sub {
  left: auto;
  right: 0;
}

#header-grid .nav__list,
#footer-grid .nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
}

#header-grid .nav__item,
#footer-grid .nav__item {
  width: 100%;
  font-weight: 600;
}

#header-grid .nav__item:last-child .nav__heading,
#footer-grid .nav__item:last-child .nav__heading {
  border-bottom: 1px solid #eeeeee;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__item:last-child .nav__heading,
  #footer-grid .nav__item:last-child .nav__heading {
    border-bottom: none;
  }
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__item,
  #footer-grid .nav__item {
    width: auto;
    border-top: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.875rem;
    margin-right: 1.25rem;
  }
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__item:last-child,
  #footer-grid .nav__item:last-child {
    margin-right: 0;
  }
}

#header-grid .nav__item.active,
#footer-grid .nav__item.active {
  display: block;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__item.active,
  #footer-grid .nav__item.active {
    display: inline-block;
  }
}

#header-grid .nav__item.active .nav__heading,
#footer-grid .nav__item.active .nav__heading {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__item.active .nav__heading,
  #footer-grid .nav__item.active .nav__heading {
    border: none;
  }
}

#header-grid .nav__item.active .nav__heading:before,
#footer-grid .nav__item.active .nav__heading:before {
  background-image: url(../images/nav-show-more-active.svg);
}

#header-grid .nav__item.inactive,
#footer-grid .nav__item.inactive {
  display: none;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__item.inactive,
  #footer-grid .nav__item.inactive {
    display: inline-block;
  }
}

@media screen and (max-width: 1023px) {
  #header-grid .nav__item.active .nav__sub,
  #footer-grid .nav__item.active .nav__sub {
    display: block;
  }
}

#header-grid .nav__heading,
#footer-grid .nav__heading {
  position: relative;
  display: block;
  padding: 0.5rem 0;
  color: inherit;
  text-decoration: none;
  border-top: 1px solid #eeeeee;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__heading,
  #footer-grid .nav__heading {
    padding: 0;
    font-size: 0.875rem;
    border-top: none;
    margin-right: 1rem;
  }
}

#header-grid .nav__heading:hover,
#footer-grid .nav__heading:hover {
  text-decoration: none;
}

#header-grid .nav__heading.nav__hasSub:before,
#footer-grid .nav__heading.nav__hasSub:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 24px;
  background-image: url(../images/nav-show-more.svg);
  background-repeat: no-repeat;
  background-size: 24px 30px;
  margin: 0.25rem 0;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__heading.nav__hasSub:before,
  #footer-grid .nav__heading.nav__hasSub:before {
    content: none;
  }
}

#header-grid .nav__heading.nav__hasSub--mobile,
#footer-grid .nav__heading.nav__hasSub--mobile {
  display: block;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__heading.nav__hasSub--mobile,
  #footer-grid .nav__heading.nav__hasSub--mobile {
    display: none;
  }
}

#header-grid .nav__heading.nav__hasSub--desktop,
#footer-grid .nav__heading.nav__hasSub--desktop {
  display: none;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__heading.nav__hasSub--desktop,
  #footer-grid .nav__heading.nav__hasSub--desktop {
    display: block;
  }
}

#header-grid .nav,
#footer-grid .nav {
  clear: both;
  position: relative;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav,
  #footer-grid .nav {
    position: relative;
    padding: 0;
    clear: none;
  }
}

#header-grid .nav ul,
#footer-grid .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}

#header-grid .nav__buttons .button,
#footer-grid .nav__buttons .button {
  font-size: 1rem;
  color: #9d0932;
  margin: 0 auto 0.5rem auto;
}

#header-grid .nav__buttons .button:hover, #header-grid .nav__buttons .button:active,
#footer-grid .nav__buttons .button:hover,
#footer-grid .nav__buttons .button:active {
  color: #ffffff;
}

#header-grid .nav__item,
#footer-grid .nav__item {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

#header-grid .nav__item > a:focus, #header-grid .nav__item > a.open,
#footer-grid .nav__item > a:focus,
#footer-grid .nav__item > a.open {
  color: #9d0932;
}

#header-grid .nav__sub,
#footer-grid .nav__sub {
  position: static;
  display: none;
  top: 4.125rem;
  left: 0;
  width: 100%;
  padding: 1.25rem 0;
  background-color: white;
  font-size: 1rem;
  text-transform: none;
  text-align: left;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__sub,
  #footer-grid .nav__sub {
    width: 50%;
  }
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__sub.open,
  #footer-grid .nav__sub.open {
    position: absolute;
    display: block;
  }
}

#header-grid .nav__sub.sub__buttons,
#footer-grid .nav__sub.sub__buttons {
  width: 100%;
}

#header-grid .nav__sub a,
#footer-grid .nav__sub a {
  display: block;
  padding: 0.625rem 0.9375rem;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
}

#header-grid .nav__sub a:focus, #header-grid .nav__sub a:hover,
#footer-grid .nav__sub a:focus,
#footer-grid .nav__sub a:hover {
  color: #9d0932;
}

#header-grid .nav__sub a.nav__subgroup-main,
#footer-grid .nav__sub a.nav__subgroup-main {
  display: block;
  font-weight: 700;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__sub a.nav__subgroup-main,
  #footer-grid .nav__sub a.nav__subgroup-main {
    display: none;
  }
}

#header-grid .footer,
#footer-grid .footer {
  position: relative;
  background-color: #eeeeee;
  overflow: hidden;
  clear: both;
}

#header-grid .footer__award--banner,
#footer-grid .footer__award--banner {
  display: inline-block;
  text-decoration: none;
  background-color: #000000;
  color: #c27d1e;
  padding: 1.875rem 0;
  width: 100%;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .footer__award--banner,
  #footer-grid .footer__award--banner {
    display: none;
  }
}

#header-grid .footer__award--banner .award__table,
#footer-grid .footer__award--banner .award__table {
  display: table;
  margin: auto;
}

#header-grid .footer__award--banner .award__logo,
#footer-grid .footer__award--banner .award__logo {
  display: block;
  vertical-align: middle;
  width: 5.8125rem;
}

#header-grid .footer__award--banner .award__logo img,
#footer-grid .footer__award--banner .award__logo img {
  width: 100%;
  height: auto;
}

#header-grid .footer__award--banner .award__content,
#footer-grid .footer__award--banner .award__content {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.875rem;
  font-weight: 300;
  padding-left: 1.25rem;
}

#header-grid .footer__award--banner .award__text,
#footer-grid .footer__award--banner .award__text {
  margin: 0;
}

#header-grid .footer__award--medium,
#footer-grid .footer__award--medium {
  color: inherit;
  text-decoration: none;
  margin-top: 1.5625rem;
  text-align: right;
}

#header-grid .footer__award--medium:hover,
#footer-grid .footer__award--medium:hover {
  text-decoration: none;
}

#header-grid .footer__award--medium .award__logo,
#footer-grid .footer__award--medium .award__logo {
  max-width: 5.125rem;
  display: inline-block;
  margin-right: 1.25rem;
}

#header-grid .footer__award--medium .award__logo img,
#footer-grid .footer__award--medium .award__logo img {
  width: 100%;
  height: auto;
}

#header-grid .footer__award--medium .award__content,
#footer-grid .footer__award--medium .award__content {
  display: inline;
  font-weight: 300;
  font-size: 0.875rem;
}

#header-grid .footer__award--medium .award__text,
#footer-grid .footer__award--medium .award__text {
  display: inline;
}

#header-grid .footer__content,
#footer-grid .footer__content {
  padding: 1.0625rem 0 1.9375rem;
}

#header-grid .footer__logo,
#footer-grid .footer__logo {
  display: block;
  max-width: 7.5rem;
}

#header-grid .footer__address,
#footer-grid .footer__address {
  margin-top: 0.625rem;
}

#header-grid .footer__address,
#header-grid .footer__address--medium,
#footer-grid .footer__address,
#footer-grid .footer__address--medium {
  font-size: 0.875rem;
  font-weight: 300;
  text-align: right;
}

#header-grid .footer__address .address__name,
#header-grid .footer__address--medium .address__name,
#footer-grid .footer__address .address__name,
#footer-grid .footer__address--medium .address__name {
  margin: 0;
  font-weight: 700;
}

#header-grid .footer__address .address__group,
#header-grid .footer__address--medium .address__group,
#footer-grid .footer__address .address__group,
#footer-grid .footer__address--medium .address__group {
  display: block;
}

#header-grid .footer__address .address__item,
#header-grid .footer__address--medium .address__item,
#footer-grid .footer__address .address__item,
#footer-grid .footer__address--medium .address__item {
  display: inline;
}

#header-grid .footer__address .address__item:first-child,
#header-grid .footer__address--medium .address__item:first-child,
#footer-grid .footer__address .address__item:first-child,
#footer-grid .footer__address--medium .address__item:first-child {
  margin-right: 5px;
}

#header-grid .footer__address--medium,
#footer-grid .footer__address--medium {
  margin-top: 1.5625rem;
  font-size: 0.875rem;
  text-align: left;
}

#header-grid .footer__links,
#footer-grid .footer__links {
  font-size: 1.125rem;
  font-weight: 300;
}

#header-grid .footer__links ul,
#footer-grid .footer__links ul {
  padding: 0;
  list-style-type: none;
  margin: 1.125rem 0;
}

#header-grid .footer__links .links__link,
#footer-grid .footer__links .links__link {
  color: inherit;
  text-decoration: none;
  font-size: 1rem;
}

#header-grid .footer__links .links__link:hover, #header-grid .footer__links .links__link:active,
#footer-grid .footer__links .links__link:hover,
#footer-grid .footer__links .links__link:active {
  text-decoration: underline;
}

#header-grid .footer__links--medium,
#footer-grid .footer__links--medium {
  float: right;
}

#header-grid .footer__links--medium ul,
#footer-grid .footer__links--medium ul {
  padding: 0;
  margin: 1rem 0;
  list-style-type: none;
}

#header-grid .footer__links--medium .links__item,
#footer-grid .footer__links--medium .links__item {
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 0.4375rem;
}

#header-grid .footer__links--medium .links__item:last-child,
#footer-grid .footer__links--medium .links__item:last-child {
  margin-right: 0;
}

#header-grid .footer__links--medium .links__link,
#footer-grid .footer__links--medium .links__link {
  color: inherit;
  text-decoration: none;
}

#header-grid .footer__links--medium .links__link:hover, #header-grid .footer__links--medium .links__link:active,
#footer-grid .footer__links--medium .links__link:hover,
#footer-grid .footer__links--medium .links__link:active {
  text-decoration: underline;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .footer-break--medium,
  #footer-grid .footer-break--medium {
    border-bottom: 1px solid #434343;
    padding-bottom: 1.5625rem;
  }
}

#header-grid .footer__social,
#footer-grid .footer__social {
  border-top: 1px solid #434343;
  padding: 0.75rem 0 1.25rem;
  text-align: center;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .footer__social,
  #footer-grid .footer__social {
    border-top: none;
    float: right;
    width: 50%;
    text-align: right;
    padding: 0.75rem 0 0;
  }
}

#header-grid .footer__social .social__item,
#footer-grid .footer__social .social__item {
  display: inline-block;
  margin: 0.5rem 0.25rem 0 0;
  cursor: pointer;
}

#header-grid .footer__social .social__item img,
#footer-grid .footer__social .social__item img {
  height: 26px;
  width: 26px;
}

#header-grid .footer__social .social__item:last-child,
#footer-grid .footer__social .social__item:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 40em) {
  #header-grid .footer__social .social__item,
  #footer-grid .footer__social .social__item {
    margin-right: 0.625rem;
  }
}

#header-grid .footer__social .social__item .icon,
#footer-grid .footer__social .social__item .icon {
  font-size: 1.625rem;
}

#header-grid .footer__copyright,
#footer-grid .footer__copyright {
  font-size: 0.875rem;
  font-weight: 300;
  text-align: center;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .footer__copyright,
  #footer-grid .footer__copyright {
    float: left;
    width: 50%;
    margin-top: 1rem;
    text-align: left;
  }
}

#footer-grid .footer__copyright .copyright-links {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0.5rem 0;
}

@media only screen and (min-width: 68.75em) {
  #footer-grid .footer__copyright .copyright-links {
    display: inline-block;
    margin-left:0.5em;
  }
}

#footer-grid .footer__copyright .copyright-item {
  display: inline;
  margin-right: 0.3125rem;
}

#footer-grid .footer__copyright .copyright-item:last-child {
  margin-right: 0;
}

#header-grid .footer__copyright .copyright-link,
#footer-grid .footer__copyright .copyright-link {
  color: inherit;
  text-decoration: none;
}

#header-grid .footer__copyright .copyright-link:hover, #header-grid .footer__copyright .copyright-link:active,
#footer-grid .footer__copyright .copyright-link:hover,
#footer-grid .footer__copyright .copyright-link:active {
  text-decoration: underline;
}

#header-grid .row,
#footer-grid .row {
  margin: 0 auto !important;
  max-width: 75rem;
  width: 100%;
}

#header-grid .row:before, #header-grid .row:after,
#footer-grid .row:before,
#footer-grid .row:after {
  content: " ";
  display: table;
}

#header-grid .row:after,
#footer-grid .row:after {
  clear: both;
}

#header-grid .row.collapse > .column,
#footer-grid .row.collapse > .column {
  padding-left: 0;
  padding-right: 0;
}

#header-grid .row.collapse .row,
#footer-grid .row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

#header-grid .row .row,
#footer-grid .row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}

#header-grid .row .row:before, #header-grid .row .row:after,
#footer-grid .row .row:before,
#footer-grid .row .row:after {
  content: " ";
  display: table;
}

#header-grid .row .row:after,
#footer-grid .row .row:after {
  clear: both;
}

#header-grid .row .row.collapse,
#footer-grid .row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

#header-grid .row .row.collapse:before, #header-grid .row .row.collapse:after,
#footer-grid .row .row.collapse:before,
#footer-grid .row .row.collapse:after {
  content: " ";
  display: table;
}

#header-grid .row .row.collapse:after,
#footer-grid .row .row.collapse:after {
  clear: both;
}

#header-grid .column,
#footer-grid .column {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

#header-grid .column.row,
#footer-grid .column.row {
  float: none;
}

@media only screen {
  #header-grid .small-push-0,
  #footer-grid .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  #header-grid .small-pull-0,
  #footer-grid .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  #header-grid .small-push-1,
  #footer-grid .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  #header-grid .small-pull-1,
  #footer-grid .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  #header-grid .small-push-2,
  #footer-grid .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  #header-grid .small-pull-2,
  #footer-grid .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  #header-grid .small-push-3,
  #footer-grid .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  #header-grid .small-pull-3,
  #footer-grid .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  #header-grid .small-push-4,
  #footer-grid .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  #header-grid .small-pull-4,
  #footer-grid .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  #header-grid .small-push-5,
  #footer-grid .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  #header-grid .small-pull-5,
  #footer-grid .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  #header-grid .small-push-6,
  #footer-grid .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  #header-grid .small-pull-6,
  #footer-grid .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  #header-grid .small-push-7,
  #footer-grid .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  #header-grid .small-pull-7,
  #footer-grid .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  #header-grid .small-push-8,
  #footer-grid .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  #header-grid .small-pull-8,
  #footer-grid .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  #header-grid .small-push-9,
  #footer-grid .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  #header-grid .small-pull-9,
  #footer-grid .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  #header-grid .small-push-10,
  #footer-grid .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  #header-grid .small-pull-10,
  #footer-grid .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  #header-grid .small-push-11,
  #footer-grid .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  #header-grid .small-pull-11,
  #footer-grid .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  #header-grid .small-1,
  #footer-grid .small-1 {
    width: 8.33333%;
  }
  #header-grid .small-2,
  #footer-grid .small-2 {
    width: 16.66667%;
  }
  #header-grid .small-3,
  #footer-grid .small-3 {
    width: 25%;
  }
  #header-grid .small-4,
  #footer-grid .small-4 {
    width: 33.33333%;
  }
  #header-grid .small-5,
  #footer-grid .small-5 {
    width: 41.66667%;
  }
  #header-grid .small-6,
  #footer-grid .small-6 {
    width: 50%;
  }
  #header-grid .small-7,
  #footer-grid .small-7 {
    width: 58.33333%;
  }
  #header-grid .small-8,
  #footer-grid .small-8 {
    width: 66.66667%;
  }
  #header-grid .small-9,
  #footer-grid .small-9 {
    width: 75%;
  }
  #header-grid .small-10,
  #footer-grid .small-10 {
    width: 83.33333%;
  }
  #header-grid .small-11,
  #footer-grid .small-11 {
    width: 91.66667%;
  }
  #header-grid .small-12,
  #footer-grid .small-12 {
    width: 100%;
  }
  #header-grid .small-offset-0,
  #footer-grid .small-offset-0 {
    margin-left: 0 !important;
  }
  #header-grid .small-offset-1,
  #footer-grid .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  #header-grid .small-offset-2,
  #footer-grid .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  #header-grid .small-offset-3,
  #footer-grid .small-offset-3 {
    margin-left: 25% !important;
  }
  #header-grid .small-offset-4,
  #footer-grid .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  #header-grid .small-offset-5,
  #footer-grid .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  #header-grid .small-offset-6,
  #footer-grid .small-offset-6 {
    margin-left: 50% !important;
  }
  #header-grid .small-offset-7,
  #footer-grid .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  #header-grid .small-offset-8,
  #footer-grid .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  #header-grid .small-offset-9,
  #footer-grid .small-offset-9 {
    margin-left: 75% !important;
  }
  #header-grid .small-offset-10,
  #footer-grid .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  #header-grid .small-offset-11,
  #footer-grid .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  #header-grid .small-reset-order,
  #footer-grid .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  #header-grid .column.small-centered,
  #footer-grid .column.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #header-grid .column.small-uncentered,
  #footer-grid .column.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  #header-grid .column.small-centered:last-child,
  #footer-grid .column.small-centered:last-child {
    float: none;
  }
  #header-grid .column.small-uncentered:last-child,
  #footer-grid .column.small-uncentered:last-child {
    float: left;
  }
  #header-grid .column.small-uncentered.opposite,
  #footer-grid .column.small-uncentered.opposite {
    float: right;
  }
  #header-grid .row.small-collapse > .column,
  #footer-grid .row.small-collapse > .column {
    padding-left: 0;
    padding-right: 0;
  }
  #header-grid .row.small-collapse .row,
  #footer-grid .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  #header-grid .row.small-uncollapse > .column,
  #footer-grid .row.small-uncollapse > .column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 40em) {
  #header-grid .medium-push-0,
  #footer-grid .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  #header-grid .medium-pull-0,
  #footer-grid .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  #header-grid .medium-push-1,
  #footer-grid .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  #header-grid .medium-pull-1,
  #footer-grid .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  #header-grid .medium-push-2,
  #footer-grid .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  #header-grid .medium-pull-2,
  #footer-grid .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  #header-grid .medium-push-3,
  #footer-grid .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  #header-grid .medium-pull-3,
  #footer-grid .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  #header-grid .medium-push-4,
  #footer-grid .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  #header-grid .medium-pull-4,
  #footer-grid .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  #header-grid .medium-push-5,
  #footer-grid .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  #header-grid .medium-pull-5,
  #footer-grid .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  #header-grid .medium-push-6,
  #footer-grid .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  #header-grid .medium-pull-6,
  #footer-grid .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  #header-grid .medium-push-7,
  #footer-grid .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  #header-grid .medium-pull-7,
  #footer-grid .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  #header-grid .medium-push-8,
  #footer-grid .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  #header-grid .medium-pull-8,
  #footer-grid .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  #header-grid .medium-push-9,
  #footer-grid .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  #header-grid .medium-pull-9,
  #footer-grid .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  #header-grid .medium-push-10,
  #footer-grid .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  #header-grid .medium-pull-10,
  #footer-grid .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  #header-grid .medium-push-11,
  #footer-grid .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  #header-grid .medium-pull-11,
  #footer-grid .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  #header-grid .medium-1,
  #footer-grid .medium-1 {
    width: 8.33333%;
  }
  #header-grid .medium-2,
  #footer-grid .medium-2 {
    width: 16.66667%;
  }
  #header-grid .medium-3,
  #footer-grid .medium-3 {
    width: 25%;
  }
  #header-grid .medium-4,
  #footer-grid .medium-4 {
    width: 33.33333%;
  }
  #header-grid .medium-5,
  #footer-grid .medium-5 {
    width: 41.66667%;
  }
  #header-grid .medium-6,
  #footer-grid .medium-6 {
    width: 50%;
  }
  #header-grid .medium-7,
  #footer-grid .medium-7 {
    width: 58.33333%;
  }
  #header-grid .medium-8,
  #footer-grid .medium-8 {
    width: 66.66667%;
  }
  #header-grid .medium-9,
  #footer-grid .medium-9 {
    width: 75%;
  }
  #header-grid .medium-10,
  #footer-grid .medium-10 {
    width: 83.33333%;
  }
  #header-grid .medium-11,
  #footer-grid .medium-11 {
    width: 91.66667%;
  }
  #header-grid .medium-12,
  #footer-grid .medium-12 {
    width: 100%;
  }
  #header-grid .medium-offset-0,
  #footer-grid .medium-offset-0 {
    margin-left: 0 !important;
  }
  #header-grid .medium-offset-1,
  #footer-grid .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  #header-grid .medium-offset-2,
  #footer-grid .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  #header-grid .medium-offset-3,
  #footer-grid .medium-offset-3 {
    margin-left: 25% !important;
  }
  #header-grid .medium-offset-4,
  #footer-grid .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  #header-grid .medium-offset-5,
  #footer-grid .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  #header-grid .medium-offset-6,
  #footer-grid .medium-offset-6 {
    margin-left: 50% !important;
  }
  #header-grid .medium-offset-7,
  #footer-grid .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  #header-grid .medium-offset-8,
  #footer-grid .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  #header-grid .medium-offset-9,
  #footer-grid .medium-offset-9 {
    margin-left: 75% !important;
  }
  #header-grid .medium-offset-10,
  #footer-grid .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  #header-grid .medium-offset-11,
  #footer-grid .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  #header-grid .medium-reset-order,
  #footer-grid .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  #header-grid .column.medium-centered,
  #footer-grid .column.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #header-grid .column.medium-uncentered,
  #footer-grid .column.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  #header-grid .column.medium-centered:last-child,
  #footer-grid .column.medium-centered:last-child {
    float: none;
  }
  #header-grid .column.medium-uncentered:last-child,
  #footer-grid .column.medium-uncentered:last-child {
    float: left;
  }
  #header-grid .column.medium-uncentered.opposite,
  #footer-grid .column.medium-uncentered.opposite {
    float: right;
  }
  #header-grid .row.medium-collapse > .column,
  #footer-grid .row.medium-collapse > .column {
    padding-left: 0;
    padding-right: 0;
  }
  #header-grid .row.medium-collapse .row,
  #footer-grid .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  #header-grid .row.medium-uncollapse > .column,
  #footer-grid .row.medium-uncollapse > .column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 68.75em) {
  #header-grid .large-push-0,
  #footer-grid .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  #header-grid .large-pull-0,
  #footer-grid .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  #header-grid .large-push-1,
  #footer-grid .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  #header-grid .large-pull-1,
  #footer-grid .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  #header-grid .large-push-2,
  #footer-grid .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  #header-grid .large-pull-2,
  #footer-grid .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  #header-grid .large-push-3,
  #footer-grid .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  #header-grid .large-pull-3,
  #footer-grid .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  #header-grid .large-push-4,
  #footer-grid .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  #header-grid .large-pull-4,
  #footer-grid .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  #header-grid .large-push-5,
  #footer-grid .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  #header-grid .large-pull-5,
  #footer-grid .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  #header-grid .large-push-6,
  #footer-grid .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  #header-grid .large-pull-6,
  #footer-grid .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  #header-grid .large-push-7,
  #footer-grid .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  #header-grid .large-pull-7,
  #footer-grid .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  #header-grid .large-push-8,
  #footer-grid .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  #header-grid .large-pull-8,
  #footer-grid .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  #header-grid .large-push-9,
  #footer-grid .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  #header-grid .large-pull-9,
  #footer-grid .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  #header-grid .large-push-10,
  #footer-grid .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  #header-grid .large-pull-10,
  #footer-grid .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  #header-grid .large-push-11,
  #footer-grid .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  #header-grid .large-pull-11,
  #footer-grid .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  #header-grid .large-1,
  #footer-grid .large-1 {
    width: 8.33333%;
  }
  #header-grid .large-2,
  #footer-grid .large-2 {
    width: 16.66667%;
  }
  #header-grid .large-3,
  #footer-grid .large-3 {
    width: 25%;
  }
  #header-grid .large-4,
  #footer-grid .large-4 {
    width: 33.33333%;
  }
  #header-grid .large-5,
  #footer-grid .large-5 {
    width: 41.66667%;
  }
  #header-grid .large-6,
  #footer-grid .large-6 {
    width: 50%;
  }
  #header-grid .large-7,
  #footer-grid .large-7 {
    width: 58.33333%;
  }
  #header-grid .large-8,
  #footer-grid .large-8 {
    width: 66.66667%;
  }
  #header-grid .large-9,
  #footer-grid .large-9 {
    width: 75%;
  }
  #header-grid .large-10,
  #footer-grid .large-10 {
    width: 83.33333%;
  }
  #header-grid .large-11,
  #footer-grid .large-11 {
    width: 91.66667%;
  }
  #header-grid .large-12,
  #footer-grid .large-12 {
    width: 100%;
  }
  #header-grid .large-offset-0,
  #footer-grid .large-offset-0 {
    margin-left: 0 !important;
  }
  #header-grid .large-offset-1,
  #footer-grid .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  #header-grid .large-offset-2,
  #footer-grid .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  #header-grid .large-offset-3,
  #footer-grid .large-offset-3 {
    margin-left: 25% !important;
  }
  #header-grid .large-offset-4,
  #footer-grid .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  #header-grid .large-offset-5,
  #footer-grid .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  #header-grid .large-offset-6,
  #footer-grid .large-offset-6 {
    margin-left: 50% !important;
  }
  #header-grid .large-offset-7,
  #footer-grid .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  #header-grid .large-offset-8,
  #footer-grid .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  #header-grid .large-offset-9,
  #footer-grid .large-offset-9 {
    margin-left: 75% !important;
  }
  #header-grid .large-offset-10,
  #footer-grid .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  #header-grid .large-offset-11,
  #footer-grid .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  #header-grid .large-reset-order,
  #footer-grid .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  #header-grid .column.large-centered,
  #footer-grid .column.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #header-grid .column.large-uncentered,
  #footer-grid .column.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  #header-grid .column.large-centered:last-child,
  #footer-grid .column.large-centered:last-child {
    float: none;
  }
  #header-grid .column.large-uncentered:last-child,
  #footer-grid .column.large-uncentered:last-child {
    float: left;
  }
  #header-grid .column.large-uncentered.opposite,
  #footer-grid .column.large-uncentered.opposite {
    float: right;
  }
  #header-grid .row.large-collapse > .column,
  #footer-grid .row.large-collapse > .column {
    padding-left: 0;
    padding-right: 0;
  }
  #header-grid .row.large-collapse .row,
  #footer-grid .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  #header-grid .row.large-uncollapse > .column,
  #footer-grid .row.large-uncollapse > .column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

.footer {
  background-color: #eeeeee;
  clear: both;
}

/*# sourceMappingURL=2018-grid.css.map */
.flex-container {
	display: flex;
  flex-flow: wrap;
}

.flex-cell {
    display: flex;
    padding: 10px;
    margin: 1%;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 205px;
}

.flex-cell-1-of-2 {
    flex-basis: 48%;
}

.flex-cell-1-of-3 {
    flex-basis: 31%;
}

.flex-cell-1-of-4 {
    flex-basis: 23%;
}

.flex-cell-1-of-4 > img {width:100%;}

.border-all--light {
    border: 1px solid #F4F4F4;
}
.text-left{text-align: left!important;}
.text-right{text-align: right!important;}
.text-center{text-align: center!important;}