@charset "UTF-8";
/* ==== Buttons and text links === */
@keyframes modalTransition {
  0% {
    background-color: rgba(0, 22, 137, 0);
    backdrop-filter: blur(0px);
  }
  100% {
    background-color: rgba(0, 22, 137, 0.8);
    backdrop-filter: blur(5px);
  }
}
@keyframes modalSlide {
  0% {
    right: -60%;
  }
  100% {
    right: 0%;
  }
}
@keyframes modalClose {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes catPulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*------------------------------------*\
  #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 {
  margin-bottom: 5%;
}
form input,
form textarea {
  padding: 12px 10px;
  width: 100%;
  display: block;
  font-size: 1.125rem;
  color: #303030;
  margin-bottom: 10px;
  border: solid 1px red;
  background-color: #F7F7F7;
}
form textarea {
  height: 140px;
}

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

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

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

.l-cssgrid-wrapper {
  display: block;
}
@media (min-width: 64em) {
  .l-cssgrid-wrapper {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(12, 1fr);
  }
}

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

h1 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 40px;
  margin-bottom: 8px;
  color: #00415B;
}
@media (min-width: 48em) {
  h1 {
    font-size: 2.875rem;
    line-height: 55px;
  }
}
h1 .thin {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.625rem;
  line-height: 30px;
  color: #00415B;
}
@media (min-width: 48em) {
  h2 {
    font-size: 2.25rem;
    line-height: 44px;
  }
}

h3 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 26px;
  font-weight: normal;
  color: #00415B;
  padding-bottom: 3px;
}
@media (min-width: 48em) {
  h3 {
    font-size: 1.5rem;
    line-height: 28px;
  }
}

h4 {
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 1rem;
  color: #FF5A5F;
}
@media (min-width: 48em) {
  h4 {
    font-size: 1.25rem;
    line-height: 24px;
  }
}

h5 {
  font-size: 1rem;
  line-height: 22px;
  font-weight: normal;
  color: #00415B;
  margin-bottom: 10px;
}

.c-header-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 40px;
}
.c-header-wrapper .c-header-text {
  position: relative;
  top: 24px;
  padding-right: 15px;
}
.c-header-wrapper.h2 .c-header-text {
  top: 10px;
}
@media (min-width: 48em) {
  .c-header-wrapper.h2 .c-header-text {
    top: 14px;
  }
}
.c-header-wrapper.h3 .c-header-text {
  top: 10px;
}
@media (min-width: 48em) {
  .c-header-wrapper.h3 .c-header-text {
    top: 14px;
  }
}
.c-header-wrapper .c-header-line {
  flex: 1;
  border-bottom: solid 3px #FF5A5F;
}

.h-desktop {
  display: none;
}
@media (min-width: 48em) {
  .h-desktop {
    display: block;
  }
}

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

.h-header-spacer {
  margin-top: 90px;
}

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

.h-padtopbtm-60 {
  padding: 40px 0;
}
@media (min-width: 48em) {
  .h-padtopbtm-60 {
    padding: 60px 0;
  }
}

.h-padtop-60 {
  padding-top: 40px;
}
@media (min-width: 48em) {
  .h-padtop-60 {
    padding-top: 60px;
  }
}

.h-padbtm-10 {
  padding-bottom: 10px;
}

.h-padtop-20 {
  padding-top: 20px;
}

.h-block-marbtm {
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  .h-block-marbtm {
    margin-bottom: 60px;
  }
}

.h-marbtm-100 {
  margin-bottom: 100px;
}

.h-block-martop {
  margin-top: 40px;
}

.h-martop-300 {
  margin-top: 300px;
}

.h-martopbtm-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.h-marbtm-60 {
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  .h-marbtm-60 {
    margin-bottom: 60px;
  }
}

.h-martopbtm-60 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  .h-martopbtm-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.mar-btm-1rem {
  margin-bottom: 1rem;
}

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

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

/*------------------------------------*\
  #IMAGES
\*------------------------------------*/
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.5; /* [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: #303030;
  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;
  scroll-behavior: smooth;
}

a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #FF5A5F;
}
a:hover {
  color: #077184;
}

p {
  line-height: 1.5;
}

.l-header a {
  border-bottom: solid 0 transparent;
}
.l-header a:hover {
  border-bottom: solid 0 transparent;
}

.c-standfirst {
  font-size: 1.25rem;
  line-height: 28px;
}

.c-capitalize {
  text-transform: capitalize;
}

.c-subtitle {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 20px;
  text-transform: uppercase;
  color: white;
}

.c-date {
  margin-bottom: 1rem;
}

.c-text-peach {
  color: #FF5A5F;
}

/*------------------------------------*\
  #VARIOUS BLOCK STYLES
\*------------------------------------*/
.l-content {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 120px;
}
.l-content.c-hashero {
  margin-top: 0;
}

