@charset "UTF-8";
/* ==== Fade in Transition === */ /*------------------------------------*\
  #RESET
\*------------------------------------*/
/**
 * As well as using Normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
html {
  box-sizing: border-box;
}

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

body,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
dl, dd,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/*------------------------------------*\
  #FORMS
\*------------------------------------*/
.form-padding {
  max-width: 600px;
  margin: 0 auto;
}

button:hover,
html [type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
  cursor: pointer;
}

fieldset {
  border: solid 0 black;
}

form .form-item {
  display: block;
}
form input {
  border: solid 1px #EBEBEB;
  padding: 6px 10px;
  width: 100%;
  display: block;
  font-size: 1.2222222222rem;
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  background-color: #EBEBEB;
  margin: 2px 0 10px;
}
form textarea {
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2222222222rem;
  clear: left;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  background-color: #EBEBEB;
  border: solid 1px #EBEBEB;
  padding: 6px 10px;
  transition: all 0.1s ease-in-out;
  color: #000000;
  height: 140px;
  margin: 2px 0 10px;
}

.c-form-block {
  margin-bottom: 20px;
}
.c-form-block .wf-checkbox {
  display: inline-block;
  width: 50%;
}
.c-form-block .wf-checkbox input {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}

.c-gdpr-checkbox {
  margin-bottom: 10px;
}
.c-gdpr-checkbox .wf-checkbox input {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.c-gdpr-checkbox label {
  display: inline-block;
  width: calc(100% - 32px);
  vertical-align: top;
}

.errors {
  color: #D1424E;
}
.errors li {
  display: inline-block;
}

#contact-form---private-enquiry-wheelform .wf-group,
#mailing-list-wheelform .wf-group,
#contact-form---commercial-enquiry-wheelform .wf-group {
  position: relative;
}
#contact-form---private-enquiry-wheelform .wf-group.required:after,
#mailing-list-wheelform .wf-group.required:after,
#contact-form---commercial-enquiry-wheelform .wf-group.required:after {
  position: absolute;
  top: 5px;
  right: 10px;
  color: red;
  content: "*";
  z-index: 100;
}
#contact-form---private-enquiry-wheelform input[type=text],
#contact-form---private-enquiry-wheelform input[type=email],
#mailing-list-wheelform input[type=text],
#mailing-list-wheelform input[type=email],
#contact-form---commercial-enquiry-wheelform input[type=text],
#contact-form---commercial-enquiry-wheelform input[type=email] {
  height: initial;
  vertical-align: middle;
  margin-bottom: 10px;
}

#mailing-list-wheelform .wf-group {
  display: inline-block;
  width: 100%;
}
@media (min-width: 48em) {
  #mailing-list-wheelform .wf-group {
    width: 80%;
  }
}

.l-30 {
  width: 100%;
}
@media (min-width: 48em) {
  .l-30 {
    width: 30%;
  }
}

.l-40 {
  width: 100%;
}
@media (min-width: 48em) {
  .l-40 {
    width: 40%;
  }
}

.l-50 {
  width: 100%;
  text-align: center;
}
@media (min-width: 48em) {
  .l-50 {
    width: 50%;
    text-align: left;
  }
}

.l-60 {
  width: 100%;
}
@media (min-width: 48em) {
  .l-60 {
    width: 60%;
  }
}

.l-70 {
  width: 100%;
}
@media (min-width: 48em) {
  .l-70 {
    width: 70%;
  }
}

.cssgrid .l-cssgrid-wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
  grid-template-columns: 1fr;
}
@media (min-width: 48em) {
  .cssgrid .l-cssgrid-wrapper {
    grid-gap: 25px;
    grid-template-columns: repeat(12, 1fr);
  }
}
.cssgrid .l-cssgrid-wrapper.align-center {
  align-items: center;
}

.l-flex-grid {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  width: 100%;
}

.grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
  height: auto;
}
@media (min-width: 48em) {
  .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
    height: 100%;
  }
}
@media (min-width: 83.375em) {
  .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
.grid__item:last-child {
  margin-right: 0;
}
.grid--columns-2 .grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
  height: auto;
}
@media (min-width: 48em) {
  .grid--columns-2 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
    height: 100%;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-2 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
.grid--columns-2 .grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 48em) {
  .grid--columns-2 .grid__item {
    width: 48.2%;
  }
  .grid--columns-2 .grid__item:nth-child(2n) {
    margin-right: 0;
  }
}
.grid--columns-3 .grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
  height: auto;
}
@media (min-width: 48em) {
  .grid--columns-3 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
    height: 100%;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-3 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
.grid--columns-3 .grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 48em) {
  .grid--columns-3 .grid__item {
    width: 48%;
  }
  .grid--columns-3 .grid__item:nth-child(even) {
    margin-right: 0;
  }
  .grid--columns-3 .grid__item:nth-child(odd) {
    margin-right: 2%;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-3 .grid__item {
    width: 31%;
  }
  .grid--columns-3 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-3 .grid__item:nth-child(3n) {
    margin-right: 0;
  }
}
.grid--columns-4 .grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
  height: auto;
}
@media (min-width: 48em) {
  .grid--columns-4 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
    height: 100%;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-4 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
.grid--columns-4 .grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 37.5em) {
  .grid--columns-4 .grid__item {
    width: 49%;
  }
  .grid--columns-4 .grid__item:nth-child(1n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 48em) {
  .grid--columns-4 .grid__item {
    width: 32%;
  }
  .grid--columns-4 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-4 .grid__item {
    width: 23.5%;
  }
  .grid--columns-4 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(3n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(4n) {
    margin-right: 0;
  }
}
.grid--columns-5 .grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
  height: auto;
  width: 49%;
}
@media (min-width: 48em) {
  .grid--columns-5 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
    height: 100%;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-5 .grid__item {
    margin: 0 2% 2% 0;
    width: auto;
  }
}
.grid--columns-5 .grid__item:last-child {
  margin-right: 0;
}
.grid--columns-5 .grid__item:nth-child(1n) {
  margin-right: 2%;
}
.grid--columns-5 .grid__item:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 37.5em) {
  .grid--columns-5 .grid__item {
    width: 32%;
  }
  .grid--columns-5 .grid__item:nth-child(1n) {
    margin-right: 2%;
  }
  .grid--columns-5 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-5 .grid__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 48em) {
  .grid--columns-5 .grid__item {
    width: 23.5%;
  }
  .grid--columns-5 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-5 .grid__item:nth-child(3n) {
    margin-right: 2%;
  }
  .grid--columns-5 .grid__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-5 .grid__item {
    width: 18%;
  }
  .grid--columns-5 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-5 .grid__item:nth-child(3n) {
    margin-right: 2%;
  }
  .grid--columns-5 .grid__item:nth-child(5n) {
    margin-right: 0;
  }
}

.c-home--hero .c-hero-h1 {
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2222222222rem;
  line-height: 46px;
  margin-bottom: 20px;
  color: #EBEBEB;
}
@media (min-width: 48em) {
  .c-home--hero .c-hero-h1 {
    font-size: 3.3333333333rem;
    line-height: 68px;
    margin-bottom: 30px;
  }
}

h1,
h2 {
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4444444444rem;
  line-height: 33px;
  margin-bottom: 20px;
  color: #D1424E;
  position: relative;
  margin-top: 30px;
}
h1:before,
h2:before {
  content: "";
  height: 2px;
  background-color: #D1424E;
  width: 100px;
  position: absolute;
  top: -14px;
  left: 0px;
}
@media (min-width: 48em) {
  h1,
  h2 {
    font-size: 1.6666666667rem;
    line-height: 40px;
    margin-bottom: 40px;
    margin-top: initial;
  }
  h1:before,
  h2:before {
    top: 19px;
    left: -127px;
  }
}
@media (min-width: 83.375em) {
  h1,
  h2 {
    font-size: 2.7777777778rem;
    line-height: 60px;
    margin-bottom: 100px;
  }
  h1:before,
  h2:before {
    top: 30px;
    left: -127px;
  }
}
.red h1,
.red h2 {
  color: white;
}
.red h1:before,
.red h2:before {
  background-color: white;
}

@media (min-width: 48em) {
  .c-content h1 {
    margin-bottom: 60px;
  }
}

