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

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  border: 0;
  border-top: 1px solid #ddd;
  height: 0;
  margin: 1em 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

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

html {
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
}

@media only screen and (orientation: portrait) {
  html {
    font-size: 100%;
  }
}

body {
  color: #323844;
  font-size: calc(0.46484375vw + 0.84765625rem);
  font-family: "futura-pt", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: no-contextual;
  font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.2s;
  transition-property: color, background-color, border-color, opacity, transform;
}

button,
input,
textarea {
  transition-duration: 0.2s;
  transition-property: color, background-color, border-color, opacity, transform;
}

img {
  max-width: 100%;
}

p {
  color: #070809;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
}

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

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.mfp-arrow:before,
.mfp-arrow:after {
  margin-top: 30px;
  opacity: 1;
}

.mfp-arrow-left:before {
  border: none;
  content: url("/svg/icons/Large-arrow.svg");
  margin-left: 40px;
}

.mfp-arrow-left:after {
  border: none;
}

.mfp-arrow-right:before {
  border: none;
  content: url("/svg/icons/Large-arrow.svg");
  left: 10px;
  top: 48px;
  transform: rotate(180deg);
}

.mfp-arrow-right:after {
  border: none;
}

.mfp-bg {
  background: #fff;
  opacity: 0.9;
}

button.mfp-close {
  display: none;
}

.mfp-container {
  padding: 0;
}

.mfp-figure:after {
  box-shadow: none;
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.AboutModal {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
}

.AboutModal-close {
  cursor: pointer;
}

.AboutModal-content {
  background: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 1px;
  padding: 30px 30px 0;
}

.AboutModal-content h3 {
  margin-bottom: 10px;
}

.AboutModal-content img {
  margin-bottom: 15px;
  width: 360px;
}

.AboutModal-content-col1 h3,
.AboutModal-content-col1 p {
  font-size: 16px;
  margin-top: 0;
}

.AboutModal-content-col1 p {
  margin-bottom: 25px;
}

.AboutModal-content-col2 h3,
.AboutModal-content-col2 p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 0;
}

.AboutModal-content-col2 p {
  margin-bottom: 40px;
}

.AboutModal-header {
  align-items: center;
  background: #323844;
  display: flex;
  flex-direction: column;
  padding: 15px 45px 15px;
}

