@charset "UTF-8";
/* ==== Buttons and text links === */
@keyframes heroDownArrow {
  from {
    bottom: 50px;
  }
  to {
    bottom: 30px;
  }
}
/*------------------------------------*\
  #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
\*------------------------------------*/
button:hover,
html [type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
  cursor: pointer;
}

form input,
form textarea,
form select {
  padding: 12px 10px;
  width: 100%;
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  color: #4B4B4B;
  margin-bottom: 10px;
  border: solid 1px #C4BEBB;
  background-color: white;
}
form textarea {
  height: 140px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4B4B4B;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4B4B4B;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #4B4B4B;
}

.c-form .wf-group {
  position: relative;
}
.c-form .wf-group label {
  display: none;
}
.c-form .wf-group.c-gdpr-checkbox {
  margin-bottom: 5%;
}
.c-form .wf-group.c-gdpr-checkbox input {
  display: inline-block;
  width: 25px;
  vertical-align: top;
  margin: 0;
}
.c-form .wf-group.c-gdpr-checkbox label {
  font-size: 0.7777777778rem;
  line-height: 18px;
  width: calc(100% - 40px);
  vertical-align: top;
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
}
.c-form .message.error {
  padding: 10px;
  background-color: #D11E1E;
  margin-bottom: 10px;
  color: white;
}
.c-form .message.success {
  padding: 10px;
  background-color: #67B774;
  margin-bottom: 10px;
  color: white;
}

.errors {
  padding: 10px;
  background-color: #D11E1E;
  margin-bottom: 10px;
  color: white;
  font-size: 1rem;
  line-height: 22px;
}
.errors li {
  display: inline-block;
}

.c-required::before {
  content: "*";
  color: #D11E1E;
  position: absolute;
  left: -13px;
}

.c-row-newsletter {
  background-image: url("../assets/newsletter-bkgd.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-color: #030000;
  color: white;
  padding-bottom: 50px;
  width: 100%;
  margin: auto;
}
.c-row-newsletter h2 {
  color: white;
}

.c-contact-form,
.c-search-form,
.c-newsletter-form {
  margin: auto;
  position: relative;
  padding: 30px 0;
  width: 100%;
}
@media (min-width: 50em) {
  .c-contact-form,
  .c-search-form,
  .c-newsletter-form {
    padding: 60px 0 50px;
    width: 70%;
  }
}
@media (min-width: 106em) {
  .c-contact-form,
  .c-search-form,
  .c-newsletter-form {
    width: 50%;
  }
}

.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;
  display: block;
}
@media (min-width: 50em) {
  .grid__item {
    margin: 0 2% 5% 0;
    width: auto;
  }
}
@media (min-width: 106em) {
  .grid__item {
    margin: 0 2% 5% 0;
    width: auto;
  }
}
.grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 50em) {
  .grid__item {
    width: 100%;
    margin-bottom: 1em;
    list-style-type: none;
    position: relative;
    display: flex;
  }
}
@media (min-width: 50em) and (min-width: 50em) {
  .grid__item {
    margin: 0 2% 5% 0;
    width: auto;
  }
}
@media (min-width: 50em) and (min-width: 106em) {
  .grid__item {
    margin: 0 2% 5% 0;
    width: auto;
  }
}
@media (min-width: 50em) {
  .grid__item:last-child {
    margin-right: 0;
  }
}
.grid--columns-2 .grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
}
@media (min-width: 50em) {
  .grid--columns-2 .grid__item {
    margin: 0 2% 5% 0;
    width: auto;
  }
}
@media (min-width: 106em) {
  .grid--columns-2 .grid__item {
    margin: 0 2% 5% 0;
    width: auto;
  }
}
.grid--columns-2 .grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 50em) {
  .grid--columns-2 .grid__item {
    width: 49%;
  }
  .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;
}
@media (min-width: 50em) {
  .grid--columns-3 .grid__item {
    margin: 0 2% 5% 0;
    width: auto;
  }
}
@media (min-width: 106em) {
  .grid--columns-3 .grid__item {
    margin: 0 2% 5% 0;
    width: auto;
  }
}
.grid--columns-3 .grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 37.5em) {
  .grid--columns-3 .grid__item {
    width: 48%;
  }
  .grid--columns-3 .grid__item:nth-child(1n) {
    margin-right: 2%;
  }
  .grid--columns-3 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
}
@media (min-width: 64em) {
  .grid--columns-3 .grid__item {
    width: 32%;
  }
  .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;
}
@media (min-width: 50em) {
  .grid--columns-4 .grid__item {
    margin: 0 2% 5% 0;
    width: auto;
  }
}
@media (min-width: 106em) {
  .grid--columns-4 .grid__item {
    margin: 0 2% 5% 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: 50em) {
  .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: 106em) {
  .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;
  }
}

