@charset "UTF-8";
/* Fontface Variables
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Breakpoints
   ========================================================================== */
/* Vertical Spacing
   ========================================================================== */
/* line 5, ../../../../../.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 25, ../sass/03_generic/_generic.normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 33, ../sass/03_generic/_generic.normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 60, ../sass/03_generic/_generic.normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 70, ../sass/03_generic/_generic.normalize.scss */
figure {
  margin: 1em 40px;
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 80, ../sass/03_generic/_generic.normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 124, ../sass/03_generic/_generic.normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 133, ../sass/03_generic/_generic.normalize.scss */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 154, ../sass/03_generic/_generic.normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 162, ../sass/03_generic/_generic.normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 171, ../sass/03_generic/_generic.normalize.scss */
small {
  font-size: 80%;
}

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

/* line 188, ../sass/03_generic/_generic.normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 192, ../sass/03_generic/_generic.normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 203, ../sass/03_generic/_generic.normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 212, ../sass/03_generic/_generic.normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 221, ../sass/03_generic/_generic.normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 229, ../sass/03_generic/_generic.normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 257, ../sass/03_generic/_generic.normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 267, ../sass/03_generic/_generic.normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

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

/**
 * Correct the padding in Firefox.
 */
/* line 312, ../sass/03_generic/_generic.normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 346, ../sass/03_generic/_generic.normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 355, ../sass/03_generic/_generic.normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 375, ../sass/03_generic/_generic.normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 394, ../sass/03_generic/_generic.normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 407, ../sass/03_generic/_generic.normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 416, ../sass/03_generic/_generic.normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 427, ../sass/03_generic/_generic.normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 435, ../sass/03_generic/_generic.normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 446, ../sass/03_generic/_generic.normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
/* line 14, ../sass/03_generic/_generic.shared.scss */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 28px;
}

/**
 * Consistent indentation for lists.
 */