.l-row-wrap {
  width: 100%;
  position: relative;
  padding: 0;
}
.l-row-wrap.bkgd-gradient {
  background: rgb(47, 43, 119);
  background: linear-gradient(198deg, rgb(47, 43, 119) 20%, rgb(47, 172, 190) 100%);
  color: white;
}
.l-row-wrap.c-bkgd-grey {
  background-color: #EBEBEB;
}

.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 {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.c-row {
  position: relative;
}

.c-5050 {
  display: flex;
  position: relative;
  flex-direction: column;
}
@media (min-width: 48em) {
  .c-5050 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
  }
}
.c-5050 .c-5050-left,
.c-5050 .c-5050-right {
  position: relative;
  flex: 0 1 100%;
}
@media (min-width: 48em) {
  .c-5050 .c-5050-left,
  .c-5050 .c-5050-right {
    flex: 0 1 48%;
  }
}
.c-5050 .c-5050-left .inside,
.c-5050 .c-5050-right .inside {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 48em) {
  .c-5050 .c-5050-left .inside,
  .c-5050 .c-5050-right .inside {
    padding: 0;
  }
}
.c-5050 .c-5050-left {
  margin-bottom: 30px;
}
@media (min-width: 48em) {
  .c-5050 .c-5050-left {
    margin-bottom: 0;
  }
}
.c-5050.c-5050-alt .c-5050-left {
  order: 2;
}
.c-5050.c-5050-alt .c-5050-right {
  order: 1;
}
@media (min-width: 48em) {
  .c-5050.c-5050-alt .c-5050-left {
    order: 1;
  }
  .c-5050.c-5050-alt .c-5050-right {
    order: 2;
  }
}

@media (min-width: 48em) {
  .c-slider-featProperty .c-5050 {
    align-items: flex-start;
  }
}

.c-10-col {
  width: 100%;
  margin: 0;
  display: inline-block;
}
@media (min-width: 48em) {
  .c-10-col {
    width: calc(100% - 180px);
    margin: 0 90px;
  }
}
@media (min-width: 83.375em) {
  .c-10-col {
    width: calc(100% - 256px);
    margin: 0 128px;
  }
}

.c-8-col {
  width: 100%;
  margin: 0;
  display: inline-block;
}
@media (min-width: 48em) {
  .c-8-col {
    width: calc(100% - 180px);
    margin: 0 90px;
  }
}
@media (min-width: 83.375em) {
  .c-8-col {
    width: calc(100% - 512px);
    margin: 0 256px;
  }
}

ul.menu-404 {
  padding-inline-start: 0;
  position: relative;
  z-index: 500;
  font-weight: 600;
}
ul.menu-404 li {
  list-style-type: none;
}

.c-5842 {
  display: flex;
  position: relative;
  flex-direction: column;
  line-height: 0;
  width: 100%;
}
@media (min-width: 64em) {
  .c-5842 {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
  }
}
.c-5842 .c-4258-left {
  position: relative;
  flex: 0 1 100%;
  order: 2;
}
@media (min-width: 64em) {
  .c-5842 .c-4258-left {
    flex: 0 1 42%;
    order: 1;
  }
}
.c-5842 .c-4258-right {
  position: relative;
  flex: 0 1 100%;
  order: 1;
  line-height: initial;
}
@media (min-width: 64em) {
  .c-5842 .c-4258-right {
    flex: 0 1 58%;
    order: 2;
  }
}
@media (min-width: 48em) {
  .c-5842 .c-4258-right .c-inside {
    margin: 0 20px;
  }
}
@media (min-width: 64em) {
  .c-5842 .c-4258-right .c-inside {
    margin: 0 40px;
  }
}

.c-6633 {
  display: flex;
  position: relative;
  flex-direction: column;
  line-height: 0;
}
@media (min-width: 64em) {
  .c-6633 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}
.c-6633 .c-6633-left {
  position: relative;
  flex: 0 1 100%;
  order: 2;
}
@media (min-width: 64em) {
  .c-6633 .c-6633-left {
    flex: 0 1 66%;
    order: 1;
  }
}
.c-6633 .c-6633-right {
  position: relative;
  flex: 0 1 100%;
  order: 1;
  line-height: initial;
}
@media (min-width: 64em) {
  .c-6633 .c-6633-right {
    flex: 0 1 33%;
    order: 2;
  }
}
@media (min-width: 48em) {
  .c-6633 .c-6633-right .c-inside {
    margin: 0 20px;
  }
}
@media (min-width: 64em) {
  .c-6633 .c-6633-right .c-inside {
    margin: 0 40px;
  }
}

.c-burger-bars {
  display: inline-block;
}