h1 {
  font-size: 2.7777777778rem;
  line-height: 54px;
  margin-bottom: 20px;
  color: white;
}
@media (min-width: 50em) {
  h1 {
    font-size: 2.7777777778rem;
    line-height: 54px;
    margin-bottom: 30px;
  }
}
@media (min-width: 106em) {
  h1 {
    font-size: 4rem;
    line-height: 78px;
    margin-bottom: 30px;
  }
}

h2 {
  font-size: 2.2222222222rem;
  line-height: inherit;
  margin-bottom: 20px;
  color: #C4BEBB;
}
@media (min-width: 50em) {
  h2 {
    font-size: 2rem;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
h2 a {
  text-decoration: none;
  color: #4B4B4B;
}
h2 a:hover {
  color: #FD5F26;
}

h3 {
  font-size: 2.2222222222rem;
  margin-bottom: 20px;
  color: #4B4B4B;
}
@media (min-width: 50em) {
  h3 {
    font-size: 2rem;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
@media (min-width: 106em) {
  h3 {
    font-size: 2.8888888889rem;
    line-height: 54px;
    margin-bottom: 30px;
  }
}

h4 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3333333333rem;
  margin-bottom: 20px;
  color: #4B4B4B;
}
@media (min-width: 50em) {
  h4 {
    font-size: 1.4444444444rem;
    line-height: 32px;
  }
}
h4 a {
  text-decoration: none;
  color: #4B4B4B;
}
h4 a:hover {
  color: #FD5F26;
}

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

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

.h-pad-right-100 {
  padding-right: 0;
}
@media (min-width: 50em) {
  .h-pad-right-100 {
    padding-right: 100px;
  }
}

.h-pad-left-100 {
  padding-left: 0;
}
@media (min-width: 50em) {
  .h-pad-left-100 {
    padding-left: 100px;
  }
}

.h-pad-left-50 {
  padding-left: 0;
}
@media (min-width: 50em) {
  .h-pad-left-50 {
    padding-left: 50px;
  }
}

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

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

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

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

.h-pad-20 {
  padding: 20px 0;
}

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

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

@media (min-width: 50em) {
  .h-centre-align {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}

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

.h-relative {
  position: relative;
}

.h-lineheight-0 {
  line-height: 0;
}

/*------------------------------------*\
  #IMAGES
\*------------------------------------*/
img.l-image-mobile {
  display: block;
}
@media (min-width: 50em) {
  img.l-image-mobile {
    display: none;
  }
}

img.l-image-desk {
  display: none;
}
@media (min-width: 50em) {
  img.l-image-desk {
    display: block;
  }
}

img {
  width: 100%;
  height: auto;
  line-height: 0;
}

/**
 * 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: 1em; /* [1] */
  line-height: 1.3333333333; /* [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: #4B4B4B;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  /* 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: 50em) {
  html {
    font-size: 1.125em; /* [1] */
  }
}

a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #297E86;
}
a:hover {
  color: #FD5F26;
}

.c-subheader {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.5555555556rem;
  color: #FD5F26;
  margin-bottom: 20px;
}
@media (min-width: 64em) {
  .c-subheader {
    font-size: 1.5555555556rem;
    line-height: 32px;
    margin-bottom: 30px;
    max-width: 50%;
  }
}
@media (min-width: 106em) {
  .c-subheader {
    font-size: 2.0555555556rem;
    line-height: 40px;
    margin-bottom: 30px;
    max-width: 50%;
  }
}
@media (min-width: 64em) {
  .c-subheader.c-keynews {
    max-width: initial;
  }
}

.c-orange-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.2222222222rem;
  color: #FD5F26;
}

