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

/*------------------------------------*    #PAGE
\*------------------------------------*/
html {
  font-family: "Roboto", sans-serif;
}

body {
  background-color: #fff;
  padding: 230px 0 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-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;
}

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

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

/*------------------------------------*    #FONTS
\*------------------------------------*/
@font-face {
  font-family: 'camptonbold_demo';
  src: url("../fonts/campton-bolddemo-webfont.eot");
  src: url("../fonts/campton-bolddemo-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/campton-bolddemo-webfont.woff2") format("woff2"), url("../fonts/campton-bolddemo-webfont.woff") format("woff"), url("../fonts/campton-bolddemo-webfont.ttf") format("truetype"), url("../fonts/campton-bolddemo-webfont.svg#camptonbold_demo") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* --------------------------------------------------------------------------------------
+
+ 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: 1328px;
  padding-left: 24px;
  padding-right: 24px;
}

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

/*------------------------------------*    #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 {
  -webkit-transform: translate(-50%, -50%);
      -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 {
  -webkit-transform: translate(0, 0);
          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 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  top: 0;
  left: 0;
}

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

/*------------------------------------*    #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: -24px;
}

/**
     * 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: 24px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
}

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

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

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

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

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

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

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

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

/**
     * 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: -24px;
  /* [2] */
}

.layout__item {
  margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

/*------------------------------------*    #FOOTER MAIN
\*------------------------------------*/
.footer-main {
  margin-top: 50px;
}

.footer-main p {
  color: #c5ac95;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.footer-main a {
  color: #dd5850;
}

.footer-main a:hover {
  text-decoration: none;
  color: #c5ac95;
}

.footer-main .layout__item:last-child p {
  text-align: right;
}

@media screen and (max-width: 480px) {
  .footer-main {
    margin-top: 30px;
  }
  .footer-main p {
    word-spacing: 9999px;
    line-height: 35px;
    text-align: center !important;
    margin-bottom: 0;
  }
  .footer-main a {
    padding: 10px 35px;
    background: #dd5850;
    color: #fff;
    border-radius: 30px;
  }
  .footer-main .layout__item {
    margin-bottom: 120px;
  }
  .footer-main .layout__item:last-child {
    margin-bottom: 0;
  }
  .footer-main .layout__item:last-child p {
    word-spacing: normal;
  }
}

/*------------------------------------*    #HEADER MAIN
\*------------------------------------*/
/*------------------------------------*    #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;
  color: #000;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 0;
  /* remove browser defaults */
  vertical-align: middle;
  width: 100%;
}

.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: #000;
}

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

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

.input:-ms-input-placeholder {
  color: #000;
}

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

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

/**
 * Textarea input.
 */
.input--textarea {
  resize: none;
}

/*------------------------------------*    #PRIMARY BUTTON
\*------------------------------------*/
/**
 * Primary button.
 */
.btn--primary {
  -webkit-font-smoothing: inherit;
  transition: all .2s ease;
  background-color: transparent;
  border-radius: 0;
  color: #000;
  font-weight: 700;
  height: 53px;
  line-height: 53px;
  width: auto;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  /**
     * @hover
     */
  /**
     * @active
     */
  /**
     * @disabled
     */
}

.btn--primary:disabled {
  opacity: 0.5;
  cursor: default !important;
}

/*------------------------------------*    #SITE LOGO
\*------------------------------------*/
.site-logo {
  display: inline-block;
  vertical-align: middle;
}

.site-logo > img {
  height: auto;
  vertical-align: middle;
  width: 181px;
}

.site-logo:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .site-logo {
    display: block;
  }
  .site-logo img {
    display: block;
    margin: 0 auto;
  }
}

/*------------------------------------*    #SOCIAL
\*------------------------------------*/
.social {
  margin-top: 94px;
  margin-left: 0;
  list-style: none;
}

.social li {
  margin-bottom: 32px;
}

.social a {
  font-size: 12px;
  font-weight: 700;
  color: #c5ac95;
  text-transform: uppercase;
  position: relative;
  padding: 10px 0 10px 58px;
}

.social a:hover {
  text-decoration: none;
  color: #dd5850;
}

.social a.social__item--fb:hover:before {
  background: url(images/social-icons.png) 114px 0;
}

.social a.social__item--in:hover:before {
  background: url(images/social-icons.png) 76px 0;
}

.social a.social__item--pi:hover:before {
  background: url(images/social-icons.png) 38px 0;
}

.social a span {
  margin-right: 20px;
}

.social a.social__item--fb:before {
  content: '';
  background: url(images/social-icons.png) 228px 0;
  width: 38px;
  height: 38px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.social a.social__item--in:before {
  content: '';
  background: url(images/social-icons.png) 190px 0;
  width: 38px;
  height: 38px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.social a.social__item--pi:before {
  content: '';
  background: url(images/social-icons.png) 152px 0;
  width: 38px;
  height: 38px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .social li {
    display: inline-block;
    margin-right: 30px;
  }
}

@media screen and (max-width: 480px) {
  .social {
    display: block;
    position: absolute;
    bottom: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 0;
  }
  .social li {
    text-align: center;
    width: 38px;
    margin: 0;
  }
  .social li:nth-child(2) {
    margin: 0 15px;
  }
}

/*------------------------------------*    #CONTENT
\*------------------------------------*/
.content {
  position: relative;
}

.content p {
  font-size: 120px;
  color: #dd5850;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 47px;
  font-family: "camptonbold_demo";
  margin-top: 50px;
  margin-left: 100px;
}

.content img {
  float: right;
}

.content img.responsive {
  display: none;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .content img {
    display: none;
  }
  .content img.responsive {
    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: 768px) {
  .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: 769px) 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: 769px) {
  .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: 768px) {
  .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: 769px) 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: 769px) {
  .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: 768px) {
  .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: 769px) 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: 769px) {
  .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: 768px) {
  .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: 769px) 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: 769px) {
  .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: 768px) {
  .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: 769px) 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: 769px) {
  .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: 768px) {
  .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: 769px) 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: 769px) {
  .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: 768px) {
  .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: 769px) 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: 769px) {
  .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: 768px) {
  .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: 769px) 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: 769px) {
  .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: 768px) {
  .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: 769px) 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: 769px) {
  .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: 768px) {
  .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: 769px) 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: 769px) {
  .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: 768px) {
  .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: 769px) 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: 769px) {
  .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: 768px) {
  .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: 769px) 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: 769px) {
  .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: 768px) {
  /**
                 * 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: 769px) 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: 769px) {
  /**
                 * 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: 800 !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;
}

/*------------------------------------*    #GENERIC-RESPONSIVE
\*------------------------------------*/
/**
 * Generate custom classes for diferent screen sizes
 */
@media screen and (min-width: 481px) and (max-width: 768px) {
  /*
         * 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: 769px) 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: 769px) {
  /*
         * 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: "";
  }
}