.c-burgermenu {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1010;
  height: 45px;
  width: 45px;
  border-radius: 30px;
  border: solid 2px black;
  padding: 15px 10px;
}
@media (min-width: 48em) {
  .c-burgermenu {
    right: 0;
  }
}
.c-burgermenu:hover .bar1,
.c-burgermenu:hover .bar2,
.c-burgermenu:hover .bar3 {
  background-color: #00415B;
}
.c-burgermenu .bar1,
.c-burgermenu .bar2,
.c-burgermenu .bar3 {
  width: 22px;
  height: 3px;
  background-color: black;
  margin: 0 0 4px 0;
  transition: 0.4s;
}
.c-burgermenu.change {
  border: solid 2px white;
}
.c-burgermenu.change .bar1 {
  background-color: white;
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px);
  margin-top: 10px;
}
.c-burgermenu.change .bar2 {
  opacity: 0;
}
.c-burgermenu.change .bar3 {
  background-color: white;
  -webkit-transform: rotate(45deg) translate(-9px, -9px);
  transform: rotate(45deg) translate(-9px, -9px);
}

.c-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: solid 0 transparent;
  position: relative;
  width: auto;
}

.c-btn-primary {
  font-size: 1rem;
  background-color: #FF5A5F;
  color: white;
  padding: 7px 25px 10px;
  margin: 10px 0;
  line-height: normal;
  border: solid 1px #FF5A5F;
  border-radius: 30px;
}
.c-btn-primary:hover {
  color: #303030;
  background-color: #FFA8AB;
  cursor: pointer;
}

.c-btn-secondary {
  font-size: 1rem;
  background-color: #79577B;
  color: white;
  padding: 7px 25px 10px;
  margin: 10px 0;
  line-height: normal;
  border: solid 1px #79577B;
  border-radius: 30px;
}
.c-btn-secondary:hover {
  color: #303030;
  background-color: #D2C1D2;
  cursor: pointer;
}

button.c-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  padding: 7px 25px 10px;
  text-decoration: none;
  display: inline-block;
  background-color: #FF5A5F;
  color: white;
  margin: 10px 10px 10px 0;
  line-height: normal;
  border: solid 1px #FF5A5F;
  border-radius: 30px;
}
button.c-btn:hover {
  color: #303030;
  background-color: #FFA8AB;
  cursor: pointer;
  text-decoration: none;
}

button.c-btn.c-btn-table {
  font-size: 0.875rem;
  padding: 5px 7px;
}

body.contact-us footer {
  margin-top: 0;
}
body.contact-us footer .c-footer-logo {
  display: none;
}
body.contact-us footer .c-footer-10-2-cols {
  max-width: 870px;
  margin: 0 auto;
}
body.contact-us footer .c-footer-10-2-cols .c-footer-10 {
  flex: 0 1 83%;
}
body.contact-us footer .c-footer-10-2-cols .c-footer-2 {
  flex: 0 1 17%;
}
body.contact-us footer .c-footer-10-2-cols .c-footer-text {
  margin-bottom: 40px;
}

.c-contact-map {
  margin-top: 40px;
}
@media (min-width: 48em) {
  .c-contact-map {
    margin-top: 60px;
  }
}

#elc-cookie-consent {
  position: fixed;
  bottom: 1em;
  right: 1em;
  padding: 1.5em;
  background-color: #fff;
  font-size: 16px;
  max-width: calc(100% - 6em);
  max-height: calc(100% - 6em);
  overflow: auto;
  z-index: 10000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  border: solid 4px #90D1E8;
}

.elc-small {
  width: 30em;
}

#elc-cookie-consent h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}

#elc-cookie-consent h4 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.elc-fullwidth h4 {
  font-weight: bold;
  font-size: 1.4em;
}

#elc-cookie-consent .button-container {
  text-align: right;
  clear: both;
}

.elc-fullwidth {
  width: calc(100% - 6em) !important;
}

#elc-cookie-consent .elc-button-link {
  cursor: pointer;
  justify-content: center;
  white-space: nowrap;
  box-shadow: none;
  position: relative;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: solid 0 transparent;
  position: relative;
  width: auto;
  background-color: #00415B;
  color: white;
  padding: 14px 25px 12px;
  text-transform: uppercase;
  line-height: normal;
}
#elc-cookie-consent .elc-button-link:hover {
  color: white;
  border: solid 0 transparent;
  background-color: #077184;
}

#elc-cookie-consent .elc-secondary-button-link {
  cursor: pointer;
  justify-content: center;
  white-space: nowrap;
  box-shadow: none;
  position: relative;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: solid 0 transparent;
  position: relative;
  width: auto;
  background-color: #fff;
  color: #00415B;
  padding: 14px 25px 12px;
  text-transform: uppercase;
  line-height: normal;
}
#elc-cookie-consent .elc-secondary-button-link:hover {
  color: white;
  border: solid 0 transparent;
  background-color: #077184;
}

#elc-cookie-consent .elc-text-link {
  text-transform: uppercase;
  color: #0e3a5e;
  line-height: 2.8em;
  margin-right: 1em;
}

#elc-cookie-consent .elc-cookie-group {
  float: left;
  padding-right: 1em;
}

.elc-fullwidth .elc-cookie-group {
  width: 100%;
}

#elc-cookie-consent .elc-row {
  width: 100%;
  clear: both;
}

#elc-cookie-consent #elc-cookie-consent-settings {
  margin-bottom: 4em;
}

