@charset "UTF-8";
/*------------------------------------*    #Project styles
\*------------------------------------*/
/*!
 * Theme Name: The House London Framework
 * Theme URI: http://www.thehouselondon.com
 * Description: WordPress Framework for custom theme development
 * Author: The House London
 * Author URI: http://www.thehouselondon.com
 * Version: 1.0.0
 */
/*------------------------------------*    #DEFAULT SETTINGS
\*------------------------------------*/
/*------------------------------------*    #INUIT SETTINGS
\*------------------------------------*/
/*------------------------------------*    #STARTERIZED SETTINGS
\*------------------------------------*/
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/* --------------------------------------------------------------------------------------
+
+ STARTERIZED DEFAULT SETTINGS
+
-------------------------------------------------------------------------------------- */
/* turns on gradient support for IE9 */
/* turns off support for Mozilla prior to version 3.6 http://tiny.cc/42k3mw */
/* --------------------------------------------------------------------------------------
+
+ FUNCTIONS
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ EASING FUNCTIONS
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ MIXINS
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ ALIASES
+
-------------------------------------------------------------------------------------- */
/*------------------------------------*    #ALIASES
\*------------------------------------*/
/* --------------------------------------------------------------------------------------
+
+ VIEWPORT
+
-------------------------------------------------------------------------------------- */
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*------------------------------------*    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none;
}

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/* --------------------------------------------------------------------------------------
+
+ RESET - BUILDS ON TOP OF INUIT NORMALIZE AND RESET
+
-------------------------------------------------------------------------------------- */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
  /* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
}

table {
  width: 100%;
}

[contenteditable] {
  outline: none;
}

input,
textarea {
  border-radius: 0;
  /* remove input border radius on mobile safari and mobile firefox */
}

select,
input,
textarea,
button {
  font-size: 16px;
  font-size: 1rem;
  /* font size for html element MUST be set to 10px for this to work */
  margin: 0;
  /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome */
}

select:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none;
}

textarea {
  resize: vertical;
  /* Allow only vertical resizing of textareas */
  vertical-align: top;
  /* Improve readability and alignment in all browsers */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

/*------------------------------------*    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box;
}

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

/*------------------------------------*    #SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned,this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once,here.
 */
ul, ol, dd {
  margin-left: 48px;
  margin-left: 3rem;
}

/* --------------------------------------------------------------------------------------
+
+ SELECTION
+
-------------------------------------------------------------------------------------- */
::-moz-selection {
  background: rgba(50, 155, 221, 0.7);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: rgba(50, 155, 221, 0.7);
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*    #MIXINS
\*------------------------------------*/
/*------------------------------------*    #FONTS
\*------------------------------------*/
@font-face {
  font-family: 'brandongrotesque';
  src: url("fonts/brandongrotesque-light.eot?#iefix") format("embedded-opentype"), url("fonts/brandongrotesque-light.otf") format("opentype"), url("fonts/brandongrotesque-light.woff") format("woff"), url("fonts/brandongrotesque-light.ttf") format("truetype"), url("fonts/brandongrotesque-light.svg#brandongrotesque-light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'brandongrotesque';
  src: url("fonts/brandongrotesque-medium.eot?#iefix") format("embedded-opentype"), url("fonts/brandongrotesque-medium.otf") format("opentype"), url("fonts/brandongrotesque-medium.woff") format("woff"), url("fonts/brandongrotesque-medium.ttf") format("truetype"), url("fonts/brandongrotesque-medium.svg#brandongrotesque-medium") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'brandongrotesque';
  src: url("fonts/brandongrotesque-bold.eot?#iefix") format("embedded-opentype"), url("fonts/brandongrotesque-bold.otf") format("opentype"), url("fonts/brandongrotesque-bold.woff") format("woff"), url("fonts/brandongrotesque-bold.ttf") format("truetype"), url("fonts/brandongrotesque-bold.svg#brandongrotesque-bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'brandongrotesque';
  src: url("fonts/brandongrotesque-black.eot?#iefix") format("embedded-opentype"), url("fonts/brandongrotesque-black.otf") format("opentype"), url("fonts/brandongrotesque-black.woff") format("woff"), url("fonts/brandongrotesque-black.ttf") format("truetype"), url("fonts/brandongrotesque-black.svg#brandongrotesque-black") format("svg");
  font-weight: 900;
  font-style: normal;
}

/*------------------------------------*    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 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.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1em;
  /* [1] */
  line-height: 1.5;
  /* [1] */
  background-color: #fff;
  color: #000;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}

.picker__wrap {
  margin: -1px;
}

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}

.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}

.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--outfocus {
  color: #dddddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/*------------------------------------*    #PAGE
\*------------------------------------*/
html {
  font-family: "brandongrotesque", sans-serif;
  font-weight: 300;
}

html p {
  letter-spacing: 1px;
}

html *:focus {
  outline: none !important;
}

@media screen and (max-width: 480px) {
  .layout__item {
    margin-bottom: 15px !important;
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 480px) {
  .layout {
    margin-left: -15px !important;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 100000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

#preloader p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
}

/*------------------------------------*    #HEADINGS
\*------------------------------------*/
/**
 * Headings 1–6, with corresponding Greek-alphabet abstract classes for double-
 * stranded heading hierarchy: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 */
h1,
.alpha,
.typography h1,
.typography .alpha {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333;
}

h2,
.beta,
.typography h2,
.typography .beta {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
}

h3,
.gamma,
.typography h3,
.typography .gamma {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

h4,
.delta,
.typography h4,
.typography .delta {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

h5,
.epsilon,
.typography h5,
.typography .epsilon {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h6,
.zeta,
.typography h6,
.typography .zeta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

/*------------------------------------*    #HEADINGS
\*------------------------------------*/
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333;
  font-weight: 900;
}

@media screen and (orientation: portrait) and (max-width: 481px) {
  h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.6;
    line-height: 36px;
  }
}

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

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

/*------------------------------------*    #TYPOGRAPHY
\*------------------------------------*/
/**
 * Typographical base selectors.
 */
/**
 * Horizontal rules.
 */
hr {
  background-color: none;
  border: none;
  border-bottom: 1px solid rgba(221, 220, 220, 0.5);
  height: 1px;
  margin-bottom: 24px;
}

/**
 * Typography.
 */
.typography h1,
.typography .alpha {
  line-height: 1.1;
  margin-bottom: .25em;
}

.typography h2,
.typography .beta {
  line-height: 1.2;
  margin-bottom: .25em;
}

.typography img:not(:last-child),
.typography p:not(:last-child),
.typography ul:not(:last-child),
.typography ol:not(:last-child),
.typography pre:not(:last-child),
.typography blockquote:not(:last-child),
.typography .embedded:not(:last-child) {
  margin-bottom: 24px;
}

.typography i,
.typography em {
  font-style: italic;
}

.typography b,
.typography strong {
  font-weight: 700;
}

.typography ul {
  list-style-type: disc;
}

.typography ol {
  list-style: decimal;
}

.typography ul,
.typography ol {
  margin-left: 1em;
  margin-right: 1em;
}

.text-style1, .section .slide__tag, .video-play--down {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
  font-weight: 400;
}

/*------------------------------------*    #LINKS
\*------------------------------------*/
a {
  transition: all .2s ease;
}

/* --------------------------------------------------------------------------------------
+
+ LINK
+
-------------------------------------------------------------------------------------- */
a {
  color: blue;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*------------------------------------*    #PARAGRAPHS
\*------------------------------------*/
/**
 * The `.lede` class is used to make the introductory text (usually a paragraph)
 * of a document slightly larger: en.wikipedia.org/wiki/Lede_(news)
 */
.lede {
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1.15385;
}

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

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

/*------------------------------------*    #LISTS
\*------------------------------------*/
/**
 * Remove extra vertical spacing when nesting lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/*------------------------------------*    #WORDPRESS DEFAULTs
\*------------------------------------*/
.alignnone,
a img.alignnone {
  margin: 0 0 24px;
}

.aligncenter,
div.aligncenter,
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright,
a img.alignright {
  float: right;
  margin: 0 0 24px 24px;
}

.alignleft,
a img.alignleft {
  float: left;
  margin: 0 24px 24px 0;
}

.wp-caption {
  background: transparent;
  border: 0 none;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 12px 0;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0 0 24px;
}

.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 12px;
}

/* Text meant only for screen readers. */
.screen-reader-text,
.assistive-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus,
.assistive-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 12px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 12px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.admin-bar #mainheader {
  margin-top: 32px;
}

/* --------------------------------------------------------------------------------------
+
+ BUTTONS
+
-------------------------------------------------------------------------------------- */
.btn {
  transition: all .2s ease;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background: none;
  border: none;
  display: inline-block;
  line-height: normal;
  margin: 0;
  /* remove margin for some browsers */
  padding: 0;
  /* remove padding in Firefox */
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn:hover {
  cursor: pointer;
  text-decoration: none;
}

.btn--full {
  box-sizing: border-box;
  display: block !important;
  width: 100% !important;
  /* force 100% width for <button> */
}

/*------------------------------------*    #TABLEIZE
\*------------------------------------*/
/**
 * The `.tableize__content` serves as container for cell content. If you need
 * width or padding set on a cell, make sure you set it to `.tableize__content`
 * instead since that is what makes the whole thing work. That being said
 * `.tableize__content` is optional.

   <div class="tableize">
     <div class="tableize__cell">
       <div class="tableize__content">
         cell content
       </div>
     </div>
     <div class="tableize__cell">
       <div class="tableize__content">
         cell content
       </div>
     </div>
   </div>
 */
.tableize {
  display: table;
  width: 100%;
}

/**
     * Tableize cell.
     */
.tableize__cell {
  display: table-cell;
  vertical-align: top;
}

/**
     * Filler cell. There is no need for using this class if parent `.tableize`
     * has `.tableize--fixed` modifier.
     *
     * 1. Fills the rest of the row when one or more cells have fixed width.
     */
.tableize__cell--fill {
  width: 100%;
  /* [1] */
}

/**
     * Middle tableize aligns tableize cell to their middles.
     */
.tableize--middle > .tableize__cell {
  vertical-align: middle;
}

/**
     * Bottom tableize aligns tableize cell to their bottom.
     */
.tableize--bottom > .tableize__cell {
  vertical-align: bottom;
}

/**
     * Fixed tableize makes:
     * - all cells occupy equal width or
     * - if one (or more) cells are fixed (or percentage base) width
     *   the remaining columns will occupy rest of the available space.
     *
     * More info about `table-layout: fixed;` at
     * http://css-tricks.com/fixing-tables-long-strings/
     */
.tableize--fixed {
  table-layout: fixed;
}

/**
     * Full height tableize.
     */
.tableize--full {
  height: 100%;
}

.tableize--full > .tableize__cell,
.tableize--full > .tableize__cell > .tableize__content {
  height: inherit;
}

/* --------------------------------------------------------------------------------------
+
+ JUSTIFIZE
+
-------------------------------------------------------------------------------------- */
/*
    http://www.css-101.org/articles/responsive-boxes/magic-boxes.php

    <div class="justifize">
      <div class="justifize__box">
        justifize box content
      </div>
      <div class="justifize__box">
        justifize box content
      </div>
      <div class="justifize__box">
        justifize box content
      </div>
    </div>
*/
.justifize {
  font-size: 1px;
  /* IE 9, 10, 11 FIX */
  text-align: justify;
}

.justifize:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.justifize__box {
  font-size: 16px;
  font-size: 1rem;
  /* font size for html element MUST be set to 10px for this to work */
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.justifize--top .justifize__box {
  vertical-align: top;
}

.justifize--bottom .justifize__box {
  vertical-align: bottom;
}

/*------------------------------------*    #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. 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.
 */
.flag {
  display: table;
  /* [1] */
  width: 100%;
  /* [2] */
}

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

/**
     * Flag images have a space between them and the body of the object.
     */
.flag__img {
  padding-right: 24px;
}

.flag__img > img {
  display: block;
  max-width: none;
}

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

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

/**
     * Tiny flags.
     */
.flag--tiny {
  /**
             * Tiny reversed flags.
             */
}

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

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

/**
     * Small flags.
     */
.flag--small {
  /**
             * Small reversed flags.
             */
}

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

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

/**
     * Large flags.
     */
.flag--large {
  /**
             * Large reversed flags.
             */
}

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

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

/**
     * Huge flags.
     */
.flag--huge {
  /**
             * Huge reversed flags.
             */
}

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

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

/**
     * Reversed flag objects have their image-content to the right, and text-content
     * to the left.
     *
     * 1. Swap the rendered direction of the object…
     * 2. …and reset it.
     * 3. Reassign margins to the correct sides.
     */
.flag--rev {
  direction: rtl;
  /* [1] */
}

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

.flag--rev > .flag__img {
  padding-right: 0;
  /* [3] */
  padding-left: 24px;
  /* [3] */
}

/**
     * Flush flag objects have no space between the image- and text-content.
     */
.flag--flush > .flag__img {
  padding-right: 0;
  padding-left: 0;
}

/**
     * Vertically top aligned flag objects.
     */
.flag--top > .flag__img,
.flag--top > .flag__body {
  vertical-align: top;
}

/**
     * Vertically bottom aligned flag objects.
     */
.flag--bottom > .flag__img,
.flag--bottom > .flag__body {
  vertical-align: bottom;
}

/**
     * Responsive flag objects.
     *
     * There is a very pragmatic, simple implementation of a responsive flag
     * object, which simply places the text-content beneath the image-content.
     *
     * We use a `max-width` media query because:
     *
     * a) it is the least verbose method in terms of amount of code required.
     * b) the flag object’s default state is image-next-to-text, so its stacked
     *    state is the exception, rather than the rule.
     */
@media screen and (max-width: 720px) {
  .flag--responsive {
    /**
                 * Disable reversal of content because there is no concept of
                 * ‘reversed’ in a stacked layout.
                 */
    direction: ltr;
    /**
             * Rework the spacings on regular flag objects.
             */
    /**
                 * Tiny responsive flags.
                 *
                 * Take a little more heavy-handed approach to reworking
                 * spacings on flags that are also tiny flags in their regular
                 * state.
                 */
    /**
                 * Small responsive flags.
                 *
                 * Take a little more heavy-handed approach to reworking
                 * spacings on flags that are also small flags in their regular
                 * state.
                 */
    /**
                 * Large responsive flags.
                 *
                 * Take a little more heavy-handed approach to reworking
                 * spacings on flags that are also large flags in their regular
                 * state.
                 */
    /**
                 * Huge responsive flags.
                 *
                 * Take a little more heavy-handed approach to reworking
                 * spacings on flags that are also huge flags in their regular
                 * state.
                 */
  }
  .flag--responsive,
  .flag--responsive > .flag__img,
  .flag--responsive > .flag__body {
    display: block;
  }
  .flag--responsive > .flag__img {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 24px;
  }
  .flag--responsive.flag--tiny > .flag__img {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 6px;
  }
  .flag--responsive.flag--small > .flag__img {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 12px;
  }
  .flag--responsive.flag--large > .flag__img {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 48px;
  }
  .flag--responsive.flag--huge > .flag__img {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 96px;
  }
}

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

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

.media__img > img {
  display: block;
}

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

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

/*------------------------------------*    #CONTAINER
\*------------------------------------*/
.container {
  margin: 0 auto;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .container {
    max-width: 1194px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.container--full {
  max-width: 1920px;
  padding-left: 50px;
  padding-right: 50px;
}

.container--large {
  max-width: 1548px;
}

@media screen and (max-width: 1500px) {
  .container--large {
    max-width: 1348px;
  }
}

.container--small {
  max-width: 1248px;
}

@media screen and (max-width: 1500px) {
  .container--small {
    max-width: 818px;
  }
}

.container--tiny {
  max-width: 618px;
}

@media screen and (min-width: 1500px) {
  .container--tiny {
    max-width: 998px;
  }
}

@media screen and (max-width: 1499px) {
  .container--tiny {
    max-width: 848px;
  }
}

/*------------------------------------*    #EMBEDDED
\*------------------------------------*/
/*
    BASED ON https://github.com/suitcss/components-flex-embed/blob/master/flex-embed.css, mashed up with http://www.mademyday.de/css-height-equals-width-with-pure-css.html

    <div class="embedded">
      [iframe|object|embed]
    </div>
*/
.embedded {
  display: block;
  overflow: hidden;
  position: relative;
  /**
     * Descendant: media element
     *
     * Utility of the component is improved by provide an explicit descendant
     * class. However, it will work automatically for iframes, embeds, and objects
     * to account for times when you cannot modify the attributes for 3rd party
     * widget code.
     */
  /**
     * A pseudo-element shunt is used to provide support for `max-height`. The
     * `max-height` property has no affect when using a percentage-padding to set
     * the aspect ratio.
     */
}

.embedded .embedded__item,
.embedded video,
.embedded iframe,
.embedded embed,
.embedded object {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.embedded:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  /* initial ratio of 1:1*/
  width: 100%;
}

/**
 * Modifier: 3:1 aspect ratio
 */
.embedded--3by1:before {
  padding-bottom: 33%;
}

/**
 * Modifier: 2:1 aspect ratio
 */
.embedded--2by1:before {
  padding-bottom: 50%;
}

/**
 * Modifier: 16:9 aspect ratio
 */
.embedded--16by9:before {
  padding-bottom: 56.25%;
}

/**
 * Modifier: 4:3 aspect ratio
 */
.embedded--4by3:before {
  padding-bottom: 75%;
}

.embedded--center .embedded__item,
.embedded--center video,
.embedded--center iframe,
.embedded--center embed,
.embedded--center object {
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.embedded--center .embedded__item:-webkit-full-screen, .embedded--center .embedded__item:-moz-full-screen,
.embedded--center .embedded__item:-ms-fullscreen .embedded--center .embedded__item:-webkit-full-screen,
.embedded--center video:-webkit-full-screen,
.embedded--center video:-moz-full-screen,
.embedded--center video:-ms-fullscreen .embedded--center .embedded__item:-webkit-full-screen,
.embedded--center iframe:-webkit-full-screen,
.embedded--center iframe:-moz-full-screen,
.embedded--center iframe:-ms-fullscreen .embedded--center .embedded__item:-webkit-full-screen,
.embedded--center embed:-webkit-full-screen,
.embedded--center embed:-moz-full-screen,
.embedded--center embed:-ms-fullscreen .embedded--center .embedded__item:-webkit-full-screen,
.embedded--center object:-webkit-full-screen,
.embedded--center object:-moz-full-screen,
.embedded--center object:-ms-fullscreen .embedded--center .embedded__item:-webkit-full-screen,
.embedded--center .embedded__item:-ms-fullscreen
.embedded--center video:-webkit-full-screen,
.embedded--center video:-ms-fullscreen
.embedded--center video:-webkit-full-screen,
.embedded--center iframe:-ms-fullscreen
.embedded--center video:-webkit-full-screen,
.embedded--center embed:-ms-fullscreen
.embedded--center video:-webkit-full-screen,
.embedded--center object:-ms-fullscreen
.embedded--center video:-webkit-full-screen,
.embedded--center .embedded__item:-ms-fullscreen
.embedded--center iframe:-webkit-full-screen,
.embedded--center video:-ms-fullscreen
.embedded--center iframe:-webkit-full-screen,
.embedded--center iframe:-ms-fullscreen
.embedded--center iframe:-webkit-full-screen,
.embedded--center embed:-ms-fullscreen
.embedded--center iframe:-webkit-full-screen,
.embedded--center object:-ms-fullscreen
.embedded--center iframe:-webkit-full-screen,
.embedded--center .embedded__item:-ms-fullscreen
.embedded--center embed:-webkit-full-screen,
.embedded--center video:-ms-fullscreen
.embedded--center embed:-webkit-full-screen,
.embedded--center iframe:-ms-fullscreen
.embedded--center embed:-webkit-full-screen,
.embedded--center embed:-ms-fullscreen
.embedded--center embed:-webkit-full-screen,
.embedded--center object:-ms-fullscreen
.embedded--center embed:-webkit-full-screen,
.embedded--center .embedded__item:-ms-fullscreen
.embedded--center object:-webkit-full-screen,
.embedded--center video:-ms-fullscreen
.embedded--center object:-webkit-full-screen,
.embedded--center iframe:-ms-fullscreen
.embedded--center object:-webkit-full-screen,
.embedded--center embed:-ms-fullscreen
.embedded--center object:-webkit-full-screen,
.embedded--center object:-ms-fullscreen
.embedded--center object:-webkit-full-screen {
  transform: translate(0, 0);
  top: 0;
  left: 0;
}

.embedded--center .embedded__item:-webkit-full-screen, .embedded--center .embedded__item:-moz-full-screen,
.embedded--center .embedded__item:-ms-fullscreen .embedded--center .embedded__item:fullscreen,
.embedded--center video:-webkit-full-screen,
.embedded--center video:-moz-full-screen,
.embedded--center video:-ms-fullscreen .embedded--center .embedded__item:fullscreen,
.embedded--center iframe:-webkit-full-screen,
.embedded--center iframe:-moz-full-screen,
.embedded--center iframe:-ms-fullscreen .embedded--center .embedded__item:fullscreen,
.embedded--center embed:-webkit-full-screen,
.embedded--center embed:-moz-full-screen,
.embedded--center embed:-ms-fullscreen .embedded--center .embedded__item:fullscreen,
.embedded--center object:-webkit-full-screen,
.embedded--center object:-moz-full-screen,
.embedded--center object:-ms-fullscreen .embedded--center .embedded__item:fullscreen,
.embedded--center .embedded__item:-ms-fullscreen
.embedded--center video:fullscreen,
.embedded--center video:-ms-fullscreen
.embedded--center video:fullscreen,
.embedded--center iframe:-ms-fullscreen
.embedded--center video:fullscreen,
.embedded--center embed:-ms-fullscreen
.embedded--center video:fullscreen,
.embedded--center object:-ms-fullscreen
.embedded--center video:fullscreen,
.embedded--center .embedded__item:-ms-fullscreen
.embedded--center iframe:fullscreen,
.embedded--center video:-ms-fullscreen
.embedded--center iframe:fullscreen,
.embedded--center iframe:-ms-fullscreen
.embedded--center iframe:fullscreen,
.embedded--center embed:-ms-fullscreen
.embedded--center iframe:fullscreen,
.embedded--center object:-ms-fullscreen
.embedded--center iframe:fullscreen,
.embedded--center .embedded__item:-ms-fullscreen
.embedded--center embed:fullscreen,
.embedded--center video:-ms-fullscreen
.embedded--center embed:fullscreen,
.embedded--center iframe:-ms-fullscreen
.embedded--center embed:fullscreen,
.embedded--center embed:-ms-fullscreen
.embedded--center embed:fullscreen,
.embedded--center object:-ms-fullscreen
.embedded--center embed:fullscreen,
.embedded--center .embedded__item:-ms-fullscreen
.embedded--center object:fullscreen,
.embedded--center video:-ms-fullscreen
.embedded--center object:fullscreen,
.embedded--center iframe:-ms-fullscreen
.embedded--center object:fullscreen,
.embedded--center embed:-ms-fullscreen
.embedded--center object:fullscreen,
.embedded--center object:-ms-fullscreen
.embedded--center object:fullscreen {
  transform: translate(0, 0);
  top: 0;
  left: 0;
}

/*------------------------------------*    #ICONS
\*------------------------------------*/
.icon {
  display: inline-block;
  fill: currentColor;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}

.tab-left,
.tab-right {
  width: 33px;
  height: 14px;
}

.icon-house {
  width: 372px;
  height: 338px;
  color: #e54d47;
}

.icon-house-project {
  width: 101px;
  height: 131px;
}

.icon-play-btn {
  width: 60px;
  height: 60px;
}

.icon-circle-text {
  width: 87px;
  height: 87px;
  position: absolute;
  left: 55px;
  top: -44px;
  opacity: .7;
  z-index: 10;
}

.video-active .icon-circle-text {
  display: none;
}

.icon-circle-text.color-white {
  opacity: 1;
}

.show-dark .icon-circle-text {
  color: #c5cad2 !important;
}

@media screen and (max-width: 480px) {
  .icon-circle-text {
    display: none;
  }
}

@keyframes bounceButton {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

.icon--big {
  width: 61px;
  height: 60px;
}

.fp-slide.active .icon--big {
  animation: bounceButton .5s ease .4s 2;
}

.icon--opacity-5 {
  opacity: .5;
}

.icon-facebook {
  width: 8px;
}

.icon-menu {
  width: 20px;
}

.icon-close {
  width: 15px;
  height: 15px;
}

.icon-play {
  width: 9px;
  height: 11px;
}

.icon-arrow-top {
  width: 14px !important;
  height: 83px;
}

.icon-vimeo {
  width: 18px;
  height: 14px;
}

.icon-linkedin {
  width: 17px;
  height: 14px;
}

.icon-youtube {
  width: 22px;
  height: 18px;
}

.icon-tumblr {
  width: 9px;
  height: 18px;
}

.icon-up {
  width: 14px;
  height: 9px;
}

.icon-error {
  width: 18px;
  height: 18px;
  color: #ffe509;
  position: absolute;
  right: 9px;
  top: 3px;
}

.icon-mtv {
  width: 64px;
  height: 44px;
}

.icon-bhf {
  width: 68px;
  height: 86px;
}

.icon-heineken {
  width: 146px;
  height: 32px;
}

.icon-fairtrade {
  width: 70px;
  height: 80px;
}

.icon-sony {
  width: 94px;
  height: 18px;
}

.icon-sanyo {
  width: 130px;
  height: 42px;
}

.icon-tesco {
  width: 124px;
  height: 32px;
}

.icon-yn {
  width: 152px;
  height: 24px;
}

.icon-nhs {
  width: 84px;
  height: 34px;
}

.icon-un {
  width: 140px;
  height: 102px;
}

.icon-duk {
  width: 190px;
  height: 34px;
}

.icon-iuk {
  width: 154px;
  height: 22px;
}

.icon-dc {
  width: 76px;
  height: 76px;
}

.icon-variety {
  width: 156px;
  height: 80px;
}

.icon-mfy {
  width: 108px;
  height: 76px;
}

.icon-twitter {
  width: 12px;
  height: 9px;
}

.icon-linkedin {
  width: 10px;
  height: 8px;
}

.icon-arrow-down {
  height: 32px;
  width: 32px;
}

/*------------------------------------*    #SELECT BOX
\*------------------------------------*/
/* ===========================================================
 *
 *  Name:          selectordie_dev.css
 *  Updated:       2014-10-10
 *  Created by:    Per V @ Vst.mn
 *  What?:         Base CSS for Select or Die
 *
 *  Copyright (c) 2014 Per Vestman
 *  Dual licensed under the MIT and GPL licenses.
 *
 *  No, I don't usually comment my CSS, but in this
 *  case it might "help" someone.
 *
 *  Oddny | Cogs 'n Kegs
 * =========================================================== */
/* Remove, change to fit your needs */
.sod_select,
.sod_select * {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select {
  display: inline-block;
  position: relative;
  line-height: 1;
  width: 200px;
  padding: 15px 10px;
  border: 3px solid #5e5e5e;
  background: #ffffff;
  color: #444444;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  outline: 0;
  outline-offset: -2px;
  /* Opera */
  cursor: default;
}

/* Up/Down arrows */
.sod_select:before,
.sod_select:after {
  content: "\25B2";
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 7px;
}

/* Down arrow */
.sod_select:after {
  content: "\25BC";
  top: auto;
  bottom: 12px;
}

/* Change the border color on hover, focus and when open */
.sod_select:hover,
.sod_select.open,
.sod_select.focus {
  border-color: #000000;
}

.sod_select.open {
  color: #919191;
}

.sod_select.focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* When the entire SoD is disabled, go crazy! */
.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed;
}

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px;
}

.sod_select .sod_prefix {
  /* Use this if you're using a prefix and want to style it */
}

.sod_select .sod_placeholder {
  /* Use this if you're using a placeholder and want to style it */
}

/* Options list wrapper */
.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  height: auto;
  width: 200px;
  margin: 0 0 0 -3px;
  background: #ffffff;
  border: 3px solid #000000;
  border-top: none;
  color: #444444;
  font-weight: 300;
  z-index: 1;
}

/* Shows the option list (don't edit) */
.sod_select.open .sod_list_wrapper {
  display: block;
}

/* Don't display the options when  */
.sod_select.disabled.open .sod_list_wrapper {
  display: none;
}

/* When the option list is displayed above the SoD */
.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-top: 3px solid #000000;
  border-bottom: none;
}

/* Options list container */
.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}

/* All the options. Keep the first three lines for truncating... */
.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 10px 10px;
  list-style-type: none;
}

/* Optgroups */
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic;
}

/* Children of an optgroup */
.sod_select .sod_option.groupchild {
  padding-left: 20px;
}

/* Used together with placeholderOption / data-placeholder-option */
.sod_select .sod_option.is-placeholder {
  display: none;
}

/* Disabled option */
.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc;
}

/* Hover state for options, also used when a user uses his/hers up/down keys */
.sod_select .sod_option.active {
  background: #f7f7f7;
  color: #333333;
}

/*Make room for the check mark */
.sod_select .sod_option.selected {
  font-weight: 700;
  padding-right: 25px;
}

/* Displays a check mark for the selected option */
.sod_select .sod_option.selected:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  color: #808080;
  height: 9px;
  width: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
}

/* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
.sod_select.no_highlight .sod_option.selected {
  font-weight: 300;
}

.sod_select.no_highlight .sod_option.selected:before {
  display: none;
}

.sod_select .sod_option.link {
  /* If data-link is set on a specific option */
}

.sod_select .sod_option.linkexternal {
  /* If data-link-external is set on a specific option */
}

/* Hide native select */
.sod_select select {
  display: none !important;
}

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.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;
}

.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");
}

