@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: #6f6f6f;
  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: "Libre Franklin", sans-serif;
  overflow-x: hidden;
}

body {
  padding-top: 107px;
  position: relative;
}

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

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

html.menu-open:before,
body.menu-open:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  transition: all .2s ease;
  z-index: 100;
}

body.menu-open:before {
  z-index: 110;
}

.site-content {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -44px;
}

@media screen and (max-width: 769px) {
  .site-content {
    margin: 0;
  }
}

.sidebar-area {
  width: 25%;
}

.content-area {
  width: 75%;
}

@media screen and (max-width: 769px) {
  .content-area {
    margin-top: 40px;
  }
}

.sidebar-area,
.content-area {
  padding-left: 44px;
}

@media screen and (max-width: 769px) {
  .sidebar-area,
  .content-area {
    width: 100%;
    padding-left: 0;
  }
}

.single-post .wp-post-image {
  padding-bottom: 49.5%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

.single-post .portrait {
  background-size: contain;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.single-post .entry-title,
.single-post .entry-header {
  text-align: center;
}

.single-post .entry-header {
  padding-top: 20px;
}

.single-post .entry-title,
.single-post .entry-content,
.single-post .entry-footer,
.single-post .tag-share,
.single-post .comments-area {
  padding-left: 17.28%;
  padding-right: 17.28%;
}

.single-post .entry-date {
  color: #fdb933;
}

.single-post .entry-title {
  margin-top: 15px;
  margin-bottom: 37px;
}

.single-post .entry-footer {
  padding-bottom: 17px;
}

@media screen and (max-width: 481px) {
  h1.entry-title {
    font-size: 28px;
  }
}

.page-template-template-legal .entry-content {
  max-width: 772px;
  margin: 0 auto 70px;
}

.page-template-template-legal .effective-date {
  margin-bottom: 30px;
}

/*------------------------------------*    #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 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333;
}

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

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

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

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

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

/*------------------------------------*    #HEADINGS
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2c2d2e;
  font-weight: 700;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}

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

h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333;
}

@media screen and (max-width: 481px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.84615;
}

@media screen and (max-width: 481px) {
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.09091;
  }
}

h4 {
  font-size: 20px;
}

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

/**
 * Wordpress class for styling content typography elements
 */
.entry-content p {
  color: #6f6f6f;
  font-size: 16px;
}

.entry-content p + blockquote {
  margin-top: 50px;
}

.entry-content .highlight {
  color: black;
}

.entry-content blockquote {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #2c2d2e;
  padding: 30px 0 30px 100px;
}

@media screen and (max-width: 481px) {
  .entry-content blockquote {
    padding: 20px 15px;
  }
}

.entry-content blockquote:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 33%;
  height: 2px;
  background-color: #fdb933;
}

@media screen and (max-width: 481px) {
  .entry-content blockquote:before {
    left: -15px;
    width: 90%;
  }
}

.entry-content img,
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content pre,
.entry-content blockquote,
.entry-content .embedded {
  margin-bottom: 24px;
}

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

.entry-content b,
.entry-content strong {
  color: #2c2d2e;
  font-size: 18px;
  font-weight: 700;
}

.entry-content ul {
  list-style: none;
  padding-left: 60px;
}

.entry-content ul li:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fdb933;
}

.entry-content ol {
  list-style: decimal;
  padding-left: 54px;
  counter-reset: list-ordered-first;
}

.entry-content ol li {
  counter-increment: list-ordered-first;
}

.entry-content ol li:before {
  content: "" counter(list-ordered-first, decimal) "";
  position: absolute;
  left: -54px;
  top: -5px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #fdb933;
  text-align: center;
  line-height: 33px;
  font-size: 14px;
  font-weight: 400;
  color: #2c2d2e;
}

.entry-content ul,
.entry-content ol {
  margin-left: 0;
  margin-right: 1em;
  list-style: none;
}

.entry-content li {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}

.entry-content .sitemap {
  padding-left: 30px;
  margin: 50px 50px 50px 0;
}

.entry-content .sitemap li {
  margin-bottom: 15px;
}

.entry-content .sitemap a {
  color: #6f6f6f;
}

.entry-content .sitemap a:hover {
  color: #fdb933;
}

.entry-content .children {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
}

.lead {
  color: #2c2d2e;
  font-size: 18px;
  font-weight: 300;
  max-width: 66%;
  font-style: italic;
}

@media screen and (max-width: 769px) {
  .lead {
    max-width: 90%;
  }
}

.lead + p {
  margin-top: 50px;
}

.highlighted {
  font-weight: bold;
  font-size: 18px;
  color: #2c2d2e;
  margin-bottom: 40px !important;
}

.effective-date {
  color: #fdb933;
  margin-bottom: 30px;
}

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

a:hover {
  text-decoration: none !important;
}

a.more {
  color: black;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

a.more:hover {
  color: #fdb933;
}

/* --------------------------------------------------------------------------------------
+
+ 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;
  clear: both;
}

.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.aligncenter {
  margin: 0 auto 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 .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. */
}

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

