@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;
  }
}
@font-face {
  font-family: "GtUltraFineBold";
  src: url("../fonts/gtultrafine-bold-webfont.woff2") format("woff2"), url("../fonts/gtultrafine-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GtUltraFineReg";
  src: url("../fonts/gtultrafine-regular-webfont.woff2") format("woff2"), url("../fonts/gtultrafine-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FunkisAbold";
  src: url("../fonts/funkis_a_bold-webfont.woff2") format("woff2"), url("../fonts/funkis_a_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FunkisAinktraps";
  src: url("../fonts/funkis_a_inktraps_regular-webfont.woff2") format("woff2"), url("../fonts/funkis_a_inktraps_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FunkisAlight";
  src: url("../fonts/funkis_a_light-webfont.woff2") format("woff2"), url("../fonts/funkis_a_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FunkisAmedium";
  src: url("../fonts/funkis_a_medium-webfont.woff2") format("woff2"), url("../fonts/funkis_a_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FunkisAreg";
  src: url("../fonts/funkis_a_regular-webfont.woff2") format("woff2"), url("../fonts/funkis_a_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
  #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-family: "brown-light", sans-serif;
  font-size: 1.125rem;
  color: #363636;
  margin-bottom: 10px;
  border: solid 1px red;
  background-color: #F7F7F7;
}
form textarea {
  height: 140px;
}

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

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

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

.c-form .wf-group {
  position: relative;
}
.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.875rem;
  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: 1.125rem;
  line-height: 22px;
}
.errors li {
  display: inline-block;
}

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

select {
  padding: 10px;
  font-family: "FunkisAreg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 22px;
  color: #001689;
  background-color: rgba(112, 112, 112, 0.2);
  border-color: rgba(112, 112, 112, 0.2);
}

.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;
  }
}

h1 {
  font-family: "GtUltraFineReg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 40px;
  margin-bottom: 8px;
  color: #001689;
  text-align: center;
}
@media (min-width: 48em) {
  h1 {
    font-size: 5rem;
    line-height: 88px;
  }
}
h1.black {
  color: black;
}

h2 {
  font-family: "GtUltraFineReg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 22px;
  color: #001689;
  border-bottom: solid 1px #001689;
  padding-bottom: 10px;
}
@media (min-width: 48em) {
  h2 {
    color: #0450A7;
    font-size: 1.25rem;
    line-height: 40px;
    padding-bottom: 15px;
  }
}
h2.white {
  color: white;
  border-bottom: solid 1px white;
}
h2.black {
  color: black;
  border-bottom: solid 1px black;
}

h3 {
  font-family: "GtUltraFineReg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 8px;
  color: #001689;
}
@media (min-width: 48em) {
  h3 {
    font-size: 2.5rem;
    line-height: 50px;
  }
}
h3.black {
  color: black;
}

h4 {
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 1rem;
}

.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-pad-topbtm60 {
  padding: 60px 0;
}

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

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

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

.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: #363636;
  font-family: "FunkisAlight", serif;
  font-weight: 500;
  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: #001689;
}
a:hover {
  color: #37D083;
}
a.c-entry-title {
  border-bottom: solid 3px #001689;
  display: inline-block;
}
a.c-entry-title:hover {
  color: #37D083;
  border-bottom: solid 3px #37D083;
}

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

.c-search-criteria {
  background-color: rgba(112, 112, 112, 0.1);
  text-align: left;
  width: 100%;
  padding: 10px 0 10px 10px;
  border-bottom: solid 1px #001689;
}
.c-search-criteria strong {
  text-transform: capitalize;
}

.c-highlight {
  color: #37D083;
}

.c-text-blue {
  color: #001689;
}

.c-standfirst {
  font-family: "GtUltraFineReg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 40px;
  color: #0450A7;
  text-align: center;
}

.c-number {
  color: rgba(4, 80, 167, 0.2);
  width: 100px;
}
.c-number.black {
  color: rgba(0, 0, 0, 0.2);
}

.c-subheading {
  font-family: "GtUltraFineBold", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 40px;
}

.c-aboutheading {
  font-family: "FunkisAreg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 32px;
  color: #001689;
}
@media (min-width: 48em) {
  .c-aboutheading {
    font-size: 2.5rem;
    line-height: 45px;
  }
}

.c-servicesheading {
  font-family: "FunkisAreg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 28px;
  color: #001689;
  text-align: center;
  margin: 60px auto;
}

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

.c-minititle {
  font-family: "FunkisAreg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 20px;
  color: #0450A7;
  text-align: center;
}

/*------------------------------------*\
  #VARIOUS BLOCK STYLES
\*------------------------------------*/
.l-content {
  width: 100%;
  display: block;
  position: relative;
}

.c-has-hero.l-content {
  margin-top: 0;
}

.l-row-wrap {
  width: 100%;
  position: relative;
  padding: 0;
}
.l-row-wrap.c-bkgd-green {
  background-color: #37D083;
  color: white;
}
.l-row-wrap.c-bkgd-green a {
  color: black;
}
.l-row-wrap.c-bkgd-green a:hover {
  color: white;
}

.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: 1640px;
    margin: 0 auto;
  }
}

.c-row {
  position: relative;
}

.c-5050 {
  display: flex;
  position: relative;
  flex-direction: column;
}
@media (min-width: 64em) {
  .c-5050 {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    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: 64em) {
  .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: 83.375em) {
  .c-5050 .c-5050-left .inside,
  .c-5050 .c-5050-right .inside {
    padding: 0 20px;
  }
}
@media (min-width: 64em) {
  .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: 64em) {
  .c-5050 .c-5050-left {
    margin-bottom: 0;
  }
}

.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;
  }
}