.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");
}

.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;
}

.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");
}

.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");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

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

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.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 {
  transform-style: preserve-3d;
}

.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;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.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;
}

.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;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.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;
}

.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");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/*------------------------------------*    #MAGNIFIC  POPUP
\*------------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*------------------------------------*    #TYPEFORM
\*------------------------------------*/
.typeform-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 85%;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  z-index: 100;
}

.typeform-wrap.is-active {
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.typeform-wrap .btn {
  position: absolute;
  top: 50px;
  right: 50px;
}

.typeform {
  height: 100%;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

/*------------------------------------*    #LIST-BARE
\*------------------------------------*/
/**
 * The list-bare object simply removes any indents and bullet points from lists.
 */
.list-bare {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.list-inline > li {
  display: inline-block;
}

/**
     * Comma delimited list to semantically mark up lists of tags, etc.
     *
     * N.B. This component requires that you remove the whitespace between LIs.
     *      The simplest (and valid) way to achieve this is by omitting the
     *      closing `</li>` tag.
     */
.list-inline--delimited > li + li:before {
  content: ", ";
}

/*------------------------------------*    #BOX
\*------------------------------------*/
/**
 * The box object simply boxes off content.
 */
/**
 * 1. So we can apply the `.box` class to naturally-inline elements.
 */
.box {
  display: block;
  /* [1] */
  padding: 24px;
}

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

/*------------------------------------*    #LAYOUT
\*------------------------------------*/
/**
 * The inuitcss layout system uses `box-sizing: border-box;` and
 * `display: inline-block;` to create an extremely powerful, flexible
 * alternative to the traditional grid system. Combine the layout items with
 * the widths found in `trumps.widths`.
 */
/**
 * Begin a layout group.
 */
.layout {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px;
}

/**
     * 1. Cause columns to stack side-by-side.
     * 2. Space columns apart.
     * 3. Align columns to the tops of each other.
     * 4. Full-width unless told to behave otherwise.
     * 5. Required to combine fluid widths and fixed gutters.
     */
.layout__item {
  display: inline-block;
  /* [1] */
  padding-left: 30px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
}

/**
     * Layouts with tiny gutters.
     */
.layout--tiny {
  margin-left: -8px;
}

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

/**
     * Layouts with small gutters.
     */
.layout--small {
  margin-left: -15px;
}

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

/**
     * Layouts with large gutters.
     */
.layout--large {
  margin-left: -60px;
}

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

/**
     * Layouts with huge gutters.
     */
.layout--huge {
  margin-left: -120px;
}

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

/**
     * Layouts with no gutters.
     */
.layout--flush {
  margin-left: 0;
}

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

/**
     * Reversed rendered order of layout items, e.g. items 1, 2, 3, 4 in your
     * markup will display in order 4, 3, 2, 1 on your page.
     */
.layout--rev {
  direction: rtl;
  text-align: left;
}

.layout--rev > .layout__item {
  direction: ltr;
  text-align: left;
}

/**
     * Align layout items to the vertical centers of each other.
     */
.layout--middle > .layout__item {
  vertical-align: middle;
}

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

/**
     * Make the layout items fill up from the right hand side.
     */
.layout--right {
  text-align: right;
}

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

/**
     * Make the layout items fill up from the center outward.
     */
.layout--center {
  text-align: center;
}

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

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

/*------------------------------------*    #LAYOUT-WHITESPACE-FIX
\*------------------------------------*/
/**
 * The inuitcss layout system uses `display: inline-block;` means that
 * the layout items need their whitespace removing in order for them
 * to work correctly.
 *
 * This extension is based on the font size zero method.
 * Use it only if you can't remove whitespace directly in your HTML.
 *
 * 1. Remove whitespace between child element.
 * 2. Restore font-size to `$inuit-base-font-size` using `font-size` mixin.
 */
.layout {
  font-size: 0;
  /* [1] */
}

.layout__item {
  font-size: 16px;
  font-size: 1rem;
  /* [2] */
}

/*------------------------------------*    #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. Cause children to be automatically equally sized.
 */
.pack {
  width: 100%;
  /* [1] */
  display: table;
  table-layout: fixed;
  /* [2] */
}

/**
     * Cause children to adopt table-like structure.
     */
.pack__item {
  display: table-cell;
  /**
             * All items are aligned to the middles of each other.
             */
}

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

/**
     * Reversed order packs.
     */
.pack--rev {
  direction: rtl;
}

.pack--rev > .pack__item {
  direction: ltr;
}

/*------------------------------------*	#LAYOUT-BOTTOM-GUTTERS
\*------------------------------------*/
/**
 * This extension uses an `:after` pseudo element with negative top margin
 * applied to `.layout` object to negate layout items bottom margin.
 */
/**
 * Default layout.
 *
 * 1. Make sure `:after` pseudo element takes the whole width of its parent.
 * 2. Negate layout item's bottom margin.
 */
.layout:after {
  content: "";
  display: block;
  /* [1] */
  margin-top: -30px;
  /* [2] */
}

.layout__item {
  margin-bottom: 30px;
}

/**
     * Layouts with tiny gutters.
     */
.layout--tiny:after {
  margin-top: -8px;
}

.layout--tiny > .layout__item {
  margin-bottom: 8px;
}

/**
     * Layouts with small gutters.
     */
.layout--small:after {
  margin-top: -15px;
}

.layout--small > .layout__item {
  margin-bottom: 15px;
}

/**
     * Layouts with large gutters.
     */
.layout--large:after {
  margin-top: -60px;
}

.layout--large > .layout__item {
  margin-bottom: 60px;
}

/**
     * Layouts with huge gutters.
     */
.layout--huge:after {
  margin-top: -120px;
}

.layout--huge > .layout__item {
  margin-bottom: 120px;
}

/**
     * Layouts with no gutters.
     */
.layout--flush:after {
  margin-top: 0;
}

.layout--flush > .layout__item {
  margin-bottom: 0;
}

/*!
 * fullPage 2.7.9
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body, html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

#superContainer {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}

.fp-section {
  position: relative;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all .3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: scroll;
}

.fp-notransition {
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all .1s ease-in-out;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial,helvetica,sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section {
  height: auto !important;
}
/*------------------------------------*    #MENU
\*------------------------------------*/
.menu-trigger {
  color: white;
  position: fixed;
  top: 45px;
  right: 40px;
  z-index: 20;
  padding: 10px 15px;
  display: block;
  transition: top 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
}

.projects-in-view .menu-trigger {
  top: 100px;
}

@media screen and (max-width: 770px) {
  .projects-in-view .menu-trigger {
    top: 90px;
  }
}

@media screen and (max-width: 600px) {
  .projects-in-view .menu-trigger {
    top: 66px;
  }
}

.projects-in-view .menu-trigger.is-active {
  top: 45px;
}

.menu-trigger .icon {
  vertical-align: top;
  display: block;
}

.menu-trigger .icon-close {
  display: none;
}

.show-dark .menu-trigger .icon-close {
  color: #fff;
}

.show-dark .menu-trigger .icon-close:hover {
  color: #cccccc;
}

.menu-trigger.is-active .icon-close {
  display: block;
}

.menu-trigger.is-active .icon-menu {
  display: none;
}

.show-dark .menu-trigger {
  color: #000;
}

.show-dark .menu-trigger:hover {
  color: black;
}

@media screen and (max-width: 769px) {
  .menu-trigger {
    top: 20px;
    right: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .show-dark.fp-viewing-section3 .menu-trigger {
    color: #fff;
  }
}

.menu {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 15;
  transform: translate3d(0, -100%, 0);
  transition: all 0.3s cubic-bezier(0.76, 0.17, 0.33, 0.95);
  opacity: 0;
}

.menu ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: center;
}

.menu a {
  font-size: 14px;
  font-weight: 500;
  color: #8d8d8d;
  transition: all .2s ease;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  position: relative;
  text-transform: uppercase;
}

.menu a:hover, .menu a.active {
  text-decoration: none;
  color: white;
  font-size: 24px;
  font-weight: 900;
}

@media screen and (min-width: 1300px) {
  .menu a:hover, .menu a.active {
    font-size: 36px;
  }
}

.menu a:before, .menu a:after {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background-color: #ce2c2c;
  left: 300%;
  bottom: 50%;
  opacity: 0;
  transition: none;
  position: absolute;
  z-index: 2;
  display: none;
}

.menu a:after {
  left: auto;
  right: 300%;
}

@media screen and (min-width: 1300px) {
  .menu a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}

.menu.is-active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.menu-logo {
  height: 40px;
  margin-bottom: 15px;
}

.menu-home {
  position: absolute;
  top: 50px;
  left: 50px;
  color: #fff;
  transition: top 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
  z-index: 10;
}

.projects-in-view .menu-home {
  top: 108px;
}

@media screen and (max-width: 770px) {
  .menu-home {
    display: none;
  }
}

.show-dark .menu-home {
  color: #000;
}

.home .menu-home {
  display: none;
}

.menu-home .icon {
  width: 16px;
  height: 20px;
}

.menu-home:hover {
  text-decoration: none;
}

.menu-home:hover span {
  opacity: 1;
  visibility: visible;
}

.menu-home span {
  color: inherit;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  vertical-align: sub;
  margin-left: 5px;
  opacity: 0;
  visibility: hidden;
  transition: .2s ease;
}

/*------------------------------------*    #INPUTS
\*------------------------------------*/
/**
 * Base input styles.
 */
.input {
  -webkit-appearance: none;
  /* removing inner shadow on iOS inputs */
  -webkit-font-smoothing: inherit;
  box-sizing: border-box;
  transition: all .2s ease;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  display: inline-block;
  font-family: "brandongrotesque", sans-serif;
  font-size: 16px;
  padding: 0 10px;
  /* remove browser defaults */
  vertical-align: middle;
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.input:invalid {
  box-shadow: none;
  /* fixes mozilla red outline (shadow) */
}

.input[readonly] {
  cursor: text;
}

.input::-ms-clear {
  display: none;
  /* remove IE clear icon */
}

.input::-webkit-input-placeholder {
  color: white;
}

.input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

.input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

.input:-ms-input-placeholder {
  color: white;
}

/**
 * Primary input.
 */
.input--primary {
  /**
     * @hover
     */
  /**
     * @focus
     */
  /**
     * Error state.
     */
}

.input--primary:hover {
  border-bottom-color: white;
}

.input--primary:focus {
  border-bottom-color: white;
}

.is-error .input--primary, .input--primary.is-error {
  border-color: #ff8688;
}

.input--dark {
  background-color: #000;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  height: 47px;
  border-bottom: none;
}

.input--round {
  border-radius: 23px;
}

/**
 * Textarea input.
 */
.input--textarea {
  resize: none;
  overflow: hidden;
  min-height: 0;
}

.input--textarea:focus {
  min-height: 60px;
}

.label-placeholder {
  position: relative;
  display: block;
}

.label-placeholder span {
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  display: block;
  font-family: "brandongrotesque", sans-serif;
  vertical-align: middle;
  width: 100%;
  height: 30px;
  line-height: 30px;
  z-index: 1;
  transition: all .2s ease;
  padding: 0 10px;
  font-weight: 500;
}

.label-placeholder .input {
  position: relative;
  z-index: 2;
}

.label-placeholder .input[required]:valid + span {
  font-size: 12px;
  margin-top: -30px;
  opacity: .7;
}

@media screen and (max-width: 769px) {
  .label-placeholder .input[required]:valid + span {
    margin-top: -20px;
  }
}

.label-placeholder .input[required]:invalid + span {
  margin-top: 0;
  font-size: 16px;
}

.label-placeholder .input[required]:focus + span {
  font-size: 12px;
  margin-top: -30px;
  opacity: .7;
}

@media screen and (max-width: 769px) {
  .label-placeholder .input[required]:focus + span {
    margin-top: -20px;
  }
}

/*------------------------------------*    #PRIMARY BUTTON
\*------------------------------------*/
/**
 * Primary button.
 */
.btn--primary {
  -webkit-font-smoothing: inherit;
  transition: all .2s ease;
  background-color: white;
  border-radius: 0;
  color: #000;
  font-weight: 700;
  height: 47px;
  line-height: 43px;
  width: auto;
  padding: 0 35px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "brandongrotesque", sans-serif;
  box-sizing: border-box;
  border-radius: 23px;
  letter-spacing: 2px;
  border: 2px solid white;
  /**
     * @hover
     */
  /**
     * @active
     */
  /**
     * @disabled
     */
}

@media screen and (min-width: 1025px) {
  .btn--primary {
    font-size: 12px;
    line-height: 45px;
  }
}

.btn--primary:not(:disabled):hover, .btn--primary:not(:disabled):focus {
  background-color: transparent;
  border-color: white;
  color: white;
}

.btn--primary:disabled:hover {
  background-color: transparent;
  border-color: white;
  color: white;
}

@media screen and (max-width: 770px) {
  .btn--primary {
    padding: 0 25px;
    letter-spacing: 1px;
  }
}

.btn--quote {
  position: absolute;
  top: 39px;
  right: 105px;
  z-index: 3;
}

.show-dark .btn--quote {
  color: white;
  background-color: black;
  border: 2px solid black;
  /**
         * @hover
         */
}

.show-dark .btn--quote:not(:disabled):hover, .show-dark .btn--quote:not(:disabled):focus {
  background-color: transparent;
  color: black;
  border-color: black;
}

@media screen and (max-width: 770px) {
  .btn--quote {
    right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    top: 1px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 50px;
    font-size: 12px;
  }
}

.btn--dive-in {
  height: 58px;
  line-height: 58px;
  padding: 0 45px;
  border-radius: 29px;
}

/*------------------------------------*    #SITE LOGO
\*------------------------------------*/
.site-logo {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 164px;
  margin-bottom: 60px;
  transition-delay: .2s;
  margin-top: 30px;
}

@media screen and (orientation: landscape) and (max-width: 700px) {
  .site-logo {
    width: 56px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 700px) {
  .site-logo {
    margin-bottom: 10px;
    width: 56px;
    height: auto;
  }
}

@media screen and (orientation: portrait) and (max-width: 700px) {
  .site-logo {
    margin-top: -20px;
  }
}

/*------------------------------------*    #SLIDER MAIN
\*------------------------------------*/
.video-active .fullpage {
  z-index: 1000;
}

.fullpage-nav {
  position: fixed;
  top: 50%;
  left: 20px;
  z-index: 100;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

.section {
  position: relative;
}

.section .slide {
  position: relative;
}

.section .slide p {
  color: #000;
}

.section .slide img {
  width: auto;
  height: auto;
  max-height: 80vh;
  max-width: 100%;
}

@media screen and (max-width: 769px) {
  .section .slide {
    text-align: center;
  }
  .section .slide .text-right, .section .slide .layout--rev {
    text-align: center !important;
  }
  .section .slide .text-right .layout__item, .section .slide .layout--rev .layout__item {
    text-align: center !important;
  }
}

@media screen and (max-width: 769px) {
  .section #slide1 .fp-tableCell {
    vertical-align: top;
  }
}

.section .slide__tag {
  color: #000;
}

@media screen and (max-width: 770px) {
  .section .slide__text {
    display: none;
  }
}

.section .info-icon {
  position: absolute;
  color: white;
  display: none;
  top: 95px;
  left: 25px;
  z-index: 20;
}

.section .info-icon .icon {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 770px) {
  .section .info-icon {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .section .info-icon {
    top: 70px;
  }
}

.section .layout__item .info-icon {
  top: 5px;
  right: 25px;
  left: auto;
}

.section .bgr-light .info-icon {
  color: #000;
}

@media screen and (max-width: 1023px) {
  .section .slide-header {
    margin-bottom: 0;
  }
  .section .slide-header h1, .section .slide-header h2, .section .slide-header p, .section .slide-header .slide__tag {
    position: relative;
    z-index: 3;
  }
  .section .slide-header h1, .section .slide-header .slide__tag {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .section .slide-header h1 {
    bottom: 134px;
    margin-bottom: 0;
  }
  .section .slide-header .slide__tag {
    bottom: 110px;
  }
  .section .slide-image img {
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    left: 50%;
  }
  .section .container {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
  }
  .section #slide1 .container {
    padding: 0;
  }
  .section .container {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section.section--8 .container {
    position: relative;
  }
}

@media screen and (orientation: portrait) and (max-width: 770px) {
  .section .slide img {
    max-height: 100%;
    max-width: 80vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 770px) {
  .section .slide img {
    max-height: 100%;
    max-width: 80vw;
  }
}

@media screen and (max-width: 481px) {
  .section .slide-header {
    padding: 60px 0 0 20px;
    margin-bottom: 0;
  }
  .section .slide-header .slide__tag {
    bottom: 65px;
  }
  .section .slide-header h1 {
    font-size: 24px;
    bottom: 120px;
    white-space: nowrap;
  }
  .section .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section.section--5 {
    background-color: #4f8ae2;
  }
  .section.section--5:before {
    display: none;
  }
  .section.section--6 {
    background-color: #a0dff6;
  }
}

.fp-slidesNav {
  left: 50px !important;
  top: 50%;
  margin-left: 0 !important;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
  counter-reset: slides-num;
  -ms-user-select: none;
      user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.fp-slidesNav:before {
  content: '';
  width: 83px;
  height: 1px;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 10px;
}

.show-dark .fp-slidesNav:before {
  background-color: #000;
}

@media screen and (max-width: 1024px) {
  .fp-slidesNav:before {
    width: auto;
    height: auto;
    background-color: transparent;
    top: 0;
    content: 'Swipe';
    color: white;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-right: 0;
    background-color: transparent !important;
  }
  .show-dark .fp-slidesNav:before {
    color: #000;
  }
}

.fp-slidesNav:after {
  content: counter(slides-num);
  display: block;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  left: -123px;
  top: -13px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
  color: white;
  font-weight: 400;
}

.show-dark .fp-slidesNav:after {
  color: #000;
}

@media screen and (max-width: 1024px) {
  .fp-slidesNav:after {
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -ms-transform-origin: center center;
        transform-origin: center center;
    left: auto;
    top: auto;
    margin-left: 22px;
    font-size: 16px;
  }
}

.video-active .fp-slidesNav {
  z-index: 0;
}

.fp-slidesNav ul {
  font-size: 0;
}

.fp-slidesNav ul li {
  width: auto;
  height: auto;
  border-radius: 0;
  margin: 0;
  transition: all .2s ease;
  vertical-align: middle;
  counter-increment: slides-num;
  position: static;
}

@media screen and (max-width: 1024px) {
  .fp-slidesNav ul li {
    transition: none;
  }
}

.fp-slidesNav .is-active {
  margin-right: 30px;
}

.fp-slidesNav .is-active:before {
  content: counter(slides-num) " /";
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  position: absolute;
  left: -100px;
  top: -13px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
  color: white;
  font-weight: 400;
  width: 20px;
  text-align: right;
}

.show-dark .fp-slidesNav .is-active:before {
  color: #000;
}

@media screen and (max-width: 1024px) {
  .fp-slidesNav .is-active:before {
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -ms-transform-origin: center center;
        transform-origin: center center;
    left: auto;
    top: auto;
    font-size: 16px;
  }
}

.fp-slidesNav a {
  padding: 0 5px;
  height: 25px !important;
  width: 2px !important;
}

.fp-slidesNav a span {
  height: 25px !important;
  width: 2px !important;
  display: block !important;
  background-color: white !important;
  border-radius: 0 !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  margin: 0 !important;
}

.show-dark .fp-slidesNav a span {
  background-color: #000 !important;
}

@media screen and (max-width: 1024px) {
  .fp-slidesNav a {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .fp-slidesNav {
    -ms-transform: rotate(0deg) translateX(5px);
        transform: rotate(0deg) translateX(5px);
    top: auto;
    left: 50% !important;
    -ms-transform-origin: center center;
        transform-origin: center center;
    bottom: 67px;
  }
}

@media screen and (max-width: 769px) {
  .fp-slidesNav {
    bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .fp-slidesNav {
    bottom: 45px;
  }
}

.fp-controlArrow {
  position: absolute;
  right: 55px !important;
  left: auto !important;
  top: 50%;
  width: 107px !important;
  height: auto;
  background-image: url("images/icon-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 53px 14px;
  opacity: .6;
  transition: all .2s ease;
  border: none;
  margin: 0;
  padding: 10px 0;
  color: white;
}

.fp-controlArrow:before {
  content: 'Prev';
  font-weight: 400;
}

.fp-controlArrow:hover {
  opacity: 1;
}

.show-dark .fp-controlArrow {
  color: #000;
  opacity: 1;
  background-image: url("images/icon-arrow-left-dark.svg");
}

.show-dark .fp-controlArrow:hover {
  opacity: .5;
}

.video-active .fp-controlArrow {
  display: none;
}

@media screen and (max-width: 1024px) {
  .fp-controlArrow {
    top: auto !important;
    bottom: 45px !important;
    right: 50% !important;
    left: auto !important;
    width: 33px !important;
    background-position: 0 50%;
    -ms-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
  }
  .fp-controlArrow:before {
    display: none !important;
  }
}

@media screen and (max-width: 769px) {
  .fp-controlArrow {
    bottom: 30px !important;
  }
}

@media screen and (max-width: 480px) {
  .fp-controlArrow {
    bottom: 25px !important;
  }
}

.fp-next {
  background-image: url("images/icon-arrow-right.svg");
  top: auto;
  bottom: 50%;
}

.fp-next:before {
  content: 'Next';
}

.show-dark .fp-next {
  background-image: url("images/icon-arrow-right-dark.svg");
}

@media screen and (max-width: 1024px) {
  .fp-next {
    right: auto !important;
    left: 50% !important;
    background-position: 100% 50%;
    -ms-transform: translate(50px, 0);
        transform: translate(50px, 0);
  }
}

/*------------------------------------*    #SLIDE 1
\*------------------------------------*/
.section--1 {
  text-align: center;
  color: white;
}

.section--1 .bgr-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.section--1 .bgr-slider:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.section--1 .swiper-slide {
  background-size: cover;
  background-position: 50% 50%;
}

.section--1 .section--1-content {
  position: relative;
  z-index: 2;
}

.section--1 .section--1-content * {
  opacity: 0;
  -ms-transform: translateY(40px);
      transform: translateY(40px);
  transition: opacity .8s ease, transform .8s ease;
}

@media screen and (max-width: 769px) {
  .section--1 .section--1-content {
    max-width: 605px;
    padding: 0 10px;
    margin: 0 auto;
  }
}

.section--1 h1 {
  transition-delay: .3s;
  font-size: 48px;
  line-height: 1.2em;
  max-width: 1000px;
  margin: 0 auto 35px auto;
  text-transform: uppercase;
}

@media screen and (max-width: 1440px) {
  .section--1 h1 {
    font-size: 38px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 770px) {
  .section--1 h1 {
    margin-bottom: 25px;
    font-size: 36px;
  }
}

@media screen and (max-width: 700px) {
  .section--1 h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media screen and (orientation: landscape) and (max-width: 700px) {
  .section--1 h1 {
    margin-bottom: 10px;
  }
}

.section--1 p {
  transition-delay: .6s;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  max-width: 565px;
  margin: 0 auto 35px auto;
  letter-spacing: 0.1em;
  line-height: 1.67em;
  white-space: pre-wrap;
}

@media screen and (max-width: 481px) {
  .section--1 p {
    white-space: normal;
  }
}

@media screen and (max-width: 770px) {
  .section--1 p {
    margin: 0 auto 25px auto;
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .section--1 p {
    font-size: 14px;
    margin: 0 auto 15px auto;
  }
}

@media screen and (orientation: landscape) and (max-width: 700px) {
  .section--1 p {
    font-size: 12px;
    margin: 0 auto 10px auto;
  }
}

.section--1 .btn {
  transition-delay: .8s;
  margin-bottom: 30px;
}

@media screen and (max-width: 1025px) {
  .section--1 .btn {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  .section--1 .btn {
    margin-bottom: 5px;
  }
}

.section--1 .view-work {
  transition-delay: 1s;
}

.section--1 .view-work > * {
  display: block;
  font-weight: 500;
  font-size: 20px;
}

.section--1 .view-work a {
  color: #fff;
  text-decoration: underline;
}

.section--1 .view-work a:hover {
  text-decoration: none;
}

@media screen and (orientation: landscape) and (max-width: 700px) {
  .section--1 .view-work span {
    display: none;
  }
}

.anim-start .section--1 * {
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
}

.section--1 .scroll-down {
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 70px;
  right: 55px;
  z-index: 4;
}

@media screen and (max-width: 769px) {
  .section--1 .scroll-down {
    display: none;
  }
}

.section--1 .scroll-down-wrap {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  -ms-transform-origin: right bottom;
      transform-origin: right bottom;
  white-space: nowrap;
}

.section--1 .scroll-down-wrap .icon {
  width: 73px;
  margin-right: 30px;
}

@media screen and (max-width: 769px) {
  .section--1 .fp-tableCell {
    padding-left: 0;
    padding-right: 0;
  }
}

.section--1 .swipe-box, .section--1 .swipe-box--mobile {
  display: none;
  z-index: 2;
}

.section--1 .swipe-box a, .section--1 .swipe-box--mobile a {
  color: white;
}

.section--1 .swipe-box a:hover, .section--1 .swipe-box--mobile a:hover {
  text-decoration: none;
}

.section--1 .swipe-box span, .section--1 .swipe-box--mobile span {
  display: block;
  text-align: center;
  font-size: 10px;
  letter-spacing: .1em;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1;
  color: white;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .section--1 .swipe-box, .section--1 .swipe-box--mobile {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 30px;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}

.section--1 .swipe-box--mobile {
  display: none;
}

.slimScrollBar {
  opacity: 0 !important;
}

.scroll-to-projects {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 1.8%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  text-align: center;
  z-index: 20;
  animation: 2s animateIcon infinite;
}

@keyframes animateIcon {
  0%, 20%, 50%, 80%, 100% {
    transform: translate3d(-50%, 0, 0);
  }
  40% {
    transform: translate3d(-50%, -10px, 0);
  }
  60% {
    transform: translate3d(-50%, -5px, 0);
  }
}

/*------------------------------------*    #SLIDE 2
\*------------------------------------*/
.section--2 #slide1 {
  background-color: #f4cc9e;
}

@media screen and (max-width: 481px) {
  .section--2 #slide1 img {
    top: 35%;
    max-height: 65%;
  }
}

.section--2 #slide2 {
  background-color: #1bb18b;
}

.section--2 #slide2 .img-container {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.section--2 #slide3 {
  background-color: #faf5ea;
  text-align: center;
}

.section--2 #slide5 {
  background-color: #27292d;
}

@media screen and (max-width: 481px) {
  .section--2 #slide5 .img-container {
    background-position: center right -90px;
    background-repeat: no-repeat;
  }
}

.section--2 #slide5 img {
  width: 190px;
}

/*------------------------------------*    #SLIDE 3
\*------------------------------------*/
.section--3 {
  background-color: #ffda00;
  color: white;
}

.section--3 p.slide__text,
.section--3 .slide__tag,
.section--3 h1 {
  color: #27292d;
}

@media screen and (max-width: 481px) {
  .section--3 #slide1 img {
    top: 45%;
    max-height: 50%;
  }
}

.section--3 #slide2 {
  background-color: #ffc600;
}

.section--3 #slide3 {
  background-color: #90579f;
}

.section--3 #slide4 {
  background-color: #00b9e3;
}

/*------------------------------------*    #SLIDE 4
\*------------------------------------*/
@media screen and (max-width: 481px) {
  .section--4 #slide1 img {
    top: 45%;
    max-height: 50%;
  }
}

/*------------------------------------*    #SLIDE 5
\*------------------------------------*/
.section--5 {
  background-color: #236ddb;
  color: white;
}

.section--5 p.slide__text,
.section--5 .slide__tag {
  color: white;
}

.section--5:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("images/slide5-bgr.svg");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  opacity: .1;
  z-index: 1;
  background-size: 1210px auto;
}

@media screen and (max-width: 481px) {
  .section--5 #slide1 img {
    max-height: 60%;
    top: 40%;
  }
}

.section--5 .slide2, .section--5 .section--7 .slide3, .section--7 .section--5 .slide3, .section--5 .section--7 .slide4, .section--7 .section--5 .slide4 {
  background-color: #9d2fad;
}

.section--5 .slide3 {
  background-color: #8dc640;
}

.section--5 .slide4 {
  background-color: #236ddb;
}

/*------------------------------------*    #SLIDE 6
\*------------------------------------*/
.section--6 {
  background-color: #88d7f4;
  color: white;
}

.section--6 h1,
.section--6 p.slide__text,
.section--6 .slide__tag {
  color: #fff;
}

.section--6 .slide1 .video-play--full {
  background-color: rgba(107, 214, 245, 0.5);
}

.section--6 .slide2, .section--6 .section--7 .slide3, .section--7 .section--6 .slide3, .section--6 .section--7 .slide4, .section--7 .section--6 .slide4 {
  background-color: #183991;
}

.section--6 .slide3 {
  background-color: #f68a1f;
}

.section--6 .slide4 {
  background-color: #08bbee;
}

/*------------------------------------*    #SLIDE 7
\*------------------------------------*/
.section--7 {
  background-color: #f1f4f5;
}

.section--7 .slide1 {
  color: #8c95a5;
  background-color: #ebc94e;
}

.section--7 .slide1 h1 {
  color: #000;
}

.section--7 .slide1 .video-play__content .icon--big {
  color: #000;
}

.section--7 .slide1 .video-play__content span {
  color: #000;
}

.section--7 .slide1 .video-play--full {
  background-color: rgba(238, 202, 88, 0.5);
}

.section--7 .slide2, .section--7 .slide3, .section--7 .slide4 {
  color: white;
  background-image: url("images/moneyguru-slide2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section--7 .slide2 .container--small, .section--7 .slide3 .container--small, .section--7 .slide4 .container--small {
  padding-top: 0;
  padding-bottom: 0;
}

.section--7 .slide2 .icon-circle-text, .section--7 .slide3 .icon-circle-text, .section--7 .slide4 .icon-circle-text, .section--7 .slide2 .icon-menu, .section--7 .slide3 .icon-menu, .section--7 .slide4 .icon-menu {
  color: white;
}

.section--7 .slide3 {
  background-image: url("images/moneyguru-slide3.jpg");
}

.section--7 .slide4 {
  background-image: url("images/moneyguru-slide4.jpg");
}

/*------------------------------------*    #SLIDE 9
\*------------------------------------*/
.section--9 {
  background-color: #00b9e4;
}

/*------------------------------------*    #SLIDE 10
\*------------------------------------*/
.section--10 {
  background-color: #27292d;
  padding: 0;
  text-align: center;
  position: relative;
}

.section--10 .container {
  height: auto;
}

/*------------------------------------*    #MAGNIFIC POPUP CUSTOM STYLES
\*------------------------------------*/
.mfp-container {
  padding: 50px 0 !important;
  background-color: white;
}

.magnific-popup {
  padding: 0;
}

.magnific-popup .mfp-close {
  position: absolute;
  right: -15px;
  bottom: 100%;
  top: auto;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  opacity: 1;
  padding: 20px;
  color: #b9c0c9;
  width: 55px;
  height: 50px;
  line-height: 0;
}

.magnific-popup .mfp-close .icon {
  position: relative;
  z-index: 1;
}

.magnific-popup .mfp-close:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.magnific-popup button.mfp-close {
  display: none;
}

.mfp-content {
  margin: 0 auto;
  max-width: 672px;
  color: #8c95a5;
  padding: 0 15px;
  background-color: white;
}

.mfp-content h2 {
  color: black;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.mfp-bg {
  background-color: transparent;
}

.magnific-animate {
  opacity: 0;
  transition: all .3s ease;
  -ms-transform: translate(0, -30px);
      transform: translate(0, -30px);
}

/**
   * Fade-move animation for first dialog
   */
/* start state */
.my-mfp-zoom-in .magnific-animate {
  opacity: 0;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .magnific-animate {
  opacity: 1;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .magnific-animate {
  opacity: 0;
  -ms-transform: translate(0, -30px);
      transform: translate(0, -30px);
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: .001;
  /* Chrome opacity transition bug */
  transition: all .3s ease;
}

/* animate in */
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*------------------------------------*    #VIDEO SECTION
\*------------------------------------*/
.section--video {
  background-color: #fff;
}

.section--video .icon-play-btn {
  color: #000;
  margin-bottom: 25px;
}

.section--video .icon-play-btn:hover {
  color: rgba(0, 0, 0, 0.85);
}

@media screen and (orientation: landscape) and (max-width: 700px) {
  .section--video .icon-play-btn {
    margin-bottom: 15px;
    margin-top: 15px;
    height: 50px;
    width: 50px;
  }
}

.section--video .js-video-play {
  display: block;
}

.video-play-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .video-play-content img {
    height: 70vh;
  }
}

.video-play-content > * {
  opacity: 0;
  -ms-transform: translateY(40px);
      transform: translateY(40px);
  transition: transform .6s ease .3s, opacity 1s ease .3s;
}

.video-play-content span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
}

.section.active .video-play-content > * {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.section.active .video-play-content > *:nth-child(1) {
  transition-delay: .5s;
}

.section.active .video-play-content > *:nth-child(2) {
  transition-delay: .8s;
}

.section.active .video-play-content > *:nth-child(3) {
  transition-delay: 1.1s;
}

@media screen and (max-width: 700px) {
  .video-play-content .icon-house {
    width: 188px;
    height: 170px;
  }
}

@media screen and (orientation: landscape) and (max-width: 700px) {
  .video-play-content .icon-house {
    width: 150px;
    height: auto;
  }
}

.video-player {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -ms-transform: scale(0);
      transform: scale(0);
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden;
}

.video-active .video-player {
  z-index: 1000;
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.pause-icon {
  position: absolute;
  left: 50%;
  top: 50%;
}

.js-video-player {
  height: 0;
  height: 100vh;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 2;
}

.js-video-player .vimeo {
  padding-top: 0;
}

.js-video-player .widescreen {
  padding-bottom: 57.25%;
}

.js-video-player embed, .js-video-player iframe, .js-video-player object, .js-video-player video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-player__close {
  position: absolute;
  top: 30px;
  right: 50px;
  padding: 20px;
  z-index: 3;
  display: none;
}

@media screen and (max-width: 481px) {
  .video-player__close {
    top: 95px;
  }
}

.video-active .video-player__close {
  display: block;
}

.video-play {
  text-align: center;
  white-space: nowrap;
}

.video-play--down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  top: auto;
  right: auto;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  color: white;
  z-index: 3;
  display: block;
}

.video-play--down span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px !important;
}

.video-play--down:hover {
  text-decoration: none;
}

.video-active .video-play--down {
  display: none;
}

.show-dark .video-play--down {
  color: #8c95a5;
}

.show-dark .video-play--down:hover {
  color: #596272;
}

@media screen and (max-width: 1024px) {
  .video-play--down {
    bottom: 85px;
  }
}

.video-play--full {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  top: 0;
  left: 0;
  color: white;
}

.video-play--full .video-play__content {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 130px;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.video-play__content .icon {
  margin-bottom: 20px;
}

.video-play__content svg {
  color: black;
}

.video-play__content span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .video-play__content span {
    display: none;
  }
}

/*------------------------------------*    #PARTNERS
\*------------------------------------*/
.partners {
  text-align: center;
}

@media screen and (max-width: 1025px) {
  .partners {
    height: auto !important;
  }
}

@media screen and (max-width: 769px) {
  .partners .layout__item:nth-child(6) ~ .layout__item {
    display: none;
  }
}

.partners__item {
  height: 0;
  padding-bottom: 53.9%;
  position: relative;
  display: block;
}

@media screen and (max-width: 1024px) {
  .partners__item {
    padding-bottom: 50%;
  }
}

@media screen and (max-width: 769px) {
  .partners__item {
    padding-bottom: 60%;
  }
  .partners__item img {
    max-width: calc(100% - 40px);
  }
}

.partners__item .icon {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  max-width: calc(100% - 90px);
  max-height: 80%;
  transition: all .3s ease;
}

.partners__item .icon-fairtrade {
  color: black;
}

.partners__item .icon-hover {
  display: block;
  color: #95a1b6;
  transition: all .3s ease;
}

.partners__item:hover .icon {
  display: block;
}

.partners__item:hover .icon-hover {
  display: none;
}

/*------------------------------------*    #CONTACT
\*------------------------------------*/
.contact {
  background-color: #06b8cb;
  color: white;
  padding: 150px 0 110px;
}

.contact h2 {
  margin-bottom: 20px;
}

.contact h3 {
  font-size: 24px;
  line-height: 1.35em;
  margin-bottom: 38px;
}

@media screen and (max-width: 770px) {
  .contact {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .contact {
    padding: 250px 0;
  }
}

.contact p {
  font-weight: 500;
}

.subscribe {
  position: relative;
  min-height: 25px;
}

.subscribe__form .input {
  min-width: 280px;
}

@media screen and (max-width: 770px) {
  .subscribe__form .input {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 481px) {
  .subscribe__form .input {
    min-width: 0;
  }
}

@media screen and (max-width: 770px) {
  .subscribe__form .btn--primary {
    margin-bottom: 20px;
  }
}

.successful-submit .subscribe__form h3 {
  -ms-transform: translateX(-1000px);
      transform: translateX(-1000px);
  transition: all .3s ease;
}

.successful-submit .subscribe__form .media__img {
  -ms-transform: translateX(-1000px);
      transform: translateX(-1000px);
  transition: all .3s ease .2s;
}

.successful-submit .subscribe__form .media__body {
  -ms-transform: translateX(-1000px);
      transform: translateX(-1000px);
  transition: all .3s ease .4s;
}

.subscribe__message {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 1200px) {
  .subscribe__message {
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}

.subscribe__message h2 {
  margin-bottom: 0;
  text-align: center;
  font-size: 0;
}

.successful-submit .subscribe__message h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
  transition: all .4s ease .7s;
}

.social {
  color: white;
  padding: 70px 0;
  position: relative;
}

.social .btn--primary {
  font-size: 10px;
}

.social .justifize ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 0;
}

.social .justifize ul li {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 770px) {
  .social .justifize ul li {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
}

.social .justifize ul li:not(:first-child) {
  margin-left: 30px;
}

@media screen and (max-width: 1300px) {
  .social .justifize ul li:not(:first-child) {
    margin-left: 15px;
  }
}

.social .justifize ul a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: black;
  display: block;
  position: relative;
}

.social .justifize ul a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.social .justifize ul a:hover {
  background-color: white;
  color: black;
}

.social .footer-main__nav-md {
  display: none;
  margin-bottom: 50px;
}

.social .footer-main__nav-md a {
  color: #64686f;
  font-weight: 400;
}

.social .footer-main__nav-md a:hover {
  text-decoration: none;
  color: white;
}

.social .footer-main__nav-md ul {
  font-size: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.social .footer-main__nav-md li {
  display: inline-block;
  font-size: 10px;
}

.social .footer-main__nav-md li:not(:last-child) {
  margin-right: 30px;
}

.social .media__body {
  float: left;
  overflow: visible;
}

@media screen and (max-width: 770px) {
  .social {
    padding: 20px 0 40px;
  }
  .social .media__body, .social .media__img {
    margin-right: 12px;
    margin-left: 12px;
  }
}

@media screen and (max-width: 1200px) {
  .social {
    padding-top: 50px;
  }
  .social .justifize__box {
    margin-bottom: 20px;
  }
  .social .justifize, .social .justifize__box {
    display: block;
    text-align: center;
  }
  .social .media__img {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .social .media__body {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .social .footer-main__nav-md {
    display: none;
  }
}

@media screen and (max-width: 770px) {
  .social {
    padding-top: 0px;
  }
}

@media screen and (max-width: 600px) {
  .social .footer-main__nav-md {
    margin-bottom: 30px;
  }
  .social .footer-main__nav-md ul {
    font-size: 0;
  }
  .social .footer-main__nav-md li {
    text-align: left;
    width: 50%;
    display: inline-block;
    margin-right: 0 !important;
    padding-left: 20%;
    margin-bottom: 10px;
  }
  .social .footer-main__nav-md a {
    padding: 10px 0;
    display: block;
  }
}

@media screen and (max-width: 481px) {
  .social .media__img, .social .media__body {
    display: block;
  }
  .social .input {
    max-width: 100%;
  }
}

.social__item {
  color: white;
}

.social__item:hover {
  text-decoration: none;
}

.social__item:hover .social__text {
  color: white;
}

.social__img, .social__text {
  display: inline-block;
  vertical-align: middle;
}

.social__text {
  color: #64686f;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all .2s ease;
}

/*------------------------------------*    #images
\*------------------------------------*/
.img-default {
  display: none;
}

@media screen and (max-width: 1500px) {
  .img-default {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.img-large {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1500px) {
  .img-large {
    display: none;
  }
}

.img-small {
  display: none;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 481px) {
  .img-small {
    display: block;
    background-size: 100% auto;
  }
  .img-small + .img-default {
    display: none;
  }
}

/*------------------------------------*    #DATEPICKER
\*------------------------------------*/
.datepicker__wrapper {
  position: relative;
}

.datepicker__wrapper:after {
  display: block;
  width: 14px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background-image: url("images/icon-arrow-down-white.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: '';
  opacity: .6;
  transition: all .2s ease;
  z-index: 2;
}

@media screen and (max-width: 1025px) {
  .datepicker__wrapper:after {
    display: none;
  }
}

.datepicker__wrapper .input {
  z-index: 1;
}

.datepicker__wrapper .input::-webkit-input-placeholder {
  font-weight: 500;
}

.datepicker__wrapper .input:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 500;
}

.datepicker__wrapper .input::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 500;
}

.datepicker__wrapper .input:-ms-input-placeholder {
  font-weight: 500;
}

@media screen and (max-width: 1366px) {
  .datepicker__wrapper {
    position: static;
  }
}

@media screen and (orientation: landscape) and (max-width: 1025px) {
  .datepicker__wrapper {
    position: static;
  }
}

.picker {
  margin-top: 10px;
  color: #95a1b6;
}

@media screen and (orientation: landscape) and (max-width: 1025px) {
  .picker {
    position: absolute;
    top: 20px;
    right: 30px;
    left: 30px;
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 1366px) {
  .picker {
    position: absolute;
    top: 50px;
    right: 50px;
    left: 50px;
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 481px) {
  .picker {
    top: 40px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
}

.picker__day {
  border-radius: 50%;
  height: 0;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.picker__day--infocus {
  transition: all .2s ease;
}

.picker__day--infocus:hover {
  background-color: #c8cfd9 !important;
  color: white;
}

.picker__day--highlighted, .picker--focused .picker__day--highlighted {
  background-color: transparent;
  color: #95a1b6;
}

.picker__day--today {
  color: #000 !important;
}

.picker__day--today:before {
  display: none;
}

.picker__input--active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.picker__input--active ~ ::after {
  -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg);
}

.picker__holder {
  overflow: hidden;
  -ms-transform: translate(0, 0) !important;
      transform: translate(0, 0) !important;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  max-width: 100%;
}

.picker--opened .picker__holder {
  -ms-transform: translate(0, 0) !important;
      transform: translate(0, 0) !important;
}

.picker__box {
  padding: 20px 30px 10px;
}

@media screen and (min-width: 768px) and (max-width: 1499px) {
  .picker__box {
    padding: 10px 5px 0px;
  }
}

@media screen and (max-width: 480px) {
  .picker__box {
    padding: 10px 5px 0px;
  }
}

.picker__month, .picker__year {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 900;
  font-style: normal;
  color: black;
  margin: 0 4px;
}

.picker__weekday {
  font-size: 16px;
  color: #95a1b6;
  font-weight: 300;
}

.picker__table {
  margin: 30px 0 10px;
}

.picker__footer {
  display: none;
}

.picker__nav--prev:before, .picker__nav--next:before {
  background-image: url("images/icon-arrow-small-right-gray.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .5;
  transition: all .2s ease;
}

.picker__nav--prev:hover, .picker__nav--next:hover {
  background-color: transparent;
}

.picker__nav--prev:hover:before, .picker__nav--next:hover:before {
  opacity: 1;
}

.picker__nav--prev:before {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.picker__day--outfocus, .picker__day--disabled {
  color: #95a1b6 !important;
  opacity: .4 !important;
  background-color: transparent !important;
}

.picker__day--outfocus:hover, .picker__day--disabled:hover {
  background-color: transparent !important;
}

.picker__day--selected {
  background-color: #06b5df !important;
  color: white !important;
}

/*------------------------------------*    #SELECT
\*------------------------------------*/
.sod_select {
  box-shadow: none !important;
  color: white !important;
  text-transform: none;
  width: 100%;
  cursor: text;
  display: block;
  z-index: 100;
}

.sod_select .sod_list_wrapper {
  border: none;
  color: #95a1b6;
  font-weight: 300 !important;
  padding: 20px 50px;
  width: 100%;
  margin: 10px 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1499px) {
  .sod_select .sod_list_wrapper {
    padding: 20px 30px 10px;
  }
}

@media screen and (max-width: 480px) {
  .sod_select .sod_list_wrapper {
    padding: 20px 20px 10px;
  }
}

.sod_select .sod_option {
  cursor: pointer;
}

.sod_select .sod_option.active {
  color: #95a1b6;
  background-color: transparent;
}

.sod_select .sod_option.active:before {
  background-color: #95a1b6;
}

.sod_select .sod_option.selected {
  font-weight: 300 !important;
  color: black !important;
}

.sod_select .sod_option.selected:before {
  background-color: #06b5df;
}

.sod_select .sod_option:before {
  content: '';
  display: block;
  background-image: url("images/checked-white.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 15px 11px !important;
  background-position: 50% 50% !important;
  width: 30px !important;
  height: 30px !important;
  position: absolute;
  right: 0 !important;
  top: 50%;
  border-radius: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  background-color: #c8cfd9;
  transition: all .2s ease;
}

.sod_select .sod_label {
  font-weight: 500;
}

.sod_select .sod_option {
  padding: 5px 0;
}

.sod_select:before, .sod_select:after {
  display: none;
}

.sod_select:before {
  display: block;
  width: 14px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background-image: url("images/icon-arrow-down-white.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: '';
  opacity: .6;
  transition: all .2s ease;
}

.sod_select.open, .sod_select.focus {
  border-bottom-color: rgba(255, 255, 255, 0.3) !important;
}

.sod_select:hover {
  border-bottom-color: white;
}

/*------------------------------------*    #QUOTE FORM
\*------------------------------------*/
.quote-section {
  min-height: 100vh;
}

.quote-section .tableize {
  min-height: 100vh;
}

.quote-form {
  transition: all .2s ease;
}

.successful-submit .quote-form {
  -ms-transform: scale(0);
      transform: scale(0);
}

.quote-form .input--error {
  border-bottom: 1px solid #ffe509;
  color: transparent;
}

.quote-form .error {
  width: 100%;
  position: absolute;
  top: 3px;
  left: 10px;
  opacity: 0;
  transition: all ease .2s;
}

.quote-form .error p {
  color: #ffe509;
  font-weight: 500;
}

.quote-form .error.is-active {
  opacity: 1;
}

/*------------------------------------*    #THANK YOU
\*------------------------------------*/
.thank-you {
  text-align: center;
  color: white;
  max-width: 630px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0);
}

.thank-you img {
  width: 97px;
  margin-bottom: 55px;
}

@media screen and (max-width: 769px) {
  .thank-you img {
    margin-bottom: 20px;
  }
}

.thank-you h2 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  color: inherit;
  font-weight: 900;
  margin-bottom: 10px;
}

@media screen and (max-width: 769px) {
  .thank-you h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.thank-you p {
  margin-bottom: 10px;
}

.thank-you a {
  color: white;
  text-decoration: underline;
}

.successful-submit .thank-you {
  transform: translate3d(-50%, -50%, 0) scale(1);
  transition: all .5s ease .5s;
}

/*------------------------------------*    #FOOTER MAIN
\*------------------------------------*/
.footer-main {
  background-color: black;
  padding: 30px 0;
  position: relative;
}

.footer-main small, .footer-main a {
  color: #64686f;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 10px 0;
  display: block;
}

.footer-main a:hover {
  text-decoration: none;
  color: white;
}

.footer-main ul {
  font-size: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.footer-main li {
  display: inline-block;
}

.footer-main li:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 700px) {
  .footer-main {
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  .footer-main .justifize, .footer-main .justifize__box {
    display: block;
    text-align: center;
  }
}

.back-to-top-wrap {
  white-space: nowrap;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
  .back-to-top-wrap {
    left: auto;
    top: auto;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    position: relative;
  }
}

.back-to-top {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  color: white;
  padding: 10px 0;
}

.back-to-top span {
  font-weight: 400;
  color: white;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.back-to-top .icon {
  width: 83px;
}

.back-to-top:hover {
  text-decoration: none;
}

/*------------------------------------*    #PROJECTS NAVIGATION
\*------------------------------------*/
.projects {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media screen and (max-width: 1025px) {
  .projects {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.projects h2 {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.1em;
  margin-top: 42px;
  margin-bottom: 13px;
}

@media screen and (max-width: 1025px) {
  .projects h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 481px) {
  .projects h2 {
    margin-top: 20px;
  }
}

.public .circle-icon,
.hospitality .circle-icon {
  display: none;
}

.projects-hospitality,
.projects-public {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: width 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
}

@media screen and (max-width: 1025px) {
  .projects-hospitality,
  .projects-public {
    width: 100%;
  }
}

@media screen and (max-width: 481px) {
  .projects-hospitality,
  .projects-public {
    padding-top: 20px;
  }
}

.projects-hospitality:hover,
.projects-public:hover {
  width: 60%;
  text-decoration: none;
}

@media screen and (max-width: 1025px) {
  .projects-hospitality:hover,
  .projects-public:hover {
    width: 100%;
  }
}

.projects-hospitality p,
.projects-public p {
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 1440px) {
  .projects-hospitality p,
  .projects-public p {
    font-size: 18px;
  }
}

@media screen and (max-width: 481px) {
  .projects-hospitality p,
  .projects-public p {
    font-size: 14px;
    padding: 0 15px;
  }
}

.projects-hospitality.is-active,
.projects-public.is-active {
  width: 185%;
}

.projects-public {
  color: #000;
}

.projects-public:hover .icon-animation {
  visibility: visible;
  opacity: 1;
}

.projects-public:hover .house-left {
  -ms-transform: translateX(-170px);
      transform: translateX(-170px);
}

.projects-public:hover .house-right {
  -ms-transform: translateX(195px);
      transform: translateX(195px);
}

.projects-public:hover .tree-left {
  -ms-transform: translateX(-75px);
      transform: translateX(-75px);
  transition: all .3s ease .4s;
}

.projects-public:hover .tree-right {
  -ms-transform: translateX(70px);
      transform: translateX(70px);
  transition: all .3s ease .45s;
}

.projects-public:hover .grass-left {
  transition: all .3s ease .65s;
  -ms-transform: translateX(-187px);
      transform: translateX(-187px);
}

.projects-public:hover .grass-right {
  transition: all .3s ease .65s;
  -ms-transform: translateX(25px);
      transform: translateX(25px);
}

.projects-public:hover .men {
  transition: all .3s ease .85s;
}

.projects-public:hover .street-light {
  transition: all .3s ease .85s;
}

.projects-public:hover .car {
  transition: all .5s ease 1s;
  -ms-transform: translateX(-135px);
      transform: translateX(-135px);
}

.project-icons {
  position: relative;
}

@media screen and (max-width: 1025px) {
  .project-icons {
    display: none;
  }
}

.icon-animation {
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.house-left {
  width: 171px;
  height: 129px;
  left: 0;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition: all .5s ease .1s;
}

.house-right {
  width: 195px;
  height: 129px;
  right: 0;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition: all .5s ease .1s;
}

.tree-left {
  width: 58px;
  height: 100px;
  -ms-transform: translateX(0);
      transform: translateX(0);
  z-index: 5;
  transition: all .3s ease .25s;
}

.tree-right {
  width: 52px;
  height: 110px;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition: all .3s ease .25s;
}

.grass-right {
  width: 38px;
  height: 23px;
  z-index: 17;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition: all .3s ease .3s;
}

.grass-left {
  width: 31px;
  height: 19px;
  z-index: 6;
  -ms-transform: translateX(-130px);
      transform: translateX(-130px);
  transition: all .3s ease .3s;
}

.men {
  width: 13px;
  height: 44px;
  -ms-transform: translateX(135px);
      transform: translateX(135px);
  transition: all .3s ease .1s;
}

.street-light {
  width: 31px;
  height: 76px;
  -ms-transform: translateX(155px);
      transform: translateX(155px);
  transition: all .3s ease .1s;
}

.car,
.car-night {
  bottom: -12px;
  transition: all .3s ease .1s;
  z-index: 10;
}

.car {
  -ms-transform: translateX(-170px);
      transform: translateX(-170px);
  width: 72px;
  height: 38px;
}

.car-night {
  -ms-transform: translateX(-180px);
      transform: translateX(-180px);
  width: 120px;
  height: 38px;
}

.entrance {
  width: 91px;
  height: 37px;
  z-index: 16;
  left: 5px;
  bottom: 8px;
  transition: all .65s ease .1s;
}

.first-floor-left,
.first-floor-right {
  width: 44px;
  height: 37px;
  bottom: 49px;
  z-index: 16;
}

.first-floor-left {
  left: 5px;
  transition: all .5s ease .1s;
}

.first-floor-right {
  right: 5px;
  transition: all .5s ease .1s;
}

.icon-house-project {
  position: relative;
  transition: color .65s ease .1s;
  z-index: 16;
}

.projects-hospitality {
  background-color: #165a9f;
  color: #fff;
}

.projects-hospitality:hover .icon-animation {
  visibility: visible;
  opacity: 1;
}

.projects-hospitality:hover .icon-house-project {
  color: #000;
  transition: color .65s ease .1s;
}

.projects-hospitality:hover .house-left {
  -ms-transform: translateX(-170px);
      transform: translateX(-170px);
}

.projects-hospitality:hover .house-right {
  -ms-transform: translateX(195px);
      transform: translateX(195px);
}

.projects-hospitality:hover .tree-left {
  -ms-transform: translateX(-75px);
      transform: translateX(-75px);
  transition: all .3s ease .4s;
}

.projects-hospitality:hover .tree-right {
  -ms-transform: translateX(70px);
      transform: translateX(70px);
  transition: all .3s ease .45s;
}

.projects-hospitality:hover .grass-left {
  transition: all .3s ease .65s;
  -ms-transform: translateX(-187px);
      transform: translateX(-187px);
}

.projects-hospitality:hover .grass-right {
  transition: all .3s ease .65s;
  -ms-transform: translateX(25px);
      transform: translateX(25px);
}

.projects-hospitality:hover .street-light {
  transition: all .3s ease .85s;
}

.projects-hospitality:hover .car-night {
  transition: all .5s ease 1s;
  -ms-transform: translateX(-135px);
      transform: translateX(-135px);
}

.projects-hospitality:hover .entrance {
  transition: all .5s ease .8s;
}

.projects-hospitality:hover .first-floor-left {
  transition: all .5s ease .9s;
}

.projects-hospitality:hover .first-floor-right {
  transition: all .5s ease 1s;
}

.project-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media screen and (max-width: 481px) {
  .project-content img {
    max-width: 230px;
  }
}

@media screen and (max-width: 481px) {
  .project-content h2 {
    font-size: 24px;
  }
}

.project-text {
  max-width: 435px;
  min-width: 300px;
}

.project-text p:last-of-type {
  text-transform: uppercase;
  display: none;
  display: block;
  font-size: 12px;
}

.project-text p:last-of-type:hover {
  text-decoration: underline;
}

.hospitality-projects,
.public-projects {
  display: none;
}

.projects--active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 10;
  -ms-transform: translateY(-115%);
      transform: translateY(-115%);
  transition: transform 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
}

.projects-in-view .projects--active.is-visible {
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.projects--active a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: rgba(255, 255, 255, 0.4);
  transition: opacity .3s ease;
}

.show-dark .projects--active a {
  color: rgba(0, 0, 0, 0.2);
}

.show-dark .projects--active a.is-active {
  color: #000;
}

.projects--active a.is-active {
  color: #fff;
}

.projects--active a:hover {
  opacity: .7;
  text-decoration: none;
}

@media screen and (max-width: 481px) {
  .projects--active a {
    font-size: 12px;
  }
}

@media screen and (max-width: 481px) {
  .projects--active a span {
    display: none;
  }
}

.projects--active .projects-hospitality,
.projects--active .projects-public {
  background-color: transparent;
  position: relative;
}

@media screen and (max-width: 1025px) {
  .projects--active .projects-hospitality,
  .projects--active .projects-public {
    width: 50%;
  }
}

@media screen and (max-width: 481px) {
  .projects--active .projects-hospitality,
  .projects--active .projects-public {
    padding-top: 0;
  }
}

.projects--active .projects-hospitality.is-active,
.projects--active .projects-public.is-active {
  width: 185%;
}

@media screen and (max-width: 1025px) {
  .projects--active .projects-hospitality.is-active,
  .projects--active .projects-public.is-active {
    width: 50%;
  }
}

.projects--active .projects-hospitality.is-active:hover,
.projects--active .projects-public.is-active:hover {
  width: 185%;
}

@media screen and (max-width: 1025px) {
  .projects--active .projects-hospitality.is-active:hover,
  .projects--active .projects-public.is-active:hover {
    width: 50%;
  }
}

.projects--active .projects-hospitality.is-active a,
.projects--active .projects-public.is-active a {
  color: #fff;
}

.show-dark .projects--active .projects-hospitality.is-active a, .show-dark
.projects--active .projects-public.is-active a {
  color: #000;
}

.projects--active .projects-hospitality.is-active a:hover,
.projects--active .projects-public.is-active a:hover {
  color: #fff;
}

.projects--active .projects-hospitality.is-active .arrow-down,
.projects--active .projects-public.is-active .arrow-down {
  width: 0;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-top: none;
  border-left: none;
  -ms-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg);
  position: absolute;
  top: 54px;
  left: 50%;
}

.show-dark .projects--active .projects-hospitality.is-active .arrow-down, .show-dark
.projects--active .projects-public.is-active .arrow-down {
  border-color: rgba(0, 0, 0, 0.1);
}

.show-dark .projects--active .projects-hospitality.is-active .arrow-down:before, .show-dark .projects--active .projects-hospitality.is-active .arrow-down:after, .show-dark
.projects--active .projects-public.is-active .arrow-down:before, .show-dark
.projects--active .projects-public.is-active .arrow-down:after {
  background-color: rgba(0, 0, 0, 0.1);
}

.projects--active .projects-hospitality.is-active .arrow-down:before, .projects--active .projects-hospitality.is-active .arrow-down:after,
.projects--active .projects-public.is-active .arrow-down:before,
.projects--active .projects-public.is-active .arrow-down:after {
  content: '';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.25);
  height: 1px;
  width: 5000px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.show-dark .projects--active .projects-hospitality.is-active .arrow-down:before, .show-dark .projects--active .projects-hospitality.is-active .arrow-down:after, .show-dark
.projects--active .projects-public.is-active .arrow-down:before, .show-dark
.projects--active .projects-public.is-active .arrow-down:after {
  border-color: rgba(0, 0, 0, 0.2);
}

.projects--active .projects-hospitality.is-active .arrow-down:before,
.projects--active .projects-public.is-active .arrow-down:before {
  left: 12px;
  bottom: 11px;
  -ms-transform-origin: left top;
      transform-origin: left top;
}

.projects--active .projects-hospitality.is-active .arrow-down:after,
.projects--active .projects-public.is-active .arrow-down:after {
  right: 12px;
  top: 12px;
  -ms-transform-origin: right top;
      transform-origin: right top;
}

.projects--active .projects-hospitality:not(.is-active):hover,
.projects--active .projects-public:not(.is-active):hover {
  width: 50%;
}

.projects--active .projects-public {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.show-dark .projects--active .projects-public {
  border-color: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1025px) {
  .public-responsive,
  .hospitality-responsive {
    display: none;
  }
}

/*------------------------------------*    #ABOUT
\*------------------------------------*/
.about {
  text-align: center;
}

.about-content h2 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 300;
  margin: 0 auto;
  line-height: normal;
  white-space: pre-wrap;
}

@media screen and (max-width: 1440px) {
  .about-content h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 700px) {
  .about-content h2 {
    font-size: 24px;
    margin-bottom: 0;
    margin-bottom: 15px;
    white-space: normal;
  }
}

@media screen and (max-width: 481px) {
  .about-content h2 {
    font-size: 20px;
  }
}

.about-content > p {
  font-size: 24px;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .about-content > p {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  .about-content > p {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .about-content > p {
    display: none;
  }
}

.about-content > p:first-of-type {
  max-width: 705px;
}

.about-content > p:last-of-type {
  margin-top: 30px;
}

@media screen and (max-width: 1440px) {
  .about-content > p:last-of-type {
    margin-top: 5px;
  }
}

.about-content > p a {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}

.about-content > p a:hover {
  text-decoration: none;
  color: #4d4d4d;
}

@media screen and (max-width: 700px) {
  .about-content {
    padding: 0 15px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}

.about-content p {
  padding-bottom: 60px;
}

@media screen and (max-width: 700px) {
  .about-content p {
    padding-bottom: 20px;
  }
}

.about-team {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .about-team {
    padding-top: 20px;
  }
}

.about-team .btn-left,
.about-team .btn-right {
  position: absolute;
  top: 40px;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 701px) {
  .about-team .btn-left,
  .about-team .btn-right {
    display: none;
  }
}

.about-team .btn-left {
  left: 30px;
}

.about-team .btn-right {
  right: 30px;
}

.about-team-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  text-align: center;
  padding: 0 80px;
  background-color: #fff;
}

.about-team-item.current {
  z-index: 10;
}

.about-team-item h3 {
  font-size: 32px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1440px) {
  .about-team-item h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 700px) {
  .about-team-item h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 770px) {
  .about-team-item {
    padding: 0 35px;
  }
}

@media screen and (max-width: 700px) {
  .about-team-item {
    padding: 0 8px;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}

.about-team-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
}

.about-team-image.michael {
  background-size: 125% auto;
  background-position: top left -15px;
}

@media screen and (max-width: 1440px) {
  .about-team-image {
    height: 160px;
    width: 160px;
  }
}

@media screen and (max-width: 700px) {
  .about-team-image {
    height: 100px;
    width: 100px;
  }
}

.about-team-text p {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.about-team-social {
  display: -ms-flexbox;
  display: flex;
}

.about-team-social a {
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  background-color: #cfd1d3;
  color: #fff;
  border-radius: 50%;
  margin: 0 5px;
}

.about-team-social .twitter:hover {
  background-color: #1da1f2;
}

.about-team-social .linkedin:hover {
  background-color: #0077b5;
}

/*------------------------------------*    #CALL TO ACTION
\*------------------------------------*/
.cta-section {
  background-color: #00b9e4;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 481px) {
  .cta-section {
    padding: 0 15px;
  }
}

.cta-section h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: black;
}

@media screen and (max-width: 770px) {
  .cta-section h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 481px) {
  .cta-section h2 {
    font-size: 24px;
  }
}

.cta-section p {
  font-size: 48px;
  font-weight: 300;
  max-width: 850px;
  margin: 28px auto 55px;
  line-height: 1.3em;
}

@media screen and (max-width: 770px) {
  .cta-section p {
    font-size: 36px;
    padding: 0 35px;
  }
}

@media screen and (max-width: 481px) {
  .cta-section p {
    font-size: 24px;
    padding: 0;
  }
}

.featured-clients {
  max-width: 1240px;
  margin: 155px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  display: none;
}

.featured-clients a {
  color: #7fe7ff;
}

.featured-clients a:hover {
  color: #fff;
}

/*------------------------------------*    #SERVICES
\*------------------------------------*/
.services {
  background-color: #27292d;
  background-image: url("images/services/img-1.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}

@media screen and (max-width: 1025px) {
  .services {
    background-size: auto;
  }
}

@media screen and (max-width: 1025px) {
  .services .layout__item {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 720px) {
  .services {
    background-image: none !important;
  }
}

.tab-content {
  display: none;
}

.tab-content.current {
  display: inherit;
}

.tabs-wrap {
  max-width: 1298px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  list-style-type: none;
  position: relative;
}

@media screen and (max-width: 720px) {
  .tabs-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.tab-nav {
  background-color: transparent;
  border: none;
  color: #fff;
  position: absolute;
  top: 0px;
  padding: 0;
}

@media screen and (min-width: 721px) {
  .tab-nav {
    display: none;
  }
}

.next-left {
  left: 15px;
}

.next-right {
  right: 15px;
}

.tabs {
  text-align: center;
  margin: 0;
}

.tab-link {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.2);
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 10;
  cursor: pointer;
}

@media screen and (max-width: 1025px) {
  .tab-link {
    font-size: 36px;
  }
}

@media screen and (max-width: 720px) {
  .tab-link {
    font-size: 18px;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .tab-link:not(.current) {
    visibility: hidden;
  }
}

.tab-link:not(:last-child) {
  margin-right: 80px;
}

@media screen and (max-width: 1025px) {
  .tab-link:not(:last-child) {
    margin-right: 70px;
  }
}

@media screen and (max-width: 720px) {
  .tab-link:not(:last-child) {
    margin-right: 0px;
  }
}

.tab-link:hover, .tab-link.current {
  text-decoration: none;
  color: #fff;
}

.tab-content {
  padding-top: 123px;
}

@media screen and (max-width: 1440px) {
  .tab-content {
    padding-top: 50px;
  }
}

.branding-tab.current:before,
.motion-tab.current:before,
.digital-tab.current:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: -1;
}

.branding-tab.current:before {
  height: 149px;
  width: 149px;
  border-radius: 50%;
  background-color: #ffd43f;
}

@media screen and (max-width: 1025px) {
  .branding-tab.current:before {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 720px) {
  .branding-tab.current:before {
    width: 49px;
    height: 49px;
  }
}

.motion-tab.current:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 74px 0 74px 128px;
  border-color: transparent transparent transparent #ff3f79;
}

@media screen and (max-width: 1025px) {
  .motion-tab.current:before {
    border-width: 49px 0 49px 78px;
  }
}

@media screen and (max-width: 720px) {
  .motion-tab.current:before {
    border-width: 23px 0 23px 35px;
  }
}

.digital-tab.current:before {
  width: 128px;
  height: 149px;
  background-color: #00b9e4;
}

@media screen and (max-width: 1025px) {
  .digital-tab.current:before {
    width: 78px;
    height: 99px;
  }
}

@media screen and (max-width: 720px) {
  .digital-tab.current:before {
    width: 35px;
    height: 40px;
  }
}

.services-list {
  list-style-type: none;
}

@media screen and (max-width: 1025px) {
  .services-list {
    max-width: 500px;
    margin: 0 auto;
  }
}

.services-list li {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 43px;
}

.services-list li:not(:last-child) {
  padding-bottom: 15px;
}

@media screen and (max-width: 720px) {
  .services-list li:not(:last-child) {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 720px) {
  .services-list li {
    font-size: 14px;
    padding-left: 22px;
  }
}

.services-list li:before, .services-list li:after {
  content: '';
  background-color: #ffd43f;
  position: absolute;
  left: 2px;
  top: 15px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

@media screen and (max-width: 1025px) {
  .services-list li:before, .services-list li:after {
    top: 17px;
  }
}

@media screen and (max-width: 720px) {
  .services-list li:before, .services-list li:after {
    top: 10px;
  }
}

.services-list li:before {
  height: 2px;
  width: 24px;
}

@media screen and (max-width: 720px) {
  .services-list li:before {
    width: 13px;
  }
}

.services-list li:after {
  width: 2px;
  height: 10px;
}

@media screen and (max-width: 720px) {
  .services-list li:after {
    height: 7px;
    left: 1px;
  }
}

.motion-tab-content .services-list li:before, .motion-tab-content .services-list li:after {
  background-color: #ff3f79;
}

.digital-tab-content .services-list li:before, .digital-tab-content .services-list li:after {
  background-color: #00b9e4;
}

/*------------------------------------*    #Case study paladar
\*------------------------------------*/
.case-study-paladar #slide1 {
  background-image: url("images/paladar/slide-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.case-study-paladar h1,
.case-study-paladar .slide p,
.case-study-paladar .slide__tag {
  color: #fff;
}

@media screen and (max-width: 770px) {
  .case-study-paladar #slide2 .img-default {
    display: none;
  }
}

@media screen and (max-width: 770px) {
  .case-study-paladar #slide2 .img-small {
    display: block;
  }
}

/*------------------------------------*    #SHAME
\*------------------------------------*/
.is-invisible {
  transition: all .1s ease;
  opacity: 0 !important;
  visibility: hidden !important;
}

/**
 * Completely remove from the flow but leave available to screen readers and
 * keyboard users (if input is visually hidden).
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.is-visually-hidden {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 1px !important;
  position: absolute !important;
}

.is-hidden {
  display: none !important;
}

.inline-block {
  display: inline-block !important;
}

.is-not-scroll {
  overflow: hidden !important;
}

.is-scrollable {
  overflow: auto !important;
}

.is-scrollable-visible {
  overflow: visible !important;
}

.is-scrollable-y {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.is-scrollable-x {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

/**
 * Flag fix.
 */
.flag--fix .flag__img {
  width: 1px;
}

.flag--fix .flag__body {
  width: auto;
}

/*------------------------------------*    #WORDPRESS SHAME
\*------------------------------------*/
/*------------------------------------*    #SPACING
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/**
     * Margin helper classes.
     *
     * Add margins.
     */
.m {
  margin: 24px !important;
}

.mt {
  margin-top: 24px !important;
}

.mr {
  margin-right: 24px !important;
}

.mb, .content-main p {
  margin-bottom: 24px !important;
}

.ml {
  margin-left: 24px !important;
}

.mh {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mv {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/**
     * Add tiny margins.
     */
.m-- {
  margin: 6px !important;
}

.mt-- {
  margin-top: 6px !important;
}

.mr-- {
  margin-right: 6px !important;
}

.mb-- {
  margin-bottom: 6px !important;
}

.ml-- {
  margin-left: 6px !important;
}

.mh-- {
  margin-right: 6px !important;
  margin-left: 6px !important;
}

.mv-- {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

/**
     * Add small margins.
     */
.m- {
  margin: 12px !important;
}

.mt- {
  margin-top: 12px !important;
}

.mr- {
  margin-right: 12px !important;
}

.mb- {
  margin-bottom: 12px !important;
}

.ml- {
  margin-left: 12px !important;
}

.mh- {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.mv- {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

/**
     * Add large margins.
     */
.m\+ {
  margin: 48px !important;
}

.mt\+ {
  margin-top: 48px !important;
}

.mr\+ {
  margin-right: 48px !important;
}

.mb\+ {
  margin-bottom: 48px !important;
}

.ml\+ {
  margin-left: 48px !important;
}

.mh\+ {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.mv\+ {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

/**
     * Add huge margins.
     */
.m\+\+ {
  margin: 96px !important;
}

.mt\+\+ {
  margin-top: 96px !important;
}

.mr\+\+ {
  margin-right: 96px !important;
}

.mb\+\+ {
  margin-bottom: 96px !important;
}

.ml\+\+ {
  margin-left: 96px !important;
}

.mh\+\+ {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

.mv\+\+ {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

/**
     * Remove margins.
     */
.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mh0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/**
     * Negative margins.
     */
.-m {
  margin: -24px !important;
}

.-mt {
  margin-top: -24px !important;
}

.-mr {
  margin-right: -24px !important;
}

.-mb {
  margin-bottom: -24px !important;
}

.-ml {
  margin-left: -24px !important;
}

.-mh {
  margin-right: -24px !important;
  margin-left: -24px !important;
}

.-mv {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

/**
     * Large negative margins.
     */
.-m\+ {
  margin: -48px !important;
}

.-mt\+ {
  margin-top: -48px !important;
}

.-mr\+ {
  margin-right: -48px !important;
}

.-mb\+ {
  margin-bottom: -48px !important;
}

.-ml\+ {
  margin-left: -48px !important;
}

.-mh\+ {
  margin-right: -48px !important;
  margin-left: -48px !important;
}

.-mv\+ {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}

/**
     * Padding helper classes.
     *
     * Add paddings.
     */
.p {
  padding: 24px !important;
}

.pt {
  padding-top: 24px !important;
}

.pr {
  padding-right: 24px !important;
}

.pb {
  padding-bottom: 24px !important;
}

.pl {
  padding-left: 24px !important;
}

.ph {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.pv {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/**
     * Add tiny paddings.
     */
.p-- {
  padding: 6px !important;
}

.pt-- {
  padding-top: 6px !important;
}

.pr-- {
  padding-right: 6px !important;
}

.pb-- {
  padding-bottom: 6px !important;
}

.pl-- {
  padding-left: 6px !important;
}

.ph-- {
  padding-right: 6px !important;
  padding-left: 6px !important;
}

.pv-- {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

/**
     * Add small paddings.
     */
.p- {
  padding: 12px !important;
}

.pt- {
  padding-top: 12px !important;
}

.pr- {
  padding-right: 12px !important;
}

.pb- {
  padding-bottom: 12px !important;
}

.pl- {
  padding-left: 12px !important;
}

.ph- {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.pv- {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/**
     * Add large paddings.
     */
.p\+ {
  padding: 48px !important;
}

.pt\+ {
  padding-top: 48px !important;
}

.pr\+ {
  padding-right: 48px !important;
}

.pb\+ {
  padding-bottom: 48px !important;
}

.pl\+ {
  padding-left: 48px !important;
}

.ph\+ {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.pv\+ {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

/**
     * Add huge paddings.
     */
.p\+\+ {
  padding: 96px !important;
}

.pt\+\+ {
  padding-top: 96px !important;
}

.pr\+\+ {
  padding-right: 96px !important;
}

.pb\+\+ {
  padding-bottom: 96px !important;
}

.pl\+\+ {
  padding-left: 96px !important;
}

.ph\+\+ {
  padding-right: 96px !important;
  padding-left: 96px !important;
}

.pv\+\+ {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

/**
     * Remove paddings.
     */
.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.ph0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.pv0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/*------------------------------------*    #SPACING-RESPONSIVE
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/**
     * Margin helper classes.
     *
     * Add margins.
     */
@media screen and (min-width: 481px) and (max-width: 769px) {
  .medium-m {
    margin: 24px !important;
  }
  .medium-mt {
    margin-top: 24px !important;
  }
  .medium-mr {
    margin-right: 24px !important;
  }
  .medium-mb {
    margin-bottom: 24px !important;
  }
  .medium-ml {
    margin-left: 24px !important;
  }
  .medium-mh {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .medium-mv {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-m {
    margin: 24px !important;
  }
  .medium-and-up-mt {
    margin-top: 24px !important;
  }
  .medium-and-up-mr {
    margin-right: 24px !important;
  }
  .medium-and-up-mb {
    margin-bottom: 24px !important;
  }
  .medium-and-up-ml {
    margin-left: 24px !important;
  }
  .medium-and-up-mh {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .medium-and-up-mv {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
  .large-m {
    margin: 24px !important;
  }
  .large-mt {
    margin-top: 24px !important;
  }
  .large-mr {
    margin-right: 24px !important;
  }
  .large-mb {
    margin-bottom: 24px !important;
  }
  .large-ml {
    margin-left: 24px !important;
  }
  .large-mh {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .large-mv {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 770px) {
  .large-and-up-m {
    margin: 24px !important;
  }
  .large-and-up-mt {
    margin-top: 24px !important;
  }
  .large-and-up-mr {
    margin-right: 24px !important;
  }
  .large-and-up-mb {
    margin-bottom: 24px !important;
  }
  .large-and-up-ml {
    margin-left: 24px !important;
  }
  .large-and-up-mh {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .large-and-up-mv {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-m {
    margin: 24px !important;
  }
  .extralarge-and-up-mt {
    margin-top: 24px !important;
  }
  .extralarge-and-up-mr {
    margin-right: 24px !important;
  }
  .extralarge-and-up-mb {
    margin-bottom: 24px !important;
  }
  .extralarge-and-up-ml {
    margin-left: 24px !important;
  }
  .extralarge-and-up-mh {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .extralarge-and-up-mv {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

/**
     * Add tiny margins.
     */
@media screen and (min-width: 481px) and (max-width: 769px) {
  .medium-m-- {
    margin: 6px !important;
  }
  .medium-mt-- {
    margin-top: 6px !important;
  }
  .medium-mr-- {
    margin-right: 6px !important;
  }
  .medium-mb-- {
    margin-bottom: 6px !important;
  }
  .medium-ml-- {
    margin-left: 6px !important;
  }
  .medium-mh-- {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .medium-mv-- {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-m-- {
    margin: 6px !important;
  }
  .medium-and-up-mt-- {
    margin-top: 6px !important;
  }
  .medium-and-up-mr-- {
    margin-right: 6px !important;
  }
  .medium-and-up-mb-- {
    margin-bottom: 6px !important;
  }
  .medium-and-up-ml-- {
    margin-left: 6px !important;
  }
  .medium-and-up-mh-- {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .medium-and-up-mv-- {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
  .large-m-- {
    margin: 6px !important;
  }
  .large-mt-- {
    margin-top: 6px !important;
  }
  .large-mr-- {
    margin-right: 6px !important;
  }
  .large-mb-- {
    margin-bottom: 6px !important;
  }
  .large-ml-- {
    margin-left: 6px !important;
  }
  .large-mh-- {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .large-mv-- {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
}

@media screen and (min-width: 770px) {
  .large-and-up-m-- {
    margin: 6px !important;
  }
  .large-and-up-mt-- {
    margin-top: 6px !important;
  }
  .large-and-up-mr-- {
    margin-right: 6px !important;
  }
  .large-and-up-mb-- {
    margin-bottom: 6px !important;
  }
  .large-and-up-ml-- {
    margin-left: 6px !important;
  }
  .large-and-up-mh-- {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .large-and-up-mv-- {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-m-- {
    margin: 6px !important;
  }
  .extralarge-and-up-mt-- {
    margin-top: 6px !important;
  }
  .extralarge-and-up-mr-- {
    margin-right: 6px !important;
  }
  .extralarge-and-up-mb-- {
    margin-bottom: 6px !important;
  }
  .extralarge-and-up-ml-- {
    margin-left: 6px !important;
  }
  .extralarge-and-up-mh-- {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .extralarge-and-up-mv-- {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
}

/**
     * Add small margins.
     */
@media screen and (min-width: 481px) and (max-width: 769px) {
  .medium-m- {
    margin: 12px !important;
  }
  .medium-mt- {
    margin-top: 12px !important;
  }
  .medium-mr- {
    margin-right: 12px !important;
  }
  .medium-mb- {
    margin-bottom: 12px !important;
  }
  .medium-ml- {
    margin-left: 12px !important;
  }
  .medium-mh- {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .medium-mv- {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-m- {
    margin: 12px !important;
  }
  .medium-and-up-mt- {
    margin-top: 12px !important;
  }
  .medium-and-up-mr- {
    margin-right: 12px !important;
  }
  .medium-and-up-mb- {
    margin-bottom: 12px !important;
  }
  .medium-and-up-ml- {
    margin-left: 12px !important;
  }
  .medium-and-up-mh- {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .medium-and-up-mv- {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
  .large-m- {
    margin: 12px !important;
  }
  .large-mt- {
    margin-top: 12px !important;
  }
  .large-mr- {
    margin-right: 12px !important;
  }
  .large-mb- {
    margin-bottom: 12px !important;
  }
  .large-ml- {
    margin-left: 12px !important;
  }
  .large-mh- {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .large-mv- {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}

@media screen and (min-width: 770px) {
  .large-and-up-m- {
    margin: 12px !important;
  }
  .large-and-up-mt- {
    margin-top: 12px !important;
  }
  .large-and-up-mr- {
    margin-right: 12px !important;
  }
  .large-and-up-mb- {
    margin-bottom: 12px !important;
  }
  .large-and-up-ml- {
    margin-left: 12px !important;
  }
  .large-and-up-mh- {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .large-and-up-mv- {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-m- {
    margin: 12px !important;
  }
  .extralarge-and-up-mt- {
    margin-top: 12px !important;
  }
  .extralarge-and-up-mr- {
    margin-right: 12px !important;
  }
  .extralarge-and-up-mb- {
    margin-bottom: 12px !important;
  }
  .extralarge-and-up-ml- {
    margin-left: 12px !important;
  }
  .extralarge-and-up-mh- {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .extralarge-and-up-mv- {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}

/**
     * Add large margins.
     */
@media screen and (min-width: 481px) and (max-width: 769px) {
  .medium-m\+ {
    margin: 48px !important;
  }
  .medium-mt\+ {
    margin-top: 48px !important;
  }
  .medium-mr\+ {
    margin-right: 48px !important;
  }
  .medium-mb\+ {
    margin-bottom: 48px !important;
  }
  .medium-ml\+ {
    margin-left: 48px !important;
  }
  .medium-mh\+ {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .medium-mv\+ {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-m\+ {
    margin: 48px !important;
  }
  .medium-and-up-mt\+ {
    margin-top: 48px !important;
  }
  .medium-and-up-mr\+ {
    margin-right: 48px !important;
  }
  .medium-and-up-mb\+ {
    margin-bottom: 48px !important;
  }
  .medium-and-up-ml\+ {
    margin-left: 48px !important;
  }
  .medium-and-up-mh\+ {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .medium-and-up-mv\+ {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
  .large-m\+ {
    margin: 48px !important;
  }
  .large-mt\+ {
    margin-top: 48px !important;
  }
  .large-mr\+ {
    margin-right: 48px !important;
  }
  .large-mb\+ {
    margin-bottom: 48px !important;
  }
  .large-ml\+ {
    margin-left: 48px !important;
  }
  .large-mh\+ {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .large-mv\+ {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 770px) {
  .large-and-up-m\+ {
    margin: 48px !important;
  }
  .large-and-up-mt\+ {
    margin-top: 48px !important;
  }
  .large-and-up-mr\+ {
    margin-right: 48px !important;
  }
  .large-and-up-mb\+ {
    margin-bottom: 48px !important;
  }
  .large-and-up-ml\+ {
    margin-left: 48px !important;
  }
  .large-and-up-mh\+ {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .large-and-up-mv\+ {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-m\+ {
    margin: 48px !important;
  }
  .extralarge-and-up-mt\+ {
    margin-top: 48px !important;
  }
  .extralarge-and-up-mr\+ {
    margin-right: 48px !important;
  }
  .extralarge-and-up-mb\+ {
    margin-bottom: 48px !important;
  }
  .extralarge-and-up-ml\+ {
    margin-left: 48px !important;
  }
  .extralarge-and-up-mh\+ {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .extralarge-and-up-mv\+ {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

/**
     * Add huge margins.
     */
@media screen and (min-width: 481px) and (max-width: 769px) {
  .medium-m\+\+ {
    margin: 96px !important;
  }
  .medium-mt\+\+ {
    margin-top: 96px !important;
  }
  .medium-mr\+\+ {
    margin-right: 96px !important;
  }
  .medium-mb\+\+ {
    margin-bottom: 96px !important;
  }
  .medium-ml\+\+ {
    margin-left: 96px !important;
  }
  .medium-mh\+\+ {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .medium-mv\+\+ {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-m\+\+ {
    margin: 96px !important;
  }
  .medium-and-up-mt\+\+ {
    margin-top: 96px !important;
  }
  .medium-and-up-mr\+\+ {
    margin-right: 96px !important;
  }
  .medium-and-up-mb\+\+ {
    margin-bottom: 96px !important;
  }
  .medium-and-up-ml\+\+ {
    margin-left: 96px !important;
  }
  .medium-and-up-mh\+\+ {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .medium-and-up-mv\+\+ {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
  .large-m\+\+ {
    margin: 96px !important;
  }
  .large-mt\+\+ {
    margin-top: 96px !important;
  }
  .large-mr\+\+ {
    margin-right: 96px !important;
  }
  .large-mb\+\+ {
    margin-bottom: 96px !important;
  }
  .large-ml\+\+ {
    margin-left: 96px !important;
  }
  .large-mh\+\+ {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .large-mv\+\+ {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}

@media screen and (min-width: 770px) {
  .large-and-up-m\+\+ {
    margin: 96px !important;
  }
  .large-and-up-mt\+\+ {
    margin-top: 96px !important;
  }
  .large-and-up-mr\+\+ {
    margin-right: 96px !important;
  }
  .large-and-up-mb\+\+ {
    margin-bottom: 96px !important;
  }
  .large-and-up-ml\+\+ {
    margin-left: 96px !important;
  }
  .large-and-up-mh\+\+ {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .large-and-up-mv\+\+ {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-m\+\+ {
    margin: 96px !important;
  }
  .extralarge-and-up-mt\+\+ {
    margin-top: 96px !important;
  }
  .extralarge-and-up-mr\+\+ {
    margin-right: 96px !important;
  }
  .extralarge-and-up-mb\+\+ {
    margin-bottom: 96px !important;
  }
  .extralarge-and-up-ml\+\+ {
    margin-left: 96px !important;
  }
  .extralarge-and-up-mh\+\+ {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .extralarge-and-up-mv\+\+ {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}

/**
     * Remove margins.
     */
@media screen and (min-width: 481px) and (max-width: 769px) {
  .medium-m0 {
    margin: 0 !important;
  }
  .medium-mt0 {
    margin-top: 0 !important;
  }
  .medium-mr0 {
    margin-right: 0 !important;
  }
  .medium-mb0 {
    margin-bottom: 0 !important;
  }
  .medium-ml0 {
    margin-left: 0 !important;
  }
  .medium-mh0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .medium-mv0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-m0 {
    margin: 0 !important;
  }
  .medium-and-up-mt0 {
    margin-top: 0 !important;
  }
  .medium-and-up-mr0 {
    margin-right: 0 !important;
  }
  .medium-and-up-mb0 {
    margin-bottom: 0 !important;
  }
  .medium-and-up-ml0 {
    margin-left: 0 !important;
  }
  .medium-and-up-mh0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .medium-and-up-mv0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
  .large-m0 {
    margin: 0 !important;
  }
  .large-mt0 {
    margin-top: 0 !important;
  }
  .large-mr0 {
    margin-right: 0 !important;
  }
  .large-mb0 {
    margin-bottom: 0 !important;
  }
  .large-ml0 {
    margin-left: 0 !important;
  }
  .large-mh0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .large-mv0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 770px) {
  .large-and-up-m0 {
    margin: 0 !important;
  }
  .large-and-up-mt0 {
    margin-top: 0 !important;
  }
  .large-and-up-mr0 {
    margin-right: 0 !important;
  }
  .large-and-up-mb0 {
    margin-bottom: 0 !important;
  }
  .large-and-up-ml0 {
    margin-left: 0 !important;
  }
  .large-and-up-mh0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .large-and-up-mv0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-m0 {
    margin: 0 !important;
  }
  .extralarge-and-up-mt0 {
    margin-top: 0 !important;
  }
  .extralarge-and-up-mr0 {
    margin-right: 0 !important;
  }
  .extralarge-and-up-mb0 {
    margin-bottom: 0 !important;
  }
  .extralarge-and-up-ml0 {
    margin-left: 0 !important;
  }
  .extralarge-and-up-mh0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .extralarge-and-up-mv0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/**
     * Padding helper classes.
     *
     * Add paddings.
     */
@media screen and (min-width: 481px) and (max-width: 769px) {
  .medium-p {
    padding: 24px !important;
  }
  .medium-pt {
    padding-top: 24px !important;
  }
  .medium-pr {
    padding-right: 24px !important;
  }
  .medium-pb {
    padding-bottom: 24px !important;
  }
  .medium-pl {
    padding-left: 24px !important;
  }
  .medium-ph {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .medium-pv {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-p {
    padding: 24px !important;
  }
  .medium-and-up-pt {
    padding-top: 24px !important;
  }
  .medium-and-up-pr {
    padding-right: 24px !important;
  }
  .medium-and-up-pb {
    padding-bottom: 24px !important;
  }
  .medium-and-up-pl {
    padding-left: 24px !important;
  }
  .medium-and-up-ph {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .medium-and-up-pv {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
  .large-p {
    padding: 24px !important;
  }
  .large-pt {
    padding-top: 24px !important;
  }
  .large-pr {
    padding-right: 24px !important;
  }
  .large-pb {
    padding-bottom: 24px !important;
  }
  .large-pl {
    padding-left: 24px !important;
  }
  .large-ph {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .large-pv {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media screen and (min-width: 770px) {
  .large-and-up-p {
    padding: 24px !important;
  }
  .large-and-up-pt {
    padding-top: 24px !important;
  }
  .large-and-up-pr {
    padding-right: 24px !important;
  }
  .large-and-up-pb {
    padding-bottom: 24px !important;
  }
  .large-and-up-pl {
    padding-left: 24px !important;
  }
  .large-and-up-ph {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .large-and-up-pv {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-p {
    padding: 24px !important;
  }
  .extralarge-and-up-pt {
    padding-top: 24px !important;
  }
  .extralarge-and-up-pr {
    padding-right: 24px !important;
  }
  .extralarge-and-up-pb {
    padding-bottom: 24px !important;
  }
  .extralarge-and-up-pl {
    padding-left: 24px !important;
  }
  .extralarge-and-up-ph {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .extralarge-and-up-pv {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

/**
     * Add tiny paddings.
     */
@media screen and (min-width: 481px) and (max-width: 769px) {
  .medium-p-- {
    padding: 6px !important;
  }
  .medium-pt-- {
    padding-top: 6px !important;
  }
  .medium-pr-- {
    padding-right: 6px !important;
  }
  .medium-pb-- {
    padding-bottom: 6px !important;
  }
  .medium-pl-- {
    padding-left: 6px !important;
  }
  .medium-ph-- {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .medium-pv-- {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-p-- {
    padding: 6px !important;
  }
  .medium-and-up-pt-- {
    padding-top: 6px !important;
  }
  .medium-and-up-pr-- {
    padding-right: 6px !important;
  }
  .medium-and-up-pb-- {
    padding-bottom: 6px !important;
  }
  .medium-and-up-pl-- {
    padding-left: 6px !important;
  }
  .medium-and-up-ph-- {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .medium-and-up-pv-- {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
  .large-p-- {
    padding: 6px !important;
  }
  .large-pt-- {
    padding-top: 6px !important;
  }
  .large-pr-- {
    padding-right: 6px !important;
  }
  .large-pb-- {
    padding-bottom: 6px !important;
  }
  .large-pl-- {
    padding-left: 6px !important;
  }
  .large-ph-- {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .large-pv-- {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}

@media screen and (min-width: 770px) {
  .large-and-up-p-- {
    padding: 6px !important;
  }
  .large-and-up-pt-- {
    padding-top: 6px !important;
  }
  .large-and-up-pr-- {
    padding-right: 6px !important;
  }
  .large-and-up-pb-- {
    padding-bottom: 6px !important;
  }
  .large-and-up-pl-- {
    padding-left: 6px !important;
  }
  .large-and-up-ph-- {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .large-and-up-pv-- {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-p-- {
    padding: 6px !important;
  }
  .extralarge-and-up-pt-- {
    padding-top: 6px !important;
  }
  .extralarge-and-up-pr-- {
    padding-right: 6px !important;
  }
  .extralarge-and-up-pb-- {
    padding-bottom: 6px !important;
  }
  .extralarge-and-up-pl-- {
    padding-left: 6px !important;
  }
  .extralarge-and-up-ph-- {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .extralarge-and-up-pv-- {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}

/**
     * Add small paddings.
     */
@media screen and (min-width: 481px) and (max-width: 769px) {
  .medium-p- {
    padding: 12px !important;
  }
  .medium-pt- {
    padding-top: 12px !important;
  }
  .medium-pr- {
    padding-right: 12px !important;
  }
  .medium-pb- {
    padding-bottom: 12px !important;
  }
  .medium-pl- {
    padding-left: 12px !important;
  }
  .medium-ph- {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .medium-pv- {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-p- {
    padding: 12px !important;
  }
  .medium-and-up-pt- {
    padding-top: 12px !important;
  }
  .medium-and-up-pr- {
    padding-right: 12px !important;
  }
  .medium-and-up-pb- {
    padding-bottom: 12px !important;
  }
  .medium-and-up-pl- {
    padding-left: 12px !important;
  }
  .medium-and-up-ph- {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .medium-and-up-pv- {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
  .large-p- {
    padding: 12px !important;
  }
  .large-pt- {
    padding-top: 12px !important;
  }
  .large-pr- {
    padding-right: 12px !important;
  }
  .large-pb- {
    padding-bottom: 12px !important;
  }
  .large-pl- {
    padding-left: 12px !important;
  }
  .large-ph- {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .large-pv- {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

@media screen and (min-width: 770px) {
  .large-and-up-p- {
    padding: 12px !important;
  }
  .large-and-up-pt- {
    padding-top: 12px !important;
  }
  .large-and-up-pr- {
    padding-right: 12px !important;
  }
  .large-and-up-pb- {
    padding-bottom: 12px !important;
  }
  .large-and-up-pl- {
    padding-left: 12px !important;
  }
  .large-and-up-ph- {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .large-and-up-pv- {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-p- {
    padding: 12px !important;
  }
  .extralarge-and-up-pt- {
    padding-top: 12px !important;
  }
  .extralarge-and-up-pr- {
    padding-right: 12px !important;
  }
  .extralarge-and-up-pb- {
    padding-bottom: 12px !important;
  }
  .extralarge-and-up-pl- {
    padding-left: 12px !important;
  }
  .extralarge-and-up-ph- {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .extralarge-and-up-pv- {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

/**
     * Add large paddings.
     */
@media screen and (min-width: 481px) and (max-width: 769px) {
  .medium-p\+ {
    padding: 48px !important;
  }
  .medium-pt\+ {
    padding-top: 48px !important;
  }
  .medium-pr\+ {
    padding-right: 48px !important;
  }
  .medium-pb\+ {
    padding-bottom: 48px !important;
  }
  .medium-pl\+ {
    padding-left: 48px !important;
  }
  .medium-ph\+ {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .medium-pv\+ {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-p\+ {
    padding: 48px !important;
  }
  .medium-and-up-pt\+ {
    padding-top: 48px !important;
  }
  .medium-and-up-pr\+ {
    padding-right: 48px !important;
  }
  .medium-and-up-pb\+ {
    padding-bottom: 48px !important;
  }
  .medium-and-up-pl\+ {
    padding-left: 48px !important;
  }
  .medium-and-up-ph\+ {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .medium-and-up-pv\+ {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
  .large-p\+ {
    padding: 48px !important;
  }
  .large-pt\+ {
    padding-top: 48px !important;
  }
  .large-pr\+ {
    padding-right: 48px !important;
  }
  .large-pb\+ {
    padding-bottom: 48px !important;
  }
  .large-pl\+ {
    padding-left: 48px !important;
  }
  .large-ph\+ {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .large-pv\+ {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media screen and (min-width: 770px) {
  .large-and-up-p\+ {
    padding: 48px !important;
  }
  .large-and-up-pt\+ {
    padding-top: 48px !important;
  }
  .large-and-up-pr\+ {
    padding-right: 48px !important;
  }
  .large-and-up-pb\+ {
    padding-bottom: 48px !important;
  }
  .large-and-up-pl\+ {
    padding-left: 48px !important;
  }
  .large-and-up-ph\+ {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .large-and-up-pv\+ {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-p\+ {
    padding: 48px !important;
  }
  .extralarge-and-up-pt\+ {
    padding-top: 48px !important;
  }
  .extralarge-and-up-pr\+ {
    padding-right: 48px !important;
  }
  .extralarge-and-up-pb\+ {
    padding-bottom: 48px !important;
  }
  .extralarge-and-up-pl\+ {
    padding-left: 48px !important;
  }
  .extralarge-and-up-ph\+ {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .extralarge-and-up-pv\+ {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

/**
     * Add huge paddings.
     */
@media screen and (min-width: 481px) and (max-width: 769px) {
  .medium-p\+\+ {
    padding: 96px !important;
  }
  .medium-pt\+\+ {
    padding-top: 96px !important;
  }
  .medium-pr\+\+ {
    padding-right: 96px !important;
  }
  .medium-pb\+\+ {
    padding-bottom: 96px !important;
  }
  .medium-pl\+\+ {
    padding-left: 96px !important;
  }
  .medium-ph\+\+ {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .medium-pv\+\+ {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-p\+\+ {
    padding: 96px !important;
  }
  .medium-and-up-pt\+\+ {
    padding-top: 96px !important;
  }
  .medium-and-up-pr\+\+ {
    padding-right: 96px !important;
  }
  .medium-and-up-pb\+\+ {
    padding-bottom: 96px !important;
  }
  .medium-and-up-pl\+\+ {
    padding-left: 96px !important;
  }
  .medium-and-up-ph\+\+ {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .medium-and-up-pv\+\+ {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
  .large-p\+\+ {
    padding: 96px !important;
  }
  .large-pt\+\+ {
    padding-top: 96px !important;
  }
  .large-pr\+\+ {
    padding-right: 96px !important;
  }
  .large-pb\+\+ {
    padding-bottom: 96px !important;
  }
  .large-pl\+\+ {
    padding-left: 96px !important;
  }
  .large-ph\+\+ {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .large-pv\+\+ {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}

@media screen and (min-width: 770px) {
  .large-and-up-p\+\+ {
    padding: 96px !important;
  }
  .large-and-up-pt\+\+ {
    padding-top: 96px !important;
  }
  .large-and-up-pr\+\+ {
    padding-right: 96px !important;
  }
  .large-and-up-pb\+\+ {
    padding-bottom: 96px !important;
  }
  .large-and-up-pl\+\+ {
    padding-left: 96px !important;
  }
  .large-and-up-ph\+\+ {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .large-and-up-pv\+\+ {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-p\+\+ {
    padding: 96px !important;
  }
  .extralarge-and-up-pt\+\+ {
    padding-top: 96px !important;
  }
  .extralarge-and-up-pr\+\+ {
    padding-right: 96px !important;
  }
  .extralarge-and-up-pb\+\+ {
    padding-bottom: 96px !important;
  }
  .extralarge-and-up-pl\+\+ {
    padding-left: 96px !important;
  }
  .extralarge-and-up-ph\+\+ {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .extralarge-and-up-pv\+\+ {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}

/**
     * Remove paddings.
     */
@media screen and (min-width: 481px) and (max-width: 769px) {
  .medium-p0 {
    padding: 0 !important;
  }
  .medium-pt0 {
    padding-top: 0 !important;
  }
  .medium-pr0 {
    padding-right: 0 !important;
  }
  .medium-pb0 {
    padding-bottom: 0 !important;
  }
  .medium-pl0 {
    padding-left: 0 !important;
  }
  .medium-ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .medium-pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 481px) {
  .medium-and-up-p0 {
    padding: 0 !important;
  }
  .medium-and-up-pt0 {
    padding-top: 0 !important;
  }
  .medium-and-up-pr0 {
    padding-right: 0 !important;
  }
  .medium-and-up-pb0 {
    padding-bottom: 0 !important;
  }
  .medium-and-up-pl0 {
    padding-left: 0 !important;
  }
  .medium-and-up-ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .medium-and-up-pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
  .large-p0 {
    padding: 0 !important;
  }
  .large-pt0 {
    padding-top: 0 !important;
  }
  .large-pr0 {
    padding-right: 0 !important;
  }
  .large-pb0 {
    padding-bottom: 0 !important;
  }
  .large-pl0 {
    padding-left: 0 !important;
  }
  .large-ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .large-pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 770px) {
  .large-and-up-p0 {
    padding: 0 !important;
  }
  .large-and-up-pt0 {
    padding-top: 0 !important;
  }
  .large-and-up-pr0 {
    padding-right: 0 !important;
  }
  .large-and-up-pb0 {
    padding-bottom: 0 !important;
  }
  .large-and-up-pl0 {
    padding-left: 0 !important;
  }
  .large-and-up-ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .large-and-up-pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .extralarge-and-up-p0 {
    padding: 0 !important;
  }
  .extralarge-and-up-pt0 {
    padding-top: 0 !important;
  }
  .extralarge-and-up-pr0 {
    padding-right: 0 !important;
  }
  .extralarge-and-up-pb0 {
    padding-bottom: 0 !important;
  }
  .extralarge-and-up-pl0 {
    padding-left: 0 !important;
  }
  .extralarge-and-up-ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .extralarge-and-up-pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/*------------------------------------*    #WIDTHS
\*------------------------------------*/
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes can take a fraction-like format (e.g. `.2/3`) or a spoken-
 * word format (e.g. `two-thirds`). Toggle formats by overriding the
 * `$inuit-use-fractions` variable defined below.
 */
/**
     * Whole.
     */
[class~="1/1"] {
  width: 100% !important;
}

/**
     * Halves.
     */
[class~="1/2"],
[class~="2/4"],
[class~="3/6"],
[class~="4/8"],
[class~="5/10"],
[class~="6/12"] {
  width: 50% !important;
}

/**
     * Thirds.
     */
[class~="1/3"],
[class~="2/6"],
[class~="3/9"],
[class~="4/12"] {
  width: 33.3333333% !important;
}

[class~="2/3"],
[class~="4/6"],
[class~="6/9"],
[class~="8/12"] {
  width: 66.6666666% !important;
}

/**
     * Quarters.
     */
[class~="1/4"],
[class~="2/8"],
[class~="3/12"] {
  width: 25% !important;
}

[class~="3/4"],
[class~="6/8"],
[class~="9/12"] {
  width: 75% !important;
}

/**
     * Fifths.
     */
[class~="1/5"],
[class~="2/10"] {
  width: 20% !important;
}

[class~="2/5"],
[class~="4/10"] {
  width: 40% !important;
}

[class~="3/5"],
[class~="6/10"] {
  width: 60% !important;
}

[class~="4/5"],
[class~="8/10"] {
  width: 80% !important;
}

/**
     * Sixths.
     */
[class~="1/6"],
[class~="2/12"] {
  width: 16.6666666% !important;
}

[class~="5/6"],
[class~="10/12"] {
  width: 83.3333333% !important;
}

/**
     * Eighths.
     */
[class~="1/8"] {
  width: 12.5% !important;
}

[class~="3/8"] {
  width: 37.5% !important;
}

[class~="5/8"] {
  width: 62.5% !important;
}

[class~="7/8"] {
  width: 87.5% !important;
}

/**
     * Ninths.
     */
[class~="1/9"] {
  width: 11.1111111% !important;
}

[class~="2/9"] {
  width: 22.2222222% !important;
}

[class~="4/9"] {
  width: 44.4444444% !important;
}

[class~="5/9"] {
  width: 55.5555555% !important;
}

[class~="7/9"] {
  width: 77.7777777% !important;
}

[class~="8/9"] {
  width: 88.8888888% !important;
}

/**
     * Tenths.
     */
[class~="1/10"] {
  width: 10% !important;
}

[class~="3/10"] {
  width: 30% !important;
}

[class~="7/10"] {
  width: 70% !important;
}

[class~="9/10"] {
  width: 90% !important;
}

/**
     * Twelfths.
     */
[class~="1/12"] {
  width: 8.3333333% !important;
}

[class~="5/12"] {
  width: 41.6666666% !important;
}

[class~="7/12"] {
  width: 58.3333333% !important;
}

[class~="11/12"] {
  width: 91.6666666% !important;
}

/*------------------------------------*    #WIDTHS-RESPONSIVE
\*------------------------------------*/
/**
 * Responsive width classes based on your responsive settings.
 */
@media screen and (min-width: 481px) and (max-width: 769px) {
  /**
                 * Whole.
                 */
  [class~="medium-1/1"] {
    width: 100% !important;
  }
  /**
                 * Halves.
                 */
  [class~="medium-1/2"],
  [class~="medium-2/4"],
  [class~="medium-3/6"],
  [class~="medium-4/8"],
  [class~="medium-5/10"],
  [class~="medium-6/12"] {
    width: 50% !important;
  }
  /**
                 * Thirds.
                 */
  [class~="medium-1/3"],
  [class~="medium-2/6"],
  [class~="medium-3/9"],
  [class~="medium-4/12"] {
    width: 33.3333333% !important;
  }
  [class~="medium-2/3"],
  [class~="medium-4/6"],
  [class~="medium-6/9"],
  [class~="medium-8/12"] {
    width: 66.6666666% !important;
  }
  /**
                 * Quarters.
                 */
  [class~="medium-1/4"],
  [class~="medium-2/8"],
  [class~="medium-3/12"] {
    width: 25% !important;
  }
  [class~="medium-3/4"],
  [class~="medium-6/8"],
  [class~="medium-9/12"] {
    width: 75% !important;
  }
  /**
                 * Fifths.
                 */
  [class~="medium-1/5"],
  [class~="medium-2/10"] {
    width: 20% !important;
  }
  [class~="medium-2/5"],
  [class~="medium-4/10"] {
    width: 40% !important;
  }
  [class~="medium-3/5"],
  [class~="medium-6/10"] {
    width: 60% !important;
  }
  [class~="medium-4/5"],
  [class~="medium-8/10"] {
    width: 80% !important;
  }
  /**
                 * Sixths.
                 */
  [class~="medium-1/6"],
  [class~="medium-2/12"] {
    width: 16.6666666% !important;
  }
  [class~="medium-5/6"],
  [class~="medium-10/12"] {
    width: 83.3333333% !important;
  }
  /**
                 * Eighths.
                 */
  [class~="medium-1/8"] {
    width: 12.5% !important;
  }
  [class~="medium-3/8"] {
    width: 37.5% !important;
  }
  [class~="medium-5/8"] {
    width: 62.5% !important;
  }
  [class~="medium-7/8"] {
    width: 87.5% !important;
  }
  /**
                 * Ninths.
                 */
  [class~="medium-1/9"] {
    width: 11.1111111% !important;
  }
  [class~="medium-2/9"] {
    width: 22.2222222% !important;
  }
  [class~="medium-4/9"] {
    width: 44.4444444% !important;
  }
  [class~="medium-5/9"] {
    width: 55.5555555% !important;
  }
  [class~="medium-7/9"] {
    width: 77.7777777% !important;
  }
  [class~="medium-8/9"] {
    width: 88.8888888% !important;
  }
  /**
                 * Tenths.
                 */
  [class~="medium-1/10"] {
    width: 10% !important;
  }
  [class~="medium-3/10"] {
    width: 30% !important;
  }
  [class~="medium-7/10"] {
    width: 70% !important;
  }
  [class~="medium-9/10"] {
    width: 90% !important;
  }
  /**
                 * Twelfths.
                 */
  [class~="medium-1/12"] {
    width: 8.3333333% !important;
  }
  [class~="medium-5/12"] {
    width: 41.6666666% !important;
  }
  [class~="medium-7/12"] {
    width: 58.3333333% !important;
  }
  [class~="medium-11/12"] {
    width: 91.6666666% !important;
  }
}

@media screen and (min-width: 481px) {
  /**
                 * Whole.
                 */
  [class~="medium-and-up-1/1"] {
    width: 100% !important;
  }
  /**
                 * Halves.
                 */
  [class~="medium-and-up-1/2"],
  [class~="medium-and-up-2/4"],
  [class~="medium-and-up-3/6"],
  [class~="medium-and-up-4/8"],
  [class~="medium-and-up-5/10"],
  [class~="medium-and-up-6/12"] {
    width: 50% !important;
  }
  /**
                 * Thirds.
                 */
  [class~="medium-and-up-1/3"],
  [class~="medium-and-up-2/6"],
  [class~="medium-and-up-3/9"],
  [class~="medium-and-up-4/12"] {
    width: 33.3333333% !important;
  }
  [class~="medium-and-up-2/3"],
  [class~="medium-and-up-4/6"],
  [class~="medium-and-up-6/9"],
  [class~="medium-and-up-8/12"] {
    width: 66.6666666% !important;
  }
  /**
                 * Quarters.
                 */
  [class~="medium-and-up-1/4"],
  [class~="medium-and-up-2/8"],
  [class~="medium-and-up-3/12"] {
    width: 25% !important;
  }
  [class~="medium-and-up-3/4"],
  [class~="medium-and-up-6/8"],
  [class~="medium-and-up-9/12"] {
    width: 75% !important;
  }
  /**
                 * Fifths.
                 */
  [class~="medium-and-up-1/5"],
  [class~="medium-and-up-2/10"] {
    width: 20% !important;
  }
  [class~="medium-and-up-2/5"],
  [class~="medium-and-up-4/10"] {
    width: 40% !important;
  }
  [class~="medium-and-up-3/5"],
  [class~="medium-and-up-6/10"] {
    width: 60% !important;
  }
  [class~="medium-and-up-4/5"],
  [class~="medium-and-up-8/10"] {
    width: 80% !important;
  }
  /**
                 * Sixths.
                 */
  [class~="medium-and-up-1/6"],
  [class~="medium-and-up-2/12"] {
    width: 16.6666666% !important;
  }
  [class~="medium-and-up-5/6"],
  [class~="medium-and-up-10/12"] {
    width: 83.3333333% !important;
  }
  /**
                 * Eighths.
                 */
  [class~="medium-and-up-1/8"] {
    width: 12.5% !important;
  }
  [class~="medium-and-up-3/8"] {
    width: 37.5% !important;
  }
  [class~="medium-and-up-5/8"] {
    width: 62.5% !important;
  }
  [class~="medium-and-up-7/8"] {
    width: 87.5% !important;
  }
  /**
                 * Ninths.
                 */
  [class~="medium-and-up-1/9"] {
    width: 11.1111111% !important;
  }
  [class~="medium-and-up-2/9"] {
    width: 22.2222222% !important;
  }
  [class~="medium-and-up-4/9"] {
    width: 44.4444444% !important;
  }
  [class~="medium-and-up-5/9"] {
    width: 55.5555555% !important;
  }
  [class~="medium-and-up-7/9"] {
    width: 77.7777777% !important;
  }
  [class~="medium-and-up-8/9"] {
    width: 88.8888888% !important;
  }
  /**
                 * Tenths.
                 */
  [class~="medium-and-up-1/10"] {
    width: 10% !important;
  }
  [class~="medium-and-up-3/10"] {
    width: 30% !important;
  }
  [class~="medium-and-up-7/10"] {
    width: 70% !important;
  }
  [class~="medium-and-up-9/10"] {
    width: 90% !important;
  }
  /**
                 * Twelfths.
                 */
  [class~="medium-and-up-1/12"] {
    width: 8.3333333% !important;
  }
  [class~="medium-and-up-5/12"] {
    width: 41.6666666% !important;
  }
  [class~="medium-and-up-7/12"] {
    width: 58.3333333% !important;
  }
  [class~="medium-and-up-11/12"] {
    width: 91.6666666% !important;
  }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
  /**
                 * Whole.
                 */
  [class~="large-1/1"] {
    width: 100% !important;
  }
  /**
                 * Halves.
                 */
  [class~="large-1/2"],
  [class~="large-2/4"],
  [class~="large-3/6"],
  [class~="large-4/8"],
  [class~="large-5/10"],
  [class~="large-6/12"] {
    width: 50% !important;
  }
  /**
                 * Thirds.
                 */
  [class~="large-1/3"],
  [class~="large-2/6"],
  [class~="large-3/9"],
  [class~="large-4/12"] {
    width: 33.3333333% !important;
  }
  [class~="large-2/3"],
  [class~="large-4/6"],
  [class~="large-6/9"],
  [class~="large-8/12"] {
    width: 66.6666666% !important;
  }
  /**
                 * Quarters.
                 */
  [class~="large-1/4"],
  [class~="large-2/8"],
  [class~="large-3/12"] {
    width: 25% !important;
  }
  [class~="large-3/4"],
  [class~="large-6/8"],
  [class~="large-9/12"] {
    width: 75% !important;
  }
  /**
                 * Fifths.
                 */
  [class~="large-1/5"],
  [class~="large-2/10"] {
    width: 20% !important;
  }
  [class~="large-2/5"],
  [class~="large-4/10"] {
    width: 40% !important;
  }
  [class~="large-3/5"],
  [class~="large-6/10"] {
    width: 60% !important;
  }
  [class~="large-4/5"],
  [class~="large-8/10"] {
    width: 80% !important;
  }
  /**
                 * Sixths.
                 */
  [class~="large-1/6"],
  [class~="large-2/12"] {
    width: 16.6666666% !important;
  }
  [class~="large-5/6"],
  [class~="large-10/12"] {
    width: 83.3333333% !important;
  }
  /**
                 * Eighths.
                 */
  [class~="large-1/8"] {
    width: 12.5% !important;
  }
  [class~="large-3/8"] {
    width: 37.5% !important;
  }
  [class~="large-5/8"] {
    width: 62.5% !important;
  }
  [class~="large-7/8"] {
    width: 87.5% !important;
  }
  /**
                 * Ninths.
                 */
  [class~="large-1/9"] {
    width: 11.1111111% !important;
  }
  [class~="large-2/9"] {
    width: 22.2222222% !important;
  }
  [class~="large-4/9"] {
    width: 44.4444444% !important;
  }
  [class~="large-5/9"] {
    width: 55.5555555% !important;
  }
  [class~="large-7/9"] {
    width: 77.7777777% !important;
  }
  [class~="large-8/9"] {
    width: 88.8888888% !important;
  }
  /**
                 * Tenths.
                 */
  [class~="large-1/10"] {
    width: 10% !important;
  }
  [class~="large-3/10"] {
    width: 30% !important;
  }
  [class~="large-7/10"] {
    width: 70% !important;
  }
  [class~="large-9/10"] {
    width: 90% !important;
  }
  /**
                 * Twelfths.
                 */
  [class~="large-1/12"] {
    width: 8.3333333% !important;
  }
  [class~="large-5/12"] {
    width: 41.6666666% !important;
  }
  [class~="large-7/12"] {
    width: 58.3333333% !important;
  }
  [class~="large-11/12"] {
    width: 91.6666666% !important;
  }
}

@media screen and (min-width: 770px) {
  /**
                 * Whole.
                 */
  [class~="large-and-up-1/1"] {
    width: 100% !important;
  }
  /**
                 * Halves.
                 */
  [class~="large-and-up-1/2"],
  [class~="large-and-up-2/4"],
  [class~="large-and-up-3/6"],
  [class~="large-and-up-4/8"],
  [class~="large-and-up-5/10"],
  [class~="large-and-up-6/12"] {
    width: 50% !important;
  }
  /**
                 * Thirds.
                 */
  [class~="large-and-up-1/3"],
  [class~="large-and-up-2/6"],
  [class~="large-and-up-3/9"],
  [class~="large-and-up-4/12"] {
    width: 33.3333333% !important;
  }
  [class~="large-and-up-2/3"],
  [class~="large-and-up-4/6"],
  [class~="large-and-up-6/9"],
  [class~="large-and-up-8/12"] {
    width: 66.6666666% !important;
  }
  /**
                 * Quarters.
                 */
  [class~="large-and-up-1/4"],
  [class~="large-and-up-2/8"],
  [class~="large-and-up-3/12"] {
    width: 25% !important;
  }
  [class~="large-and-up-3/4"],
  [class~="large-and-up-6/8"],
  [class~="large-and-up-9/12"] {
    width: 75% !important;
  }
  /**
                 * Fifths.
                 */
  [class~="large-and-up-1/5"],
  [class~="large-and-up-2/10"] {
    width: 20% !important;
  }
  [class~="large-and-up-2/5"],
  [class~="large-and-up-4/10"] {
    width: 40% !important;
  }
  [class~="large-and-up-3/5"],
  [class~="large-and-up-6/10"] {
    width: 60% !important;
  }
  [class~="large-and-up-4/5"],
  [class~="large-and-up-8/10"] {
    width: 80% !important;
  }
  /**
                 * Sixths.
                 */
  [class~="large-and-up-1/6"],
  [class~="large-and-up-2/12"] {
    width: 16.6666666% !important;
  }
  [class~="large-and-up-5/6"],
  [class~="large-and-up-10/12"] {
    width: 83.3333333% !important;
  }
  /**
                 * Eighths.
                 */
  [class~="large-and-up-1/8"] {
    width: 12.5% !important;
  }
  [class~="large-and-up-3/8"] {
    width: 37.5% !important;
  }
  [class~="large-and-up-5/8"] {
    width: 62.5% !important;
  }
  [class~="large-and-up-7/8"] {
    width: 87.5% !important;
  }
  /**
                 * Ninths.
                 */
  [class~="large-and-up-1/9"] {
    width: 11.1111111% !important;
  }
  [class~="large-and-up-2/9"] {
    width: 22.2222222% !important;
  }
  [class~="large-and-up-4/9"] {
    width: 44.4444444% !important;
  }
  [class~="large-and-up-5/9"] {
    width: 55.5555555% !important;
  }
  [class~="large-and-up-7/9"] {
    width: 77.7777777% !important;
  }
  [class~="large-and-up-8/9"] {
    width: 88.8888888% !important;
  }
  /**
                 * Tenths.
                 */
  [class~="large-and-up-1/10"] {
    width: 10% !important;
  }
  [class~="large-and-up-3/10"] {
    width: 30% !important;
  }
  [class~="large-and-up-7/10"] {
    width: 70% !important;
  }
  [class~="large-and-up-9/10"] {
    width: 90% !important;
  }
  /**
                 * Twelfths.
                 */
  [class~="large-and-up-1/12"] {
    width: 8.3333333% !important;
  }
  [class~="large-and-up-5/12"] {
    width: 41.6666666% !important;
  }
  [class~="large-and-up-7/12"] {
    width: 58.3333333% !important;
  }
  [class~="large-and-up-11/12"] {
    width: 91.6666666% !important;
  }
}

@media screen and (min-width: 1025px) {
  /**
                 * Whole.
                 */
  [class~="extralarge-and-up-1/1"] {
    width: 100% !important;
  }
  /**
                 * Halves.
                 */
  [class~="extralarge-and-up-1/2"],
  [class~="extralarge-and-up-2/4"],
  [class~="extralarge-and-up-3/6"],
  [class~="extralarge-and-up-4/8"],
  [class~="extralarge-and-up-5/10"],
  [class~="extralarge-and-up-6/12"] {
    width: 50% !important;
  }
  /**
                 * Thirds.
                 */
  [class~="extralarge-and-up-1/3"],
  [class~="extralarge-and-up-2/6"],
  [class~="extralarge-and-up-3/9"],
  [class~="extralarge-and-up-4/12"] {
    width: 33.3333333% !important;
  }
  [class~="extralarge-and-up-2/3"],
  [class~="extralarge-and-up-4/6"],
  [class~="extralarge-and-up-6/9"],
  [class~="extralarge-and-up-8/12"] {
    width: 66.6666666% !important;
  }
  /**
                 * Quarters.
                 */
  [class~="extralarge-and-up-1/4"],
  [class~="extralarge-and-up-2/8"],
  [class~="extralarge-and-up-3/12"] {
    width: 25% !important;
  }
  [class~="extralarge-and-up-3/4"],
  [class~="extralarge-and-up-6/8"],
  [class~="extralarge-and-up-9/12"] {
    width: 75% !important;
  }
  /**
                 * Fifths.
                 */
  [class~="extralarge-and-up-1/5"],
  [class~="extralarge-and-up-2/10"] {
    width: 20% !important;
  }
  [class~="extralarge-and-up-2/5"],
  [class~="extralarge-and-up-4/10"] {
    width: 40% !important;
  }
  [class~="extralarge-and-up-3/5"],
  [class~="extralarge-and-up-6/10"] {
    width: 60% !important;
  }
  [class~="extralarge-and-up-4/5"],
  [class~="extralarge-and-up-8/10"] {
    width: 80% !important;
  }
  /**
                 * Sixths.
                 */
  [class~="extralarge-and-up-1/6"],
  [class~="extralarge-and-up-2/12"] {
    width: 16.6666666% !important;
  }
  [class~="extralarge-and-up-5/6"],
  [class~="extralarge-and-up-10/12"] {
    width: 83.3333333% !important;
  }
  /**
                 * Eighths.
                 */
  [class~="extralarge-and-up-1/8"] {
    width: 12.5% !important;
  }
  [class~="extralarge-and-up-3/8"] {
    width: 37.5% !important;
  }
  [class~="extralarge-and-up-5/8"] {
    width: 62.5% !important;
  }
  [class~="extralarge-and-up-7/8"] {
    width: 87.5% !important;
  }
  /**
                 * Ninths.
                 */
  [class~="extralarge-and-up-1/9"] {
    width: 11.1111111% !important;
  }
  [class~="extralarge-and-up-2/9"] {
    width: 22.2222222% !important;
  }
  [class~="extralarge-and-up-4/9"] {
    width: 44.4444444% !important;
  }
  [class~="extralarge-and-up-5/9"] {
    width: 55.5555555% !important;
  }
  [class~="extralarge-and-up-7/9"] {
    width: 77.7777777% !important;
  }
  [class~="extralarge-and-up-8/9"] {
    width: 88.8888888% !important;
  }
  /**
                 * Tenths.
                 */
  [class~="extralarge-and-up-1/10"] {
    width: 10% !important;
  }
  [class~="extralarge-and-up-3/10"] {
    width: 30% !important;
  }
  [class~="extralarge-and-up-7/10"] {
    width: 70% !important;
  }
  [class~="extralarge-and-up-9/10"] {
    width: 90% !important;
  }
  /**
                 * Twelfths.
                 */
  [class~="extralarge-and-up-1/12"] {
    width: 8.3333333% !important;
  }
  [class~="extralarge-and-up-5/12"] {
    width: 41.6666666% !important;
  }
  [class~="extralarge-and-up-7/12"] {
    width: 58.3333333% !important;
  }
  [class~="extralarge-and-up-11/12"] {
    width: 91.6666666% !important;
  }
}

/*------------------------------------*    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after,
.media:after,
.box:after {
  content: "";
  display: table;
  clear: both;
}

/* --------------------------------------------------------------------------------------
+
+ HELPER CLASSES
+
-------------------------------------------------------------------------------------- */
.hidden {
  display: none !important;
}

.visuallyhidden {
  position: absolute;
  left: -999em;
}

.invisible {
  visibility: hidden !important;
}

.no-transition,
.no-transition * {
  transition: none !important;
}

.amp {
  font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/* --------------------------------------------------------------------------------------
+
+ TYPE
+
-------------------------------------------------------------------------------------- */
.type-light {
  font-weight: 300 !important;
}

.type-normal {
  font-weight: 400 !important;
}

.type-semibold {
  font-weight: 600 !important;
}

.type-bold {
  font-weight: 700 !important;
}

.type-extrabold {
  font-weight: 900 !important;
}

.type-uppercase {
  text-transform: uppercase !important;
}

.type-lowercase {
  text-transform: lowercase !important;
}

.type-capitalize {
  text-transform: capitalize !important;
}

.type-no-transfrom {
  text-transform: none !important;
}

/*------------------------------------*    #TYPE
\*------------------------------------*/
/**
 * TYPE SIZES
 */
.type-extra-tiny {
  font-size: 8px !important;
}

.type-extra-small {
  font-size: 10px !important;
}

.type-tiny {
  font-size: 12px !important;
}

.type-small {
  font-size: 14px !important;
}

.type-default {
  font-size: 16px !important;
}

.type-large {
  font-size: 20px !important;
}

.type-huge {
  font-size: 22px !important;
}

.type-extrahuge {
  font-size: 24px !important;
}

.type-x-huge {
  font-size: 32px !important;
}

.type-super-huge {
  font-size: 212px !important;
}

/*------------------------------------*    #COLORS
\*------------------------------------*/
.color-white {
  color: white !important;
}

.color-gray {
  color: #c5cad2 !important;
}

/*------------------------------------*    #BACKGROUNDS
\*------------------------------------*/
.bgr-cover {
  background-size: cover !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/*------------------------------------*    #HELPERS
\*------------------------------------*/
.full-width {
  width: 100% !important;
}

.full-height {
  height: 100% !important;
}

.relative {
  position: relative !important;
}

@media screen and (max-width: 770px) {
  .full-height-md {
    height: 100%;
  }
}

.height-auto {
  height: auto !important;
}

@media screen and (max-width: 770px) {
  .hide-sm {
    display: none !important;
  }
}

.show-sm {
  display: none;
}

@media screen and (max-width: 770px) {
  .show-sm {
    display: block !important;
  }
}

.img-container {
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 770px) {
  .img-container {
    background-position: center;
  }
}

/*------------------------------------*    #GENERIC-RESPONSIVE
\*------------------------------------*/
/**
 * Generate custom classes for diferent screen sizes
 */
@media screen and (min-width: 481px) and (max-width: 769px) {
  /*
         * Generic responsive classes for text alignment
         */
  .text-left-medium {
    text-align: left !important;
  }
  .text-center-medium {
    text-align: center !important;
  }
  .text-right-medium {
    text-align: right !important;
  }
  .none-medium {
    display: none !important;
  }
  .float-none-medium {
    float: none !important;
  }
  .float-left-medium {
    float: left !important;
  }
  .float-right-medium {
    float: right !important;
  }
}

@media screen and (min-width: 481px) {
  /*
         * Generic responsive classes for text alignment
         */
  .text-left-medium-and-up {
    text-align: left !important;
  }
  .text-center-medium-and-up {
    text-align: center !important;
  }
  .text-right-medium-and-up {
    text-align: right !important;
  }
  .none-medium-and-up {
    display: none !important;
  }
  .float-none-medium-and-up {
    float: none !important;
  }
  .float-left-medium-and-up {
    float: left !important;
  }
  .float-right-medium-and-up {
    float: right !important;
  }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
  /*
         * Generic responsive classes for text alignment
         */
  .text-left-large {
    text-align: left !important;
  }
  .text-center-large {
    text-align: center !important;
  }
  .text-right-large {
    text-align: right !important;
  }
  .none-large {
    display: none !important;
  }
  .float-none-large {
    float: none !important;
  }
  .float-left-large {
    float: left !important;
  }
  .float-right-large {
    float: right !important;
  }
}

@media screen and (min-width: 770px) {
  /*
         * Generic responsive classes for text alignment
         */
  .text-left-large-and-up {
    text-align: left !important;
  }
  .text-center-large-and-up {
    text-align: center !important;
  }
  .text-right-large-and-up {
    text-align: right !important;
  }
  .none-large-and-up {
    display: none !important;
  }
  .float-none-large-and-up {
    float: none !important;
  }
  .float-left-large-and-up {
    float: left !important;
  }
  .float-right-large-and-up {
    float: right !important;
  }
}

@media screen and (min-width: 1025px) {
  /*
         * Generic responsive classes for text alignment
         */
  .text-left-extralarge-and-up {
    text-align: left !important;
  }
  .text-center-extralarge-and-up {
    text-align: center !important;
  }
  .text-right-extralarge-and-up {
    text-align: right !important;
  }
  .none-extralarge-and-up {
    display: none !important;
  }
  .float-none-extralarge-and-up {
    float: none !important;
  }
  .float-left-extralarge-and-up {
    float: left !important;
  }
  .float-right-extralarge-and-up {
    float: right !important;
  }
}

/*------------------------------------*    #PRINT
\*------------------------------------*/
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/3c3c5e64604209a4d63e1e4c48dd245d45fadfd9/css/main.css#L200-L234
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /**
     * Don’t show links that are fragment identifiers, or use the `javascript:`
     * pseudo protocol.
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
}