@media screen and (max-width: 481px) {
  .container {
    max-width: 1220px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container.container--narrow {
  max-width: 648px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.container.container--medium {
  max-width: 976px;
}

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

.icon-logo {
  width: 173px;
  height: 41px;
}

.icon-facebook {
  width: 8px;
  height: 16px;
}

.icon-google {
  width: 22px;
  height: 14px;
}

.icon-instagram {
  width: 16px;
  height: 16px;
}

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

.icon-sent, .icon-not-sent, .icon-error {
  width: 23px;
  height: 23px;
}

.icon-arrow {
  width: 29px;
  height: 14px;
}

.icon-pagination {
  width: 11px;
  height: 7px;
}

.icon-zoom {
  width: 44px;
  height: 44px;
}

.icon-silence {
  width: 137px;
  height: 159px;
}

.icon-face-it {
  width: 206px;
  height: 182px;
}

.icon-mentoring {
  width: 199px;
  height: 159px;
}

.icon-restorative {
  width: 173px;
  height: 173px;
}

.icon-home-arrow {
  width: 12px;
  height: 22px;
  transition: all .2s ease;
}

.icon-donate {
  width: 7px;
  height: 12px;
}

.icon-sidebar-arrow {
  width: 15px;
  height: 9px;
}

/*------------------------------------*    #ICONS
\*------------------------------------*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 2000;
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
  background: #fdb933;
  pointer-events: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

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

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

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

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

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

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

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

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

.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 1180px;
  margin: 80px auto;
}

@media screen and (max-width: 1025px) {
  .white-popup {
    max-width: 444px;
  }
}

@media screen and (max-width: 1025px) {
  .white-popup .layout__item {
    margin-bottom: 0;
  }
}

.white-popup .layout__item img {
  width: calc(100%);
  margin-bottom: 50px;
}

@media screen and (max-width: 1025px) {
  .white-popup .layout__item img {
    margin-bottom: 40px;
  }
}

.white-popup .layout__item h4 {
  padding-left: 80px;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 1025px) {
  .white-popup .layout__item h4 {
    padding-left: 60px;
  }
}

@media screen and (max-width: 481px) {
  .white-popup .layout__item h4 {
    padding-left: 50px;
    font-size: 16px;
  }
}

.white-popup .layout__item h4:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 50px;
  width: 24px;
  height: 2px;
  background-color: #fdb933;
}

@media screen and (max-width: 1025px) {
  .white-popup .layout__item h4:after {
    left: 30px;
  }
}

@media screen and (max-width: 481px) {
  .white-popup .layout__item h4:after {
    left: 15px;
  }
}

.white-popup .layout__item p {
  text-transform: none;
  font-size: 12px;
  margin-bottom: 0;
  padding-left: 80px;
}

@media screen and (max-width: 1025px) {
  .white-popup .layout__item p {
    padding-left: 60px;
  }
}

.white-popup .popup-content {
  padding: 70px;
  padding-left: 36px;
}

@media screen and (max-width: 1025px) {
  .white-popup .popup-content {
    padding: 45px 30px;
  }
}

@media screen and (max-width: 481px) {
  .white-popup .popup-content {
    padding: 30px 15px;
  }
}

.white-popup .popup-content p {
  font-size: 16px;
  margin-bottom: 24px;
  padding-left: 0;
}

.mfp-close {
  top: 5px;
  right: 5px;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 1025px) {
  .mfp-close {
    top: -44px;
    right: -14px;
  }
}

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

@media screen and (max-width: 1025px) {
  .mfp-close .icon-close {
    color: #fff;
  }
}

.mfp-close:active {
  margin-top: 4px;
}

.open-popup-link:focus {
  outline: none;
}

/**
   * Fade-move animation for first dialog
   */
.magnific-animate--fade {
  opacity: 0;
  transition: all .3s ease;
  -webkit-transform: translate(0, -30px);
      -ms-transform: translate(0, -30px);
          transform: translate(0, -30px);
}

/* start state */
.my-mfp-fade-move .magnific-animate--fade {
  opacity: 0;
}

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

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

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

/* animate in */
.my-mfp-fade-move.mfp-ready.mfp-bg {
  opacity: .8;
}

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

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.layout__item {
  margin-bottom: 44px;
}

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

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

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

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

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

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

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

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

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

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

/*------------------------------------*    #FOOTER MAIN
\*------------------------------------*/
.footer-main {
  background-color: #002469;
  padding: 30px 3.5%;
}

@media screen and (max-width: 767px) {
  .footer-main {
    text-align: center;
    padding: 50px 3.5% 70px;
  }
}

.footer-main__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-main__top .icon-logo {
  color: rgba(255, 255, 255, 0.3);
  transition: all ease .2s;
}

.footer-main__top .icon-logo:hover {
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 767px) {
  .footer-main__top {
    display: block;
    border-bottom: none;
  }
}

.social-links ul {
  margin: 0;
  padding: 0;
}

.social-links li {
  display: inline-block;
  border-radius: 50%;
  margin-left: 15px;
  margin-bottom: 0;
}

.social-links li:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .social-links li:first-child {
    margin-left: 0;
  }
}

.social-links a {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: relative;
  transition: all ease .2s;
}

.social-links a:hover {
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.social-links a:hover .icon {
  color: rgba(255, 255, 255, 0.6);
}

.social-links .icon {
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all ease .2s;
}

@media screen and (max-width: 767px) {
  .social-links {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

.footer-main__bottom {
  padding-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .footer-main__bottom {
    padding-top: 0;
    padding-bottom: 45px;
  }
}

.footer-main__bottom p,
.footer-main__bottom a {
  margin-bottom: 0;
  color: #4d6696;
  font-size: 12px;
}

.footer-main__bottom a {
  transition: all ease .2s;
}

.footer-main__bottom a:hover {
  color: white;
  text-decoration: none;
}

.footer-main__bottom ul {
  margin: 0 0 0 40px;
  padding: 0;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .footer-main__bottom ul {
    padding-top: 20px;
    white-space: normal;
    margin: 0;
  }
}

.footer-main__bottom li {
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 0;
}

.footer-main__bottom li:first-child {
  margin-left: 0;
}

.footer-main__bottom li:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer-main__bottom li {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-main__bottom {
    display: block;
  }
}

/*------------------------------------*    #HEADER MAIN
\*------------------------------------*/
.header-main {
  border-top: 5px solid #002469;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 50px;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  margin-bottom: -107px;
  position: relative;
  z-index: 110;
}

@media screen and (max-width: 1180px) {
  .header-main {
    padding: 15px 20px;
    margin-bottom: -77px;
  }
}

@media screen and (max-width: 481px) {
  .header-main {
    padding: 15px;
    margin-bottom: -62px;
  }
}

.header-main.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.header-main.visible {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

@media screen and (max-width: 1180px) {
  .main-navigation {
    position: absolute;
    right: 0;
    top: 72px;
    background-color: white;
    height: 100vh;
    min-width: 320px;
    padding: 30px 30px 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    transition: all .2s ease;
  }
}

@media screen and (max-width: 1180px) and (max-width: 481px) {
  .main-navigation {
    top: 57px;
    width: 100%;
  }
}

@media screen and (max-width: 1180px) {
  .main-navigation.is-active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.main-navigation ul {
  margin: 0;
  padding: 0;
}

.main-navigation li {
  display: inline-block;
  border-radius: 50%;
  margin-left: 50px;
  margin-bottom: 0;
}

@media screen and (max-width: 1180px) {
  .main-navigation li {
    display: block;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.main-navigation li:before {
  display: none;
}

.main-navigation li.current-menu-item a,
.main-navigation li.current-page-ancestor a {
  color: #fdb933;
}

@media screen and (max-width: 1180px) {
  .main-navigation li.current-menu-item a,
  .main-navigation li.current-page-ancestor a {
    border-bottom: 2px solid #fdb933;
  }
}

.main-navigation a {
  text-transform: uppercase;
  font-size: 12px;
  color: #2c2d2e;
  font-weight: 500;
  transition: all ease .2s;
}

.main-navigation a:hover {
  text-decoration: none;
  color: #fdb933;
}

@media screen and (max-width: 1180px) {
  .main-navigation a {
    display: block;
  }
}

.main-navigation .menu-item-has-children {
  position: relative;
}

.main-navigation .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.main-navigation .sub-menu {
  position: absolute;
  left: -15px;
  top: 100%;
  min-width: 210px;
  padding-top: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  transition: all .25s ease;
}

@media screen and (max-width: 1180px) {
  .main-navigation .sub-menu {
    display: none;
  }
}

.main-navigation .sub-menu a {
  background-color: #2c2d2e;
  color: #fff;
  display: block;
  padding: 20px 15px;
}

.main-navigation .sub-menu a:hover {
  background-color: #383a3b;
}

.main-navigation .sub-menu .menu-item {
  margin: 0;
  display: block;
}

.nav-trigger {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}

@media screen and (max-width: 1180px) {
  .nav-trigger {
    display: inline-block;
  }
}

@media screen and (max-width: 481px) {
  .nav-trigger {
    right: 15px;
  }
}

.nav-trigger.is-active span {
  background-color: transparent;
}

.nav-trigger.is-active span:before, .nav-trigger.is-active span:after {
  top: 0;
}

.nav-trigger.is-active span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-trigger.is-active span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-trigger span {
  width: 20px;
  height: 2px;
  background-color: #2c2d2e;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all .2s ease;
}

.nav-trigger span:before, .nav-trigger span:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #2c2d2e;
  position: absolute;
  transition: all .2s ease;
}

.nav-trigger span:before {
  top: -5px;
}

.nav-trigger span:after {
  top: 5px;
}

/*------------------------------------*    #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: 1px solid transparent;
  color: #6f6f6f;
  display: inline-block;
  font-family: "Libre Franklin", sans-serif;
  font-size: 14px;
  padding: 0;
  /* remove browser defaults */
  vertical-align: middle;
  width: 100%;
  height: 50px;
}

.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: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  font-style: italic;
}

.input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  font-style: italic;
}

.input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  font-style: italic;
}

.input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  font-style: italic;
}

/**
 * Primary input.
 */
.input--primary {
  background-color: #eceef1;
  padding-left: 20px;
  /**
     * @hover
     */
  /**
     * @focus
     */
  /**
     * Error state.
     */
}

.input--primary:hover {
  border-color: #cdcdcd;
}

.input--primary:focus {
  border-color: #cdcdcd;
}

.is-error .input--primary, .wpcf7-not-valid .input--primary, .input--primary.is-error, .input--primary.wpcf7-not-valid {
  border-color: #ff8688;
  background-color: #ffeee9;
  color: #ff7a56;
}

.is-error .input--primary::-webkit-input-placeholder, .wpcf7-not-valid .input--primary::-webkit-input-placeholder, .input--primary.is-error::-webkit-input-placeholder, .input--primary.wpcf7-not-valid::-webkit-input-placeholder {
  color: #ff7a56;
}

.is-error .input--primary:-moz-placeholder, .wpcf7-not-valid .input--primary:-moz-placeholder, .input--primary.is-error:-moz-placeholder, .input--primary.wpcf7-not-valid:-moz-placeholder {
  /* Firefox 18- */
  color: #ff7a56;
}

.is-error .input--primary::-moz-placeholder, .wpcf7-not-valid .input--primary::-moz-placeholder, .input--primary.is-error::-moz-placeholder, .input--primary.wpcf7-not-valid::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff7a56;
}

.is-error .input--primary:-ms-input-placeholder, .wpcf7-not-valid .input--primary:-ms-input-placeholder, .input--primary.is-error:-ms-input-placeholder, .input--primary.wpcf7-not-valid:-ms-input-placeholder {
  color: #ff7a56;
}

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

.input--submit {
  background-color: white;
  text-align: center;
  padding-left: 0 !important;
}

.input-wrap {
  position: relative;
}

.input-wrap span {
  color: #ff7a56;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

textarea {
  height: 130px !important;
  padding-top: 20px !important;
}

/*------------------------------------*    #PRIMARY BUTTON
\*------------------------------------*/
/**
 * Primary button.
 */
.btn--primary {
  -webkit-font-smoothing: inherit;
  transition: all .2s ease;
  background-color: transparent;
  border-radius: 0;
  color: #000;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  width: auto;
  padding: 1px  30px 0;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  box-sizing: border-box;
  letter-spacing: .1em;
  /**
     * @hover
     */
  /**
     * @active
     */
  /**
     * @disabled
     */
}

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

@media screen and (max-width: 481px) {
  .btn--primary {
    width: 100%;
  }
}

.btn--send {
  background-color: #2c2d2e;
  color: white;
  letter-spacing: 1px;
}

.btn--send:hover {
  background-color: #515356;
}

.btn--submit {
  color: white;
  background-color: #4e95cb;
  padding: 1px 50px 0;
}

.btn--submit:hover {
  background-color: #4480ae;
}

.btn--orange {
  background-color: #fdb933;
}

.btn--orange:hover {
  background-color: #fdb01a;
}

.btn--orange.btn--donate {
  padding: 2px 75px 0 50px;
}

.donate-button-wrap {
  position: relative;
  display: inline-block;
}

.donate-button-wrap span {
  color: black;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn--support {
  background-color: #002469;
  color: #fff;
}

@media screen and (min-width: 482px) {
  .btn--support {
    display: none;
  }
}

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

.header-main .site-logo img {
  width: 173px;
}

@media screen and (max-width: 481px) {
  .header-main .site-logo img {
    width: 109px;
  }
}

/*------------------------------------*    #BREADCRUMBS
\*------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  margin: 0;
}

@media screen and (max-width: 769px) {
  .breadcrumbs {
    display: none;
  }
}

.entry-content .breadcrumbs {
  padding: 20px 0;
}

.breadcrumbs a {
  font-weight: 300;
  font-size: 12px;
  color: #6f6f6f;
  margin-right: 10px;
  text-transform: capitalize;
}

.breadcrumbs a:hover {
  text-decoration: none;
  color: #fdb933;
}

.breadcrumbs li {
  margin: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  position: relative;
}

.breadcrumbs li:after {
  content: '›';
  position: absolute;
  top: -1px;
  right: 2px;
  font-weight: 300;
}

.breadcrumbs li.is-active:after {
  display: none;
}

.breadcrumbs li:hover {
  text-decoration: none;
}

/*------------------------------------*    #SUBSCRIBE
\*------------------------------------*/
.subscribe {
  background-color: #eceef1;
  text-align: center;
  padding: 100px 0;
}

@media screen and (max-width: 481px) {
  .subscribe {
    padding: 70px 0;
  }
}

.subscribe h1 {
  margin-bottom: 48px;
}

@media screen and (max-width: 481px) {
  .subscribe h1 {
    line-height: normal;
    margin-bottom: 30px;
  }
}

.subscribe .input--submit {
  margin-bottom: 30px;
}

@media screen and (max-width: 481px) {
  .subscribe .input--submit {
    margin-bottom: 15px;
  }
}

.subscribe-message-wrap {
  margin-top: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.subscribe-message-wrap .subscribe-message {
  display: inline-block;
  color: white;
  padding: 15px;
  position: relative;
  text-align: left;
}

.subscribe-message-wrap .subscribe-message.none {
  display: none;
}

.subscribe-message-wrap .subscribe-message .subscribe-message__icon {
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.subscribe-message-wrap .subscribe-message .subscribe-message__close {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.subscribe-message-wrap .subscribe-message .subscribe-message__close a {
  color: white;
}

.subscribe-message-wrap .subscribe-message .subscribe-message__text {
  font-size: 14px;
  padding: 0 38px;
}

.subscribe-message-wrap .subscribe-message.subscribe-message--error1, .subscribe-message-wrap .subscribe-message.subscribe-message--error2 {
  background-color: #ff7a56;
}

.subscribe-message-wrap .subscribe-message.subscribe-message--success {
  background-color: #64cf53;
}

/*------------------------------------*    #SHARE
\*------------------------------------*/
.share {
  position: absolute;
  right: 50px;
  top: 197px;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: rotate(-90deg) translate(0%, -50%);
      -ms-transform: rotate(-90deg) translate(0%, -50%);
          transform: rotate(-90deg) translate(0%, -50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1025px) {
  .share {
    display: none;
  }
}

.share.is-active .share-text {
  display: none;
}

.share.is-active .share-line {
  width: 16px;
}

.share.is-active .share-link {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.share-text {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
}

.share-line {
  display: block;
  height: 2px;
  width: 46px;
  background-color: #111;
  display: inline-block;
  position: relative;
  top: -5px;
  left: 8px;
  transition: width .2s ease;
}

.share-list {
  margin: 0;
}

.share-text,
.share-link {
  font-size: 12px;
  text-transform: uppercase;
  color: black;
  font-weight: 500;
}

.share-link {
  display: inline-block;
  margin-left: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
  transition: all .2s ease .2s;
}

.share-link a {
  color: #000;
}

.share-link a:hover {
  color: #fdb933;
}

/*------------------------------------*    #BELOW CONTENT NAV
\*------------------------------------*/
.below-content-nav {
  padding-bottom: 45px;
  padding-top: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -44px;
}

@media screen and (max-width: 769px) {
  .below-content-nav {
    padding-bottom: 25px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 481px) {
  .below-content-nav {
    padding-top: 20px;
  }
}

@media screen and (max-width: 769px) {
  .below-content-nav h1 {
    font-size: 26px;
  }
}

.below-content-nav.one-third .below-content-link {
  width: 33.3%;
  padding-left: 44px;
  margin-bottom: 44px;
}

@media screen and (max-width: 769px) {
  .below-content-nav.one-third .below-content-link {
    width: 50%;
  }
}

@media screen and (max-width: 481px) {
  .below-content-nav.one-third .below-content-link {
    width: 100%;
    margin-bottom: 15px;
  }
}

.below-content-nav.one-half .below-content-link {
  width: 50%;
  padding-left: 44px;
  margin-bottom: 44px;
}

@media screen and (max-width: 766px) {
  .below-content-nav.one-half .below-content-link {
    width: 100%;
    margin-bottom: 15px;
  }
}

.below-content-nav .below-content-nav-content {
  background-color: #4e95cb;
  position: relative;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  height: 100%;
}

.below-content-nav .below-content-nav-content.prev {
  background-image: url("images/nav-below-content.png");
  background-position: bottom right;
  padding: 70px;
}

@media screen and (max-width: 769px) {
  .below-content-nav .below-content-nav-content.prev {
    padding: 40px;
  }
}

@media screen and (max-width: 481px) {
  .below-content-nav .below-content-nav-content.prev {
    padding: 30px;
  }
}

.below-content-nav .below-content-nav-content.prev span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.below-content-nav .below-content-nav-content.prev:hover {
  background-image: url("images/nav-below-content-hover.png");
}

.below-content-nav .below-content-nav-content.next {
  background-image: url("images/nav-below-content-next.png");
  background-position: bottom left;
  text-align: right;
  padding: 70px;
}

@media screen and (max-width: 769px) {
  .below-content-nav .below-content-nav-content.next {
    padding: 40px;
  }
}

@media screen and (max-width: 481px) {
  .below-content-nav .below-content-nav-content.next {
    padding: 30px;
  }
}

.below-content-nav .below-content-nav-content.next:hover {
  background-image: url("images/nav-below-content-next-hover.png");
}

.below-content-nav .below-content-nav-content.next span {
  right: 70px;
}

@media screen and (max-width: 769px) {
  .below-content-nav .below-content-nav-content.next span {
    right: 40px;
  }
}

@media screen and (max-width: 481px) {
  .below-content-nav .below-content-nav-content.next span {
    right: 30px;
  }
}

.below-content-nav .below-content-nav-content.disabled {
  background-color: #dde0e5;
  background-image: url("images/nav-below-content-disabled.png");
  background-position: bottom left;
  padding-bottom: 65%;
}

.below-content-nav .below-content-nav-content.next2 {
  padding: 50px;
  background-image: url("images/nav-below-content-next2.png");
  background-position: left bottom;
}

@media screen and (max-width: 769px) {
  .below-content-nav .below-content-nav-content.next2 {
    padding: 40px;
  }
}

@media screen and (max-width: 481px) {
  .below-content-nav .below-content-nav-content.next2 {
    padding: 30px;
  }
}

.below-content-nav .below-content-nav-content.next2 .type-large {
  margin-bottom: 79%;
}

.below-content-nav .below-content-nav-content.next2:hover {
  background-image: url("images/nav-below-content-next2-hover.png");
}

.below-content-nav .below-content-nav-content.next2 span {
  bottom: 50px;
  right: 50px;
}

@media screen and (max-width: 769px) {
  .below-content-nav .below-content-nav-content.next2 span {
    bottom: 40px;
    right: 40px;
  }
}

@media screen and (max-width: 481px) {
  .below-content-nav .below-content-nav-content.next2 span {
    bottom: 30px;
    right: 30px;
  }
}

.below-content-nav .below-content-nav-content.next2 .type-large {
  text-transform: none;
}

.below-content-nav .below-content-nav-content.next:hover, .below-content-nav .below-content-nav-content.prev:hover, .below-content-nav .below-content-nav-content.next2:hover {
  background-color: #fdb933;
}

.below-content-nav h1, .below-content-nav span, .below-content-nav p {
  color: white;
}

.below-content-nav span {
  position: absolute;
  display: inline-block;
  bottom: 70px;
}

@media screen and (max-width: 769px) {
  .below-content-nav span {
    bottom: 33px;
  }
}

.below-content-nav p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
}

.below-content-nav h1 {
  margin-bottom: 26%;
}

/*------------------------------------*    #BOXES
\*------------------------------------*/
.boxes {
  padding-top: 25px;
}

.boxes__item {
  margin-bottom: 6px;
}

.boxes__item img {
  width: 100%;
}

.entry-content .boxes__item img {
  margin-bottom: 20px;
}

.boxes__item p {
  font-weight: 300;
  font-size: 14px;
  color: #6f6f6f;
  margin-bottom: 0 !important;
}

.entry-content .boxes__item p {
  margin-bottom: 20px;
}

.boxes__item .extension {
  text-transform: uppercase;
}

.boxes__item h4 {
  font-size: 16px;
  font-weight: 500;
  color: #2c2d2e;
  position: relative;
  margin-bottom: 40px;
}

.boxes__item h4:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #fdb933;
}

.boxes__item a {
  font-size: 12px;
  font-weight: 500;
  color: #2c2d2e;
  text-transform: uppercase;
  position: relative;
  transition: all ease .2s;
}

.boxes__item a:hover {
  text-decoration: none;
  color: #fdb933;
}

.boxes__item--link {
  margin-bottom: 6px;
}

.boxes__item--link img {
  margin-bottom: 0 !important;
}

.boxes__item--link h4 {
  padding-left: 34px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.boxes__item--link h4:after {
  top: 7px;
}

.boxes__item--link p {
  padding-left: 34px;
  text-transform: none;
  font-size: 12px;
}

.boxes__item--link a {
  display: block;
}

.boxes__item--link a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all ease .4s;
}

.boxes__item--link a:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.boxes__item--link a:hover span {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.boxes__item--link span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  color: white;
  transition: all ease .6s;
}

/*------------------------------------*    #PAGINATION
\*------------------------------------*/
.pagination {
  text-align: center;
  padding-top: 60px;
}

.pagination .page-numbers {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.pagination .page-numbers .page-number {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.pagination .page-numbers .page-number .current {
  background-color: #fdb933;
  width: 27px;
  height: 27px;
  line-height: 25px;
  border-radius: 50%;
  display: inline-block;
  color: white;
}

.pagination .page-numbers .page-number:last-child {
  margin-right: 0;
}

.pagination .page-numbers .page-number:last-child .icon-pagination {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination .page-numbers .page-number a {
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 25px;
  border-radius: 50%;
  border: 1px solid transparent;
  text-align: center;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #6f6f6f;
  font-weight: 300;
  cursor: pointer;
}

.pagination .page-numbers .page-number a:hover {
  border-color: #6f6f6f;
}

.pagination .page-numbers .page-number a.prev, .pagination .page-numbers .page-number a.next {
  border-color: transparent;
  height: 17px;
  width: 11px;
}

.pagination .page-numbers .page-number a.prev:hover, .pagination .page-numbers .page-number a.next:hover {
  color: #fdb933;
}

.pagination .page-numbers .page-number a .icon-pagination {
  position: relative;
  top: -1px;
}

/*------------------------------------*    #TABS
\*------------------------------------*/
.tabs .tabs-nav-wrap {
  position: relative;
}

.tabs .tabs__nav {
  margin: 0;
  padding-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

@media screen and (max-width: 680px) {
  .tabs .tabs__nav {
    display: none;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #2c2d2e;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 10;
  }
}

.tabs .tabs__nav li {
  display: inline-block;
  padding: 0 20px 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 680px) {
  .tabs .tabs__nav li {
    display: block;
    padding: 0;
  }
}

.tabs .tabs__nav li:before {
  display: none;
}

.tabs .tabs__nav li.is-active {
  border-bottom: 2px solid #fdb933;
}

@media screen and (max-width: 680px) {
  .tabs .tabs__nav li.is-active {
    border-bottom: none;
    background-color: #383a3b;
  }
}

.tabs .tabs__nav li.is-active a {
  color: #fdb933;
}

@media screen and (max-width: 680px) {
  .tabs .tabs__nav li.is-active a {
    color: #fff;
  }
}

.tabs .tabs__nav li:hover a {
  color: #fdb933;
}

@media screen and (max-width: 680px) {
  .tabs .tabs__nav li:hover a {
    color: #fff;
  }
}

.tabs .tabs__nav a {
  font-weight: 500;
  font-size: 14px;
  color: #2c2d2e;
  transition: all ease .2s;
}

@media screen and (max-width: 680px) {
  .tabs .tabs__nav a {
    display: block;
    padding: 20px 15px;
    color: #fff;
  }
}

.partners-supporters .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners-supporters .content .partners-supporters-content {
  width: 20%;
}

.tab-active-element {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fdb933;
  border-bottom: 2px solid #fdb933;
  padding: 11px 15px;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (min-width: 681px) {
  .tab-active-element {
    display: none;
  }
}

/*------------------------------------*    #SIDEBAR NAV
\*------------------------------------*/
.side-navigation {
  position: relative;
}

@media screen and (max-width: 769px) {
  .side-navigation {
    margin-left: -40px;
    margin-right: -40px;
    z-index: 100;
  }
}

@media screen and (max-width: 481px) {
  .side-navigation {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.side-navigation .menu {
  list-style: none;
  margin: 0;
  display: inline-block;
}

@media screen and (max-width: 769px) {
  .side-navigation .menu {
    position: absolute;
    background-color: #fff;
    top: 100%;
    width: 100%;
    padding: 22px 20px;
    display: none;
  }
}

@media screen and (max-width: 481px) {
  .side-navigation .menu {
    padding: 22px 15px;
  }
}

.side-navigation .menu-item {
  margin-bottom: 25px;
}

.side-navigation .menu-item:last-child {
  margin-bottom: 0;
}

.side-navigation .menu-item.current-menu-item a {
  color: #fdb933;
}

.side-navigation .menu-item.current-menu-item a:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fdb933;
  position: absolute;
  bottom: -5px;
}

@media screen and (max-width: 1440px) {
  .side-navigation .menu-item.current-menu-item a:before {
    width: 390px;
    right: 0;
  }
}

@media screen and (max-width: 769px) {
  .side-navigation .menu-item.current-menu-item a:before {
    width: 100%;
  }
}

.side-navigation .menu-item a {
  font-size: 12px;
  text-transform: uppercase;
  color: black;
  font-weight: 500;
  position: relative;
}

.side-navigation .menu-item a:hover {
  color: #fdb933;
}

.menu-active-element {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

.menu-active-element .menu-active-element-icon {
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.menu-active-element.nav-opened .menu-active-element-icon {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

@media screen and (min-width: 769px) {
  .menu-active-element {
    display: none;
  }
}

@media screen and (max-width: 481px) {
  .menu-active-element {
    padding: 20px 15px;
  }
}

/*------------------------------------*    #INTRO-IMAGE
\*------------------------------------*/
.intro-image {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 64.5%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.intro-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}

@media screen and (max-width: 769px) {
  .intro-image {
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -50px;
  }
}

@media screen and (max-width: 481px) {
  .intro-image {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 130%;
  }
}

.intro-image.partnerships {
  margin: 30px 0 90px;
}

.intro-image .intro-image-text {
  position: absolute;
  bottom: 50px;
  left: 50px;
  max-width: 100%;
  z-index: 10;
}

@media screen and (max-width: 769px) {
  .intro-image .intro-image-text {
    bottom: 40px;
    left: 40px;
  }
}

@media screen and (max-width: 481px) {
  .intro-image .intro-image-text {
    bottom: 15px;
    left: 15px;
  }
}

.intro-image .intro-image-text .lead {
  font-size: 18px;
  color: white;
  font-style: italic;
  margin-bottom: 0;
}

@media screen and (max-width: 481px) {
  .intro-image .intro-image-text .lead {
    font-size: 16px;
  }
}

.intro-image .intro-image-text h1 {
  font-size: 40px;
  color: white;
  margin-bottom: 15px;
}

@media screen and (max-width: 481px) {
  .intro-image .intro-image-text h1 {
    font-size: 34px;
  }
}

.intro-image img {
  width: 100%;
  margin-bottom: 0;
}

.about-images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -44px;
  margin-top: 44px;
}

@media screen and (max-width: 481px) {
  .about-images {
    margin-top: 0;
  }
}

.about-images figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100%;
  margin-bottom: 40px;
  margin-top: 0px;
}

.about-images figcaption {
  position: absolute;
  bottom: 0;
}

.about-images-item {
  position: relative;
  width: 50%;
  padding-left: 44px;
  margin-bottom: 40px;
}

@media screen and (max-width: 481px) {
  .about-images-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*------------------------------------*    #IMAGE
\*------------------------------------*/
figure {
  margin: 48px 0;
}

figure img {
  margin-bottom: 0 !important;
  width: 100%;
}

figure figcaption {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  margin-top: 20px;
  padding-left: 35px;
}

figure figcaption:before {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fdb933;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.layout__item > figure {
  margin: 0;
}

/*------------------------------------*    #TAG & SHARE-BUTTON
\*------------------------------------*/
.tag-share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 45px;
}

.share-content {
  position: relative;
}

.share-content span {
  font-size: 12px;
  text-transform: uppercase;
  color: black;
  letter-spacing: 2px;
  font-weight: 500;
  border: 1px solid #bfc0c0;
  padding: 10px 10px 9px;
  display: inline-block;
  cursor: pointer;
}

.share-content .share-button-links {
  position: absolute;
  right: 0;
  opacity: 0;
  transition: all 0.2s ease;
  margin-top: 5px;
}

.share-content .share-button-links.is-active {
  opacity: 1;
}

.share-content .share-button-links a {
  font-size: 14px;
  color: white;
  display: block;
  width: 200px;
  background-color: #2c2d2e;
  padding: 20px 15px;
  transition: all 0.2s ease;
}

.share-content .share-button-links a:hover {
  background-color: #383a3b;
}

.tag-content p {
  text-transform: uppercase;
  color: black;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 20px;
}

.tag-content ul {
  margin: 0;
  list-style: none;
  display: inline-block;
}

.tag-content ul li {
  display: inline-block;
}

.tag-content ul li:last-child a:after {
  content: '';
}

.tag-content ul li a {
  color: #6f6f6f;
}

.tag-content ul li a:after {
  content: ' / ';
}

.tag-content ul li a:hover {
  color: #2c2d2e;
}

/*------------------------------------*    #SLIDERS
\*------------------------------------*/
.slider-1 {
  margin-bottom: 45px;
  margin-top: 40px;
}

.slider-1 .slider-item-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 53.49%;
  width: 79.27%;
  margin-bottom: 50px;
}

@media screen and (max-width: 650px) {
  .slider-1 .slider-item-image {
    width: 100%;
    padding-bottom: 67.5%;
    margin-bottom: 0;
  }
}

.slider-1 .slider-item-content {
  width: 47.27%;
  padding: 50px;
  background-color: #002469;
  position: absolute;
  right: 0;
  bottom: 0px;
}

@media screen and (max-width: 769px) {
  .slider-1 .slider-item-content {
    padding: 40px;
  }
}

@media screen and (max-width: 650px) {
  .slider-1 .slider-item-content {
    width: 100%;
    position: relative;
  }
}

.slider-1 .slide-text {
  margin-bottom: 0;
  margin-top: 30px;
  color: #fff;
}

.slider-1 .slider-counter {
  font-size: 36px;
  position: absolute;
  top: 0;
  left: calc(56% + 30px);
  margin-top: -70px;
}

@media screen and (max-width: 650px) {
  .slider-1 .slider-counter {
    display: none;
  }
}

.slider-1 .owl-prev,
.slider-1 .owl-next {
  display: inline-block;
  background-image: url("images/icon-arrow.svg");
  background-repeat: no-repeat;
  color: #fff;
  width: 29px;
  height: 14px;
}

.slider-1 .owl-prev {
  -webkit-transform: translate3d(0, 0, 0) scale(-1, 1);
          transform: translate3d(0, 0, 0) scale(-1, 1);
}

.slider-1 .owl-next {
  margin-left: 20px;
}

.slider-2 {
  margin-bottom: 50px;
}

.slider-2 .slider-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 53.49%;
}

.slider-2 .counter-text {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  padding-right: 10px;
}

.slider-2 .counter-text:before {
  content: '';
  display: inline-block;
  height: 2px;
  width: 24px;
  background-color: #fdb933;
  position: absolute;
  left: 0;
  top: 9px;
}

.slider-2 .owl-dots {
  margin-top: 20px;
  counter-reset: slider-num;
  display: inline-block;
  color: #2c2d2e;
}

.slider-2 .owl-dots:after {
  content: " " counter(slider-num);
  font-size: 14px;
}

.slider-2 .owl-dot {
  counter-increment: slider-num;
  display: inline-block;
}

.slider-2 .owl-dot.active:before {
  content: counter(slider-num) " of";
  font-size: 14px;
}

.slider-2 .owl-nav {
  position: absolute;
  right: 0;
  margin-top: 20px;
}

.slider-2 .owl-prev,
.slider-2 .owl-next {
  display: inline-block;
  transition: .3s ease;
  color: #2c2d2e;
}

.slider-2 .owl-prev:hover,
.slider-2 .owl-next:hover {
  color: #fdb933;
}

.slider-2 .owl-prev {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 10px;
}

/*------------------------------------*    #CONTACT
\*------------------------------------*/
.contact h1 {
  margin-bottom: 50px;
}

.contact .btn--send {
  margin-top: 44px;
  margin-right: 30px;
}

.contact .contact-message-wrap {
  display: inline-block;
  position: relative;
}

.contact .contact-message-wrap .contact-message {
  color: white;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  position: relative;
  top: 22px;
}

.contact .contact-message-wrap .contact-message.contact-message--error {
  background-color: #ff7a56;
}

.contact .contact-message-wrap .contact-message.contact-message--success {
  background-color: #64cf53;
}

.contact .contact-info {
  padding-top: 90px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media screen and (max-width: 769px) {
  .contact .contact-info {
    width: 100%;
  }
}

@media screen and (max-width: 481px) {
  .contact .contact-info {
    padding-top: 30px;
  }
}

.contact .contact-info .contact-info__wrap {
  position: relative;
  padding-bottom: 30px;
}

@media screen and (max-width: 769px) {
  .contact .contact-info .contact-info__wrap {
    width: 50%;
    text-align: center;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 481px) {
  .contact .contact-info .contact-info__wrap {
    width: 100%;
  }
}

.contact .contact-info .contact-info__wrap:before {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fdb933;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 769px) {
  .contact .contact-info .contact-info__wrap:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.contact .contact-info .contact-info__wrap p {
  margin-bottom: 0px;
}

.contact .contact-info .contact-info__wrap a {
  color: #6f6f6f;
}

.contact .contact-info .contact-info__wrap a:hover {
  color: #2c2d2e;
}

.contact .contact-info .contact-info__wrap.social a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 35px;
  text-align: center;
  background-color: #babcbe;
  border-radius: 50%;
  margin-right: 15px;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}

.contact .contact-info .contact-info__wrap.social a:last-child {
  margin-right: 0;
}

.contact .contact-info .contact-info__wrap.social a:hover {
  background-color: #2c2d2e;
}

#map {
  height: 530px;
}

@media screen and (max-width: 769px) {
  #map {
    margin-top: 59px;
  }
}

@media screen and (max-width: 481px) {
  #map {
    height: 320px;
  }
}

.contact-page {
  position: relative;
}

@media screen and (max-width: 769px) {
  .contact-page {
    position: static;
  }
  .contact-page .sidebar-area {
    position: absolute;
    top: 77px;
    right: 0;
    left: 0;
    width: auto;
  }
  .contact-page .side-navigation {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 481px) {
  .contact-page .sidebar-area {
    top: 62px;
  }
  .contact-page .layout__item {
    margin-bottom: 15px;
  }
}

.contact-page .share {
  top: 90px;
}

.contact-page .entry-title {
  padding-bottom: 15px;
}

@media screen and (max-width: 481px) {
  .contact-page .entry-title {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 769px) {
  .contact-submit {
    text-align: center;
  }
}

/*------------------------------------*    #BLOG
\*------------------------------------*/
.blog-posts {
  margin-bottom: 90px;
}

@media screen and (max-width: 769px) {
  .blog-posts {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 481px) {
  .blog-posts {
    margin-bottom: 50px;
  }
}

.grid {
  margin-left: -1.6%;
  margin-right: -1.6%;
  overflow: hidden;
  /* needed so that items don't overlap */
  margin-top: 30px;
}

@media screen and (max-width: 769px) {
  .grid {
    margin-top: 50px;
  }
}

.grid .wp-post-image {
  margin-bottom: 24px;
  transition: all .3s ease;
}

.grid .wp-post-image:hover {
  opacity: .7;
}

.grid .entry-title {
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 4px;
  transition: all .3s ease;
}

@media screen and (max-width: 1025px) {
  .grid .entry-title {
    font-size: 16px;
  }
}

.grid .entry-title:hover {
  opacity: .8;
}

.grid .entry-date {
  font-size: 14px;
  color: #fdb933;
}

.grid .entry-footer {
  margin-bottom: 18px;
}

.grid .entry-content {
  font-size: 13px;
}

.grid .entry-content p {
  margin-bottom: 17px;
}

.grid .entry-date,
.grid .entry-content {
  font-weight: 300;
}

.grid-sizer {
  padding: 0 !important;
}

.grid-item,
.grid-sizer {
  padding: 0 1.6% 40px 1.6%;
  float: left;
  display: block;
  /* Large desktop */
  /* Portrait tablet to landscape and desktop */
  /* Landscape phone to portrait tablet */
  /* Landscape phones and down */
}

@media (max-width: 1025px) {
  .grid-item,
  .grid-sizer {
    padding: 0 1.6% 45px 1.6%;
  }
}

@media (min-width: 1025px) {
  .grid-item,
  .grid-sizer {
    width: 33.3333%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .grid-item,
  .grid-sizer {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .grid-item,
  .grid-sizer {
    width: 50%;
  }
}

@media (max-width: 580px) {
  .grid-item,
  .grid-sizer {
    width: 100%;
  }
}

.grid-item img,
.grid-sizer img {
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  background: #ffffff;
}

@media (min-width: 980px) {
  .grid-item-double {
    width: 66.6666666%;
  }
}

@media screen and (max-width: 1025px) {
  .grid-item-double {
    width: 100%;
  }
}

.grid-item-double .entry-title {
  font-size: 36px;
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1025px) {
  .grid-item-double .entry-title {
    font-size: 28px;
  }
}

.grid-item-double .wp-post-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100%;
}

.read-more {
  text-transform: uppercase;
  color: #2c2d2e;
  font-weight: 500;
  position: relative;
  transition: all .3s ease-in;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.read-more:after {
  content: '';
  height: 1px;
  width: 0;
  background-color: currentColor;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all .3s ease-in;
}

.read-more:hover:after {
  width: 100%;
}

/*------------------------------------*    #COMMENTS
\*------------------------------------*/
.comments h2 {
  margin-bottom: 50px;
}

.comments .commentlist {
  list-style: none;
  margin: 0;
}

.comments .commentlist .children {
  list-style: none;
  margin-left: 60px;
}

.comments .commentlist .children .comment-author {
  position: relative;
}

.comments .commentlist .children .comment-author:before {
  content: '';
  width: 17px;
  height: 12px;
  display: block;
  background-image: url("images/replay.svg");
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.comments .comment-entry {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.comments .comment-entry .comment-author {
  float: left;
  font-size: 18px;
  font-weight: 700;
  color: #2c2d2e;
  margin-bottom: 18px;
}

.comments .comment-entry .comment-reply {
  float: right;
}

.comments .comment-entry .comment-reply a {
  color: black;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

.comments .comment-entry .comment-reply a:hover {
  color: #fdb933;
}

.comments .comment-entry .comment-content {
  clear: both;
}

.comments .comment-entry .comment-content p {
  margin-bottom: 10px;
}

.comments .comment-entry .comment-date a {
  color: #fdb933;
  font-style: 14px;
  font-weight: 500;
}

.comments .comment-respond {
  padding-top: 60px;
  padding-bottom: 100px;
}

.comments .comment-respond .form-submit {
  margin-bottom: 0;
}

.comments .comment-respond .btn--send {
  margin-top: 45px;
}

/*------------------------------------*    #HERO SLIDER
\*------------------------------------*/
.hero-slider {
  position: relative;
}

.home-slider .slider-container {
  position: relative;
  height: calc(100vh - 105px);
  margin: 0 auto;
  max-width: 1180px;
}

@media screen and (max-width: 1280px) {
  .home-slider .slider-container {
    height: calc(100vh - 77px);
    padding-bottom: 0;
    max-width: none;
    padding-left: 40px;
  }
}

@media screen and (max-width: 481px) {
  .home-slider .slider-container {
    height: calc(100vh - 62px);
  }
}

.home-slider .slider-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-slider .slider-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}

.home-slider .slider-item-content {
  max-width: 480px;
  width: 100%;
  position: absolute;
  top: calc(50%);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

@media screen and (max-width: 481px) {
  .home-slider .slider-item-content {
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 481px) {
  .home-slider .slider-item-content {
    max-width: none;
    padding: 0 15px;
  }
}

.home-slider .slider-item-content h2, .home-slider .slider-item-content p {
  color: #fff;
}

.home-slider .slider-item-content h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
  .home-slider .slider-item-content h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }
}

.home-slider .slider-item-content p {
  font-weight: 300;
}

@media screen and (max-width: 481px) {
  .home-slider .slider-item-content p {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .home-slider .slider-item-content .btn--primary {
    width: 100%;
    margin-bottom: 20px;
  }
}

.home-slider .owl-dots {
  position: absolute;
  top: 50%;
  right: 50px;
  height: 30px;
  width: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .home-slider .owl-dots {
    display: none;
  }
}

.home-slider .owl-dot {
  padding: 5px 0;
  margin-bottom: 2px;
  direction: rtl;
}

.home-slider .owl-dot span {
  display: block;
  height: 2px;
  width: 30px;
  background-color: #fff;
  transition: width .3s ease-in;
}

.home-slider .owl-dot.active span {
  width: 50px;
}

.slider-link-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media screen and (max-width: 1280px) {
  .slider-link-wrap {
    max-width: none;
    margin: auto;
  }
}

.hero-slider-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 36, 105, 0.5);
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
  font-weight: 500;
  transition: all .2s ease-in;
}

.hero-slider-link:hover {
  text-decoration: none;
  background-color: rgba(0, 36, 105, 0.8);
}

.hero-slider-link:hover .icon-home-arrow {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.hero-slider-link span:first-child {
  padding-left: 70px;
  padding-top: 5px;
}

.hero-slider-link .icon-wrap {
  background-color: #4e95cb;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .hero-slider-link .icon-wrap {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
}

@media screen and (max-width: 1280px) {
  .hero-slider-link {
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 40px;
    right: 40px;
  }
}

@media screen and (max-width: 480px) {
  .hero-slider-link {
    display: none;
  }
}

.hero-slider-scroll-link {
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 10;
  height: 1px;
  width: 1px;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.hero-slider-scroll-link:hover:before {
  height: 60px;
}

.hero-slider-scroll-link:before {
  content: '';
  width: 2px;
  height: 46px;
  background-color: #fff;
  position: absolute;
  top: 22px;
  left: -2px;
  transition: height .3s ease-in;
}

.hero-slider-scroll-link span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  position: absolute;
  white-space: nowrap;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 1280px) {
  .hero-slider-scroll-link {
    display: none;
  }
}

/*------------------------------------*    #RELATED ARTICLES
\*------------------------------------*/
.related-articles {
  padding-bottom: 63px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}

.related-articles img {
  margin-bottom: 25px;
  width: 100%;
}

.related-articles h4 {
  margin-bottom: 8px;
  line-height: 1.5em;
}

.related-articles time {
  color: #fdb933;
  margin-bottom: 18px;
  display: inline-block;
}

.related-articles p {
  margin-bottom: 17px;
}

.related-articles a {
  transition: .3s ease;
}

.related-articles a:hover {
  opacity: .7;
}

.related-articles h2 {
  padding-bottom: 15px;
}

/*------------------------------------*    #PARTNERS SUPPORTERS
\*------------------------------------*/
.partners-supporters {
  padding: 70px 0 90px;
}

.partners-supporters h2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 50px;
  padding-top: 85px;
}

.partners-supporters h2:first-child {
  padding-top: 0;
}

.partners-supporters h2:nth-child(2) {
  padding-top: 65px;
}

.partners-supporters a {
  position: relative;
  height: 0;
  padding-bottom: 49.9%;
  display: block;
}

@media screen and (max-width: 481px) {
  .partners-supporters a {
    padding-bottom: 25%;
  }
}

.partners-supporters a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

/*------------------------------------*    #HOME ABOUT
\*------------------------------------*/
.about-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.about-left,
.about-right {
  width: 50%;
}

@media screen and (max-width: 769px) {
  .about-left,
  .about-right {
    width: 100%;
  }
}

.about-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 769px) {
  .about-left {
    text-align: center;
  }
}

.about-left .about-content {
  max-width: 76%;
}

@media screen and (max-width: 769px) {
  .about-left .about-content {
    max-width: 65%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 481px) {
  .about-left .about-content {
    max-width: 100%;
  }
}

.about-left .about-content p {
  margin-bottom: 43px;
}

@media screen and (max-width: 481px) {
  .about-left .about-content p {
    margin-bottom: 20px;
    padding: 0 10px;
  }
}

.about-left h2 {
  margin-bottom: 15px;
}

.about-right {
  background-color: #002469;
  background-image: url("images/home/about-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 50px;
  color: #fff;
}

@media screen and (max-width: 769px) {
  .about-right {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 481px) {
  .about-right {
    padding: 50px 15px;
    text-align: center;
    margin-bottom: 40px;
  }
}

.about-right h3 {
  color: #fff;
  line-height: 1;
  padding-bottom: 15px;
}

@media screen and (max-width: 481px) {
  .about-right h3 {
    padding-bottom: 5px;
  }
}

.about-values {
  margin-bottom: 0;
}

.about-values dt {
  text-transform: uppercase;
  font-weight: bold;
}

.about-values dt:not(:first-child) {
  padding-top: 25px;
}

.about-values dd {
  margin-left: 0;
  font-weight: 500;
}

/*------------------------------------*    #HOME VIDEO
\*------------------------------------*/
.home-video {
  padding: 100px 0;
}

@media screen and (max-width: 769px) {
  .home-video {
    padding: 70px 0;
  }
}

@media screen and (max-width: 481px) {
  .home-video {
    padding: 50px 0;
  }
}

.video-wrap {
  display: block;
  background-size: cover;
  background-position: center;
  padding-bottom: 57.6%;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 550px) {
  .video-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.video-wrap:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.50196) 0%, transparent 35%);
}

.video-item {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 42px 50px;
  cursor: pointer;
}

@media screen and (max-width: 769px) {
  .video-item {
    padding: 30px;
  }
}

@media screen and (max-width: 550px) {
  .video-item {
    position: static;
  }
}

.video-play {
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .1em;
}

@media screen and (max-width: 550px) {
  .video-play {
    bottom: 15px;
  }
}

.btn-play {
  height: 50px;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}

.btn-play:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #1f2024;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-title {
  margin: 0;
  color: #fff;
  max-width: 42%;
  font-weight: normal;
  line-height: normal;
}

@media screen and (max-width: 769px) {
  .video-title {
    font-size: 20px;
    max-width: 55%;
  }
}

@media screen and (max-width: 550px) {
  .video-title {
    top: 15px;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 550px) {
  .video-play,
  .video-title {
    position: absolute;
    left: 15px;
    right: 15px;
  }
}

/*------------------------------------*    #PROGRAMMES
\*------------------------------------*/
.programmes {
  background-color: #4e95cb;
  padding-top: 100px;
  background-image: url("images/programmes/programmes-background-one.png"), url("images/programmes/programmes-background-two.png");
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
}

@media screen and (max-width: 769px) {
  .programmes {
    padding-top: 60px;
  }
}

@media screen and (max-width: 481px) {
  .programmes {
    padding-top: 40px;
  }
}

.programmes h2 {
  color: white;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 769px) {
  .programmes h3 {
    margin-bottom: 15px;
  }
}

.programmes .tabs {
  padding-bottom: 0;
}

.programmes .tabs .tabs__nav {
  text-align: center;
  padding: 0;
  border-bottom: 0;
  margin-bottom: 50px;
}

.programmes .tabs .tabs__nav li {
  padding: 0;
  margin-right: 70px;
}

@media screen and (max-width: 769px) {
  .programmes .tabs .tabs__nav li {
    margin-right: 50px;
  }
}

@media screen and (max-width: 680px) {
  .programmes .tabs .tabs__nav li {
    margin-right: 0;
  }
}

.programmes .tabs .tabs__nav li:last-child {
  margin-right: 0;
}

.programmes .tabs .tabs__nav li.is-active {
  border-bottom: none;
}

.programmes .tabs .tabs__nav li.is-active a {
  color: white;
}

.programmes .tabs .tabs__nav li a {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.programmes .tabs .tabs__nav li a:hover {
  color: white;
}

.programmes .tabs .tabs__item {
  box-shadow: 0px 0px 100px 0px rgba(6, 19, 74, 0.157);
  background-color: white;
}

.programmes .tabs .tabs-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 70px 60px;
  margin-left: -40px;
}

@media screen and (max-width: 769px) {
  .programmes .tabs .tabs-content {
    text-align: center;
    padding: 50px;
  }
}

@media screen and (max-width: 680px) {
  .programmes .tabs .tabs-content {
    padding: 30px 20px;
    text-align: center;
  }
}

.programmes .tabs .tabs-content .tabs-content__img {
  color: #fdb933;
  width: 30%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 769px) {
  .programmes .tabs .tabs-content .tabs-content__img {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 680px) {
  .programmes .tabs .tabs-content .tabs-content__img {
    display: none;
  }
}

.programmes .tabs .tabs-content .tabs-content__text {
  width: 70%;
}

@media screen and (max-width: 769px) {
  .programmes .tabs .tabs-content .tabs-content__text {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 680px) {
  .programmes .tabs .tabs-content .tabs-content__text {
    width: 100%;
  }
}

.programmes .tabs .tabs-content .tabs-content__text p:last-child {
  margin-bottom: 0;
}

.programmes .tabs .tabs-content .tabs-content__img,
.programmes .tabs .tabs-content .tabs-content__text {
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .programmes .tab-active-element {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding: 10px 0;
    margin-bottom: 30px;
  }
}

/*------------------------------------*    #OUR-IMPACT
\*------------------------------------*/
.our-impact {
  background-image: url("images/our-impact-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 13% 0;
  position: relative;
}

.our-impact:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.our-impact h2 {
  font-size: 160px;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  letter-spacing: .03em;
  padding-bottom: 5px;
  margin-top: -35px;
  font-weight: 900;
  margin-bottom: 0;
  letter-spacing: -1px;
}

@media screen and (max-width: 1025px) {
  .our-impact h2 {
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 30px;
    padding-bottom: 35px;
    margin-top: -28px;
  }
}

@media screen and (max-width: 600px) {
  .our-impact h2 {
    font-size: 80px;
    line-height: 1.1em;
  }
}

.impact-data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  position: relative;
  z-index: 1;
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  .impact-data {
    display: block;
  }
}

.impact-data .count {
  font-size: 90px;
  margin-top: -15px;
  font-weight: 900;
  color: white;
}

.impact-data .desc {
  text-transform: uppercase;
  max-width: 200px;
  text-align: center;
  color: white;
}

.impact-data__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 769px) {
  .impact-data__item {
    display: inline-block;
    width: calc(50% - 24px);
    margin-bottom: 65px;
  }
  .impact-data__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .impact-data__item {
    display: block;
    width: 100%;
  }
}

.impact-data__item > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.impact-data__item:nth-child(3) .count:after {
  content: '*';
  font-size: 36px;
  position: relative;
  right: -1px;
  top: -24px;
  display: inline-block;
  vertical-align: middle;
}

/*------------------------------------*    #HOME PROJECTS
\*------------------------------------*/
.home-projects {
  padding: 100px 0;
}

@media screen and (max-width: 880px) {
  .home-projects {
    padding: 60px 0 280px;
  }
}

@media screen and (max-width: 700px) {
  .home-projects {
    padding: 40px 0 260px;
  }
}

.home-projects h2 {
  text-align: center;
  padding-bottom: 35px;
}

@media screen and (max-width: 880px) {
  .home-projects h2 {
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 700px) {
  .home-projects h2 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 700px) {
  .home-projects .container {
    max-width: none;
    padding: 0;
  }
}

.latest-project {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 50%;
  width: 65.4%;
  max-width: 100%;
  position: relative;
}

@media screen and (max-width: 880px) {
  .latest-project {
    width: 73%;
    padding-bottom: 58%;
  }
}

@media screen and (max-width: 700px) {
  .latest-project {
    width: 100%;
    padding-bottom: 90%;
    text-align: center;
  }
}

.latest-project-info {
  position: absolute;
  background-color: #fdb933;
  background-image: url("images/home/projects-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 5;
  right: 0;
  top: 50%;
  -webkit-transform: translate(72%, -50%);
      -ms-transform: translate(72%, -50%);
          transform: translate(72%, -50%);
  width: 75%;
  padding: 55px 70px;
}

.latest-project-info p {
  color: #2c2d2e;
}

@media screen and (max-width: 880px) {
  .latest-project-info {
    width: 90%;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transform: translate(41%, -21%);
        -ms-transform: translate(41%, -21%);
            transform: translate(41%, -21%);
  }
}

@media screen and (max-width: 700px) {
  .latest-project-info {
    width: 100%;
    padding: 50px;
    top: 100%;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 481px) {
  .latest-project-info {
    padding: 50px 15px;
  }
}

.learn-more {
  text-transform: uppercase;
  color: #2c2d2e;
  font-size: 12px;
  letter-spacing: .1em;
}

/*------------------------------------*    #HOME PARTNERS
\*------------------------------------*/
.home-partners {
  padding: 100px 0;
}

@media screen and (max-width: 700px) {
  .home-partners {
    padding-bottom: 70px;
  }
}

.home-partners h2 {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 15px;
}

.home-partners a {
  color: #aaadb0;
  position: relative;
  height: 0;
  padding-bottom: 42.9%;
  position: relative;
  display: block;
}

@media screen and (max-width: 700px) {
  .home-partners a {
    padding-bottom: 20%;
  }
}

.home-partners a:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.home-partners a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  transition: all .2s ease;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: .5;
}

/*------------------------------------*    #ANIMATION
\*------------------------------------*/
.fade-in-top > * {
  opacity: 0;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.active .fade-in-top > * {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-delay: 0.3s;
}

.active .fade-in-top > *:nth-child(2) {
  transition-delay: 0.4s;
}

.active .fade-in-top > *:nth-child(3) {
  transition-delay: 0.5s;
}

.active .fade-in-top > *:nth-child(4) {
  transition-delay: 0.6s;
}

.active .fade-in-top > *:nth-child(5) {
  transition-delay: 0.7s;
}

.active .fade-in-top > *:nth-child(6) {
  transition-delay: 0.8s;
}

/*------------------------------------*    #PARTNER POPUP
\*------------------------------------*/
.partner-popup {
  max-width: 772px;
  margin: 0 auto;
  background-color: #fff;
}

.partner-content {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 65px 50px 50px;
}

.partner-logo {
  width: 166px;
  max-width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.partner-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.partner-info {
  padding-left: 50px;
}

.partner-website {
  color: #fdb933;
  display: block;
  padding-bottom: 25px;
}

/*------------------------------------*    #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
\*------------------------------------*/
/**
 * Contact form 7
 */
.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-form p {
  margin: 0;
  padding: 0;
  display: inline;
}

.wpcf7 .ajax-loader {
  position: absolute;
}

.contact-message-wrap {
  position: relative;
}

.contact-message-wrap .wpcf7-response-output {
  margin: 0;
  padding: 0;
  color: white;
  height: 48px;
  line-height: 48px;
  padding: 0 60px 0 20px;
  position: relative;
  top: 22px;
  border: 0 none transparent !important;
}

.contact-message-wrap .wpcf7-response-output:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
}

.contact-message-wrap .wpcf7-validation-errors,
.contact-message-wrap .wpcf7-mail-sent-ng {
  background-color: #ff7a56;
}

.contact-message-wrap .wpcf7-validation-errors:before,
.contact-message-wrap .wpcf7-mail-sent-ng:before {
  background-image: url("images/contact/not-sent.svg");
}

.contact-message-wrap .wpcf7-mail-sent-ok {
  background-color: #64cf53;
}

.contact-message-wrap .wpcf7-mail-sent-ok:before {
  background-image: url("images/contact/sent.svg");
}

/**
 * Error
 */
.error404 {
  text-align: center;
}

.error404 main {
  padding: 150px 0;
  width: 100%;
}

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