h3 {
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2222222222rem;
  line-height: 26px;
  margin-bottom: 20px;
  color: #D1424E;
  position: relative;
  margin-top: 20px;
}
h3:before {
  content: "";
  height: 2px;
  background-color: #D1424E;
  width: 100px;
  position: absolute;
  top: -14px;
  left: 0;
}
@media (min-width: 48em) {
  h3 {
    font-size: 1.6666666667rem;
    line-height: 40px;
    margin-top: initial;
    margin-bottom: 40px;
  }
  h3:before {
    top: 19px;
    left: -127px;
  }
}
@media (min-width: 64em) {
  h3 {
    font-size: 1.6666666667rem;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  h3:before {
    top: 25px;
    left: -127px;
  }
}

h4 {
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3333333333rem;
  margin-bottom: 20px;
  color: #D1424E;
}
@media (min-width: 48em) {
  h4 {
    font-size: 1.6666666667rem;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 35px;
  }
}

h5 {
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 22px;
}
@media (min-width: 48em) {
  h5 {
    font-size: 1.3888888889rem;
    line-height: 30px;
  }
}

h1.white-text, h2.white-text, h3.white-text, h4.white-text, h5.white-text {
  color: #ffffff;
}

.white-text p {
  color: #ffffff;
}

.c-hide-element {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

h1.c-hide-element:before {
  background-color: transparent;
  height: 0;
}

.l-margins-auto {
  margin: 0 auto;
}

.mar-left-127 {
  margin-left: 0;
}
@media (min-width: 48em) {
  .mar-left-127 {
    margin-left: 127px;
  }
}

.h-mar-btm-20 {
  margin-bottom: 20px;
}

.pad-top-50 {
  padding-top: 50px;
}

.pad-top-100 {
  padding-top: 50px;
}
@media (min-width: 48em) {
  .pad-top-100 {
    padding-top: 100px;
  }
}

.pad-top-150 {
  padding-top: 150px;
}

.pad-top-btm-100 {
  padding: 50px 0;
}
@media (min-width: 48em) {
  .pad-top-btm-100 {
    padding: 100px 0;
  }
}

.pad-btm-100 {
  padding-bottom: 50px;
}
@media (min-width: 48em) {
  .pad-btm-100 {
    padding-bottom: 100px;
  }
}

.h-align-top {
  vertical-align: top;
}

.h-align-center {
  text-align: center;
}

.h-align-right {
  text-align: right;
}

.h-position-relative {
  position: relative;
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}

.h-display-block {
  display: block;
}

.h-display-inblock {
  display: inline-block;
}

/*------------------------------------*\
  #IMAGES
\*------------------------------------*/
img {
  width: 100%;
  height: auto;
  line-height: 0;
}
img.l-image-desk {
  display: none;
}
@media (min-width: 48em) {
  img.l-image-desk {
    display: block;
  }
}
img.l-image-mobile {
  display: block;
}
@media (min-width: 48em) {
  img.l-image-mobile {
    display: none;
  }
}

/**
 * High-level, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1.125em; /* [1] */
  overflow-y: scroll; /* [2] */
  min-height: 100%; /* [3] */
  -webkit-text-size-adjust: 100%; /* [4] */
  -ms-text-size-adjust: 100%; /* [4] */
  -moz-osx-font-smoothing: grayscale; /* [5] */
  -webkit-font-smoothing: antialiased; /* [5] */
  color: #4F545D;
  font-family: halyard-text, sans-serif;
  font-weight: 300;
  font-style: normal;
  scroll-behavior: smooth;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Instead use this non-standard one: */
  word-break: break-word;
}
@media (min-width: 48em) {
  html {
    font-size: 1.125em; /* [1] */
  }
}

a {
  text-decoration: none;
  color: #000000;
  transition: color 0.6s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #D1424E;
}

.l-row-wrap {
  display: inline-block;
  width: 100%;
  position: relative;
  float: left;
}
.l-row-wrap.black {
  background-color: black;
  color: white;
}
.l-row-wrap.grey {
  background-color: #EBEBEB;
}
.l-row-wrap.red {
  background-color: #D1424E;
}

.l-row-restricted {
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 48em) {
  .l-row-restricted {
    width: calc(100% - 80px);
    margin: 0 40px;
    padding: 0;
  }
}
@media (min-width: 83.375em) {
  .l-row-restricted {
    margin: 0 auto;
    max-width: 1500px;
  }
}

.display-flex {
  display: flex;
  width: 100%;
  flex-flow: wrap;
}

.l-only-desk {
  display: none;
}
@media (min-width: 48em) {
  .l-only-desk {
    display: block;
  }
}

.l-only-mobile {
  display: block;
}
@media (min-width: 48em) {
  .l-only-mobile {
    display: none;
  }
}

.c-body-wrapper {
  margin-bottom: 50px;
}
.c-body-wrapper h1 {
  margin-bottom: 10px;
}

.c-body {
  grid-column: 1/2;
}
@media (min-width: 48em) {
  .c-body {
    grid-column: 2/9;
  }
}

.c-category-intro {
  grid-column: 1/2;
}
@media (min-width: 48em) {
  .c-category-intro {
    grid-column: 3/11;
    text-align: center;
  }
}

.c-standfirst {
  text-align: left;
  padding: 72px 0;
}
@media (min-width: 48em) {
  .c-standfirst {
    text-align: center;
    padding: 48px 0;
  }
}

/*------------------------------------*\
  #VARIOUS BLOCK STYLES
\*------------------------------------*/
.c-list {
  padding-left: 0;
}

.c-title-block {
  grid-column: 1/2;
}
@media (min-width: 48em) {
  .c-title-block {
    grid-column: 2/10;
  }
}

.c-logos-block,
.c-recognition {
  grid-column: 1/2;
}
@media (min-width: 48em) {
  .c-logos-block,
  .c-recognition {
    grid-column: 2/12;
  }
}

.c-property-item_slider {
  grid-column: 1/2;
}
@media (min-width: 48em) {
  .c-property-item_slider {
    grid-column: 1/13;
  }
}

.c-quote_slider {
  grid-column: 1/2;
}
@media (min-width: 48em) {
  .c-quote_slider {
    grid-column: 2/13;
  }
}

.c-5050-block .c-5050-img.odd {
  grid-column: 1/2;
  align-items: center;
  order: 1;
  margin-left: 0;
  margin-bottom: 50px;
}
@media (min-width: 48em) {
  .c-5050-block .c-5050-img.odd {
    grid-column: 1/13;
  }
}
@media (min-width: 64em) {
  .c-5050-block .c-5050-img.odd {
    grid-column: 1/7;
  }
}
.c-5050-block .c-5050-text.odd {
  grid-column: 1/2;
  align-items: center;
  order: 1;
  margin-bottom: 50px;
}
@media (min-width: 48em) {
  .c-5050-block .c-5050-text.odd {
    grid-column: 1/13;
    padding-right: 20px;
  }
}
@media (min-width: 64em) {
  .c-5050-block .c-5050-text.odd {
    grid-column: 7/13;
  }
}
@media (min-width: 83.375em) {
  .c-5050-block .c-5050-text.odd {
    grid-column: 8/13;
  }
}
.c-5050-block .c-5050-img.even {
  grid-column: 1/2;
  align-items: center;
  order: 2;
  margin-right: 0;
  margin-bottom: 50px;
}
@media (min-width: 48em) {
  .c-5050-block .c-5050-img.even {
    grid-column: 1/13;
  }
}
@media (min-width: 64em) {
  .c-5050-block .c-5050-img.even {
    grid-column: 7/13;
  }
}
.c-5050-block .c-5050-text.even {
  grid-column: 1/2;
  align-items: center;
  order: 2;
  margin-bottom: 50px;
}
@media (min-width: 48em) {
  .c-5050-block .c-5050-text.even {
    grid-column: 1/13;
    padding-right: 20px;
  }
}
@media (min-width: 64em) {
  .c-5050-block .c-5050-text.even {
    grid-column: 1/7;
  }
}
@media (min-width: 83.375em) {
  .c-5050-block .c-5050-text.even {
    grid-column: 1/7;
  }
}
.c-5050-block.full-width .c-5050-text.even {
  grid-column: 1/2;
  align-items: center;
  order: 2;
}
@media (min-width: 48em) {
  .c-5050-block.full-width .c-5050-text.even {
    grid-column: 3/7;
  }
}
@media (min-width: 83.375em) {
  .c-5050-block.full-width .c-5050-text.even {
    grid-column: 3/6;
  }
}

.prev-next {
  width: 100%;
  display: inline-block;
}
@media (min-width: 48em) {
  .prev-next {
    display: flex;
    margin-top: 100px;
  }
}
.prev-next h2 {
  margin-bottom: 40px;
}
.prev-next .prev,
.prev-next .next,
.prev-next .empty {
  width: 100%;
  display: inline-block;
  position: relative;
  line-height: 0;
}
@media (min-width: 48em) {
  .prev-next .prev,
  .prev-next .next,
  .prev-next .empty {
    flex: 1 0 50%;
  }
}
.prev-next .prev .c-prevnext-text-overlay,
.prev-next .next .c-prevnext-text-overlay,
.prev-next .empty .c-prevnext-text-overlay {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  width: 80%;
  line-height: initial;
}
@media (min-width: 48em) {
  .prev-next .prev .c-prevnext-text-overlay,
  .prev-next .next .c-prevnext-text-overlay,
  .prev-next .empty .c-prevnext-text-overlay {
    left: 170px;
    width: 66%;
  }
}
.prev-next .prev .c-prevnext-text-overlay h2,
.prev-next .next .c-prevnext-text-overlay h2,
.prev-next .empty .c-prevnext-text-overlay h2 {
  color: white;
}
.prev-next .prev .c-prevnext-text-overlay h2:before,
.prev-next .next .c-prevnext-text-overlay h2:before,
.prev-next .empty .c-prevnext-text-overlay h2:before {
  background-color: white;
}
.prev-next .prev .c-colour-block50,
.prev-next .next .c-colour-block50,
.prev-next .empty .c-colour-block50 {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
}
.prev-next .next {
  background-color: white;
}
.prev-next .prev {
  background-color: #D1424E;
  min-height: 200px;
}

.sticky {
  display: none;
}
@media (min-width: 48em) {
  .sticky {
    background-color: white;
    position: absolute;
    top: 200px;
    right: -87px;
    z-index: 200;
    transform: rotate(90deg);
    display: block;
  }
}
.sticky img {
  width: auto;
  display: inline-block;
}
.sticky a {
  text-decoration: none;
  color: #D1424E;
}

#myBtn {
  position: fixed; /* Fixed/sticky position */
  bottom: 50px;
  right: 0;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #EBEBEB;
  color: white;
  cursor: pointer;
  padding: 15px;
  font-size: 1rem;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
#myBtn img.l-image-desk {
  display: none;
}
#myBtn img.l-image-mobile {
  display: block;
  width: 16px;
}
#myBtn .c-up-text {
  display: none;
}
@media (min-width: 48em) {
  #myBtn {
    transform: rotate(90deg);
    right: -96px;
    bottom: 180px;
  }
  #myBtn img.l-image-desk {
    width: auto;
    display: inline-block;
    transform: rotate(180deg);
  }
  #myBtn img.l-image-mobile {
    display: none;
  }
  #myBtn .c-up-text {
    display: inline-block;
    color: #D1424E;
  }
}
@media (min-width: 83.375em) {
  #myBtn {
    right: -100px;
  }
}

