.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Normalise
------------------------------------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1.5; }

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

caption, th, td {
  text-align: left;
  font-weight: normal; }

table, td, th {
  vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a img {
  border: none; }

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

html {
  font-size: 10px;
  box-sizing: border-box; }

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

/* Base Styles
------------------------------------------------------------------------------------ */
body {
  color: #222222;
  font-family: Georgia, sans-serif;
  font-size: 1.6rem; }

h1, h2, h3, h4 {
  margin-bottom: 0.75em; }

h1 {
  font-size: 4.5rem;
  color: #55222B;
  font-weight: 700;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-size: 3rem; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #55222B;
  display: inline-block;
  border-bottom: 2px solid;
  padding-bottom: 0.25em; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 1.8rem; } }

h4 {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700; }

h5 {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700; }

p {
  font-family: Georgia, serif;
  font-size: 1.4rem;
  margin-bottom: 1em; }
  p:last-child {
    margin-bottom: 0; }

ul {
  font-size: 1.6rem;
  margin-left: 36px;
  margin-bottom: 1em; }
  .wysiwyg ul {
    font-size: 1.4rem;
    font-family: Georgia, serif; }

ol {
  font-size: 1.6rem;
  margin-left: 36px;
  margin-bottom: 1em; }
  .wysiwyg ol {
    font-size: 1.4rem;
    font-family: Georgia, serif; }

a {
  color: #C83E31;
  text-decoration: none; }
  a:hover {
    color: #55222B; }

input[type="search"] {
  -webkit-appearance: none; }

/* Wordpress Defaults
------------------------------------------------------------------------------------ */
.alignleft {
  float: left; }

.alignright {
  float: right; }

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

img.alignleft {
  margin: 5px 20px 5px 0; }

.wp-caption.alignleft {
  margin: 5px 10px 5px 0; }

img.alignright {
  margin: 5px 0 5px 20px; }

.wp-caption.alignright {
  margin: 5px 0 5px 10px; }

img.aligncenter {
  margin: 5px auto; }

img.alignnone {
  margin: 5px 0; }

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300; }

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside; }

/* Modules
------------------------------------------------------------------------------------ */
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.header {
  background-color: #fff; }
  .header .pageContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    position: relative; }

.logo {
  display: block;
  max-width: 26rem; }
  @media screen and (max-width: 900px) {
    .logo {
      max-width: 18rem; } }
  @media screen and (max-width: 768px) {
    .logo {
      max-width: 18rem; } }
  .logo img {
    display: block; }

.mainSearch {
  display: inline-block;
  margin-left: 1.5rem;
  position: relative; }
  .mainSearch input[type="search"] {
    border: 1px solid #7B7B7C;
    border-radius: 0;
    padding: 4px;
    padding-right: 25px;
    width: 165px; }
  .mainSearch button.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    color: #ffffff;
    border-color: #7B7B7C;
    background: #7B7B7C url(../img/search_icon.svg) center no-repeat; }
    .mainSearch button.search-submit:hover {
      cursor: pointer; }
  @media screen and (max-width: 767px) {
    .mainSearch {
      display: block;
      margin-left: 0;
      margin-top: 1.5rem; }
      .mainSearch input[type="search"] {
        border: 1px solid #7B7B7C;
        border-radius: 0;
        padding: 4px;
        padding-right: 25px;
        width: 100%;
        font-size: 2rem; }
      .mainSearch button.search-submit {
        width: 33px; } }