.c-date {
  color: #C4BEBB;
}

.c-author {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #FD5F26;
}

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

.c-quote-text {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.6666666667rem;
  color: #FD5F26;
  margin-bottom: 30px;
}

.c-text-orange {
  color: #FD5F26;
}

.c-text-white {
  color: white;
}

.c-text-dark {
  color: #030000;
}

@media (min-width: 50em) {
  .c-text-30 {
    font-size: 1.2222222222rem;
  }
}
@media (min-width: 106em) {
  .c-text-30 {
    font-size: 1.6666666667rem;
  }
}

/*------------------------------------*\
  #BLOCKS
\*------------------------------------*/
.l-content {
  float: left;
  width: 100%;
  display: inline-block;
  position: relative;
  background-color: white;
}
.l-content.c-404 {
  min-height: 400px;
  padding-top: 140px;
}

.l-row-wrap {
  display: inline-block;
  width: 100%;
  position: relative;
  float: left;
}

.l-row-restricted {
  padding: 0 30px;
}
@media (min-width: 50em) {
  .l-row-restricted {
    padding: 0 60px;
  }
}
@media (min-width: 64em) {
  .l-row-restricted {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 130px;
  }
}

.c-row-pale {
  background-color: #F8F5F5;
}

.c-row-turq {
  background-color: #297E86;
}

.c-row-black {
  background-color: #030000;
}

@media (min-width: 50em) {
  .c-8col-pad {
    width: 80%;
    margin: auto;
  }
}

.display-flex {
  display: inline-block;
  width: 100%;
}
@media (min-width: 50em) {
  .display-flex {
    display: flex;
    width: 100%;
    flex-flow: wrap;
  }
}

.c-hero {
  line-height: 0;
  text-align: left;
  position: relative;
  background-color: #030000;
}
.c-hero.c-hero-mar-btm {
  margin-bottom: 60px;
}
@media (min-width: 50em) {
  .c-hero.c-hero-mar-btm {
    margin-bottom: 120px;
  }
}
.c-hero .c-ontop {
  line-height: initial;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 86%;
}
@media (min-width: 50em) {
  .c-hero .c-ontop {
    width: 90%;
  }
}

.c-infoblock-padding {
  padding: 20px 0;
}
@media (min-width: 50em) {
  .c-infoblock-padding {
    padding: 50px 0;
  }
}

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

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

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

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

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

.olivers-text {
  padding: 30px 0;
}
@media (min-width: 50em) {
  .olivers-text {
    padding: 0;
  }
}
.olivers-text .l-40 {
  width: 100%;
}
@media screen and (max-width: 1260px) and (min-width: 800px) {
  .olivers-text .l-40 {
    width: 60%;
  }
}
@media (min-width: 64em) {
  .olivers-text .l-40 {
    width: 40%;
  }
}
.olivers-text .l-60 {
  width: 100%;
}
@media screen and (max-width: 1260px) and (min-width: 800px) {
  .olivers-text .l-60 {
    width: 40%;
  }
}
@media (min-width: 64em) {
  .olivers-text .l-60 {
    width: 60%;
  }
}

.c-new5050 {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 64em) {
  .c-new5050 {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
  }
}
.c-new5050 .c-new5050-left,
.c-new5050 .c-new5050-right {
  position: relative;
  flex: 0 1 100%;
}
@media (min-width: 64em) {
  .c-new5050 .c-new5050-left,
  .c-new5050 .c-new5050-right {
    flex: 0 1 48%;
  }
}
.c-new5050 .c-new5050-left {
  order: 2;
}
@media (min-width: 64em) {
  .c-new5050 .c-new5050-left {
    order: 1;
  }
}
.c-new5050 .c-new5050-right {
  order: 1;
}
@media (min-width: 64em) {
  .c-new5050 .c-new5050-right {
    order: 2;
    padding-left: 4em;
    text-align: right;
  }
}