#myBtn:hover {
  cursor: pointer;
}

.c-btn {
  font-size: 1rem;
  padding: 17px 60px 20px 60px;
  text-decoration: none;
  transition: background-color 0.8s ease-in-out;
  display: inline-block;
}

.c-btn-primary {
  position: initial;
  background-color: #EBEBEB;
  color: #000000;
  left: 65px;
  top: 0;
}
@media (min-width: 48em) {
  .c-btn-primary {
    position: relative;
    top: 40px;
    left: 65px;
  }
  .c-btn-primary:before {
    content: "";
    height: 2px;
    background-color: #D1424E;
    width: 100px;
    position: absolute;
    top: 50%;
    left: -65px;
  }
  .c-btn-primary:hover {
    background-color: #000000;
    color: white;
    text-decoration: none;
  }
  .c-btn-primary:hover:before {
    animation: linein 1s ease-in;
  }
}

@keyframes linein {
  0% {
    width: 1px;
  }
  100% {
    width: 100px;
  }
}
.c-btn-secondary {
  border: solid 1px #ffffff;
  background-color: transparent;
  color: #ffffff;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 10px 30px;
  transition: all 0.8s ease-in-out;
}
@media (min-width: 48em) {
  .c-btn-secondary {
    padding: 20px 40px;
  }
}
.c-btn-secondary:hover {
  border: solid 1px #000000;
  color: #000000;
  text-decoration: none;
}

.c-btn-tertiary {
  border: solid 1px #000000;
  background-color: transparent;
  color: #000000;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 10px 30px;
  transition: all 0.8s ease-in-out;
}
@media (min-width: 48em) {
  .c-btn-tertiary {
    padding: 20px 40px;
  }
}
.c-btn-tertiary:hover {
  border: solid 1px #D1424E;
  color: #D1424E;
  text-decoration: none;
}

.c-btn-hero {
  background-color: #D1424E;
  color: #ffffff;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 10px 30px;
  transition: all 0.8s ease-in-out;
}
@media (min-width: 48em) {
  .c-btn-hero {
    padding: 20px 40px;
  }
}
.c-btn-hero:hover {
  background-color: #EBEBEB;
  color: #000000;
  text-decoration: none;
}

li.active .c-btn-secondary {
  color: black;
  border: solid 1px black;
}

input[type=submit] {
  border: solid 1px #EBEBEB;
  background-color: #EBEBEB;
  color: #000000;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 10px 30px;
  transition: all 0.8s ease-in-out;
  width: auto;
  margin-top: 40px;
}
input[type=submit]:hover {
  border: solid 1px #000000;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}

.ddivv {
  position: relative;
}

.c-row-map {
  line-height: 0;
}

.c-contact {
  overflow-x: scroll;
  height: 720px;
}
.c-contact .l-cssgrid-wrapper {
  align-items: start;
}

.c-contact-cols .c-contact-text {
  grid-column: 1/2;
  align-items: center;
  order: 1;
  margin-left: 0;
}
@media (min-width: 48em) {
  .c-contact-cols .c-contact-text {
    grid-column: 2/6;
  }
}
@media (min-width: 83.375em) {
  .c-contact-cols h1 {
    margin-bottom: 40px;
  }
}
.c-contact-cols .social-icons ul {
  padding-left: 0;
}
.c-contact-cols .social-icons ul li {
  display: inline-block;
  list-style-type: none;
}
.c-contact-cols .c-contact-form {
  grid-column: 1/2;
  align-items: center;
  order: 1;
  margin: 50px 0;
}
@media (min-width: 48em) {
  .c-contact-cols .c-contact-form {
    grid-column: 7/13;
    margin: 0;
  }
}
@media (min-width: 83.375em) {
  .c-contact-cols .c-contact-form {
    grid-column: 8/13;
  }
}
.c-contact-cols .c-heroContact-text {
  grid-column: 1/2;
  align-items: center;
  order: 1;
  margin-left: 0;
}
@media (min-width: 48em) {
  .c-contact-cols .c-heroContact-text {
    grid-column: 2/5;
  }
}
.c-contact-cols .c-heroContact-text h2 {
  color: white;
}
@media (min-width: 83.375em) {
  .c-contact-cols .c-heroContact-text h2 {
    margin-bottom: 40px;
  }
}
.c-contact-cols .c-heroContact-text a.c-email-link:hover {
  color: black;
  text-decoration: underline;
}
.c-contact-cols .c-heroContact-form {
  grid-column: 1/2;
  align-items: center;
  order: 1;
  margin: 50px 0;
}
@media (min-width: 48em) {
  .c-contact-cols .c-heroContact-form {
    grid-column: 7/12;
    margin: 0;
  }
}
@media (min-width: 83.375em) {
  .c-contact-cols .c-heroContact-form {
    grid-column: 5/12;
  }
}

body.contact-us #pandaopen {
  display: none;
}
body.contact-us .c-contact-tab-mobile {
  display: none;
}