.footer {
  background-color: #55222B;
  padding: 4rem 0;
  color: #FFFFFF; }
  .footer a {
    color: #FFFFFF;
    text-decoration: none; }
    .footer a:hover {
      color: #C83E31; }
  .footer .footerMenu {
    list-style: none;
    margin: 0;
    font-family: "Proxima Nova", sans-serif; }
    .footer .footerMenu a {
      color: #FFFFFF;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 1.2rem; }
      .footer .footerMenu a:hover {
        color: #C83E31; }
  .footer .copyright {
    font-size: 1.4rem; }

.mainMenu {
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.2rem; }
  .mainMenu .menu-item {
    display: inline-block;
    margin-left: 1.5rem; }
  .mainMenu a {
    color: #55222B;
    text-decoration: none; }
    .mainMenu a:hover {
      color: #C83E31; }
  @media screen and (max-width: 767px) {
    .mainMenu .menu-item {
      display: block;
      margin-left: 0; }
    .mainMenu a {
      font-size: 2rem; } }

@media screen and (max-width: 767px) {
  .mainMenuWrapper {
    position: fixed;
    top: 0;
    left: 100vw;
    background-color: rgba(255, 255, 255, 0.95);
    width: 100vw;
    height: 100vh;
    z-index: 50;
    padding: 1.5rem;
    padding-top: 5rem;
    transition: all 0.5s; }
    .mainMenuWrapper--active {
      left: 0; } }

@media screen and (max-width: 767px) {
  .subMenuWrapper {
    display: none; } }

.subMenu {
  margin: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #C83E31;
  padding: 1.5rem;
  text-transform: uppercase;
  font-family: "Proxima Nova", sans-serif;
  position: relative;
  font-size: 1.2rem; }
  .subMenu .menu-item {
    display: inline-block;
    margin: 0 0.75rem; }
  .subMenu a {
    color: #FFFFFF;
    text-decoration: none; }
    .subMenu a:hover {
      color: #55222B; }

.subMenuMobile {
  display: flex;
  margin: 0; }
  .subMenuMobile__wrapper {
    position: sticky;
    top: 0;
    z-index: 2;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }
  .subMenuMobile__lead {
    text-transform: uppercase;
    background-color: #55222B;
    color: #FFFFFF;
    font-family: "Proxima Nova", sans-serif;
    padding: 0.5em;
    text-align: center;
    margin: 0;
    font-size: 1.2rem; }
  .subMenuMobile .menu-item {
    flex: 1 1 100%;
    list-style: none;
    text-align: center;
    font-size: 1.2rem; }
    .subMenuMobile .menu-item a {
      background-color: #98272C;
      color: #FFFFFF;
      text-transform: uppercase;
      font-family: "Proxima Nova", sans-serif;
      display: block;
      padding: 1em 0.5em; }
      .subMenuMobile .menu-item a:hover {
        background-color: #C83E31; }

.heroBanner {
  text-align: center;
  padding: 3rem 1.5rem;
  background-color: #fff; }
  .pageContent > .heroBanner {
    padding-top: 0; }
  .heroBanner img {
    display: block;
    width: 728px;
    margin: 0 auto; }

.pageCallout {
  background-color: #55222B;
  color: #FFFFFF;
  text-align: center;
  padding: 0.75rem;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700; }
  .pageCallout .button {
    margin-left: 1rem;
    font-weight: normal; }
  .pageCallout p {
    font-family: "jaf-bernino-sans-condensed", sans-serif;
    font-size: 1.6rem; }

.button {
  background-color: #C83E31;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.5em 0.75em;
  display: inline-block;
  font-family: "Proxima Nova", sans-serif;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.2rem; }
  .button--loadMore {
    margin-top: 1.5rem; }

.boxed {
  padding: 1.5rem;
  background-color: #F6F6F6;
  overflow: hidden;
  display: block; }
  .boxed__listItem {
    margin-bottom: 0.375rem;
    transition: opacity 1s; }
    .boxed__listItem--large {
      margin-bottom: 1.5rem; }
  .boxed__list {
    margin-bottom: 1.5rem; }
  .boxed__title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1em;
    color: #222222;
    font-family: "jaf-bernino-sans-condensed", sans-serif;
    display: block; }
    a .boxed__title:hover {
      color: #C83E31; }
  .boxed__description {
    color: #222222; }
  .boxed__image {
    display: block;
    float: right;
    width: 150px;
    margin-left: 1.5rem; }
  .boxed__thumbnail {
    display: block;
    float: right;
    width: 150px;
    height: 100px;
    margin-left: 1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .boxed__thumbnail--logo {
      background-size: contain;
      border: 5px solid #fff;
      outline: 1px solid #F0EDED;
      background-color: #fff; }

a.boxed__title:hover {
  color: #C83E31; }

a:hover .boxed__title {
  color: #C83E31; }

.animateIn {
  opacity: 0; }

.heroHighlights {
  background-color: #222222;
  color: #FFFFFF; }
  .heroHighlights__container {
    position: relative; }
  .heroHighlights__selections {
    position: relative;
    z-index: 1;
    max-width: 33%;
    display: flex;
    flex-direction: column;
    height: 400px; }
    @media screen and (max-width: 767px) {
      .heroHighlights__selections {
        display: block;
        max-width: 100%;
        height: 100px;
        height: auto; } }
  @media screen and (max-width: 767px) {
    .heroHighlights__imageContainer {
      position: relative;
      height: 200px; } }
  .heroHighlights__selection {
    flex: 1 1 50%;
    background-color: rgba(200, 62, 49, 0.6);
    margin-bottom: 2px;
    padding: 1.5rem;
    transition: all 0.5s;
    position: relative; }
    .heroHighlights__selection:after {
      content: "";
      position: absolute;
      top: calc(50% - 5px);
      left: 100%;
      display: block;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid transparent;
      transition: all 0.5s; }
    .heroHighlights__selection:last-of-type {
      margin-bottom: 0; }
    .heroHighlights__selection--active {
      background-color: #C83E31; }
      .heroHighlights__selection--active:after {
        border-left: 10px solid #C83E31; }
    .heroHighlights__selection.noFill {
      display: none; }
    @media screen and (max-width: 767px) {
      .heroHighlights__selection {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 0;
        display: none; }
        .heroHighlights__selection--active {
          display: block;
          opacity: 1;
          z-index: 1; }
        .heroHighlights__selection:after {
          content: "";
          position: absolute;
          left: calc(50% - 10px);
          top: -20px;
          display: block;
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          transition: all 0.5s; }
        .heroHighlights__selection--active {
          background-color: #C83E31;
          position: relative;
          height: 100px; }
          .heroHighlights__selection--active:after {
            border-bottom: 10px solid #C83E31; } }
  .heroHighlights__title {
    color: #FFFFFF;
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 0.25em;
    font-weight: bold; }
  .heroHighlights__content {
    color: #FFFFFF;
    height: calc(100% - 3rem);
    overflow: auto; }
  .heroHighlights__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: all 0.5s; }
    .heroHighlights__image--active {
      opacity: 1; }

.galleryDots {
  display: none; }
  @media screen and (max-width: 767px) {
    .galleryDots {
      display: block;
      position: absolute;
      bottom: 1rem;
      width: 100%;
      text-align: center;
      right: auto; } }
  .galleryDots__dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #C83E31;
    border: 1px solid #55222B;
    border-radius: 50%;
    transition: all 0.5s;
    margin: 0 5px; }
    .galleryDots__dot:hover {
      cursor: pointer; }
    .galleryDots__dot--active {
      background-color: #55222B;
      border: 1px solid #C83E31; }

.featuredElements.boxed {
  padding: 0.75rem 1.5rem; }
.featuredElements__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem; }

.featuredElement {
  background-color: #98272C;
  color: #FFFFFF; }
  .featuredElement__wrapper {
    flex: 1 1 25%;
    margin: 0.75rem;
    min-width: 175px; }
  .featuredElement__type {
    font-family: "Proxima Nova", sans-serif;
    text-transform: uppercase;
    color: #55222B;
    margin-bottom: 0.75rem; }
  .featuredElement__image {
    height: 0;
    padding-bottom: 65%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .featuredElement__title {
    padding: 1.5rem; }
    .featuredElement__title h2 {
      height: 3em;
      overflow: hidden;
      font-size: 1.6rem; }

.competitionLinks {
  display: flex;
  margin: 0 -1.5rem; }
  .competitionLinks__wrapper {
    overflow: hidden; }
  .competitionLinks__competition {
    flex: 1 1 auto;
    padding: 0 1.5rem; }

.project__title {
  margin-bottom: 0.25em; }
.project__location {
  font-family: "Proxima Nova", sans-serif;
  font-size: 2rem; }

.professional__title {
  margin: 0;
  margin-left: 3rem; }
  .professional__title:first-child {
    margin-left: 0; }
  @media screen and (max-width: 767px) {
    .professional__title {
      margin-left: 0; } }
.professional__location {
  font-family: "Proxima Nova", sans-serif;
  font-size: 2rem; }
.professional__address {
  display: flex; }

.metaDetails {
  margin: 3rem -1.5rem 6rem -1.5rem; }
  @media screen and (max-width: 767px) {
    .metaDetails {
      margin: 0;
      margin-bottom: 3rem; } }
  .metaDetails__detail {
    display: inline-block;
    vertical-align: top;
    padding: 0 1.5rem;
    border-right: 2px solid #F0EDED;
    max-width: 250px; }
    .metaDetails__detail:last-of-type {
      border-right: none;
      max-width: 100%; }
    @media screen and (max-width: 767px) {
      .metaDetails__detail {
        display: block;
        border-right: none;
        padding: 0;
        padding-top: 1.5rem;
        border-top: 2px solid #F0EDED;
        margin-bottom: 1.5rem;
        transition: opacity 1s; }
        .metaDetails__detail:last-of-type {
          padding-bottom: 1.5rem;
          border-bottom: 2px solid #F0EDED; } }
  .metaDetails__title {
    color: #222222;
    border-bottom: none;
    padding-bottom: 0;
    display: block;
    font-size: 1.8rem; }
    .metaDetails__title--inline {
      display: inline-block;
      margin-right: 0.5em; }
  .metaDetails__paragraph--inline {
    display: inline-block; }

.hrList__item {
  padding-top: 1.5rem;
  border-top: 2px solid #F0EDED;
  margin-bottom: 1.5rem;
  transition: opacity 1s; }
  .hrList__item:first-of-type {
    padding-bottom: 0;
    border: none; }
  .hrList__item--hidden {
    opacity: 0;
    display: block; }
  .hrList__item--unPrepped {
    display: none; }
.hrList__title {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700; }

.addressBlock__column {
  margin-left: 3rem; }
  .addressBlock__column:first-of-type {
    margin-left: 0; }
.addressBlock__contactDetails .metaDetails__title {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0;
  margin-left: 0.5em; }
  .addressBlock__contactDetails .metaDetails__title:first-child {
    margin-left: 0; }
.addressBlock__contactDetails p {
  display: inline-block;
  margin-bottom: 0; }

fieldset {
  margin-bottom: 3rem; }
  @media screen and (max-width: 767px) {
    fieldset:last-of-type {
      margin-bottom: 0; } }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem; }

.area__filters {
  font-size: 1.4rem; }
  .area__filters label {
    padding: 0.25em 0;
    font-family: Georgia, serif;
    display: flex;
    align-items: baseline; }
    .area__filters label:hover {
      cursor: pointer; }
    .area__filters label input {
      float: left; }
      .area__filters label input:hover {
        cursor: pointer; }
  @media screen and (max-width: 767px) {
    .area__filters .pageSection {
      padding-bottom: 0; } }

.area__sidebar hr {
  margin: 24px 0; }
.area__sidebar .aUnit {
  margin-bottom: 24px; }
.area__sidebar .contentBlock {
  margin-bottom: 24px; }
  .area__sidebar .contentBlock img {
    margin-bottom: 8px; }
  .area__sidebar .contentBlock__image {
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 8px; }
.area__sidebar .wysiwyg {
  margin-bottom: 24px; }
.area__sidebar .contentBlocks {
  display: block;
  margin: 0 0 1.5rem 0; }
  .area__sidebar .contentBlocks .contentBlock {
    margin: 0 0 8px 0; }
    .area__sidebar .contentBlocks .contentBlock:not(.boxed) + .contentBlock:not(.boxed) {
      border-top: 1px solid #ccc;
      margin-top: 2.25rem;
      padding-top: 2.25rem; }
.area__sidebar .sectionTitle {
  display: block; }

.contentBlocks {
  display: flex;
  margin: 0px -1.5rem; }
  @media screen and (max-width: 767px) {
    .contentBlocks {
      display: block; } }
  .contentBlocks__wrapper {
    overflow: hidden; }
  .contentBlocks .contentBlock {
    flex: 1 1 100%;
    margin: 0 1.5rem; }
    @media screen and (max-width: 767px) {
      .contentBlocks .contentBlock {
        margin-bottom: 3rem; }
        .contentBlocks .contentBlock:last-of-type {
          margin-bottom: 0; } }
    .contentBlocks .contentBlock__image {
      height: 0;
      padding-bottom: 56.25%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 8px; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #55222B; }

.hamburger-box {
  width: 30px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #98272C;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

body {
  background-color: #F6F6F6; }
  body.modalOpen {
    height: 100vh;
    overflow: hidden; }

.pageContainer {
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }

.pageContent {
  background-color: #fff;
  padding: 3rem 20px 0 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  .footer .pageContent {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 0; }
  @media screen and (max-width: 768px) {
    .pageContent {
      padding: 3rem 10px 0 10px; } }

.pageSection {
  padding-bottom: 3rem; }
  .area__sidebar .pageSection {
    padding-bottom: 1.5rem; }

.pageAreas {
  display: flex;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .pageAreas {
      display: block; } }

.component {
  margin: 1.5rem 0; }
  .component:first-child {
    margin-top: 0; }

.sectionTitle {
  margin-top: 1.5rem; }
  .sectionTitle:first-child {
    margin-top: 0; }

.area {
  flex: 1 1 100%;
  overflow: auto; }
  .area__sidebar {
    flex: 0 0 330px;
    margin-left: 3rem; }
    @media screen and (max-width: 768px) {
      .area__sidebar {
        flex: 0 0 260px;
        margin-left: 1.5rem; } }
    @media screen and (max-width: 767px) {
      .area__sidebar {
        margin-left: 0; } }
  .area__filters {
    flex: 0 0 250px;
    margin-right: 3rem; }
    @media screen and (max-width: 767px) {
      .area__filters {
        display: none;
        margin-right: 0;
        background-color: #F0EDED; }
        .area__filters .pageSection {
          padding: 1.5rem; } }
  @media screen and (max-width: 767px) {
    .area {
      margin-bottom: 1.5rem; } }

.hamburger {
  z-index: 100;
  outline: none;
  display: none; }
  @media screen and (max-width: 767px) {
    .hamburger {
      display: block; } }

.cookie-message {
  color: #ffffff;
  position: fixed;
  width: 100%;
  text-align: center;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
  bottom: 0;
  z-index: 100;
  padding: 1em 2%; }
  .cookie-message .cookie-policy-link {
    color: #ffffff; }

.galleryWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 90%; }
  .galleryWrapper .swiper-slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #222222; }
    #largeGallery .galleryWrapper .swiper-slide {
      cursor: pointer; }
  .galleryWrapper .gallery-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 75%;
    width: 100%; }
  .galleryWrapper .gallery-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    transform: translate3d(100vw, 0, 0);
    transition: opacity 0.5s, transform 0.5s 0.5s; }
    .galleryWrapper .gallery-fullscreen--active {
      transform: translate3d(0, 0, 0);
      opacity: 1;
      transition: opacity 0.5s; }
    .galleryWrapper .gallery-fullscreen .swiper-slide {
      background-color: rgba(34, 34, 34, 0.95);
      padding: 50px; }
      .galleryWrapper .gallery-fullscreen .swiper-slide-image {
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
    .galleryWrapper .gallery-fullscreen .swiper-button-prev,
    .galleryWrapper .gallery-fullscreen .swiper-button-next {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 3rem;
      transition: all 0.5s; }
      .galleryWrapper .gallery-fullscreen .swiper-button-prev:hover,
      .galleryWrapper .gallery-fullscreen .swiper-button-next:hover {
        background-color: rgba(0, 0, 0, 0.8); }
    .galleryWrapper .gallery-fullscreen .swiper-button-prev {
      left: 3vw; }
    .galleryWrapper .gallery-fullscreen .swiper-button-next {
      right: 3vw; }
    .galleryWrapper .gallery-fullscreen .closeButton {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.8);
      position: absolute;
      top: 60px;
      right: 3vw;
      z-index: 2;
      padding: 0.5em; }
      .galleryWrapper .gallery-fullscreen .closeButton:hover {
        cursor: pointer; }
  .galleryWrapper .gallery-thumbs {
    position: absolute;
    top: 75%;
    left: 0;
    height: 25%;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px; }
  .galleryWrapper .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
    background-size: cover; }
    .galleryWrapper .gallery-thumbs .swiper-slide:hover {
      cursor: pointer; }
  .galleryWrapper .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1; }

.galleryImageCaption {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 0 5px;
  background-color: rgba(0, 0, 0, 0.5); }

.logoAndTitle {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .logoAndTitle {
      display: block; } }
  .logoAndTitle img {
    max-height: 100px; }
    @media screen and (max-width: 767px) {
      .logoAndTitle img {
        margin-bottom: 3rem; } }

.moreContactDetails {
  display: none;
  margin-bottom: 1.5rem; }

.hiddenBlock {
  display: none; }

.modalWindow {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  display: none;
  left: 100vw;
  padding: 10vw;
  align-items: center;
  z-index: 1; }
  .modalWindow.visible {
    left: 0;
    display: flex; }

.modal {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  border: 1px solid #C83E31;
  flex: 1 1 auto;
  padding: 2rem;
  position: relative;
  background-color: #F6F6F6; }
  .modal__nav {
    text-align: right; }
  .modal__content {
    max-height: 70vh;
    overflow: auto; }
  .modal__columns {
    columns: 2; }

.pagination {
  margin-top: 1em; }
  .pagination .page-numbers {
    display: none; }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
      display: inline-block;
      margin-right: 0.25em; }
  .pagination .prev,
  .pagination .next {
    color: #ffffff;
    background-color: #C83E31;
    padding: 0.25em 0.75em;
    border: 1px solid #C83E31; }
    .pagination .prev:hover,
    .pagination .next:hover {
      background-color: #98272C; }
  .pagination .current {
    padding: 0.25em 0.75em;
    border: 1px solid #7B7B7C;
    display: none; }
  .pagination .currentPageNumber {
    border: 1px solid #7B7B7C;
    padding: 0.25em 0;
    width: 2em;
    text-align: center;
    font-size: 1.6rem;
    font-family: Georgia, sans-serif;
    line-height: 1.4;
    outline: none;
    margin-right: 0.25em; }
    .pagination .currentPageNumber:active, .pagination .currentPageNumber:focus {
      border: 1px solid #C83E31; }

#searchResults {
  position: relative;
  overflow: hidden; }
  #searchResults .loadingScreen {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.5s;
    display: flex;
    justify-content: center;
    align-items: center; }
    #searchResults .loadingScreen__container {
      background-color: #F0EDED;
      border: 1px solid #C83E31;
      padding: 2rem 4rem; }
  #searchResults.searching .boxed__listItem {
    transition: 0s;
    opacity: 0.1; }
  #searchResults.searching .loadingScreen {
    left: 0;
    opacity: 1; }

.article__title {
  margin-bottom: 0; }
.article__subTitle {
  margin-top: 1em;
  margin-bottom: 3rem;
  font-family: "Proxima Nova", sans-serif;
  font-size: 2.1rem; }
.article__metaData {
  margin-top: 4em;
  margin-bottom: 2em;
  color: rgba(0, 0, 0, 0.65); }
.article__content {
  padding-bottom: 3rem;
  border-bottom: 1px solid;
  margin-bottom: 3rem;
  overflow: hidden; }
  .article__content p.MsoNormal img {
    float: left;
    clear: both;
    margin: 1.5em 1.5em 1.5em 0; }
  @media screen and (max-width: 767px) {
    .article__content + .button {
      margin-bottom: 3rem; } }

.articleListing {
  border-bottom: 1px solid #98272C;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden; }
  .articleListing__title {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 0.25em; }
  .articleListing__link {
    font-family: "Proxima Nova", sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem; }

.designAwards {
  display: flex;
  margin: 0 -1.5rem; }
  @media screen and (max-width: 767px) {
    .designAwards {
      display: block; } }

.designAward {
  background-color: #F0EDED;
  padding: 1.5rem;
  margin-bottom: 24px; }
  @media screen and (max-width: 767px) {
    .designAward {
      margin-bottom: 1.5rem; } }
  .designAward__wrapper {
    flex: 1 1 100%;
    padding: 0 1.5rem; }
  .designAward__logo {
    display: block;
    background-color: #fff;
    height: 0;
    padding-bottom: 56.25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 1.5rem; }
  .designAward__description {
    margin-bottom: 1.5rem; }
  .designAward__quickLinks {
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #F0EDED; }
    .designAward__quickLinksTitle {
      color: #55222B; }

.callout5050 {
  display: flex;
  margin: 0 -1.5rem; }
  .callout5050 .callout {
    background-color: #F6F6F6;
    padding: 1.5rem;
    margin-bottom: 24px; }
    .callout5050 .callout__wrapper {
      flex: 1 1 100%;
      padding: 0 1.5rem; }
    .callout5050 .callout__image {
      background-color: #fff;
      height: 0;
      padding-bottom: 56.25%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      margin-bottom: 1.5rem; }
    .callout5050 .callout__title {
      text-transform: none; }
    .callout5050 .callout__description {
      margin-bottom: 1.5rem; }
      .callout5050 .callout__description:last-child {
        margin-bottom: 0; }
    .callout5050 .callout__quickLinks {
      padding-bottom: 1.5rem;
      border-bottom: 2px solid #F0EDED; }
      .callout5050 .callout__quickLinksTitle {
        color: #55222B; }

@media screen and (min-width: 768px) {
  .mobileOnly {
    display: none; } }

.notMobile {
  display: none; }
  @media screen and (min-width: 768px) {
    .notMobile {
      display: initial; } }

/* Other
------------------------------------------------------------------------------------ */

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