@charset "UTF-8";

/** Import everything from autoload */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

@font-face {
  font-family: "icon";
  src: url(/wp-content/themes/images-of-empowerment/dist/fonts/fonts/icon.eot);
  src: url(/wp-content/themes/images-of-empowerment/dist/fonts/fonts/icon.eot) format("embedded-opentype"), url(/wp-content/themes/images-of-empowerment/dist/fonts/fonts/icon.ttf) format("truetype"), url(/wp-content/themes/images-of-empowerment/dist/fonts/fonts/icon.woff) format("woff"), url(/wp-content/themes/images-of-empowerment/dist/fonts/fonts/icon.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "=";
}

.icon-date:before {
  content: "\E901";
}

.icon-pin:before {
  content: "\E902";
}

.icon-bookmark:before {
  content: "\E903";
}

.icon-right-chevron:before {
  content: ">";
}

.icon-left-chevron:before {
  content: "<";
}

.icon-down-chevron:before {
  content: "v";
}

.icon-close:before {
  content: "X";
}

.icon-play:before {
  content: "\E908";
}

.icon-mail:before {
  content: "\E909";
}

.icon-search:before {
  content: "s";
}

.icon-share:before {
  content: "\E90B";
}

.icon-file:before {
  content: "\E90C";
}

.icon-camera:before {
  content: "\E90D";
}

.icon-download:before {
  content: "\E90E";
}

.icon-facebook:before {
  content: "f";
}

.icon-instagram:before {
  content: "i";
}

.icon-twitter:before {
  content: "t";
}

.icon-linkedin:before {
  content: "l";
}

/** Import theme styles */

.container,
.container-fluid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container *,
.container *:before,
.container *:after,
.container-fluid *,
.container-fluid *:before,
.container-fluid *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container.fill,
.container-fluid.fill {
  padding-left: 0;
  padding-right: 0;
}

.container.fill .row,
.container-fluid.fill .row {
  margin-left: 0;
  margin-right: 0;
}

.container.fill .column,
.container-fluid.fill .column {
  padding-left: 0;
  padding-right: 0;
}

.container {
  max-width: 1500px;
}

@media (min-width: 768px) {
  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

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

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

.column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.column.xs-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.column.xs-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.column.xs-25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.column.xs-33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.column.xs-40 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.column.xs-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.column.xs-60 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.column.xs-67 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.column.xs-75 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.column.xs-80 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

.column.xs-83 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.column.xs-100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .row.sm-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column.sm-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.sm-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.sm-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.sm-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.sm-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.sm-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.sm-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.sm-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.sm-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.sm-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.sm-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.sm-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .row.md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.md-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.md-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.md-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.md-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.md-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.md-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.md-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.md-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.md-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.md-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.md-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.md-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .row.lg-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column.lg-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.lg-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.lg-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.lg-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.lg-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.lg-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.lg-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.lg-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.lg-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.lg-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.lg-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.lg-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .row.xl-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column.xl-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.xl-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.xl-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.xl-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.xl-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.xl-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.xl-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.xl-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.xl-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.xl-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.xl-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.xl-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.reveal {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out, -o-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out, -o-transform 0.5s ease-out;
}

.reveal.revealed {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.no-js .reveal {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.reveal-down {
  -webkit-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}

.reveal-up {
  -webkit-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
}

.reveal-delay {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.reveal-delay-long {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.reveal-short {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-o-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes color {
  100%, 0% {
    stroke: #0095ac;
  }

  40% {
    stroke: #16191d;
  }

  66% {
    stroke: #0095ac;
  }

  80%, 90% {
    stroke: #16191d;
  }
}

@-o-keyframes color {
  100%, 0% {
    stroke: #0095ac;
  }

  40% {
    stroke: #16191d;
  }

  66% {
    stroke: #0095ac;
  }

  80%, 90% {
    stroke: #16191d;
  }
}

@keyframes color {
  100%, 0% {
    stroke: #0095ac;
  }

  40% {
    stroke: #16191d;
  }

  66% {
    stroke: #0095ac;
  }

  80%, 90% {
    stroke: #16191d;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

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

body {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
}

*:focus {
  outline: none !important;
}

h1,
.h1,
h2,
.h2,
.masthead__alternate-title,
h3,
.h3,
.single-collection .masthead__subheading,
h4,
.h4,
h6,
.h6,
.site-footer__main h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  margin-bottom: 35px;
}

h1.buffer,
.h1.buffer,
h2.buffer,
.h2.buffer,
.buffer.masthead__alternate-title,
h3.buffer,
.h3.buffer,
.single-collection .buffer.masthead__subheading,
h4.buffer,
.h4.buffer,
h6.buffer,
.h6.buffer,
.site-footer__main h3.buffer {
  padding-top: 40px;
}

h1.heading--underline,
.h1.heading--underline,
h2.heading--underline,
.h2.heading--underline,
.heading--underline.masthead__alternate-title,
h3.heading--underline,
.h3.heading--underline,
.single-collection .heading--underline.masthead__subheading,
h4.heading--underline,
.h4.heading--underline,
h6.heading--underline,
.h6.heading--underline,
.site-footer__main h3.heading--underline {
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d4d4;
}

.heading__icon {
  font-size: 86%;
  margin-right: 15px;
}

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

@media screen and (min-width: 576px) {
  h1,
  .h1 {
    font-size: calc(2.24359vw + 1.69231rem);
  }
}

@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 3.375rem;
  }
}

h1,
.h1 {
  line-height: 2.75rem;
}

@media screen and (min-width: 576px) {
  h1,
  .h1 {
    line-height: calc(2.5641vw + 1.82692rem);
  }
}

@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    line-height: 3.75rem;
  }
}

h2,
.h2,
.masthead__alternate-title {
  font-size: 1.25rem;
}

@media screen and (min-width: 576px) {
  h2,
  .h2,
  .masthead__alternate-title {
    font-size: calc(1.92308vw + 0.55769rem);
  }
}

@media screen and (min-width: 1200px) {
  h2,
  .h2,
  .masthead__alternate-title {
    font-size: 2rem;
  }
}

h2,
.h2,
.masthead__alternate-title {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  h2,
  .h2,
  .masthead__alternate-title {
    line-height: calc(2.5641vw + 0.57692rem);
  }
}

@media screen and (min-width: 1200px) {
  h2,
  .h2,
  .masthead__alternate-title {
    line-height: 2.5rem;
  }
}

h3,
.h3,
.single-collection .masthead__subheading {
  font-size: 1.125rem;
}

@media screen and (min-width: 576px) {
  h3,
  .h3,
  .single-collection .masthead__subheading {
    font-size: calc(0.96154vw + 0.77885rem);
  }
}

@media screen and (min-width: 1200px) {
  h3,
  .h3,
  .single-collection .masthead__subheading {
    font-size: 1.5rem;
  }
}

h3,
.h3,
.single-collection .masthead__subheading {
  line-height: 1.25rem;
}

@media screen and (min-width: 576px) {
  h3,
  .h3,
  .single-collection .masthead__subheading {
    line-height: calc(2.24359vw + 0.44231rem);
  }
}

@media screen and (min-width: 1200px) {
  h3,
  .h3,
  .single-collection .masthead__subheading {
    line-height: 2.125rem;
  }
}

h4,
.h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125rem;
}

h5,
.h5,
.comment-reply-title {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
}

h6,
.h6,
.site-footer__main h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin-bottom: 25px;
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 30px;
}

p.p--small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

p.p--callout {
  font-size: 1.125rem;
}

@media screen and (min-width: 576px) {
  p.p--callout {
    font-size: calc(0.96154vw + 0.77885rem);
  }
}

@media screen and (min-width: 1200px) {
  p.p--callout {
    font-size: 1.5rem;
  }
}

p.p--callout {
  line-height: 1.25rem;
}

@media screen and (min-width: 576px) {
  p.p--callout {
    line-height: calc(2.24359vw + 0.44231rem);
  }
}

@media screen and (min-width: 1200px) {
  p.p--callout {
    line-height: 2.125rem;
  }
}

a {
  color: #16191d;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  -o-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
  will-change: color, opacity;
}

a:hover,
a:focus {
  color: #16191d;
  text-decoration: none;
}

#main-content p > a,
#main-content li > a,
#main-content blockquote a {
  text-decoration: underline;
}

#main-content p > a:hover,
#main-content p > a:focus,
#main-content li > a:hover,
#main-content li > a:focus,
#main-content blockquote a:hover,
#main-content blockquote a:focus {
  color: #16191d;
  text-decoration: none;
}