.c-about-infoblock {
  color: white;
  line-height: 0;
  background-color: #001689;
}
@media (min-width: 48em) {
  .c-about-infoblock {
    min-height: 100%;
  }
}
.c-about-infoblock .c-color-overlay {
  background-color: rgba(0, 22, 137, 0.8);
  height: 100%;
  position: absolute;
  line-height: 0;
  width: 100vw;
  top: 0;
  mix-blend-mode: multiply;
}
@media (min-width: 48em) {
  .c-about-infoblock .c-5050 {
    min-height: 100%;
    position: absolute;
    align-items: center;
    z-index: 555;
    top: 0;
  }
}
.c-about-infoblock .c-5050-left {
  font-family: "FunkisAbold", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 38px;
  padding-top: 40px;
}
@media (min-width: 83.375em) {
  .c-about-infoblock .c-5050-left {
    font-size: 3.125rem;
    line-height: 55px;
    padding-top: 0;
  }
}
.c-about-infoblock .c-5050-right {
  font-size: 1.375rem;
  line-height: 28px;
}
@media (min-width: 83.375em) {
  .c-about-infoblock .c-5050-right {
    font-size: 1.875rem;
    line-height: 38px;
    padding: 0 40px;
  }
}

.c-terms h2 {
  margin: 40px 0 20px 0;
}

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

.c-burgermenu {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1010;
  height: 47px;
  width: 33px;
}
@media (min-width: 48em) {
  .c-burgermenu {
    right: 0;
  }
}
.c-burgermenu:hover .bar1,
.c-burgermenu:hover .bar2,
.c-burgermenu:hover .bar3,
.c-burgermenu:hover .bar4 {
  background-color: #37D083;
}
.c-burgermenu .bar1,
.c-burgermenu .bar2,
.c-burgermenu .bar3,
.c-burgermenu .bar4 {
  width: 33px;
  height: 5px;
  background-color: #001689;
  margin: 0 0 5px 0;
  transition: 0.4s;
}
.c-burgermenu.change .bar1 {
  background-color: white;
  -webkit-transform: rotate(-45deg) translate(-6px, 5px);
  transform: rotate(-45deg) translate(-6px, 5px);
  margin-top: 10px;
}
.c-burgermenu.change .bar2 {
  opacity: 0;
}
.c-burgermenu.change .bar3 {
  opacity: 0;
}
.c-burgermenu.change .bar4 {
  background-color: white;
  -webkit-transform: rotate(45deg) translate(-16px, -15px);
  transform: rotate(45deg) translate(-16px, -15px);
}

.c-btn {
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  font-family: "FunkisAreg", serif;
  font-weight: 500;
  font-style: normal;
  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: transparent;
  color: #37D083;
  padding: 8px 15px;
  margin: 10px 0;
  line-height: normal;
  border: solid 1px #37D083;
  border-radius: 30px;
}
.c-btn-primary:hover {
  color: white;
  background-color: #37D083;
  cursor: pointer;
}
@media (min-width: 48em) {
  .c-btn-primary {
    font-size: 1.25rem;
  }
}