/* burger menu */
.c-burger-bars {
  float: right;
  z-index: 999;
  position: relative;
}
.c-burger-bars .bar1,
.c-burger-bars .bar2,
.c-burger-bars .bar3 {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 7px 0px;
  transition: 0.4s;
}
.c-burger-bars.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
  background-color: white;
}
.c-burger-bars.change .bar2 {
  opacity: 0;
}
.c-burger-bars.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
  background-color: white;
}

.c-header-home .c-burger-bars .bar1,
.c-header-home .c-burger-bars .bar2,
.c-header-home .c-burger-bars .bar3 {
  background-color: white;
}

.c-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8888888889rem;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 6px 10px;
  width: auto;
  margin: 16px 0 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 50em) {
  .c-btn {
    margin: 20px 0;
    padding: 40px 30px;
  }
}

.c-btn-primary {
  color: white;
  border: solid 1px #FD5F26;
  background-color: #FD5F26;
  line-height: initial;
}
@media (min-width: 50em) {
  .c-btn-primary {
    position: absolute;
    bottom: 0;
  }
}
.c-btn-primary:hover, .c-btn-primary:focus, .c-btn-primary:active {
  background-color: #B9451A;
  color: white;
  border: solid 1px #B9451A;
}
.c-btn-primary.c-btn-relative {
  padding: 10px;
}
@media (min-width: 50em) {
  .c-btn-primary.c-btn-relative {
    position: relative;
    padding: 11px 60px 11px 20px;
  }
}
@media (min-width: 50em) {
  .c-btn-primary.left-align {
    padding: 11px 60px 11px 20px;
  }
}
@media (min-width: 50em) {
  .c-btn-primary.centre-align {
    padding: 11px 20px;
  }
}

.c-btn-secondary {
  color: #4B4B4B;
  border: solid 1px #C4BEBB;
  background-color: #C4BEBB;
  line-height: initial;
}
.c-btn-secondary:hover, .c-btn-secondary:focus, .c-btn-secondary:active {
  background-color: #030000;
  color: white;
  border: solid 1px #030000;
}
@media (min-width: 50em) {
  .c-btn-secondary {
    padding: 10px 60px 10px 20px;
    position: relative;
    right: 0;
  }
}

/*------------------------------------*\
  #CONTACT PAGE
\*------------------------------------*/
footer {
  float: left;
  width: 100%;
  display: inline-block;
  position: relative;
  line-height: initial;
  font-size: 1rem;
  color: white;
}
footer a {
  color: white;
}
footer ul {
  padding-left: 0;
  margin-top: 0;
}
footer ul li {
  list-style-type: none;
}
footer .footer {
  padding-top: 30px;
}
@media (min-width: 50em) {
  footer .footer {
    padding-top: 90px;
  }
}

.c-cube-footerlogo {
  fill: white;
  display: inline-block;
}

.c-foot-flex-wrapper {
  display: flex;
  display: -ms-flexbox;
  width: 100%;
  flex-wrap: wrap;
  vertical-align: top;
}

.c-footer-col {
  flex: 0 0 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
}
@media (min-width: 37.5em) {
  .c-footer-col {
    margin: 0;
    flex: 0 0 33%;
  }
}

.c-footer-copyright {
  font-size: 0.7777777778rem;
  padding: 15px 0 10px;
}

.c-register-form label {
  font-size: 0.8888888889rem;
}
.c-register-form .form-item {
  margin-bottom: 10px;
}
.c-register-form .times2 {
  margin-top: 30px;
}
.c-register-form .title {
  width: 100%;
  float: left;
}
.c-register-form .col-1 {
  width: 50%;
  float: left;
}
.c-register-form .col-2 {
  width: 50%;
  float: right;
}

.c-restrict-form {
  width: 100%;
  display: block;
}
@media (min-width: 50em) {
  .c-restrict-form {
    width: 60%;
  }
}

.l-header {
  padding: 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 350;
}
@media (min-width: 106em) {
  .l-header {
    padding: 0 60px;
  }
}

.c-branding {
  position: relative;
  display: inline-block;
  z-index: 2;
  border-bottom: solid 0 transparent;
  top: 15px;
  padding-bottom: 30px;
}

