@charset "UTF-8";
/*
*************************************************

Screen Styles
https://impactsix.com/

*************************************************
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 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.
 */
/* Document
   ========================================================================== */
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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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; }

/**
 * 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 */
  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.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  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; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25; }

.slick-next:before,
.slick-prev:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none; }

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black; }

* {
  box-sizing: border-box; }

blockquote,
body,
div,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
label,
legend,
li,
nav,
object,
ol,
p,
section,
table,
ul {
  margin: 0;
  padding: 0; }

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

img {
  width: 100%; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

.wow {
  visibility: hidden; }

@keyframes fadeInAndOut {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeInAndOut {
  animation-name: fadeInAndOut; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, 100%); }
  25% {
    opacity: 1;
    transform: translate(-50%, -50%); }
  75% {
    opacity: 1;
    transform: translate(-50%, -50%); }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%); } }

.fadeInUp {
  animation-name: fadeInUp; }

h1 {
  font-family: "merriweather", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  color: #8da6bf; }

h2 {
  font-family: "merriweather", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 30px;
  color: #5b5a43; }

h3 {
  font-family: "merriweather", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: #9a9a6d; }

strong {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-style: normal; }

p {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 26px; }

/*
 * LONGFORM STYLES
 */
.longform h1 {
  margin-bottom: 20px; }

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

.longform h3 {
  margin-bottom: 20px; }

.longform h4 {
  margin-bottom: 20px; }

.longform img {
  width: 100%; }
  @media (min-width: 46.885em) {
    .longform img {
      width: inherit; } }

.longform a {
  color: #8da6bf;
  text-decoration: underline;
  cursor: pointer; }

.longform li {
  list-style: initial;
  margin-left: 21px; }

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

.longform .aligncenter {
  float: left;
  margin: 0 auto; }

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

html, body {
  height: 100%; }

body {
  background-color: #f2f1eb;
  color: #454336;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px; }

.page {
  width: 100%;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1200px; }
  @media (min-width: 46.885em) {
    .page {
      padding-left: 3%;
      padding-right: 3%; } }

.content {
  padding-top: 25px;
  padding-bottom: 25px; }
  @media (min-width: 46.885em) {
    .content {
      padding-top: 50px;
      padding-bottom: 50px; } }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 46.885em) {
    .row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .row__main {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 46.885em) {
      .row__main {
        margin-bottom: 0;
        width: 70%;
        padding-right: 5%; } }
  .row__sidebar {
    width: 100%; }
    @media (min-width: 46.885em) {
      .row__sidebar {
        width: 25%; } }

.dashicons-admin-post:before, .dashicons-format-standard:before {
  content: "\f322"; }

/*
 * HEADER STYLES
 */
.header {
  background-color: #9a9a6d;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 46.885em) {
    .header {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .header__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end; }
  .header__title {
    font-family: "merriweather", serif;
    font-weight: 900;
    font-style: normal;
    font-size: 27px;
    color: #ffffff;
    text-align: left;
    letter-spacing: 2px; }
    @media (min-width: 46.885em) {
      .header__title {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
        font-size: 45px; } }
    .header__title span {
      display: block; }
      @media (min-width: 46.885em) {
        .header__title span {
          display: inline-block; } }
    .header__title--splash {
      font-family: "merriweather", serif;
      font-weight: normal;
      font-style: normal;
      font-size: 22px;
      color: #9a9a6d; }
      @media (min-width: 46.885em) {
        .header__title--splash {
          text-align: left;
          font-size: 60px; } }
  @media (min-width: 46.885em) {
    .header__menu {
      display: none; } }
  .header__menu svg {
    fill: #5b5a43;
    width: 40px;
    height: 40px; }
  .header__menu-input {
    display: none; }

.header--splash {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px; }
  .header--splash .header__title--splash {
    display: block;
    padding-right: 0;
    padding-left: 5%;
    width: 60%; }
    @media (min-width: 46.885em) {
      .header--splash .header__title--splash {
        padding-left: 3%; } }
    .header--splash .header__title--splash a {
      display: block;
      width: 100%; }

/*
 * Footer STYLES
 */
.footer__content {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #5b5a43;
  color: #9a9a6d;
  font-size: 14px;
  text-transform: uppercase; }

/*
 * NAVIGATION STYLES
 */
.nav--main {
  display: none; }
  @media (min-width: 46.885em) {
    .nav--main {
      display: block; } }
  .nav--main ul {
    margin-top: 20px; }
    @media (min-width: 46.885em) {
      .nav--main ul {
        margin-top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -ms-flex-align: baseline;
            align-items: baseline; } }
  .nav--main li {
    display: block; }
  .nav--main a {
    color: #5b5a43; }
    @media (max-width: 46.865em) {
      .nav--main a {
        display: block;
        padding: 15px 0; } }
  .header__menu-input:checked + .nav--main {
    display: block; }

/*
 * QUOTES STYLES
 */
.quotes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.quote {
  width: 100%;
  margin-bottom: 50px; }
  @media (min-width: 46.885em) {
    .quote {
      width: 50%; } }
  .quote__text {
    font-family: "merriweather", serif;
    font-weight: bold;
    font-style: italic;
    color: #5b5a43;
    font-size: 35px;
    line-height: 45px; }
    @media (min-width: 46.885em) {
      .quote__text {
        font-size: 35px;
        line-height: 55px; } }
  .quote__link {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: italic;
    color: #8da6bf;
    font-size: 18px;
    text-decoration: underline;
    margin-top: 15px;
    display: block; }
  .quote__source {
    font-family: "merriweather", serif;
    font-weight: normal;
    font-style: normal;
    display: block;
    color: #9d9d7b;
    font-size: 20px;
    margin-top: 15px; }
    @media (min-width: 46.885em) {
      .quote__source {
        font-size: 27px;
        margin-top: 0px; } }
    @media (min-width: 46.885em) {
      .quote__source--small {
        display: none; } }
    .quote__source--large {
      display: none; }
      @media (min-width: 46.885em) {
        .quote__source--large {
          display: inline-block; } }
  @media (min-width: 46.885em) {
    .quote:nth-child(odd) {
      padding-right: 4%;
      padding-left: 4%; } }
  @media (min-width: 46.885em) {
    .quote:nth-child(even) {
      padding-left: 4%;
      padding-right: 4%;
      margin-top: 40px; } }
  .quote__hanging {
    color: #9a9a6d; }
    .quote__hanging--left {
      margin-left: -15px; }
    .quote__hanging--riight {
      margin-right: -15px; }

/*
 * GALLERY STYLES
 */
.gallery__row {
  margin-bottom: 50px; }
  @media (min-width: 46.885em) {
    .gallery__row {
      margin-bottom: 60px; } }

.gallery__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.gallery__heading {
  margin-bottom: 60px; }

.gallery__title {
  width: 100%;
  margin-bottom: 20px; }

.gallery__slider-for {
  width: 100%; }
  @media (min-width: 46.885em) {
    .gallery__slider-for {
      width: 91%;
      padding-right: 10px; } }

.gallery__sidebar {
  position: relative;
  width: 80%;
  padding-top: 20px;
  margin: 0 auto; }
  @media (min-width: 46.885em) {
    .gallery__sidebar {
      padding-top: 0;
      margin: 0;
      width: 9%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; } }

.gallery__arrow {
  position: absolute;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  z-index: 1;
  opacity: 0; }
  @media (min-width: 46.885em) {
    .gallery__arrow {
      width: 100%;
      text-align: center;
      height: auto; } }
  .gallery__arrow.slick-arrow {
    opacity: 1; }
  .gallery__arrow svg {
    width: 35px;
    height: 35px;
    fill: #5b5a43; }
    @media (max-width: 46.865em) {
      .gallery__arrow svg {
        transform: rotate(270deg); } }
    @media (min-width: 46.885em) {
      .gallery__arrow svg {
        margin: 0 auto; } }

.gallery__arrow--top {
  left: -50px; }
  @media (min-width: 46.885em) {
    .gallery__arrow--top {
      top: 0;
      left: 0; } }

.gallery__arrow--bottom {
  right: -50px;
  top: 0; }
  @media (min-width: 46.885em) {
    .gallery__arrow--bottom {
      right: auto;
      top: auto;
      bottom: 0; } }

.gallery__slider-nav {
  opacity: 0; }
  .gallery__slider-nav.slick-initialized {
    opacity: 1; }

.gallery__slider-nav__item {
  margin-left: 5px;
  margin-right: 5px; }
  @media (min-width: 46.885em) {
    .gallery__slider-nav__item {
      width: 100% !important;
      margin-right: 0; } }
  .gallery__slider-nav__item.slick-active {
    border: 1px solid transparent; }
  .gallery__slider-nav__item.slick-current {
    border: 1px solid #9a9a6d; }

.gallery .slick-arrow.slick-hidden {
  display: -ms-flexbox !important;
  display: flex !important; }

.gallery .slick-slider {
  margin-bottom: 0; }

.gallery .slick-dots {
  bottom: -35px; }

.gallery .slick-slider .slick-dots li button:before {
  font-size: 12px; }

.gallery__slider-for__item:not(:first-child) {
  opacity: 0; }

.gallery__slider-for__item.slick-slide {
  opacity: 1; }

/*
 * SPLASH PAGE STYLES
 */
.splash {
  background-color: #000000;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .splash .content {
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 0; }
    @media (min-width: 46.885em) {
      .splash .content {
        height: 70%; } }
  .splash__content {
    position: relative;
    height: 100%; }
  .splash__carousel {
    height: 100%; }
    .splash__carousel.slick-slider {
      display: block; }
    .splash__carousel .slick-arrow {
      display: none !important; }
  .splash .slick-list {
    height: 100%; }
  .splash .slick-track {
    height: 100%; }
  .splash__slide {
    color: #ffffff;
    position: relative;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    visibility: hidden; }
    .splash__slide.slick-slide {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -webkit-backface-visibility: hidden;
      -ms-backface-visibility: hidden; }
    .splash__slide.slick-current {
      visibility: visible;
      animation-name: fadeInAndOut;
      animation-fill-mode: forwards; }
      .splash__slide.slick-current .splash__quote {
        animation-name: fadeInUp;
        animation-fill-mode: forwards;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden; }
  .splash__quote--shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.54); }
  .splash__quote {
    font-family: "merriweather", serif;
    font-weight: bold;
    font-style: italic;
    font-size: 32px;
    line-height: 1.2;
    opacity: 0;
    position: absolute;
    margin: auto;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }
    @media (min-width: 46.885em) {
      .splash__quote {
        width: 60%;
        font-size: 54px; } }
  .splash__source {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    margin-top: 20px;
    color: #9a9a6d;
    display: block; }
    @media (min-width: 46.885em) {
      .splash__source {
        font-size: 32px; } }
  .splash__cta {
    font-family: "merriweather", serif;
    font-weight: normal;
    font-style: normal;
    color: #9a9a6d;
    font-size: 22px;
    display: block;
    text-align: right;
    padding-right: 5%; }
    @media (min-width: 46.885em) {
      .splash__cta {
        padding-right: 3%;
        font-size: 60px;
        width: 40%; } }
    .splash__cta a {
      display: block; }
    .splash__cta svg {
      fill: #9a9a6d;
      height: 20px;
      width: auto; }
  .splash .content {
    padding-top: 0; }
  .splash .footer__content {
    background: red;
    display: none; }

/*
 * Post STYLES
 */
.post__year {
  color: #5b5a43;
  font-size: 18px; }

.post__hero {
  position: relative; }

.post__arrow {
  position: absolute;
  z-index: 1;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.5;
  width: 45px;
  height: 45px;
  top: 50%;
  display: block;
  padding: 0;
  transform: translate(0, -50%); }
  .post__arrow:hover {
    opacity: 1;
    cursor: pointer; }
  .post__arrow svg {
    width: 110%;
    height: 100%;
    fill: #5b5a43; }
  .post__arrow--back {
    left: 25px; }
    .post__arrow--back svg {
      padding: 10px 20px 10px 10px; }
  .post__arrow--next {
    right: 25px; }
    .post__arrow--next svg {
      padding: 10px; }

.post__gallery.slick-dotted.slick-slider {
  margin-bottom: 65px; }

.post__gallery {
  margin-bottom: 65px; }
  .post__gallery img:not(:first-child) {
    opacity: 0; }
  .post__gallery img.slick-slide {
    opacity: 1; }
  .post__gallery .slick-dots {
    bottom: -35px; }
  .post__gallery .slick-dots li button:before {
    font-size: 15px !important; }

.post__content {
  display: block; }
  @media (min-width: 46.885em) {
    .post__content {
      display: -ms-flexbox;
      display: flex; } }

.post__title {
  margin-bottom: 10px; }
  @media (min-width: 46.885em) {
    .post__title {
      margin-bottom: 20px; } }

.post__subheading {
  margin-bottom: 10px; }
  @media (min-width: 46.885em) {
    .post__subheading {
      margin-bottom: 20px; } }

.post__main {
  width: 100%; }
  @media (min-width: 46.885em) {
    .post__main {
      width: 70%;
      padding-right: 5%; } }

.post__sidebar {
  width: 100%; }
  .post__sidebar img {
    width: 100%; }
  @media (min-width: 46.885em) {
    .post__sidebar {
      width: 25%; } }

@media (min-width: 46.885em) {
  .post__filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.post__more {
  margin-top: 50px; }
  .post__more.desktop {
    display: none; }
    @media (min-width: 46.885em) {
      .post__more.desktop {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .post__more.small {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 46.885em) {
      .post__more.small {
        display: none; } }
  .post__more h1 {
    display: block;
    width: 100%; }
  .post__more .block {
    width: 100%;
    text-align: center;
    margin-top: 20px; }
    @media (min-width: 46.885em) {
      .post__more .block {
        text-align: left;
        width: 33%;
        padding-right: 10px; } }
  .post__more .listing__thumbnail,
  .post__more .listing__thumbnail.empty {
    width: 200px;
    height: 200px;
    margin-bottom: 10px; }
    @media (max-width: 46.865em) {
      .post__more .listing__thumbnail,
      .post__more .listing__thumbnail.empty {
        margin: 0 auto; } }
    @media (min-width: 46.885em) {
      .post__more .listing__thumbnail,
      .post__more .listing__thumbnail.empty {
        width: 150px;
        height: 150px; } }
    @media (min-width: 59.385em) {
      .post__more .listing__thumbnail,
      .post__more .listing__thumbnail.empty {
        margin: 0;
        width: 200px;
        height: 200px; } }
  .post__more .listing__title {
    font-size: 27px; }
    @media (min-width: 59.385em) {
      .post__more .listing__title {
        width: 200px; } }

.post__tab {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  background: #5b5a43;
  color: #ffffff;
  padding: 5px 10px;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  text-align: center;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  cursor: pointer;
  opacity: 0.4; }
  @media (min-width: 46.885em) {
    .post__tab {
      -ms-flex: 1;
          flex: 1;
      font-size: 9px;
      margin-right: 10px; } }
  @media (min-width: 53.135em) {
    .post__tab {
      font-size: 12px;
      padding: 5px;
      margin-right: 10px; } }
  @media (min-width: 59.385em) {
    .post__tab {
      font-size: 16px; } }
  .post__tab:last-child {
    margin-right: 0; }
  .post__tab svg {
    display: none;
    fill: #5b5a43; }
  .post__tab.active {
    opacity: 1; }
    @media (min-width: 46.885em) {
      .post__tab.active svg {
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        left: 50%;
        margin-left: -10px; } }

.post__block {
  margin-top: 40px;
  display: none; }
  .post__block.active {
    display: block; }

.post__sidebar-block {
  background: #9a9a6d;
  padding: 15px;
  margin-bottom: 40px; }
  .post__sidebar-block h3 {
    color: #ffffff; }
  .post__sidebar-block a {
    color: #ffffff;
    word-wrap: break-word; }

/*
 * ANNOUNCEMENT STYLES
 */
.announcement {
  min-height: 400px; }
  @media (min-width: 46.885em) {
    .announcement {
      min-height: 600px; } }
  .announcement__protected textarea, .announcement__protected input {
    outline: none; }
  .announcement__protected input[type="submit"] {
    background-color: #5b5a43;
    color: #ffffff;
    border: none;
    padding: 2px 10px;
    text-transform: uppercase; }
  .announcement__protected label {
    font-weight: bold; }
  .announcement__protected p + p {
    margin-top: 10px; }
  .announcement__post {
    margin-bottom: 50px; }
  .announcement__post-header {
    width: 100%;
    margin-bottom: 50px; }
  .announcement__row {
    display: -ms-flexbox;
    display: flex; }
  .announcement__sidebar-block {
    background: #9a9a6d;
    padding: 15px;
    margin-bottom: 40px; }

/*
 * LISTING STYLES
 */
.listing__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px; }

.listing__category {
  margin-bottom: 50px; }

.listing__category-title {
  display: inline-block;
  padding-right: 20px;
  white-space: nowrap; }

.listing__hr {
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2px;
  background-color: #8da6bf; }

.listing__year {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #5b5a43;
  font-size: 18px; }

.listing__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 25px;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 46.885em) {
    .listing__row {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 75px; } }

.listing__thumbnail {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px; }
  @media (min-width: 46.885em) {
    .listing__thumbnail {
      margin-bottom: 0; } }
  .listing__thumbnail.empty {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #8da6bf; }

.listing__title {
  margin-bottom: 10px;
  margin-top: 10px; }

.listing__subheading {
  margin-bottom: 10px; }

.listing__excerpt {
  margin-bottom: 10px;
  word-wrap: break-word; }

.listing__cta {
  color: #8da6bf; }

.listing__content {
  -ms-flex: 1;
      flex: 1;
  width: 100%; }
  @media (min-width: 46.885em) {
    .listing__content {
      padding-left: 20px; } }

/*
 * BREADCRUMBS STYLES
 */
.breadcrumbs {
  padding-bottom: 50px; }
  .breadcrumbs ul {
    display: block; }
  .breadcrumbs__item {
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .breadcrumbs__item::after {
      content: '>';
      padding-right: 10px;
      color: #8da6bf; }
    .breadcrumbs__item.last::after {
      content: none; }
  .breadcrumbs__link {
    display: block;
    padding-right: 10px;
    color: #8da6bf;
    font-size: 18px; }

/*
 * FILTER STYLES
 */
.filter {
  padding-bottom: 50px; }
  .filter ul {
    display: block; }
  .filter__item {
    font-size: 12px;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media (min-width: 46.885em) {
      .filter__item {
        font-size: 18px; } }
    .filter__item--label {
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-style: normal;
      color: #9a9a6d;
      display: -ms-inline-flexbox;
      display: inline-flex;
      text-transform: uppercase;
      padding-right: 10px;
      font-size: 12px; }
      @media (min-width: 46.885em) {
        .filter__item--label {
          padding-right: 20px;
          font-size: 18px; } }
  .filter__link {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: block;
    color: #8da6bf;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    padding-right: 10px; }
    @media (min-width: 46.885em) {
      .filter__link {
        font-size: 18px;
        padding-right: 20px; } }

/*
 * SLICK STYLES
 */
.slick-slider .slick-arrow {
  position: absolute; }

.slick-slider .slick-prev {
  left: 0; }

.slick-slider .slick-next {
  right: 0; }

@media (max-width: 46.865em) {
  .slick-slider .slick-dots {
    display: none !important; } }

.slick-slider .slick-dots li button:before {
  font-size: 25px;
  color: #9a9a6d; }

.slick-slider .slick-dots li.slick-active button:before {
  color: #5b5a43; }