#elc-cookie-consent .elc-row .elc-cookie-name {
  float: left;
}

#elc-cookie-consent .elc-row .elc-cookie-checkbox {
  float: right;
}

#elc-cookie-consent .elc-cookie-description {
  border-top: 1px solid #cccccc;
  padding-top: 1em;
  margin-bottom: 1em;
  display: none;
}

.elc-fullwidth .elc-cookie-description {
  display: block !important;
}

#elc-cookie-consent .elc-cookie {
  margin-bottom: 1em;
}

#elc-cookie-consent .elc-cookie-field {
  display: none;
}

.elc-fullwidth .elc-cookie-field {
  display: block !important;
}

.elc-fullwidth #elc-detail-link {
  display: none;
}

.elc-fullwidth #elc-accept-link {
  display: none;
}

.elc-small #elc-hide-detail-link {
  display: none;
}

.elc-small #elc-save-link {
  display: none;
}

.elc-small .elc-hide-when-small {
  display: none;
}

.elc-hidden {
  display: none;
}

#elc-cookie-tab {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0.2em 1em;
  background-color: #0e3a5e;
  font-size: 0.8em;
  z-index: 10000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

#elc-cookie-tab a {
  color: #ffffff;
}

#elc-cookie-consent input[type=checkbox i] {
  -webkit-appearance: checkbox;
  box-sizing: border-box;
}

#elc-cookie-consent input[type=checkbox i] {
  background-color: initial;
  cursor: default;
  margin: 3px 3px 3px 0.6em;
  padding: initial;
  border: initial;
}

footer {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 90px;
  padding-bottom: 10px;
  background: rgb(47, 43, 119);
  background: linear-gradient(198deg, rgb(47, 43, 119) 20%, rgb(47, 172, 190) 100%);
  color: white;
  color: white;
  font-weight: 500;
  background: linear-gradient(45deg, #2eabbd, #322a77);
  background-size: 200% 200%;
  -webkit-animation: AnimationName 13s ease infinite;
  -moz-animation: AnimationName 13s ease infinite;
  animation: AnimationName 13s ease infinite;
}
footer a {
  color: white;
}
footer a:hover {
  color: #FF5A5F;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.c-footer-logo {
  max-width: 120px;
}

.c-madeby {
  margin-top: 20px;
  display: block;
}

.c-cube-footerlogo {
  fill: white;
}

.c-footer-social {
  max-width: 40px;
  max-height: 30px;
  fill: white;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 100%;
}
.c-footer-social:hover {
  fill: #077184;
}

.c-copyright {
  border-top: solid 3px #9ECFE5;
  margin-top: 10px;
  font-size: 0.875rem;
}
@media (min-width: 48em) {
  .c-copyright {
    margin-top: 60px;
  }
}
.c-copyright ul {
  padding-inline-start: 0;
}
.c-copyright ul li {
  display: inline-block;
}

.c-social-links {
  padding-inline-start: 0;
}
.c-social-links li {
  list-style-type: none;
}

.l-header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 600;
  padding: 0;
  background-color: white;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .l-header {
    height: 120px;
  }
}
.l-header.scrolling {
  height: 70px;
}
@media (min-width: 48em) {
  .l-header.scrolling {
    height: 120px;
  }
}
.l-header .c-branding {
  position: relative;
  display: inline-block;
  z-index: 2;
  border-bottom: solid 0 transparent;
}
.l-header .c-subnav {
  display: none;
  position: absolute;
  right: 0;
  bottom: -20px;
  color: #00415B;
}
@media (min-width: 48em) {
  .l-header .c-subnav {
    display: block;
  }
}
.l-header .c-subnav a {
  color: #00415B;
}
.l-header .c-subnav ul li {
  display: inline-block;
}
.l-header .c-subnav ul li:after {
  content: "|";
  padding-left: 4px;
  color: #FF5A5F;
}
.l-header .c-subnav ul li:last-of-type:after {
  content: "";
}
.l-header .c-phone {
  display: none;
  position: absolute;
  right: 70px;
  top: 10px;
  z-index: 10;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .l-header .c-phone {
    display: block;
  }
}
.l-header .c-phone a {
  color: #FF5A5F;
}
.l-header.menu-open .c-phone {
  display: block;
  right: 90px;
}
@media (min-width: 48em) {
  .l-header.menu-open .c-phone {
    right: 70px;
  }
}
.l-header.menu-open .c-phone a {
  color: white;
}

.c-header-logo {
  width: 90px;
}
@media (min-width: 48em) {
  .c-header-logo {
    width: 128px;
  }
}