/* line 31, ../sass/03_generic/_generic.shared.scss */
dd, ol, ul {
  margin-left: 28px;
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
/* line 23, ../sass/04_elements/_elements.headings.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: open-sans, sans-serif;
  color: black;
  margin-top: 0;
}

/* line 29, ../sass/04_elements/_elements.headings.scss */
h1 {
  font-size: 80px;
  font-size: 4.44444rem;
  line-height: 1;
}

/* line 33, ../sass/04_elements/_elements.headings.scss */
h2 {
  font-size: 48px;
  font-size: 2.66667rem;
  line-height: 1;
  font-weight: 700;
}

/* line 38, ../sass/04_elements/_elements.headings.scss */
h3 {
  font-size: 36px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}

/* line 43, ../sass/04_elements/_elements.headings.scss */
h4 {
  font-size: 30px;
  font-size: 1.66667rem;
  line-height: 1;
  color: #1c7eba;
  text-transform: uppercase;
}

/* line 49, ../sass/04_elements/_elements.headings.scss */
h5 {
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 1;
  font-weight: 700;
}

/* line 54, ../sass/04_elements/_elements.headings.scss */
h6 {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}

/* ==========================================================================
   #Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 7, ../sass/04_elements/_elements.links.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 14, ../sass/04_elements/_elements.links.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 19, ../sass/04_elements/_elements.links.scss */
a {
  color: #1c7eba;
}

/* line 20, ../sass/04_elements/_elements.links.scss */
a:hover {
  text-decoration: none;
}

/* ==========================================================================
   #Lists
   ========================================================================== */
/* line 5, ../sass/04_elements/_elements.lists.scss */
ul {
  list-style-type: disc;
}

/* line 9, ../sass/04_elements/_elements.lists.scss */
ol {
  list-style-type: decimal;
}

/* line 13, ../sass/04_elements/_elements.lists.scss */
dt {
  color: black;
  font-size: 24px;
  font-family: open-sans, sans-serif;
  font-weight: 700;
}

/* line 19, ../sass/04_elements/_elements.lists.scss */
dd {
  margin-left: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 7, ../sass/04_elements/_elements.forms.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 17, ../sass/04_elements/_elements.forms.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* line 24, ../sass/04_elements/_elements.forms.scss */
legend {
  margin-bottom: 28px;
  font-family: open-sans, sans-serif;
  font-size: 30px;
  font-size: 1.66667rem;
  line-height: 1.4;
  font-weight: 700;
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 36, ../sass/04_elements/_elements.forms.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 52, ../sass/04_elements/_elements.forms.scss */
button,
input {
  line-height: normal;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 63, ../sass/04_elements/_elements.forms.scss */
button,
select {
  text-transform: none;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 75, ../sass/04_elements/_elements.forms.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 88, ../sass/04_elements/_elements.forms.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 97, ../sass/04_elements/_elements.forms.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 110, ../sass/04_elements/_elements.forms.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 123, ../sass/04_elements/_elements.forms.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
/* line 131, ../sass/04_elements/_elements.forms.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 141, ../sass/04_elements/_elements.forms.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* line 148, ../sass/04_elements/_elements.forms.scss */
label {
  display: block;
  font-weight: 700;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 7px;
}

/*
 * Remove focus on inputs and selects by default+.
 */
/* line 158, ../sass/04_elements/_elements.forms.scss */
input:active,
input:focus,
textarea:active,
textarea:focus,
select {
  cursor: text;
  outline: none;
}

/*
 * Inline Labels that follow radio and checkbox elements
 */
/* line 171, ../sass/04_elements/_elements.forms.scss */
input[type="radio"] {
  display: inline-block;
}

/* line 175, ../sass/04_elements/_elements.forms.scss */
input[type="radio"] + label {
  display: inline-block;
  margin-left: 7px;
}

/* line 180, ../sass/04_elements/_elements.forms.scss */
input[type="checkbox"] {
  display: inline-block;
}

/* line 184, ../sass/04_elements/_elements.forms.scss */
input[type="checkbox"] + label {
  display: inline-block;
  margin-left: 7px;
}

/*Default Button Styles*/
/* line 190, ../sass/04_elements/_elements.forms.scss */
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="file"] {
  font-family: open-sans, sans-serif;
  outline: none;
  text-transform: uppercase;
  border: none;
  -webkit-appearance: none;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 1.75;
  font-weight: 700;
}

/* line 203, ../sass/04_elements/_elements.forms.scss */
input[type="submit"]:after {
  content: '\25ba';
  margin-left: 14px;
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 1;
}

/* line 211, ../sass/04_elements/_elements.forms.scss */
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #1c7eba;
  color: white;
  padding: 7px 14px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/* line 220, ../sass/04_elements/_elements.forms.scss */
button, html [type="button"], [type="reset"], [type="submit"] {
  background: #1c7eba;
  color: white;
  padding: 0.38889rem 0.77778rem;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-weight: 700;
}

/* line 228, ../sass/04_elements/_elements.forms.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: black;
  display: block;
  background: rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 14px;
}

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

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

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* line 50, ../sass/04_elements/_elements.images.scss */
img[src*=".svg"] {
  width: 100% \9;
}

@media screen and (min-width: 0\0) {
  /* line 55, ../sass/04_elements/_elements.images.scss */
  img[src*=".svg"] {
    width: 100%;
  }
}
/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
/* line 17, ../sass/04_elements/_elements.page.scss */
html {
  font-size: 1.125em;
  /* [1] */
  line-height: 1.55556;
  /* [1] */
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
}
@media (max-width: 812px) {
  /* line 17, ../sass/04_elements/_elements.page.scss */
  html {
    font-size: 16px;
    font-size: 0.88889rem;
    line-height: 1.75;
  }
}
@media (min-width: 1600px) {
  /* line 17, ../sass/04_elements/_elements.page.scss */
  html {
    font-size: 22px;
    font-size: 1.22222rem;
    line-height: 1.75;
  }
}

/* line 32, ../sass/04_elements/_elements.page.scss */
body {
  font-family: open-sans, sans-serif;
  color: #4c4c4c;
}

/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. Ensure tables fill up as much space as possible.
 */
/* line 9, ../sass/04_elements/_elements.tables.scss */
table {
  width: 100%;
  /* [1] */
  font-family: open-sans, sans-serif;
}

/* line 14, ../sass/04_elements/_elements.tables.scss */
th {
  letter-spacing: .02rem;
  text-transform: uppercase;
}

/* line 18, ../sass/04_elements/_elements.tables.scss */
tr:not(:first-child) {
  border-top: 1px solid #b7b8ba;
}

/* line 21, ../sass/04_elements/_elements.tables.scss */
th, td {
  padding: 14px 0;
}

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

/* line 15, ../sass/05_objects/_objects.block.scss */
.o-block__img {
  margin-bottom: 28px;
  /* Size variants
     ====================================================================== */
}
/* line 22, ../sass/05_objects/_objects.block.scss */
.o-block--flush > .o-block__img {
  margin-bottom: 0;
}
/* line 26, ../sass/05_objects/_objects.block.scss */
.o-block--tiny > .o-block__img {
  margin-bottom: 7px;
}
/* line 30, ../sass/05_objects/_objects.block.scss */
.o-block--small > .o-block__img {
  margin-bottom: 14px;
}
/* line 34, ../sass/05_objects/_objects.block.scss */
.o-block--large > .o-block__img {
  margin-bottom: 56px;
}
/* line 38, ../sass/05_objects/_objects.block.scss */
.o-block--huge > .o-block__img {
  margin-bottom: 112px;
}

/* line 44, ../sass/05_objects/_objects.block.scss */
.o-block__body {
  display: block;
}

/* Alignment variants
   ========================================================================== */
/* line 55, ../sass/05_objects/_objects.block.scss */
.o-block--right {
  text-align: right;
}

/* line 59, ../sass/05_objects/_objects.block.scss */
.o-block--left {
  text-align: left;
}

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

/* line 15, ../sass/05_objects/_objects.box.scss */
.o-block__img {
  margin-bottom: 28px;
  /* Size variants
     ====================================================================== */
}
/* line 22, ../sass/05_objects/_objects.box.scss */
.o-block--flush > .o-block__img {
  margin-bottom: 0;
}
/* line 26, ../sass/05_objects/_objects.box.scss */
.o-block--tiny > .o-block__img {
  margin-bottom: 7px;
}
/* line 30, ../sass/05_objects/_objects.box.scss */
.o-block--small > .o-block__img {
  margin-bottom: 14px;
}
/* line 34, ../sass/05_objects/_objects.box.scss */
.o-block--large > .o-block__img {
  margin-bottom: 56px;
}
/* line 38, ../sass/05_objects/_objects.box.scss */
.o-block--huge > .o-block__img {
  margin-bottom: 112px;
}

/* line 44, ../sass/05_objects/_objects.box.scss */
.o-block__body {
  display: block;
}

/* Alignment variants
   ========================================================================== */
/* line 55, ../sass/05_objects/_objects.box.scss */
.o-block--right {
  text-align: right;
}

/* line 59, ../sass/05_objects/_objects.box.scss */
.o-block--left {
  text-align: left;
}

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

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

/**
 * We can position the media in different locations within the cropping area.
 */
/* line 61, ../sass/05_objects/_objects.crop.scss */
.o-crop__content--left-top {
  left: 0;
}

/* line 65, ../sass/05_objects/_objects.crop.scss */
.o-crop__content--left-center {
  top: 50%;
  transform: translateY(-50%);
}

/* line 70, ../sass/05_objects/_objects.crop.scss */
.o-crop__content--left-bottom {
  top: auto;
  bottom: 0;
}

/* line 75, ../sass/05_objects/_objects.crop.scss */
.o-crop__content--right-top {
  right: 0;
  left: auto;
}

/* line 80, ../sass/05_objects/_objects.crop.scss */
.o-crop__content--right-center {
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
}

/* line 87, ../sass/05_objects/_objects.crop.scss */
.o-crop__content--right-bottom {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/* line 94, ../sass/05_objects/_objects.crop.scss */
.o-crop__content--center-top {
  left: 50%;
  transform: translateX(-50%);
}

/* line 99, ../sass/05_objects/_objects.crop.scss */
.o-crop__content--center,
.o-crop__content--center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 106, ../sass/05_objects/_objects.crop.scss */
.o-crop__content--center-bottom {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Crop-ratio variants
   ========================================================================== */
/**
 * Generate a series of crop classes to be used like so:
 *
 *   <div class="o-crop  o-crop--golden-ratio">
 *
 */
/* line 139, ../sass/05_objects/_objects.crop.scss */
.o-crop--2\:1 {
  padding-bottom: 50%;
}

/* line 139, ../sass/05_objects/_objects.crop.scss */
.o-crop--4\:3 {
  padding-bottom: 75%;
}

/* line 139, ../sass/05_objects/_objects.crop.scss */
.o-crop--16\:9 {
  padding-bottom: 56.25%;
}

/* Fill modifier
   ========================================================================== */
/**
 * Content stretches to fill it's container while maintaining aspect-ratio.
 */
/* line 160, ../sass/05_objects/_objects.crop.scss */
.o-crop--fill > .o-crop__content {
  min-height: 100%;
  min-width: 100%;
}

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

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

/**
 * Flag images have a space between them and the body of the object.
 *
 * 1. Force `.flag__img` to take up as little space as possible:
 *    https://pixelsvsbytes.com/2012/02/this-css-layout-grid-is-no-holy-grail/
 */
/* line 43, ../sass/05_objects/_objects.flag.scss */
.o-flag__img {
  width: 1px;
  /* [1] */
  padding-right: 28px;
  /**
   * 1. Fixes problem with images disappearing.
   *
   *    The direct child selector '>' needs to remain in order for nested flag
   *    objects to not inherit their parent’s formatting. In case the image tag
   *    is wrapped into another tag, e.g. an anchor for linking reasons, it will
   *    disappear. In that case try wrapping the whole o-flag__img object into
   *    an anchor tag.
   *
   *    E.g.:
   *
   *      <a href="/">
   *        <div class="o-flag__img">
   *          <img src="./link/to/image.jpg" alt="image alt text">
   *        </div>
   *      </a>
   */
}
/* line 65, ../sass/05_objects/_objects.flag.scss */
.o-flag__img > img {
  max-width: none;
  /* [1] */
}

/**
 * The container for the main content of the flag object.
 *
 * 1. Forces the `.flag__body` to take up all remaining space.
 */
/* line 77, ../sass/05_objects/_objects.flag.scss */
.o-flag__body {
  width: auto;
  /* [1] */
}
/* line 80, ../sass/05_objects/_objects.flag.scss */
.o-flag__body,
.o-flag__body > :last-child {
  margin-bottom: 0;
}

/* Size variants
   ========================================================================== */
/* line 96, ../sass/05_objects/_objects.flag.scss */
.o-flag--flush > .o-flag__img {
  padding-right: 0;
  padding-left: 0;
}

/* line 106, ../sass/05_objects/_objects.flag.scss */
.o-flag--tiny > .o-flag__img {
  padding-right: 7px;
}
/* line 112, ../sass/05_objects/_objects.flag.scss */
.o-flag--tiny.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 7px;
}

/* line 124, ../sass/05_objects/_objects.flag.scss */
.o-flag--small > .o-flag__img {
  padding-right: 14px;
}
/* line 130, ../sass/05_objects/_objects.flag.scss */
.o-flag--small.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 14px;
}

/* line 142, ../sass/05_objects/_objects.flag.scss */
.o-flag--large > .o-flag__img {
  padding-right: 56px;
}
/* line 148, ../sass/05_objects/_objects.flag.scss */
.o-flag--large.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 56px;
}

/* line 160, ../sass/05_objects/_objects.flag.scss */
.o-flag--huge > .o-flag__img {
  padding-right: 112px;
}
/* line 166, ../sass/05_objects/_objects.flag.scss */
.o-flag--huge.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 112px;
}

/* Reversed flag
   ========================================================================== */
/**
 * 1. Swap the rendered direction of the object…
 * 2. …and reset it.
 * 3. Reassign margins to the correct sides.
 */
/* line 188, ../sass/05_objects/_objects.flag.scss */
.o-flag--reverse {
  direction: rtl;
  /* [1] */
}
/* line 191, ../sass/05_objects/_objects.flag.scss */
.o-flag--reverse > .o-flag__img,
.o-flag--reverse > .o-flag__body {
  direction: ltr;
  /* [2] */
}
/* line 196, ../sass/05_objects/_objects.flag.scss */
.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  /* [3] */
  padding-left: 28px;
  /* [3] */
}

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

/* line 226, ../sass/05_objects/_objects.flag.scss */
.o-flag--bottom > .o-flag__img,
.o-flag--bottom > .o-flag__body {
  vertical-align: bottom;
}

/* line 1, ../sass/05_objects/_objects.grid.scss */
.o-grid {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  float: none;
}

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

/* line 18, ../sass/05_objects/_objects.list-bare.scss */
.o-list-bare__item {
  margin-left: 0;
}

/* ==========================================================================
   #LIST-INLINE
   ========================================================================== */
/**
 * The list-inline object simply displays a list of items in one line.
 */
/* line 9, ../sass/05_objects/_objects.list-inline.scss */
.o-list-inline, .c-social-list {
  margin-left: 0;
  list-style: none;
}

/* line 14, ../sass/05_objects/_objects.list-inline.scss */
.o-list-inline__item, .c-social-list__item {
  display: inline-block;
}

/* ==========================================================================
   #MEDIA
   ========================================================================== */
/**
 * Place any image- and text-like content side-by-side, as per:
 * http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
/* line 10, ../sass/05_objects/_objects.media.scss */
.o-media, .c-media-list {
  display: block;
}
/* line 14, ../sass/02_tools/_tools.clearfix.scss */
.o-media:after, .c-media-list:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* line 15, ../sass/05_objects/_objects.media.scss */
.o-media__img, .c-media-list__img {
  float: left;
  margin-right: 28px;
}
/* line 19, ../sass/05_objects/_objects.media.scss */
.o-media__img > img, .c-media-list__img > img {
  display: block;
}

/* line 25, ../sass/05_objects/_objects.media.scss */
.o-media__body, .c-media-list__body {
  overflow: hidden;
  display: block;
}
/* line 29, ../sass/05_objects/_objects.media.scss */
.o-media__body, .c-media-list__body,
.o-media__body > :last-child,
.c-media-list__body > :last-child {
  margin-bottom: 0;
}

/* Size variants
   ========================================================================== */
/**
 * Modify the amount of space between our image and our text. We also have
 * reversible options for all available sizes.
 */
/* line 50, ../sass/05_objects/_objects.media.scss */
.o-media--flush > .o-media__img, .o-media--flush > .c-media-list__img {
  margin-right: 0;
  margin-left: 0;
}

/* line 60, ../sass/05_objects/_objects.media.scss */
.o-media--tiny > .o-media__img, .o-media--tiny > .c-media-list__img {
  margin-right: 7px;
}
/* line 66, ../sass/05_objects/_objects.media.scss */
.o-media--tiny.o-media--reverse > .o-media__img, .o-media--tiny.o-media--reverse > .c-media-list__img {
  margin-right: 0;
  margin-left: 7px;
}

/* line 78, ../sass/05_objects/_objects.media.scss */
.o-media--small > .o-media__img, .o-media--small > .c-media-list__img {
  margin-right: 14px;
}
/* line 84, ../sass/05_objects/_objects.media.scss */
.o-media--small.o-media--reverse > .o-media__img, .o-media--small.o-media--reverse > .c-media-list__img {
  margin-right: 0;
  margin-left: 14px;
}

/* line 96, ../sass/05_objects/_objects.media.scss */
.o-media--large > .o-media__img, .o-media--large > .c-media-list__img {
  margin-right: 56px;
}
/* line 102, ../sass/05_objects/_objects.media.scss */
.o-media--large.o-media--reverse > .o-media__img, .o-media--large.o-media--reverse > .c-media-list__img {
  margin-right: 0;
  margin-left: 56px;
}

/* line 114, ../sass/05_objects/_objects.media.scss */
.o-media--huge > .o-media__img, .o-media--huge > .c-media-list__img {
  margin-right: 112px;
}
/* line 120, ../sass/05_objects/_objects.media.scss */
.o-media--huge.o-media--reverse > .o-media__img, .o-media--huge.o-media--reverse > .c-media-list__img {
  margin-right: 0;
  margin-left: 112px;
}

/* Reversed media objects
   ========================================================================== */
/* line 138, ../sass/05_objects/_objects.media.scss */
.o-media--reverse > .o-media__img, .o-media--reverse > .c-media-list__img {
  float: right;
  margin-right: 0;
  margin-left: 28px;
}

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

/**
 * 1. Cause children to adopt table-like structure.
 * 2. Default item alignment is with the tops of each other.
 */
/* line 26, ../sass/05_objects/_objects.pack.scss */
.o-pack__item {
  display: table-cell;
  /* [1] */
  vertical-align: top;
  /* [2] */
  /* Vertical alignment variants
     ====================================================================== */
}
/* line 34, ../sass/05_objects/_objects.pack.scss */
.o-pack--middle > .o-pack__item {
  vertical-align: middle;
}
/* line 38, ../sass/05_objects/_objects.pack.scss */
.o-pack--bottom > .o-pack__item {
  vertical-align: bottom;
}

/* Unequal-width items
   ========================================================================== */
/* line 51, ../sass/05_objects/_objects.pack.scss */
.o-pack--auto {
  table-layout: auto;
}

/* Size variants
   ========================================================================== */
/* line 62, ../sass/05_objects/_objects.pack.scss */
.o-pack--tiny {
  border-spacing: 7px;
}

/* line 66, ../sass/05_objects/_objects.pack.scss */
.o-pack--small {
  border-spacing: 14px;
}

/* line 70, ../sass/05_objects/_objects.pack.scss */
.o-pack--default {
  border-spacing: 28px;
}

/* line 74, ../sass/05_objects/_objects.pack.scss */
.o-pack--large {
  border-spacing: 56px;
}

/* line 78, ../sass/05_objects/_objects.pack.scss */
.o-pack--huge {
  border-spacing: 112px;
}

/* Reversed order packs
   ========================================================================== */
/* line 89, ../sass/05_objects/_objects.pack.scss */
.o-pack--reverse {
  direction: rtl;
}
/* line 92, ../sass/05_objects/_objects.pack.scss */
.o-pack--reverse > .o-pack__item {
  direction: ltr;
}

/* ==========================================================================
   #RATIO
   ========================================================================== */
/**
 * Create ratio-bound content blocks, to keep media (e.g. images, videos) in
 * their correct aspect ratios.
 *
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 *
 * 1. Default is a 1:1 ratio (i.e. a perfect square).
 */
/* line 36, ../sass/05_objects/_objects.ratio.scss */
.o-ratio {
  position: relative;
  display: block;
}
/* line 40, ../sass/05_objects/_objects.ratio.scss */
.o-ratio:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  /* [1] */
}