.c-contact-tab-mobile {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #D1424E;
  z-index: 400;
  height: 50px;
  width: 100vw;
  padding: 10px 15px;
}
@media (min-width: 48em) {
  .c-contact-tab-mobile {
    display: none;
  }
}
.c-contact-tab-mobile img {
  width: 35px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
.c-contact-tab-mobile .c-contact-tab-text {
  position: absolute;
  right: 20px;
  top: 10px;
  color: white;
}

.c-contact-tab {
  display: none;
}
@media (min-width: 48em) {
  .c-contact-tab {
    background-color: #D1424E;
    position: fixed;
    right: 0;
    top: 130px;
    display: block;
    margin-bottom: 40px;
    z-index: 360;
    min-height: 52px;
    background-color: transparent;
    padding: 0;
  }
}
.c-contact-tab:hover {
  cursor: pointer;
}
.c-contact-tab img {
  width: 40px;
  display: inline-block;
  padding: 0 10px 5px 0;
}
@media (min-width: 48em) {
  .c-contact-tab img {
    width: 30px;
    display: block;
    padding: 0 0 10px 0;
  }
}
.c-contact-tab .c-heroContent-icons {
  display: inline-block;
  width: 50%;
}
@media (min-width: 48em) {
  .c-contact-tab .c-heroContent-icons {
    position: absolute;
    right: 0;
    width: 50px;
    display: block;
    padding: 10px;
    background-color: #D1424E;
    border: solid 1px rgba(191, 73, 83, 0.8);
  }
}
.c-contact-tab .c-contact-tab-text {
  padding: 5px 10px 10px;
  display: inline-block;
  right: 20px;
  color: white;
  position: absolute;
  border: solid 1px rgba(191, 73, 83, 0.8);
  border-left: solid 0 transparent;
}
@media (min-width: 48em) {
  .c-contact-tab .c-contact-tab-text {
    padding: 10px 10px 10px 0;
    display: block;
    background-color: #D1424E;
    top: 160px;
    right: -35px;
    transform: rotate(90deg);
    width: 120px;
    height: 50px;
  }
}
@media (min-width: 48em) {
  .c-contact-tab .c-contact-tab-text.long {
    width: 192px;
    right: -71px;
    top: 193px;
  }
}
.c-contact-tab .c-heroContact-close {
  display: none;
}
.c-contact-tab.is-active {
  background-color: transparent;
  border: solid 0 rgba(191, 73, 83, 0.8);
}
.c-contact-tab.is-active .c-heroContent-icons {
  display: none;
}
.c-contact-tab.is-active .c-contact-tab-text {
  display: none;
}
.c-contact-tab.is-active .c-heroContact-close {
  display: block;
}
.c-contact-tab.is-active img {
  padding: 2px 0 5px 0;
}

.l-contact-overflow {
  overflow: hidden;
  position: relative;
}
.l-contact-overflow.is-active {
  overflow: visible;
}

body.home .l-hero-contact {
  top: 100px;
}

.c-heroform-pad {
  padding: 50px 0 30px 0;
}

.c-social-icons li {
  padding-right: 20px;
}
.c-social-icons li:last-child {
  padding-right: 0;
}

.c-phone-icon img {
  max-height: 21px;
}

.c-hero-button:hover {
  cursor: pointer;
}

.c-heroContact-close {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease-out;
  z-index: 400;
}
@media (min-width: 48em) {
  .c-heroContact-close {
    right: 20px;
  }
}
.c-heroContact-close:before, .c-heroContact-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 26px;
  width: 2px;
  background-color: #fff;
}
@media (min-width: 48em) {
  .c-heroContact-close:before, .c-heroContact-close:after {
    height: 33px;
  }
}
.c-heroContact-close:before {
  transform: rotate(45deg);
}
.c-heroContact-close:after {
  transform: rotate(-45deg);
}
.c-heroContact-close:hover {
  cursor: pointer;
}
.c-heroContact-close:hover:before, .c-heroContact-close:hover:after {
  transform: rotate(270deg);
  transition: all 0.5s ease-out;
}

.c-contact--overlay {
  transition: transform 0.4s ease-in-out;
  transform: translateX(100%);
  width: 100%;
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 0;
  z-index: 600;
  background-color: #D1424E;
  text-align: left;
  color: #ffffff;
}
.c-contact--overlay.is-active {
  transform: translateX(0%);
  overflow-x: scroll;
}

.c-heroContact-form .errors {
  color: black;
}

.message.success {
  background-color: #3F602B;
  color: white;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.c-heroContact-form .message.success {
  top: 55%;
}

ul.errors {
  padding: 0;
  margin-top: -8px;
}

/*------------------------------------*\
  #CLIENTS
\*------------------------------------*/
.c-clients-hero .l-cssgrid-wrapper {
  display: block;
}
@media (min-width: 64em) {
  .c-clients-hero .l-cssgrid-wrapper {
    display: grid;
    grid-template-rows: repeat(1, [row] auto);
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
  }
}
.c-clients-hero .c-title-block {
  grid-row: 1;
}
.c-clients-hero .c-title-block h1 {
  margin-bottom: 60px;
}

h2.quoteContent {
  margin-bottom: 60px;
}
@media (min-width: 48em) {
  h2.quoteContent {
    padding-right: 30px;
  }
}
@media (min-width: 64em) {
  h2.quoteContent {
    padding-right: 0;
  }
}
h2.quoteContent:before {
  display: block;
}
@media (min-width: 48em) {
  h2.quoteContent:before {
    display: none;
  }
}

@media (min-width: 48em) {
  .c-slider-quote::before {
    content: "“";
    font-family: freight-display-pro, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 6.6666666667rem;
    color: #D1424E;
    position: absolute;
    top: -73px;
    left: -30px;
  }
}
@media (min-width: 64em) {
  .c-slider-quote::before {
    font-size: 10.3333333333rem;
    top: -53px;
    left: -90px;
  }
}

.quoteAuthor {
  font-weight: 500;
}

.c-recognition .first,
.c-recognition .second {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
  vertical-align: top;
}
@media (min-width: 48em) {
  .c-recognition .first,
  .c-recognition .second {
    width: 49%;
  }
}
.c-recognition img {
  max-width: 300px;
  margin: 0 auto 30px auto;
}

.c-list.c-logos-list .grid__item {
  background-color: transparent;
  margin-bottom: 20px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 48em) {
  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #D1424E;
}
.footer .c-cube-footerlogo {
  width: 58px;
}

.row1 {
  grid-column: 1/2;
  display: grid;
  grid-gap: 0;
  grid-template-columns: 1fr;
}
@media (min-width: 48em) {
  .row1 {
    grid-column: 2/13;
    grid-gap: 25px;
    grid-template-columns: repeat(12, 1fr);
  }
}
.row1 img {
  max-width: 40px;
}
.row1 .title {
  grid-column: 1/2;
}
@media (min-width: 48em) {
  .row1 .title {
    grid-column: 1/4;
  }
}
.row1 .social-icons {
  grid-column: 1/2;
}
@media (min-width: 48em) {
  .row1 .social-icons {
    grid-column: 4/13;
  }
}
.row1 .social-icons ul {
  padding-left: 0;
}
.row1 .social-icons ul li {
  display: inline-block;
  list-style-type: none;
}
.row1 .c-tweet-col {
  display: inline-block;
  width: 100%;
  padding-right: 50px;
  vertical-align: top;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .row1 .c-tweet-col {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .row1 .c-tweet-col {
    width: 49%;
  }
}

.row2 {
  grid-column: 1/2;
  display: grid;
  grid-gap: 0;
  grid-template-columns: 1fr;
}
@media (min-width: 48em) {
  .row2 {
    grid-column: 2/13;
    grid-gap: 25px;
    grid-template-columns: repeat(12, 1fr);
  }
}
.row2 .title {
  grid-column: 1/2;
}
@media (min-width: 48em) {
  .row2 .title {
    grid-column: 1/4;
  }
}
.row2 .content1 {
  grid-column: 1/2;
}
@media (min-width: 48em) {
  .row2 .content1 {
    grid-column: 4/9;
  }
}
.row2 .content2 {
  grid-column: 1/2;
}
@media (min-width: 48em) {
  .row2 .content2 {
    grid-column: 9/13;
  }
}
.row2 .content2 .img1 {
  max-width: 130px;
  margin-right: 30px;
}
.row2 .content2 .img2 {
  max-width: 183px;
}
.row2 .content2 .img3 {
  max-width: 183px;
  margin-top: 10px;
}

.row3 {
  grid-column: 1/2;
  display: grid;
  grid-gap: 0;
  grid-template-columns: 1fr;
  padding-bottom: 50px;
}
@media (min-width: 48em) {
  .row3 {
    grid-column: 1/13;
    grid-gap: 25px;
    grid-template-columns: repeat(12, 1fr);
    padding-bottom: 0;
  }
}
.row3 .registered {
  grid-column: 1/2;
  font-size: 0.6666666667rem;
}
@media (min-width: 48em) {
  .row3 .registered {
    grid-column: 1/13;
  }
}
@media (min-width: 64em) {
  .row3 .registered {
    grid-column: 1/7;
  }
}
.row3 .content {
  grid-column: 1/2;
}
@media (min-width: 48em) {
  .row3 .content {
    grid-column: 1/13;
  }
}
@media (min-width: 64em) {
  .row3 .content {
    grid-column: 9/13;
  }
}

.colour {
  color: #4F545D;
}

.c-office-col {
  display: flex;
  padding-right: 20px;
}
.c-office-col div {
  width: 100%;
}

.colour2 {
  color: #D1424E;
}

.twitter-tweet a {
  color: #EBEBEB;
}

.l-header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 350;
}
.l-header + .content {
  padding-top: 100px;
}
.l-header.c-header-white {
  background-color: #ffffff;
  border-bottom: solid 1px #EBEBEB;
}
.l-header.c-header-white .c-header-links .c-menu-items li a {
  color: #4F545D;
  transition: color 0.2s ease-in-out;
}
.l-header.c-header-white .c-header-links .c-menu-items li a:hover {
  color: #D1424E;
}
.l-header.c-header-transparent {
  transition: all 0.3s ease-in-out;
}
.l-header.c-header-transparent .c-header-logo.c-logo-white {
  display: block;
}
.l-header.c-header-transparent .c-header-logo.c-logo-red {
  display: none;
}
.l-header.c-header-transparent.scrolling {
  background-color: #ffffff;
  border-bottom: solid 1px #EBEBEB;
}
.l-header.c-header-transparent.scrolling .c-header-logo.c-logo-white {
  display: none;
}
.l-header.c-header-transparent.scrolling .c-header-logo.c-logo-red {
  display: block;
}
.l-header.c-header-transparent.scrolling .c-header-links .c-menu-items li a {
  color: #000000;
  transition: color 0.2s ease-in-out;
}
.l-header.c-header-transparent.scrolling .c-header-links .c-menu-items li a:hover {
  color: #D1424E;
}

.c-header--block {
  width: 100%;
  height: 100px;
  position: relative;
}
.c-header--block .c-branding {
  position: relative;
  top: 20px;
  display: inline-block;
}
.c-header--block .c-header-links {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 35px;
}
.c-header--block .c-header-links .c-menu-items {
  display: none;
}
@media (min-width: 48em) {
  .c-header--block .c-header-links .c-menu-items {
    padding-left: 0;
    display: inline-block;
    margin: 0;
  }
  .c-header--block .c-header-links .c-menu-items li {
    font-size: 1rem;
    display: inline-block;
  }
  .c-header--block .c-header-links .c-menu-items li a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
  }
  .c-header--block .c-header-links .c-menu-items li a:hover {
    text-decoration: none;
    color: #D1424E;
    cursor: pointer;
  }
  .c-header--block .c-header-links .c-menu-items li.active a {
    background-color: #EBEBEB;
  }
}
@media (min-width: 64em) {
  .c-header--block .c-header-links .c-menu-items li {
    margin-left: 20px;
  }
  .c-header--block .c-header-links .c-menu-items li a {
    padding: 5px 10px;
  }
}

