@charset "UTF-8";

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */

/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers (opinionated).
     */

body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */

figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */

main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */

dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */

mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */

small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */

img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */

button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */

input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */

textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

menu {
  display: block;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */

template {
  display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Source Serif Pro", serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 70.3125rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
     -moz-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

.grid-x > .small-1 {
  width: 11.11111%;
}

.grid-x > .small-2 {
  width: 22.22222%;
}

.grid-x > .small-3 {
  width: 33.33333%;
}

.grid-x > .small-4 {
  width: 44.44444%;
}

.grid-x > .small-5 {
  width: 55.55556%;
}

.grid-x > .small-6 {
  width: 66.66667%;
}

.grid-x > .small-7 {
  width: 77.77778%;
}

.grid-x > .small-8 {
  width: 88.88889%;
}

.grid-x > .small-9 {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 11.11111%;
  }

  .grid-x > .medium-2 {
    width: 22.22222%;
  }

  .grid-x > .medium-3 {
    width: 33.33333%;
  }

  .grid-x > .medium-4 {
    width: 44.44444%;
  }

  .grid-x > .medium-5 {
    width: 55.55556%;
  }

  .grid-x > .medium-6 {
    width: 66.66667%;
  }

  .grid-x > .medium-7 {
    width: 77.77778%;
  }

  .grid-x > .medium-8 {
    width: 88.88889%;
  }

  .grid-x > .medium-9 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .grid-x > .large-1 {
    width: 11.11111%;
  }

  .grid-x > .large-2 {
    width: 22.22222%;
  }

  .grid-x > .large-3 {
    width: 33.33333%;
  }

  .grid-x > .large-4 {
    width: 44.44444%;
  }

  .grid-x > .large-5 {
    width: 55.55556%;
  }

  .grid-x > .large-6 {
    width: 66.66667%;
  }

  .grid-x > .large-7 {
    width: 77.77778%;
  }

  .grid-x > .large-8 {
    width: 88.88889%;
  }

  .grid-x > .large-9 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x {
    margin-left: -0.78125rem;
    margin-right: -0.78125rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.5625rem);
    margin-left: 0.78125rem;
    margin-right: 0.78125rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(11.11111% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(22.22222% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(44.44444% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(55.55556% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(77.77778% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(88.88889% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x > .auto {
    width: auto;
  }

  .grid-margin-x > .shrink {
    width: auto;
  }

  .grid-margin-x > .small-1 {
    width: calc(11.11111% - 1.5625rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(22.22222% - 1.5625rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(33.33333% - 1.5625rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(44.44444% - 1.5625rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(55.55556% - 1.5625rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(66.66667% - 1.5625rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(77.77778% - 1.5625rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(88.88889% - 1.5625rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(100% - 1.5625rem);
  }

  .grid-margin-x > .medium-auto {
    width: auto;
  }

  .grid-margin-x > .medium-shrink {
    width: auto;
  }

  .grid-margin-x > .medium-1 {
    width: calc(11.11111% - 1.5625rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(22.22222% - 1.5625rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(33.33333% - 1.5625rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(44.44444% - 1.5625rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(55.55556% - 1.5625rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(66.66667% - 1.5625rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(77.77778% - 1.5625rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(88.88889% - 1.5625rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(100% - 1.5625rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }

  .grid-margin-x > .large-shrink {
    width: auto;
  }

  .grid-margin-x > .large-1 {
    width: calc(11.11111% - 1.5625rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(22.22222% - 1.5625rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(33.33333% - 1.5625rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(44.44444% - 1.5625rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(55.55556% - 1.5625rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(66.66667% - 1.5625rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(77.77778% - 1.5625rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(88.88889% - 1.5625rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(100% - 1.5625rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.78125rem;
    margin-left: -0.78125rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.78125rem;
    margin-left: -0.78125rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-x > .cell {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.33333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.66667%;
  }

  .medium-up-7 > .cell {
    width: 14.28571%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.33333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.66667%;
  }

  .large-up-7 > .cell {
    width: 14.28571%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.5625rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.5625rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.5625rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.5625rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.5625rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.5625rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.5625rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.5625rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.5625rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.5625rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.5625rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.5625rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.5625rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.5625rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.5625rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.5625rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 11.11111%;
}

.small-margin-collapse > .small-2 {
  width: 22.22222%;
}

.small-margin-collapse > .small-3 {
  width: 33.33333%;
}

.small-margin-collapse > .small-4 {
  width: 44.44444%;
}

.small-margin-collapse > .small-5 {
  width: 55.55556%;
}

.small-margin-collapse > .small-6 {
  width: 66.66667%;
}

.small-margin-collapse > .small-7 {
  width: 77.77778%;
}

.small-margin-collapse > .small-8 {
  width: 88.88889%;
}

.small-margin-collapse > .small-9 {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-1 {
    width: 11.11111%;
  }

  .small-margin-collapse > .medium-2 {
    width: 22.22222%;
  }

  .small-margin-collapse > .medium-3 {
    width: 33.33333%;
  }

  .small-margin-collapse > .medium-4 {
    width: 44.44444%;
  }

  .small-margin-collapse > .medium-5 {
    width: 55.55556%;
  }

  .small-margin-collapse > .medium-6 {
    width: 66.66667%;
  }

  .small-margin-collapse > .medium-7 {
    width: 77.77778%;
  }

  .small-margin-collapse > .medium-8 {
    width: 88.88889%;
  }

  .small-margin-collapse > .medium-9 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 11.11111%;
  }

  .small-margin-collapse > .large-2 {
    width: 22.22222%;
  }

  .small-margin-collapse > .large-3 {
    width: 33.33333%;
  }

  .small-margin-collapse > .large-4 {
    width: 44.44444%;
  }

  .small-margin-collapse > .large-5 {
    width: 55.55556%;
  }

  .small-margin-collapse > .large-6 {
    width: 66.66667%;
  }

  .small-margin-collapse > .large-7 {
    width: 77.77778%;
  }

  .small-margin-collapse > .large-8 {
    width: 88.88889%;
  }

  .small-margin-collapse > .large-9 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 11.11111%;
  }

  .medium-margin-collapse > .small-2 {
    width: 22.22222%;
  }

  .medium-margin-collapse > .small-3 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .small-4 {
    width: 44.44444%;
  }

  .medium-margin-collapse > .small-5 {
    width: 55.55556%;
  }

  .medium-margin-collapse > .small-6 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .small-7 {
    width: 77.77778%;
  }

  .medium-margin-collapse > .small-8 {
    width: 88.88889%;
  }

  .medium-margin-collapse > .small-9 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 11.11111%;
  }

  .medium-margin-collapse > .medium-2 {
    width: 22.22222%;
  }

  .medium-margin-collapse > .medium-3 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .medium-4 {
    width: 44.44444%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 55.55556%;
  }

  .medium-margin-collapse > .medium-6 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .medium-7 {
    width: 77.77778%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 88.88889%;
  }

  .medium-margin-collapse > .medium-9 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 11.11111%;
  }

  .medium-margin-collapse > .large-2 {
    width: 22.22222%;
  }

  .medium-margin-collapse > .large-3 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .large-4 {
    width: 44.44444%;
  }

  .medium-margin-collapse > .large-5 {
    width: 55.55556%;
  }

  .medium-margin-collapse > .large-6 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .large-7 {
    width: 77.77778%;
  }

  .medium-margin-collapse > .large-8 {
    width: 88.88889%;
  }

  .medium-margin-collapse > .large-9 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 11.11111%;
  }

  .large-margin-collapse > .small-2 {
    width: 22.22222%;
  }

  .large-margin-collapse > .small-3 {
    width: 33.33333%;
  }

  .large-margin-collapse > .small-4 {
    width: 44.44444%;
  }

  .large-margin-collapse > .small-5 {
    width: 55.55556%;
  }

  .large-margin-collapse > .small-6 {
    width: 66.66667%;
  }

  .large-margin-collapse > .small-7 {
    width: 77.77778%;
  }

  .large-margin-collapse > .small-8 {
    width: 88.88889%;
  }

  .large-margin-collapse > .small-9 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 11.11111%;
  }

  .large-margin-collapse > .medium-2 {
    width: 22.22222%;
  }

  .large-margin-collapse > .medium-3 {
    width: 33.33333%;
  }

  .large-margin-collapse > .medium-4 {
    width: 44.44444%;
  }

  .large-margin-collapse > .medium-5 {
    width: 55.55556%;
  }

  .large-margin-collapse > .medium-6 {
    width: 66.66667%;
  }

  .large-margin-collapse > .medium-7 {
    width: 77.77778%;
  }

  .large-margin-collapse > .medium-8 {
    width: 88.88889%;
  }

  .large-margin-collapse > .medium-9 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 11.11111%;
  }

  .large-margin-collapse > .large-2 {
    width: 22.22222%;
  }

  .large-margin-collapse > .large-3 {
    width: 33.33333%;
  }

  .large-margin-collapse > .large-4 {
    width: 44.44444%;
  }

  .large-margin-collapse > .large-5 {
    width: 55.55556%;
  }

  .large-margin-collapse > .large-6 {
    width: 66.66667%;
  }

  .large-margin-collapse > .large-7 {
    width: 77.77778%;
  }

  .large-margin-collapse > .large-8 {
    width: 88.88889%;
  }

  .large-margin-collapse > .large-9 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 11.11111%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(11.11111% + 0.625rem);
}

.small-offset-2 {
  margin-left: 22.22222%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(22.22222% + 0.625rem);
}

.small-offset-3 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-4 {
  margin-left: 44.44444%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(44.44444% + 0.625rem);
}

.small-offset-5 {
  margin-left: 55.55556%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(55.55556% + 0.625rem);
}

.small-offset-6 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(66.66667% + 0.625rem);
}

.small-offset-7 {
  margin-left: 77.77778%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(77.77778% + 0.625rem);
}

.small-offset-8 {
  margin-left: 88.88889%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(88.88889% + 0.625rem);
}

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.78125rem);
  }

  .medium-offset-1 {
    margin-left: 11.11111%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(11.11111% + 0.78125rem);
  }

  .medium-offset-2 {
    margin-left: 22.22222%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(22.22222% + 0.78125rem);
  }

  .medium-offset-3 {
    margin-left: 33.33333%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(33.33333% + 0.78125rem);
  }

  .medium-offset-4 {
    margin-left: 44.44444%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(44.44444% + 0.78125rem);
  }

  .medium-offset-5 {
    margin-left: 55.55556%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(55.55556% + 0.78125rem);
  }

  .medium-offset-6 {
    margin-left: 66.66667%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(66.66667% + 0.78125rem);
  }

  .medium-offset-7 {
    margin-left: 77.77778%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(77.77778% + 0.78125rem);
  }

  .medium-offset-8 {
    margin-left: 88.88889%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(88.88889% + 0.78125rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.78125rem);
  }

  .large-offset-1 {
    margin-left: 11.11111%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(11.11111% + 0.78125rem);
  }

  .large-offset-2 {
    margin-left: 22.22222%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(22.22222% + 0.78125rem);
  }

  .large-offset-3 {
    margin-left: 33.33333%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(33.33333% + 0.78125rem);
  }

  .large-offset-4 {
    margin-left: 44.44444%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(44.44444% + 0.78125rem);
  }

  .large-offset-5 {
    margin-left: 55.55556%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(55.55556% + 0.78125rem);
  }

  .large-offset-6 {
    margin-left: 66.66667%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(66.66667% + 0.78125rem);
  }

  .large-offset-7 {
    margin-left: 77.77778%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(77.77778% + 0.78125rem);
  }

  .large-offset-8 {
    margin-left: 88.88889%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(88.88889% + 0.78125rem);
  }
}

.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink,
  .grid-y > .large-full,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

.grid-y > .small-1 {
  height: 11.11111%;
}

.grid-y > .small-2 {
  height: 22.22222%;
}

.grid-y > .small-3 {
  height: 33.33333%;
}

.grid-y > .small-4 {
  height: 44.44444%;
}

.grid-y > .small-5 {
  height: 55.55556%;
}

.grid-y > .small-6 {
  height: 66.66667%;
}

.grid-y > .small-7 {
  height: 77.77778%;
}

.grid-y > .small-8 {
  height: 88.88889%;
}

.grid-y > .small-9 {
  height: 100%;
}

@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 11.11111%;
  }

  .grid-y > .medium-2 {
    height: 22.22222%;
  }

  .grid-y > .medium-3 {
    height: 33.33333%;
  }

  .grid-y > .medium-4 {
    height: 44.44444%;
  }

  .grid-y > .medium-5 {
    height: 55.55556%;
  }

  .grid-y > .medium-6 {
    height: 66.66667%;
  }

  .grid-y > .medium-7 {
    height: 77.77778%;
  }

  .grid-y > .medium-8 {
    height: 88.88889%;
  }

  .grid-y > .medium-9 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 11.11111%;
  }

  .grid-y > .large-2 {
    height: 22.22222%;
  }

  .grid-y > .large-3 {
    height: 33.33333%;
  }

  .grid-y > .large-4 {
    height: 44.44444%;
  }

  .grid-y > .large-5 {
    height: 55.55556%;
  }

  .grid-y > .large-6 {
    height: 66.66667%;
  }

  .grid-y > .large-7 {
    height: 77.77778%;
  }

  .grid-y > .large-8 {
    height: 88.88889%;
  }

  .grid-y > .large-9 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.78125rem;
    margin-bottom: -0.78125rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-y > .cell {
    padding-top: 0.78125rem;
    padding-bottom: 0.78125rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.78125rem;
    margin-bottom: -0.78125rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.5625rem);
    margin-top: 0.78125rem;
    margin-bottom: 0.78125rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(11.11111% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(22.22222% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(44.44444% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(55.55556% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(77.77778% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(88.88889% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(11.11111% - 1.5625rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(22.22222% - 1.5625rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(33.33333% - 1.5625rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(44.44444% - 1.5625rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(55.55556% - 1.5625rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(66.66667% - 1.5625rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(77.77778% - 1.5625rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(88.88889% - 1.5625rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(100% - 1.5625rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(11.11111% - 1.5625rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(22.22222% - 1.5625rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(33.33333% - 1.5625rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(44.44444% - 1.5625rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(55.55556% - 1.5625rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(66.66667% - 1.5625rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(77.77778% - 1.5625rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(88.88889% - 1.5625rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(100% - 1.5625rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(11.11111% - 1.5625rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(22.22222% - 1.5625rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(33.33333% - 1.5625rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(44.44444% - 1.5625rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(55.55556% - 1.5625rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(66.66667% - 1.5625rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(77.77778% - 1.5625rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(88.88889% - 1.5625rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(100% - 1.5625rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.78125rem;
    margin-bottom: -0.78125rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.5625rem);
    margin-top: 0.78125rem;
    margin-bottom: 0.78125rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(11.11111% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(22.22222% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(44.44444% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(55.55556% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(77.77778% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(88.88889% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(11.11111% - 1.5625rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(22.22222% - 1.5625rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(33.33333% - 1.5625rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(44.44444% - 1.5625rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(55.55556% - 1.5625rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(66.66667% - 1.5625rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(77.77778% - 1.5625rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(88.88889% - 1.5625rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(100% - 1.5625rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(11.11111% - 1.5625rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(22.22222% - 1.5625rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(33.33333% - 1.5625rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(44.44444% - 1.5625rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(55.55556% - 1.5625rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(66.66667% - 1.5625rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(77.77778% - 1.5625rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(88.88889% - 1.5625rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(100% - 1.5625rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(11.11111% - 1.5625rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(22.22222% - 1.5625rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(33.33333% - 1.5625rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(44.44444% - 1.5625rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(55.55556% - 1.5625rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(66.66667% - 1.5625rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(77.77778% - 1.5625rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(88.88889% - 1.5625rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(100% - 1.5625rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5625rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5625rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.5625rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.5625rem);
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Source Serif Pro", serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #7E7E7E;
}

h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 48em) {
  h1,
  .h1 {
    font-size: 3rem;
  }

  h2,
  .h2 {
    font-size: 2.5rem;
  }

  h3,
  .h3 {
    font-size: 1.9375rem;
  }

  h4,
  .h4 {
    font-size: 1.5625rem;
  }

  h5,
  .h5 {
    font-size: 1.25rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #4E4E4E;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #434343;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 70.3125rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #7E7E7E;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #7E7E7E;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #585858;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #585858;
}

cite:before {
  content: "\2014   ";
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #7E7E7E;
  background-color: #F2F2F2;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #F2F2F2;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #585858;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #585858;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #F2F2F2;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #4E4E4E;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #F2F2F2;
  border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #F2F2F2;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #F2F2F2;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #F2F2F2;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before,
.single-advertorial-listing .advertorial-content-wrapper .advertorial-excerpt::before,
.share-buttons::before,
.tease .tease-excerpt::before,
#footer .socket .socket-wrapper::before,
#masthead .mobile-main-menu .menu ul.sub-menu::before,
.single .post-wrapper .post-meta::before,
.clearfix::after,
.single-advertorial-listing .advertorial-content-wrapper .advertorial-excerpt::after,
.share-buttons::after,
.tease .tease-excerpt::after,
#footer .socket .socket-wrapper::after,
#masthead .mobile-main-menu .menu ul.sub-menu::after,
.single .post-wrapper .post-meta::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.clearfix::after,
.single-advertorial-listing .advertorial-content-wrapper .advertorial-excerpt::after,
.share-buttons::after,
.tease .tease-excerpt::after,
#footer .socket .socket-wrapper::after,
#masthead .mobile-main-menu .menu ul.sub-menu::after,
.single .post-wrapper .post-meta::after {
  clear: both;
}

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
     -moz-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
     -moz-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

body {
  font-size: 17px;
  line-height: 1.41176;
  color: #4E4E4E;
}

body.noscroll {
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 64em) {
  #main {
    min-height: calc(100vh - 480px);
  }
}

p {
  color: #4E4E4E;
  font-size: 17px;
  line-height: 1.41176;
}

a {
  font-size: 14px;
  line-height: 1.14286;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

h1 a,
h2 a,
h3 a,
h4 a {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

h1,
.h1 {
  color: #4E4E4E;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

h2,
.h2 {
  color: #4E4E4E;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.66667;
  font-weight: 700;
}

h3,
.h3 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

h4,
.h4 {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.64706;
  font-weight: 700;
}

.button {
  padding: 10px 37px;
  background: #5F5F5F;
  color: #FFF;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

.button:hover {
  background: #7E7E7E;
}

.advertorials-wrapper {
  margin: 25px 0;
}

.advertorials-wrapper .advertorials-background {
  background: #F2F2F2;
  padding: 15px 15px 15px 0;
}

@media screen and (max-width: 47.9375em) {
  .advertorials-wrapper .advertorials-background {
    padding: 15px;
  }
}

.read-more {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding-right: 15px;
  background: url(images/read-more-arrow.0a59e10e.svg) no-repeat 50% 50% transparent;
  background-size: 10px 6px;
  background-position: right 50%;
}

.arrow-before,
.widget li,
.widget_links_widget .links-wrapper .link:not(.with-read-more),
.widget_list_category_widget .posts-wrapper .post:not(.with-read-more) {
  padding-left: 12px;
}

.arrow-before:before,
.widget li:before,
.widget_links_widget .links-wrapper .link:not(.with-read-more):before,
.widget_list_category_widget .posts-wrapper .post:not(.with-read-more):before {
  content: "";
  border-color: transparent #A2A2A2;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.term-name {
  padding: 17px 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.125;
  font-weight: bold;
  color: #BCBCBC;
  border-top: 1px solid #EAEAEA;
}

.widget {
  margin-top: 25px;
}

.widget:first-child {
  margin-top: 0;
}

.widget .widget-title,
.widget .widgettitle {
  font-family: "Source Serif Pro", serif;
}

.widget .textwidget .a-single {
  text-align: center;
}

.top-ad {
  background: #F8F8F8;
  padding: 30px 0 40px 0;
  text-align: center;
}

.grid-container {
  position: relative;
}

.grid-container .side-ad {
  position: absolute;
  top: 0;
  left: 100%;
  width: 300px;
  margin-top: -75px;
  padding-left: 12.5px;
}

.grid-container .side-ad.left {
  right: 100%;
  left: auto;
  padding-left: 0;
  padding-right: 12.5px;
}

@media screen and (max-width: 119.9375em) {
  .grid-container .side-ad {
    display: none;
  }
}

.grid-container .leaderboard-ad {
  margin-top: 20px;
  padding: 25px 0 0 0;
  border-top: 1px solid #EAEAEA;
}

.lb-dataContainer {
  display: block;
  width: 950px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
}

.lb-details {
  display: none;
}

.lightbox-gallery {
  float: left;
  width: 100%;
}

.lightbox-gallery .gallery-item {
  margin-right: 12px;
  margin-bottom: 12px;
  width: calc(33% - 12px);
  float: left;
}

.lightbox-gallery .gallery-item:nth-child(3n) {
  margin-right: 0;
}

.lightbox-gallery .gallery-item:hover {
  opacity: 0.8;
}

.lightbox-gallery .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

.hyphenate {
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 47.9375em) {
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.form-row:last-child {
  margin-bottom: 0;
}

.form-row .half {
  width: 50%;
  margin-right: 20px;
}

@media screen and (max-width: 47.9375em) {
  .form-row .half {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.form-row .half:last-child {
  margin-right: 0;
}

.form-row .full {
  width: 100%;
}

@media screen and (max-width: 47.9375em) {
  .form-row .full {
    margin-bottom: 20px;
  }
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  background: #F8F8F8;
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #EAEAEA;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 input[type="text"]:focus {
  background: #fff;
}

.wpcf7-submit {
  float: right;
  background: #262626;
  color: #fff;
  border: none;
  padding: 13px 85px;
  cursor: pointer;
}

@media screen and (max-width: 47.9375em) {
  .wpcf7-submit {
    width: 100%;
  }
}

.wpcf7-submit:hover {
  background: #9F8C73;
}

span.wpcf7-not-valid-tip {
  text-shadow: none;
  font-size: 12px;
  color: #ff0000;
  background: #fff;
  padding: 5px;
}

div.wpcf7-validation-errors {
  text-shadow: none;
  border: transparent;
  background: transparent;
  padding: 5px;
  color: #ff0000;
  text-align: center;
  margin: 0;
  font-size: 12px;
}

div.wpcf7-mail-sent-ok {
  text-align: center;
  text-shadow: none;
  padding: 5px;
  font-size: 12px;
  background: #59a80f;
  border-color: #59a80f;
  color: #fff;
  margin: 0;
}

/* Custom style for the mc4wp sidebar newsletter widget */

.cell.small-9.medium-3.first-sidebar-wrapper.sidebar-wrapper .mc4wp-form {
  background-color: #F8F8F8;
  padding: 20px;
  color: #1C254B;
}

.cell.small-9.medium-3.first-sidebar-wrapper.sidebar-wrapper .mc4wp-form input[type="email"],
.cell.small-9.medium-3.first-sidebar-wrapper.sidebar-wrapper .mc4wp-form input[type="submit"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #1C254B;
}

.cell.small-9.medium-3.first-sidebar-wrapper.sidebar-wrapper .mc4wp-form input[type="email"] {
  margin-bottom: 15px;
}

.cell.small-9.medium-3.first-sidebar-wrapper.sidebar-wrapper .mc4wp-form input[type="submit"] {
  background-color: #1C254B;
  color: white;
  border: none;
  cursor: pointer;
}

.cell.small-9.medium-3.first-sidebar-wrapper.sidebar-wrapper .mc4wp-form input[type="submit"]:hover {
  background-color: #16203a;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.cell.small-9.medium-3.first-sidebar-wrapper.sidebar-wrapper .mc4wp-form label {
  display: none !important;
}

.cell.small-9.medium-3.first-sidebar-wrapper.sidebar-wrapper .mc4wp-form .mc4wp-response {
  margin-top: 10px;
}

.single-advertorial-listing {
  position: relative;
  width: calc(50% - 15px);
  float: left;
  margin-right: 30px;
}

.single-advertorial-listing:last-child {
  margin-right: 0;
}

@media screen and (max-width: 47.9375em) {
  .single-advertorial-listing {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 25px;
  }

  .cell:last-child > .single-advertorial-listing {
    margin-bottom: 0;
  }
}

.single-advertorial-listing .featured-image {
  width: 169px;
  height: 178px;
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 47.9375em) {
  .single-advertorial-listing .featured-image {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 20px;
  }
}

.single-advertorial-listing .advertorial-content-wrapper {
  padding-left: 17px;
  padding-top: 30px;
  position: relative;
}

@media screen and (max-width: 47.9375em) {
  .single-advertorial-listing .advertorial-content-wrapper {
    padding-left: 0;
    padding-top: 0;
    position: static;
  }
}

.single-advertorial-listing .advertorial-content-wrapper .advertorial-section-name {
  position: absolute;
  top: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.single-advertorial-listing .advertorial-content-wrapper .advertorial-excerpt {
  position: relative;
}

.blog-comment .comment-author {
  margin-bottom: 0px;
  line-height: 1.2;
}

.blog-comment .comment-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.blog-comment .comment-meta .comment-date {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.14286;
  font-weight: 400;
}

.blog-comment .comment-meta .comment-reply a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.86667;
  font-weight: bold;
  cursor: pointer;
}

.blog-comment .comment-content {
  margin-top: 25px;
}

.blog-comment .comments-wrapper.comments-child {
  margin-top: 25px;
  padding-left: 50px;
}

.featured-categories {
  margin-bottom: 25px;
}

@media screen and (max-width: 63.9375em) {
  .featured-categories {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 47.9375em) {
  .featured-categories {
    display: none;
  }
}

.featured-categories .categories-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.featured-categories .categories-wrapper .category {
  margin-right: 25px;
  margin-bottom: 25px;
  width: calc(20% - 20px);
}

.featured-categories .categories-wrapper .category:nth-child(5n + 0) {
  margin-right: 0;
}

@media screen and (max-width: 63.9375em) {
  .featured-categories .categories-wrapper .category {
    width: calc(33% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .featured-categories .categories-wrapper .category:nth-child(5n + 0) {
    margin-right: 10px;
  }

  .featured-categories .categories-wrapper .category:nth-child(3n + 0) {
    margin-right: 0;
  }
}

.featured-categories .categories-wrapper .category:last-child {
  margin-right: 0;
}

.featured-categories .categories-wrapper .category .category-background {
  position: relative;
  padding-top: 75%;
  background: #1C254B;
}

.featured-categories .categories-wrapper .category .category-background .category-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}

.featured-categories .categories-wrapper .category .category-background .image-overlay {
  background: rgba(26, 22, 18, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.featured-categories .categories-wrapper .category .category-background .featured-image {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.featured-categories .categories-wrapper .category .category-background .category-name {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  font-size: 17px;
  line-height: 1.47059;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}

.newsletter-wrapper {
  position: relative;
  overflow: hidden;
  padding: 55px 0 80px 0px;
  background: #9F8C73;
}

@media screen and (max-width: 47.9375em) {
  .newsletter-wrapper {
    padding: 35px 0 30px 0px;
  }
}

.newsletter-wrapper .newsletter-logo-background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
          transform: translateY(40%);
  opacity: .03;
  padding-top: 11.6%;
}

.newsletter-wrapper .newsletter-title {
  position: relative;
  font-size: 60px;
  line-height: 1;
  color: #FFFFFF;
  font-family: "Source Serif Pro", serif;
  font-weight: 600;
  margin-bottom: 35px;
  padding-left: 62px;
}

@media screen and (max-width: 47.9375em) {
  .newsletter-wrapper .newsletter-title {
    padding-left: 0;
    font-size: 45px;
    margin-bottom: 30px;
  }
}

.newsletter-wrapper .newsletter-title:before {
  content: '';
  height: 42px;
  width: 42px;
  background: url(images/newsletter-arrow.5a07c6e5.svg) no-repeat 50% 50% transparent;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 47.9375em) {
  .newsletter-wrapper .newsletter-title:before {
    display: none;
  }
}

.newsletter-wrapper .left-right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 47.9375em) {
  .newsletter-wrapper .left-right-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.newsletter-wrapper .left-right-wrapper .left-side,
.newsletter-wrapper .left-right-wrapper .right-side {
  width: 50%;
}

@media screen and (max-width: 47.9375em) {
  .newsletter-wrapper .left-right-wrapper .left-side,
  .newsletter-wrapper .left-right-wrapper .right-side {
    width: 100%;
  }
}

.newsletter-wrapper .left-right-wrapper .left-side {
  margin-right: 110px;
}

.newsletter-wrapper .left-right-wrapper .left-side .newsletter-content {
  font-size: 16px;
  line-height: 1.3125;
  color: #FFFFFF;
}

.newsletter-wrapper .left-right-wrapper .left-side .newsletter-content p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.newsletter-wrapper .left-right-wrapper .left-side .newsletter-content a {
  color: inherit;
  text-decoration: underline;
  font-size: inherit;
  line-height: inherit;
}

.newsletter-wrapper .left-right-wrapper .right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.newsletter-wrapper .left-right-wrapper .right-side .newsletter-form-wrapper {
  width: 100%;
}

@media screen and (max-width: 47.9375em) {
  .newsletter-wrapper .left-right-wrapper .right-side .newsletter-form-wrapper {
    margin-top: 25px;
  }
}

.newsletter-wrapper .left-right-wrapper .right-side .newsletter-form-wrapper .mc4wp-form .mc4wp-form-fields {
  position: relative;
  display: block;
  width: 100%;
}

.newsletter-wrapper .left-right-wrapper .right-side .newsletter-form-wrapper .mc4wp-form .mc4wp-form-fields input {
  border: 0;
  background: #FFFFFF;
  color: #4E4E4E;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  padding: 13px 20px;
}

.newsletter-wrapper .left-right-wrapper .right-side .newsletter-form-wrapper .mc4wp-form .mc4wp-form-fields input:focus {
  outline: none;
}

.newsletter-wrapper .left-right-wrapper .right-side .newsletter-form-wrapper .mc4wp-form .mc4wp-form-fields input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4E4E4E;
}

.newsletter-wrapper .left-right-wrapper .right-side .newsletter-form-wrapper .mc4wp-form .mc4wp-form-fields input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4E4E4E;
}

.newsletter-wrapper .left-right-wrapper .right-side .newsletter-form-wrapper .mc4wp-form .mc4wp-form-fields input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4E4E4E;
}

.newsletter-wrapper .left-right-wrapper .right-side .newsletter-form-wrapper .mc4wp-form .mc4wp-form-fields input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4E4E4E;
}

.newsletter-wrapper .left-right-wrapper .right-side .newsletter-form-wrapper .mc4wp-form .mc4wp-form-fields input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4E4E4E;
}

.newsletter-wrapper .left-right-wrapper .right-side .newsletter-form-wrapper .mc4wp-form .mc4wp-form-fields input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4E4E4E;
}

.newsletter-wrapper .left-right-wrapper .right-side .newsletter-form-wrapper .mc4wp-form .mc4wp-form-fields input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #4E4E4E;
}

.newsletter-wrapper .left-right-wrapper .right-side .newsletter-form-wrapper .mc4wp-form input[type="submit"] {
  width: 100% !important;
  background: #262626;
  color: #FFF;
  font-size: 16px;
  line-height: 1.5;
  border: 0;
  cursor: pointer;
}

.newsletter-wrapper .left-right-wrapper .right-side .newsletter-form-wrapper .mc4wp-form .mc4wp-response {
  margin-top: 10px;
}

.newsletter-wrapper .left-right-wrapper .right-side .newsletter-form-wrapper .mc4wp-form .mc4wp-response p {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  margin: 0;
}

.pagination {
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 63.9375em) {
  .pagination {
    margin: 50px 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .pagination {
    margin: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pagination .prev,
.pagination .next {
  display: none;
  font-size: 16px;
  color: #5F5F5F;
  line-height: 1.25;
  padding: 5px 10px;
  border-radius: 25px;
  font-family: "Roboto", sans-serif;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

@media screen and (max-width: 47.9375em) {
  .pagination .prev,
  .pagination .next {
    display: inline-block;
  }
}

.pagination .prev:hover,
.pagination .next:hover {
  background: #5F5F5F;
  color: #FFF;
}

.pagination .prev {
  margin-right: 10px;
}

.pagination .next {
  margin-left: 10px;
}

.pagination .pages {
  display: inline-block;
  list-style: none;
  margin: 0;
}

.pagination .pages li {
  float: left;
  margin-right: 30px;
}

@media screen and (max-width: 47.9375em) {
  .pagination .pages li {
    margin-right: 0;
  }

  .pagination .pages li .dots {
    display: none;
  }
}

.pagination .pages li:last-child {
  margin-right: 0;
}

.pagination .pages li .page-number {
  color: #5F5F5F;
  font-size: 16px;
  line-height: 1.25;
  padding: 5px 10px;
  border-radius: 25px;
  font-family: "Roboto", sans-serif;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

@media screen and (max-width: 47.9375em) {
  .pagination .pages li .page-number {
    display: none;
  }

  .pagination .pages li .page-number.current {
    display: inline-block;
  }
}

.pagination .pages li .page-number.current,
.pagination .pages li .page-number:hover {
  background: #5F5F5F;
  color: #FFF;
}

.share-buttons {
  float: right;
}

@media screen and (max-width: 63.9375em) {
  .share-buttons {
    float: left;
    clear: both;
    display: block;
    margin-top: 25px;
  }
}

.share-buttons .share-button {
  display: block;
  float: left;
  margin-right: 25px;
}

.share-buttons .share-button.linkedin {
  background: url(images/linkedin-share.fabe12d3.svg) no-repeat 50% 50% transparent;
  background-size: contain;
  height: 17px;
  width: 18px;
}

.share-buttons .share-button.facebook {
  background: url(images/facebook-share.25b914dd.svg) no-repeat 50% 50% transparent;
  background-size: contain;
  height: 16px;
  width: 8px;
}

.share-buttons .share-button.twitter {
  background: url(images/twitter-share.e771d491.svg) no-repeat 50% 50% transparent;
  background-size: contain;
  height: 16px;
  width: 18px;
}

.share-buttons .share-button.email {
  background: url(images/email-share.2de08ee2.svg) no-repeat 50% 50% transparent;
  background-size: contain;
  height: 16px;
  width: 18px;
}

.share-buttons .share-button.google {
  background: url(images/google-share.cfb4b7db.svg) no-repeat 50% 50% transparent;
  background-size: contain;
  height: 17px;
  width: 23px;
}

.share-buttons .share-button.whatsapp {
  background: url(images/whatsapp-share.165022b1.svg) no-repeat 50% 50% transparent;
  background-size: contain;
  height: 16px;
  width: 18px;
}

.tease {
  margin-top: 20px;
  padding: 25px 0 0 0;
  border-top: 1px solid #EAEAEA;
}

.tease:first-child {
  margin-top: 0;
}

.tease:last-child {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 20px;
}

.tease .featured-image {
  width: 169px;
  height: 178px;
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 47.9375em) {
  .tease .featured-image {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 20px;
  }
}

.tease .tease-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 47.9375em) {
  .tease .tease-title {
    display: block;
  }

  .tease .tease-title .read-time {
    display: inline-block;
    clear: both;
  }
}

.tease .tease-title h2 {
  max-width: 80%;
}

.tease .tease-title .read-time {
  background: #F8F8F8;
  border-radius: 10px;
  padding: 5px 12px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.16667;
  white-space: nowrap;
}

@media screen and (max-width: 47.9375em) {
  .tease .tease-title .read-time {
    margin-bottom: 10px;
  }
}

.tease .tease-content-wrapper.medium-12 {
  padding-left: 0;
}

.tease .tease-date {
  font-size: 14px;
  line-height: 1.14286;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #585858;
  margin-bottom: 10px;
}

.tease .tease-excerpt {
  position: relative;
}

.tease .tease-excerpt .read-more {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding-right: 15px;
  background: url(images/read-more-arrow.0a59e10e.svg) no-repeat 50% 50% transparent;
  background-size: 10px 6px;
  background-position: right 50%;
}

.widget .widget-title,
.widget .widgettitle {
  background: #1C254B;
  padding: 13px 15px;
  color: #FFF;
  font-size: 22px;
  line-height: 1.22727;
  font-weight: 600;
  margin-bottom: 20px;
}

.widget ul {
  margin: 10px 0;
  list-style: none;
}

.widget li {
  position: relative;
  padding: 0 12px;
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
}

.widget li:last-child {
  margin-bottom: 0;
}

.widget li > a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.widget li:before {
  top: 12px;
}

.sidebar-wrapper {
  border-left: 1px solid #EAEAEA;
}

#footer {
  margin-top: 70px;
  background: #343434;
}

#footer .footer-wrapper {
  padding: 50px 0 29px 0;
}

#footer .footer-wrapper .footer-logo {
  width: 151px;
  display: block;
}

#footer .footer-wrapper .footer-logo img {
  width: auto;
  height: auto;
  min-width: 100%;
}

#footer .footer-wrapper #footer-menu ul {
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 47.9375em) {
  #footer .footer-wrapper #footer-menu ul {
    display: block;
  }
}

#footer .footer-wrapper #footer-menu ul li {
  width: 25%;
  float: left;
}

@media screen and (max-width: 47.9375em) {
  #footer .footer-wrapper #footer-menu ul li {
    width: 100%;
    float: none;
    clear: both;
    margin: 10px 0;
  }
}

#footer .footer-wrapper #footer-menu ul li a {
  font-size: 16px;
  color: #FFF;
  font-family: "Source Serif Pro", serif;
  font-weight: 600;
}

#footer .footer-wrapper #footer-menu ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 63.9375em) {
  #footer .footer-wrapper #footer-menu ul li {
    float: right;
    text-align: right;
  }
}

@media screen and (max-width: 47.9375em) {
  #footer .footer-wrapper {
    text-align: center;
  }

  #footer .footer-wrapper .footer-logo {
    float: none;
    clear: both;
  }

  #footer .footer-wrapper #footer-menu {
    width: 100%;
    float: none;
    clear: both;
    margin: 30px 0;
  }

  #footer .footer-wrapper #footer-menu ul li {
    text-align: inherit;
  }
}

#footer .socket {
  background: #4E4E4E;
}

#footer .socket .socket-wrapper {
  padding: 20px 0;
}

@media screen and (max-width: 47.9375em) {
  #footer .socket .socket-wrapper {
    display: block;
  }
}

#footer .socket .socket-wrapper .copyright {
  color: #FFF;
  font-size: 12px;
  line-height: 1.41667;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 47.9375em) {
  #footer .socket .socket-wrapper .copyright {
    display: block;
    text-align: center;
  }
}

#footer .socket .socket-wrapper ul {
  list-style: none;
  margin: 0;
  float: right;
}

@media screen and (max-width: 47.9375em) {
  #footer .socket .socket-wrapper ul {
    display: block;
    float: none;
    clear: both;
    text-align: center;
  }
}

#footer .socket .socket-wrapper ul li {
  margin-right: 40px;
  float: left;
  text-align: right;
}

@media screen and (max-width: 47.9375em) {
  #footer .socket .socket-wrapper ul li {
    margin: 10px 0;
    float: none;
    clear: both;
    text-align: center;
  }
}

#footer .socket .socket-wrapper ul li:last-child {
  margin-right: 0;
}

#footer .socket .socket-wrapper ul li a {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #FFF;
}

#masthead {
  padding-top: 30px;
}

#masthead .first-line-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}

@media screen and (max-width: 63.9375em) {
  #masthead .first-line-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
}

#masthead .first-line-wrapper #logo {
  display: block;
  width: 365px;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

@media screen and (max-width: 47.9375em) {
  #masthead .first-line-wrapper #logo {
    width: 188px;
  }
}

#masthead .first-line-wrapper #logo img {
  width: auto;
  height: auto;
  min-width: 100%;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

#masthead .first-line-wrapper #logo .logo-text {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.58333;
  font-weight: 600;
  margin-top: 10px;
}

@media screen and (max-width: 47.9375em) {
  #masthead .first-line-wrapper #logo .logo-text {
    display: none;
  }
}

#masthead .first-line-wrapper #main-menu {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-top: 17px;
}

@media screen and (max-width: 63.9375em) {
  #masthead .first-line-wrapper #main-menu {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-top: 0;
  }
}

#masthead .first-line-wrapper #main-menu .menu {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media screen and (max-width: 63.9375em) {
  #masthead .first-line-wrapper #main-menu .menu {
    display: none;
  }
}

#masthead .first-line-wrapper #main-menu .menu > li.menu-item {
  margin-right: 80px;
  line-height: 1;
}

#masthead .first-line-wrapper #main-menu .menu > li.menu-item > a {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}

#masthead .first-line-wrapper #main-menu .menu > li.menu-item.current-menu-item {
  font-weight: 700;
}

#masthead .first-line-wrapper #main-menu .menu > li.menu-item:last-child {
  margin-right: 0;
}

#masthead .first-line-wrapper #main-menu .menu > li.menu-item.menu-item-has-children {
  padding-left: 16px;
}

#masthead .first-line-wrapper #main-menu .menu > li.menu-item.menu-item-has-children:before {
  content: '';
  width: 4px;
  height: 6px;
  background: url(images/arrow-right.aee204e3.svg) no-repeat 50% 50% transparent;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

#masthead .first-line-wrapper #main-menu .menu > li.menu-item.menu-item-has-children.hovered:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#masthead .first-line-wrapper #main-menu .menu > li.menu-item.menu-item-has-children.hovered > .sub-menu {
  display: block;
}

#masthead .first-line-wrapper #main-menu .menu > li.menu-item > .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 50px 10px 25px 10px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 998;
  background: #FAFAFA;
  width: 720px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #EDEDED;
  -webkit-transition: opacity 200ms ease 500ms;
  -o-transition: opacity 200ms ease 500ms;
  transition: opacity 200ms ease 500ms;
}

#masthead .first-line-wrapper #main-menu .menu > li.menu-item > .sub-menu .menu-item-has-children:before {
  display: none;
}

#masthead .first-line-wrapper #main-menu .menu > li.menu-item > .sub-menu > li {
  width: 33.3%;
  margin-bottom: 25px;
  padding: 0 40px;
  float: left;
}

#masthead .first-line-wrapper #main-menu .menu > li.menu-item > .sub-menu > li a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

#masthead .first-line-wrapper #main-menu .menu > li.menu-item > .sub-menu > li:before {
  content: '';
  width: 4px;
  height: 6px;
  background: url(images/arrow-right.aee204e3.svg) no-repeat 50% 50% transparent;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

#masthead .first-line-wrapper #main-menu .menu-toggle {
  position: absolute;
  right: 0;
  display: none;
  width: 25px;
  height: 3px;
  background: #4E4E4E;
  border-radius: 5px;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

@media screen and (max-width: 63.9375em) {
  #masthead .first-line-wrapper #main-menu .menu-toggle {
    display: block;
  }
}

#masthead .first-line-wrapper #main-menu .menu-toggle:before {
  content: '';
  height: 3px;
  background: #4E4E4E;
  border-radius: 5px;
  position: absolute;
  top: -7px;
  width: 100%;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

#masthead .first-line-wrapper #main-menu .menu-toggle:after {
  content: '';
  width: 20px;
  height: 3px;
  background: #4E4E4E;
  border-radius: 5px;
  position: absolute;
  top: 7px;
  width: 100%;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

#masthead .first-line-wrapper #main-menu .menu-toggle.active {
  z-index: 999;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#masthead .first-line-wrapper #main-menu .menu-toggle.active:before {
  opacity: 0;
}

#masthead .first-line-wrapper #main-menu .menu-toggle.active:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

#masthead .mobile-main-menu {
  display: none;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 998;
}

#masthead .mobile-main-menu .menu {
  list-style: none;
  height: 100%;
  width: 100%;
  padding: 60px 0 20px 0;
  margin: 0;
  text-align: center;
}

#masthead .mobile-main-menu .menu > li > a {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}

#masthead .mobile-main-menu .menu ul.sub-menu {
  list-style: none;
  margin: 10px 0;
}

#masthead .mobile-main-menu .menu ul.sub-menu > li {
  margin: 0;
  width: 50%;
  float: left;
}

#masthead .mobile-main-menu .menu li {
  margin: 10px 0 30px 0;
  padding: 5px 0;
  font-weight: 600;
}

#masthead .search-bar {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 63.9375em) {
  #masthead .search-bar {
    margin-top: 30px;
  }
}

@media screen and (max-width: 47.9375em) {
  #masthead .search-bar {
    margin-bottom: 25px;
  }
}

#masthead .search-bar input {
  width: 100%;
  background: #F8F8F8;
  padding: 12px 50px 12px 13px;
  border: 0;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 500;
}

#masthead .search-bar input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 300;
}

#masthead .search-bar input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 300;
}

#masthead .search-bar input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 300;
}

#masthead .search-bar input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 300;
}

#masthead .search-bar input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 300;
}

#masthead .search-bar input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 300;
}

#masthead .search-bar input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 300;
}

#masthead .search-bar .found-posts {
  position: absolute;
  right: 65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 300;
}

#masthead .search-bar .search-icon {
  background: url(images/search-icon.cc4d8109.svg) no-repeat 50% 50% transparent;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

body.search-results #masthead .search-bar input {
  padding: 12px 170px 12px 13px;
}

.single .post-wrapper .post-title {
  margin-bottom: 25px;
}

.single .post-wrapper .featured-image {
  width: 100%;
  padding-top: 55.17%;
  margin-bottom: 25px;
}

.single .post-wrapper .featured-image-caption {
  margin-top: -25px;
  margin-bottom: 25px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.single .post-wrapper .post-meta {
  padding: 18px 0;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 25px;
}

.single .post-wrapper .post-meta .post-date {
  float: left;
  margin-right: 75px;
  font-size: 14px;
  line-height: 1.14286;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #5F5F5F;
}

@media screen and (max-width: 63.9375em) {
  .single .post-wrapper .post-meta .post-date {
    float: none;
    clear: both;
    display: block;
  }
}

.single .post-wrapper .post-meta .read-time {
  float: left;
  margin-right: 75px;
  margin-top: -4px;
  background: #F8F8F8;
  border-radius: 10px;
  padding: 5px 12px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.16667;
  white-space: nowrap;
}

@media screen and (max-width: 63.9375em) {
  .single .post-wrapper .post-meta .read-time {
    float: right;
    display: block;
    margin-top: 25px;
    margin-right: 0;
  }
}

.single .post-wrapper .post-title {
  margin-bottom: 25px;
}

.single .post-wrapper .post-lead-text {
  font-size: 18px;
  line-height: 1.27778;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
}

.single .post-wrapper .post-lead-text p,
.single .post-wrapper .post-lead-text a {
  font-size: inherit;
  line-height: inherit;
}

.single .post-wrapper .post-content {
  margin-bottom: 25px;
}

.single .post-wrapper .post-content h2,
.single .post-wrapper .post-content h3 {
  margin: 25px 0;
}

.single .post-wrapper .post-content .ads-wrapper {
  margin: 25px 0;
  max-width: 100%;
}

.single .comments-box {
  padding-top: 25px;
  border-top: 1px solid #EAEAEA;
}

.single .comments-box .box-title {
  display: inline-block;
  font-size: 17px;
  line-height: 1.64706;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #7E7E7E;
  margin-bottom: 25px;
  cursor: pointer;
}

.single .comments-box .box-title.opened .comments-arrow:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.single .comments-box .box-title.opened .comments-arrow:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.single .comments-box .box-title .comments-count {
  font-weight: 400;
  margin-right: 22px;
}

.single .comments-box .box-title .comments-arrow {
  display: inline-block;
  vertical-align: baseline;
  width: 12px;
  height: 10px;
  background: transparent;
  position: relative;
}

.single .comments-box .box-title .comments-arrow:before,
.single .comments-box .box-title .comments-arrow:after {
  content: '';
  -webkit-transition: 200ms all ease-in-out;
  -o-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
  position: absolute;
  width: 7.7px;
  height: 2px;
  background: #707070;
  top: 49%;
  border-radius: 5px;
}

.single .comments-box .box-title .comments-arrow:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  left: 0;
}

.single .comments-box .box-title .comments-arrow:after {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  right: 0;
}

.single .comments-box .box-content .comment-respond form .comment-form-comment {
  margin-top: 50px;
}

.single .comments-box .box-content .comment-respond form .comment-form-comment textarea {
  background: transparent;
  width: 100%;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid #EAEAEA;
  max-width: 100%;
  width: 100%;
  resize: vertical;
}

.single .comments-box .box-content .comment-respond form .comment-form-comment textarea:focus {
  outline: none;
}

.single .comments-box .box-content .comment-respond form div.input-wrapper {
  width: 50%;
  float: left;
  padding: 0 17.5px;
}

.single .comments-box .box-content .comment-respond form div.input-wrapper:first-child {
  padding-left: 0;
}

.single .comments-box .box-content .comment-respond form div.input-wrapper:last-child {
  padding-right: 0;
}

.single .comments-box .box-content .comment-respond form div.input-wrapper input {
  background: transparent;
  width: 100%;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid #EAEAEA;
}

.single .comments-box .box-content .comment-respond form div.input-wrapper input:focus {
  outline: none;
}

.single .comments-box .box-content .comment-respond form .form-submit {
  width: 100%;
  text-align: center;
}

.single .comments-box .box-content .comment-respond form .form-submit button[type='submit'] {
  display: inline-block;
}

.single .comments-box .box-content .comment-respond form .cancel-reply-wrapper {
  margin-top: 25px;
  text-align: center;
}

.single .comments-box .box-content .comment-form-cookies-consent {
  margin-top: 25px;
}

.widget_links_widget .links-wrapper .link {
  position: relative;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #EAEAEA;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 400;
}

.widget_links_widget .links-wrapper .link a:not(.read-more) {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.widget_links_widget .links-wrapper .link:first-child {
  padding-top: 0;
}

.widget_links_widget .links-wrapper .link.with-read-more {
  font-weight: bold;
}

.widget_links_widget .links-wrapper .link.with-read-more > a {
  display: inline-block;
  margin-bottom: 8px;
}

.widget_links_widget .links-wrapper .link:not(.with-read-more):before {
  top: 10px;
}

.widget_list_category_widget .posts-wrapper .post {
  position: relative;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #EAEAEA;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 400;
}

.widget_list_category_widget .posts-wrapper .post:first-child {
  padding-top: 0;
}

.widget_list_category_widget .posts-wrapper .post:not(.with-read-more):before {
  top: 10px;
}

.widget_social_links_widget .social-links-wrapper {
  margin-top: 40px;
}

.widget_social_links_widget .social-links-wrapper .link-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.widget_social_links_widget .social-links-wrapper .link {
  margin-bottom: 40px;
  line-height: 0;
}

.widget_social_links_widget .social-links-wrapper .link.empty {
  width: 42px;
  margin-bottom: 0;
}

.widget_social_links_widget .social-links-wrapper .link .icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 42px;
  height: 42px;
}

.widget_social_links_widget .social-links-wrapper .link .icon.facebook {
  background-image: url(images/facebook.90bf2a39.svg);
}

.widget_social_links_widget .social-links-wrapper .link .icon.twitter {
  background-image: url(images/twitter.3c4616ca.svg);
}

.widget_social_links_widget .social-links-wrapper .link .icon.linkedin {
  background-image: url(images/linkedin.e9118112.svg);
}

.widget_social_links_widget .social-links-wrapper .link .icon.rss {
  background-image: url(images/rss.df495c4c.svg);
}

.widget_social_links_widget .social-links-wrapper .link .icon.instagram {
  background-image: url(images/instagram.28f6e27c.svg);
}

.widget_social_links_widget .social-links-wrapper .link .icon.google {
  background-image: url(images/google.c7dfa881.svg);
}

.widget_social_links_widget .social-links-wrapper .link .icon.xing {
  background-image: url(images/xing.7a2c8076.svg);
}

.widget_social_links_widget .social-links-wrapper .link .icon.youtube {
  background-image: url(images/youtube.3f35e5ae.svg);
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.2299ad0b.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.84b76dee.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.31f15875.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.d9d2d0b1.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/*# sourceMappingURL=general.css.map*/