/**
 *  # Table of contents
 *
 *  1 Global rules and definitions
 *  2 Layout helpers and reusable objects
 *  3 Site components
 *  4 User interface helpers
 */
/*  1 Global rules and definitions
============================================================================ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

body {
  margin: 0;
}

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

hr {
  height: 0;
  overflow: visible;
}

nav ol,
nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

::-moz-selection {
  background: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  color: #000;
  text-shadow: none;
}

img {
  border-style: none;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  outline-width: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 1rem;
  color: inherit;
  background-color: transparent;
  border-style: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

html,
body {
  height: 100%;
}

a {
  color: #c5a669;
}

::-moz-selection {
  background: #c5a669;
  color: #fff;
}

::selection {
  background: #c5a669;
  color: #fff;
}

html {
  font-family: Lato, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
}
@media (min-width: 960px) {
  html {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
pre {
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 25px 0;
}

h1 {
  margin-top: 50px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Libre Baskerville", serif;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 35px;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
  font-family: "Libre Baskerville", serif;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.75rem;
}

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

/*  2 Layout helpers and reusable objects
============================================================================ */
.o-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: -8px;
}

.o-layout > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
  max-width: calc(100% - 16px);
  margin: 8px;
}

.o-layout--flush,
.o-layout--flush > * {
  max-width: 100%;
  margin: 0;
}

.o-layout--flex > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-col-3 {
  -ms-flex-preferred-size: calc(25% - 16px) !important;
      flex-basis: calc(25% - 16px) !important;
}

.u-col-4 {
  -ms-flex-preferred-size: calc(33.3333333333% - 16px) !important;
      flex-basis: calc(33.3333333333% - 16px) !important;
}

.u-col-6 {
  -ms-flex-preferred-size: calc(50% - 16px) !important;
      flex-basis: calc(50% - 16px) !important;
}

.u-col-12 {
  -ms-flex-preferred-size: calc(100% - 16px) !important;
      flex-basis: calc(100% - 16px) !important;
}

@media (min-width: 420px) {
  .u-col-3\@xs {
    -ms-flex-preferred-size: calc(25% - 16px) !important;
        flex-basis: calc(25% - 16px) !important;
  }
  .u-col-4\@xs {
    -ms-flex-preferred-size: calc(33.3333333333% - 16px) !important;
        flex-basis: calc(33.3333333333% - 16px) !important;
  }
  .u-col-6\@xs {
    -ms-flex-preferred-size: calc(50% - 16px) !important;
        flex-basis: calc(50% - 16px) !important;
  }
  .u-col-12\@xs {
    -ms-flex-preferred-size: calc(100% - 16px) !important;
        flex-basis: calc(100% - 16px) !important;
  }
}
@media (min-width: 640px) {
  .u-col-3\@sm {
    -ms-flex-preferred-size: calc(25% - 16px) !important;
        flex-basis: calc(25% - 16px) !important;
  }
  .u-col-4\@sm {
    -ms-flex-preferred-size: calc(33.3333333333% - 16px) !important;
        flex-basis: calc(33.3333333333% - 16px) !important;
  }
  .u-col-6\@sm {
    -ms-flex-preferred-size: calc(50% - 16px) !important;
        flex-basis: calc(50% - 16px) !important;
  }
  .u-col-12\@sm {
    -ms-flex-preferred-size: calc(100% - 16px) !important;
        flex-basis: calc(100% - 16px) !important;
  }
}
@media (min-width: 960px) {
  .u-col-3\@md {
    -ms-flex-preferred-size: calc(25% - 16px) !important;
        flex-basis: calc(25% - 16px) !important;
  }
  .u-col-4\@md {
    -ms-flex-preferred-size: calc(33.3333333333% - 16px) !important;
        flex-basis: calc(33.3333333333% - 16px) !important;
  }
  .u-col-6\@md {
    -ms-flex-preferred-size: calc(50% - 16px) !important;
        flex-basis: calc(50% - 16px) !important;
  }
  .u-col-12\@md {
    -ms-flex-preferred-size: calc(100% - 16px) !important;
        flex-basis: calc(100% - 16px) !important;
  }
}
@media (min-width: 1280px) {
  .u-col-3\@lg {
    -ms-flex-preferred-size: calc(25% - 16px) !important;
        flex-basis: calc(25% - 16px) !important;
  }
  .u-col-4\@lg {
    -ms-flex-preferred-size: calc(33.3333333333% - 16px) !important;
        flex-basis: calc(33.3333333333% - 16px) !important;
  }
  .u-col-6\@lg {
    -ms-flex-preferred-size: calc(50% - 16px) !important;
        flex-basis: calc(50% - 16px) !important;
  }
  .u-col-12\@lg {
    -ms-flex-preferred-size: calc(100% - 16px) !important;
        flex-basis: calc(100% - 16px) !important;
  }
}
@media (min-width: 1440px) {
  .u-col-3\@xl {
    -ms-flex-preferred-size: calc(25% - 16px) !important;
        flex-basis: calc(25% - 16px) !important;
  }
  .u-col-4\@xl {
    -ms-flex-preferred-size: calc(33.3333333333% - 16px) !important;
        flex-basis: calc(33.3333333333% - 16px) !important;
  }
  .u-col-6\@xl {
    -ms-flex-preferred-size: calc(50% - 16px) !important;
        flex-basis: calc(50% - 16px) !important;
  }
  .u-col-12\@xl {
    -ms-flex-preferred-size: calc(100% - 16px) !important;
        flex-basis: calc(100% - 16px) !important;
  }
}
.o-main {
  position: relative;
}
@media (min-width: 960px) {
  .o-main {
    background-color: transparent;
  }
}
.o-main--home {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media (min-width: 960px) {
  .o-main--home {
    background-color: transparent;
  }
}

.o-wrapper {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 420px) {
  .o-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.o-wrapper--fluid {
  max-width: 100%;
}

.o-wrapper--small {
  max-width: 960px;
}

.o-wrapper--wide {
  max-width: 1440px;
}

.o-wrapper--max {
  max-width: 2560px;
}

.o-button {
  position: relative;
  z-index: 4;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  outline-color: #c5a669;
  outline-width: 0;
}
@media (min-width: 640px) {
  .o-button {
    display: inline-block;
  }
}

.o-button-text {
  position: relative;
  z-index: 4;
}

.o-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #c5a669;
}

.o-button:hover::before {
  -webkit-animation: hoverButton ease 250ms;
          animation: hoverButton ease 250ms;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.o-button--hub {
  width: 100%;
}

.o-button--secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #002F6C;
}

.o-button--hero {
  display: inline-block;
  color: #c5a669;
}

.o-button--hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}