.c-nav-desktop {
  display: none;
}
@media (min-width: 64em) {
  .c-nav-desktop {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 0;
  }
}
.c-nav-desktop .c-menu-items {
  padding: 0;
  margin: 0;
}
.c-nav-desktop li {
  display: inline-block;
  font-size: 1.1111111111rem;
  padding-left: 40px;
}
.c-nav-desktop li a {
  color: white;
  text-decoration: none;
}
.c-nav-desktop li a:hover, .c-nav-desktop li a:focus {
  color: #C4BEBB;
}

.c-nav-mobile {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
  width: 50px;
}
@media (min-width: 50em) {
  .c-nav-mobile {
    top: 30px;
  }
}
@media (min-width: 64em) {
  .c-nav-mobile {
    display: none;
  }
}
.c-nav-mobile .overlay-nav {
  transition: transform 0.5s ease-in-out;
  transform: translateX(100%);
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  background-color: #030000;
  padding: 7px 30px;
}
@media (min-width: 64em) {
  .c-nav-mobile .overlay-nav {
    display: none;
    max-width: 460px;
  }
}
.c-nav-mobile .overlay-nav .c-header-logo {
  width: 227px;
  background-color: white;
  padding: 5px 20px;
}
.c-nav-mobile .overlay-nav .nav-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media (min-width: 50em) {
  .c-nav-mobile .overlay-nav .nav-center {
    width: 50%;
  }
}
@media (min-width: 64em) {
  .c-nav-mobile .overlay-nav .nav-center {
    width: 80%;
  }
}
.c-nav-mobile .overlay-nav .c-mobile-menu {
  font-size: 2.7777777778rem;
  padding: 0;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
.c-nav-mobile .overlay-nav .c-mobile-menu li {
  padding: 0;
  display: block;
  margin-bottom: 10px;
  color: white;
  opacity: 0;
}
@media (min-width: 50em) {
  .c-nav-mobile .overlay-nav .c-mobile-menu li {
    padding: 0 10px;
  }
}
.c-nav-mobile .overlay-nav .c-mobile-menu li a {
  color: white;
}
.c-nav-mobile .overlay-nav .c-mobile-menu li a:hover {
  color: #FD5F26;
}
.c-nav-mobile .overlay-nav .c-mobile-menu .c-submenu {
  padding: 5px 0 0 15px;
}
.c-nav-mobile:hover, .c-nav-mobile:focus {
  cursor: pointer;
}
.c-nav-mobile.open {
  height: 100%;
  transform: inherit;
}
.c-nav-mobile.open .overlay-nav {
  transform: translateX(0%);
}
.c-nav-mobile.open .c-mobile-menu li {
  opacity: 1;
}
.c-nav-mobile.open .c-mobile-menu li:nth-child(1) {
  transition: all 0.5s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
}
.c-nav-mobile.open .c-mobile-menu li:nth-child(2) {
  transition: all 0.5s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
}
.c-nav-mobile.open .c-mobile-menu li:nth-child(3) {
  transition: all 0.5s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
}
.c-nav-mobile.open .c-mobile-menu li:nth-child(4) {
  transition: all 0.5s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
}
.c-nav-mobile.open .c-mobile-menu li:nth-child(5) {
  transition: all 0.5s cubic-bezier(0.6, 0, 0.8, 1.5) 0.5s;
}
.c-nav-mobile.open .c-mobile-menu li:nth-child(6) {
  transition: all 0.5s cubic-bezier(0.6, 0, 0.8, 1.5) 0.6s;
}
.c-nav-mobile.open .c-mobile-menu li:nth-child(7) {
  transition: all 0.5s cubic-bezier(0.6, 0, 0.8, 1.5) 0.7s;
}
.c-nav-mobile.open .c-mobile-menu li:nth-child(8) {
  transition: all 0.5s cubic-bezier(0.6, 0, 0.8, 1.5) 0.8s;
}
.c-nav-mobile.open .c-mobile-menu li:nth-child(9) {
  transition: all 0.5s cubic-bezier(0.6, 0, 0.8, 1.5) 0.9s;
}
.c-nav-mobile.open .c-mobile-menu li:nth-child(10) {
  transition: all 0.5s cubic-bezier(0.6, 0, 0.8, 1.5) 1s;
}
.c-nav-mobile.open .c-mobile-menu li:nth-child(11) {
  transition: all 0.5s cubic-bezier(0.6, 0, 0.8, 1.5) 1.1s;
}
.c-nav-mobile.open .c-mobile-menu li:nth-child(12) {
  transition: all 0.5s cubic-bezier(0.6, 0, 0.8, 1.5) 1.2s;
}

.c-branding-logo {
  width: 140px;
  height: 51px;
}
@media (min-width: 50em) {
  .c-branding-logo {
    width: 222px;
    height: 81px;
  }
}

.c-burger {
  width: 27px;
  height: 20px;
}

.c-header-mobile {
  width: 18px;
  height: 26px;
}

/*------------------------------------*\
  #HOMEPAGE
\*------------------------------------*/
.c-hero--home {
  line-height: 0;
  text-align: left;
  position: relative;
  background-color: #030000;
}
.c-hero--home .c-overtext {
  line-height: initial;
  width: 100%;
}
@media (min-width: 50em) {
  .c-hero--home .c-overtext {
    position: absolute;
    top: 60%;
    transform: translate(0, -60%);
  }
}
.c-hero--home .c-mob-h1 {
  position: absolute;
  bottom: 0;
}
.c-hero--home h1 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  font-size: 1.4444444444rem;
  line-height: 30px;
}
@media (min-width: 50em) {
  .c-hero--home h1 {
    font-size: 2.7777777778rem;
    line-height: 54px;
  }
}
@media (min-width: 106em) {
  .c-hero--home h1 {
    font-size: 4rem;
    line-height: 78px;
  }
}
.c-hero--home h1.grey {
  color: #C4BEBB;
}
.c-hero--home h1.turq {
  color: #297E86;
}
.c-hero--home .c-home-top {
  position: relative;
}
.c-hero--home .c-home-bottom {
  position: relative;
}
.c-hero--home .c-home-bottom h2 {
  font-size: 2.7777777778rem;
  line-height: 54px;
}
@media (min-width: 50em) {
  .c-hero--home .c-home-bottom h2 {
    font-size: 2.7777777778rem;
    line-height: 54px;
  }
}
@media (min-width: 106em) {
  .c-hero--home .c-home-bottom h2 {
    font-size: 4rem;
    line-height: 78px;
  }
}
.c-hero--home .c-ontop {
  line-height: initial;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

@media (min-width: 50em) {
  .c-title-pad {
    margin-left: 10%;
  }
}

.c-hero-down-animate {
  height: 33px;
  transition: bottom 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  animation: heroDownArrow 3s infinite ease-in-out;
}
.c-hero-down-animate .c-hero-down {
  width: 22px;
  height: 11px;
}

/*------------------------------------*\
  #LIST STYLING
\*------------------------------------*/
.c-list {
  margin: 0 0 20px;
  padding: 0;
}
.c-list li {
  list-style-type: none;
  display: inline-block;
}
.c-list li a {
  overflow: hidden;
}
.c-list li picture {
  position: relative;
}
.c-list li .c-pic-overlay {
  background-color: #FD5F26;
  bottom: 0;
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: fit-content;
  position: relative;
  mix-blend-mode: multiply;
  height: auto;
}
@media (min-width: 50em) {
  .c-list li .c-pic-overlay {
    position: absolute;
    bottom: 0;
    height: fit-content;
  }
}
@media (min-width: 64em) {
  .c-list li .c-pic-overlay {
    height: 0%;
  }
}
.c-list li .c-pic-overlay .c-title {
  mix-blend-mode: normal;
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 40px;
}
@media (min-width: 50em) {
  .c-list li .c-pic-overlay .c-title {
    font-size: 2rem;
    line-height: 40px;
  }
}
@media (min-width: 106em) {
  .c-list li .c-pic-overlay .c-title {
    font-size: 2.8888888889rem;
    line-height: 62px;
  }
}
@media (min-width: 64em) {
  .c-list li:hover .c-pic-overlay {
    height: 25%;
  }
}
@media (min-width: 50em) {
  .c-list li .c-vert-centre {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 85%;
  }
}
.c-list h4 {
  margin: 20px 0;
}

.c-news-list div {
  display: block;
  width: 100%;
}

.c-expert-title {
  position: relative;
  padding: 15px;
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4444444444rem;
  line-height: 32px;
}
@media (min-width: 50em) {
  .c-expert-title {
    padding: 50px 30px;
  }
}
.c-expert-title h1 {
  font-size: 1.4444444444rem;
  line-height: 32px;
}
@media (min-width: 50em) {
  .c-expert-title h1 {
    font-size: 1.4444444444rem;
    line-height: 32px;
    margin-bottom: 0;
  }
}
@media (min-width: 106em) {
  .c-expert-title h1 {
    font-size: 1.4444444444rem;
    line-height: 32px;
    margin-bottom: 0;
  }
}

.c-team-list li,
.c-team-list .c-slider-item {
  background-color: #297E86;
}
.c-team-list .c-tags-list {
  padding: 15px 10px;
}

.c-expert-pic {
  background-color: #297E86;
}

/*------------------------------------*\
  #news STYLING
\*------------------------------------*/
.c-news-homelist li {
  background-color: #F8F5F5;
}
.c-news-homelist h4 a {
  color: #4B4B4B;
}
.c-news-homelist h4 a:hover {
  color: #FD5F26;
}
.c-news-homelist .c-newstext {
  padding: 10px;
}
@media (min-width: 64em) {
  .c-news-homelist .c-newstext {
    padding: 30px;
  }
}

.c-list-btn-pad {
  padding-bottom: 30px;
}
@media (min-width: 64em) {
  .c-list-btn-pad {
    padding-bottom: 90px;
  }
}

#grow {
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  height: 0;
  overflow: hidden;
}