.list-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  margin-bottom: inherit;
  color: inherit;
}

img,
figure {
  max-width: 100%;
  height: auto;
}

figure img {
  margin-bottom: 15px;
}

figure figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

img[src*='.svg'] {
  width: 100%;
}

.img-cover,
.img-circle {
  position: relative;
  overflow: hidden;
  position: relative;
}

.img-cover:before,
.img-circle:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.img-cover > .content,
.img-circle > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-cover img,
.img-circle img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-cover img.portrait,
.img-circle img.portrait {
  height: auto;
  width: 100%;
}

.img-contain {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.img-contain img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-contain img.portrait {
  height: 100%;
  width: auto;
}

.img-circle {
  border-radius: 50%;
  /* fixes overflow:hidden bug in Chrome/Opera */
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  position: relative;
}

.img-circle:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.img-circle > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-circle img {
  /* fixes border radius bug in Chrome */
  -webkit-clip-path: circle(50%);
}

table {
  width: 100%;
}

@media (min-width: 768px) {
  .entry-authors {
    margin-bottom: 60px;
  }
}

.entry-author {
  padding: 45px 0;
  border-top: 1px solid #d4d4d4;
}

.entry-author__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.entry-author__image {
  width: 96px;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .entry-author__image {
    margin-right: 45px;
  }
}

.entry-author__main p {
  margin-top: 0;
}

.entry-author__name {
  margin-bottom: 0;
  font-weight: bold;
}

.btn {
  display: inline-block;
  border: 2px solid #0095ac;
  border-radius: 5px;
  padding: 13px 25px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 1px;
  font-weight: bold;
  background-color: #0095ac;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:hover,
.btn:focus {
  color: #fff;
  background-color: #0091a8;
  outline: none;
}

button {
  background: transparent;
}

.btn:hover,
.btn:focus {
  background: #007f93;
  border-color: #007f93;
}

.btn--ghost {
  color: #0095ac;
  background-color: transparent;
}

.btn--gray {
  border-color: #d4d4d4;
  background: #d4d4d4;
}

.btn--gray:hover,
.btn--gray:focus {
  background: #c7c7c7;
  border-color: #c7c7c7;
}

.btn--gray.btn--ghost {
  background-color: transparent;
  color: #16191d;
}

.btn--gray.btn--ghost:hover,
.btn--gray.btn--ghost:focus {
  background: transparent;
}

.btn--share {
  font-weight: 400;
}

.btn--share i {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: 10px;
}

@media (min-width: 992px) {
  #comments {
    margin-bottom: 80px;
  }
}

.single-comments {
  background: #f9f9f9;
  padding: 70px 0;
}

.comment-list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
}

.comment-list li:last-child article {
  border-bottom: 1px solid #d4d4d4;
}

.comment article {
  padding: 40px 0;
  border-top: 1px solid #d4d4d4;
}

@media (min-width: 768px) {
  .comment .reply {
    position: absolute;
    top: 40px;
    right: 0;
  }
}

.comment .reply a {
  color: #16191d;
  text-decoration: underline;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
}

.comment .reply a:hover,
.comment .reply a:focus {
  text-decoration: none;
}

.comment .children li {
  list-style-type: none;
}

.comment .children li:last-child article {
  border-bottom: none;
}