.c-burger-menu {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 610;
  width: 27px;
  height: 30px;
}
@media (min-width: 48em) {
  .c-burger-menu {
    display: none;
  }
}
.c-burger-menu .bar1,
.c-burger-menu .bar2,
.c-burger-menu .bar3 {
  width: 26px;
  height: 2px;
  background-color: white;
  margin: 7px 0px;
  transition: 0.4s;
}
.c-burger-menu.openmenu .bar1 {
  background-color: white;
  -webkit-transform: rotate(-45deg) translate(-4px, 5px);
  transform: rotate(-45deg) translate(-4px, 5px);
}
.c-burger-menu.openmenu .bar2 {
  opacity: 0;
}
.c-burger-menu.openmenu .bar3 {
  background-color: white;
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.l-header.scrolling .c-burger-menu .bar1,
.l-header.scrolling .c-burger-menu .bar2,
.l-header.scrolling .c-burger-menu .bar3 {
  background-color: #D1424E;
}
.l-header.scrolling .c-burger-menu.openmenu .bar1,
.l-header.scrolling .c-burger-menu.openmenu .bar2,
.l-header.scrolling .c-burger-menu.openmenu .bar3 {
  background-color: #ffffff;
}
.l-header.c-header-white .bar1,
.l-header.c-header-white .bar2,
.l-header.c-header-white .bar3 {
  background-color: #D1424E;
}
.l-header.c-header-white .c-burger-menu.openmenu .bar1,
.l-header.c-header-white .c-burger-menu.openmenu .bar3 {
  background-color: #ffffff;
}

.page-front .l-header + .content {
  padding-top: 0;
}

.c-header-logo {
  width: 254px;
  height: 60px;
}
@media screen and (max-width: 1024px) and (min-width: 800px) {
  .c-header-logo {
    width: 254px;
  }
}
@media screen and (min-width: 10250px) {
  .c-header-logo {
    width: 300px;
    height: 60px;
  }
}

.c-nav--menu {
  transition: transform 0.4s ease-in-out;
  transform: translateX(100%);
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
  padding: 20px;
  background-color: #D1424E;
  text-align: left;
  color: #ffffff;
}
@media (min-width: 48em) {
  .c-nav--menu {
    max-width: 250px;
  }
}
.c-nav--menu .c-nav-content {
  position: relative;
  top: 70px;
  text-align: center;
}
@media (min-width: 48em) {
  .c-nav--menu .c-nav-content {
    top: 100px;
  }
}
.c-nav--menu ul {
  padding: 0;
}
.c-nav--menu li {
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8888888889rem;
  list-style-type: none;
  padding-bottom: 10px;
}
.c-nav--menu li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  transition: color 0.2s ease-in-out;
}
.c-nav--menu li a:hover {
  color: #000000;
  text-decoration: none;
}
.c-nav--menu.open {
  transform: translateX(0%);
}
.c-nav--menu .c-menu-logo-white {
  display: block;
  margin: 0 auto;
}

/*------------------------------------*\
  #HOMEPAGE
\*------------------------------------*/
.c-home--hero .c-hero-text {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -48%);
  width: 90%;
  z-index: 300;
  text-align: center;
  animation: fadeIn 1s ease-in;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 48em) {
  .c-home--hero .c-hero-text {
    width: 60%;
  }
}
.c-home--hero .c-hero-text .c-hero-button {
  display: none;
}
@media (min-width: 48em) {
  .c-home--hero .c-hero-text .c-hero-button {
    display: inline-block;
  }
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 10px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 9;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 3s ease-in-out infinite;
  -moz-animation: fade_move_down 3s ease-in-out infinite;
  animation: fade_move_down 3s ease-in-out infinite;
}