.c-nav-mobile {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
  width: 50px;
}
.c-nav-mobile .c-overlay-menu {
  transition: transform 0.5s ease-in-out;
  transform: translateX(100%);
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  height: 100%;
  transition: all 0.6s ease-out;
  background: rgba(47, 43, 119, 0.9);
  background: linear-gradient(198deg, rgba(47, 43, 119, 0.9) 29%, rgba(46, 163, 183, 0.9) 100%);
  mix-blend-mode: multiply;
}
@media (min-width: 48em) {
  .c-nav-mobile .c-overlay-menu {
    width: 50%;
  }
}
@media (min-width: 83.375em) {
  .c-nav-mobile .c-overlay-menu {
    width: 30%;
  }
}
.c-nav-mobile .c-nav-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
.c-nav-mobile ul {
  font-size: 2.1875rem;
  line-height: 42px;
  padding: 0;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  width: 100%;
}
.c-nav-mobile ul li {
  display: block;
  margin-bottom: 10px;
}
.c-nav-mobile ul li a {
  color: white;
  display: block;
  padding: 6px 10px;
}
.c-nav-mobile ul li a:hover {
  background-color: white;
  color: #077184;
}
.c-nav-mobile .c-header-logo {
  margin: 10px 20px;
  position: relative;
  top: 40px;
}
.c-nav-mobile.open {
  transform: inherit;
}
.c-nav-mobile.open .c-header-logo {
  margin: 20px 0;
}
@media (min-width: 48em) {
  .c-nav-mobile.open .c-header-logo {
    margin: 10px 20px;
  }
}
.c-nav-mobile.open .c-overlay-menu {
  transform: translateX(0%);
}

body[data-aos-duration="4000"] [data-aos],
[data-aos][data-aos][data-aos-duration="4000"] {
  transition-duration: 4000ms;
}