.c-btn-secondary {
  line-height: 20px;
  border: solid 0 transparent;
  background-color: transparent;
  padding: 0 32px 0 0;
  color: #001689;
  margin: 10px 0;
}
.c-btn-secondary::after {
  content: "";
  background-image: url("../assets/button-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 3px;
  position: absolute;
  width: 33px;
  height: 24px;
  right: -10px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.c-btn-secondary:hover {
  border-bottom: solid 0 transparent;
}
.c-btn-secondary:hover::after {
  right: -15px;
}

button.c-btn {
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  padding: 8px 15px;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  color: #37D083;
  margin: 10px 15px 10px 0;
  letter-spacing: 1px;
  line-height: normal;
  border: solid 1px #37D083;
  border-radius: 30px;
}
button.c-btn:hover {
  color: white;
  background-color: #37D083;
  cursor: pointer;
  text-decoration: none;
}

.c-btn-centre {
  display: block;
  margin: 0 auto;
  width: 220px;
}

.c-btn-right {
  display: block;
  margin: 0 0 0 auto;
  width: 220px;
}

.c-btn-pdf {
  font-size: 1rem;
}

.c-external {
  display: inline-block;
  margin-right: 15px;
}
.c-external .c-btn-pdf::after {
  content: "";
  background-image: url("../assets/new-window.png");
  background-repeat: no-repeat;
  background-position: 0 3px;
  position: absolute;
  width: 25px;
  height: 25px;
  right: -10px;
  top: -8px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

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;
  }
}

footer {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 60px;
  padding-top: 90px;
}
footer .l-row-restricted {
  margin-bottom: 50px;
}
@media (min-width: 48em) {
  footer .l-row-restricted {
    margin-bottom: 20px;
  }
}
@media (min-width: 83.375em) {
  footer .l-row-restricted {
    margin-bottom: 40px;
  }
}
footer a {
  color: #0450A7;
}

.c-footer-title {
  font-family: "FunkisAreg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
}

.c-footer-text {
  font-family: "GtUltraFineReg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 30px;
  color: #0450A7;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
@media (min-width: 48em) {
  .c-footer-text {
    font-size: 1.875rem;
    line-height: 40px;
  }
}

.c-footer-logo {
  display: inline-block;
  width: 128px;
  margin-bottom: 65px;
}
@media (min-width: 48em) {
  .c-footer-logo {
    margin-bottom: 100px;
  }
}

.c-copyright-row {
  border-top: solid 1px #001689;
  padding-top: 30px;
}

.c-footer-33-cols {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  .c-footer-33-cols {
    margin-bottom: 60px;
    flex-direction: row;
  }
}
@media (min-width: 64em) {
  .c-footer-33-cols {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
  }
}
.c-footer-33-cols .c-footer-33 {
  position: relative;
  flex: 0 1 100%;
  text-align: left;
}
@media (min-width: 64em) {
  .c-footer-33-cols .c-footer-33 {
    flex: 0 1 33%;
  }
}
.c-footer-33-cols .c-footer-33.h-right {
  text-align: left;
}
@media (min-width: 48em) {
  .c-footer-33-cols .c-footer-33.h-right {
    text-align: right;
  }
}
.c-footer-33-cols .c-footer-33.h-center {
  text-align: left;
}
@media (min-width: 48em) {
  .c-footer-33-cols .c-footer-33.h-center {
    text-align: center;
  }
}
.c-footer-33-cols ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-footer-33-cols ul li {
  display: inline-block;
  margin-right: 15px;
}
@media (min-width: 48em) {
  .c-footer-33-cols ul li {
    margin-left: 30px;
    margin-right: 0;
  }
}

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

.c-footer-5-7-cols {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 37.5em) {
  .c-footer-5-7-cols {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 100px;
  }
}
.c-footer-5-7-cols .c-footer-5 {
  position: relative;
  flex: 0 1 100%;
  margin-bottom: 40px;
}
@media (min-width: 37.5em) {
  .c-footer-5-7-cols .c-footer-5 {
    flex: 0 1 48%;
    margin-bottom: 0;
  }
}
.c-footer-5-7-cols .c-footer-7 {
  position: relative;
  flex: 0 1 100%;
}
@media (min-width: 37.5em) {
  .c-footer-5-7-cols .c-footer-7 {
    flex: 0 1 52%;
  }
}

.c-footer-rics {
  position: relative;
  display: inline-block;
  width: 128px;
  margin-top: 40px;
}
@media (min-width: 37.5em) {
  .c-footer-rics {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
  }
}

.l-header {
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 600;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .l-header {
    height: 150px;
  }
}

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

.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: translateY(-100%);
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  background-color: #001689;
  height: 100%;
}
.c-nav-mobile .c-nav-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: right;
}
.c-nav-mobile ul {
  font-family: "GtUltraFineReg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 70px;
  padding: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  width: 80%;
}
@media (min-width: 48em) {
  .c-nav-mobile ul {
    width: 48%;
  }
}
.c-nav-mobile ul li {
  display: block;
  margin-bottom: 10px;
}
.c-nav-mobile ul li a {
  color: white;
}
.c-nav-mobile ul li a:hover {
  color: #37D083;
}
.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: translateY(0%);
}
.c-nav-mobile.open ul {
  font-size: 2.25rem;
  line-height: 42px;
  opacity: 1;
}
@media (min-width: 48em) {
  .c-nav-mobile.open ul {
    font-size: 3.125rem;
    line-height: 70px;
  }
}

