@charset "UTF-8";
html {
  font-size: 100%;
  line-height: 1.5;
  overflow-x: hidden;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
@media print {
  html {
    font-size: 12pt;
  }
}

html, body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Titillium Web", sans-serif;
  color: #1D1D1B;
  font-weight: 300;
  background: #FFFFFF;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

#container {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  opacity: 0;
  transition: opacity 0.5s ease, -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: opacity 0.5s ease, transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: opacity 0.5s ease, transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  padding-top: 130px;
}
#container.show {
  opacity: 1;
}
@media (max-width: 46.99em) {
  #container {
    padding-top: 80px;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.container {
  position: relative;
}

h1, h2, h3, h4 {
  margin-top: 0;
}

p {
  margin: 0px 0px 24px 0px;
  margin: 0 0 1.5rem 0;
}
p:last-child {
  margin: 0px;
  margin: 0;
}

a {
  color: inherit;
}

.left-title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 46.99em) {
  .left-title {
    float: none;
  }
}
@media (max-width: 46.99em) {
  .left-title + p {
    padding-left: 0;
  }
}

.form {
  /* Aspect si "pas cochée" */
  /* Aspect si "cochée" */
}
.form__group {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  position: relative;
}
.form__group--last {
  margin-bottom: 0px;
  margin-bottom: 0;
}
.form__group-error {
  font-size: 10px;
  font-size: 0.625rem;
  color: #DD3F5A;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -15px;
}
.form__group-icon {
  position: absolute;
  top: 10px;
  left: 15px;
}
.form__group-icon + [type="text"], .form__group-icon + [type="password"], .form__group-icon + [type="email"] {
  padding-left: 40px !important;
}
.form__group-icon--after {
  left: auto;
  right: 15px;
}
.loading .form__group-icon--after {
  display: none;
}
.form__group-icon--loading {
  display: none;
}
.loading .form__group-icon--loading {
  display: block;
}
.form [type="text"],
.form [type="password"],
.form [type="email"] {
  letter-spacing: 0.05em;
  background: #FFF;
  border: 1px solid #DDDDDD;
  outline: none;
  color: #34495E;
  padding: 12px 40px 12px 18px;
  padding: 0.75rem 2.5rem 0.75rem 1.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  transition: all 0.25s ease;
  border-radius: 3px;
  width: 100%;
}
.form [type="text"]::-webkit-input-placeholder,
.form [type="password"]::-webkit-input-placeholder,
.form [type="email"]::-webkit-input-placeholder {
  color: #7C8495;
  font-weight: 300;
}
.form [type="text"]::-moz-placeholder,
.form [type="password"]::-moz-placeholder,
.form [type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #7C8495;
  font-weight: 300;
}
.form [type="text"]:-ms-input-placeholder,
.form [type="password"]:-ms-input-placeholder,
.form [type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #7C8495;
  font-weight: 300;
}
.form [type="text"]:-moz-placeholder,
.form [type="password"]:-moz-placeholder,
.form [type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #7C8495;
  font-weight: 300;
}
.form [type="text"]:focus,
.form [type="password"]:focus,
.form [type="email"]:focus {
  border: 1px solid #7C7C7C;
}
.form [type="text"].has-error,
.form [type="password"].has-error,
.form [type="email"].has-error {
  border: 1px solid #DD3F5A;
  color: #DD3F5A;
}
.form [type="text"].has-error::-webkit-input-placeholder,
.form [type="password"].has-error::-webkit-input-placeholder,
.form [type="email"].has-error::-webkit-input-placeholder {
  color: #f4c1ca;
  font-weight: 300;
}
.form [type="text"].has-error::-moz-placeholder,
.form [type="password"].has-error::-moz-placeholder,
.form [type="email"].has-error::-moz-placeholder {
  /* Firefox 19+ */
  color: #f4c1ca;
  font-weight: 300;
}
.form [type="text"].has-error:-ms-input-placeholder,
.form [type="password"].has-error:-ms-input-placeholder,
.form [type="email"].has-error:-ms-input-placeholder {
  /* IE 10+ */
  color: #f4c1ca;
  font-weight: 300;
}
.form [type="text"].has-error:-moz-placeholder,
.form [type="password"].has-error:-moz-placeholder,
.form [type="email"].has-error:-moz-placeholder {
  /* Firefox 18- */
  color: #f4c1ca;
  font-weight: 300;
}
.form textarea {
  letter-spacing: 0.05em;
  background: #FFF;
  border: 1px solid #DDDDDD;
  outline: none;
  color: #34495E;
  padding: 12px 40px 12px 18px;
  padding: 0.75rem 2.5rem 0.75rem 1.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  transition: all 0.25s ease;
  border-radius: 3px;
  width: 100%;
  height: 100px;
}
.form textarea::-webkit-input-placeholder {
  color: #7C8495;
  font-weight: 300;
}
.form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #7C8495;
  font-weight: 300;
}
.form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #7C8495;
  font-weight: 300;
}
.form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #7C8495;
  font-weight: 300;
}
.form textarea:focus {
  border: 1px solid #7C7C7C;
}
.form textarea.has-error {
  border: 1px solid #DD3F5A;
  color: #DD3F5A;
}
.form textarea.has-error::-webkit-input-placeholder {
  color: #f4c1ca;
  font-weight: 300;
}
.form textarea.has-error::-moz-placeholder {
  /* Firefox 19+ */
  color: #f4c1ca;
  font-weight: 300;
}
.form textarea.has-error:-ms-input-placeholder {
  /* IE 10+ */
  color: #f4c1ca;
  font-weight: 300;
}
.form textarea.has-error:-moz-placeholder {
  /* Firefox 18- */
  color: #f4c1ca;
  font-weight: 300;
}
.form select {
  width: 100%;
}
.form [type="checkbox"]:not(:checked),
.form [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.form [type="checkbox"]:not(:checked) + label,
.form [type="checkbox"]:checked + label {
  position: relative;
  /* permet de positionner les pseudo-éléments */
  padding-left: 20px;
  /* fait un peu d'espace pour notre case à venir */
  cursor: pointer;
  /* affiche un curseur adapté */
}
.form [type="checkbox"]:not(:checked) + label:before,
.form [type="checkbox"]:checked + label:before {
  content: '\f096';
  font-family: "FontAwesome";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  /* dim. de la case */
}
.form [type="checkbox"]:checked + label:before {
  content: '\f046';
}

.button, .subscribe input[type="submit"] {
  background: #424242;
  color: white;
  font-family: "PT Serif", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 6px 24px 8.4px 24px;
  padding: 0.375rem 1.5rem 0.525rem 1.5rem;
  text-decoration: none;
  transition: background 0.5s ease, color 0.5s ease;
  display: inline-block;
}
.button:hover, .subscribe input[type="submit"]:hover {
  background: #B8B9BB;
  color: #1D1D1B;
}
.button--transparent {
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  background: transparent;
  border: 0;
  color: black;
  font-size: 14px;
  font-size: 0.875rem;
}
.button--icon {
  padding: 6px 24px 6px 6px;
  padding: 0.375rem 1.5rem 0.375rem 0.375rem;
}
.button--icon i {
  margin-right: 24px;
  margin-right: 1.5rem;
  transition: all 0.5s ease;
  font-size: 32px;
}
.button--icon span {
  position: relative;
  top: -6px;
}
.button--icon:hover {
  background: transparent;
}
.button--icon:hover i {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.m0 {
  margin: 0px;
  margin: 0;
}

.mt0 {
  margin-top: 0px;
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0px;
  margin-bottom: 0;
}

.mr0 {
  margin-right: 0px;
  margin-right: 0;
}

.m1 {
  margin: 24px;
  margin: 1.5rem;
}

.mt1 {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.mb1 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.mr1 {
  margin-right: 24px;
  margin-right: 1.5rem;
}

.ml1 {
  margin-left: 24px;
  margin-left: 1.5rem;
}

.mt2 {
  margin-top: 48px;
  margin-top: 3rem;
}

.mb2 {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.mr2 {
  margin-right: 48px;
  margin-right: 3rem;
}

.ml2 {
  margin-left: 48px;
  margin-left: 3rem;
}

.mt3 {
  margin-top: 72px;
  margin-top: 4.5rem;
}

.mb3 {
  margin-bottom: 72px;
  margin-bottom: 4.5rem;
}

.mr3 {
  margin-right: 72px;
  margin-right: 4.5rem;
}

.ml3 {
  margin-left: 72px;
  margin-left: 4.5rem;
}

.mt4 {
  margin-top: 96px;
  margin-top: 6rem;
}

.mb4 {
  margin-bottom: 96px;
  margin-bottom: 6rem;
}

.mr4 {
  margin-right: 96px;
  margin-right: 6rem;
}

.ml4 {
  margin-left: 96px;
  margin-left: 6rem;
}

.p1 {
  padding: 24px;
  padding: 1.5rem;
}

.pt1 {
  padding-top: 24px;
  padding-top: 1.5rem;
}

.pb1 {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.pr1 {
  padding-right: 24px;
  padding-right: 1.5rem;
}

.pl1 {
  padding-left: 24px;
  padding-left: 1.5rem;
}

.p2 {
  padding: 48px;
  padding: 3rem;
}

.pt2 {
  padding-top: 48px;
  padding-top: 3rem;
}

.pb2 {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.pr2 {
  padding-right: 48px;
  padding-right: 3rem;
}

.pl2 {
  padding-left: 48px;
  padding-left: 3rem;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.hide {
  display: none;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

@media (max-width: 46.99em) {
  .hide-on-xs {
    display: none;
  }
}

@media (max-width: 60.74em) {
  .hide-on-sm {
    display: none;
  }
}

@media (max-width: 73.24em) {
  .hide-on-md {
    display: none;
  }
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.fsxs {
  font-size: 10px;
  font-size: 0.625rem;
}

.fss {
  font-size: 14px;
  font-size: 0.875rem;
}

.fsm {
  font-size: 15px;
  font-size: 0.9375rem;
}

.fsl {
  font-size: 18px;
  font-size: 1.125rem;
}

.unstyled-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.unstyled-list-inline {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.unstyled-list-inline li {
  display: inline-block;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.tabs .table {
  margin-bottom: 0px;
  margin-bottom: 0;
}
.table tr td, .table tr th {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  vertical-align: top;
}
.table tr th {
  text-transform: lowercase;
  font-weight: 700;
  border-bottom: 2px solid #1D1D1B;
}
.table tr td {
  padding: 12px 12px;
  padding: 0.75rem 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 2px solid #676768;
}
.table tr td > a {
  text-decoration: none;
}
.table tr td > a > img {
  float: left;
  margin-right: 12px;
  margin-right: 0.75rem;
}
.table tr td > a.link {
  text-decoration: underline;
}
.table tr td > img {
  float: left;
  margin-right: 12px;
  margin-right: 0.75rem;
}
.table tr td > button {
  position: relative;
  top: -3px;
}
.table tfoot tr td {
  padding-top: 48px;
  padding-top: 3rem;
  border: 0;
}
.table__cell-right {
  text-align: right;
}
.table.condensed tr td {
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
}

/* Base container properties */
.is-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.is-flex-row [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container, .container-fluid, .container-full, .container-fixed {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1172px) {
  .container, .container-fluid, .container-full, .container-fixed {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Base column properties */
.col-xxs-0, .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs-13, .col-xxs-14, .col-xxs-15, .col-xxs-16, .col-xs-0, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-sm-0, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-md-0, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-lg-0, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16 {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
  float: left;
  vertical-align: top;
}

/* Set box-sizing */
.container,
.row,
.row:after,
.row:before {
  box-sizing: border-box;
}

/* Container */
.container {
  max-width: 972px;
}
.container-full {
  padding-left: 0;
  padding-right: 0;
}
.container-fixed {
  width: 1000px;
}
@media screen and (min-width: 1172px) {
  .container {
    max-width: 1172px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

/* Clearfix & box-model + list-style reset for ul support */
.row {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  margin-left: -10px;
  margin-right: -10px;
  /* Nested grid */
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row > .row {
  clear: none;
  float: left;
  margin: 0 !important;
}

/* Generate columns */
@media screen and (min-width: 0px) {
  .col-xxs-0 {
    width: 0%;
  }

  .col-xxs-push-0 {
    left: 0%;
  }

  .col-xxs-pull-0 {
    right: 0%;
  }

  .col-xxs-offset-0 {
    margin-left: 0%;
  }

  .col-xxs-1 {
    width: 6.25%;
  }

  .col-xxs-push-1 {
    left: 6.25%;
  }

  .col-xxs-pull-1 {
    right: 6.25%;
  }

  .col-xxs-offset-1 {
    margin-left: 6.25%;
  }

  .col-xxs-2 {
    width: 12.5%;
  }

  .col-xxs-push-2 {
    left: 12.5%;
  }

  .col-xxs-pull-2 {
    right: 12.5%;
  }

  .col-xxs-offset-2 {
    margin-left: 12.5%;
  }

  .col-xxs-3 {
    width: 18.75%;
  }

  .col-xxs-push-3 {
    left: 18.75%;
  }

  .col-xxs-pull-3 {
    right: 18.75%;
  }

  .col-xxs-offset-3 {
    margin-left: 18.75%;
  }

  .col-xxs-4 {
    width: 25%;
  }

  .col-xxs-push-4 {
    left: 25%;
  }

  .col-xxs-pull-4 {
    right: 25%;
  }

  .col-xxs-offset-4 {
    margin-left: 25%;
  }

  .col-xxs-5 {
    width: 31.25%;
  }

  .col-xxs-push-5 {
    left: 31.25%;
  }

  .col-xxs-pull-5 {
    right: 31.25%;
  }

  .col-xxs-offset-5 {
    margin-left: 31.25%;
  }

  .col-xxs-6 {
    width: 37.5%;
  }

  .col-xxs-push-6 {
    left: 37.5%;
  }

  .col-xxs-pull-6 {
    right: 37.5%;
  }

  .col-xxs-offset-6 {
    margin-left: 37.5%;
  }

  .col-xxs-7 {
    width: 43.75%;
  }

  .col-xxs-push-7 {
    left: 43.75%;
  }

  .col-xxs-pull-7 {
    right: 43.75%;
  }

  .col-xxs-offset-7 {
    margin-left: 43.75%;
  }

  .col-xxs-8 {
    width: 50%;
  }

  .col-xxs-push-8 {
    left: 50%;
  }

  .col-xxs-pull-8 {
    right: 50%;
  }

  .col-xxs-offset-8 {
    margin-left: 50%;
  }

  .col-xxs-9 {
    width: 56.25%;
  }

  .col-xxs-push-9 {
    left: 56.25%;
  }

  .col-xxs-pull-9 {
    right: 56.25%;
  }

  .col-xxs-offset-9 {
    margin-left: 56.25%;
  }

  .col-xxs-10 {
    width: 62.5%;
  }

  .col-xxs-push-10 {
    left: 62.5%;
  }

  .col-xxs-pull-10 {
    right: 62.5%;
  }

  .col-xxs-offset-10 {
    margin-left: 62.5%;
  }

  .col-xxs-11 {
    width: 68.75%;
  }

  .col-xxs-push-11 {
    left: 68.75%;
  }

  .col-xxs-pull-11 {
    right: 68.75%;
  }

  .col-xxs-offset-11 {
    margin-left: 68.75%;
  }

  .col-xxs-12 {
    width: 75%;
  }

  .col-xxs-push-12 {
    left: 75%;
  }

  .col-xxs-pull-12 {
    right: 75%;
  }

  .col-xxs-offset-12 {
    margin-left: 75%;
  }

  .col-xxs-13 {
    width: 81.25%;
  }

  .col-xxs-push-13 {
    left: 81.25%;
  }

  .col-xxs-pull-13 {
    right: 81.25%;
  }

  .col-xxs-offset-13 {
    margin-left: 81.25%;
  }

  .col-xxs-14 {
    width: 87.5%;
  }

  .col-xxs-push-14 {
    left: 87.5%;
  }

  .col-xxs-pull-14 {
    right: 87.5%;
  }

  .col-xxs-offset-14 {
    margin-left: 87.5%;
  }

  .col-xxs-15 {
    width: 93.75%;
  }

  .col-xxs-push-15 {
    left: 93.75%;
  }

  .col-xxs-pull-15 {
    right: 93.75%;
  }

  .col-xxs-offset-15 {
    margin-left: 93.75%;
  }

  .col-xxs-16 {
    width: 100%;
  }

  .col-xxs-push-16 {
    left: 100%;
  }

  .col-xxs-pull-16 {
    right: 100%;
  }

  .col-xxs-offset-16 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 752px) {
  .col-xs-0 {
    width: 0%;
  }

  .col-xs-push-0 {
    left: 0%;
  }

  .col-xs-pull-0 {
    right: 0%;
  }

  .col-xs-offset-0 {
    margin-left: 0%;
  }

  .col-xs-1 {
    width: 6.25%;
  }

  .col-xs-push-1 {
    left: 6.25%;
  }

  .col-xs-pull-1 {
    right: 6.25%;
  }

  .col-xs-offset-1 {
    margin-left: 6.25%;
  }

  .col-xs-2 {
    width: 12.5%;
  }

  .col-xs-push-2 {
    left: 12.5%;
  }

  .col-xs-pull-2 {
    right: 12.5%;
  }

  .col-xs-offset-2 {
    margin-left: 12.5%;
  }

  .col-xs-3 {
    width: 18.75%;
  }

  .col-xs-push-3 {
    left: 18.75%;
  }

  .col-xs-pull-3 {
    right: 18.75%;
  }

  .col-xs-offset-3 {
    margin-left: 18.75%;
  }

  .col-xs-4 {
    width: 25%;
  }

  .col-xs-push-4 {
    left: 25%;
  }

  .col-xs-pull-4 {
    right: 25%;
  }

  .col-xs-offset-4 {
    margin-left: 25%;
  }

  .col-xs-5 {
    width: 31.25%;
  }

  .col-xs-push-5 {
    left: 31.25%;
  }

  .col-xs-pull-5 {
    right: 31.25%;
  }

  .col-xs-offset-5 {
    margin-left: 31.25%;
  }

  .col-xs-6 {
    width: 37.5%;
  }

  .col-xs-push-6 {
    left: 37.5%;
  }

  .col-xs-pull-6 {
    right: 37.5%;
  }

  .col-xs-offset-6 {
    margin-left: 37.5%;
  }

  .col-xs-7 {
    width: 43.75%;
  }

  .col-xs-push-7 {
    left: 43.75%;
  }

  .col-xs-pull-7 {
    right: 43.75%;
  }

  .col-xs-offset-7 {
    margin-left: 43.75%;
  }

  .col-xs-8 {
    width: 50%;
  }

  .col-xs-push-8 {
    left: 50%;
  }

  .col-xs-pull-8 {
    right: 50%;
  }

  .col-xs-offset-8 {
    margin-left: 50%;
  }

  .col-xs-9 {
    width: 56.25%;
  }

  .col-xs-push-9 {
    left: 56.25%;
  }

  .col-xs-pull-9 {
    right: 56.25%;
  }

  .col-xs-offset-9 {
    margin-left: 56.25%;
  }

  .col-xs-10 {
    width: 62.5%;
  }

  .col-xs-push-10 {
    left: 62.5%;
  }

  .col-xs-pull-10 {
    right: 62.5%;
  }

  .col-xs-offset-10 {
    margin-left: 62.5%;
  }

  .col-xs-11 {
    width: 68.75%;
  }

  .col-xs-push-11 {
    left: 68.75%;
  }

  .col-xs-pull-11 {
    right: 68.75%;
  }

  .col-xs-offset-11 {
    margin-left: 68.75%;
  }

  .col-xs-12 {
    width: 75%;
  }

  .col-xs-push-12 {
    left: 75%;
  }

  .col-xs-pull-12 {
    right: 75%;
  }

  .col-xs-offset-12 {
    margin-left: 75%;
  }

  .col-xs-13 {
    width: 81.25%;
  }

  .col-xs-push-13 {
    left: 81.25%;
  }

  .col-xs-pull-13 {
    right: 81.25%;
  }

  .col-xs-offset-13 {
    margin-left: 81.25%;
  }

  .col-xs-14 {
    width: 87.5%;
  }

  .col-xs-push-14 {
    left: 87.5%;
  }

  .col-xs-pull-14 {
    right: 87.5%;
  }

  .col-xs-offset-14 {
    margin-left: 87.5%;
  }

  .col-xs-15 {
    width: 93.75%;
  }

  .col-xs-push-15 {
    left: 93.75%;
  }

  .col-xs-pull-15 {
    right: 93.75%;
  }

  .col-xs-offset-15 {
    margin-left: 93.75%;
  }

  .col-xs-16 {
    width: 100%;
  }

  .col-xs-push-16 {
    left: 100%;
  }

  .col-xs-pull-16 {
    right: 100%;
  }

  .col-xs-offset-16 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 972px) {
  .col-sm-0 {
    width: 0%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-1 {
    width: 6.25%;
  }

  .col-sm-push-1 {
    left: 6.25%;
  }

  .col-sm-pull-1 {
    right: 6.25%;
  }

  .col-sm-offset-1 {
    margin-left: 6.25%;
  }

  .col-sm-2 {
    width: 12.5%;
  }

  .col-sm-push-2 {
    left: 12.5%;
  }

  .col-sm-pull-2 {
    right: 12.5%;
  }

  .col-sm-offset-2 {
    margin-left: 12.5%;
  }

  .col-sm-3 {
    width: 18.75%;
  }

  .col-sm-push-3 {
    left: 18.75%;
  }

  .col-sm-pull-3 {
    right: 18.75%;
  }

  .col-sm-offset-3 {
    margin-left: 18.75%;
  }

  .col-sm-4 {
    width: 25%;
  }

  .col-sm-push-4 {
    left: 25%;
  }

  .col-sm-pull-4 {
    right: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 25%;
  }

  .col-sm-5 {
    width: 31.25%;
  }

  .col-sm-push-5 {
    left: 31.25%;
  }

  .col-sm-pull-5 {
    right: 31.25%;
  }

  .col-sm-offset-5 {
    margin-left: 31.25%;
  }

  .col-sm-6 {
    width: 37.5%;
  }

  .col-sm-push-6 {
    left: 37.5%;
  }

  .col-sm-pull-6 {
    right: 37.5%;
  }

  .col-sm-offset-6 {
    margin-left: 37.5%;
  }

  .col-sm-7 {
    width: 43.75%;
  }

  .col-sm-push-7 {
    left: 43.75%;
  }

  .col-sm-pull-7 {
    right: 43.75%;
  }

  .col-sm-offset-7 {
    margin-left: 43.75%;
  }

  .col-sm-8 {
    width: 50%;
  }

  .col-sm-push-8 {
    left: 50%;
  }

  .col-sm-pull-8 {
    right: 50%;
  }

  .col-sm-offset-8 {
    margin-left: 50%;
  }

  .col-sm-9 {
    width: 56.25%;
  }

  .col-sm-push-9 {
    left: 56.25%;
  }

  .col-sm-pull-9 {
    right: 56.25%;
  }

  .col-sm-offset-9 {
    margin-left: 56.25%;
  }

  .col-sm-10 {
    width: 62.5%;
  }

  .col-sm-push-10 {
    left: 62.5%;
  }

  .col-sm-pull-10 {
    right: 62.5%;
  }

  .col-sm-offset-10 {
    margin-left: 62.5%;
  }

  .col-sm-11 {
    width: 68.75%;
  }

  .col-sm-push-11 {
    left: 68.75%;
  }

  .col-sm-pull-11 {
    right: 68.75%;
  }

  .col-sm-offset-11 {
    margin-left: 68.75%;
  }

  .col-sm-12 {
    width: 75%;
  }

  .col-sm-push-12 {
    left: 75%;
  }

  .col-sm-pull-12 {
    right: 75%;
  }

  .col-sm-offset-12 {
    margin-left: 75%;
  }

  .col-sm-13 {
    width: 81.25%;
  }

  .col-sm-push-13 {
    left: 81.25%;
  }

  .col-sm-pull-13 {
    right: 81.25%;
  }

  .col-sm-offset-13 {
    margin-left: 81.25%;
  }

  .col-sm-14 {
    width: 87.5%;
  }

  .col-sm-push-14 {
    left: 87.5%;
  }

  .col-sm-pull-14 {
    right: 87.5%;
  }

  .col-sm-offset-14 {
    margin-left: 87.5%;
  }

  .col-sm-15 {
    width: 93.75%;
  }

  .col-sm-push-15 {
    left: 93.75%;
  }

  .col-sm-pull-15 {
    right: 93.75%;
  }

  .col-sm-offset-15 {
    margin-left: 93.75%;
  }

  .col-sm-16 {
    width: 100%;
  }

  .col-sm-push-16 {
    left: 100%;
  }

  .col-sm-pull-16 {
    right: 100%;
  }

  .col-sm-offset-16 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1172px) {
  .col-md-0 {
    width: 0%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-1 {
    width: 6.25%;
  }

  .col-md-push-1 {
    left: 6.25%;
  }

  .col-md-pull-1 {
    right: 6.25%;
  }

  .col-md-offset-1 {
    margin-left: 6.25%;
  }

  .col-md-2 {
    width: 12.5%;
  }

  .col-md-push-2 {
    left: 12.5%;
  }

  .col-md-pull-2 {
    right: 12.5%;
  }

  .col-md-offset-2 {
    margin-left: 12.5%;
  }

  .col-md-3 {
    width: 18.75%;
  }

  .col-md-push-3 {
    left: 18.75%;
  }

  .col-md-pull-3 {
    right: 18.75%;
  }

  .col-md-offset-3 {
    margin-left: 18.75%;
  }

  .col-md-4 {
    width: 25%;
  }

  .col-md-push-4 {
    left: 25%;
  }

  .col-md-pull-4 {
    right: 25%;
  }

  .col-md-offset-4 {
    margin-left: 25%;
  }

  .col-md-5 {
    width: 31.25%;
  }

  .col-md-push-5 {
    left: 31.25%;
  }

  .col-md-pull-5 {
    right: 31.25%;
  }

  .col-md-offset-5 {
    margin-left: 31.25%;
  }

  .col-md-6 {
    width: 37.5%;
  }

  .col-md-push-6 {
    left: 37.5%;
  }

  .col-md-pull-6 {
    right: 37.5%;
  }

  .col-md-offset-6 {
    margin-left: 37.5%;
  }

  .col-md-7 {
    width: 43.75%;
  }

  .col-md-push-7 {
    left: 43.75%;
  }

  .col-md-pull-7 {
    right: 43.75%;
  }

  .col-md-offset-7 {
    margin-left: 43.75%;
  }

  .col-md-8 {
    width: 50%;
  }

  .col-md-push-8 {
    left: 50%;
  }

  .col-md-pull-8 {
    right: 50%;
  }

  .col-md-offset-8 {
    margin-left: 50%;
  }

  .col-md-9 {
    width: 56.25%;
  }

  .col-md-push-9 {
    left: 56.25%;
  }

  .col-md-pull-9 {
    right: 56.25%;
  }

  .col-md-offset-9 {
    margin-left: 56.25%;
  }

  .col-md-10 {
    width: 62.5%;
  }

  .col-md-push-10 {
    left: 62.5%;
  }

  .col-md-pull-10 {
    right: 62.5%;
  }

  .col-md-offset-10 {
    margin-left: 62.5%;
  }

  .col-md-11 {
    width: 68.75%;
  }

  .col-md-push-11 {
    left: 68.75%;
  }

  .col-md-pull-11 {
    right: 68.75%;
  }

  .col-md-offset-11 {
    margin-left: 68.75%;
  }

  .col-md-12 {
    width: 75%;
  }

  .col-md-push-12 {
    left: 75%;
  }

  .col-md-pull-12 {
    right: 75%;
  }

  .col-md-offset-12 {
    margin-left: 75%;
  }

  .col-md-13 {
    width: 81.25%;
  }

  .col-md-push-13 {
    left: 81.25%;
  }

  .col-md-pull-13 {
    right: 81.25%;
  }

  .col-md-offset-13 {
    margin-left: 81.25%;
  }

  .col-md-14 {
    width: 87.5%;
  }

  .col-md-push-14 {
    left: 87.5%;
  }

  .col-md-pull-14 {
    right: 87.5%;
  }

  .col-md-offset-14 {
    margin-left: 87.5%;
  }

  .col-md-15 {
    width: 93.75%;
  }

  .col-md-push-15 {
    left: 93.75%;
  }

  .col-md-pull-15 {
    right: 93.75%;
  }

  .col-md-offset-15 {
    margin-left: 93.75%;
  }

  .col-md-16 {
    width: 100%;
  }

  .col-md-push-16 {
    left: 100%;
  }

  .col-md-pull-16 {
    right: 100%;
  }

  .col-md-offset-16 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .col-lg-0 {
    width: 0%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-1 {
    width: 6.25%;
  }

  .col-lg-push-1 {
    left: 6.25%;
  }

  .col-lg-pull-1 {
    right: 6.25%;
  }

  .col-lg-offset-1 {
    margin-left: 6.25%;
  }

  .col-lg-2 {
    width: 12.5%;
  }

  .col-lg-push-2 {
    left: 12.5%;
  }

  .col-lg-pull-2 {
    right: 12.5%;
  }

  .col-lg-offset-2 {
    margin-left: 12.5%;
  }

  .col-lg-3 {
    width: 18.75%;
  }

  .col-lg-push-3 {
    left: 18.75%;
  }

  .col-lg-pull-3 {
    right: 18.75%;
  }

  .col-lg-offset-3 {
    margin-left: 18.75%;
  }

  .col-lg-4 {
    width: 25%;
  }

  .col-lg-push-4 {
    left: 25%;
  }

  .col-lg-pull-4 {
    right: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 25%;
  }

  .col-lg-5 {
    width: 31.25%;
  }

  .col-lg-push-5 {
    left: 31.25%;
  }

  .col-lg-pull-5 {
    right: 31.25%;
  }

  .col-lg-offset-5 {
    margin-left: 31.25%;
  }

  .col-lg-6 {
    width: 37.5%;
  }

  .col-lg-push-6 {
    left: 37.5%;
  }

  .col-lg-pull-6 {
    right: 37.5%;
  }

  .col-lg-offset-6 {
    margin-left: 37.5%;
  }

  .col-lg-7 {
    width: 43.75%;
  }

  .col-lg-push-7 {
    left: 43.75%;
  }

  .col-lg-pull-7 {
    right: 43.75%;
  }

  .col-lg-offset-7 {
    margin-left: 43.75%;
  }

  .col-lg-8 {
    width: 50%;
  }

  .col-lg-push-8 {
    left: 50%;
  }

  .col-lg-pull-8 {
    right: 50%;
  }

  .col-lg-offset-8 {
    margin-left: 50%;
  }

  .col-lg-9 {
    width: 56.25%;
  }

  .col-lg-push-9 {
    left: 56.25%;
  }

  .col-lg-pull-9 {
    right: 56.25%;
  }

  .col-lg-offset-9 {
    margin-left: 56.25%;
  }

  .col-lg-10 {
    width: 62.5%;
  }

  .col-lg-push-10 {
    left: 62.5%;
  }

  .col-lg-pull-10 {
    right: 62.5%;
  }

  .col-lg-offset-10 {
    margin-left: 62.5%;
  }

  .col-lg-11 {
    width: 68.75%;
  }

  .col-lg-push-11 {
    left: 68.75%;
  }

  .col-lg-pull-11 {
    right: 68.75%;
  }

  .col-lg-offset-11 {
    margin-left: 68.75%;
  }

  .col-lg-12 {
    width: 75%;
  }

  .col-lg-push-12 {
    left: 75%;
  }

  .col-lg-pull-12 {
    right: 75%;
  }

  .col-lg-offset-12 {
    margin-left: 75%;
  }

  .col-lg-13 {
    width: 81.25%;
  }

  .col-lg-push-13 {
    left: 81.25%;
  }

  .col-lg-pull-13 {
    right: 81.25%;
  }

  .col-lg-offset-13 {
    margin-left: 81.25%;
  }

  .col-lg-14 {
    width: 87.5%;
  }

  .col-lg-push-14 {
    left: 87.5%;
  }

  .col-lg-pull-14 {
    right: 87.5%;
  }

  .col-lg-offset-14 {
    margin-left: 87.5%;
  }

  .col-lg-15 {
    width: 93.75%;
  }

  .col-lg-push-15 {
    left: 93.75%;
  }

  .col-lg-pull-15 {
    right: 93.75%;
  }

  .col-lg-offset-15 {
    margin-left: 93.75%;
  }

  .col-lg-16 {
    width: 100%;
  }

  .col-lg-push-16 {
    left: 100%;
  }

  .col-lg-pull-16 {
    right: 100%;
  }

  .col-lg-offset-16 {
    margin-left: 100%;
  }
}
.header {
  position: relative;
  background: white;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 130px;
  padding-top: 25px;
}
@media (max-width: 46.99em) {
  .header {
    padding-top: 18px;
    min-height: 80px;
  }
}
.header__logo {
  float: left;
  margin-top: 10px;
}
@media (max-width: 46.99em) {
  .header__logo {
    float: none;
    margin: 0;
    text-align: right;
    position: relative;
  }
}
.header__menu {
  float: left;
  padding: 0px 0px 0px 48px;
  padding: 0 0 0 3rem;
  margin-top: 0;
}
@media (max-width: 60.74em) {
  .header__menu {
    padding: 0px 0px 0px 24px;
    padding: 0 0 0 1.5rem;
  }
}
@media (max-width: 46.99em) {
  .header__menu {
    display: none;
  }
}
.header__submenu {
  margin-top: 35px;
}
@media (max-width: 46.99em) {
  .header__submenu {
    margin-top: 18px;
  }
}
.header__submenu + .header__submenu {
  margin-top: 1px;
}
.header__lang {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 46.99em) {
  .header__lang {
    display: none;
  }
}
.header__btn {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 10px;
  left: 25px;
  z-index: 2;
  font-size: 20px;
  color: #676768;
}
@media (max-width: 46.99em) {
  .header__btn {
    display: block;
  }
}

.footer {
  padding: 48px 0px 24px 0px;
  padding: 3rem 0 1.5rem 0;
  background: #424242;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
}
.footer img {
  display: block;
  margin: 0px auto 24px auto;
  margin: 0 auto 1.5rem auto;
}
.footer a {
  color: white;
  text-decoration: none;
}
.footer strong {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.footer small {
  display: block;
  margin-top: 48px;
  margin-top: 3rem;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
}
.footer__nav {
  list-style-type: none;
  display: inline;
  padding: 0;
  margin: 0;
}
.footer__nav-item {
  display: inline;
}
.footer__nav-item:before {
  content: ' - ';
  display: inline-block;
}

.logo {
  width: 272px;
  height: 50px;
  margin-right: 72px;
  margin-right: 4.5rem;
    /*&--mobile {

        display: none;

        @include mq($until: xs) {
            display: inline-block;
        }

    }

    &__text {

        @include transition(all 0.5s ease);

    }

    &__main {



    }*/
}
@media (max-width: 60.74em) {
  .logo {
    width: 200px;
    margin-right: 14.4px;
    margin-right: 0.9rem;
  }
}

.nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 46.99em) {
  .nav {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}
.nav__item {
  display: inline-block;
  margin: 0px 6px;
  margin: 0 0.375rem;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  border: 1px solid transparent;
}
.nav__item.active {
  border-color: #B8B9BB;
}
@media (max-width: 46.99em) {
  .nav__item.active {
    border-color: transparent;
  }
}
.nav__item a {
  text-decoration: none;
  color: #B8B9BB;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 46.99em) {
  .nav__item {
    display: block;
  }
  .nav__item a {
    text-transform: none;
    font-family: "PT Serif", serif;
    line-height: 1;
    font-size: 28px;
  }
}
.nav--secondary .nav__item.active {
  border-color: #676768;
}
@media (max-width: 46.99em) {
  .nav--secondary .nav__item.active {
    border-color: transparent;
  }
}
.nav--secondary .nav__item a {
  color: #676768;
  font-weight: 700;
}
.pushy .nav a:hover {
  color: #1D1D1B;
}

.subnav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #676768;
  text-align: center;
}
.subnav--secondary {
  background: #9a9a9b;
}
.subnav--secondary .subnav__item.active:after {
  display: none;
}
.subnav__item {
  display: inline-block;
  position: relative;
  margin: 0px 12px;
  margin: 0 0.75rem;
}
.subnav__item a {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-weight: 300;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 6px 0px;
  padding: 0.375rem 0;
}
@media (max-width: 46.99em) {
  .subnav__item a {
    line-height: 1;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.subnav__item.active a {
  color: white;
  font-weight: 700;
}
.subnav__item.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.langpicker {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.langpicker__item {
  display: inline-block;
  margin: 0px 6px;
  margin: 0 0.375rem;
}
.langpicker__item a {
  color: #676768;
  text-decoration: none;
  font-weight: 300;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
}
.langpicker__item--active a {
  font-weight: 700;
}
.pushy .langpicker {
  padding-left: 42px;
}
.pushy .langpicker .langpicker__item {
  margin: 0px 24px 0px 0px;
  margin: 0 1.5rem 0 0;
}
.pushy .langpicker .langpicker__item a {
  padding: 0;
  font-size: 20px;
  text-transform: lowercase;
}
.pushy .langpicker .langpicker__item a:hover {
  color: #1D1D1B;
}

.slider {
  opacity: 0;
  transition: opacity 1s ease;
}
.slider.slick-initialized {
  opacity: 1;
}
.slider__item {
  outline: none;
}
.slider--home {
  padding-bottom: 40.97222%;
  position: relative;
}
.slider--home > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider--home .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: right;
  bottom: 0;
  list-style-type: none;
  padding: 0px 24px;
  padding: 0 1.5rem;
}
.slider--home .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}
.slider--home .slick-dots li.slick-active button {
  opacity: 1;
}
.slider--home .slick-dots li button {
  outline: none;
  border: 0;
  border-radius: 10px;
  width: 10px;
  height: 14px;
  text-indent: -999999px;
  background: white;
  opacity: 0.5;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
.slider--home .slider__item-content {
  padding-bottom: 40.97222%;
  position: relative;
  background-color: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.slider--home .slider__item-content[data-src] {
  background-size: auto;
}
.slider--home .slider__item-content > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider--artist {
  padding: 0 80px;
}
@media (max-width: 46.99em) {
  .slider--artist {
    margin-bottom: 48px;
    margin-bottom: 3rem;
    padding: 0;
  }
}
.slider--artist .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s ease;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: white;
}
.slider--artist .slick-arrow:hover {
  color: #676768;
}
.slider--artist .slick-arrow:hover.slick-prev {
  left: 35px;
}
.slider--artist .slick-arrow:hover.slick-next {
  right: 35px;
}
.slider--artist .slick-arrow:before {
  font-family: 'FontAwesome';
  font-size: 28px;
  line-height: 30px;
}
.slider--artist .slick-arrow.slick-prev {
  left: 40px;
}
.slider--artist .slick-arrow.slick-prev:before {
  content: '\f104';
}
.slider--artist .slick-arrow.slick-next {
  right: 40px;
}
.slider--artist .slick-arrow.slick-next:before {
  content: '\f105';
}
.slider--artist .slider__item-content {
            /*&[data-src] {
                background-size: auto;
            }

            @include fluid-aspect(500 600);
            background-color: #000000;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;*/
  text-align: center;
}
.slider--artist .slider__item-content img {
  max-width: 100%;
  margin: 0 auto;
}
.slider--artist .slider__item-content div {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.slider--upcoming-events .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s ease;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: #1D1D1B;
}
.slider--upcoming-events .slick-arrow:hover {
  color: #676768;
}
.slider--upcoming-events .slick-arrow:hover.slick-prev {
  left: -85px;
}
.slider--upcoming-events .slick-arrow:hover.slick-next {
  right: -85px;
}
.slider--upcoming-events .slick-arrow:before {
  font-family: 'FontAwesome';
  font-size: 28px;
  line-height: 30px;
}
.slider--upcoming-events .slick-arrow.slick-prev {
  left: -80px;
}
.slider--upcoming-events .slick-arrow.slick-prev:before {
  content: '\f104';
}
.slider--upcoming-events .slick-arrow.slick-next {
  right: -80px;
}
.slider--upcoming-events .slick-arrow.slick-next:before {
  content: '\f105';
}
.slider--full {
  height: 440px;
  overflow: hidden;
}
.slider--full .slider__item {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
}
.slider--full .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s ease;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: #1D1D1B;
  z-index: 5;
  background: white;
  border-radius: 30px;
  text-align: center;
}
.slider--full .slick-arrow:hover {
  color: #676768;
}
.slider--full .slick-arrow:hover.slick-prev {
  left: 75px;
}
.slider--full .slick-arrow:hover.slick-next {
  right: 75px;
}
.slider--full .slick-arrow:before {
  font-family: 'FontAwesome';
  font-size: 28px;
  line-height: 25px;
}
.slider--full .slick-arrow.slick-prev {
  left: 80px;
  text-indent: -3px;
}
.slider--full .slick-arrow.slick-prev:before {
  content: '\f104';
}
.slider--full .slick-arrow.slick-next {
  right: 80px;
  text-indent: 3px;
}
.slider--full .slick-arrow.slick-next:before {
  content: '\f105';
}
.slider--last-blogposts:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #F2F2EE;
}
.slider--last-blogposts .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s ease;
  width: 37px;
  height: 37px;
  font-size: 0;
  line-height: 0;
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: #1D1D1B;
  z-index: 5;
}
.slider--last-blogposts .slick-arrow:hover {
  color: #676768;
}
.slider--last-blogposts .slick-arrow:before {
  font-family: 'FontAwesome';
  font-size: 35px;
  line-height: 30px;
}
.slider--last-blogposts .slick-arrow.slick-prev {
  top: 90px;
  right: -60px;
}
.slider--last-blogposts .slick-arrow.slick-prev:before {
  content: '\f104';
}
.slider--last-blogposts .slick-arrow.slick-next {
  top: 50px;
  right: -60px;
}
.slider--last-blogposts .slick-arrow.slick-next:before {
  content: '\f105';
}

.lazy[data-src] {
  background-color: white;
  background-image: url("data:image/gif;base64,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");
  background-repeat: no-repeat;
  background-position: center center;
}

.tag {
  display: inline-block;
  background: #676768;
  padding: 2.4px 12px;
  padding: 0.15rem 0.75rem;
  border: 1px solid #676768;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  transition: all 0.5s ease;
}
.tag[href]:hover {
  background: #1D1D1B;
  border-color: #1D1D1B;
}
.tag.active {
  background: #1D1D1B;
  border-color: #1D1D1B;
}
.tag--white {
  background: white;
  color: #676768;
  cursor: pointer;
}
.tag--white[href]:hover {
  background: white;
  color: #1D1D1B;
  border-color: #1D1D1B;
}
.tag--small {
  padding: 0px 12px;
  padding: 0 0.75rem;
}

.pagination {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 0;
}
.pagination li {
  display: inline-block;
  margin: 0 0 0 3px;
}
.pagination li a, .pagination li span {
  background: #424242;
  color: white;
  font-family: "PT Serif", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 6px 24px;
  padding: 0.375rem 1.5rem;
  text-decoration: none;
  transition: all 0.5s ease;
  display: inline-block;
}
.pagination li a:hover, .pagination li span:hover {
  background: white;
  color: #1D1D1B;
}
.pagination li.active span {
  background: white;
  color: #1D1D1B;
}
.pagination li.disabled {
  display: none;
}

.filters {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0px 0px 24px 0px;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 46.99em) {
  .filters {
    height: 0;
    overflow: hidden;
    margin: 0px;
    margin: 0;
  }
}
.filters__item {
  display: inline-block;
  margin: 0px 12px 12px 0px;
  margin: 0 0.75rem 0.75rem 0;
  display: none;
}
.filters__item.show {
  display: inline-block;
}

.subscribe {
  background: #D1D1CF;
  color: #474747;
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 24px;
  padding: 1.5rem;
  text-align: center;
}
.subscribe p {
  margin: 0;
}
.subscribe__content {
  margin: 48px 0px;
  margin: 3rem 0;
}
@media (max-width: 46.99em) {
  .subscribe__content {
    margin: 24px 0px;
    margin: 1.5rem 0;
  }
}
.subscribe__form {
  display: inline-block;
  background: white;
  padding: 2px 5px 4px 5px;
  border: 1px solid #979797;
}
.subscribe input[type="email"] {
  border: 0;
  font-size: 22px;
  font-family: "PT Serif", serif;
  position: relative;
  top: 4px;
  outline: none !important;
  width: 550px;
}
@media (max-width: 46.99em) {
  .subscribe input[type="email"] {
    width: 175px;
    font-size: 16px;
  }
}
.subscribe input[type="submit"] {
  border: 0;
  cursor: pointer;
}
.subscribe__message {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "PT Serif", serif;
  font-weight: 400;
}
@media (max-width: 46.99em) {
  .subscribe .social-share {
    display: block !important;
    height: auto;
  }
}

.intro {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background-image: url(../img/intro.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 60.74em) {
  .intro {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -ms-flex-pack: stretch;
    -webkit-box-pack: stretch;
            justify-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
  }
}
.intro__item {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0;
  text-decoration: none;
}
@media (max-width: 60.74em) {
  .intro__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.intro__item:nth-child(1) {
  margin-top: 200px;
  margin-right: 100px;
}
@media (max-width: 60.74em) {
  .intro__item:nth-child(1) {
    margin-top: 0;
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.intro__item:nth-child(2) {
  margin-bottom: 300px;
  margin-left: 100px;
}
@media (max-width: 60.74em) {
  .intro__item:nth-child(2) {
    margin-bottom: 0;
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.intro__item:nth-child(2):hover .intro__item-content p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.intro__item:nth-child(2):hover .intro__item-content svg path {
  fill: #A9AAAC;
}
.intro__item:nth-child(2):hover .intro__item-button {
  background: #A9AAAC;
}
.intro__item:hover .intro__item-content p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.intro__item:hover .intro__item-content svg path {
  fill: #B6B396;
}
.intro__item-button {
  background: #B6B396;
  color: #393940;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  padding: 5px 8px;
  font-weight: 600;
}
.intro__item-content {
  transition: all 0.5s ease;
  color: white;
  text-align: center;
}
.intro__item-content img {
  max-width: 100%;
  transition: all 0.5s ease;
}
@media (max-width: 60.74em) {
  .intro__item-content img {
    max-width: 75%;
  }
}
.intro__item-content svg path {
  transition: all 0.5s ease;
  fill: #FFF;
}
.intro__item-content p {
  transition: all 0.5s ease;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  margin-top: 30px;
  padding: 0 100px;
  opacity: 0;
}
@media (max-width: 46.99em) {
  .intro__item-content p {
    padding: 0;
  }
}

.social-share {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 43px;
  line-height: 43px;
}
@media (max-width: 46.99em) {
  .social-share {
    display: none;
  }
}
.social-share__item {
  display: inline-block;
  margin: 0px 12px;
  margin: 0 0.75rem;
  font-size: 24px;
  font-size: 1.5rem;
}
.social-share__item a {
  display: inline-block;
  color: #676768;
  text-decoration: none;
  transition: all 0.5s ease;
}
.social-share__item a:hover {
  color: black;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.event-item {
  padding: 48px;
  padding: 3rem;
  display: block;
  text-decoration: none;
  color: #1D1D1B;
  background: #FFFFFF;
  text-align: left;
  outline: none;
  transition: color 0.5s ease;
}
.slider .event-item {
  background: #F2F2EE;
}
@media (max-width: 46.99em) {
  .event-item {
    padding: 24px;
    padding: 1.5rem;
  }
  .slider .event-item {
    background: #F8F8F8;
  }
}
.event-item:hover {
  color: #676768;
}
.event-item:hover .event-item__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.event-item--margin {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
@media (max-width: 46.99em) {
  .event-item--margin {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
.event-item__image {
  padding-bottom: 66.03774%;
  position: relative;
  overflow: hidden;
}
.event-item__image > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.event-item__image img {
  transition: all 0.5s ease;
}
@media (max-width: 46.99em) {
  .event-item__image {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
.event-item__date {
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  margin-right: 12px;
  margin-right: 0.75rem;
}
.event-item__category {
  display: inline-block;
}
@media (max-width: 46.99em) {
  .event-item__category {
    display: block;
    margin: 12px 0px;
    margin: 0.75rem 0;
  }
}
.event-item__title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-size: 32px;
  text-transform: uppercase;
  margin: 9.6px 0px 24px 0px;
  margin: 0.6rem 0 1.5rem 0;
  line-height: 1;
}
.event-item__body {
  font-family: "PT Serif", serif;
  font-size: 15px;
  font-size: 0.9375rem;
}

.blogpost-item {
  padding: 48px;
  padding: 3rem;
  display: block;
  text-decoration: none;
  color: #1D1D1B;
  background: #FFFFFF;
  text-align: left;
  position: relative;
  outline: none;
  transition: color 0.5s ease;
}
@media (max-width: 46.99em) {
  .blogpost-item {
    padding: 24px;
    padding: 1.5rem;
  }
}
.blogpost-item:hover {
  color: #676768;
}
.blogpost-item:hover .blogpost-item__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blogpost-item--margin {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
@media (max-width: 46.99em) {
  .blogpost-item--margin {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
.blogpost-item--small {
  padding: 24px 49.2px;
  padding: 1.5rem 3.075rem;
  background: transparent;
}
.blogpost-item--small .blogpost-item__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.blogpost-item--small .blogpost-item__date {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.blogpost-item--small:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 120%;
  top: -10%;
  left: -1px;
  background: black;
}
.blogpost-item__image {
  padding-bottom: 66.03774%;
  position: relative;
  overflow: hidden;
}
.blogpost-item__image > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.blogpost-item__image img {
  transition: all 0.5s ease;
}
@media (max-width: 46.99em) {
  .blogpost-item__image {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
.blogpost-item__date {
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  margin-right: 12px;
  margin-right: 0.75rem;
}
.blogpost-item__category {
  display: inline-block;
}
@media (max-width: 46.99em) {
  .blogpost-item__category {
    display: block;
    margin: 12px 0px;
    margin: 0.75rem 0;
  }
}
.blogpost-item__title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-size: 32px;
  text-transform: uppercase;
  margin: 12px 0px 24px 0px;
  margin: 0.75rem 0 1.5rem 0;
  line-height: 1;
}
.blogpost-item__body {
  font-family: "PT Serif", serif;
  font-size: 15px;
  font-size: 0.9375rem;
}

.block-item--parallax {
  position: relative;
  margin: 48px 0px 0px 0px;
  margin: 3rem 0 0 0;
}
.block-item--parallax .block-item__title {
  margin: 0px 0px 48px 0px;
  margin: 0 0 3rem 0;
  background: #FFFFFF;
}
.block-item--parallax .block-item__content {
  padding-top: 48px;
  padding-top: 3rem;
  background: #FFFFFF;
}
.block-item__parallax {
  padding-top: 96px;
  padding-top: 6rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-item__parallax[data-src] {
  background-size: auto;
}
.block-item__title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  margin: 48px 0px 48px 0px;
  margin: 3rem 0 3rem 0;
  line-height: 1;
}
.block-item__title span {
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0px 12px 0px;
  margin: 0 0 0.75rem 0;
  line-height: 1;
}
@media (max-width: 46.99em) {
  .block-item__title {
    margin: 48px 0px 24px 0px;
    margin: 3rem 0 1.5rem 0;
  }
}
.block-item__body {
  font-family: "PT Serif", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0px 0px 48px 0px;
  margin: 0 0 3rem 0;
}
.block-item__headline {
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0px 0px 48px 0px;
  margin: 0 0 3rem 0;
}
.block-item__images {
  margin: 0px 0px 48px 0px;
  margin: 0 0 3rem 0;
}

.grant-item {
  padding: 72px 48px 48px 48px;
  padding: 4.5rem 3rem 3rem 3rem;
  display: block;
  position: relative;
  background: #F2F2EE;
  text-decoration: none;
  overflow: hidden;
  color: #1D1D1B;
  text-align: center;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
@media (max-width: 46.99em) {
  .grant-item {
    padding: 48px;
    padding: 3rem;
  }
}
.grant-item--closed {
  background: #B0B0AD;
}
.grant-item__status {
  position: absolute;
  top: -20px;
  left: 10px;
  width: 385px;
  text-align: left;
  padding-left: 10px;
  background: black;
  color: white;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transform: rotate(-13deg);
  transform: rotate(-13deg);
}
.grant-item__status--closed {
  background: white;
  color: #D0021B;
}
.grant-item__date {
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-right: 12px;
  margin-right: 0.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.grant-item__title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-size: 40px;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin: 0px 0px 48px 0px;
  margin: 0 0 3rem 0;
  line-height: 1;
}
.grant-item__body {
  font-family: "PT Serif", serif;
  font-size: 15px;
}

.artist-item {
  display: block;
  text-decoration: none;
  color: #1D1D1B;
  background: #FFFFFF;
  text-align: left;
  position: relative;
  overflow: hidden;
  opacity: 0.75;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  text-decoration: none;
  transition: color 0.5s ease, opacity 0.5s ease;
}
@media (max-width: 46.99em) {
  .artist-item {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
.artist-item.active {
  opacity: 1;
}
.artist-item:hover {
  opacity: 1;
  color: #676768;
}
.artist-item:hover .artist-item__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.artist-item__image {
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  background: #F8F8F8;
  overflow: hidden;
  position: relative;
}
.artist-item__image > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.artist-item__image img {
  transition: all 0.5s ease;
}
.artist-item__ribbon {
  position: absolute;
  top: -20px;
  left: 10px;
  width: 385px;
  text-align: left;
  padding-left: 10px;
  background: black;
  color: white;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transform: rotate(-13deg);
  transform: rotate(-13deg);
}
.artist-item__types {
  display: block;
  text-transform: uppercase;
}
.artist-item__title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  margin: 0 0 0 0;
  line-height: 1;
}

.artist-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  color: white;
  overflow-y: auto;
  height: 0;
  opacity: 0;
  -moz-transition: opacity 0.5s ease, height 0s ease 0.5s, padding 0s ease 0.5s;
  -o-transition: opacity 0.5s ease, height 0s ease 0.5s, padding 0s ease 0.5s;
  -webkit-transition: opacity 0.5s ease, height 0s ease, padding 0s ease;
  -webkit-transition-delay: 0s, 0.5s, 0.5s;
  transition: opacity 0.5s ease, height 0s ease 0.5s, padding 0s ease 0.5s;
}
@media (max-width: 46.99em) {
  .artist-overlay {
    background: black;
  }
}
.artist-overlay.active {
  -moz-transition: opacity 0.5s ease 0.2s, height 0s ease;
  -o-transition: opacity 0.5s ease 0.2s, height 0s ease;
  -webkit-transition: opacity 0.5s ease, height 0s ease;
  -webkit-transition-delay: 0.2s, 0s;
  transition: opacity 0.5s ease 0.2s, height 0s ease;
  height: 100%;
  opacity: 1;
  padding: 50px;
}
@media (max-width: 46.99em) {
  .artist-overlay.active {
    padding: 50px 0;
  }
}
.artist-overlay__close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  z-index: 2;
  transition: all 0.5s ease;
}
.artist-overlay__close img {
  max-width: 100%;
}
@media (max-width: 46.99em) {
  .artist-overlay__close {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
  }
}
.artist-overlay__close:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.artist-overlay__content {
  background: black;
  padding: 48px 0px;
  padding: 3rem 0;
}
@media (max-width: 46.99em) {
  .artist-overlay__content {
    padding: 0px 0px;
    padding: 0 0;
  }
}
.artist-overlay__prev {
  position: absolute;
  top: 210px;
  right: 60px;
  cursor: pointer;
  font-size: 50px;
  color: white;
  z-index: 2;
}
.artist-overlay__prev.disabled {
  opacity: 0.5;
}
@media (max-width: 46.99em) {
  .artist-overlay__prev {
    display: none;
  }
}
.artist-overlay__next {
  position: absolute;
  top: 150px;
  right: 60px;
  cursor: pointer;
  font-size: 50px;
  color: white;
  z-index: 2;
}
.artist-overlay__next.disabled {
  opacity: 0.5;
}
@media (max-width: 46.99em) {
  .artist-overlay__next {
    display: none;
  }
}
.artist-overlay__arrow-separator {
  height: 1px;
  width: 60px;
  background: white;
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center 50%;
  transform-origin: center center 50%;
  position: absolute;
  top: 218px;
  right: 38px;
}
@media (max-width: 46.99em) {
  .artist-overlay__arrow-separator {
    display: none;
  }
}
.artist-overlay__types {
  display: block;
  text-transform: uppercase;
}
.artist-overlay__title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-size: 40px;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  margin: 0 0 0 0;
  line-height: 1;
}
.artist-overlay__body {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.page-title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  margin: 72px 0px 48px 0px;
  margin: 4.5rem 0 3rem 0;
}
.page-title--invisible {
  display: none;
}
@media (max-width: 46.99em) {
  .page-title {
    margin: 48px 0px 48px 0px;
    margin: 3rem 0 3rem 0;
  }
}

.page-header {
  margin: 48px 0px 24px 0px;
  margin: 3rem 0 1.5rem 0;
}
@media (max-width: 46.99em) {
  .page-header {
    display: none;
  }
}

.page-content {
  background: white;
  margin: 0px 0px 48px 0px;
  margin: 0 0 3rem 0;
}
.page-content__date {
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-top: 36px;
  margin-top: 2.25rem;
  line-height: 1;
}
.page-content__title {
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-size: 40px;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin: 18px 0px 24px 0px;
  margin: 1.125rem 0 1.5rem 0;
  line-height: 1;
}
.page-content__category {
  text-align: center;
}
.page-content__body {
  margin: 72px 0px;
  margin: 4.5rem 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.page-content__body img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.page-content__body h2 {
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 18px 0px 48px 0px;
  margin: 1.125rem 0 3rem 0;
  line-height: 1;
}

.site-overlay {
  z-index: 9000 !important;
}

.pushy {
  width: 300px;
  /* Changed the width to 400px */
  background: #FFFFFF;
  z-index: 9999 !important;
}

.pushy-left {
  opacity: 0;
  -webkit-transform: translate3d(-300px, 0, 0);
          transform: translate3d(-300px, 0, 0);
  /* Updated the values */
  /* Don't forget the vendor prefixes */
}

.pushy-open-left .pushy, .pushy-open-right .pushy {
  opacity: 1;
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(300px, 0, 0);
          transform: translate3d(300px, 0, 0);
  /* Updated the values */
}

.pushy-right {
  -webkit-transform: translate3d(300px, 0, 0);
          transform: translate3d(300px, 0, 0);
  /* Updated the values */
  /* Don't forget the vendor prefixes */
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-300px, 0, 0);
          transform: translate3d(-300px, 0, 0);
  /* Updated the values */
  /* Don't forget the vendor prefixes */
}

.pushy a {
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
}

.pushy .logo {
  margin: 24px 24px 48px 24px;
  margin: 1.5rem 1.5rem 3rem 1.5rem;
}

.headroom {
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.headroom--pinned {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.headroom--not-top {
  position: fixed;
  top: 0;
  left: 0;
}
.headroom--not-top + #container {
  padding-top: 130px;
}

.page-home__upcoming-events {
  background: #F2F2EE;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  margin-top: -30px;
  margin-bottom: 0px;
  margin-bottom: 0;
}
@media (max-width: 46.99em) {
  .page-home__upcoming-events {
    box-shadow: none;
    margin-top: 30px;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    background: #F8F8F8;
  }
}
.page-home__last-blogposts {
  background: #F2F2EE;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media (max-width: 46.99em) {
  .page-home__last-blogposts {
    box-shadow: none;
    margin-top: 30px;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    background: #F2F2EE;
  }
}
.page-home__last-blogposts-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 24px 0px;
  padding: 1.5rem 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media (max-width: 46.99em) {
  .page-home__last-blogposts-title {
    padding: 36px 0px 24px 0px;
    padding: 2.25rem 0 1.5rem 0;
  }
}
.page-home__upcoming-events-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 24px 0px 0px 0px;
  padding: 1.5rem 0 0 0;
}
@media (max-width: 46.99em) {
  .page-home__upcoming-events-title {
    padding: 36px 0px 24px 0px;
    padding: 2.25rem 0 1.5rem 0;
  }
}
.page-home__page {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  text-align: center;
}

.page-events {
  background: #F2F2EE;
}
@media (max-width: 46.99em) {
  .page-events {
    background: #FFFFFF;
  }
}

.page-blog {
  background: #F2F2EE;
}
@media (max-width: 46.99em) {
  .page-blog {
    background: #FFFFFF;
  }
}

.page-grants #container {
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media (max-width: 46.99em) {
  .page-grants #container {
    margin-top: 48px;
    margin-top: 3rem;
  }
}