.c-hero {
  width: 100%;
  line-height: 0;
  position: relative;
  background-color: black;
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .c-hero {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 64em) {
  .c-hero {
    margin-bottom: 4rem;
  }
}
.c-hero.c-hero-home {
  height: 500px;
}
@media (min-width: 48em) {
  .c-hero.c-hero-home {
    height: auto;
  }
}
.c-hero.c-hero-home .img-fill {
  overflow: hidden;
  width: 100%;
  line-height: 0;
}
@media (min-width: 48em) {
  .c-hero.c-hero-home .img-fill {
    height: auto;
    max-height: 100vh;
  }
}
.c-hero.c-hero-home .img-fill:before {
  background-color: rgba(0, 65, 91, 0.3);
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  mix-blend-mode: multiply;
}
.c-hero.c-hero-home .img-fill img {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  height: 500px;
}
@media (min-width: 48em) {
  .c-hero.c-hero-home .img-fill img {
    height: auto;
    width: 100vw;
  }
}

.c-hero-textwrap {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 300;
  padding: 0;
  width: 90%;
  text-align: center;
  transform: translate(-50%, -60%);
}
@media (min-width: 48em) {
  .c-hero-textwrap {
    padding: 0 10%;
  }
}
@media (min-width: 64em) {
  .c-hero-textwrap {
    padding: 0 20%;
  }
}
.c-hero-textwrap h1 {
  position: relative;
  color: white;
}

.c-bkgd-graphic {
  background-image: url("../assets/background-graphic.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}

.c-home-intro {
  padding: 0 0 2rem 0;
}
@media (min-width: 64em) {
  .c-home-intro {
    padding: 0 0 4rem 0;
  }
}
.c-home-intro .c-home-intro-bkgd {
  position: relative;
  display: none;
}
@media (min-width: 64em) {
  .c-home-intro .c-home-intro-bkgd {
    position: absolute;
    top: -180px;
    left: 0;
    max-width: 440px;
    display: block;
  }
}

.c-home-areas-img {
  max-width: 400px;
}

.c-standfirst-logo {
  width: 128px;
  margin-bottom: 40px;
  padding-top: 30px;
}

/*------------------------------------*\
  #LIST STYLING
\*------------------------------------*/
.c-list {
  margin: 0 0 20px;
  padding: 0;
}
.c-list li {
  list-style-type: none;
}
.c-list li .c-info {
  margin-top: 16px;
}
.c-list li a {
  color: #00415B;
}

.c-list-updates {
  flex-direction: column;
  margin-top: 30px;
}
.c-list-updates .c-66 {
  display: block;
}
@media (min-width: 48em) {
  .c-list-updates .c-66 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 30px;
  }
}
.c-list-updates li {
  padding-bottom: 30px;
  border-bottom: solid 1px black;
  margin-right: 0;
}
@media (min-width: 64em) {
  .c-list-updates .c-btn {
    position: absolute;
    bottom: 20px;
    right: 0;
  }
}
@media (min-width: 64em) {
  .c-list-updates .c-width-50 {
    width: 50%;
  }
}
.c-list-updates a h3 {
  transition: all 0.2s linear;
}
.c-list-updates a h3:hover {
  color: #077184;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0rem;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  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;
  background-color: #90D1E8;
}

.slick-prev {
  left: 20px;
  background-image: url("../assets/arrow-prev-slider.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px 22px;
}
.slick-prev.slick-disabled {
  display: none !important;
}

.slick-next {
  right: 20px;
  background-image: url("../assets/arrow-next-slider.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 20px 22px;
}
.slick-next.slick-disabled {
  display: none !important;
}

.c-list-news .grid__item {
  padding-top: 3rem;
  width: 100%;
}
.c-list-news .grid__item .c-4258-left {
  position: relative;
  width: 100%;
}
@media (min-width: 64em) {
  .c-list-news .grid__item .c-4258-left {
    width: 500px;
  }
}
.c-list-news .grid__item .c-4258-right {
  position: relative;
  max-width: 100%;
}
.c-list-news .grid__item .c-4258-right .c-inside {
  border-bottom: solid 3px white;
  padding-bottom: 3rem;
}
.c-list-news .grid__item h2 {
  margin-bottom: 1rem;
}

.c-slider-news {
  width: 100%;
}
.c-slider-news .c-slider-item {
  width: 100%;
}

.c-featured-title {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #00415B;
  color: white;
  padding: 3px 6px;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .c-slider-featProperty .c-5050-left {
    padding-left: 10%;
  }
}
@media (min-width: 48em) {
  .c-slider-featProperty .c-5050-right {
    padding-right: 10%;
  }
}

.c-search-criteria {
  margin: 10px 0;
}

.c-filters ul {
  padding-inline-start: 0;
}
.c-filters ul li {
  display: inline-block;
  margin-right: 10px;
}

.c-prop-filters {
  margin: 30px 0 60px;
}
.c-prop-filters .c-filter-flex {
  display: block;
}
@media (min-width: 64em) {
  .c-prop-filters .c-filter-flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
}

.c-filter-select {
  margin-right: 10px;
}

.c-filter-checkboxes .c-filter-checkItem {
  display: inline-block;
}
.c-filter-checkboxes .c-filter-checkItem label:hover {
  cursor: pointer;
}
.c-filter-checkboxes .c-filter-checkItem label span {
  padding: 0 25px 0 5px;
  display: inline-block;
}
.c-filter-checkboxes .c-filter-checkItem label input {
  display: inline-block;
  color: #FF5A5F !important;
  width: auto;
  border: 1px solid #90D1E8;
  border-radius: 0.15em;
}
.c-filter-checkboxes .c-filter-checkItem label input + span {
  color: #00415B;
}

.c-filter-select select {
  border-color: #9ECFE5;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  padding: 10px;
  min-width: 200px;
}

.c-list-property .grid__item {
  margin-bottom: 5rem;
}
.c-list-property .grid__item h4 {
  color: #00415B;
}
.c-list-property .grid__item .img-fill {
  position: relative;
  overflow: hidden;
  width: 100%;
  line-height: 0;
  margin-bottom: 1rem;
}
.c-list-property .grid__item .img-fill:before {
  background-color: rgba(0, 65, 91, 0);
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  mix-blend-mode: multiply;
  transition: all 0.3s ease-in-out;
}
.c-list-property .grid__item .img-fill img {
  width: 100%;
  overflow: hidden;
}
.c-list-property .grid__item .c-arrow {
  background-image: url("../assets/icon-arrow-white.svg");
  background-size: 0;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  transition: all 0.5s ease-in-out;
}
.c-list-property .grid__item a {
  color: #303030;
}
.c-list-property .grid__item .c-underline {
  border-bottom: solid 1px #FF5A5F;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.c-list-property .grid__item .c-zone {
  color: #FF5A5F;
}
.c-list-property .grid__item:hover .img-fill:before {
  background-color: rgba(255, 90, 95, 0.5);
  mix-blend-mode: multiply;
  transform: scale(1);
}
.c-list-property .grid__item:hover .c-arrow {
  background-size: 70px;
  width: 70px;
  height: 71px;
}
.c-list-property .grid__item:hover a {
  color: #077184;
}
.c-list-property .grid__item .c-status {
  position: absolute;
  width: auto;
  display: block;
  top: 0;
  right: 0;
}
.c-list-property .grid__item .c-status .c-cat-tag {
  display: inline-block;
  position: relative;
}
.c-list-property .grid__item .c-status .c-cat-tag:nth-child(2):before {
  content: "/";
}
.c-list-property .grid__item .c-cat-tag.c-cat-sale {
  color: #673C4f;
}
.c-list-property .grid__item .c-cat-tag.c-cat-let {
  color: #48A9A6;
}
.c-list-property .grid__item .c-cat-tag.c-cat-sold {
  color: #90D1E8;
}
.c-list-property .grid__item .c-cat-tag.c-cat-temp-let {
  color: #266DD3;
}
.c-list-property .grid__item .c-cat-tag.c-cat-tolet {
  color: #FF5A5F;
}
.c-list-property .grid__item .c-cat-tag.c-cat-offer {
  color: #79577B;
}

.c-property-contact {
  margin-top: 60px;
  margin-bottom: 60px;
}
.c-property-contact ul {
  padding: 0;
  margin: 0;
}
.c-property-contact ul li {
  list-style-type: none;
}
.c-property-contact .c-property-contact-pic {
  max-width: 200px;
}

.c-property-next .c-property-next-pic {
  max-width: 200px;
}

.c-property-image {
  margin-bottom: 2rem;
}

.c-property-backbtn {
  display: none;
}
@media (min-width: 48em) {
  .c-property-backbtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.c-property-backbtn a {
  margin: 0;
}

.c-availability h3 {
  display: inline-block;
}
.c-availability h3:nth-child(2):before {
  content: "/";
}

.features-section .c-features-box {
  display: block;
  justify-content: space-between;
  margin-top: 20px;
  border-top: 1px solid #f3f3f3;
  padding: 10px 0;
}
@media (min-width: 48em) {
  .features-section .c-features-box {
    display: flex;
  }
}
.features-section .c-features-box .feature-type {
  width: 100%;
}
@media (min-width: 48em) {
  .features-section .c-features-box .feature-type {
    width: 45%;
  }
}
.features-section .c-features-box .feature-content {
  width: 100%;
}

.c-property-sliderWrap {
  display: block;
  margin-bottom: 4rem;
  position: relative;
}
@media (min-width: 48em) {
  .c-property-sliderWrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.c-property-slider,
.c-property-sliderRight {
  width: 100%;
}
@media (min-width: 48em) {
  .c-property-slider,
  .c-property-sliderRight {
    width: 48%;
  }
}

.c-zone h4,
.c-zone .c-more {
  display: inline-block;
}
.c-zone h4:after,
.c-zone .c-more:after {
  content: "|";
  margin: 0 10px;
  color: #79577B;
}
.c-zone h4:last-child:after,
.c-zone .c-more:last-child:after {
  content: "";
}

.table-container {
  display: flex;
  flex-flow: column nowrap;
  background-color: white;
  width: 100%;
}
.table-container .table-row {
  width: 100%;
  border-bottom: solid 1px #E2EFF5;
}
@media (min-width: 64em) {
  .table-container .table-row {
    display: flex;
    flex-flow: row nowrap;
  }
}
.table-container .table-row.heading {
  display: none;
}
@media (min-width: 64em) {
  .table-container .table-row.heading {
    background-color: #E2EFF5;
    font-weight: bold;
    display: flex;
    padding: 10px;
  }
}
.table-container .table-row .row-item {
  display: flex;
  font-size: 14px;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.15s ease-in-out;
  width: 100%;
  padding-top: 10px;
}
@media (min-width: 64em) {
  .table-container .table-row .row-item {
    flex: 1;
    padding: 8px 10px 8px 0;
  }
}
@media (min-width: 64em) {
  .table-container .table-row .row-item.spacer {
    flex: 2;
  }
}
.table-container .table-row .row-item.title {
  font-weight: 600;
}
@media (min-width: 64em) {
  .table-container .table-row .row-item.title {
    font-weight: 300;
  }
}

.c-list-require {
  margin-top: 30px;
}
.c-list-require li img {
  max-width: 170px;
}

.c-list-services {
  margin-top: 30px;
}
.c-list-services h2 {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 80%;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.c-list-services h4 {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 80%;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.c-list-services .img-fill {
  position: relative;
  overflow: hidden;
  width: 100%;
  line-height: 0;
}
.c-list-services .img-fill:before {
  background-color: rgba(0, 65, 91, 0.45);
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  mix-blend-mode: multiply;
  transition: all 0.5s ease-in-out;
}
.c-list-services .img-fill:after {
  background-color: rgba(255, 0, 0, 0);
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out;
}
.c-list-services .img-fill img {
  width: 100%;
  overflow: hidden;
}
.c-list-services .img-fill .c-arrow {
  background-image: url("../assets/icon-arrow-white.svg");
  background-size: 0;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  width: 0;
  height: 0;
  top: 40%;
  left: 50%;
  transform: translate(-40%, -50%);
  z-index: 999;
  transition: all 0.5s ease-in-out;
}
.c-list-services a:hover h2 {
  top: 70%;
  transform: translateZ(-70%);
}
.c-list-services a:hover .img-fill:before {
  background-color: rgba(0, 65, 91, 0.1);
}
.c-list-services a:hover .img-fill:after {
  background-color: rgba(255, 90, 95, 0.5);
  mix-blend-mode: multiply;
  transform: scale(1);
}
.c-list-services a:hover .img-fill .c-arrow {
  background-size: 50px;
  width: 50px;
  height: 50px;
}

.c-casestudy-image {
  position: relative;
  max-width: 500px;
  margin: 60px 0;
}
.c-casestudy-image img {
  border-radius: 50%;
}

.c-casestudy-logo {
  max-width: 100px;
}

.c-slider-caseStudy h4 {
  color: #90D1E8;
}
.c-slider-caseStudy .c-inside {
  padding: 40px 0;
}
.c-slider-caseStudy .c-slider-item {
  display: flex;
  align-items: center;
}

@media (min-width: 64em) {
  body.services .c-5842 {
    align-items: center;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0rem;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  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;
}

.c-slider-item {
  position: relative;
}

ul.slick-dots {
  position: relative;
  bottom: 10px;
  left: 0;
  text-align: center;
}
@media (min-width: 48em) {
  ul.slick-dots {
    position: absolute;
    right: 0;
    left: initial;
  }
}
ul.slick-dots li {
  display: inline-block;
  padding-left: 10px;
}

.slick-dots {
  position: absolute;
  bottom: 40px;
  right: 30px;
  padding-left: 0;
  list-style-type: none;
}
.slick-dots li {
  display: inline-block;
  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;
  border: none;
  border-radius: 0;
  background: transparent url("../assets/dot.png") no-repeat 0 0;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background: transparent url("../assets/dot-active.png") no-repeat 0 0;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0rem;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  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: 20px;
  background-image: url("../assets/arrow-prev-slider.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 44px;
  background-color: rgba(0, 65, 91, 0.3);
  border-radius: 50%;
  width: 68px;
  height: 68px;
}
.slick-prev.slick-disabled {
  display: none !important;
}

.slick-next {
  right: 20px;
  background-image: url("../assets/arrow-next-slider.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 44px;
  background-color: rgba(0, 65, 91, 0.3);
  border-radius: 50%;
  width: 68px;
  height: 68px;
}
.slick-next.slick-disabled {
  display: none !important;
}

.c-slider-nav .c-slider-item {
  margin: 20px 20px 20px 0;
}

.c-slider-featProperty {
  overflow: hidden;
}
.c-slider-featProperty .slick-next {
  right: 0;
  top: 20%;
}
@media (min-width: 48em) {
  .c-slider-featProperty .slick-next {
    background-color: rgba(0, 65, 91, 0);
    top: 50%;
  }
}
.c-slider-featProperty .slick-prev {
  left: 0;
  top: 20%;
}
@media (min-width: 48em) {
  .c-slider-featProperty .slick-prev {
    background-color: rgba(0, 65, 91, 0);
    top: 50%;
  }
}

@media (min-width: 48em) {
  .c-slider-homeHero ul.slick-dots {
    right: 20px;
  }
}

.c-slider-caseStudy {
  padding: 20px 0 10px;
}
@media (min-width: 48em) {
  .c-slider-caseStudy {
    padding: 0;
  }
}

.c-slider-for .slick-next {
  right: 0;
}
.c-slider-for .slick-prev {
  left: 0;
}

/*------------------------------------*\
  #TEAM styling
\*------------------------------------*/
.c-list-team {
  margin-top: 30px;
}
.c-list-team .grid__item .img-fill {
  position: relative;
  overflow: hidden;
  width: 100%;
  line-height: 0;
  margin-bottom: 1rem;
}
.c-list-team .grid__item .img-fill:before {
  background-color: rgba(255, 90, 95, 0);
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  mix-blend-mode: multiply;
  transition: all 0.3s ease-in-out;
}
.c-list-team .grid__item .img-fill img {
  width: 100%;
  overflow: hidden;
}
.c-list-team .grid__item:hover {
  cursor: pointer;
}
.c-list-team .grid__item:hover .img-fill:before {
  background-color: rgba(255, 90, 95, 0.5);
  mix-blend-mode: multiply;
  transform: scale(1);
}

.c-rel-contact img {
  max-width: 336px;
}

.c-modal-popup {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  top: 0;
  overflow: scroll;
}

.c-bio-wrapper {
  position: absolute;
  height: auto;
  width: 100%;
  background-color: white;
  display: block;
  overflow: scroll;
}
@media (min-width: 48em) {
  .c-bio-wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
  }
}
@media (min-width: 64em) {
  .c-bio-wrapper {
    max-width: 1024px;
    overflow: hidden;
  }
}
.c-bio-wrapper .c-btn-back {
  display: inline-block;
  padding: 13px 20px 20px 32px;
}
@media (min-width: 48em) {
  .c-bio-wrapper .c-btn-back {
    display: none;
  }
}
.c-bio-wrapper .c-icon--close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
}
.c-bio-wrapper img {
  width: 100%;
  height: auto;
}
.c-bio-wrapper .c-popup-right {
  padding: 20px;
}
@media (min-width: 48em) {
  .c-bio-wrapper .c-popup-right {
    padding: 40px;
  }
}
.c-bio-wrapper .c-biotext {
  border-top: solid 2px red;
  padding: 25px 0;
}

.c-contact-detail {
  display: block;
}

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

.c-popup-right {
  width: 100%;
}
@media (min-width: 48em) {
  .c-popup-right {
    width: 60%;
  }
}
.c-popup-right img {
  width: 60%;
  padding: 30px 0 0 30px;
  display: block;
}
@media (min-width: 48em) {
  .c-popup-right img {
    width: 100%;
    padding: 0;
  }
}

.c-close-square {
  background-color: white;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 0;
}
@media (min-width: 48em) {
  .c-close-square {
    top: 0;
    right: 0;
  }
}
.c-close-square:hover {
  cursor: pointer;
}

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