.o-button--secondary:hover::before {
  -webkit-animation: hoverButton ease 250ms;
          animation: hoverButton ease 250ms;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.o-button--inquiry {
  margin-right: 10px;
  margin-left: 10px;
}

.o-button--logout {
  margin: 25px;
}
@media (min-width: 640px) {
  .o-button--logout {
    display: block;
    width: auto;
  }
}

.o-button--logout:before {
  background-color: #c5a669;
}

@media (min-width: 960px) {
  .o-button--homeFeature {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.o-pattern {
  position: fixed;
  z-index: 3;
  background-repeat: repeat;
  will-change: transform;
  opacity: 0.5;
  -webkit-animation-name: fadeInPattern;
          animation-name: fadeInPattern;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
}
@supports (animation-fill-mode: forwards) {
  .o-pattern {
    opacity: 0 !important;
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

.o-pattern--full {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-image: url("../../images/pattern-dot--gold.png");
}

.o-pattern--intro {
  position: absolute;
  top: 65px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-image: url("../../images/pattern-dot--gold.png");
}

.o-pattern--footer {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-image: url("../../images/pattern-dot--gold.png");
}

.is-open .o-pattern--footer {
  position: fixed;
  will-change: transform;
}

.o-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(71, 107, 112, 0.75);
}

.o-fade {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.o-fade--fromBottom {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(30%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%);
}
@media (min-width: 960px) {
  .o-fade--fromBottom {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%);
  }
}

.o-fade--fromTop {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(30%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%);
}
@media (min-width: 960px) {
  .o-fade--fromTop {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%);
  }
}

.o-section {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 960px) {
  .o-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1440px) {
  .o-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 960px) {
  .o-section--card {
    padding-top: 0;
  }
}

.o-section--wideScreen {
  padding-bottom: 25px;
}
@media (min-width: 2561px) {
  .o-section--wideScreen {
    padding-bottom: 150px;
  }
}

.o-section--noPaddingTop {
  padding-top: 0;
}

.o-section--noPaddingBottom {
  padding-bottom: 5px;
}

/*  3 Site components
============================================================================ */
.c-footer {
  position: relative;
  z-index: 4;
  background-color: #414142;
}
.c-footer-icon {
  position: relative;
  z-index: 4;
  display: block;
  float: left;
  width: 120px;
  cursor: pointer;
}
@media (min-width: 640px) {
  .c-footer-icon {
    width: 170px;
    margin-right: 50px;
  }
}

.c-footer-nav {
  position: relative;
  z-index: 4;
  display: block;
  vertical-align: top;
  margin-bottom: 25px;
  margin-left: 150px;
}
@media (min-width: 640px) {
  .c-footer-nav {
    display: inline-block;
    margin-left: 50px;
  }
}
@media (min-width: 1440px) {
  .c-footer-nav {
    margin-left: 100px;
  }
}

.c-footer-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-footer-link {
  color: #fff;
  text-decoration: none;
}

.c-footer-link:hover {
  text-decoration: underline;
}

.c-footer-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #c5a669;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}

.is-open .c-footer {
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  overflow-y: auto;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
@media (min-height: 960px) {
  .is-open .c-footer {
    padding-top: 200px;
  }
}

.is-open .c-footer-icon {
  display: none;
}

.is-open .c-footer-nav {
  display: block;
  margin-left: 0;
}
.is-open .c-footer-link {
  font-size: 1.75rem;
  font-weight: 700;
}

.is-open body {
  overflow: hidden;
}

.c-login {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../../images/login-bg.jpg");
  background-position: center;
  background-size: cover;
}

.c-login-logo {
  position: absolute;
  z-index: 4;
  top: 25px;
  left: 50%;
  width: 200px;
  height: auto;
  margin-left: -100px;
}
@media (min-height: 640px) {
  .c-login-logo {
    top: 50px;
  }
}

.c-form {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1250ms;
          animation-duration: 1250ms;
}
@supports (animation-fill-mode: forwards) {
  .c-form {
    opacity: 0;
    -webkit-animation-delay: 250ms;
            animation-delay: 250ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

.c-form--login {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 320px) {
  .c-form--login {
    left: 50%;
    width: 300px;
    margin-left: -150px;
  }
}
@media (min-width: 640px) {
  .c-form--login {
    width: 400px;
    margin-left: -200px;
  }
}

.c-form-field {
  width: 100%;
  margin-bottom: 25px;
}

@media (min-width: 960px) {
  @supports (display: flex) {
    .c-form-field:nth-child(odd):not(.c-form-field--textarea):not(.c-form-field--radio):not(.c-form-field--login):not(.c-form-field--button) {
      padding-right: 15px;
    }
  }
}

@media (min-width: 960px) {
  @supports (display: flex) {
    .c-form-field:nth-child(even):not(.c-form-field--textarea):not(.c-form-field--radio):not(.c-form-field--login):not(.c-form-field--button) {
      padding-left: 15px;
    }
  }
}

.c-form-field--login {
  color: #fff;
}

.c-form-field--radio {
  margin-top: 25px;
  margin-bottom: 50px;
  padding: 0;
}

.c-form-field--textarea {
  padding: 0;
}

.c-form-label {
  display: block;
  width: 100%;
  font-weight: 700;
}

.c-form-label--error {
  margin-top: 50px;
  margin-bottom: 15px;
}

.c-form-label--login {
  font-weight: 400;
}

.c-form-input {
  display: block;
  width: 100%;
  min-height: 50px;
  margin-top: 5px;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
  outline-color: #414142;
  outline-width: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-form-input--error {
  border-bottom: 2px solid red;
}

.c-form-textarea {
  min-height: 100px;
}

.c-form-input--login {
  padding: 0 15px;
  border-bottom: 1px solid #d9d9d9;
}

.c-form-input::-moz-selection {
  color: #fff;
  background-color: #002F6C;
}

.c-form-input::selection {
  color: #fff;
  background-color: #002F6C;
}

.c-form-radio {
  position: relative;
  display: block;
  margin-top: 15px;
}
@media (min-width: 960px) {
  .c-form-radio {
    display: inline-block;
    margin-right: 30px;
  }
}

.c-form-radio input[type=radio],
.c-form-radio input[type=checkbox] {
  position: absolute;
  left: 0;
  z-index: 4;
  width: 40px;
  height: 40px;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}

.c-form-radio input[type=radio] + label:before,
.c-form-radio input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: -1px;
  margin-right: 15px;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #222;
}

.c-form-radio input[type=radio]:checked + label:before,
.c-form-radio input[type=checkbox]:checked + label:before {
  background-image: url(../../images/icon-close.svg);
  background-repeat: no-repeat;
}

.c-form-radio input[type=radio] + label,
.c-form-radio input[type=checkbox] + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 2.5;
}

.c-form-honeypot {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.c-form-message {
  line-height: 1.75;
}

.c-form-terms {
  max-width: 700px;
  margin-top: 25px;
  font-size: 14px;
}

.c-hub {
  height: 100%;
}

.c-hub-logo {
  width: 100px;
  height: 100%;
  margin-top: 20px;
  margin-left: 20px;
}
@media (min-width: 640px) {
  .c-hub-logo {
    width: 180px;
    height: 100%;
    margin-top: 100px;
    margin-left: 0;
  }
}

.c-hub-sidebar {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: #333333;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow-y: auto;
  will-change: transform;
}
@media (min-width: 640px) {
  .c-hub-sidebar {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    width: 325px;
    height: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.is-open .c-hub-sidebar {
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  padding-bottom: 80px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c-hub-sidebar::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.c-hub-banner {
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #414142;
  overflow: hidden;
  will-change: transform;
}
@media (min-width: 640px) {
  .c-hub-banner {
    display: none;
  }
}

.c-hub-banner a {
  display: block;
}

.c-hub-logout {
  text-align: center;
}
@media (min-width: 640px) {
  .c-hub-logout {
    border-top: 1px solid #3c3c3c;
  }
}

.c-hub-logout:hover {
  background-color: #2f2f2f;
}

.c-hub-channel {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 640px) {
  .c-hub-channel {
    padding-left: 325px;
  }
}

.c-sidebarNav {
  width: 100%;
  padding-top: 25px;
}
.c-sidebarNav-title {
  margin-top: 4px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 640px) {
  .c-sidebarNav-title {
    padding-left: 25px;
  }
}

.c-sidebarNav-list {
  margin: 0;
  padding: 0;
}

.c-sidebarNav-item {
  position: relative;
  padding-left: 25px;
  border-top: 1px solid #444444;
}
@media (min-width: 640px) {
  .c-sidebarNav-item {
    padding-left: 0;
  }
}

.c-sidebarNav-item:last-of-type {
  border-bottom: 1px solid #444444;
}
.c-sidebarNav-item:hover {
  background-color: #444444;
}

.c-sidebarNav-item.is-active {
  background-color: #fff;
}

.c-sidebarNav-item.is-active .c-sidebarNav-link {
  color: #222;
}

.c-sidebarNav-link {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  letter-spacing: 0.025rem;
  text-decoration: none;
}
@media (min-width: 640px) {
  .c-sidebarNav-link {
    padding: 10px 25px;
  }
}
.c-sidebarNav-counter {
  position: absolute;
  top: 14px;
  right: 25px;
  font-size: 14px;
  font-weight: 700;
  color: #c5a669;
  line-height: 25px;
}
@media (min-width: 640px) {
  .c-sidebarNav-counter {
    top: 10px;
  }
}

.c-sidebarNav-logo {
  display: none;
}
@media (min-width: 640px) {
  .c-sidebarNav-logo {
    display: block;
    text-align: center;
  }
}

.c-channel {
  position: relative;
  z-index: 1;
  width: auto;
  padding: 25px;
}
@media (min-width: 1280px) {
  .c-channel {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 2000px) {
  .c-channel {
    padding-top: 50px;
    padding-right: 100px;
    padding-left: 100px;
  }
}

.c-channel-header {
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 420px) {
  .c-channel-header {
    text-align: left;
  }
}
.c-channel-title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
@media (min-width: 420px) {
  .c-channel-title {
    margin-bottom: 25px;
  }
}

.c-channel-list {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
@media (min-width: 960px) {
  .c-channel-list {
    font-size: 16px;
  }
}
.c-channel-listItem {
  display: block;
  margin-right: 15px;
}
@media (min-width: 420px) {
  .c-channel-listItem {
    margin-right: 20px;
  }
}
@media (min-width: 960px) {
  .c-channel-listItem {
    display: inline-block;
    margin-right: 30px;
  }
}

.c-channel-listItem--name {
  display: inline-block;
  min-width: 200px;
  font-weight: 700;
}

.c-channel-listLink {
  display: block;
  padding: 20px 5px;
  color: #414142;
  text-decoration: none;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 640px) {
  .c-channel-listLink {
    padding: 10px 15px;
  }
}

.c-channel-listLink:hover {
  color: #fff;
  border-bottom: 1px solid transparent;
  background-color: #c5a669;
}

.c-channel-profile {
  display: none;
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
}
@media (min-width: 420px) {
  .c-channel-profile {
    display: block;
    float: right;
  }
}

.c-channel-profileName {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.c-channel-body {
  margin-bottom: 25px;
  overflow: hidden;
}
.c-channel-body--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.c-channel-info {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 35px;
  padding-bottom: 25px;
}
@media (min-width: 1280px) {
  .c-channel-info {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-right: 25px;
  }
}
@media (min-width: 1440px) {
  .c-channel-info {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
}

.c-channel-message {
  max-width: 700px;
  margin-top: 25px;
}

.c-channel-facts {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 35px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  overflow: hidden;
  background-color: #eeeeee;
}
@media (min-width: 1280px) {
  .c-channel-facts {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    border-top: none;
  }
}
@media (min-width: 1440px) {
  .c-channel-facts {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}

.c-channel-edit {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #e0e0e0;
}
@media (min-width: 640px) {
  .c-channel-edit {
    border-bottom: 1px solid #e0e0e0;
  }
}

.c-channel-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.c-channel-comment {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 35px;
  padding-bottom: 25px;
}
@media (min-width: 1280px) {
  .c-channel-comment {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-right: 25px;
  }
}
@media (min-width: 1440px) {
  .c-channel-comment {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
}

.c-channel-status {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 35px;
  border-top: 1px solid #e0e0e0;
}
@media (min-width: 1280px) {
  .c-channel-status {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-bottom: 25px;
    padding-left: 25px;
    border-top: none;
    border-left: 1px solid #e0e0e0;
  }
}
@media (min-width: 1440px) {
  .c-channel-status {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}

.c-channel-textarea {
  display: block;
  width: 100%;
  max-width: 700px;
  min-height: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  resize: vertical;
  border: 1px solid #e0e0e0;
  outline-color: #c5a669;
  outline-width: 1px;
  line-height: 1.5;
}

.c-channel-userIcon {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}

.c-channel-time {
  float: right;
  margin-top: 3px;
  font-size: 14px;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
}

.c-channel-label {
  display: block;
  margin-bottom: 25px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: inherit;
}

.c-channel-label--name {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
}

.c-channel-label--dashboard {
  font-size: inherit;
}

.c-channel-subtitle {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  color: #c5a669;
  text-transform: uppercase;
  letter-spacing: 0.015rem;
}

.c-channel-subtitle--update {
  color: #414142;
}

.c-channel-text {
  margin-bottom: 20px;
}

.c-channel-text--numbers {
  letter-spacing: 0.025rem;
}

.c-channel-link {
  display: block;
  color: #414142;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-channel-link:hover {
  text-decoration: underline;
}

.c-channel-formField {
  display: block;
  margin-bottom: 15px;
}

.c-channel-input[type=radio] {
  position: absolute;
  left: 0;
  z-index: 4;
  width: 40px;
  height: 40px;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .c-channel-input[type=radio] {
    left: 25px;
  }
}

.c-channel-input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: -1px;
  margin-right: 15px;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #222;
}

.c-channel-input[type=radio]:checked + label:before {
  background-image: url(../../images/icon-close.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.c-channel-input[type=radio] + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 2.5;
}

.c-channel-dashboard {
  background-color: #333333;
}
@media (min-width: 640px) {
  .c-channel-dashboard {
    display: none;
  }
}

.c-channel-dashboardItem {
  background-color: #eeeeee;
  border: 1px solid #fff;
  text-align: center;
}

.c-channel-dashboardLink {
  display: block;
  padding: 25px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #414142;
  text-transform: uppercase;
  letter-spacing: 0.015rem;
  text-decoration: none;
}

.c-channel-search {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 15px 25px;
  color: #222;
  background-color: #e0e0e0;
}
.c-channel-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222;
}
.c-channel-search::-moz-placeholder { /* Firefox 19+ */
  color: #222;
}
.c-channel-search:-ms-input-placeholder { /* IE 10+ */
  color: #222;
}
.c-channel-search:-moz-placeholder { /* Firefox 18- */
  color: #222;
}

.c-channel-listButton {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 15px 25px;
  font-weight: 700;
  color: #222;
  text-decoration: none;
  background-color: #e0e0e0;
}
.c-channel-listButton:hover {
  color: #fff;
  background-color: #002F6C;
}
.c-channel-listButton:first-of-type {
  margin-top: 25px;
}
.c-channel-listButton:last-of-type {
  margin-bottom: 50px;
}

.c-navbar {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 60px;
  background-color: #fff;
  will-change: transform;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 250ms linear;
  transition: -webkit-transform 250ms linear;
  transition: transform 250ms linear;
  transition: transform 250ms linear, -webkit-transform 250ms linear;
}

.is-open .c-navbar {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-navbar--visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-navbar--hidden {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(-125px);
          transform: translateY(-125px);
  -webkit-transition: background 250ms ease 500ms, -webkit-transform 500ms linear;
  transition: background 250ms ease 500ms, -webkit-transform 500ms linear;
  transition: transform 500ms linear, background 250ms ease 500ms;
  transition: transform 500ms linear, background 250ms ease 500ms, -webkit-transform 500ms linear;
}

.is-open .c-navbar--transparent {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-navbar-icon {
  display: block;
  float: left;
  width: 120px;
  cursor: pointer;
  padding: 20px 15px 15px;
  background-color: #c5a669;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 640px) {
  .c-navbar-icon {
    width: 130px;
    padding-top: 30px;
  }
}
@media (min-width: 1280px) {
  .c-navbar-icon {
    width: 150px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.c-navbar-items {
  display: block;
  float: right;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.c-navbar-item {
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.c-navbar-item:after {
  content: "/";
}

.c-navbar-item:nth-last-child(-n+3):after {
  content: "";
}

.c-navbar-item:nth-last-child(-n+2) .c-navbar-link {
  color: #c5a669;
}

.c-navbar--transparent .c-navbar-item:nth-last-child(-n+2) .c-navbar-link {
  color: #c5a669;
}

.c-navbar-item:nth-last-child(-n+2) .c-navbar-link:hover {
  color: #fff;
  background-color: #c5a669;
}

.c-navbar-item:nth-last-child(-n+1) .c-navbar-link {
  margin-right: 15px;
}
@media (min-width: 960px) {
  .c-navbar-item:nth-last-child(-n+1) .c-navbar-link {
    margin-right: 0;
  }
}

.c-navbar-item {
  display: none;
  color: #414142;
}
@media (min-width: 960px) {
  .c-navbar-item {
    display: block;
  }
}

.c-navbar-item:nth-last-child(-n+2) {
  display: none;
}
@media (min-width: 640px) {
  .c-navbar-item:nth-last-child(-n+2) {
    display: block;
  }
}

.c-navbar-item:nth-last-child(-n+2) .c-navbar-link {
  color: #414142;
}
@media (min-width: 960px) {
  .c-navbar-item:nth-last-child(-n+2) .c-navbar-link {
    color: #c5a669;
  }
}

.is-open .c-navbar-item {
  display: none;
}

.c-navbar-link {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 700;
  color: #414142;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.075rem;
}

.c-navbar-link:hover {
  border-bottom: 2px solid #c5a669;
}

.c-navbar-button {
  position: relative;
  z-index: 10;
  float: right;
  width: 40px;
  height: 40px;
  line-height: 32px;
  margin-top: 10px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  background-color: #c5a669;
}
@media (min-width: 960px) {
  .c-navbar-button {
    display: none;
  }
}

.c-navbar-button--hub {
  position: absolute;
  top: 0;
  right: 15px;
}
@media (min-width: 640px) {
  .c-navbar-button--hub {
    display: none;
  }
}

.c-navbar-toggle {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 2px;
  margin-right: 5px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.c-navbar-toggle:before,
.c-navbar-toggle:after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.c-navbar-toggle:before {
  top: -5px;
}

.c-navbar-toggle:after {
  top: 5px;
}

.c-navbar-button--animate {
  background-color: transparent !important;
}

.c-navbar-button--animate:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-navbar-button--animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hero {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-height: 640px) {
  .c-hero {
    height: 95%;
  }
}

.c-hero-image {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: cover;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
@media (min-height: 640px) {
  .c-hero-image {
    height: 95%;
  }
}
@media (min-height: 960px) {
  .c-hero-image {
    background-position: center center;
  }
}

.c-hero-content {
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 4;
  width: 100%;
  text-align: center;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
}
@supports (animation-fill-mode: forwards) {
  .c-hero-content {
    opacity: 0;
    -webkit-animation-delay: 250ms;
            animation-delay: 250ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media (min-width: 960px) {
  .c-hero-content {
    bottom: 20%;
  }
}
@media (min-height: 960px) and (min-width: 1280px) {
  .c-hero-content {
    bottom: 15%;
  }
}

.c-hero-content--project,
.c-hero-content--default {
  bottom: 10%;
}
@media (min-width: 960px) {
  .c-hero-content--project,
  .c-hero-content--default {
    bottom: 15%;
  }
}
@media (min-height: 700px) and (min-width: 1280px) {
  .c-hero-content--project,
  .c-hero-content--default {
    bottom: 18%;
  }
}

.c-hero-title {
  position: relative;
  z-index: 4;
  width: 100%;
  margin: 0 auto 25px;
  padding: 0 15%;
  font-size: 1.5rem; /* Font size fallback */
  color: #fff;
  text-shadow: 0 0 75px #000;
}
@media (min-width: 420px) {
  .c-hero-title {
    font-size: 2rem; /* Font size fallback */
  }
}
@media (min-width: 960px) {
  .c-hero-title {
    margin-bottom: 30px;
    padding-right: 25%;
    padding-left: 25%;
    font-size: 2.5rem; /* Font size fallback */
  }
}
@media (min-height: 700px) and (min-width: 640px) {
  .c-hero-title {
    margin-bottom: 50px;
  }
}
@media (min-height: 700px) and (min-width: 1280px) {
  .c-hero-title {
    margin-bottom: 75px;
  }
}
@media (min-width: 1280px) {
  .c-hero-title {
    font-size: 3.5rem; /* Font size fallback */
  }
}
@supports (font-size: 2vw) {
  .c-hero-title {
    font-size: calc(1rem + 2vw);
  }
}

.c-hero-link {
  display: block;
  text-decoration: none;
}

.c-hero-label {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  cursor: pointer;
  border-top: 2px solid #c5a669;
  border-bottom: 2px solid #c5a669;
}
@media (min-width: 960px) {
  .c-hero-label {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.c-card {
  position: relative;
  z-index: 4;
  overflow: hidden;
}
@media (min-width: 960px) {
  .c-card {
    position: relative;
    z-index: 4;
    overflow: inherit;
  }
}

.c-card--home {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
}
@media (min-width: 960px) {
  .c-card--home {
    margin-top: -50px;
  }
}

.c-card--object {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
}
@supports (animation-fill-mode: forwards) {
  .c-card--object {
    opacity: 0;
    -webkit-animation-delay: 250ms;
            animation-delay: 250ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

.c-card-items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.c-card-item {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 8px;
}
@media (min-width: 640px) {
  .c-card-item {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
  }
}
@media (min-width: 960px) {
  .c-card-item {
    margin-bottom: 8px;
  }
}

.c-card-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 16px);
          flex: 0 0 calc(100% - 16px);
  -ms-flex-positive: 0;
      flex-grow: 0;
}
@media (min-width: 300px) {
  .c-card-item {
    -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
  }
}
@media (min-width: 640px) {
  .c-card-item {
    -ms-flex-preferred-size: calc(33% - 16px);
        flex-basis: calc(33% - 16px);
  }
}

.c-card-link {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 1280px) {
  .c-card-link:hover .c-card-content {
    background-color: #fff;
  }
  .c-card-link:hover .c-card-content--home {
    background-color: #fff;
  }
  .c-card-link:hover .c-card-title {
    color: #c5a669;
  }
  .c-card-link:hover .c-card-title--home {
    color: #c5a669;
  }
  .c-card-link:hover .c-card-tag {
    color: #414142;
  }
}

.c-card-body {
  width: 100%;
}
.c-card-image {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  will-change: transform;
}
.c-card-content {
  margin-top: -1px;
  padding: 10px 15px;
  background-color: #c5a669;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 960px) {
  .c-card-content {
    padding: 10px 15px;
  }
}
.c-card-content--home {
  background-color: #c5a669;
}

.c-card-title {
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Libre Baskerville";
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-card-title--home {
  color: #fff;
}

.c-card-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #414142;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.075rem;
}

.c-card-tag--read {
  display: block;
  margin-top: 3px;
  margin-bottom: 6px;
  color: #002F6C;
}

.c-card-status {
  position: absolute;
  z-index: 4;
  top: 30px;
  right: -5px;
  padding: 10px 30px 10px 15px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  background-color: #002F6C;
  border-right: 5px solid #c5a669;
}

.c-feature {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1250ms;
          animation-duration: 1250ms;
}
@supports (animation-fill-mode: forwards) {
  .c-feature {
    opacity: 0;
    -webkit-animation-delay: 250ms;
            animation-delay: 250ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

.c-feature-image {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
@media (min-width: 640px) {
  .c-feature-image {
    margin-bottom: 15px;
  }
}

.c-feature-image--left {
  width: 100%;
}
@media (min-width: 960px) {
  .c-feature-image--left {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 350px);
    margin-bottom: 50px;
  }
}

.c-feature-image--right {
  width: 100%;
}
@media (min-width: 960px) {
  .c-feature-image--right {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 350px);
    margin-bottom: 50px;
  }
}

.c-feature-content {
  margin: 0 auto 25px;
  line-height: 1.75;
}
@media (min-width: 640px) {
  .c-feature-content {
    max-width: 700px;
  }
}
@media (min-width: 960px) {
  .c-feature-content {
    margin-bottom: 50px;
  }
}

@supports (hanging-punctuation: first) {
  .c-feature-content p {
    text-indent: 0;
    hanging-punctuation: first;
  }
}

.c-feature-imageText {
  display: block;
  max-width: 700px;
  margin: 0 0 25px;
  font-size: 0.85rem;
}
@media (min-width: 960px) {
  .c-feature-imageText {
    margin-bottom: 50px;
  }
}

@media (min-width: 960px) {
  .c-feature-imageText--right {
    display: inline-block;
    vertical-align: top;
    max-width: 300px;
    margin-top: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 960px) {
  .c-feature-imageText--left {
    display: inline-block;
    vertical-align: top;
    max-width: 300px;
    float: left;
    margin-top: 25px;
    padding-right: 25px;
    text-align: right;
  }
}

.c-feature-subtitle {
  max-width: 700px;
  margin: 50px auto 25px;
}
@media (min-width: 960px) {
  .c-feature-subtitle {
    margin-top: 100px;
  }
}

.c-feature-quote {
  margin: 50px auto;
  padding-left: 25px;
  font-size: 1.25rem;
  font-weight: 700;
  border-left: 2px solid #c5a669;
}
@media (min-width: 960px) {
  .c-feature-quote {
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 1.75rem;
  }
}
@media (min-width: 1440px) {
  .c-feature-quote {
    padding-left: 50px;
    font-size: 2.5rem;
  }
}
@supports (hanging-punctuation: first) {
  .c-feature-quote p {
    text-indent: 0;
    hanging-punctuation: first;
  }
}

.c-intro {
  position: relative;
  padding-top: 80px;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  background-color: #fafafa;
  border-bottom: 1px solid #f2f2f2;
}

.c-intro-content {
  position: relative;
  z-index: 4;
  padding: 50px 15px;
  text-align: center;
}
@media (min-width: 420px) {
  .c-intro-content {
    padding: 50px 25px;
  }
}
@media (min-width: 640px) {
  .c-intro-content {
    padding: 100px 50px;
  }
}

.c-intro-subtitle {
  margin-top: 0;
  font-size: 12px;
  font-weight: 700;
  color: #c5a669;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.c-intro-title {
  margin-bottom: 50px;
  padding-right: 10%;
  padding-left: 10%;
  font-size: 1.5rem;
}
@media (min-width: 420px) {
  .c-intro-title {
    font-size: 1.75rem;
  }
}
@media (min-width: 640px) {
  .c-intro-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 960px) {
  .c-intro-title {
    font-size: 3rem;
  }
}

.c-intro-text {
  margin-bottom: 50px;
  padding-right: 10%;
  padding-left: 10%;
}
@media (min-width: 640px) {
  .c-intro-text {
    margin-bottom: 75px;
  }
}

.c-homeFeature {
  background-color: #fafafa;
}
.c-homeFeature-item {
  position: relative;
}

.c-homeFeature-image {
  height: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
}

.c-homeFeature-body {
  position: relative;
  z-index: 4;
}
@media (min-width: 640px) {
  .c-homeFeature-body {
    margin-top: 25px;
    margin-left: -50px;
    padding: 25px;
    background-color: #fff;
  }
}
@media (min-width: 960px) {
  .c-homeFeature-body {
    margin-left: -100px;
    padding: 25px 50px;
  }
}
@media (min-width: 1280px) {
  .c-homeFeature-body {
    margin-top: 50px;
  }
}

.c-homeFeature-content {
  position: relative;
  z-index: 4;
  max-width: 425px;
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  .c-homeFeature-content {
    max-width: 550px;
  }
}

.c-homeFeature-title {
  font-size: 2rem;
  font-family: "Libre Baskerville", serif;
  color: #c5a669;
}

.c-project {
  padding-bottom: 50px;
  background-color: #414142;
}

.c-project-body {
  position: relative;
  z-index: 4;
  margin-top: -50px;
  background-color: #fff;
}
@media (min-width: 960px) {
  .c-project-body {
    margin-top: -100px;
    padding-right: 50px;
    padding-left: 50px;
  }
}

.c-project-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #c5a669;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.025rem;
}
@media (min-width: 960px) {
  .c-project-tag {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}

.c-project-tag:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 100px;
  height: 2px;
  margin-left: 15px;
  background-color: #c5a669;
}
@media (min-width: 640px) {
  .c-project-tag:after {
    width: 150px;
    margin-left: 25px;
  }
}

.c-project-subtitle {
  max-width: 500px;
  font-family: "Libre Baskerville";
  color: #002F6C;
}
@media (min-width: 420px) {
  .c-project-subtitle {
    margin-bottom: 50px;
  }
}
@media (min-width: 640px) {
  .c-project-subtitle {
    margin-bottom: 100px;
  }
}

.c-project-intro {
  margin-bottom: 25px;
  padding-right: 5%;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 420px) {
  .c-project-intro {
    margin-bottom: 25px;
  }
}
@media (min-width: 960px) {
  .c-project-intro {
    padding-right: 25%;
  }
}
@media (min-width: 960px) {
  .c-project-intro {
    margin-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .c-project-intro {
    padding-right: 30%;
  }
}

.c-project-text {
  margin-bottom: 50px;
  padding-right: 5%;
}
@media (min-width: 960px) {
  .c-project-text {
    padding-right: 25%;
  }
}
@media (min-width: 1280px) {
  .c-project-text {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media (min-width: 1440px) {
  .c-project-text {
    padding-right: 30%;
  }
}

.c-gallery {
  display: -ms-grid !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(430px, 1fr)) !important;
  gap: 1rem !important;
}

.c-gallery-figure {
  margin: 0;
  overflow: hidden;
}

.c-gallery-item {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.c-gallery-item:hover .c-gallery-image {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.c-gallery-image {
  width: 100%;
  padding-bottom: 56.25%;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  will-change: transform;
}
@media (min-width: 960px) {
  .c-gallery-image {
    padding-bottom: 65%;
  }
}

.c-gallery-caption {
  margin-top: 10px;
}

.c-object {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1250ms;
          animation-duration: 1250ms;
}
@supports (animation-fill-mode: forwards) {
  .c-object {
    opacity: 0;
    -webkit-animation-delay: 250ms;
            animation-delay: 250ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

.c-object-item {
  position: relative;
  height: 100%;
}

.c-object-image {
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
}
@media (min-width: 960px) {
  .c-object-image {
    height: 450px;
  }
}
@media (min-width: 1280px) {
  .c-object-image {
    height: 500px;
  }
}

.c-object-map {
  width: 100%;
  height: 400px;
}
@media (min-width: 960px) {
  .c-object-map {
    height: 450px;
  }
}
@media (min-width: 1280px) {
  .c-object-map {
    height: 500px;
  }
}

#map-canvas {
  height: 100% !important;
}

.c-object-body {
  padding: 25px;
  background-color: #fafafa;
}
@media (min-width: 960px) {
  .c-object-body {
    padding: 50px;
  }
}

.c-object-about {
  max-width: 700px;
}
@media (min-width: 960px) {
  .c-object-about {
    display: inline-block;
    vertical-align: top;
    width: calc(70% - 50px);
    padding-left: 50px;
  }
}

.c-object-title {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #414142;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.025rem;
}

.c-object-status {
  position: absolute;
  z-index: 4;
  top: 30px;
  left: -5px;
  padding: 10px 15px 10px 30px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  background-color: #002F6C;
  border-left: 5px solid #c5a669;
}

.c-facts {
  width: 100%;
  padding: 25px;
  border: 2px solid #c5a669;
  background-color: #fff;
}
@media (min-width: 960px) {
  .c-facts {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    max-width: 300px;
  }
}

@media (min-width: 960px) {
  .c-facts--project {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    padding: 0;
    border: none;
  }
}

.c-facts dl {
  margin: 0;
  overflow: hidden;
}

@media (min-width: 960px) {
  .c-facts--project dl {
    margin-top: 50px;
  }
}

.c-facts dt {
  width: 100%;
  margin: 10px 0 2px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #002F6C;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.025rem;
}

.c-facts dd {
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 10px 0;
  font-size: 0.85rem;
  text-align: left;
  border-bottom: 1px solid #ededed;
}

.c-facts dd:last-of-type {
  margin-bottom: 0;
  border: none;
}

@media (min-width: 960px) {
  .c-facts--project dd:last-of-type {
    border-bottom: 1px solid #ededed;
  }
}

.c-facts--project dd,
.c-facts--project dt {
  padding-right: 50px;
}
@media (min-width: 1440px) {
  .c-facts--project dd,
  .c-facts--project dt {
    padding-right: 75px;
  }
}

.c-facts a {
  display: block;
  color: #c5a669;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.c-facts a:hover {
  text-decoration: underline;
}

.c-facts-docs a {
  text-transform: inherit;
}

.c-contact {
  padding: 0;
  list-style: none;
}
@supports (animation-fill-mode: forwards) {
  .c-contact {
    opacity: 0;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-duration: 1250ms;
            animation-duration: 1250ms;
    -webkit-animation-delay: 250ms;
            animation-delay: 250ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

.c-contact-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 16px);
          flex: 0 0 calc(100% - 16px);
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-bottom: 25px;
}
@media (min-width: 300px) {
  .c-contact-item {
    -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
    margin-bottom: 50px;
  }
}
@media (min-width: 640px) {
  .c-contact-item {
    -ms-flex-preferred-size: calc(33% - 16px);
        flex-basis: calc(33% - 16px);
  }
}
@media (min-width: 960px) {
  .c-contact-item {
    -ms-flex-preferred-size: calc(25% - 16px);
        flex-basis: calc(25% - 16px);
  }
}

.c-contact-item img {
  width: 100%;
  margin-bottom: 15px;
}

.c-contact-item dl {
  margin: 0;
  overflow: hidden;
}

.c-contact-item dt {
  width: 100%;
  margin: 10px 0 2px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #414142;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.025rem;
}

.c-contact-item dd {
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 10px 0;
  font-size: 0.85rem;
  text-align: left;
  border-bottom: 1px solid #ededed;
}

.c-contact-item dd:last-of-type {
  margin-bottom: 0;
  border: none;
}

.c-contact--project dd {
  padding-right: 50px;
}
@media (min-width: 1440px) {
  .c-contact--project dd {
    padding-right: 75px;
  }
}

.c-contact .c-contact-title {
  margin-top: 50px;
  font-size: 1.15rem;
  font-weight: 700;
}

.c-contact .c-contact-title p {
  margin-bottom: 10px;
  font-size: 0.85rem;
}

.c-contact .c-contact-title:first-of-type {
  margin-top: 0;
}

.c-contact a {
  display: block;
  color: #c5a669;
  font-weight: 700;
  text-decoration: none;
}

.c-contact a:hover {
  text-decoration: underline;
}

.c-notify {
  padding: 50px 15px 0;
  text-align: center;
}
@media (min-width: 420px) {
  .c-notify {
    padding: 50px 25px 0;
  }
}
@media (min-width: 640px) {
  .c-notify {
    padding: 100px 50px 50px;
  }
}

.c-notify p {
  padding-right: 10%;
  padding-left: 10%;
}

.c-notify-success {
  margin-bottom: 25px;
  padding: 25px;
  text-align: center;
  border: 2px solid #b79267;
}

.c-notify-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.c-notify-subtitle--message {
  margin-bottom: 25px;
  padding-right: 10%;
  padding-left: 10%;
}

.c-filter {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1250ms;
          animation-duration: 1250ms;
}

.c-filter-item {
  display: inline-block;
  vertical-align: middle;
}

.c-filter-link {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 700;
  color: #414142;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.075rem;
}

.c-filter-link:hover {
  border-bottom: 2px solid #c5a669;
}

.c-filter-item.is-active a {
  color: #c5a669;
}

.c-banner {
  position: relative;
  z-index: 4;
  color: #c5a669;
  background-color: #414142;
}

.c-banner-title {
  font-size: 2rem;
}
@media (min-width: 960px) {
  .c-banner-title {
    font-size: 3rem;
  }
}

.c-banner-intro {
  font-size: 1.25rem;
  color: #c5a669;
}
@media (min-width: 960px) {
  .c-banner-intro {
    margin-bottom: 50px;
  }
}

.c-banner-pattern {
  position: relative;
  width: 100%;
  height: 150px;
}

.c-box {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-top: 2px solid #c5a669;
}
@media (min-width: 960px) {
  .c-box {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
}

.c-box p {
  max-width: 700px;
}

.c-box h4 {
  margin-top: 50px;
  font-size: 12px;
  font-weight: 700;
  color: #c5a669;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}

.c-box:last-of-type {
  margin-bottom: 0;
  border-bottom: 2px solid #c5a669;
}

.c-box-title {
  margin-top: 25px;
  margin-bottom: 50px;
  color: #002F6C;
  font-family: "Libre Baskerville", serif;
}

.c-stats {
  margin-top: 25px;
}

.c-stats-item {
  padding: 25px;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #c5a669;
}

.c-stats-title {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
@media (min-width: 420px) {
  .c-stats-title {
    margin-bottom: 15px;
  }
}

/*  4 User interface helpers
============================================================================ */
@media (min-width: 960px) {
  .u-divider-top {
    display: inline-block;
    width: 25%;
    height: 2px;
    margin-top: 0;
    margin-bottom: 25px;
    background-color: #c5a669;
  }
}

.u-full {
  min-height: calc(100% - 300px);
}

.u-noPaddingTop {
  padding-top: 0 !important;
}

.u-flexGrow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.u-width-small {
  display: inline-block;
  min-width: 50px;
}

.u-width-medium {
  display: inline-block;
  min-width: 80px;
}

@-webkit-keyframes imageZoom {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}

@keyframes imageZoom {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@-webkit-keyframes hoverButton {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes hoverButton {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes fadeIn {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInPattern {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes fadeInPattern {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
    Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
    Background is added as a separate element.
    As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
    stretched thumbnail or div placeholder element (see below)
    style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
    div element that matches size of large image
    large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}