.c-hero {
  width: calc(100% - 40px);
  line-height: 0;
  position: relative;
  background-color: black;
  margin: 0 20px 60px 20px;
}
@media (min-width: 48em) {
  .c-hero {
    width: 100%;
    margin: 0 0 100px 0;
  }
}
@media (min-width: 83.375em) {
  .c-hero {
    max-height: 100vh;
    overflow: hidden;
  }
}
.c-hero .img-fill {
  overflow: hidden;
  width: 100%;
  height: 198px;
  line-height: 0;
}
@media (min-width: 37.5em) {
  .c-hero .img-fill {
    height: 300px;
  }
}
@media (min-width: 48em) {
  .c-hero .img-fill {
    height: auto;
  }
}
.c-hero .img-fill:before {
  background-color: rgba(32, 34, 48, 0.1);
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}
@media (min-width: 48em) {
  .c-hero .img-fill:before {
    background-color: rgba(32, 34, 48, 0.5);
  }
}
.c-hero .img-fill img {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 48em) {
  .c-hero .img-fill img {
    height: auto;
    width: 100vw;
  }
}

.c-hero-h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 300;
  padding: 0;
  width: 90%;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media (min-width: 48em) {
  .c-hero-h1 {
    padding: 0 10%;
  }
}
@media (min-width: 64em) {
  .c-hero-h1 {
    padding: 0 20%;
  }
}
.c-hero-h1 h1 {
  position: relative;
  color: white;
}
.c-hero-h1 .c-hero-link {
  top: 20px;
  position: relative;
  color: white;
  border-bottom: solid 2px black;
  font-size: 1rem;
}
@media (min-width: 48em) {
  .c-hero-h1 .c-hero-link {
    top: 30px;
    font-size: 1.375rem;
  }
}
.c-hero-h1 .c-hero-link:hover {
  border-bottom: solid 2px red;
}
.c-hero-h1 h2 {
  font-size: 2.25rem;
  line-height: 40px;
  margin-bottom: 1rem;
  position: relative;
  color: white;
}
@media (min-width: 83.375em) {
  .c-hero-h1 h2 {
    font-size: 4.375rem;
    line-height: 78px;
  }
}

.hero-mobile {
  text-align: left;
  padding: 40px 0;
}

.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-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: #37D083;
}