/* line 49, ../sass/05_objects/_objects.ratio.scss */
.o-ratio__content,
.o-ratio > iframe,
.o-ratio > embed,
.o-ratio > object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* Ratio variants.
   ========================================================================== */
/**
 * Generate a series of ratio classes to be used like so:
 *
 *   <div class="o-ratio  o-ratio--golden-ratio">
 *
 */
/* line 87, ../sass/05_objects/_objects.ratio.scss */
.o-ratio--2\:1:before {
  padding-bottom: 50%;
}

/* line 87, ../sass/05_objects/_objects.ratio.scss */
.o-ratio--4\:3:before {
  padding-bottom: 75%;
}

/* line 87, ../sass/05_objects/_objects.ratio.scss */
.o-ratio--16\:9:before {
  padding-bottom: 56.25%;
}

/* Contain modifier.
   ========================================================================== */
/**
 * Only works with image content.
 * Contains the image to the boundaries, without cropping or stretching it.
 */
/* line 109, ../sass/05_objects/_objects.ratio.scss */
.o-ratio--img-contain > .o-ratio__content:before {
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

/* ==========================================================================
   #TABLE
   ========================================================================== */
/**
 * A simple object for manipulating the structure of HTML `table`s.
 */
/* line 9, ../sass/05_objects/_objects.table.scss */
.o-table {
  width: 100%;
}

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

/* Size variants
   ========================================================================== */
/* line 41, ../sass/05_objects/_objects.table.scss */
.o-table--tiny th,
.o-table--tiny td {
  padding: 7px;
}

/* line 51, ../sass/05_objects/_objects.table.scss */
.o-table--small th,
.o-table--small td {
  padding: 14px;
}

/* line 61, ../sass/05_objects/_objects.table.scss */
.o-table--large th,
.o-table--large td {
  padding: 56px;
}

/* line 71, ../sass/05_objects/_objects.table.scss */
.o-table--huge th,
.o-table--huge td {
  padding: 112px;
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
/**
 * Page-level constraining and wrapping elements.
 */
/* line 15, ../sass/05_objects/_objects.wrapper.scss */
.o-wrapper {
  padding-right: 28px;
  padding-left: 28px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}
/* line 14, ../sass/02_tools/_tools.clearfix.scss */
.o-wrapper:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/**
 * Swiper 4.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 1, 2018
 */
/* line 12, ../sass/05_objects/_objects.swiper.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 21, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 24, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 31, ../sass/05_objects/_objects.swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 48, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

/* line 53, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 58, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 64, ../sass/05_objects/_objects.swiper.scss */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

/* line 77, ../sass/05_objects/_objects.swiper.scss */
.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
/* line 81, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 85, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
/* line 97, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

/* line 101, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 111, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 123, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, left, right);
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 129, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, left, right);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 135, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, left, right);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 141, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, left, right);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
/* line 148, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 153, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* line 158, ../sass/05_objects/_objects.swiper.scss */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 171, ../sass/05_objects/_objects.swiper.scss */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* line 177, ../sass/05_objects/_objects.swiper.scss */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

/* line 183, ../sass/05_objects/_objects.swiper.scss */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/* line 189, ../sass/05_objects/_objects.swiper.scss */
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 193, ../sass/05_objects/_objects.swiper.scss */
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 197, ../sass/05_objects/_objects.swiper.scss */
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 201, ../sass/05_objects/_objects.swiper.scss */
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 205, ../sass/05_objects/_objects.swiper.scss */
.swiper-button-lock {
  display: none;
}

/* line 208, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 218, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
/* line 222, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
/* line 230, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

/* line 234, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

/* line 240, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 245, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 250, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

/* line 255, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

/* line 260, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

/* line 265, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

/* line 270, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

/* line 278, ../sass/05_objects/_objects.swiper.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 288, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 291, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 295, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

/* line 301, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

/* line 305, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

/* line 312, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

/* line 320, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

/* line 323, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

/* line 330, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

/* line 337, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
/* line 345, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 349, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

/* line 363, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

/* line 368, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 375, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 382, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

/* line 385, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

/* line 388, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

/* line 391, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

/* line 394, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

/* line 397, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

/* line 400, ../sass/05_objects/_objects.swiper.scss */
.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
/* line 404, ../sass/05_objects/_objects.swiper.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 410, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 418, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 426, ../sass/05_objects/_objects.swiper.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 435, ../sass/05_objects/_objects.swiper.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 438, ../sass/05_objects/_objects.swiper.scss */
.swiper-scrollbar-lock {
  display: none;
}

/* line 441, ../sass/05_objects/_objects.swiper.scss */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

/* line 458, ../sass/05_objects/_objects.swiper.scss */
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* line 466, ../sass/05_objects/_objects.swiper.scss */
.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
/* line 470, ../sass/05_objects/_objects.swiper.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 485, ../sass/05_objects/_objects.swiper.scss */
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 495, ../sass/05_objects/_objects.swiper.scss */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
/* line 511, ../sass/05_objects/_objects.swiper.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 519, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 524, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 530, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 533, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 537, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-cube {
  overflow: visible;
}

/* line 540, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 552, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 555, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 560, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 564, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* line 571, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 579, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* line 591, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-flip {
  overflow: visible;
}

/* line 594, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 600, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 603, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 607, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 615, ../sass/05_objects/_objects.swiper.scss */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* line 1, ../sass/05_objects/_objects.modal.scss */
.o-modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  top: 0;
  left: 0;
  visibility: hidden;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 11, ../sass/05_objects/_objects.modal.scss */
.o-modal__close {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 9999;
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

/* line 18, ../sass/05_objects/_objects.modal.scss */
.o-modal__overlay {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  visibility: hidden;
}

/* line 30, ../sass/05_objects/_objects.modal.scss */
.o-modal__container {
  z-index: 4;
  position: absolute;
  opacity: 0;
  -moz-transition: opacity 0.5s ease-in-out, visibility 0.333s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, visibility 0.333s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.333s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.333s ease-in-out;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 80%;
  width: 80%;
}

/* line 41, ../sass/05_objects/_objects.modal.scss */
.o-modal__content {
  height: 100%;
  padding: 2.16049%;
  background: white;
  overflow-y: auto;
}

/* line 48, ../sass/05_objects/_objects.modal.scss */
.o-modal--is-open {
  visibility: visible;
}
/* line 51, ../sass/05_objects/_objects.modal.scss */
.o-modal--is-open .o-modal__overlay {
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.5s ease-in-out, visibility 0.333s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, visibility 0.333s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.333s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.333s ease-in-out;
}
/* line 57, ../sass/05_objects/_objects.modal.scss */
.o-modal--is-open .o-modal__container {
  opacity: 1;
  -moz-transition: opacity 0.5s ease-in-out, visibility 0.333s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, visibility 0.333s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.333s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.333s ease-in-out;
}

/* line 1, ../sass/06_components/_components.footer-navigation.scss */
.c-footer-navigation {
  background: #101c25;
  color: white;
  margin: 0;
}

/* line 7, ../sass/06_components/_components.footer-navigation.scss */
.c-footer-navigation__main {
  padding: 5.55556rem 2.16049% 2.77778rem;
  width: calc(100% - 4.32099%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
}

/* line 14, ../sass/06_components/_components.footer-navigation.scss */
.c-footer-navigation__logo {
  -webkit-flex-basis: 66.66667%;
  flex-basis: 66.66667%;
}

/* line 17, ../sass/06_components/_components.footer-navigation.scss */
.c-footer-navigation__logo img {
  max-width: 13.05556rem;
  min-width: 9.44444rem;
}

/* line 21, ../sass/06_components/_components.footer-navigation.scss */
.c-footer-navigation__address {
  -webkit-flex-basis: 16.66667%;
  flex-basis: 16.66667%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 200px;
}

/* line 26, ../sass/06_components/_components.footer-navigation.scss */
.c-footer-navigation__contact {
  -webkit-flex-basis: 16.66667%;
  flex-basis: 16.66667%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 225px;
}

/* line 31, ../sass/06_components/_components.footer-navigation.scss */
.c-footer-navigation__contact li {
  display: block;
}

/* line 34, ../sass/06_components/_components.footer-navigation.scss */
.c-footer-navigation__contact a {
  color: white;
  text-decoration: none;
}

/* line 38, ../sass/06_components/_components.footer-navigation.scss */
.footer-navigation__email span {
  color: #1c7eba;
}

/* line 41, ../sass/06_components/_components.footer-navigation.scss */
.c-footer-navigation__sub {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0;
  padding: 1.66667rem 2.16049% 2.22222rem;
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 1.75;
}

/* line 47, ../sass/06_components/_components.footer-navigation.scss */
.c-footer-navigation__sub li {
  display: inline;
  opacity: .25;
  color: white;
}

/* line 52, ../sass/06_components/_components.footer-navigation.scss */
.c-footer-navigation__sub li a {
  text-decoration: none;
  color: white;
  margin-right: 1.38889rem;
}

@media (max-width: 812px) {
  /* line 60, ../sass/06_components/_components.footer-navigation.scss */
  .c-footer-navigation__main {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 63, ../sass/06_components/_components.footer-navigation.scss */
  .c-footer-navigation__logo {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin: 0 0 2.22222rem;
  }

  /* line 67, ../sass/06_components/_components.footer-navigation.scss */
  .c-footer-navigation__address {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
    min-width: none;
  }

  /* line 71, ../sass/06_components/_components.footer-navigation.scss */
  .c-footer-navigation__contact {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
    min-width: none;
  }
}
/* line 1, ../sass/06_components/_components.main-navigation.scss */
.c-main-navigation {
  width: calc(100% - 4.32099%);
  padding: 2.77778rem 2.16049%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8999;
}

/* line 17, ../sass/06_components/_components.main-navigation.scss */
.c-main-navigation__logo img {
  max-width: 13.05556rem;
  min-width: 9.44444rem;
}

/* line 21, ../sass/06_components/_components.main-navigation.scss */
.c-main-navigation__links {
  padding: 0;
  margin: 0;
  text-align: right;
  width: 100%;
  margin-right: 2%;
}

/* line 28, ../sass/06_components/_components.main-navigation.scss */
.c-main-navigation__link {
  display: inline;
  margin-left: 4%;
}

/* line 32, ../sass/06_components/_components.main-navigation.scss */
.c-main-navigation__link a {
  color: white;
  text-decoration: none;
  font-weight: 700;
}

/* line 37, ../sass/06_components/_components.main-navigation.scss */
.c-main-navigation__hamburger {
  display: none;
}

/* line 41, ../sass/06_components/_components.main-navigation.scss */
.c-main-navigation--open {
  height: auto;
  overflow: visible;
}

@media (max-width: 812px) {
  /* line 47, ../sass/06_components/_components.main-navigation.scss */
  .c-main-navigation__links {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #1c7eba;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    text-align: center;
    height: 100%;
    visibility: hidden;
    -moz-transition: visibility 0s 200ms, opacity 200ms ease-in-out;
    -o-transition: visibility 0s 200ms, opacity 200ms ease-in-out;
    -webkit-transition: visibility 0s, opacity 200ms ease-in-out;
    -webkit-transition-delay: 200ms, 0s;
    transition: visibility 0s 200ms, opacity 200ms ease-in-out;
    z-index: 9000;
  }

  /* line 62, ../sass/06_components/_components.main-navigation.scss */
  .c-main-navigation__link {
    display: block;
    margin-left: 0;
    margin-bottom: 1.38889rem;
    font-size: 36px;
    font-size: 2rem;
    line-height: 1.36111;
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }

  /* line 69, ../sass/06_components/_components.main-navigation.scss */
  .c-main-navigation__hamburger {
    display: block;
    z-index: 9001;
  }
}
/* line 78, ../sass/06_components/_components.main-navigation.scss */
.c-main-navigation--open .c-main-navigation__links {
  opacity: 1;
  visibility: visible;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* line 88, ../sass/06_components/_components.main-navigation.scss */
.c-main-navigation.js-headroom {
  -moz-transition: -moz-transform 300ms ease-in-out, background 300ms ease-in-out 300ms;
  -o-transition: -o-transform 300ms ease-in-out, background 300ms ease-in-out 300ms;
  -webkit-transition: -webkit-transform 300ms ease-in-out, background 300ms ease-in-out;
  -webkit-transition-delay: 0s, 300ms;
  transition: transform 300ms ease-in-out, background 300ms ease-in-out 300ms;
  background: #101c25;
}

/* line 92, ../sass/06_components/_components.main-navigation.scss */
.c-main-navigation.js-headroom--pinned {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  background: #101c25;
}

/* line 96, ../sass/06_components/_components.main-navigation.scss */
.c-main-navigation.js-headroom--unpinned {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #101c25;
}

/* line 100, ../sass/06_components/_components.main-navigation.scss */
.c-main-navigation.js-headroom--force-pinned {
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  background: #101c25;
}

/* line 104, ../sass/06_components/_components.main-navigation.scss */
.c-main-navigation.js-headroom--top {
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  background: transparent;
}

/* ==========================================================================
   #BUTTONS
   ========================================================================== */
/**
 * This is an example component. Extend inuitcss by building your own components
 * that make up your UI. Component classes are prefixed with a `c-`.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 */
/* line 19, ../sass/06_components/_components.buttons.scss */
.c-btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 14px 28px;
  transition: all 0.15s ease-in-out;
  font-family: open-sans, sans-serif;
  text-transform: uppercase;
  position: relative;
}

/* Style variants
   ========================================================================== */
/* line 40, ../sass/06_components/_components.buttons.scss */
.c-btn--primary {
  background-color: #1c7eba;
}
/* line 43, ../sass/06_components/_components.buttons.scss */
.c-btn--primary, .c-btn--primary:hover, .c-btn--primary:active, .c-btn--primary:focus {
  text-decoration: none;
  /* [4] */
  color: #fff;
}
/* line 51, ../sass/06_components/_components.buttons.scss */
.c-btn--primary:hover, .c-btn--primary:focus {
  background-color: #1c7eba;
}

/* Size variants
   ========================================================================== */
/* line 63, ../sass/06_components/_components.buttons.scss */
.c-btn--small {
  padding: 7px 14px;
}

/* line 67, ../sass/06_components/_components.buttons.scss */
.c-btn--large {
  padding: 28px 56px;
}

/* Ghost buttons
   ========================================================================== */
/**
 * Ghost buttons have see-through backgrounds and are bordered.
 */
/* line 84, ../sass/06_components/_components.buttons.scss */
.c-btn--ghost {
  border: 2px solid currentColor;
  padding: 12px 26px;
}
/* line 88, ../sass/06_components/_components.buttons.scss */
.c-btn--ghost, .c-btn--ghost:hover, .c-btn--ghost:active, .c-btn--ghost:focus {
  background: none;
}
/* line 95, ../sass/06_components/_components.buttons.scss */
.c-btn--ghost.c-btn--small {
  padding: 5px 12px;
}
/* line 99, ../sass/06_components/_components.buttons.scss */
.c-btn--ghost.c-btn--large {
  padding: 26px 54px;
}
/* line 103, ../sass/06_components/_components.buttons.scss */
.c-btn--ghost.c-btn--primary {
  color: #1c7eba;
}
/* line 106, ../sass/06_components/_components.buttons.scss */
.c-btn--ghost.c-btn--primary:hover, .c-btn--ghost.c-btn--primary:focus {
  color: #1c7eba;
}
/* line 113, ../sass/06_components/_components.buttons.scss */
.c-btn--ghost.c-btn--secondary {
  color: #2f4054;
}
/* line 116, ../sass/06_components/_components.buttons.scss */
.c-btn--ghost.c-btn--secondary:hover, .c-btn--ghost.c-btn--secondary:focus {
  color: #1d2733;
}
/* line 123, ../sass/06_components/_components.buttons.scss */
.c-btn--ghost.c-btn--tertiary {
  color: #fff;
}
/* line 126, ../sass/06_components/_components.buttons.scss */
.c-btn--ghost.c-btn--tertiary:hover, .c-btn--ghost.c-btn--tertiary:focus {
  color: #fff;
}

/* line 134, ../sass/06_components/_components.buttons.scss */
.c-btn--ghost__icon {
  display: inline-block;
  position: relative;
  padding-right: 14px;
  margin-right: 28px;
  margin-left: -14px;
}
/* line 141, ../sass/06_components/_components.buttons.scss */
.c-btn--ghost__icon:after {
  content: "";
  text-align: center;
  display: block;
  height: calc(100% + (28px - 2px));
  width: 1px;
  position: absolute;
  top: -14px;
  right: 0;
  border-right: 2px solid currentColor;
}

/* Circle buttons
   ========================================================================== */
/**
 * Circle buttons contain an icon (svg) and remain circular in shape
 */
/**
.c-btn--circle {
	@include border-radius(50px);
	padding: 0;
	
	.o-ratio {
		&:before {
			position: absolute;
		}
	}
	
	.c-btn--circle__icon {
		max-width: 20px;
		padding: $inuit-global-spacing-unit-small + $inuit-global-spacing-unit-tiny;
		position: relative;
		img {
			position: absolute;
		}
	}
}
*/
/* line 181, ../sass/06_components/_components.buttons.scss */
.c-btn--circle {
  border-radius: 50%;
  width: calc(50px - 28px);
  height: calc(50px - 28px);
  padding: 14px;
  background-color: #1c7eba;
}
/* line 188, ../sass/06_components/_components.buttons.scss */
.c-btn--circle .c-btn--circle__icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 195, ../sass/06_components/_components.buttons.scss */
.c-btn--circle .c-btn--circle__icon img {
  max-width: 20px;
}

/* line 1, ../sass/06_components/_components.hamburger.scss */
.c-hamburger {
  background: #1c7eba;
  width: 50px;
  height: 50px;
  position: relative;
}

/* line 7, ../sass/06_components/_components.hamburger.scss */
.c-hamburger__top, .c-hamburger__mid, .c-hamburger__bottom {
  background: white;
  height: 3px;
  width: 25px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate3d(-50%, calc(-50% - 0px), 0) rotate(0deg) scale(1, 1);
  -ms-transform: translate3d(-50%, calc(-50% - 0px), 0) rotate(0deg) scale(1, 1);
  -webkit-transform: translate3d(-50%, calc(-50% - 0px), 0) rotate(0deg) scale(1, 1);
  transform: translate3d(-50%, calc(-50% - 0px), 0) rotate(0deg) scale(1, 1);
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 19, ../sass/06_components/_components.hamburger.scss */
.c-hamburger__top {
  -moz-transform: translate3d(-50%, calc(-50% - 7px), 0) rotate(0deg) scale(1, 1);
  -ms-transform: translate3d(-50%, calc(-50% - 7px), 0) rotate(0deg) scale(1, 1);
  -webkit-transform: translate3d(-50%, calc(-50% - 7px), 0) rotate(0deg) scale(1, 1);
  transform: translate3d(-50%, calc(-50% - 7px), 0) rotate(0deg) scale(1, 1);
}

/* line 25, ../sass/06_components/_components.hamburger.scss */
.c-hamburger__bottom {
  -moz-transform: translate3d(-50%, calc(-50% + 7px), 0) rotate(0deg) scale(1, 1);
  -ms-transform: translate3d(-50%, calc(-50% + 7px), 0) rotate(0deg) scale(1, 1);
  -webkit-transform: translate3d(-50%, calc(-50% + 7px), 0) rotate(0deg) scale(1, 1);
  transform: translate3d(-50%, calc(-50% + 7px), 0) rotate(0deg) scale(1, 1);
}

/* line 28, ../sass/06_components/_components.hamburger.scss */
.c-hamburger__circle {
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  width: 30px;
  height: 30px;
  border: 3px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: 1;
  -moz-transition: border-top-color 200ms linear, border-right-color 200ms linear 50ms, border-bottom-color 200ms linear 100ms, border-left-color 200ms linear 150ms;
  -o-transition: border-top-color 200ms linear, border-right-color 200ms linear 50ms, border-bottom-color 200ms linear 100ms, border-left-color 200ms linear 150ms;
  -webkit-transition: border-top-color 200ms linear, border-right-color 200ms linear, border-bottom-color 200ms linear, border-left-color 200ms linear;
  -webkit-transition-delay: 0s, 50ms, 100ms, 150ms;
  transition: border-top-color 200ms linear, border-right-color 200ms linear 50ms, border-bottom-color 200ms linear 100ms, border-left-color 200ms linear 150ms;
}

/* line 43, ../sass/06_components/_components.hamburger.scss */
.c-hamburger--open .c-hamburger__top {
  -moz-transform: translate3d(-50%, calc(-50% + 0px), 0) rotate(45deg) scale(0.8, 1);
  -ms-transform: translate3d(-50%, calc(-50% + 0px), 0) rotate(45deg) scale(0.8, 1);
  -webkit-transform: translate3d(-50%, calc(-50% + 0px), 0) rotate(45deg) scale(0.8, 1);
  transform: translate3d(-50%, calc(-50% + 0px), 0) rotate(45deg) scale(0.8, 1);
}
/* line 46, ../sass/06_components/_components.hamburger.scss */
.c-hamburger--open .c-hamburger__mid {
  opacity: 0;
  -moz-transform: translate3d(-50%, calc(-50% - 0px), 0) rotate(0) scale(0, 1);
  -ms-transform: translate3d(-50%, calc(-50% - 0px), 0) rotate(0) scale(0, 1);
  -webkit-transform: translate3d(-50%, calc(-50% - 0px), 0) rotate(0) scale(0, 1);
  transform: translate3d(-50%, calc(-50% - 0px), 0) rotate(0) scale(0, 1);
}
/* line 50, ../sass/06_components/_components.hamburger.scss */
.c-hamburger--open .c-hamburger__bottom {
  -moz-transform: translate3d(-50%, calc(-50% - 0px), 0) rotate(-45deg) scale(0.8, 1);
  -ms-transform: translate3d(-50%, calc(-50% - 0px), 0) rotate(-45deg) scale(0.8, 1);
  -webkit-transform: translate3d(-50%, calc(-50% - 0px), 0) rotate(-45deg) scale(0.8, 1);
  transform: translate3d(-50%, calc(-50% - 0px), 0) rotate(-45deg) scale(0.8, 1);
}
/* line 53, ../sass/06_components/_components.hamburger.scss */
.c-hamburger--open .c-hamburger__circle {
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
}

/* ==========================================================================
   #Link Icons
   ========================================================================== */
/* line 4, ../sass/06_components/_components.links.scss */
.c-link-arrow {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* line 12, ../sass/06_components/_components.links.scss */
.c-link-arrow:after {
  content: "";
  background-image: url("../img/arrow-right-blue.svg");
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-left: 0.77778rem;
  height: 1.94444rem;
  width: 1.94444rem;
}

/* line 25, ../sass/06_components/_components.links.scss */
.c-link-arrow--down:after {
  content: "";
  background-image: url("../img/arrow-down-blue.svg");
}

/* line 31, ../sass/06_components/_components.links.scss */
.c-link-arrow--white {
  color: white;
}
/* line 34, ../sass/06_components/_components.links.scss */
.c-link-arrow--white:after {
  content: "";
  background-image: url("../img/arrow-right-white.svg");
}

/* line 40, ../sass/06_components/_components.links.scss */
.c-link-arrow--white.c-link-arrow--down {
  color: white;
}
/* line 43, ../sass/06_components/_components.links.scss */
.c-link-arrow--white.c-link-arrow--down:after {
  content: "";
  background-image: url("../img/arrow-down-white.svg");
}

/* ==========================================================================
   #MEDIA LIST
   ========================================================================== */
/**
 * Note: should be used in conjunction with media object
 */
/* line 9, ../sass/06_components/_components.lists.scss */
.c-media-list {
  margin-left: 0;
}

/* line 14, ../sass/06_components/_components.lists.scss */
.c-media-list__body {
  border-top: 1px solid black;
  padding-top: 14px;
}

/* line 19, ../sass/06_components/_components.lists.scss */
.c-media-list__img {
  padding-top: 14px;
}

/* line 23, ../sass/06_components/_components.lists.scss */
.c-media-list__item {
  margin-left: 0;
}

/* line 26, ../sass/06_components/_components.lists.scss */
.c-media-list__title {
  display: block;
  font-family: open-sans, sans-serif;
}

/* ==========================================================================
   #SOCIAL LIST
   ========================================================================== */
/* line 34, ../sass/06_components/_components.lists.scss */
.c-social-list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 41, ../sass/06_components/_components.lists.scss */
.c-social-list__item {
  max-width: 18px;
  min-width: 18px;
}

/* line 1, ../sass/06_components/_components.hero.scss */
.c-hero {
  background-color: #101c25;
  background-image: url("../img/endurance-welder.jpg");
  background-size: cover;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 14, ../sass/02_tools/_tools.clearfix.scss */
.c-hero:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* line 10, ../sass/06_components/_components.hero.scss */
.c-hero__wrapper {
  margin: 0 auto;
  position: relative;
  height: 100%;
}
/* line 14, ../sass/02_tools/_tools.clearfix.scss */
.c-hero__wrapper:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* line 18, ../sass/06_components/_components.hero.scss */
.c-hero__intro {
  float: left;
  margin: 20% 0 10% 8.33333%;
  max-width: 500px;
  padding-right: 2.16049%;
}

/* line 24, ../sass/06_components/_components.hero.scss */
.c-hero__title {
  color: white;
  font-weight: 300;
  font-size: 110px;
  font-size: 6.11111rem;
  line-height: 1;
}

/* line 29, ../sass/06_components/_components.hero.scss */
.c-hero__description {
  color: white;
  max-width: 500px;
}

/* line 35, ../sass/06_components/_components.hero.scss */
.c-hero__ribbon-swiper {
  width: 45.83333%;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 41, ../sass/06_components/_components.hero.scss */
.c-ribbon-swiper__container {
  width: 100%;
  height: 100%;
  overflow: visible;
}

/* line 46, ../sass/06_components/_components.hero.scss */
.c-ribbon-swiper__slide {
  overflow: visible;
  position: relative;
}

/* line 50, ../sass/06_components/_components.hero.scss */
.c-ribbon-swiper__figure {
  margin: 0;
  width: 54.54545%;
  min-width: 300px;
}

/* line 55, ../sass/06_components/_components.hero.scss */
.c-ribbon-swiper__buttons {
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(15%, 0%);
  -ms-transform: translate(15%, 0%);
  -webkit-transform: translate(15%, 0%);
  transform: translate(15%, 0%);
  z-index: 1000;
  min-width: 300px;
  width: 50%;
}

/* line 64, ../sass/06_components/_components.hero.scss */
.c-ribbon-swiper__statement {
  position: absolute;
  bottom: 0;
  right: -100%;
  width: 150%;
  color: white;
  padding: 1.94444rem 0 1.38889rem 2.5rem;
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}

/* line 73, ../sass/06_components/_components.hero.scss */
.c-ribbon-swiper__statement p {
  z-index: 2;
  position: relative;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.55556rem;
  line-height: 1.25;
  margin: 0;
}

/* line 80, ../sass/06_components/_components.hero.scss */
.c-ribbon-swiper__statement p:first-of-type {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 0;
  margin-bottom: 0.83333rem;
}

/* line 85, ../sass/06_components/_components.hero.scss */
.c-ribbon-swiper__prev, .c-ribbon-swiper__next {
  background-image: url("../img/arrow-down-white.svg");
  width: 4.44444rem;
  height: 4.44444rem;
  background-size: cover;
  position: relative;
  right: auto;
  left: auto;
  margin: 0;
}

/* line 95, ../sass/06_components/_components.hero.scss */
.c-ribbon-swiper__prev {
  background-image: url("../img/arrow-down-white.svg");
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 14px;
}

/* line 100, ../sass/06_components/_components.hero.scss */
.c-ribbon-swiper__ribbon {
  background-color: #1c7eba;
  width: 100%;
  position: absolute;
  -moz-transform: skew(-31.25deg);
  -ms-transform: skew(-31.25deg);
  -webkit-transform: skew(-31.25deg);
  transform: skew(-31.25deg);
  bottom: 0;
  opacity: 1 !important;
  left: 0;
  height: 100%;
}

@media (max-width: 1280px) {
  /* line 112, ../sass/06_components/_components.hero.scss */
  .c-hero__title {
    font-size: 9vw;
  }

  /* line 116, ../sass/06_components/_components.hero.scss */
  .c-hero__ribbon-swiper .c-ribbon-swiper__statement p {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 1;
  }
  /* line 119, ../sass/06_components/_components.hero.scss */
  .c-hero__ribbon-swiper .c-ribbon-swiper__statement p:first-of-type {
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 1;
    margin-bottom: 0.27778rem;
  }
}
@media screen and (max-width: 1140px) {
  /* line 127, ../sass/06_components/_components.hero.scss */
  .c-hero__intro {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 2.16049%;
    padding-right: 2.16049%;
    padding: 0 0 0 6.48148%;
    margin: 11.11111rem 0 4.16667rem 0;
  }

  /* line 134, ../sass/06_components/_components.hero.scss */
  .c-ribbon-swiper__buttons {
    left: 300px;
    -moz-transform: translate(1.38889rem, 0);
    -ms-transform: translate(1.38889rem, 0);
    -webkit-transform: translate(1.38889rem, 0);
    transform: translate(1.38889rem, 0);
  }
}
@media (max-width: 1024px) {
  /* line 141, ../sass/06_components/_components.hero.scss */
  .c-hero__intro {
    margin: 13.88889rem 0 5.55556rem;
  }

  /* line 144, ../sass/06_components/_components.hero.scss */
  .c-hero__description {
    font-size: 16px;
    font-size: 0.88889rem;
    line-height: 1.7;
  }

  /* line 147, ../sass/06_components/_components.hero.scss */
  .c-ribbon-swiper__figure {
    margin: 0;
    width: 72.72727%;
    min-width: 0;
  }

  /* line 153, ../sass/06_components/_components.hero.scss */
  .c-hero__ribbon-swiper .c-ribbon-swiper__statement p {
    font-size: 21px;
    font-size: 1.16667rem;
    line-height: 1;
  }
  /* line 156, ../sass/06_components/_components.hero.scss */
  .c-hero__ribbon-swiper .c-ribbon-swiper__statement p:first-of-type {
    font-size: 12px;
    font-size: 0.66667rem;
    line-height: 1;
    margin-bottom: 0.27778rem;
  }

  /* line 161, ../sass/06_components/_components.hero.scss */
  .c-ribbon-swiper__buttons {
    left: 72.72727%;
    -moz-transform: translate(3%, 0);
    -ms-transform: translate(3%, 0);
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0);
  }
}
@media (max-width: 812px) {
  /* line 168, ../sass/06_components/_components.hero.scss */
  .c-hero {
    background-size: 200%;
    background-position: center top;
  }

  /* line 172, ../sass/06_components/_components.hero.scss */
  .c-hero__intro {
    margin: 13.88889rem 0 8.33333%;
    width: 83.33333%;
    float: none;
  }

  /* line 177, ../sass/06_components/_components.hero.scss */
  .c-hero__title {
    font-size: 12vw;
  }

  /* line 180, ../sass/06_components/_components.hero.scss */
  .c-hero__description {
    font-size: 18px;
    font-size: 1rem;
    line-height: 2;
  }

  /* line 183, ../sass/06_components/_components.hero.scss */
  .c-hero__ribbon-swiper {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 666px) {
  /* line 190, ../sass/06_components/_components.hero.scss */
  .c-hero {
    background-size: 300%;
    background-position: center top;
  }

  /* line 194, ../sass/06_components/_components.hero.scss */
  .c-hero__title {
    font-size: 72px;
    font-size: 4rem;
    line-height: 1;
  }
}
@media (max-width: 374px) {
  /* line 199, ../sass/06_components/_components.hero.scss */
  .c-hero__title {
    font-size: 15vw;
  }
}
/*
@include breakpoint($screen-width--xxlarge) {
	.c-hero__intro {
		transform: translateX(0);
		float: left;
		margin: 400px 0 150px 0;
		max-width: 500px;
		padding-left: span(1 of 6) + gutter();
	}
}
*/
/* line 1, ../sass/06_components/_components.section-intro.scss */
.c-section-intro__header {
  position: relative;
}

/* line 4, ../sass/06_components/_components.section-intro.scss */
.c-section-intro__subheading {
  margin: 0;
  font-size: 30px;
  font-size: 1.66667rem;
  line-height: 1.4;
  color: #1c7eba;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 2;
  position: relative;
}

/* line 13, ../sass/06_components/_components.section-intro.scss */
.c-section-intro__heading {
  font-size: 48px;
  font-size: 2.66667rem;
  line-height: 1.16667;
  z-index: 2;
  position: relative;
}

/* line 18, ../sass/06_components/_components.section-intro.scss */
.c-section-intro__section-number {
  font-size: 12vw;
  font-family: interstate, sans-serif;
  position: absolute;
  font-weight: 700;
  -webkit-text-stroke: 1px rgba(183, 184, 186, 0.26);
  color: transparent;
  top: 0;
  left: 0;
  line-height: .75;
  white-space: nowrap;
  z-index: 1;
}

@media (max-width: 812px) {
  /* line 33, ../sass/06_components/_components.section-intro.scss */
  .c-section-intro__header {
    margin-bottom: 20%;
  }
}
/* line 2, ../sass/06_components/_components.description-list.scss */
.c-description-list--image dt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* line 6, ../sass/06_components/_components.description-list.scss */
.c-description-list--image dd {
  padding-left: 3.19444rem;
}

/* line 10, ../sass/06_components/_components.description-list.scss */
.c-description-list__icon-wrapper {
  padding: 1.25rem;
  border: 1px solid #1c7eba;
  text-align: center;
  position: relative;
  display: inline-block;
  -moz-border-radius: 1000%;
  -webkit-border-radius: 1000%;
  border-radius: 1000%;
  margin-right: 0.69444rem;
}

/* line 19, ../sass/06_components/_components.description-list.scss */
.c-description-list__icon {
  color: #1c7eba;
  position: absolute;
  font-size: 11px;
  font-size: 0.61111rem;
  line-height: 0.25;
  display: block;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

/* line 1, ../sass/06_components/_components.companies.scss */
.c-company {
  position: relative;
  padding: 9.33333rem 0;
  overflow: hidden;
  background: black;
  overflow: hidden;
  *zoom: 1;
}

/* line 8, ../sass/06_components/_components.companies.scss */
.c-company__information {
  position: absolute;
  width: 37.83951%;
  background: #1c7eba;
  z-index: 2;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 2.16049%;
  text-decoration: none;
  display: block;
}

/* line 20, ../sass/06_components/_components.companies.scss */
.c-company__information:before {
  content: "";
  display: block;
  -moz-transform: skew(-31.25deg) translateX(0);
  -ms-transform: skew(-31.25deg) translateX(0);
  -webkit-transform: skew(-31.25deg) translateX(0);
  transform: skew(-31.25deg) translateX(0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #1c7eba;
  -moz-transform-origin: bottom center 0;
  -webkit-transform-origin: bottom center 0;
  transform-origin: bottom center 0;
  -moz-transition: -moz-transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*Hover Interaction*/
/* line 37, ../sass/06_components/_components.companies.scss */
.c-company__information:hover:before {
  -moz-transform: skew(-31.25deg) translateX(15%);
  -ms-transform: skew(-31.25deg) translateX(15%);
  -webkit-transform: skew(-31.25deg) translateX(15%);
  transform: skew(-31.25deg) translateX(15%);
}

/*Dark Variation*/
/* line 43, ../sass/06_components/_components.companies.scss */
.c-company__information--dark {
  background: #101c25;
}
/* line 45, ../sass/06_components/_components.companies.scss */
.c-company__information--dark:before {
  background: #101c25;
}

/* line 50, ../sass/06_components/_components.companies.scss */
.c-company__information-wrapper {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  z-index: 2;
}

/* line 55, ../sass/06_components/_components.companies.scss */
.c-company__type {
  margin: 0 0 7px;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
}

/* line 61, ../sass/06_components/_components.companies.scss */
.c-company__name {
  margin: 0;
  color: white;
  margin: 0 0 28px;
  font-size: 30px;
  font-size: 1.66667rem;
  line-height: 1.25;
}

/* line 67, ../sass/06_components/_components.companies.scss */
.c-company__link {
  color: white;
  margin-bottom: 0;
}

/* line 71, ../sass/06_components/_components.companies.scss */
.c-company__link::after {
  background-image: url("../img/arrow-right-white.svg");
}

/* line 75, ../sass/06_components/_components.companies.scss */
.c-company__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  z-index: 1;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

/*.Small Variation*/
/* line 4, ../sass/06_components/_components.modal.scss */
.c-modal__container {
  width: 85%;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  -moz-transform: translateY(-55%) translateX(-50%);
  -ms-transform: translateY(-55%) translateX(-50%);
  -webkit-transform: translateY(-55%) translateX(-50%);
  transform: translateY(-55%) translateX(-50%);
  height: 100%;
  max-height: 468.59px;
  max-width: 1350px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 16, ../sass/06_components/_components.modal.scss */
.c-modal__close {
  top: auto;
  bottom: -28px;
  right: calc(175px - 28px);
}

/* line 21, ../sass/06_components/_components.modal.scss */
.c--modal__content {
  width: calc(100% - 350px);
  background: white;
  float: left;
  height: 100%;
  overflow: auto;
}

/* line 28, ../sass/06_components/_components.modal.scss */
.c-modal__content-wrapper {
  height: 100%;
  padding: 28px;
  padding-bottom: 56px;
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 36, ../sass/06_components/_components.modal.scss */
  .c-profile-modal__figure {
    display: none;
  }

  /* line 39, ../sass/06_components/_components.modal.scss */
  .c-profile-modal__content {
    width: calc(100%);
    overflow: hidden;
  }

  /* line 43, ../sass/06_components/_components.modal.scss */
  .c-profile-modal__content-wrapper {
    height: 80%;
    overflow: auto;
  }

  /* line 47, ../sass/06_components/_components.modal.scss */
  .c-profile-modal__container {
    height: 100%;
    max-height: 80%;
  }

  /* line 51, ../sass/06_components/_components.modal.scss */
  .c-profile-modal__close {
    right: calc(50% - 25px);
  }
}
/* line 61, ../sass/06_components/_components.modal.scss */
.o-modal--is-open .c-modal__container {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/* line 1, ../sass/06_components/_components.page-overlay.scss */
.c-page-overlay {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8999;
  opacity: 0;
  visibility: hidden;
  -moz-transition: visibility 0s 0.25s, opacity 0.25s ease-in-out;
  -o-transition: visibility 0s 0.25s, opacity 0.25s ease-in-out;
  -webkit-transition: visibility 0s, opacity 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0s;
  transition: visibility 0s 0.25s, opacity 0.25s ease-in-out;
}

/* line 13, ../sass/06_components/_components.page-overlay.scss */
.c-page-overlay--visible {
  opacity: 1;
  visibility: visible;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* line 1, ../sass/07_layout/_layout.general-content.scss */
.l-general-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
  padding-left: 2.16049%;
  padding-right: 2.16049%;
  margin: 0 16.66667%;
  float: none;
}
@media (max-width: 812px) {
  /* line 1, ../sass/07_layout/_layout.general-content.scss */
  .l-general-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333%;
    float: left;
    padding-left: 2.16049%;
    padding-right: 2.16049%;
    margin: 0 auto;
    float: none;
  }
}

/* line 1, ../sass/07_layout/_layout.main-content.scss */
.l-content-block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
  float: none;
  margin: 0 auto;
  overflow-x: visible;
}
@media (min-width: 1600px) {
  /* line 1, ../sass/07_layout/_layout.main-content.scss */
  .l-content-block {
    width: 66.66667%;
  }
}

/* line 1, ../sass/07_layout/_layout.approach.scss */
.l-approach {
  padding-top: 112px;
}
/* line 4, ../sass/07_layout/_layout.approach.scss */
.l-approach .c-section-intro {
  width: 33.33333%;
  position: relative;
  padding: 0 2.16049% 0 8.33333%;
  margin-bottom: 6vw;
}
@media (max-width: 812px) {
  /* line 4, ../sass/07_layout/_layout.approach.scss */
  .l-approach .c-section-intro {
    width: 83.33333%;
  }
}
/* line 14, ../sass/07_layout/_layout.approach.scss */
.l-approach .c-section-intro__section-number {
  right: 0;
  width: 150%;
  left: 123.14815%;
}
@media (max-width: 812px) {
  /* line 14, ../sass/07_layout/_layout.approach.scss */
  .l-approach .c-section-intro__section-number {
    width: 100%;
    left: -2.16049%;
    font-size: 22vw;
    position: absolute;
    top: auto;
    bottom: 0;
    -moz-transform: translateY(70%);
    -ms-transform: translateY(70%);
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
  }
}
/* line 29, ../sass/07_layout/_layout.approach.scss */
.l-approach .l-approach__solutions {
  background: #dedede;
  padding: 9.33333rem 8.33333% 112px;
  width: 83.33333%;
  position: relative;
  overflow: visible;
}
@media (min-width: 1600px) {
  /* line 29, ../sass/07_layout/_layout.approach.scss */
  .l-approach .l-approach__solutions {
    margin-top: 13.88889rem;
  }
}
@media (max-width: 812px) {
  /* line 29, ../sass/07_layout/_layout.approach.scss */
  .l-approach .l-approach__solutions {
    padding-top: 0;
    margin-top: 35%;
  }
}
/* line 44, ../sass/07_layout/_layout.approach.scss */
.l-approach .l-approach__solutions__figure {
  width: 50%;
  position: absolute;
  -moz-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  -webkit-transform: translateY(-75%);
  transform: translateY(-75%);
  top: 0;
  right: 0;
}
@media (max-width: 812px) {
  /* line 44, ../sass/07_layout/_layout.approach.scss */
  .l-approach .l-approach__solutions__figure {
    position: relative;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin-bottom: -20%;
  }
}
/* line 58, ../sass/07_layout/_layout.approach.scss */
.l-approach .l-approach__solutions dl {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 2.59259%;
  padding-right: 2.59259%;
  padding-left: 0;
  margin: 1.55556rem 0;
}
@media (max-width: 812px) {
  /* line 58, ../sass/07_layout/_layout.approach.scss */
  .l-approach .l-approach__solutions dl {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
  }
}

/* line 1, ../sass/07_layout/_layout.companies.scss */
.l-our-companies {
  padding-bottom: 9.33333rem;
  overflow: hidden;
  *zoom: 1;
}
/* line 5, ../sass/07_layout/_layout.companies.scss */
.l-our-companies .l-our-companies__intro {
  background: url("../img/endurance-industries-companies-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  padding: 9.33333rem 0 18.66667rem 0;
}
/* line 13, ../sass/07_layout/_layout.companies.scss */
.l-our-companies .c-section-intro {
  width: 41.66667%;
  position: relative;
  padding: 0 8.33333% 0 8.33333%;
  margin-left: 41.66667%;
}
@media (max-width: 812px) {
  /* line 13, ../sass/07_layout/_layout.companies.scss */
  .l-our-companies .c-section-intro {
    width: 83.33333%;
    margin-left: 0%;
  }
}
/* line 24, ../sass/07_layout/_layout.companies.scss */
.l-our-companies .c-section-intro__section-number {
  left: 0;
  width: 116.66667%;
  left: -123.14815%;
}
@media (max-width: 812px) {
  /* line 24, ../sass/07_layout/_layout.companies.scss */
  .l-our-companies .c-section-intro__section-number {
    width: 100%;
    left: -2.16049%;
    font-size: 22vw;
    position: absolute;
    top: auto;
    bottom: 0;
    -moz-transform: translateY(70%);
    -ms-transform: translateY(70%);
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
  }
}
/* line 40, ../sass/07_layout/_layout.companies.scss */
.l-our-companies .c-section-intro, .l-our-companies .c-section-intro__heading {
  color: white;
}
/* line 44, ../sass/07_layout/_layout.companies.scss */
.l-our-companies .l-our-companies__companies {
  margin-top: -9.33333rem;
  width: 66.66667%;
  float: right;
  position: relative;
}
/* line 50, ../sass/07_layout/_layout.companies.scss */
.l-our-companies .l-our-companies__companies .swiper-pagination {
  background-color: #b7b8ba;
  width: 100%;
  height: 2px;
  bottom: -28px;
  display: none;
}
@media (max-width: 812px) {
  /* line 50, ../sass/07_layout/_layout.companies.scss */
  .l-our-companies .l-our-companies__companies .swiper-pagination {
    display: block;
  }
}
/* line 62, ../sass/07_layout/_layout.companies.scss */
.l-our-companies .l-our-companies__companies .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #1c7eba;
}
@media (max-width: 1024px) {
  /* line 44, ../sass/07_layout/_layout.companies.scss */
  .l-our-companies .l-our-companies__companies {
    width: 83.33333%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 812px) {
  /* line 74, ../sass/07_layout/_layout.companies.scss */
  .l-our-companies .l-our-companies__companies .c-company {
    padding: 0;
  }
  /* line 89, ../sass/06_components/_components.companies.scss */
  .l-our-companies .l-our-companies__companies .c-company .c-company__image {
    position: relative;
    top: 0;
    right: 0;
    padding: 50%;
    z-index: 1;
  }
  /* line 96, ../sass/06_components/_components.companies.scss */
  .l-our-companies .l-our-companies__companies .c-company .c-company__information {
    position: relative;
    width: 87.03704%;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 28px 6.48148%;
    text-decoration: none;
  }
  /* line 105, ../sass/06_components/_components.companies.scss */
  .l-our-companies .l-our-companies__companies .c-company .c-company__information-wrapper {
    top: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 109, ../sass/06_components/_components.companies.scss */
  .l-our-companies .l-our-companies__companies .c-company .c-company__information:before {
    display: none;
  }
  /* line 77, ../sass/07_layout/_layout.companies.scss */
  .l-our-companies .l-our-companies__companies .c-company__information {
    min-height: 11.11111rem;
  }
}
/* line 84, ../sass/07_layout/_layout.companies.scss */
.l-our-companies .l-our-companies__swiper .swiper-wrapper {
  display: block;
}
@media (max-width: 812px) {
  /* line 84, ../sass/07_layout/_layout.companies.scss */
  .l-our-companies .l-our-companies__swiper .swiper-wrapper {
    display: -webkit-flex;
    display: flex;
  }
  /* line 89, ../sass/07_layout/_layout.companies.scss */
  .l-our-companies .l-our-companies__swiper .swiper-wrapper .c-company {
    width: 100%;
  }
  /* line 92, ../sass/07_layout/_layout.companies.scss */
  .l-our-companies .l-our-companies__swiper .swiper-wrapper .c-company .c-company__image {
    width: 100%;
    padding: 33.33% 0;
    height: auto;
  }
}
/* line 101, ../sass/07_layout/_layout.companies.scss */
.l-our-companies .c-company {
  margin-bottom: 1px;
}

/* line 1, ../sass/07_layout/_layout.acquisitions.scss */
.l-acquisitions {
  background-image: url("../img/endurance-acquisitions-bg.jpg");
  background-size: cover;
  overflow: hidden;
  *zoom: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  padding: 6.22222rem 0;
}
/* line 12, ../sass/07_layout/_layout.acquisitions.scss */
.l-acquisitions .c-section-intro {
  color: white;
  -webkit-flex-basis: 33%;
  flex-basis: 33%;
}
/* line 19, ../sass/07_layout/_layout.acquisitions.scss */
.l-acquisitions .c-section-intro__heading {
  font-size: 110px;
  font-size: 6.11111rem;
  line-height: 1;
  color: white;
  font-weight: 300;
}

/* line 26, ../sass/07_layout/_layout.acquisitions.scss */
.l-acquisitions__contact {
  -webkit-flex-basis: 33%;
  flex-basis: 33%;
  text-align: center;
  color: white;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5OTIwMSIgeTE9IjAuODA1MzA4IiB4Mj0iMS4wOTkyMDEiIHkyPSIwLjE5NDY5MiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiMWYyYiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMWM3ZWJhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNjdhZmQ3Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(27deg, #0b1f2b, #1c7eba, #67afd7);
  background-image: -webkit-linear-gradient(27deg, #0b1f2b, #1c7eba, #67afd7);
  background-image: linear-gradient(63deg, #0b1f2b, #1c7eba, #67afd7);
  padding: 12.5% 5%;
}
/* line 33, ../sass/07_layout/_layout.acquisitions.scss */
.l-acquisitions__contact h2 {
  color: white;
  font-size: 30px;
  font-size: 1.66667rem;
  line-height: 1.2;
}
/* line 37, ../sass/07_layout/_layout.acquisitions.scss */
.l-acquisitions__contact a {
  color: white;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 42, ../sass/07_layout/_layout.acquisitions.scss */
.l-acquisitions__contact a:after {
  background-image: url(../img/arrow-right-white.svg);
}

/* line 46, ../sass/07_layout/_layout.acquisitions.scss */
.l-acquisitions__criteria {
  -webkit-order: 3;
  order: 3;
  max-width: 88.88889%;
  margin: 0 auto;
  color: white;
  margin-top: 3.11111rem;
}

/* line 55, ../sass/07_layout/_layout.acquisitions.scss */
.l-acquisitions__criteria-title {
  color: white;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1;
  border-bottom: 1px solid white;
  width: 100%;
  margin-bottom: 1.55556rem;
  padding-bottom: 1.55556rem;
}

/* line 63, ../sass/07_layout/_layout.acquisitions.scss */
.l-acquisitions__criteria-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.2;
}
/* line 68, ../sass/07_layout/_layout.acquisitions.scss */
.l-acquisitions__criteria-list .o-media__img, .l-acquisitions__criteria-list .c-media-list__img {
  max-width: 3.33333rem;
}
/* line 71, ../sass/07_layout/_layout.acquisitions.scss */
.l-acquisitions__criteria-list .o-media, .l-acquisitions__criteria-list .c-media-list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  margin-bottom: 28px;
}

@media (max-width: 1024px) {
  /* line 80, ../sass/07_layout/_layout.acquisitions.scss */
  .l-acquisitions__contact {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    -webkit-align-self: stretch;
    align-self: stretch;
  }
  /* line 84, ../sass/07_layout/_layout.acquisitions.scss */
  .l-acquisitions__contact h2 {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 1.2;
  }
  /* line 86, ../sass/07_layout/_layout.acquisitions.scss */
  .l-acquisitions__contact h2:after {
    content: "";
    height: 1px;
    display: block;
    width: 56px;
    background: white;
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 28px;
  }
  /* line 98, ../sass/07_layout/_layout.acquisitions.scss */
  .l-acquisitions__contact p {
    display: none;
  }

  /* line 102, ../sass/07_layout/_layout.acquisitions.scss */
  .c-section-intro {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
  }

  /* line 105, ../sass/07_layout/_layout.acquisitions.scss */
  .l-acquisitions__criteria-list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 107, ../sass/07_layout/_layout.acquisitions.scss */
  .l-acquisitions__criteria-list .o-media, .l-acquisitions__criteria-list .c-media-list {
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-right: 5%;
  }
}
@media (max-width: 812px) {
  /* line 116, ../sass/07_layout/_layout.acquisitions.scss */
  .l-acquisitions {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
    margin-bottom: 30%;
  }
  /* line 121, ../sass/07_layout/_layout.acquisitions.scss */
  .l-acquisitions .c-section-intro {
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 126, ../sass/07_layout/_layout.acquisitions.scss */
  .l-acquisitions .c-section-intro__header {
    margin-bottom: 0;
  }
  /* line 129, ../sass/07_layout/_layout.acquisitions.scss */
  .l-acquisitions .c-section-intro__heading {
    font-size: 72px;
    font-size: 4rem;
    line-height: 1;
  }

  /* line 134, ../sass/07_layout/_layout.acquisitions.scss */
  .l-acquisitions__contact {
    -webkit-order: 3;
    order: 3;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    margin-bottom: -50%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 140, ../sass/07_layout/_layout.acquisitions.scss */
  .l-acquisitions__contact h2 {
    font-size: 30px;
    font-size: 1.66667rem;
    line-height: 1.2;
    padding: 5% 10% 0 10%;
  }

  /* line 145, ../sass/07_layout/_layout.acquisitions.scss */
  .l-acquisitions__criteria {
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
  }
  /* line 148, ../sass/07_layout/_layout.acquisitions.scss */
  .l-acquisitions__criteria .o-media, .l-acquisitions__criteria .c-media-list {
    -webkit-flex-basis: 95%;
    flex-basis: 95%;
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 1.2;
  }
  /* line 152, ../sass/07_layout/_layout.acquisitions.scss */
  .l-acquisitions__criteria .o-media__img, .l-acquisitions__criteria .c-media-list__img {
    max-width: 60px;
  }
}
/* line 1, ../sass/07_layout/_layout.careers.scss */
.l-careers {
  overflow: hidden;
  *zoom: 1;
  padding-top: 112px;
}
/* line 5, ../sass/07_layout/_layout.careers.scss */
.l-careers .c-section-intro {
  width: 33.33333%;
  position: relative;
  padding: 0 2.16049% 0 8.33333%;
  margin-bottom: 6vw;
}
@media (max-width: 812px) {
  /* line 5, ../sass/07_layout/_layout.careers.scss */
  .l-careers .c-section-intro {
    width: 83.33333%;
  }
}
/* line 15, ../sass/07_layout/_layout.careers.scss */
.l-careers .c-section-intro__section-number {
  right: 0;
  width: 150%;
  left: 123.14815%;
}
@media (max-width: 812px) {
  /* line 15, ../sass/07_layout/_layout.careers.scss */
  .l-careers .c-section-intro__section-number {
    width: 100%;
    left: -2.16049%;
    font-size: 22vw;
    position: absolute;
    top: auto;
    bottom: 0;
    -moz-transform: translateY(70%);
    -ms-transform: translateY(70%);
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
  }
}

/* line 31, ../sass/07_layout/_layout.careers.scss */
.l-careers__opportunities {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 83.33333%;
  float: left;
  float: right;
  position: relative;
}

/* line 36, ../sass/07_layout/_layout.careers.scss */
.l-careers__openings {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5OTIwMSIgeTE9IjAuODA1MzA4IiB4Mj0iMS4wOTkyMDEiIHkyPSIwLjE5NDY5MiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiMWYyYiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMWM3ZWJhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNjdhZmQ3Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(27deg, #0b1f2b, #1c7eba, #67afd7);
  background-image: -webkit-linear-gradient(27deg, #0b1f2b, #1c7eba, #67afd7);
  background-image: linear-gradient(63deg, #0b1f2b, #1c7eba, #67afd7);
  color: white;
  width: 40%;
  padding: 10%;
  position: absolute;
  left: -10%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 46, ../sass/07_layout/_layout.careers.scss */
.l-careers__openings h4 {
  color: white;
  text-transform: none;
  font-size: 36px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}
/* line 53, ../sass/07_layout/_layout.careers.scss */
.l-careers__openings ul {
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}
/* line 58, ../sass/07_layout/_layout.careers.scss */
.l-careers__openings li {
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 7px;
  margin-bottom: 7px;
}

/* line 66, ../sass/07_layout/_layout.careers.scss */
.l-careers__opportunities-figure {
  width: 60%;
  float: right;
  margin-bottom: 0;
}

@media (max-width: 1368px) {
  /* line 73, ../sass/07_layout/_layout.careers.scss */
  .l-careers__opportunities {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  /* line 78, ../sass/07_layout/_layout.careers.scss */
  .l-careers__openings {
    position: relative;
    width: 33.33333%;
    float: left;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 0;
    left: 0;
    padding: 8.33333%;
  }

  /* line 87, ../sass/07_layout/_layout.careers.scss */
  .l-careers__opportunities-figure {
    width: 50%;
    float: right;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  /* line 95, ../sass/07_layout/_layout.careers.scss */
  .l-careers__opportunities {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 98, ../sass/07_layout/_layout.careers.scss */
  .l-careers__openings {
    width: 83.33333%;
    -webkit-order: 2;
    order: 2;
  }

  /* line 102, ../sass/07_layout/_layout.careers.scss */
  .l-careers__opportunities-figure {
    width: 100%;
  }
}
/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Attach our clearfix mixin to a utility class.
 */
/* line 14, ../sass/02_tools/_tools.clearfix.scss */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Redefine all of our basic heading styles against utility classes so as to
 * allow for double stranded heading hierarchy, e.g. we semantically need an H2,
 * but we want it to be sized like an H1:
 *
 *   <h2 class="u-h1"></h2>
 *
 */
/* line 14, ../sass/08_utilities/_utilities.headings.scss */
.u-h1 {
  font-size: 80px !important;
  font-size: 4.44444rem !important;
  line-height: 1.1375 !important;
}

/* line 18, ../sass/08_utilities/_utilities.headings.scss */
.u-h2 {
  font-size: 48px !important;
  font-size: 2.66667rem !important;
  line-height: 1.16667 !important;
}

/* line 22, ../sass/08_utilities/_utilities.headings.scss */
.u-h3 {
  font-size: 36px !important;
  font-size: 2rem !important;
  line-height: 1.36111 !important;
}

/* line 26, ../sass/08_utilities/_utilities.headings.scss */
.u-h4 {
  font-size: 30px !important;
  font-size: 1.66667rem !important;
  line-height: 1.4 !important;
}

/* line 30, ../sass/08_utilities/_utilities.headings.scss */
.u-h5 {
  font-size: 24px !important;
  font-size: 1.33333rem !important;
  line-height: 1.45833 !important;
}

/* line 34, ../sass/08_utilities/_utilities.headings.scss */
.u-h6 {
  font-size: 18px !important;
  font-size: 1rem !important;
  line-height: 1.55556 !important;
}

/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* line 10, ../sass/08_utilities/_utilities.hide.scss */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */
/* line 19, ../sass/08_utilities/_utilities.hide.scss */
.u-hidden {
  display: none !important;
}

/* ==========================================================================
   #PRINT
   ========================================================================== */
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  /* line 17, ../sass/08_utilities/_utilities.print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 27, ../sass/08_utilities/_utilities.print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 32, ../sass/08_utilities/_utilities.print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 36, ../sass/08_utilities/_utilities.print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /**
   * Don’t show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  /* line 46, ../sass/08_utilities/_utilities.print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 51, ../sass/08_utilities/_utilities.print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  /* line 62, ../sass/08_utilities/_utilities.print.scss */
  thead {
    display: table-header-group;
  }

  /* line 66, ../sass/08_utilities/_utilities.print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 72, ../sass/08_utilities/_utilities.print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 76, ../sass/08_utilities/_utilities.print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 83, ../sass/08_utilities/_utilities.print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 1, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-leader {
  margin-top: 10rem;
}

/* line 4, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-leader--xsmall {
  margin-top: 2.5rem;
}

/* line 7, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-leader--small {
  margin-top: 5rem;
}

/* line 10, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-leader--large {
  margin-top: 12.5rem;
}

/* line 13, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-leader--xlarge {
  margin-top: 15rem;
}

/* line 16, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-leader--none {
  margin-top: 0;
}

/* line 19, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-leader-padded {
  padding-top: 10rem;
}

/* line 22, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-leader-padded--xsmall {
  padding-top: 2.5rem;
}

/* line 25, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-leader-padded--small {
  padding-top: 5rem;
}

/* line 28, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-leader-padded--large {
  padding-top: 12.5rem;
}

/* line 31, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-leader-padded--xlarge {
  padding-top: 15rem;
}

@media (max-width: 1024px) {
  /* line 36, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader {
    margin-top: 6.66667rem;
  }

  /* line 39, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader--xsmall {
    margin-top: 1.66667rem;
  }

  /* line 42, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader--small {
    margin-top: 3.33333rem;
  }

  /* line 45, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader--large {
    margin-top: 8.33333rem;
  }

  /* line 48, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader--xlarge {
    margin-top: 10rem;
  }

  /* line 51, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader--none {
    margin-top: 0;
  }

  /* line 54, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader-padded {
    padding-top: 6.66667rem;
  }

  /* line 57, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader-padded--xsmall {
    padding-top: 1.66667rem;
  }

  /* line 60, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader-padded--small {
    padding-top: 3.33333rem;
  }

  /* line 63, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader-padded--large {
    padding-top: 8.33333rem;
  }

  /* line 66, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader-padded--xlarge {
    padding-top: 10rem;
  }
}
@media (max-width: 812px) {
  /* line 71, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader {
    margin-top: 5rem;
  }

  /* line 74, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader--xsmall {
    margin-top: 1.25rem;
  }

  /* line 77, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader--small {
    margin-top: 2.5rem;
  }

  /* line 80, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader--large {
    margin-top: 6.25rem;
  }

  /* line 83, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader--xlarge {
    margin-top: 7.5rem;
  }

  /* line 86, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader--none {
    margin-top: 0;
  }

  /* line 89, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader-padded {
    padding-top: 5rem;
  }

  /* line 92, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader-padded--xsmall {
    padding-top: 1.25rem;
  }

  /* line 95, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader-padded--small {
    padding-top: 2.5rem;
  }

  /* line 98, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader-padded--large {
    padding-top: 6.25rem;
  }

  /* line 101, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-leader-padded--xlarge {
    padding-top: 7.5rem;
  }
}
/* line 107, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-trailer {
  margin-bottom: 10rem;
}

/* line 110, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-trailer--xsmall {
  margin-bottom: 2.5rem;
}

/* line 113, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-trailer--small {
  margin-bottom: 5rem;
}

/* line 116, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-trailer--large {
  margin-bottom: 12.5rem;
}

/* line 119, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-trailer--xlarge {
  margin-bottom: 15rem;
}

/* line 122, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-trailer--none {
  margin-bottom: 0;
}

/* line 125, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-trailer-padded {
  padding-bottom: 10rem;
}

/* line 128, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-trailer-padded--xsmall {
  padding-bottom: 2.5rem;
}

/* line 131, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-trailer-padded--small {
  padding-bottom: 5rem;
}

/* line 134, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-trailer-padded--large {
  padding-bottom: 12.5rem;
}

/* line 137, ../sass/08_utilities/_utilities.vertical-spacing.scss */
.u-trailer-padded--xlarge {
  padding-bottom: 15rem;
}

@media (max-width: 1024px) {
  /* line 142, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer {
    margin-bottom: 6.66667rem;
  }

  /* line 145, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer--xsmall {
    margin-bottom: 1.66667rem;
  }

  /* line 148, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer--small {
    margin-bottom: 3.33333rem;
  }

  /* line 151, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer--large {
    margin-bottom: 8.33333rem;
  }

  /* line 154, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer--xlarge {
    margin-bottom: 10rem;
  }

  /* line 157, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer--none {
    margin-bottom: 0;
  }

  /* line 160, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer-padded {
    padding-bottom: 6.66667rem;
  }

  /* line 163, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer-padded--xsmall {
    padding-bottom: 1.66667rem;
  }

  /* line 166, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer-padded--small {
    padding-bottom: 3.33333rem;
  }

  /* line 169, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer-padded--large {
    padding-bottom: 8.33333rem;
  }

  /* line 172, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer-padded--xlarge {
    padding-bottom: 10rem;
  }
}
@media (max-width: 812px) {
  /* line 178, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer {
    margin-bottom: 5rem;
  }

  /* line 181, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer--xsmall {
    margin-bottom: 1.25rem;
  }

  /* line 184, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer--small {
    margin-bottom: 2.5rem;
  }

  /* line 187, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer--large {
    margin-bottom: 6.25rem;
  }

  /* line 190, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer--xlarge {
    margin-bottom: 7.5rem;
  }

  /* line 193, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer--none {
    margin-bottom: 0;
  }

  /* line 196, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer-padded {
    padding-bottom: 5rem;
  }

  /* line 199, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer-padded--xsmall {
    padding-bottom: 1.25rem;
  }

  /* line 202, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer-padded--small {
    padding-bottom: 2.5rem;
  }

  /* line 205, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer-padded--large {
    padding-bottom: 6.25rem;
  }

  /* line 208, ../sass/08_utilities/_utilities.vertical-spacing.scss */
  .u-trailer-padded--xlarge {
    padding-bottom: 7.5rem;
  }
}
/* line 1, ../sass/08_utilities/_utilities.grid.scss */
.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/susy-2.2.2/sass/susy/output/support/_clearfix.scss */
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 4, ../sass/08_utilities/_utilities.grid.scss */
.container--site {
  width: 97%;
  margin: 1.5% auto;
  background: white;
  position: relative;
  z-index: 1;
  backface-visibility: visible;
}
/* line 14, ../sass/02_tools/_tools.clearfix.scss */
.container--site:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* line 13, ../sass/08_utilities/_utilities.grid.scss */
.container--site-header {
  z-index: 9997;
  position: relative;
  height: 100%;
}
/* line 14, ../sass/02_tools/_tools.clearfix.scss */
.container--site-header:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* line 16, ../sass/08_utilities/_utilities.grid.scss */
.container--site-end {
  margin-top: -1.5%;
}

/* line 19, ../sass/08_utilities/_utilities.grid.scss */
.container--grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1245px;
  width: 92%;
}
/* line 14, ../sass/02_tools/_tools.clearfix.scss */
.container--grid:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* line 1, ../sass/08_utilities/_utilities.no-scroll.scss */
.u-no-scroll {
  overflow: hidden;
}