.AboutModal-header h2 {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.625rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 64em) {
  .AboutModal-content {
    flex-direction: row;
    padding: 60px 90px 25px 60px;
  }

  .AboutModal-content-col1 {
    margin-right: 70px;
  }

  .AboutModal-content-col2 {
    width: 60%;
  }

  .AboutModal-header {
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 70px 15px;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Button {
  border-radius: 30px;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 7px;
  letter-spacing: 2.4px;
  min-width: 12.5em;
  padding: 5px 20px;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 2px;
}

.Button-blog {
  border: 1px solid #4e535e;
  color: #646464;
}

.Button-news {
  border: 1px solid #fff;
  color: #fff;
}

.Button-outline {
  border: 1px solid #c8c8c8;
  color: #646464;
}

.Button-white {
  border: 1px solid #fff;
  color: #fff;
}

@media only screen and (min-width: 64em) {
  .Button {
    font-size: 8px;
  }

  .Button-blog {
    border-color: #c8c8c8;
  }

  .Button-news {
    border-color: #4e535e;
    color: #4e535e;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Card {
  align-self: center;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  height: 375px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.Card-tags {
  bottom: 45px;
  left: 25px;
  position: absolute;
}

.Card-tags a {
  margin-right: 5px;
}

@media only screen and (min-width: 40em) {
  .Card {
    width: 20.3125rem;
  }
}

@media only screen and (min-width: 48em) {
  .Card {
    align-self: flex-start;
  }
}

@media (min-width: 833px) {
  .Card {
    width: 22.1875rem;
  }
}

@media only screen and (min-width: 64em) {
  .Card {
    height: 360px;
  }

  .Card-tags {
    left: 35px;
  }
}

@media (min-width: 1441px) {
  .Card {
    width: 22.5rem;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.CardGrid-grid {
  display: flex;
  flex-direction: column;
}

.CardGrid-title {
  display: none;
}

@media only screen and (min-width: 48em) {
  .CardGrid-grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (min-width: 64em) {
  .CardGrid {
    display: flex;
  }

  .CardGrid-line {
    border-left: 1px solid #c8c8c8;
    flex-grow: 1;
  }

  .CardGrid-title {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    letter-spacing: 5.5px;
    margin-right: 120px;
    margin-top: 250px;
    position: relative;
    text-transform: uppercase;
  }

  .CardGrid-title p {
    background: white;
    margin: 0;
    padding-left: 50px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: top right;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 89.6875rem) {
  .CardGrid-grid {
    justify-content: flex-start;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Card-blog {
  background: linear-gradient(135deg, #fbfbfb 15%, #f5f5f5 100%);
  color: #333;
}

@media only screen and (min-width: 64em) {
  .Card-blog:hover .Button-blog {
    border-color: #4e535e;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Card-FilteredResults {
  background: #f4f4f4;
  cursor: auto;
  padding: 50px 20px;
  overflow: visible;
  position: relative;
  width: 100%;
}

.Card-FilteredResults button {
  border: none;
  cursor: pointer;
  margin-top: 30px;
  width: 7.8125rem;
}

.Card-FilteredResults h3 {
  color: #b1b1b1;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 0.6875rem;
  letter-spacing: 0.3125rem;
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
}

.Card-FilteredResults li:nth-of-type(1n+10) {
  display: none;
}

.Card-FilteredResults li,
.Card-FilteredResults span {
  cursor: pointer;
  margin-top: 10px;
}

@media only screen and (max-width: 63.9375em) {
  .Card-FilteredResults {
    height: auto;
  }
}

@media only screen and (min-width: 64em) {
  .Card-FilteredResults {
    padding: 0;
    width: 22.1875rem;
  }

  .Card-FilteredResults-content {
    left: -120px;
    padding-right: 60px;
    position: absolute;
  }
}

@media (min-width: 1441px) {
  .Card-FilteredResults {
    width: 22.5rem;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Card-loadMore {
  align-items: center;
  cursor: auto;
  display: flex;
  height: auto;
  justify-content: center;
}

.Card-loadMore a {
  display: inline-block;
  padding-top: 115px;
  width: 135px;
}

.Card-loadMore img {
  opacity: 1;
  transition: opacity 0.2s;
}

.Card-loadMore img:hover {
  opacity: 0.5;
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Card-news {
  background: linear-gradient(135deg, #272F3F 15%, #232C3C 100%);
  color: #fff;
}

@media only screen and (min-width: 64em) {
  .Card-news:hover .Button-news {
    border-color: #fff;
    color: #fff;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Card-post.has-bg {
  position: relative;
}

.Card-post.has-bg.Card-blog,
.Card-post.has-bg.Card-news {
  background: linear-gradient(135deg, #fbfbfb 15%, #f5f5f5 100%);
}

.Card-post.has-bg.Card-blog .Card-tags .Button,
.Card-post.has-bg.Card-news .Card-tags .Button {
  border-color: rgba(255, 255, 255, 0.7);
}

.Card-post.has-bg.Card-blog:hover .Card-tags .Button,
.Card-post.has-bg.Card-news:hover .Card-tags .Button {
  border-color: white;
}

.Card-post.has-bg.Card-blog .Card-post-background::after {
  background-color: rgba(0, 0, 0, 0.4);
}

.Card-post.has-bg.Card-blog .Card-tags .Button {
  color: white;
}

.Card-post.has-bg.Card-news .Card-post-background::after {
  background: rgba(15, 46, 80, 0.54);
}

.Card-post.has-bg.Card-news .Card-tags .Button {
  color: white;
}

.Card-post.has-bg .Card-post-background {
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
}

.Card-post.has-bg .Card-post-background::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.Card-post.has-bg .Card-post-hover {
  z-index: 2;
}

.Card-post.has-bg .Card-post-hover-date,
.Card-post.has-bg .Card-post-hover-title {
  color: white;
}

.Card-post-hover {
  height: 100%;
  padding: 40px 25px;
  position: absolute;
  width: 100%;
}

.Card-post-hover-date,
.Card-post-hover-title {
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 20px;
}

.Card-post-hover-date {
  font-size: 0.75rem;
}

.Card-post-hover-tags {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.Card-post-hover-tags a {
  margin-bottom: 10px;
  margin-right: 10px;
}

.Card-post-hover-title {
  font-size: 1rem;
}

@media only screen and (min-width: 64em) {
  .Card-post-hover {
    padding: 53px 30px 45px 35px;
  }

  .Card-post-hover-date {
    margin-bottom: 15px;
    opacity: 0;
    transition: opacity 0.4s ease-out;
  }

  .Card-post-hover-tags {
    opacity: 0;
    transform: translateY(90px);
    transition: transform 0.4s ease-out, opacity 0.2s ease-out;
  }

  .Card-post-hover-tags a:nth-child(even) {
    margin-right: 0;
  }

  .Card-post-hover-tags a:nth-child(odd) {
    margin-right: 10px;
  }

  .Card-post-hover-title {
    margin-bottom: 15px;
    transform: translateY(25px);
    transition: transform 0.4s ease-out;
  }
}

@media only screen and (min-width: 64em) {
  .Card-post:hover .Card-post-hover-date,
  .Card-post:hover .Card-post-hover-tags {
    opacity: 1;
  }

  .Card-post:hover .Card-post-hover-tags,
  .Card-post:hover .Card-post-hover-title {
    transform: translateY(0);
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Card-project-hover {
  background-color: rgba(53, 169, 182, 0);
  color: #fff;
  height: 100%;
  padding: 53px 30px 53px 35px;
  position: absolute;
  transition: background-color 0.4s ease-out;
  width: 100%;
}

.Card-project-hover-btn {
  bottom: 45px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease-out;
}

.Card-project-hover-date,
.Card-project-hover-title {
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 20px;
}

.Card-project-hover-date {
  font-size: 0.75rem;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.Card-project-hover-tags {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(130px);
  transition: transform 0.5s ease-out, opacity 0s ease-out;
}

.Card-project-hover-tags a {
  margin-bottom: 10px;
}

.Card-project-hover-tags a:nth-child(odd) {
  margin-right: 10px;
}

.Card-project-hover-title {
  font-size: 1rem;
  opacity: 0;
  transform: translateY(25px);
  transition: transform 0.5s ease-out, opacity 0.2s ease-out;
}

.Card-project-tags {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s ease-out;
  z-index: 999;
}

@media only screen and (min-width: 64em) {
  .Card-project-hover-date,
  .Card-project-hover-title {
    margin-bottom: 15px;
  }

  .Card-project:hover .Card-project-hover {
    background-color: rgba(53, 169, 182, 0.9);
    opacity: 1;
  }

  .Card-project:hover .Card-project-hover-btn {
    opacity: 1;
  }

  .Card-project:hover .Card-project-hover-date {
    opacity: 1;
  }

  .Card-project:hover .Card-project-hover-tags,
  .Card-project:hover .Card-project-hover-title {
    opacity: 1;
    transform: translateY(0);
  }

  .Card-project:hover .Card-project-tags {
    opacity: 0;
    transform: translateY(-100px);
    pointer-events: none;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Card-teamMember .Button {
  cursor: pointer;
}

.Card-teamMember-hover {
  background: rgba(53, 169, 182, 0);
  color: #fff;
  height: 100%;
  opacity: 0;
  padding: 53px 45px;
  position: absolute;
  transition: opacity 0.3s ease-out;
  width: 100%;
}

.Card-teamMember-hover-name,
.Card-teamMember-hover-title {
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.Card-teamMember-hover-name {
  font-size: 1rem;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.Card-teamMember-hover-tags {
  bottom: 45px;
  position: absolute;
}

.Card-teamMember-hover-tags span:first-child {
  margin-right: 4px;
}

.Card-teamMember-hover-title {
  font-size: 0.75rem;
  transform: translateY(25px);
  transition: transform 0.4s ease-out;
}

.Card-teamMember:hover .Card-teamMember-hover {
  background-color: rgba(53, 169, 182, 0.9);
  opacity: 1;
}

.Card-teamMember:hover .Card-teamMember-hover-name {
  opacity: 1;
}

.Card-teamMember:hover .Card-teamMember-hover-title {
  transform: translateY(0);
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Content-date {
  align-items: center;
  display: flex;
  margin-bottom: 60px;
}

.Content-date p {
  font-size: calc(0.09765625vw + 0.58984375rem);
  letter-spacing: 5.5px;
  margin: 0 20px 0 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.Content-date-line {
  border-bottom: 1px solid #c8c8c8;
  width: 100%;
}

.Content-title {
  margin-bottom: 30px;
  margin-top: 60px;
  position: relative;
}

.Content-title h1 {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: calc(0.903125vw + 1.096875rem);
  letter-spacing: 6px;
  line-height: 40px;
  text-transform: uppercase;
}

@media only screen and (min-width: 30em) {
  .Content-title {
    margin-top: 0;
  }
}

@media only screen and (min-width: 64em) {
  .Content {
    display: flex;
  }

  .Content-col1 {
    width: 60%;
  }

  .Content-col2 {
    margin-left: 120px;
    width: 25%;
  }

  .Content-date {
    margin-bottom: 105px;
  }

  .Content-title {
    margin-bottom: 130px;
  }

  .Content-title::after {
    background: #f4f4f4;
    content: "";
    display: block;
    height: 115%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-100%) scaleX(3);
    width: 83.4%;
    z-index: -1;
  }

  .Content-title h1 {
    max-width: 80%;
  }
}

@media only screen and (min-width: 80em) {
  .Content-title::after {
    width: 80%;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.ContentBlocks-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.ContentBlocks-images div {
  cursor: pointer;
  background-position: center center;
  background-size: cover;
}

.ContentBlocks-images div canvas {
  display: block;
  height: 0;
  width: 100%;
}

.ContentBlocks-images div:first-child {
  width: 100%;
}

.ContentBlocks-images div:first-child canvas {
  padding-bottom: 50%;
}

.ContentBlocks-images div:nth-child(n+2) {
  margin-top: 1.4em;
  width: 47.5%;
}

.ContentBlocks-images div:nth-child(n+2) canvas {
  padding-bottom: 100%;
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Header {
  margin-bottom: 2.8125rem;
}

.Header a.Button:hover {
  border-color: #e4e4e4;
  color: #b1b1b1;
}

.Header img {
  width: 70%;
}

.Header li.not-active {
  color: #cacaca;
}

.Header li.is-active {
  color: #646464;
}

.Header nav {
  padding-top: 1.875rem;
}

.Header ul {
  align-self: center;
  display: flex;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.Header .GlobalNav {
  display: none;
}

.Header .MainNav {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0 20px 0 40px;
}

.Header .MainNav li {
  margin: 12px;
}

.Header .MainNav ul {
  align-items: center;
  flex-direction: column;
}

.Header .MainNav-search img {
  height: 1.5rem;
  width: 100%;
}

.Header-links.not-active {
  color: #cacaca;
}

.Header-links.is-active {
  color: #646464;
}

.Header-search:hover img {
  opacity: 0.6;
}

.Header-sticky {
  display: none;
}

@media only screen and (min-width: 64em) {
  .Header {
    margin-bottom: 5.3125rem;
  }

  .Header img {
    width: 100%;
  }

  .Header .GlobalNav {
    display: block;
    margin-bottom: 40px;
  }

  .Header .GlobalNav li {
    margin-left: 20px;
  }

  .Header .GlobalNav ul {
    justify-content: flex-end;
  }

  .Header .MainNav {
    justify-content: space-between;
    padding: 0;
  }

  .Header .MainNav li {
    margin-left: 60px;
  }

  .Header .MainNav ul {
    flex-direction: row;
  }

  .Header .MainNav-search {
    display: none;
  }

  .Header-search img {
    bottom: -0.125rem;
    height: 0.625rem;
    left: -1.25rem;
    position: relative;
    width: 15% !important;
  }

  .Header-sticky {
    background: #fff;
    display: block;
    padding: 0.625rem 0;
    position: fixed;
    transform: translateY(-100%);
    transition: transform 0.5s ease-out;
    width: 100%;
    z-index: 1000;
  }

  .Header-sticky.is-active {
    box-shadow: 0 1px 0 0 #ececec;
    height: auto;
    transform: translateY(0);
  }

  .Header-sticky.is-active .Header-sticky-inner {
    opacity: 1;
  }

  .Header-sticky img {
    width: 50%;
  }

  .Header-sticky li {
    align-self: center;
    font-size: 11px;
    margin-left: 50px;
  }

  .Header-sticky-inner {
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.5s ease-out;
  }
}

@media only screen and (min-width: 80em) {
  .Header .MainNav ul {
    padding-right: 4.25rem;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.HeroGallery p {
  background: white;
  margin: 0;
  padding-left: 40px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: top right;
  white-space: nowrap;
}

.HeroGallery--multiple .gallery-tags {
  transition: all 0.75s;
}

.HeroGallery--multiple .gallery-tags:not(.active) {
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  transform: translateY(25%);
}

.HeroGallery-container {
  background-color: #fff;
  display: flex;
}

.HeroGallery-images {
  position: relative;
  width: 100%;
}

.HeroGallery-images-img {
  border: none !important;
  height: 400px !important;
  position: relative;
  width: 100% !important;
}

.HeroGallery-images-img div {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.HeroGallery-images-tags {
  display: none;
}

.HeroGallery-map {
  width: 100%;
}

.HeroGallery-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  letter-spacing: 5.5px;
  margin: 60px 25px;
  position: relative;
  text-transform: uppercase;
}

.HeroGallery-title-arrows {
  display: flex;
  flex-direction: column;
  left: 11px;
  margin-left: -25px;
  position: relative;
}

.HeroGallery-title-arrows img {
  cursor: pointer;
  margin-top: 10px;
  opacity: 1;
  padding: 0 1px;
  transition: opacity 0.2s;
}

.HeroGallery-title-arrows img:hover {
  opacity: 0.5;
}

.HeroGallery-title-arrows-down {
  transform: rotate(-90deg);
}

.HeroGallery-title-arrows-up {
  transform: rotate(90deg);
}

.HeroGallery-title-line {
  border-left: 1px solid #c8c8c8;
  flex-grow: 1;
  margin-bottom: 30px;
}

@media only screen and (min-width: 30em) {
  .HeroGallery {
    margin-bottom: 7.8125rem !important;
  }
}

@media only screen and (min-width: 48em) {
  .HeroGallery-images-tags {
    align-items: flex-start;
    bottom: 60px;
    display: none;
    display: flex;
    flex-direction: column;
    left: 15px;
    position: absolute;
    z-index: 999;
  }

  .HeroGallery-images-tags a {
    display: block;
    margin-top: 8px;
  }

  .HeroGallery-title {
    margin: 60px 40px;
  }
}

@media only screen and (min-width: 64em) {
  .HeroGallery-images-img {
    height: 600px !important;
  }

  .HeroGallery-images-tags {
    left: -15px;
  }

  .HeroGallery-images-tags a {
    margin-top: 15px;
  }

  .HeroGallery-title {
    margin: 60px;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Footer {
  margin-top: calc(8.203125vw + 4.609375rem);
  position: relative;
}

.Footer-address {
  align-items: center;
  display: none;
  flex-direction: column;
  line-height: 25px;
}

.Footer-address svg {
  margin-bottom: 10px;
}

.Footer-cap {
  background-color: #f4f4f4;
  font-family: "Verdana", sans-serif;
  font-size: 8px;
  padding: 25px 0 35px;
}

.Footer-cap li a:hover {
  color: #15446b;
}

.Footer-cap li {
  color: #919191;
  letter-spacing: 1.5px;
  margin: 15px 0 0;
}

.Footer-icon {
  cursor: pointer;
}

.Footer-icon circle {
  fill: #272d3f;
  transition: fill 0.2s;
}

.Footer-icon:hover circle {
  fill: #15446b;
}

.Footer-nav li:hover {
  color: #15446b;
}

.Footer-nav li {
  margin: 0 0 20px;
}

.Footer-nav ul {
  border-top: 1px solid gray;
  margin-bottom: 25px;
  padding: 50px 20px 10px;
}

.Footer-row1 {
  font-family: "futura-pt", sans-serif;
  font-size: 11px;
  letter-spacing: 5px;
  padding: 10px 0 60px;
  text-transform: uppercase;
}

.Footer-siteCredit {
  align-items: center;
  display: flex;
}

.Footer-siteCredit .unionBolt {
  margin: 0 5px;
}

.Footer-siteCredit .unionBolt:hover path {
  fill: #15446b;
}

.Footer-social {
  display: flex;
  gap: 10px;
}

.Footer-social img,
.Footer-social svg {
  height: 28px;
  width: auto;
}

.Footer-cap-nav,
.Footer-nav,
.Footer-nav ul,
.Footer-row1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  .Footer-cap-nav,
  .Footer-nav,
  .Footer-row1 {
    flex-direction: row;
    text-align: left;
  }

  .Footer-cap {
    padding: 15px 0;
  }

  .Footer-cap li {
    margin: 0 20px 0 0;
  }

  .Footer-nav li {
    margin: 0 10px 0;
  }

  .Footer-nav li:first-child {
    margin-left: 0;
  }

  .Footer-nav ul {
    border-top: none;
    flex-direction: row;
    margin: 0;
    padding: 0;
  }

  .Footer-row1 {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 64em) {
  .Footer-address {
    align-items: center;
    flex-direction: row;
  }

  .Footer-address svg {
    margin-right: 1.25rem;
  }

  .Footer-line {
    border-top: 1px solid #c8c8c8;
    width: 12%;
    transform: translateY(20px);
  }

  .Footer-row1 {
    padding: 0 0 90px 120px;
  }

  .Footer-social {
    gap: 15px;
  }

  .Footer-social img,
  .Footer-social svg {
    height: 32px;
  }
}

@media only screen and (min-width: 80em) {
  .Footer-nav li {
    margin: 0 0 0 45px;
  }

  .Footer-nav ul {
    flex-direction: row;
  }
}

@media (min-width: 1441px) {
  .Footer-line {
    width: 18%;
  }

  .Footer-row1 {
    padding-left: 7.5rem;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.LineContent {
  display: flex;
  flex-direction: column;
  margin-bottom: 130px;
}

.LineContent-justText .LineContent-title {
  display: none;
}

.LineContent-line {
  border-top: 1px solid #c8c8c8;
  margin-left: 25px;
  margin-top: 7px;
  width: 30%;
}

.LineContent-text {
  position: relative;
}

.LineContent-text h1,
.LineContent-text p {
  font-family: "Josefin Sans", sans-serif;
  font-size: calc(0.2953125vw + 0.8296875rem);
  letter-spacing: 1px;
  line-height: 32px;
  margin-top: 0;
  max-width: 100%;
}

.LineContent-text h1 {
  font-weight: 600;
}

.LineContent-title {
  display: flex;
  font-size: 11px;
  letter-spacing: 5.5px;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
}

.LineContent-title p {
  background: white;
  margin: 0;
  white-space: nowrap;
}

@media only screen and (min-width: 80em) {
  .LineContent {
    flex-direction: row;
    margin-bottom: 110px;
  }

  .LineContent-justText .LineContent-title {
    display: flex;
  }

  .LineContent-line {
    border-left: 1px solid #c8c8c8;
    flex-grow: 1;
    margin-left: 0;
  }

  .LineContent-title {
    flex-direction: column;
    margin-bottom: 0;
  }

  .LineContent-title p {
    padding-left: 25px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: top right;
    white-space: nowrap;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.LineContent-hasGallery .LineContent-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.LineContent-hasGallery .LineContent-gallery {
  position: relative;
}

.LineContent-hasGallery .LineContent-gallery .slick-list {
  margin: 0 auto;
}

.LineContent-hasGallery .LineContent-gallery .slick-slide {
  position: relative;
}

.LineContent-hasGallery .LineContent-gallery-arrow-left,
.LineContent-hasGallery .LineContent-gallery-arrow-right {
  bottom: -45px;
  cursor: pointer;
  padding: 1px 0;
  position: absolute;
  transition: opacity 0.2s;
}

.LineContent-hasGallery .LineContent-gallery-arrow-left:hover,
.LineContent-hasGallery .LineContent-gallery-arrow-right:hover {
  opacity: 0.5;
}

.LineContent-hasGallery .LineContent-gallery-arrow-left {
  left: 40%;
}

.LineContent-hasGallery .LineContent-gallery-arrow-right {
  right: 40%;
  transform: rotate(180deg);
}

.LineContent-hasGallery .LineContent-text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
  width: 100%;
}

.LineContent-hasGallery .LineContent-text a {
  margin-top: auto;
}

@media only screen and (min-width: 30em) {
  .LineContent-hasGallery .LineContent-gallery {
    width: 360px;
  }

  .LineContent-hasGallery .LineContent-gallery .slick-list {
    width: 360px;
  }
}

@media only screen and (min-width: 48em) {
  .LineContent-hasGallery .LineContent-content {
    flex-direction: row;
    justify-content: space-between;
  }

  .LineContent-hasGallery .LineContent-gallery {
    align-self: flex-start;
    transform: translateY(-40px);
  }

  .LineContent-hasGallery .LineContent-text {
    margin-right: 45px;
    max-width: 40%;
  }

  .LineContent-hasGallery .LineContent-text a {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 64em) {
  .LineContent-hasGallery .LineContent-gallery {
    width: 37.5rem;
  }

  .LineContent-hasGallery .LineContent-gallery-arrow-left,
  .LineContent-hasGallery .LineContent-gallery-arrow-right {
    bottom: 167px;
  }

  .LineContent-hasGallery .LineContent-gallery-arrow-left {
    left: 0;
  }

  .LineContent-hasGallery .LineContent-gallery-arrow-right {
    right: 0;
  }
}

@media only screen and (min-width: 80em) {
  .LineContent-hasGallery .LineContent-gallery {
    transform: translateY(0);
  }

  .LineContent-hasGallery .LineContent-gallery-arrow-left {
    left: 40px;
  }

  .LineContent-hasGallery .LineContent-gallery-arrow-right {
    right: 40px;
  }

  .LineContent-hasGallery .LineContent-text {
    margin-bottom: 0;
    max-width: 30%;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Page::after {
  background: #f4f4f4;
  content: "";
  display: block;
  height: 485px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60%;
  z-index: -1;
}

.Page-container {
  margin: auto;
  max-width: 1440px;
  padding-left: calc(9.3617021277vw + -1.0505319149rem);
  padding-right: calc(9.3617021277vw + -1.0505319149rem);
  position: relative;
  width: 100%;
}

.Page-container-inner {
  padding-left: calc(12.7659574468vw + -3.9893617021rem);
}

@media (min-width: 1441px) {
  .Page-container {
    padding-left: 119px;
    padding-right: 119px;
  }

  .Page-container-inner {
    padding-left: 7.5rem;
  }
}

@media (max-width: 500px) {
  .Page-noPadding {
    padding: 0;
  }
}

@media only screen and (min-width: 64em) {
  .Page::after {
    width: 50%;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.PostToggle {
  display: flex;
  justify-content: center;
  margin-bottom: 3.875rem;
}

.PostToggle label {
  cursor: pointer;
}

.PostToggle label,
.PostToggle h3 {
  font-size: 0.625rem;
  letter-spacing: 0.3125rem;
  text-transform: uppercase;
}

.PostToggle svg {
  left: -10px;
  position: relative;
  top: 5px;
}

.PostToggle-btn {
  display: none;
}

.PostToggle-checkmark {
  opacity: 1;
  transition: opacity 0.5s;
}

.PostToggle-container {
  display: flex;
  margin-bottom: -12px;
}

.PostToggle-news {
  margin-left: 4.0625rem;
}

.PostToggle-blog-none {
  margin-right: 40px;
}

.PostToggle-blog-none,
.PostToggle-news-none {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  transform: translateY(1px);
}

.PostToggle-blog-none.not-active,
.PostToggle-news-none.not-active {
  color: #b1b1b1;
}

@media only screen and (min-width: 64em) {
  .PostToggle {
    justify-content: flex-end;
    margin-top: -6.25rem;
  }

  .PostToggle form,
  .PostToggle-container {
    margin-right: 9.375rem;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Sidebar {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.68px;
  margin-bottom: 140px;
}

.Sidebar dl,
.Sidebar h2 {
  font-size: calc(0.15625vw + 0.78125rem);
}

.Sidebar dt,
.Sidebar h2 {
  color: #323844;
  font-weight: 700;
}

.Sidebar dd {
  color: #070809;
  font-weight: 300;
  margin-left: 0;
}

.Sidebar h2 {
  margin-bottom: 0;
}

.Sidebar-info-item {
  margin-bottom: 20px;
}

.Sidebar-social li {
  margin-right: 15px;
  opacity: 1;
  transition: opacity 0.3s;
}

.Sidebar-social li:hover {
  opacity: 0.6;
}

.Sidebar-social ul {
  display: flex;
  margin-top: 10px;
}

.Sidebar-tags {
  margin: 20px 0 30px;
}

.Sidebar-tags h2 {
  margin-bottom: 5px;
}

.Sidebar-tags li {
  margin-bottom: 5px;
}

@media only screen and (min-width: 64em) {
  .Sidebar-tags {
    margin: 35px 0 45px;
  }

  .Sidebar-tags h2 {
    margin-bottom: 0;
  }

  .Sidebar-tags li {
    margin-bottom: 0;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.TagFilter {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
}

.TagFilter-close {
  cursor: pointer;
  position: relative;
  top: 10px;
}

.TagFilter-header {
  align-items: center;
  background: #323844;
  display: flex;
  flex-direction: column;
  padding: 15px 45px 15px;
}

.TagFilter-header h2 {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.625rem;
  margin-top: 0;
  text-transform: uppercase;
}

.TagFilter-header ul {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.TagFilter-header ul li {
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}

.TagFilter-header ul li:after {
  content: url("/svg/icons/close.svg");
  position: absolute;
  right: -15px;
  top: 0;
}

.TagFilter-header ul .TagFilter-tag-letter {
  display: none;
}

.TagFilter-submit {
  border: none;
  cursor: pointer;
  margin: 20px 10px 10px 0;
  pointer-events: none;
}

.TagFilter-submit.is-active {
  pointer-events: auto;
}

.TagFilter-tags {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 75px 20px;
}

.TagFilter-tags li {
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.08125rem;
  margin: 0 0 10px;
  position: relative;
}

.TagFilter-tags li:hover,
.TagFilter-tags li.is-active {
  color: #b1b1b1;
}

.TagFilter-tags li.is-active {
  pointer-events: none;
}

.TagFilter-tags ul {
  -moz-column-count: 2;
       column-count: 2;
}

.TagFilter-tags .TagFilter-tag-letter {
  color: #323844;
  font-weight: 600;
  position: absolute;
}

.TagFilter-tags .TagFilter-tag-text {
  display: block;
  margin-left: 20px;
}

@media only screen and (min-width: 48em) {
  .TagFilter-tags li {
    font-size: 0.875rem;
    margin: 0 10px 10px;
  }

  .TagFilter-tags ul {
    -moz-column-count: 3;
         column-count: 3;
  }

  .TagFilter-tags .TagFilter-tag-text {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 64em) {
  .TagFilter div {
    bottom: 5px;
    position: relative;
  }

  .TagFilter-submit {
    margin-top: 0;
  }

  .TagFilter-header {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 70px 20px;
  }

  .TagFilter-header ul {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 50%;
    padding-bottom: 13px;
  }

  .TagFilter-header ul li {
    margin: 5px 12px;
  }
}

@media only screen and (min-width: 80em) {
  .TagFilter-tags {
    display: block;
    padding: 75px 60px;
  }

  .TagFilter-tags ul {
    -moz-column-count: 4;
         column-count: 4;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Wysiwyg {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.68px;
  margin-bottom: 40px;
}

.Wysiwyg a,
.Wysiwyg h2,
.Wysiwyg p {
  font-size: calc(0.2953125vw + 0.8296875rem);
}

.Wysiwyg a,
.Wysiwyg a:visited {
  color: #f75358;
}

.Wysiwyg a:hover {
  text-decoration: underline;
}

.Wysiwyg p {
  line-height: 1.8;
}

@media only screen and (min-width: 64em) {
  .Wysiwyg {
    margin-bottom: 70px;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Page--About:after {
  height: 240px;
}

.Page--About .About-history p,
.Page--About .About-intro p {
  font-family: "Josefin Sans", sans-serif;
  font-size: calc(0.2953125vw + 0.8296875rem);
  letter-spacing: 1px;
  line-height: 32px;
}

.Page--About .About-title {
  margin-bottom: 50px;
}

.Page--About .About-title h1 {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: calc(0.903125vw + 1.096875rem);
  letter-spacing: 6px;
  text-transform: uppercase;
}

.Page--About .CardGrid {
  margin-bottom: 100px;
}

.Page--About .CardGrid-title {
  margin-top: 0;
}

@media only screen and (min-width: 64em) {
  .Page--About:after {
    height: 380px;
  }

  .Page--About .About-careers {
    margin-bottom: 195px;
  }

  .Page--About .About-careers-content {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .Page--About .About-title {
    margin-bottom: 85px;
  }

  .Page--About .CardGrid {
    margin-bottom: 230px;
  }
}

@media only screen and (min-width: 100em) {
  .Page--About:after {
    height: 384px;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.About-intro {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.About-intro h1 {
  border-bottom: 1px solid #c8c8c8;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: calc(0.903125vw + 1.096875rem);
  letter-spacing: 6px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.About-intro p {
  margin-bottom: 0;
}

@media only screen and (min-width: 64em) {
  .About-intro {
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 125px;
    margin-bottom: 100px;
  }

  .About-intro h1,
  .About-intro p {
    width: 44.5%;
  }

  .About-intro h1 {
    margin-bottom: 8px;
    padding-bottom: 0;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.About-history {
  margin-bottom: 120px;
}

.About-history img {
  width: 100%;
}

.About-history p {
  margin-top: 0;
}

.About-history-col1 {
  margin-bottom: 25px;
}

.About-history-col2 {
  padding-left: calc(8.2978723404vw + -0.0930851064rem) !important;
  padding-right: calc(8.2978723404vw + -0.0930851064rem) !important;
}

.About-history-container {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 64em) {
  .About-history h1 {
    line-height: 41px;
    max-width: 40%;
  }

  .About-history-col1 {
    margin-bottom: 0;
    width: 50%;
  }

  .About-history-col2 {
    max-width: 740px;
  }

  .About-history-container {
    flex-direction: row;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Page--Contact:after {
  height: 430px;
}

.Page--Contact .Contact {
  margin-bottom: 70px;
  margin-top: 60px;
}

.Page--Contact .Contact-content {
  display: flex;
  justify-content: space-between;
}

.Page--Contact .Contact-info {
  margin-right: 20px;
  max-width: 200px;
}

.Page--Contact .Contact-info:last-child {
  margin-right: 0;
}

.Page--Contact .Contact-info h2,
.Page--Contact .Contact-info h3 {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.Page--Contact .Contact-info h2 {
  font-size: calc(0.38203125vw + 0.86796875rem);
}

.Page--Contact .Contact-info h3 {
  font-size: calc(0.15625vw + 0.78125rem);
}

.Page--Contact .Contact-info p {
  font-family: "Josefin Sans", sans-serif;
  font-size: calc(0.15625vw + 0.78125rem);
  letter-spacing: 1px;
  margin-top: 0;
}

.Page--Contact .Contact-title {
  margin-bottom: 30px;
}

.Page--Contact .Contact-title h1 {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: calc(0.903125vw + 1.096875rem);
  letter-spacing: 6px;
  line-height: 30px;
  text-transform: uppercase;
}

.Page--Contact .HeroGallery-images {
  width: 100%;
}

.Page--Contact .HeroGallery-images img {
  height: 100%;
  width: 100%;
}

.Page--Contact .HeroGallery-images-img {
  background-position-x: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: 100%;
}

.Page--Contact .Form-content {
  flex-grow: 1;
}

.Page--Contact .HeroGallery-title {
  display: none;
}

.Page--Contact .LineContent {
  margin-bottom: 200px;
}

@media only screen and (min-width: 48em) {
  .Page--Contact:after {
    height: 1115px;
  }

  .Page--Contact .Contact-title {
    margin-bottom: 0;
    max-width: 368px;
  }

  .Page--Contact .Contact-title h1 {
    line-height: 40px;
    font-size: 32px;
  }

  .Page--Contact .HeroGallery-images {
    height: 600px;
  }

  .Page--Contact .HeroGallery-images img {
    display: none;
  }

  .Page--Contact .HeroGallery-images-img {
    display: block;
  }

  .Page--Contact .HeroGallery-title {
    display: flex;
  }

  .Page--Contact .LineContent {
    margin-bottom: 300px;
  }
}

@media only screen and (min-width: 64em) {
  .Page--Contact .Contact {
    display: flex;
    justify-content: space-between;
    margin-bottom: 95px;
  }

  .Page--Contact .Contact-info {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 80em) {
  .Page--Contact .Contact-info {
    margin-right: 150px;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Page--Detail::after {
  height: 550px !important;
}

.Page--Detail.mfp-zoom-out-cur .mfp-bg {
  background: #0b0b0b;
  opacity: 0.8;
}

.Page--Detail button.mfp-close {
  color: #fff;
  display: block;
}

.Page--Detail .LineContent {
  margin-bottom: 50px;
  margin-top: 70px;
}

.Page--Detail .LineContent-title p {
  font-family: "futura-pt", sans-serif;
  font-size: 11px;
}

.Page--Detail #tags-modal button.mfp-close {
  display: none;
}

.Page--Detail .mfp-gallery .mfp-container {
  padding: 0 40px;
}

@media only screen and (min-width: 64em) {
  .Page--Detail .HeroGallery::after {
    background: #f4f4f4;
    content: "";
    display: block;
    height: 1070px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: -1;
  }

  .Page--Detail .LineContent {
    margin-top: 95px;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Page--Home:after {
  height: 1155px;
}

.Page--Home .Card-loadMore {
  order: 9;
}

.Page--Home .CardGrid-title {
  margin-top: 230px;
}

.Page--Home .CardGrid-line {
  flex-grow: inherit;
  height: 490px;
}

@media only screen and (min-width: 89.6875rem) {
  .Page--Home .Card-loadMore {
    order: 0;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Page--Legal {
  height: 100%;
}

.Page--Legal:after {
  height: 300px;
}

.Page--Legal .Footer {
  flex-shrink: 0;
  margin-top: calc(2.34375vw + 3.90625rem);
}

.Page--Legal .Legal {
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(-2.34375vw + 6.71875rem);
}

.Page--Legal .Page-content {
  flex: 1 0 auto;
}

.Page--Legal .Page-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.Page--Tags-block {
  position: relative;
}

.Page--Tags-block-divider {
  background: #f4f4f4;
  height: 400px;
  position: absolute;
  width: 100%;
}

.Page--Tags-block-line {
  border-top: 1px solid #c8c8c8;
  position: absolute;
  top: 15px;
  width: 6%;
}

.Page--Tags .CardGrid-title {
  margin-top: 450px;
}

@media only screen and (min-width: 64em) {
  .Page--Tags-block-divider {
    background: linear-gradient(90deg, #f4f4f4 50%, #fff 50%);
    height: 360px;
  }
}

@media (min-width: 1441px) {
  .Page--Tags-block-line {
    width: 12%;
  }
}

@media (min-width: 1500px) {
  .Page--Tags-block-divider {
    height: 425px;
  }
}

/* stylelint-disable length-zero-no-unit */

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-enable */

.u-primary {
  color: #323844 !important;
}

.u-bg-primary {
  background-color: #323844 !important;
}

svg.u-bg-primary,
[data-svg-polyfill-wrap].u-bg-primary {
  background-color: transparent !important;
  fill: #323844 !important;
}

.u-secondary {
  color: #f4f4f4 !important;
}

.u-bg-secondary {
  background-color: #f4f4f4 !important;
}

svg.u-bg-secondary,
[data-svg-polyfill-wrap].u-bg-secondary {
  background-color: transparent !important;
  fill: #f4f4f4 !important;
}

.u-blue {
  color: #4e535e !important;
}

.u-bg-blue {
  background-color: #4e535e !important;
}

svg.u-bg-blue,
[data-svg-polyfill-wrap].u-bg-blue {
  background-color: transparent !important;
  fill: #4e535e !important;
}

.u-darkBlue {
  color: #070809 !important;
}

.u-bg-darkBlue {
  background-color: #070809 !important;
}

svg.u-bg-darkBlue,
[data-svg-polyfill-wrap].u-bg-darkBlue {
  background-color: transparent !important;
  fill: #070809 !important;
}

.u-teal {
  color: #35a9b6 !important;
}

.u-bg-teal {
  background-color: #35a9b6 !important;
}

svg.u-bg-teal,
[data-svg-polyfill-wrap].u-bg-teal {
  background-color: transparent !important;
  fill: #35a9b6 !important;
}

.u-red {
  color: #f75358 !important;
}

.u-bg-red {
  background-color: #f75358 !important;
}

svg.u-bg-red,
[data-svg-polyfill-wrap].u-bg-red {
  background-color: transparent !important;
  fill: #f75358 !important;
}

.u-charcoal {
  color: #646464 !important;
}

.u-bg-charcoal {
  background-color: #646464 !important;
}

svg.u-bg-charcoal,
[data-svg-polyfill-wrap].u-bg-charcoal {
  background-color: transparent !important;
  fill: #646464 !important;
}

.u-white {
  color: #fff !important;
}

.u-bg-white {
  background-color: #fff !important;
}

svg.u-bg-white,
[data-svg-polyfill-wrap].u-bg-white {
  background-color: transparent !important;
  fill: #fff !important;
}

.u-black {
  color: #333 !important;
}

.u-bg-black {
  background-color: #333 !important;
}

svg.u-bg-black,
[data-svg-polyfill-wrap].u-bg-black {
  background-color: transparent !important;
  fill: #333 !important;
}

.u-bg-primary,
.u-bg-blue,
.u-bg-darkBlue,
.u-bg-teal,
.u-bg-red,
.u-bg-charcoal,
.u-bg-black {
  color: #fff;
}

.u-screenReaderOnly {
  bottom: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  pointer-events: none;
  position: absolute !important;
  width: 1px;
}

input.u-screenReaderOnly,
select.u-screenReaderOnly,
textarea.u-screenReaderOnly {
  font-size: 18px;
}

.wf-loading {
  visibility: hidden;
}

@media only screen and (min-width: 80em) {
  .u-marginLeft {
    margin-left: 120px;
  }
}

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