/* 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: 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-slider-item {
  position: relative;
}
.c-slider-item .img-fill {
  overflow: hidden;
  width: 100%;
  height: auto;
  line-height: 0;
}
.c-slider-item .img-fill::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../assets/icon-play.svg");
  background-repeat: no-repeat;
  background-size: 46px 40px;
  width: 46px;
  height: 40px;
}

.c-article-date {
  position: absolute;
  top: 0;
  right: 0;
}

.c-news-article h1 {
  font-size: 2.5rem;
  line-height: 50px;
  margin-bottom: 60px;
  text-align: left;
  color: black;
}
@media (min-width: 48em) {
  .c-news-article h1 {
    font-size: 3.75rem;
    line-height: 68px;
  }
}
.c-news-article .c-subheading {
  margin-bottom: 20px;
}

.prev-next .c-list-updates .grid__item {
  margin-bottom: 0;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 30px 0;
}
.prev-next h3 {
  color: black;
}
@media (min-width: 48em) {
  .prev-next .c-btn {
    bottom: 30px;
    margin-bottom: 0;
  }
}

.c-theme-58 {
  color: #37D083;
}

.c-theme-59 {
  color: orange;
}

.c-theme-650 {
  color: #37D083;
}

.c-theme-170 {
  color: red;
}

.c-list-property li {
  border-bottom: solid 1px #001689;
}
@media (min-width: 48em) {
  .c-list-property li:nth-last-child(-n+2) {
    border-bottom: solid 1px transparent;
  }
}
.c-list-property li:nth-child(odd) {
  padding: 22px 0;
}
@media (min-width: 48em) {
  .c-list-property li:nth-child(odd) {
    border-right: solid 1px #001689;
    padding: 30px 22px 30px 0;
  }
}
.c-list-property li:nth-child(even) {
  padding: 22px 0;
}
@media (min-width: 48em) {
  .c-list-property li:nth-child(even) {
    padding: 30px 0 30px 22px;
  }
}
.c-list-property .c-property-flex {
  display: block;
}
@media (min-width: 48em) {
  .c-list-property .c-property-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.c-list-property .c-property-flex .c-right {
  width: 185px;
  text-align: left;
}
@media (min-width: 48em) {
  .c-list-property .c-property-flex .c-right {
    text-align: right;
  }
}
.c-list-property .c-location {
  display: inline-block;
  margin-right: 20px;
  color: #001689;
  font-family: "FunkisAbold", serif;
  font-weight: 500;
  font-style: normal;
}
.c-list-property .c-type {
  display: inline-block;
  color: rgba(55, 208, 131, 0.8);
}
.c-list-property .c-cat-tag {
  font-family: "FunkisAbold", serif;
  font-weight: 500;
  font-style: normal;
}
.c-list-property .c-cat-tag span {
  display: block;
}
@media (min-width: 48em) {
  .c-list-property .c-cat-tag span {
    display: inlnie-block;
  }
}

.c-image-holder {
  display: block;
  overflow: hidden;
  margin-bottom: 1rem;
}

.c-zoom-property img {
  display: block;
  transition: all 0.3s ease-in-out;
}
.c-zoom-property .c-showhide {
  display: block;
  opacity: 1;
  position: relative;
}
.c-zoom-property h3 {
  position: relative;
}
.c-zoom-property:hover img {
  transform: scale(1.1);
}
.c-zoom-property:hover h3 {
  top: 0;
}
.c-zoom-property:hover .c-location {
  color: #001689;
}

.c-property-filterlinks {
  margin-top: 30px;
  list-style-type: none;
  font-family: "GtUltraFineReg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  padding: 0;
}
@media (min-width: 48em) {
  .c-property-filterlinks {
    font-size: 1.25rem;
    line-height: 26px;
    text-align: center;
    margin: 60px auto;
  }
}
.c-property-filterlinks a {
  color: #001689;
}
.c-property-filterlinks li {
  display: inline-block;
  margin-right: 20px;
}
@media (min-width: 48em) {
  .c-property-filterlinks li {
    margin-right: 60px;
  }
}
.c-property-filterlinks li:nth-last-child(-n+1) {
  margin-right: 0;
}
.c-property-filterlinks .active {
  border-bottom: solid 1px #001689;
}

.c-form-filters {
  text-align: center;
  margin: 20px auto 60px;
}
@media (min-width: 48em) {
  .c-form-filters {
    margin: 60px auto;
  }
}
.c-form-filters label {
  display: none;
}
.c-form-filters div {
  display: block;
}
@media (min-width: 48em) {
  .c-form-filters div {
    display: inline-block;
  }
}
.c-form-filters select {
  margin-bottom: 10px;
}
.c-property-entry h1 {
  text-align: left;
  margin-bottom: 40px;
}
.c-property-entry .c-accommodationInfo table {
  margin-bottom: 1rem;
}
.c-property-entry .c-accommodationInfo table td {
  padding-right: 10px;
}
.c-property-entry .c-property-subheading {
  font-family: "FunkisAreg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 28px;
  color: #001689;
  margin-bottom: 20px;
}
.c-property-entry .l-property-cats {
  font-family: "FunkisAbold", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 28px;
  color: #37D083;
  margin-Bottom: 40px;
}
@media (min-width: 48em) {
  .c-property-entry .l-property-cats {
    text-align: right;
    margin-bottom: 0;
  }
}
.c-property-entry .l-property-cats .c-location {
  color: #001689;
}
.c-property-entry .l-property-cats div {
  display: block;
}
@media (min-width: 48em) {
  .c-property-entry .l-property-cats div {
    display: inline-block;
    margin-left: 30px;
  }
}
.c-property-entry .c-property-subhead {
  font-family: "GtUltraFineReg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 24px;
  color: #001689;
  margin-bottom: 20px;
}
.c-property-entry .c-property-contact ul {
  padding: 0;
  margin: 0;
}
.c-property-entry .c-property-contact ul li {
  list-style-type: none;
}
.c-property-entry .c-location {
  text-transform: uppercase;
}

@media (min-width: 64em) {
  .l-cssgrid-wrapper .l-property-image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
    position: relative;
    grid-row: 1/span 1;
  }
}
@media (min-width: 64em) {
  .l-cssgrid-wrapper .l-property-title {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2/span 5;
    grid-row: 1/span 1;
  }
}
@media (min-width: 64em) {
  .l-cssgrid-wrapper .l-property-cats {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
    grid-row: 1/span 1;
  }
}
@media (min-width: 64em) {
  .l-cssgrid-wrapper .c-property-col1 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2/span 5;
    grid-row: 1/span 1;
    padding-right: 60px;
  }
}
@media (min-width: 64em) {
  .l-cssgrid-wrapper .c-property-col2 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
    grid-row: 1/span 1;
  }
}
.l-cssgrid-wrapper .c-property-contact {
  margin-bottom: 60px;
}
@media (min-width: 48em) {
  .l-cssgrid-wrapper .c-property-contact {
    margin-bottom: 0;
  }
}
@media (min-width: 64em) {
  .l-cssgrid-wrapper .c-property-contact {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1/span 7;
    grid-row: 1/span 1;
  }
}
@media (min-width: 64em) {
  .l-cssgrid-wrapper .c-property-next {
    -ms-grid-column: 8;
    -ms-grid-column-span: 5;
    grid-column: 8/span 5;
    grid-row: 1/span 1;
  }
}
.l-cssgrid-wrapper .c-property-contact-pic {
  display: inline-block;
  width: 50%;
  margin-top: 30px;
}
@media (min-width: 48em) {
  .l-cssgrid-wrapper .c-property-contact-pic {
    width: 26%;
  }
}
.l-cssgrid-wrapper .c-property-contact-info {
  display: inline-block;
  width: 100%;
  font-family: "FunkisAreg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 28px;
  color: #001689;
}
@media (min-width: 48em) {
  .l-cssgrid-wrapper .c-property-contact-info {
    width: 59%;
    padding-left: 10px;
  }
}
.l-cssgrid-wrapper .c-property-next-info {
  width: 90%;
  margin-top: 30px;
  vertical-align: top;
}
@media (min-width: 48em) {
  .l-cssgrid-wrapper .c-property-next-info {
    width: 40%;
    display: inline-block;
  }
}
.l-cssgrid-wrapper .c-property-next-pic {
  width: 50%;
  margin-top: 30px;
}
@media (min-width: 48em) {
  .l-cssgrid-wrapper .c-property-next-pic {
    width: 59%;
    display: inline-block;
  }
}

.c-slider-property .c-slider-item {
  padding: 0 15px;
}
@media (min-width: 48em) {
  .c-slider-property .slick-next {
    right: 100px;
  }
}
@media (min-width: 48em) {
  .c-slider-property .slick-prev {
    left: 100px;
  }
}

.c-list-services {
  margin-top: 30px;
}
.c-list-services .c-thing {
  position: relative;
}
.c-list-services .c-thing:hover .c-btn-primary {
  color: white;
  background-color: #37D083;
  cursor: pointer;
}
.c-list-services .c-info {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: calc(100% - 40px);
  width: 100%;
  padding: 0 10%;
}
@media (min-width: 48em) {
  .c-list-services .c-info {
    padding: 0 10%;
  }
}
@media (min-width: 64em) {
  .c-list-services .c-info {
    padding: 0 16%;
  }
}
.c-list-services .c-info h3 {
  color: white;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  font-family: "GtUltraFineReg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 8px;
}
@media (min-width: 83.375em) {
  .c-list-services .c-info h3 {
    font-size: 2.3125rem;
    line-height: 46px;
  }
}
.c-list-services .c-extra {
  font-family: "FunkisAreg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.c-list-services .c-extra .c-text {
  display: none;
}
@media (min-width: 64em) {
  .c-list-services .c-extra .c-text {
    display: block;
    color: #0450A7;
    text-align: right;
    padding-left: 10px;
  }
}

.l-services .c-stickyblock-wrap {
  position: relative;
  padding: 10px;
}
@media (min-width: 48em) {
  .l-services .c-stickyblock-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.l-services .c-stickyblock-wrap h2 {
  font-family: "GtUltraFineReg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 40px;
  border-bottom: solid 0 transparent;
}
@media (min-width: 48em) {
  .l-services .c-stickyblock-wrap h2 {
    font-size: 3.125rem;
    line-height: 58px;
    border-bottom: solid 0 transparent;
  }
}
@media (min-width: 64em) {
  .l-services .c-stickyblock-wrap h2 {
    font-size: 4.375rem;
    line-height: 78px;
    border-bottom: solid 0 transparent;
  }
}
@media (min-width: 83.375em) {
  .l-services .c-stickyblock-wrap h2 {
    font-size: 5.625rem;
    line-height: 98px;
    border-bottom: solid 0 transparent;
  }
}
.l-services .c-stickyblock-wrap .c-sticky {
  position: relative;
}
@media (min-width: 48em) {
  .l-services .c-stickyblock-wrap .c-sticky {
    position: sticky;
    top: 100px;
    max-width: 40%;
    order: 1;
  }
}
.l-services .c-stickyblock-wrap .c-notsticky {
  border-top: solid 1px #0450A7;
  padding-top: 30px;
}
@media (min-width: 48em) {
  .l-services .c-stickyblock-wrap .c-notsticky {
    width: 58%;
    order: 2;
  }
}
.l-services .c-stickyblock-wrap .c-notsticky h3 {
  font-family: "GtUltraFineBold", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 40px;
  color: #37D083;
}
.l-services .c-stickyblock-wrap.c-sticky-alt .c-sticky {
  text-align: left;
}
@media (min-width: 48em) {
  .l-services .c-stickyblock-wrap.c-sticky-alt .c-sticky {
    text-align: right;
    order: 2;
  }
}
@media (min-width: 48em) {
  .l-services .c-stickyblock-wrap.c-sticky-alt .c-notsticky {
    order: 1;
  }
}
.l-services .c-minititle {
  text-align: left;
  padding-bottom: 30px;
}
@media (min-width: 48em) {
  .l-services .c-minititle {
    text-align: right;
  }
}
.l-services .c-service-intro {
  font-family: "FunkisAbold", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 35px;
  color: #001689;
  margin: 80px 0 40px 0;
}

.video {
  background-size: cover;
  overflow: hidden;
  line-height: 0;
}
.video.c-vid-1 {
  background-image: url("../assets/videos/fourandco_service_1.jpg");
}
.video.c-vid-2 {
  background-image: url("../assets/videos/fourandco_service_2.jpg");
}
.video.c-vid-3 {
  background-image: url("../assets/videos/fourandco_service_3.jpg");
}
.video.c-vid-4 {
  background-image: url("../assets/videos/fourandco_service_4.jpg");
}

/* Hide Play button + controls on iOS */
video::-webkit-media-controls {
  display: none !important;
}