.c-news-feat {
  padding: 50px 0;
  width: 100%;
}
@media (min-width: 50em) {
  .c-news-feat {
    padding: 150px 0;
  }
}
.c-news-feat .c-author {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
  color: c-text-orange;
}
.c-news-feat.first {
  background-image: url("../assets/bkgd-news-first.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.c-news-feat.third {
  background-image: url("../assets/bkgd-news-third.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.c-news-feat.first, .c-news-feat.third {
  color: white;
}
.c-news-feat.first h4 a, .c-news-feat.third h4 a {
  color: white;
}
.c-news-feat.first h4 a:hover, .c-news-feat.third h4 a:hover {
  color: #FD5F26;
}

.c-list.c-news-featlist {
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .c-list.c-news-featlist .c-vert-centre {
    position: inherit;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
  }
}

.c-search-form .f-input {
  width: 60%;
  display: inline-block;
}
.c-search-form .c-btn {
  margin: 0;
}
@media (min-width: 50em) {
  .c-search-form .c-btn .c-btn-primary .c-btn-small {
    position: relative;
    top: 0;
    display: inline-block;
  }
}

.c-modal--logo {
  height: 70px;
  position: relative;
  top: 30px;
  left: 20px;
  z-index: 99;
  display: inline-block;
}
@media (min-width: 50em) {
  .c-modal--logo {
    position: absolute;
    top: 17px;
    left: 80px;
    max-width: 1600px;
    margin: 0 auto;
    width: calc(100% - 126px);
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.c-modal--logo .c-modal-logo {
  width: 141px;
  height: 29px;
}

.c-modal-look {
  background-color: white;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (min-width: 50em) {
  .c-modal-look .info {
    padding-right: 20px;
  }
}

.l-ml-block {
  background-color: #F8F5F5;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  padding: 40px 20px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  margin: 0 auto;
}
@media (min-width: 50em) {
  .l-ml-block {
    width: calc(100% - 126px);
    height: calc(100% - 126px);
    padding: 80px;
  }
}
@media (min-width: 106em) {
  .l-ml-block {
    padding: 120px;
  }
}

.c-back-button {
  position: absolute;
  top: -6px;
  right: 20px;
}
.c-back-button:hover {
  cursor: pointer;
}
.c-back-button img {
  width: 18px;
}

.c-expert-entry .c-pic-overlay {
  background-color: #FD5F26;
  bottom: 0;
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: fit-content;
  position: relative;
  mix-blend-mode: multiply;
  height: auto;
}
@media (min-width: 50em) {
  .c-expert-entry .c-pic-overlay {
    position: absolute;
    bottom: 0;
    height: fit-content;
  }
}
@media (min-width: 64em) {
  .c-expert-entry .c-pic-overlay {
    height: 0%;
  }
}
.c-expert-entry .c-pic-overlay .c-title {
  mix-blend-mode: normal;
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 40px;
}
@media (min-width: 50em) {
  .c-expert-entry .c-pic-overlay .c-title {
    font-size: 2rem;
    line-height: 40px;
  }
}
@media (min-width: 106em) {
  .c-expert-entry .c-pic-overlay .c-title {
    font-size: 2.8888888889rem;
    line-height: 62px;
  }
}
@media (min-width: 64em) {
  .c-expert-entry:hover .c-pic-overlay {
    height: 25%;
  }
}
@media (min-width: 50em) {
  .c-expert-entry .c-vert-centre {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 85%;
  }
}
@media (min-width: 64em) {
  .c-expert-entry .c-pic-overlay {
    height: 25%;
  }
}
.c-expert-entry .c-tags-list {
  padding-left: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FD5F26;
}
.c-expert-entry .c-tags-list li {
  list-style-type: none;
}

/*------------------------------------*\
  #SLICK SLIDER STYLING
\*------------------------------------*/
.c-slider-item {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  overflow: hidden;
  vertical-align: top;
}
.c-slider-item h3 {
  color: blue;
}
.c-slider-item .img {
  line-height: 0;
}

.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

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

.c-slider-experts {
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .c-slider-experts {
    margin-bottom: 30px;
  }
}
.c-slider-experts .slick-list {
  overflow: hidden;
}
.c-slider-experts .c-slider-item {
  position: relative;
}
.c-slider-experts .c-slider-item .c-pic-overlay {
  background-color: #FD5F26;
  bottom: 0;
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: fit-content;
  position: relative;
  mix-blend-mode: multiply;
  height: auto;
}
@media (min-width: 50em) {
  .c-slider-experts .c-slider-item .c-pic-overlay {
    position: absolute;
    bottom: 0;
    height: fit-content;
  }
}
@media (min-width: 64em) {
  .c-slider-experts .c-slider-item .c-pic-overlay {
    height: 0%;
  }
}
.c-slider-experts .c-slider-item .c-pic-overlay .c-title {
  mix-blend-mode: normal;
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 40px;
}
@media (min-width: 50em) {
  .c-slider-experts .c-slider-item .c-pic-overlay .c-title {
    font-size: 2rem;
    line-height: 40px;
  }
}
@media (min-width: 106em) {
  .c-slider-experts .c-slider-item .c-pic-overlay .c-title {
    font-size: 2.8888888889rem;
    line-height: 62px;
  }
}
@media (min-width: 64em) {
  .c-slider-experts .c-slider-item:hover .c-pic-overlay {
    height: 25%;
  }
}
@media (min-width: 50em) {
  .c-slider-experts .c-slider-item .c-vert-centre {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 85%;
  }
}
.c-slider-experts .slick-prev:hover,
.c-slider-experts .slick-prev:focus,
.c-slider-experts .slick-next:hover,
.c-slider-experts .slick-next:focus {
  background-color: white;
}
.c-slider-experts .slick-prev {
  left: 10px;
  width: 56px;
  height: 56px;
  top: 35%;
  transform: translate(0, -35%);
  background-image: none;
  background-color: white;
  left: 0;
  z-index: 500;
}
.c-slider-experts .slick-prev:before {
  content: "";
  background-image: url("../assets/arrow-grey-left.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 24px 22px;
  display: block;
  width: 24px;
  height: 22px;
  margin-left: 15px;
}
.c-slider-experts .slick-next {
  right: 10px;
  width: 56px;
  height: 56px;
  top: 35%;
  transform: translate(0, -35%);
  background-image: none;
  background-color: white;
  right: 0;
  z-index: 500;
}
.c-slider-experts .slick-next:before {
  content: "";
  background-image: url("../assets/arrow-grey-right.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 24px 22px;
  display: block;
  width: 24px;
  height: 22px;
  margin-left: 15px;
}

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

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

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