.c-short-hero .scroll-down {
  bottom: 30px;
}
@media (min-width: 48em) {
  .c-short-hero .scroll-down {
    bottom: 130px;
  }
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(45deg);
    opacity: 0;
  }
}
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 0) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) rotate(45deg);
    opacity: 0;
  }
}
.c-instagram-title {
  display: block;
  width: 100%;
}
.c-instagram-title .icon {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
.c-instagram-title h4 {
  display: inline-block;
}

.c-instagram-block {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}

.c-instagram-item {
  margin-right: 0;
}
@media (min-width: 48em) {
  .c-instagram-item {
    margin-right: 24px;
  }
}

.c-list {
  margin: 0;
  padding: 0;
}
.c-list .grid__item {
  background-color: black;
}
@media (min-width: 48em) {
  .c-list .grid__item {
    margin-bottom: 90px;
  }
}
.c-list .grid__item .c-info {
  position: relative;
  background-color: #000000;
  padding: 20px;
}
@media (min-width: 48em) {
  .c-list .grid__item .c-info {
    position: absolute;
    top: -5px;
    bottom: -60px;
    width: 100%;
    top: inherit;
    background-color: #ffffff;
    padding: 20px;
    transition: all 0.5s ease-in-out;
  }
}
.c-list .grid__item .c-view {
  position: absolute;
  bottom: 14px;
  display: block;
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 48em) {
  .c-list .grid__item .c-view {
    bottom: 20px;
    display: none;
  }
}
.c-list .grid__item .c-view .c-view-text {
  position: relative;
  left: 120px;
  color: #ffffff;
}
.c-list .grid__item .c-view::before {
  content: "";
  height: 2px;
  background-color: #D1424E;
  width: 100px;
  position: absolute;
  top: 15px;
  left: 0;
}
.c-list .grid__item .c-title {
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1111111111rem;
  margin-bottom: 20px;
  color: white;
}
@media (min-width: 48em) {
  .c-list .grid__item .c-title {
    font-size: 1.6666666667rem;
    line-height: 40px;
    margin-bottom: 20px;
    color: #000000;
  }
}
.c-list .grid__item .c-tag {
  font-family: halyard-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8888888889rem;
  color: #EBEBEB;
}
@media (min-width: 48em) {
  .c-list .grid__item .c-tag {
    font-size: 1rem;
    color: #4F545D;
  }
}
@media (min-width: 48em) {
  .c-list .grid__item:hover .c-info {
    background-color: #000000;
    padding: 20px 30px 50px;
  }
}
@media (min-width: 48em) {
  .c-list .grid__item:hover .c-title {
    color: #ffffff;
  }
}
@media (min-width: 48em) {
  .c-list .grid__item:hover .c-view {
    display: block;
    animation: fadeIn 1s ease-in;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .c-list .grid__item:hover .c-view::before {
    content: "";
    height: 2px;
    background-color: #D1424E;
    width: 100px;
    position: absolute;
    top: 15px;
    left: 0;
  }
  .c-list .grid__item:hover .c-view .c-view-text {
    position: relative;
    left: 120px;
    color: #ffffff;
  }
}
.c-list .grid__item:hover .c-tag {
  color: #D1424E;
}

.c-team-list .grid__item {
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .c-team-list .grid__item {
    margin-bottom: 127px;
  }
}
.c-team-list .grid__item .c-info {
  height: 150px;
}
@media (min-width: 48em) {
  .c-team-list .grid__item .c-info {
    bottom: -96px;
    height: auto;
  }
}
@media (min-width: 64em) {
  .c-team-list .grid__item .c-info {
    height: 100px;
  }
}
.c-team-list .grid__item:hover .c-info {
  height: 150px;
}
@media (min-width: 48em) {
  .c-team-list .grid__item:hover .c-info {
    padding: 20px 20px 80px;
    height: 150px;
  }
}

@media (min-width: 48em) {
  .c-projects-list .grid__item {
    margin-bottom: 150px;
  }
}
@media (min-width: 48em) {
  .c-projects-list .grid__item .c-info {
    height: 130px;
    bottom: -125px;
  }
}
@media (min-width: 48em) {
  .c-projects-list .grid__item:hover .c-info {
    height: 150px;
  }
}

@media (min-width: 48em) {
  .c-news-list .grid__item {
    margin-bottom: 190px;
  }
}
@media (min-width: 48em) {
  .c-news-list .grid__item .c-info {
    height: 170px;
    bottom: -165px;
  }
}
@media (min-width: 48em) {
  .c-news-list .grid__item:hover .c-info {
    height: 190px;
  }
}

.c-img-zoom {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  line-height: 0;
}
.c-img-zoom img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.grid__item:hover .c-img-zoom img {
  transform: scale(1.05);
}

.no-cssgrid .l-cssgrid-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.no-cssgrid .c-news-date {
  width: 100%;
}
@media (min-width: 48em) {
  .no-cssgrid .c-news-date {
    margin: 0 2% 2% 0;
    width: 48%;
  }
}
.no-cssgrid .c-body {
  width: 100%;
}
@media (min-width: 48em) {
  .no-cssgrid .c-body {
    margin: 0 2% 2% 0;
    width: 58%;
    padding-left: 8%;
  }
}
.no-cssgrid .c-category-intro {
  width: 100%;
}
@media (min-width: 48em) {
  .no-cssgrid .c-category-intro {
    width: 74%;
    padding-left: 16%;
  }
}
.no-cssgrid .row1,
.no-cssgrid .row2 {
  width: 100%;
}
.no-cssgrid .row1 .content1,
.no-cssgrid .row1 .content2,
.no-cssgrid .row1 .title,
.no-cssgrid .row2 .content1,
.no-cssgrid .row2 .content2,
.no-cssgrid .row2 .title {
  width: 100%;
}
@media (min-width: 48em) {
  .no-cssgrid .row1 .content1,
  .no-cssgrid .row1 .content2,
  .no-cssgrid .row1 .title,
  .no-cssgrid .row2 .content1,
  .no-cssgrid .row2 .content2,
  .no-cssgrid .row2 .title {
    margin: 0 2% 2% 0;
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }
}
.no-cssgrid .row1 .content,
.no-cssgrid .row1 .social-icons,
.no-cssgrid .row2 .content,
.no-cssgrid .row2 .social-icons {
  width: 100%;
}
@media (min-width: 48em) {
  .no-cssgrid .row1 .content,
  .no-cssgrid .row1 .social-icons,
  .no-cssgrid .row2 .content,
  .no-cssgrid .row2 .social-icons {
    margin: 0 2% 2% 0;
    width: 64%;
    display: inline-block;
    vertical-align: top;
  }
}
.no-cssgrid .row1 .social-icons,
.no-cssgrid .row2 .social-icons {
  float: right;
}
.no-cssgrid .row3 {
  width: 100%;
}
@media (min-width: 48em) {
  .no-cssgrid .row3 {
    width: 100%;
  }
}
.no-cssgrid .row3 .content {
  width: 100%;
}
@media (min-width: 48em) {
  .no-cssgrid .row3 .content {
    margin: 0 2% 2% 0;
    width: 30%;
    float: right;
  }
}
.no-cssgrid .c-title-block {
  width: 100%;
}
@media (min-width: 48em) {
  .no-cssgrid .c-title-block {
    width: 83%;
    padding-left: 8%;
  }
}
.no-cssgrid .c-logos-block,
.no-cssgrid .c-recognition {
  width: 100%;
}
@media (min-width: 48em) {
  .no-cssgrid .c-logos-block,
  .no-cssgrid .c-recognition {
    width: 90%;
    padding-left: 8%;
  }
}
.no-cssgrid .c-property-item_slider {
  width: 100%;
}
.no-cssgrid .c-quote_slider {
  width: 100%;
}
@media (min-width: 48em) {
  .no-cssgrid .c-quote_slider {
    width: 90%;
    padding-left: 8%;
  }
}
.no-cssgrid .c-5050-block .c-5050-img.odd {
  width: 100%;
}
@media (min-width: 64em) {
  .no-cssgrid .c-5050-block .c-5050-img.odd {
    width: 48%;
    margin: 0 2% 2% 0;
    display: inline-block;
  }
}
.no-cssgrid .c-5050-block .c-5050-text.odd {
  width: 100%;
}
@media (min-width: 64em) {
  .no-cssgrid .c-5050-block .c-5050-text.odd {
    width: 48%;
    margin: 0 2% 2% 0;
    display: inline-block;
  }
}
.no-cssgrid .c-5050-block .c-5050-img.even {
  width: 100%;
}
@media (min-width: 64em) {
  .no-cssgrid .c-5050-block .c-5050-img.even {
    width: 48%;
    margin: 0 2% 2% 0;
    display: inline-block;
  }
}
.no-cssgrid .c-5050-block .c-5050-text.even {
  width: 100%;
}
@media (min-width: 64em) {
  .no-cssgrid .c-5050-block .c-5050-text.even {
    width: 48%;
    margin: 0 2% 2% 0;
    display: inline-block;
  }
}
.no-cssgrid .c-5050-block.full-width .c-5050-text.even {
  width: 100%;
}
@media (min-width: 48em) {
  .no-cssgrid .c-5050-block.full-width .c-5050-text.even {
    width: 48%;
    padding-left: 15%;
    display: inline-block;
  }
}
.no-cssgrid .c-splash-left img,
.no-cssgrid .c-splash-right img {
  width: auto;
  height: 100%;
}
.no-cssgrid .c-services-hero .l-cssgrid-wrapper {
  display: block;
  position: relative;
}
.no-cssgrid .c-services-hero .c-title-block {
  position: relative;
  z-index: 4;
}
.no-cssgrid .c-services-hero .c-services-primary {
  display: none;
}
@media (min-width: 48em) {
  .no-cssgrid .c-services-hero .c-services-primary {
    position: absolute;
    z-index: 1;
    display: block;
    width: 48%;
    top: 0;
    right: 0;
  }
}
.no-cssgrid .c-contact-cols .c-contact-text {
  width: 100%;
}
@media (min-width: 48em) {
  .no-cssgrid .c-contact-cols .c-contact-text {
    width: 48%;
    margin: 0 2% 2% 0;
    display: inline-block;
    padding-left: 8%;
  }
}
.no-cssgrid .c-contact-cols .c-contact-form {
  width: 100%;
}
@media (min-width: 48em) {
  .no-cssgrid .c-contact-cols .c-contact-form {
    width: 48%;
    margin: 0 2% 2% 0;
    display: inline-block;
    padding-left: 8%;
  }
}
.no-cssgrid .c-contact-cols .c-heroContact-text {
  width: 100%;
}
@media (min-width: 48em) {
  .no-cssgrid .c-contact-cols .c-heroContact-text {
    width: 30%;
    margin: 0 2% 2% 0;
    display: inline-block;
    padding-left: 8%;
  }
}
.no-cssgrid .c-contact-cols .c-heroContact-form {
  width: 100%;
}
@media (min-width: 48em) {
  .no-cssgrid .c-contact-cols .c-heroContact-form {
    width: 48%;
    margin: 0 2% 2% 0;
    display: inline-block;
  }
}
.no-cssgrid .c-project-body {
  width: 100%;
}
@media (min-width: 48em) {
  .no-cssgrid .c-project-body {
    width: 73%;
    margin: 0 2% 2% 0;
    display: inline-block;
    padding-left: 8%;
  }
}
.no-cssgrid .c-sidebar {
  width: 100%;
}
@media (min-width: 48em) {
  .no-cssgrid .c-sidebar {
    width: 25%;
    display: inline-block;
  }
}

/*------------------------------------*\
  #NEWS PAGES
\*------------------------------------*/
.c-news-date {
  grid-column: 1/2;
  font-family: halyard-text, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 48em) {
  .c-news-date {
    grid-column: 2/9;
  }
}

.c-filter-list {
  text-align: center;
  padding: 35px 0;
  margin: 0;
}
.c-filter-list li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 48em) {
  .c-filter-list li {
    margin-right: 20px;
  }
}
.c-filter-list li a {
  padding: 10px 20px;
}
.c-filter-list li a.all {
  border-color: black;
  background-color: black;
}
.c-filter-list li a.all:hover {
  color: #D1424E;
}

.c-project-body {
  grid-column: 1/2;
  order: 2;
}
@media (min-width: 48em) {
  .c-project-body {
    grid-column: 2/9;
    order: 1;
  }
}

.c-sidebar {
  grid-column: 1/2;
  order: 1;
}
@media (min-width: 48em) {
  .c-sidebar {
    grid-column: 10/13;
    order: 2;
    padding-right: 15px;
  }
}
.c-sidebar .c-sidebar-item {
  margin-bottom: 20px;
}
.c-sidebar ul {
  padding: 0;
  margin: 0;
}
.c-sidebar .c-team-info p {
  margin-bottom: 0;
}

.c-short-hero {
  margin-bottom: 30px;
}
@media (min-width: 48em) {
  .c-short-hero {
    margin-bottom: 100px;
  }
}

.c-label {
  font-family: halyard-text, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.c-services-hero .l-cssgrid-wrapper {
  display: block;
}
@media (min-width: 64em) {
  .c-services-hero .l-cssgrid-wrapper {
    display: grid;
    grid-template-rows: repeat(1, [row] auto);
    grid-template-columns: repeat(12, 1fr);
  }
}
.c-services-hero .c-title-block {
  grid-row: 1;
}
.c-services-hero .c-title-block h1 {
  margin-bottom: 60px;
}

.c-services-title {
  display: block;
  padding-top: 10px;
}
@media (min-width: 64em) {
  .c-services-title {
    display: none;
  }
}

.c-services-list {
  padding: 0;
}
.c-services-list li {
  border-top: solid 1px #D1424E;
  padding: 4px 0 30px 0;
  transition: all 0.2s ease-in-out;
}
.c-services-list li .c-name {
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3333333333rem;
  line-height: 28px;
  color: #4F545D;
  padding: 10px 0;
}
.c-services-list li .c-intro {
  color: #4F545D;
}
.c-services-list li:hover {
  border-top: solid 5px #D1424E;
  padding-top: 0;
}
.c-services-list li:hover a {
  text-decoration: none;
}
.c-services-list li:hover a .c-intro,
.c-services-list li:hover a .c-name {
  color: #D1424E;
}

.c-services-primary {
  display: none;
}
@media (min-width: 48em) {
  .c-services-primary {
    grid-column: 6/13;
    z-index: -1;
    grid-row: row 1;
    display: block;
  }
}

.c-slider .c-slider-item {
  position: relative;
  width: 100%;
}
@media (min-width: 48em) {
  .c-slider .c-slider-item {
    width: 94vw;
  }
}
.c-slider .c-slider-item img {
  position: relative;
  max-width: none;
}
@media (min-width: 48em) {
  .c-slider .c-slider-item img {
    width: auto;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0rem;
  position: absolute;
  top: 50%;
  display: block;
  width: 104px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 300;
}

.slick-prev {
  left: 0px;
  background-image: url("../images/slider-left-grey.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 104px 12px;
}
@media (min-width: 48em) {
  .slick-prev {
    left: 60px;
  }
}
.slick-prev.slick-disabled {
  display: none !important;
}

.slick-next {
  right: 20px;
  background-image: url("../images/slider-right-grey.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 104px 12px;
}
@media (min-width: 48em) {
  .slick-next {
    right: 60px;
  }
}
.slick-next.slick-disabled {
  display: none !important;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-left: 0;
  list-style-type: none;
}
.slick-dots li {
  display: inline-block;
  margin: 0 20px 0 0;
}
@media (min-width: 48em) {
  .slick-dots li {
    margin: 0 15px 0 0;
  }
}
.slick-dots li:last-child {
  margin: 0;
}
.slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  background: transparent url("../images/dot-white.png") no-repeat 0;
  border: solid 0 transparent;
  border-radius: 50%;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background: transparent url("../images/dot-white-active.png") no-repeat 0;
  border: solid 0 transparent;
}

.c-slider-project {
  padding-bottom: 80px;
  width: 100%;
  display: block;
}
.c-slider-project.slick-slider {
  display: block;
}
@media (min-width: 48em) {
  .c-slider-project.slick-slider {
    display: block;
  }
}
.c-slider-project .slick-dots {
  position: absolute;
  bottom: 14px;
}
.c-slider-project .slick-dots li {
  width: 16px;
  height: 16px;
}
.c-slider-project .slick-dots li:last-child {
  margin: 0;
}
.c-slider-project .slick-dots button {
  border: solid 0 transparent;
  background: transparent url("../images/dot-red.png") no-repeat 0;
}
.c-slider-project .slick-dots li.slick-active button {
  background: transparent url("../images/dot-red-active.png") no-repeat 0;
  border: solid 0 transparent;
}
.c-slider-project .c-slider-item {
  position: relative;
}
.c-slider-project .c-slider-item img {
  position: relative;
  max-width: none;
  width: 100%;
}
.c-slider-project .slick-prev {
  left: 40px;
  background-image: url("../images/slider-left-red.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 104px 12px;
}
@media only screen and (min-width: 1600px) {
  .c-slider-project .slick-prev {
    left: -50px;
  }
}
.c-slider-project .slick-prev.slick-disabled {
  display: none !important;
}
.c-slider-project .slick-next {
  right: 40px;
  background-image: url("../images/slider-right-red.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 104px 12px;
}
@media only screen and (min-width: 1600px) {
  .c-slider-project .slick-next {
    right: -50px;
  }
}
.c-slider-project .slick-next.slick-disabled {
  display: none !important;
}

.c-slider-quote {
  padding-bottom: 80px;
  width: 100%;
  display: block;
}
.c-slider-quote .c-slider-item {
  position: relative;
}
.c-slider-quote .slick-dots {
  position: absolute;
  bottom: 33px;
  left: 0;
  transform: translate(0, 0);
  z-index: 100;
}
@media (min-width: 48em) {
  .c-slider-quote .slick-dots {
    bottom: 63px;
  }
}
.c-slider-quote .slick-dots li {
  width: 16px;
  height: 16px;
}
.c-slider-quote .slick-dots li:last-child {
  margin: 0;
}
.c-slider-quote .slick-dots button {
  border: solid 0 transparent;
  background: transparent url("../images/dot-red.png") no-repeat 0;
}
.c-slider-quote .slick-dots li.slick-active button {
  background: transparent url("../images/dot-red-active.png") no-repeat 0;
  border: solid 0 transparent;
}
.c-slider-quote .slick-prev {
  visibility: hidden;
}
.c-slider-quote .slick-next {
  right: 0;
  bottom: -40px;
  position: relative;
  background-image: url("../images/slider-right-red.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 104px 12px;
  z-index: 30;
  width: 100%;
}
@media only screen and (min-width: 1600px) {
  .c-slider-quote .slick-next {
    right: 0;
  }
}

.c-social-icon {
  height: 21px;
}

.social-black {
  fill: #000000;
  transition: all 0.3s ease-in-out;
}
.social-black:hover {
  fill: #D1424E;
}

.social-white {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.social-white:hover {
  fill: #D1424E;
}

.footer a.c-phone-link:hover,
.c-phone-link:hover {
  text-decoration: none;
  color: inherit;
}

.twitter-tweet {
  width: 100%;
}
@media (min-width: 48em) {
  .twitter-tweet {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
  }
}

.c-splash-wrapper {
  display: flex;
  overflow: hidden;
}

.c-splash-logo {
  position: absolute;
  width: 180px;
  height: auto;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 400;
  background-color: #D1424E;
}
@media (min-width: 48em) {
  .c-splash-logo {
    width: 220px;
    top: 4%;
  }
}
@media (min-width: 83.375em) {
  .c-splash-logo {
    width: 300px;
    top: 20%;
  }
}

.c-splash-left,
.c-splash-right {
  width: 50%;
  position: relative;
  overflow: hidden;
  background-color: black;
}

.c-splash-img {
  overflow: hidden;
}

.c-splash--hero .c-hero-h1 {
  position: relative;
  width: 100%;
  z-index: 300;
  text-align: center;
  background-color: black;
  padding: 10px 10px 40px;
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1111111111rem;
  line-height: 24px;
  animation: fadeIn 1s ease-in;
  color: white;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 48em) {
  .c-splash--hero .c-hero-h1 {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 0.5s ease-in-out;
    width: 70%;
    background-color: rgba(0, 0, 0, 0.6);
    border: solid 1px rgba(255, 255, 255, 0.6);
    font-family: freight-display-pro, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3333333333rem;
    line-height: 28px;
  }
}
@media (min-width: 64em) {
  .c-splash--hero .c-hero-h1 {
    padding: 20px 20px 40px;
    bottom: 160px;
  }
}
.c-splash--hero .c-hero-h1 a {
  color: white;
}
.c-splash--hero .c-hero-h1:hover {
  background-color: #D1424E;
}
.c-splash--hero .c-hero-h1:hover a {
  color: white;
  text-decoration: none;
}
.c-splash--hero .c-hero-h1:after {
  content: "";
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  background-image: url("../images/icons/splash-button.svg");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -20px;
}
@media (min-width: 48em) {
  .c-splash--hero .c-hero-h1:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    background-image: url("../images/icons/splash-button.svg");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -20px;
  }
}

.c-splash--hero .c-splash-left .c-hero-h1 {
  border-right: solid 1px #D1424E;
}
@media (min-width: 48em) {
  .c-splash--hero .c-splash-left .c-hero-h1 {
    border-right: solid 1px rgba(255, 255, 255, 0.6);
  }
}

.c-team-list .grid__item .c-name {
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3333333333rem;
  color: #ffffff;
}
@media (min-width: 48em) {
  .c-team-list .grid__item .c-name {
    color: #000000;
  }
}
.c-team-list .grid__item .c-position {
  font-size: 1.1111111111rem;
  color: #ffffff;
}
@media (min-width: 48em) {
  .c-team-list .grid__item .c-position {
    color: #4F545D;
  }
}
.c-team-list .grid__item .c-contact-icons {
  display: block;
  position: relative;
}
.c-team-list .grid__item .c-contact-icons::before {
  content: "";
  height: 2px;
  background-color: #D1424E;
  width: 100px;
  position: absolute;
  top: 40px;
  left: 0;
}
.c-team-list .grid__item .c-contact-icons .c-email-icon {
  fill: white;
  transition: all 0.3s ease;
  position: absolute;
  top: 30px;
  left: 118px;
}
.c-team-list .grid__item .c-contact-icons .c-email-icon:hover {
  fill: #D1424E;
}
.c-team-list .grid__item .c-contact-icons .c-linked-icon {
  fill: white;
  transition: all 0.3s ease;
  position: absolute;
  top: 27px;
  left: 161px;
}
.c-team-list .grid__item .c-contact-icons .c-linked-icon:hover {
  fill: #D1424E;
}
@media (min-width: 48em) {
  .c-team-list .grid__item .c-contact-icons {
    display: none;
  }
}
.c-team-list .grid__item:hover .c-info .c-name,
.c-team-list .grid__item:hover .c-info .c-position {
  color: #ffffff;
}
@media (min-width: 48em) {
  .c-team-list .grid__item:hover .c-contact-icons {
    display: block;
    position: relative;
    animation: fadeIn 1s ease-in;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

.c-modal-popup {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  top: 0;
}
.c-modal-popup h3 {
  margin-bottom: 0;
}
.c-modal-popup .c-bio {
  margin-top: 20px;
}
@media (min-width: 48em) {
  .c-modal-popup .c-bio {
    height: 42vh;
    overflow-x: auto;
  }
}

.c-modal-content {
  position: absolute;
  height: 80%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  display: block;
  overflow: scroll;
}
@media (min-width: 48em) {
  .c-modal-content {
    display: flex;
    height: 60vh;
    width: 90vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 64em) {
  .c-modal-content {
    display: flex;
    height: 70vh;
    width: 80vw;
    overflow: hidden;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
  }
}
.c-modal-content .c-popup-left {
  width: 100%;
  line-height: 0;
}
@media (min-width: 64em) {
  .c-modal-content .c-popup-left {
    width: 40%;
  }
}
.c-modal-content .c-popup-left img {
  width: 60%;
  padding: 30px 0 0 30px;
}
@media (min-width: 64em) {
  .c-modal-content .c-popup-left img {
    width: 100%;
    padding: 0;
  }
}
.c-modal-content .c-popup-right {
  width: 100%;
  padding: 30px;
}
@media (min-width: 64em) {
  .c-modal-content .c-popup-right {
    width: 60%;
    padding: 30px 50px 60px;
  }
}
.c-modal-content .c-popup-right .c-position {
  display: block;
}
.c-modal-content .c-popup-bottom {
  background-color: transparent;
  position: relative;
  width: 100%;
  bottom: 0;
  height: 70px;
  color: black;
  padding: 30px;
}
@media (min-width: 64em) {
  .c-modal-content .c-popup-bottom {
    position: absolute;
    background-color: black;
    border: solid 1px grey;
    color: white;
    padding: 20px;
  }
}
.c-modal-content .c-popup-bottom a {
  color: #4F545D;
}
@media (min-width: 64em) {
  .c-modal-content .c-popup-bottom a {
    color: white;
  }
}
.c-modal-content .c-popup-bottom .c-email-text {
  display: inline-block;
}
@media (min-width: 48em) {
  .c-modal-content .c-popup-bottom .c-email-text {
    display: inline-block;
  }
}
@media (min-width: 64em) {
  .c-modal-content .c-popup-bottom .c-email-text {
    display: inline-block;
  }
}
.c-modal-content .c-popup-bottom .c-email-icon {
  transition: all 0.3s ease;
}
@media (min-width: 64em) {
  .c-modal-content .c-popup-bottom .c-email-icon {
    display: inline-block;
    fill: white;
    margin-right: 10px;
  }
}
.c-modal-content .c-popup-bottom .c-email-icon:hover {
  fill: #D1424E;
}
.c-modal-content .c-popup-bottom .c-linked-icon {
  position: relative;
  right: 0;
  top: 20px;
  fill: black;
  display: block;
  transition: all 0.3s ease;
}
@media (min-width: 64em) {
  .c-modal-content .c-popup-bottom .c-linked-icon {
    fill: white;
    position: absolute;
    top: initial;
    right: 20px;
    display: inline-block;
  }
}
.c-modal-content .c-popup-bottom .c-linked-icon:hover {
  fill: #D1424E;
}

.c-close-square {
  background-color: white;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.c-close-square:hover {
  cursor: pointer;
}

.c-close-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 48em) {
  .c-close-icon {
    width: 25px;
    height: 25px;
  }
}

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