/*------------------------------------*\
  #TEAM popup styling
\*------------------------------------*/
.c-list-team {
  margin-top: 30px;
}
.c-list-team h3 {
  font-size: 1.75rem;
  line-height: 32px;
}
@media (min-width: 48em) {
  .c-list-team h3 {
    font-size: 1.875rem;
    line-height: 40px;
  }
}
.c-list-team .c-image-holder img {
  display: block;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.c-list-team .c-image-holder img:hover {
  cursor: pointer;
  transform: scale(1.1);
  border-radius: 50%;
}

.c-modal-popup {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  top: 0;
  overflow: scroll;
  animation: modalTransition 0.2s both;
}

.c-bio-wrapper {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 90%;
  max-height: 90%;
  background-color: white;
  padding: 20px;
  overflow: scroll;
  margin: 5%;
  animation: modalSlide 0.5s 0.3s both;
}
@media (min-width: 48em) {
  .c-bio-wrapper {
    position: absolute;
    width: 100%;
    max-width: 60%;
    max-height: 100%;
    top: 0%;
    right: 0%;
    padding: 50px;
    margin: 0;
  }
}
.c-bio-wrapper h2 {
  font-family: "GtUltraFineBold", serif;
  font-weight: 500;
  font-style: normal;
}
.c-bio-wrapper .c-5050 {
  margin-top: 30px;
}
.c-bio-wrapper .c-icon--close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
}
.c-bio-wrapper img {
  width: 100%;
  height: auto;
}