.comment-metadata b {
  display: block;
  margin-bottom: 15px;
}

.comment-metadata b a {
  color: #16191d;
}

.comment-metadata time {
  font-size: 12px;
  font-size: 0.75rem;
  color: #808080;
  text-decoration: none;
}

#respond p {
  margin-top: 8px;
  margin-bottom: 8px;
}

#respond label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.75rem;
}

.comment-body {
  position: relative;
}

.comment-content a {
  text-decoration: underline;
}

.comment-content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .comment-notes,
  .comment-form-comment {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.comment-notes {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

@media (min-width: 992px) {
  .comment-form-author {
    margin-right: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
  }
}

@media (min-width: 992px) {
  .comment-form-email {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

#griwpc-container-id {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}

input,
textarea,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid rgba(16, 0, 0, 0.2);
  border-radius: 5px;
  padding: 16px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: inherit;
  color: #16191d;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #141c26;
}

input[type='checkbox'],
input[type='radio'] {
  width: initial;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  display: inline-block;
}

input[type='checkbox']:focus,
input[type='radio']:focus {
  outline: 1px solid #0095ac;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAgCAYAAAD9oDOIAAAAwklEQVRIS+2UUQ1CMQxFz3OCBHAADpCAJByAAyRgAQlIAAekpCXNg60dYR8kW7KfbT2593bbRIcxdWAyoL9PdWT6h5kugJvOVvlL4Gq11n1ZPOvGphG8Aw7ABViJGoNugZPKk80s2IBSegeeiv099Qcy4DlwrWrfPpQsuAj09n1jInAVWILKegkcAmvQT+AjsFdL0pRXhvP7F30oXpnVVoGRUoOkLHu1kVIPFutFy99Am55tVumA5hMYmeazyp7skukDKIc0IRW+tqEAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

input[type='submit'],
input[type='button'],
input[type='reset'] {
  cursor: pointer;
  width: auto;
}

input[type='submit'] {
  background: transparent;
}

.searchform {
  position: relative;
  background: rgba(16, 0, 0, 0.2);
  padding: 8px;
  border-radius: 5px;
}

.searchform label {
  margin-bottom: 0;
}

.searchform input[type='text'] {
  border-width: 1px;
}

.searchform button {
  position: absolute;
  top: 23px;
  right: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  font-size: 14px;
  font-size: 0.875rem;
}

.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  padding: 16px 20px;
}

.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
  font-size: 12px;
  font-size: 0.75rem;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.yikes-easy-mc-form input[type='email'],
.yikes-easy-mc-form input[type='number'],
.yikes-easy-mc-form input[type='text'],
.yikes-easy-mc-form input[type='url'],
.yikes-easy-mc-form button[type='submit'],
.yikes-easy-mc-form select {
  width: 100% !important;
  margin-bottom: 15px !important;
  background-color: transparent !important;
  border: 1px solid rgba(16, 0, 0, 0.2) !important;
  border-radius: 5px !important;
  padding: 16px 20px !important;
  font-size: 14px !important;
  font-family: inherit !important;
  color: #16191d !important;
}

.yikes-easy-mc-form input[type='email']:focus,
.yikes-easy-mc-form input[type='number']:focus,
.yikes-easy-mc-form input[type='text']:focus,
.yikes-easy-mc-form input[type='url']:focus,
.yikes-easy-mc-form button[type='submit']:focus,
.yikes-easy-mc-form select:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #141c26 !important;
}

.yikes-easy-mc-form label > span {
  margin-bottom: 10px !important;
  display: inline-block;
}

.yikes-easy-mc-form .yikes-easy-mc-checkbox-label {
  font-weight: 300 !important;
}

.yikes-easy-mc-form button[type='submit'] {
  width: auto !important;
  font-size: 16px !important;
  font-weight: 300 !important;
}

.site-footer {
  background: #141c26;
  color: white;
  padding-top: 90px;
}

.site-footer__email-form {
  position: relative;
}

.site-footer__email-form input {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.site-footer__email-form input::-webkit-input-placeholder {
  color: #fff;
}

.site-footer__email-form input:-ms-input-placeholder {
  color: #fff;
}

.site-footer__email-form input::-ms-input-placeholder {
  color: #fff;
}

.site-footer__email-form input::placeholder {
  color: #fff;
}

.site-footer__email-form input:focus {
  background: #fff;
  color: #16191d;
}

.site-footer__email-form input:focus::-webkit-input-placeholder {
  color: #16191d;
}

.site-footer__email-form input:focus:-ms-input-placeholder {
  color: #16191d;
}

.site-footer__email-form input:focus::-ms-input-placeholder {
  color: #16191d;
}

.site-footer__email-form input:focus::placeholder {
  color: #16191d;
}

.site-footer__email-form button {
  position: absolute;
  right: 15px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  top: 15px;
  padding: 0;
}

.site-footer__email-form.email-form--focused button {
  color: #16191d;
}

.site-footer__main {
  margin-bottom: 70px;
}

@media (min-width: 992px) {
  .site-footer__main .widget {
    padding-right: 20px;
  }
}

.site-footer__main p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.site-footer__main a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}

.site-footer__main a:hover,
.site-footer__main a:focus {
  color: #fff;
  text-decoration: none;
}

.site-footer__sub {
  padding: 45px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}

@media (min-width: 768px) {
  .site-footer__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.site-footer__sub a,
.site-footer__sub p {
  color: rgba(255, 255, 255, 0.65);
}

.site-footer__sub a:hover,
.site-footer__sub a:focus {
  color: #fff;
  text-decoration: none;
}

.site-footer__logo-container {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 992px) {
  .site-footer__logo-container {
    margin-bottom: 0;
  }
}

.site-footer__logo-container a {
  display: inline-block;
  width: 50%;
  padding-right: 20px;
}

.site-footer__logo-container a:hover {
  opacity: 0.8;
}

.site-footer__logo-container a svg {
  width: 100%;
  max-width: 130px;
}

.site-footer__logo-container a:first-child {
  height: 49px;
}

.site-footer__logo-container a:first-child svg {
  max-width: 188px;
}

.site-footer__logo-container a:last-child {
  padding-right: 0;
}

@media (min-width: 992px) {
  .site-footer__logo-container a {
    padding-right: 0;
    margin-right: 40px;
    width: 130px;
  }

  .site-footer__logo-container a:first-child {
    width: 188px;
  }

  .site-footer__logo-container a:last-child {
    margin-right: 0;
  }
}

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

@media (min-width: 768px) {
  .site-footer__menu-container {
    display: block;
    text-align: right;
  }
}

.site-footer__copyright {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
}

@media (min-width: 992px) {
  .site-footer__copyright {
    margin-top: 10px;
  }
}

.footer-menu {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
}

.footer-menu__item {
  list-style-type: none;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .footer-menu__item {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 0;
  }
}

.footer-menu__link {
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
}

.footer-menu__link svg {
  vertical-align: middle;
  margin-right: 10px;
}

.header {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  background: #141c26;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .header {
    padding-top: 5px;
  }
}

.logged-in .header {
  top: 32px;
}

.home .header .header__search-form {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.home .header.header--scrolled .header__search-form {
  opacity: 1;
}

.home .header,
.single-collection.has-featured-image .header {
  background: transparent;
}

.home .header--scrolled,
.single-collection.has-featured-image .header--scrolled {
  background: #141c26;
}

.header [class^='icon-'] {
  color: inherit;
}

.header--scrolled {
  position: fixed;
}

.header__inner {
  display: block;
  overflow: hidden;
  padding-top: 20px;
}

@media (min-width: 992px) {
  .header__inner {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__brand {
  display: inline-block;
  color: white;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 40px;
  max-width: 165px;
}

.header__brand:hover,
.header__brand:focus {
  color: #fff;
}

@media (min-width: 992px) {
  .header__brand {
    max-width: unset;
    font-size: 16px;
  }
}

.header__navigation {
  display: none;
  text-align: right;
}

@media (min-width: 992px) {
  .header__navigation {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .header__navigation > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header__navigation .main-menu {
  padding: 0;
  margin: 0;
}

.header__navigation .main-menu__item {
  list-style-type: none;
  display: inline-block;
  padding: 20px 10px;
  margin-left: 16px;
}

.header__navigation .main-menu__item:hover .main-menu__sub-menu {
  display: block;
}

.header__navigation .main-menu__item--active .main-menu__link,
.header__navigation .main-menu__item--parent--active .main-menu__link {
  color: #fff;
}

.header__navigation .main-menu__link {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: bold;
}

.header__navigation .main-menu__link:hover,
.header__navigation .main-menu__link:focus {
  color: #fff;
}

.header__navigation .main-menu__sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  padding: 10px 0;
  list-style-type: none;
  z-index: 5;
  background: #fff;
}

.header__navigation .main-menu__sub-menu__item {
  padding: 20px 10px;
}

.header__navigation .main-menu__sub-menu__link {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
}

.header__navigation .main-menu__sub-menu__link:hover,
.header__navigation .main-menu__sub-menu__link:focus {
  color: #0095ac;
}

.header__search {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
}

@media (min-width: 992px) {
  .header__search {
    width: inherit;
    margin-top: 0;
  }
}

.header__search-form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  margin-bottom: 0;
  padding: 0;
}

.header__search-form label {
  margin-bottom: 5px;
}

.header__search-form input[type='text'] {
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0;
  color: #fff;
  -webkit-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
  transition: background ease 0.3s;
}

@media (min-width: 992px) {
  .header__search-form input[type='text'] {
    min-width: 275px;
  }
}

@media (min-width: 1200px) {
  .header__search-form input[type='text'] {
    min-width: 400px;
  }
}

.header__search-form input[type='text']:focus {
  outline: none;
  border: none;
  background: #fff;
  color: #16191d;
}

.header__search-form input[type='text']:focus::-webkit-input-placeholder {
  color: #16191d;
}

.header__search-form input[type='text']:focus:-ms-input-placeholder {
  color: #16191d;
}

.header__search-form input[type='text']:focus::-ms-input-placeholder {
  color: #16191d;
}

.header__search-form input[type='text']:focus::placeholder {
  color: #16191d;
}

.header__search-form input[type='text']::-webkit-input-placeholder {
  color: #fff;
}

.header__search-form input[type='text']:-ms-input-placeholder {
  color: #fff;
}

.header__search-form input[type='text']::-ms-input-placeholder {
  color: #fff;
}

.header__search-form input[type='text']::placeholder {
  color: #fff;
}

.header__search-form button {
  position: absolute;
  top: 18px;
  right: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.header__search-form.searchform--focused button {
  color: #16191d;
}

.header__search-close {
  display: inline-block;
  cursor: pointer;
}

.header__nav-icon {
  color: #fff;
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 19px;
  font-size: 1.1875rem;
}

@media (min-width: 992px) {
  .header__nav-icon {
    display: none;
  }
}

.header__nav-icon i.icon {
  width: inherit;
  height: inherit;
}

.header__nav-icon .icon-close {
  display: none;
}

.header__nav-icon--checked .icon-close {
  display: block;
}

.header__nav-icon--checked .icon-menu {
  display: none;
}

.no-js .header {
  position: absolute;
}

.no-masthead .header,
.scroll-triggered .header {
  padding-top: 0;
  background-color: #fff;
}

.no-masthead a,
.no-masthead .header__search-form input[type='text'],
.scroll-triggered a,
.scroll-triggered .header__search-form input[type='text'] {
  color: #7d7d7d;
}

/**
 * No Masthead & Scrolled
 */

.no-masthead header.banner,
.scroll-triggered header.banner {
  background-color: #fff;
}

.no-masthead header.banner a,
.no-masthead header.banner #header-search form.searchform input[type='text'],
.scroll-triggered header.banner a,
.scroll-triggered header.banner #header-search form.searchform input[type='text'] {
  color: #7d7d7d;
}

.no-masthead header.banner #header-search form.searchform input[type='text']::-webkit-input-placeholder,
.scroll-triggered header.banner #header-search form.searchform input[type='text']::-webkit-input-placeholder {
  color: #7d7d7d;
}

.no-masthead header.banner #header-search form.searchform input[type='text']:-ms-input-placeholder,
.scroll-triggered header.banner #header-search form.searchform input[type='text']:-ms-input-placeholder {
  color: #7d7d7d;
}

.no-masthead header.banner #header-search form.searchform input[type='text']::-ms-input-placeholder,
.scroll-triggered header.banner #header-search form.searchform input[type='text']::-ms-input-placeholder {
  color: #7d7d7d;
}

.no-masthead header.banner #header-search form.searchform input[type='text']::placeholder,
.scroll-triggered header.banner #header-search form.searchform input[type='text']::placeholder {
  color: #7d7d7d;
}

.no-masthead header.banner .brand svg path,
.scroll-triggered header.banner .brand svg path {
  fill: initial;
}

.list-item-post {
  display: block;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .list-item-post {
    margin-bottom: 30px;
  }
}

.list-item-post .column.lg-40 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-item-post__category {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #0095ac;
  margin-bottom: 25px;
  margin-top: 0;
}

.list-item-post__category span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-item-post__category i {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  margin-right: 8px;
}

.list-item-post__title {
  font-size: 1.875rem;
}

@media screen and (min-width: 576px) {
  .list-item-post__title {
    font-size: calc(1.92308vw + 1.18269rem);
  }
}

@media screen and (min-width: 1200px) {
  .list-item-post__title {
    font-size: 2.625rem;
  }
}

.list-item-post__title {
  line-height: 2.0625rem;
}

@media screen and (min-width: 576px) {
  .list-item-post__title {
    line-height: calc(2.24359vw + 1.25481rem);
  }
}

@media screen and (min-width: 1200px) {
  .list-item-post__title {
    line-height: 2.9375rem;
  }
}

.list-item-post__title a {
  color: #16191d;
}

.list-item-post__content {
  position: relative;
  min-height: 250px;
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  padding-top: 20px;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .list-item-post__content {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.list-item-post__date {
  position: absolute;
  bottom: 0;
}

.list-item-post__image {
  display: block;
  overflow: hidden;
}

.list-item-post__image img {
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.7s ease-out;
  transition: -webkit-transform 0.7s ease-out;
  -o-transition: -o-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transition: transform 0.7s ease-out, -webkit-transform 0.7s ease-out, -o-transform 0.7s ease-out;
}

@media (min-width: 992px) {
  .list-item-post__image-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.list-item-post:hover .list-item-post__image img {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.list-item-image {
  position: relative;
  margin-bottom: 20px;
}

.list-item-image__link {
  display: block;
}

.list-item-image__image::before {
  content: '';
  width: 100%;
  height: calc(100% - 4px);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(20, 28, 38, 0)), to(rgba(22, 25, 29, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(20, 28, 38, 0) 50%, rgba(22, 25, 29, 0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(20, 28, 38, 0) 50%, rgba(22, 25, 29, 0.8) 100%);
  background-image: linear-gradient(180deg, rgba(20, 28, 38, 0) 50%, rgba(22, 25, 29, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.list-item-image__image img {
  width: 100%;
}

.list-item-image__details {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.list-item-image__details p {
  margin: 0;
}

.list-item-image__details a {
  color: #fff;
}

.list-item-image__details i.icon-bookmark {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: 5px;
}

.list-item-image__download {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
}

.list-item-image__download:hover {
  opacity: 1;
  color: #fff;
}

.list-item-image:hover .list-item-image__details {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.list-item-image:hover .list-item-image__download {
  opacity: 0.8;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.list-item-image:hover .list-item-image__download:hover {
  opacity: 1;
}

.list-item-image:hover .list-item-image__image::before {
  opacity: 1;
}

.list-item-collection {
  display: block;
  margin-bottom: 40px;
  color: #16191d;
}

.list-item-collection .img-cover,
.list-item-collection .img-circle {
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.list-item-collection .img-cover::before,
.list-item-collection .img-circle::before {
  padding-top: 67%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(20, 28, 38, 0)), to(#16191d));
  background-image: -webkit-linear-gradient(top, rgba(20, 28, 38, 0) 50%, #16191d 100%);
  background-image: -o-linear-gradient(top, rgba(20, 28, 38, 0) 50%, #16191d 100%);
  background-image: linear-gradient(180deg, rgba(20, 28, 38, 0) 50%, #16191d 100%);
  opacity: 0.8;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.list-item-collection__image {
  position: relative;
  background: #d4d4d4;
  overflow: hidden;
}

.list-item-collection__details {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

.list-item-collection__details h2,
.list-item-collection__details p {
  margin: 0;
  color: #fff;
}

.list-item-collection__details p {
  font-size: 12px;
  font-size: 0.75rem;
}

.list-item-collection__details h2 {
  font-size: 18px;
  font-size: 1.125rem;
}

.list-item-collection__excerpt {
  margin-top: 15px;
  line-height: 1.5rem;
}

.list-item-collection__excerpt p {
  color: #16191d;
}

.list-item-collection:hover {
  color: #16191d;
}

.list-item-collection:hover .img-cover::before,
.list-item-collection:hover .img-circle::before {
  opacity: 1;
}

.image-modal {
  position: relative;
  visibility: hidden;
  z-index: -1;
}

.image-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(12, 15, 19, 0.8);
  overflow-y: auto;
  overflow-x: hidden;
}

.image-modal-content {
  position: absolute;
  left: 0;
  min-height: 100vh;
  width: 100vw;
  outline: none;
  background: #fff;
  padding: 15px;
}

@media (min-width: 992px) {
  .image-modal-content {
    max-width: 1240px;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    min-height: calc(100vh - 200px);
    width: calc(100vw - (80px * 2));
    margin-bottom: 16px;
    margin-top: 100px;
    border-radius: 6px;
    padding: 20px 100px 55px;
  }
}

.image-modal-content__close {
  position: absolute;
  top: 15px;
  left: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  font-size: 26px;
  font-size: 1.625rem;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.image-modal-content__close:hover {
  opacity: 1;
}

.image-modal-content__navigation {
  display: none;
  position: absolute;
  top: 450px;
  background-color: #d4d4d4;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media (min-width: 992px) {
  .image-modal-content__navigation {
    display: block;
  }
}

.image-modal-content__navigation:hover {
  opacity: 1;
}

.image-modal-content__navigation i {
  margin-top: 4px;
  display: inline-block;
}

.image-modal-content__navigation--prev {
  left: 20px;
}

.image-modal-content__navigation--prev i {
  margin-right: 2px;
}

.image-modal-content__navigation--next {
  right: 20px;
}

.image-modal-content__navigation--next i {
  margin-left: 2px;
}

.image-modal-content__loader {
  display: none;
  position: absolute;
  top: 50vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 75px;
}

.image-modal-content__loader::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.image-modal-content__loader .circular {
  -webkit-animation: rotate 2s linear infinite;
       -o-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.image-modal-content__loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
       -o-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

.image-modal-content.loading .image-modal-content__loader {
  display: block;
}

.image-modal--open {
  visibility: visible;
  z-index: 10;
}

.image-modal .photo-download {
  float: none;
  margin-top: 60px;
}

.image-modal .photo-download .btn {
  width: 100%;
}

@media (min-width: 768px) {
  .image-modal .photo-download {
    margin-top: 0;
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .image-modal .photo-download .btn {
    width: inherit;
  }
}

.share-modal {
  position: relative;
  visibility: hidden;
  z-index: -1;
}

.share-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(12, 15, 19, 0.8);
  overflow-y: auto;
}

.share-modal-content {
  position: absolute;
  max-width: 768px;
  min-height: 320px;
  width: calc(100vw - 30px);
  outline: none;
  background: #fff;
  border-radius: 6px;
  padding: 70px 50px 35px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.share-modal-content__close {
  position: absolute;
  top: 15px;
  left: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.share-modal-content__close:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .share-modal-content {
    width: calc(100vw - (80px * 2));
    padding: 70px 100px 55px;
  }
}

.share-modal__links {
  padding: 0;
  list-style-type: none;
  width: 100%;
  text-align: center;
}

.share-modal__link-item {
  display: inline-block;
  margin: 15px;
}

.share-modal__link {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #808080;
  color: #fff;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.share-modal__link:hover,
.share-modal__link:focus {
  color: #fff !important;
  background: #737373;
}

.share-modal__link--facebook {
  background: #3b5998;
}

.share-modal__link--facebook:hover,
.share-modal__link--facebook:focus {
  background: #344e86;
}

.share-modal__link--twitter {
  background: #1da1f2;
}

.share-modal__link--twitter:hover,
.share-modal__link--twitter:focus {
  background: #0d95e8;
}

.share-modal__link--linkedin {
  background: #0077b5;
}

.share-modal__link--linkedin:hover,
.share-modal__link--linkedin:focus {
  background: #00669c;
}

.share-modal__copy-link {
  background: #d4d4d4;
  border-radius: 5px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share-modal__copy-link-text {
  white-space: nowrap;
  overflow: hidden;
}

.share-modal__copy-link-text p {
  margin: 0;
}

.share-modal__copy-link-button {
  min-width: 100px;
  padding: 10px 20px;
  border: 1px solid #808080;
  border-radius: 5px;
  margin-left: 15px;
}

.share-modal--open {
  visibility: visible;
  z-index: 11;
}

.email-modal {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: calc(100% - 30px);
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media (min-width: 576px) {
  .email-modal {
    width: 400px;
  }
}

.email-modal-content {
  width: 100%;
  outline: none;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  padding: 35px 35px 35px;
  text-align: center;
}

.email-modal-content__close {
  position: absolute;
  top: 15px;
  left: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.email-modal-content__close:hover {
  opacity: 1;
}

.email-modal-content h3 {
  margin-bottom: 15px;
  color: #0095ac;
}

.email-modal-content__email-form {
  position: relative;
}

.email-modal-content__email-form input {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.email-modal-content__email-form input:focus {
  background: rgba(255, 255, 255, 0.8);
}

.email-modal-content__email-form button {
  position: absolute;
  right: 15px;
  background: transparent;
  border: none;
  color: #16191d;
  font-size: 20px;
  top: 15px;
  padding: 0;
}

.email-modal-content__email-form button:hover,
.email-modal-content__email-form button:focus {
  cursor: pointer;
}

.email-modal--open {
  visibility: visible;
  z-index: 9;
  opacity: 1;
}

.pagination {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pagination .page-numbers {
  margin: 5px;
  opacity: 0.5;
}

.pagination .page-numbers:hover {
  opacity: 1;
}

.pagination span.current {
  font-weight: bold;
  opacity: 1;
}

.label {
  display: inline-block;
  background: #0095ac;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 0.6px;
  margin-right: 8px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.label:hover {
  color: #fff;
  background: #007f93;
}

.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 35px;
}

/**
 * Mobile Navigation
 */

#nav-toggle {
  display: none;
}

#nav-toggle:checked ~ .mobile-nav-container {
  z-index: 8;
  top: 0;
  opacity: 1;
  height: 100vh;
  -webkit-transition: z-index 0s linear 0s, top 0s linear 0s, opacity 0.3s linear 0s, height 0s linear 0s;
  -o-transition: z-index 0s linear 0s, top 0s linear 0s, opacity 0.3s linear 0s, height 0s linear 0s;
  transition: z-index 0s linear 0s, top 0s linear 0s, opacity 0.3s linear 0s, height 0s linear 0s;
  visibility: visible;
}

#nav-toggle:checked ~ .mobile-nav-container .mobile-nav > ul {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s ease 0.25s, -webkit-transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0.25s, -webkit-transform 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0.25s, -o-transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s, -o-transform 0.5s ease 0s;
}

.mobile-nav-container {
  background-color: #141c26;
  padding-top: 140px;
  height: 100vh;
  width: 100%;
  z-index: -1;
  opacity: 0;
  top: -999999px;
  position: fixed;
  -webkit-transition: z-index 0s linear 0.3s, top 0s linear 0.3s, opacity 0.3s linear 0s, height 0s linear 0.3s;
  -o-transition: z-index 0s linear 0.3s, top 0s linear 0.3s, opacity 0.3s linear 0s, height 0s linear 0.3s;
  transition: z-index 0s linear 0.3s, top 0s linear 0.3s, opacity 0.3s linear 0s, height 0s linear 0.3s;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 40px;
}

.mobile-nav-container ul {
  width: 100%;
  overflow-y: hidden;
  margin: 40px 0 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav-container ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav-container li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
}

.mobile-nav-container li.menu-item-has-children {
  position: relative;
}

.mobile-nav-container li a {
  color: #fff;
  display: inline-block;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.mobile-nav-container li ul.main-menu__sub-menu {
  margin-top: 10px;
}

.mobile-nav-container li ul.main-menu__sub-menu li {
  border: none;
  padding: 10px 0;
}

.mobile-nav-container li ul.main-menu__sub-menu a {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/**
 * Search & 404
 */

.search-results-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-top: 150px;
}

.search-results-top h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.no-js .search-results-top form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.search-result {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 30px;
}

.search-result [class^='col-'] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.search-result .wp-post-image {
  margin-bottom: 35px;
}

.no-masthead .wrap.container {
  padding-top: 100px;
}

.parent-pageid-46 .main-menu__item--46 .main-menu__link {
  color: #fff;
}

.single-post .main-menu__item--44 .main-menu__link {
  color: #fff;
}

.single-collection .main-menu__item--24 .main-menu__link {
  color: #fff;
}

.posts-list {
  margin-top: 30px;
}

.posts-list .xs-100 {
  width: 100%;
}

.alert {
  margin-bottom: 60px;
}

.page #main-content {
  margin-bottom: 15px;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .page #main-content {
    margin-bottom: 30px;
    padding: 60px 0;
  }
}

.home #main-content {
  margin-bottom: 30px;
  padding: 0;
}

@media (min-width: 768px) {
  .home #main-content {
    margin-bottom: 30px;
    padding: 0;
  }
}

.error404 #main-content {
  padding: 30px 0;
}

.posts-filters {
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .posts-filters {
    text-align: left;
  }
}

.posts-filters__item {
  border-right: 1px solid #d4d4d4;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .posts-filters__item {
    padding: 0 13px;
  }
}

.posts-filters__item a {
  color: rgba(22, 25, 29, 0.5);
  text-decoration: none !important;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .posts-filters__item a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.posts-filters__item--active a {
  color: #16191d;
}

.posts-filters__item:first-child {
  padding-left: 0;
}

.posts-filters__item:last-child {
  border: none;
}

.home-intro {
  font-size: 1.375rem;
}

@media screen and (min-width: 576px) {
  .home-intro {
    font-size: calc(2.88462vw + 0.33654rem);
  }
}

@media screen and (min-width: 1200px) {
  .home-intro {
    font-size: 2.5rem;
  }
}

.home-intro {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  .home-intro {
    line-height: calc(2.5641vw + 0.57692rem);
  }
}

@media screen and (min-width: 1200px) {
  .home-intro {
    line-height: 2.5rem;
  }
}

.home-intro a {
  color: rgba(255, 255, 255, 0.8);
}

.home-intro a:hover,
.home-intro a:focus {
  color: #fff;
}

.collection-group {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .collection-group {
    margin-bottom: 100px;
  }
}

.sub-navigation {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  width: 100%;
  top: 118px;
  background: #fff;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .sub-navigation {
    top: 118px;
  }
}

@media (min-width: 992px) {
  .sub-navigation {
    top: 64px;
  }
}

.sub-navigation ul {
  margin: 0;
  padding-left: 0;
}

.logged-in .sub-navigation {
  top: 150px;
}

@media (min-width: 992px) {
  .logged-in .sub-navigation {
    top: 96px;
  }
}

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

.about-menu__item {
  display: block;
  list-style-type: none;
  margin: 0 16px 10px;
}

@media (min-width: 768px) {
  .about-menu__item {
    display: inline-block;
    margin: 0 16px;
  }
}

.about-menu__item--active .about-menu__link {
  color: #16191d;
}

.about-menu__link {
  font-weight: bold;
  text-decoration: none !important;
  color: #808080;
}

.single-header {
  padding-top: 45px;
}

.single-post .entry-content {
  margin-bottom: 65px;
}

.featured-post-banner {
  display: block;
  width: 100%;
  background: #0095ac;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (min-width: 768px) {
  .featured-post-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.featured-post-banner b {
  display: inline-block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .featured-post-banner b {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

.featured-post-banner i {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .featured-post-banner i {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.featured-post-banner:hover {
  background: #007f93;
  color: #fff;
}

.single-attachment .photo-post {
  padding-top: 150px;
}

.photo-download {
  position: relative;
  z-index: 2;
  overflow: visible;
  margin-bottom: 20px;
}

.photo-download a.btn {
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.photo-download a.btn i {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .photo-download {
    float: right;
  }

  .photo-download a.btn {
    width: inherit;
  }
}

.photo-download__list-container {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding-top: 10px;
  width: 100%;
}

.photo-download ul {
  margin: 0;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.photo-download ul li {
  margin: 15px 0;
}

.photo-download ul li > a {
  color: #16191d;
  text-decoration: none !important;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.photo-download ul li > a:hover {
  opacity: 1;
}

.photo-download:hover .photo-download__list-container {
  opacity: 1;
  visibility: visible;
}

.photo-image {
  margin-top: 30px;
  width: 100%;
  background: #f9f9f9;
  padding-top: 67%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .photo-image {
    margin-top: 70px;
  }
}

.photo-image img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.photo-content {
  margin-top: 40px;
  margin-bottom: 60px;
}

.photo-content .column.lg-67 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.photo-content p {
  margin-top: 0;
}

.meta-section {
  margin-bottom: 30px;
}

.meta-section--file p {
  word-break: break-word;
}

.meta-section--license a {
  text-decoration: underline;
}

.meta-section--license a:hover,
.meta-section--license a:focus {
  text-decoration: none;
}

.meta-heading {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #808080;
  font-weight: 400;
  margin-bottom: 5px;
}

.meta-heading i {
  font-size: 10px;
  font-size: 0.625rem;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .meta-description {
    padding-left: 50px;
    border-left: 1px solid #d4d4d4;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

#creative-commons {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 992px) {
  #creative-commons {
    float: left;
    margin-right: 20px;
    margin-top: 4px;
  }
}

.masthead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-color: transparent;
  background-size: cover;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .masthead {
    padding-top: 150px;
  }
}

.masthead :last-child {
  margin-bottom: 0;
}

.masthead__overlay {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  opacity: 1;
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.masthead__overlay.fade-out {
  opacity: 0;
}

.masthead__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.masthead__content {
  position: relative;
}

.masthead__title:last-child {
  margin-bottom: 25px;
}

.masthead__search-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.masthead__search-form input[type='text'] {
  background: rgba(255, 255, 255, 0.8);
  border: none;
}

.masthead__search-form input[type='text']:focus {
  background: #fff;
  border: none;
}

.masthead--img-bg {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 150px;
  color: #fff;
  background: #141c26;
  margin-top: 115px;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .masthead--img-bg {
    height: 200px;
    min-height: 650px;
    padding-top: 150px;
    margin-top: 64px;
  }
}

.masthead--img-bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: -webkit-linear-gradient(89.42deg, rgba(20, 28, 38, 0.5) 0%, rgba(20, 28, 38, 0.2) 100%);
  background: -o-linear-gradient(89.42deg, rgba(20, 28, 38, 0.5) 0%, rgba(20, 28, 38, 0.2) 100%);
  background: linear-gradient(0.58deg, rgba(20, 28, 38, 0.5) 0%, rgba(20, 28, 38, 0.2) 100%);
}

.masthead--img-bg .masthead__content {
  z-index: 2;
}

.masthead--img-bg .masthead__subheading {
  color: #fff;
}

.masthead__subheading {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-top: -20px;
}

.has-sub-menu .masthead--img-bg {
  margin-top: 264px;
}

@media (min-width: 768px) {
  .has-sub-menu .masthead--img-bg {
    margin-top: 167px;
  }
}

@media (min-width: 992px) {
  .has-sub-menu .masthead--img-bg {
    margin-top: 82px;
  }
}

.has-sub-menu.logged-in .masthead {
  margin-top: 167px;
}

@media (min-width: 992px) {
  .has-sub-menu.logged-in .masthead--img-bg {
    margin-top: 114px;
  }
}

.single-post .masthead--img-bg {
  height: 75vh;
}

.single-post .masthead--img-bg::before {
  display: none;
}

.stories .masthead__subheading,
.collections .masthead__subheading {
  margin-top: 0;
}

.home .masthead,
.single-collection .masthead {
  height: 85vh;
  margin-top: 0;
}

@media (min-width: 992px) {
  .home .masthead,
  .single-collection .masthead {
    margin-top: 0;
  }
}

/** Text meant only for screen readers */

.screen-reader-text,
.gfield.screen-reader-label label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

.no-js .js-hide {
  display: inline-block !important;
}

.no-js .no-js-hide {
  display: none !important;
}

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

@media (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
}

.vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.text-white {
  color: #fff;
}

.text-white p,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff;
}

a.text-white,
.text-white a {
  color: #fff;
  text-decoration: underline;
}

a.text-white:hover,
.text-white a:hover {
  color: #fff;
  opacity: 0.7;
}

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

.overlay {
  position: relative;
}

.overlay:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 42, 44, 0.7);
}

.overlay > * {
  position: relative;
  z-index: 1;
}

#skip-to-content {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 23px 14px;
  color: #fff;
  background: #0095ac;
  z-index: 100000;
  opacity: 0;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

#skip-to-content:focus,
#skip-to-content:active {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

@media print {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }

  img {
    page-break-before: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid;
    /* or 'auto' */
  }

  .no-print {
    display: none;
  }

  .text-white,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span {
    color: #000 !important;
  }

  a {
    color: #0095ac !important;
  }

  *[data-vc-full-width="true"] {
    left: 0 !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .full-width {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }

  .img-cover:before,
  .img-circle:before,
  .img-circle:before,
  .img-contain:before {
    display: none !important;
  }

  .img-cover img,
  .img-circle img,
  .img-circle img,
  .img-contain img {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    -webkit-transform: translate(0) !important;
         -o-transform: translate(0) !important;
            transform: translate(0) !important;
    left: 0;
  }

  .img-cover .content,
  .img-circle .content,
  .img-circle .content,
  .img-contain .content {
    position: relative !important;
  }

  header.banner {
    position: relative !important;
  }

  header.banner svg path {
    fill: #000 !important;
  }

  .masthead {
    position: relative;
    display: block !important;
    min-height: 0;
    padding: 0;
  }
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 20px auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 20px;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 20px;
  }

  .alignright {
    float: right;
    margin-left: 20px;
  }
}

/** Captions */

/**
 * WP Bakery Page Builder
 */

.vc_row-o-equal-height .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#wrapper_bgndVideo {
  z-index: 1 !important;
}

.scroller-status {
  display: none;
}


/*# sourceMappingURL=main.css.map*/