.c-close-square {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: initial;
  right: 0;
  background-color: black;
  padding: 10px;
  z-index: 400;
  animation: modalClose 0.5s 1.3s both;
}
@media (min-width: 48em) {
  .c-close-square {
    background-color: transparent;
    top: 50%;
    left: 30%;
    right: initial;
  }
}
.c-close-square:hover {
  cursor: pointer;
}

.c-bio {
  margin-bottom: 50px;
}

.c-linkedin-icon {
  width: 30px;
  fill: #001689;
  transition: all 0.3s ease-in-out;
}
.c-linkedin-icon:hover {
  fill: #37D083;
}

.c-modal-jobposition {
  position: relative;
  top: 0;
  right: 0;
  font-family: "GtUltraFineReg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 38px;
  color: #0450A7;
}
@media (min-width: 48em) {
  .c-modal-jobposition {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 1.25rem;
    line-height: 40px;
  }
}

.c-teammodal-heading {
  font-family: "FunkisAreg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 28px;
  color: #001689;
}

/*------------------------------------*\
  #TESTIMONIAL
\*------------------------------------*/
.c-testimonial-item {
  display: block;
  padding: 60px 0;
  position: relative;
}
@media (min-width: 64em) {
  .c-testimonial-item {
    display: flex;
    align-items: center;
    padding: 100px 0 100px 130px;
  }
}
.c-testimonial-item .c-33 {
  padding-left: 0;
}
@media (min-width: 64em) {
  .c-testimonial-item .c-33 {
    padding-left: 40px;
  }
}

.c-66 {
  flex: 2;
}

.c-33 {
  flex: 1;
}
.c-33 span {
  display: block;
}

.c-quote-mark {
  font-family: "GtUltraFineBold", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.75rem;
  line-height: 0;
  position: relative;
  top: 60px;
}
@media (min-width: 64em) {
  .c-quote-mark {
    position: absolute;
    font-size: 6.25rem;
    top: 250px;
    left: 117px;
  }
}
@media (min-width: 83.375em) {
  .c-quote-mark {
    top: 256px;
  }
}

.c-quote-text {
  font-family: "GtUltraFineReg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 28px;
  color: black;
}
@media (min-width: 64em) {
  .c-quote-text {
    font-size: 1.875rem;
    line-height: 42px;
  }
}
@media (min-width: 83.375em) {
  .c-quote-text {
    font-size: 2.25rem;
    line-height: 46px;
  }
}

.c-quote-author {
  font-family: "FunkisAbold", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 24px;
}
@media (min-width: 64em) {
  .c-quote-author {
    font-size: 1.875rem;
    line-height: 36px;
  }
}

.c-quote-company {
  font-family: "FunkisAreg", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 24px;
}
@media (min-width: 64em) {
  .c-quote-company {
    font-size: 1.875rem;
    line-height: 36px;
  }
}

.c-list-testimonial .c-quote-mark {
  font-family: "GtUltraFineBold", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.75rem;
  line-height: 0;
  position: relative;
  top: 0;
}
@media (min-width: 48em) {
  .c-list-testimonial .c-quote-mark {
    font-size: 6.25rem;
    top: 0;
    left: 0;
  }
}
@media (min-width: 83.375em) {
  .c-list-testimonial .c-quote-mark {
    font-size: 6.25rem;
    top: 0;
    left: 0;
  }
}
.c-list-testimonial .c-testimonial-item {
  margin-bottom: 40px;
  padding: 0;
}
@media (min-width: 48em) {
  .c-list-testimonial .c-testimonial-item {
    margin-bottom: 40px;
    padding: 0;
  }
}
.c-list-testimonial .c-quote-text {
  font-size: 1.125rem;
  line-height: 24px;
  padding-right: 40px;
}
@media (min-width: 48em) {
  .c-list-testimonial .c-quote-text {
    font-size: 2rem;
    line-height: 38px;
    padding-right: 40px;
  }
}
.c-list-testimonial .c-test-author {
  font-size: 1.125rem;
  line-height: 24px;
}
@media (min-width: 48em) {
  .c-list-testimonial .c-test-author {
    font-size: 1.625rem;
    line-height: 30px;
  }
}
.c-list-testimonial .c-test-company {
  font-size: 1.125rem;
  line-height: 24px;
}
@media (min-width: 48em) {
  .c-list-testimonial .c-test-company {
    font-size: 1.625rem;
    line-height: 30px;
  }
}

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