@charset "UTF-8";
/* ==== Buttons and text links === */
/*------------------------------------*\
  #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;
  color: #626262;
  margin-bottom: 10px;
  border: solid 1px red;
  background-color: #F7F7F7;
  border-radius: 0;
}
form textarea {
  height: 140px;
}

.freeform-row input,
.freeform-row [class*=freeform-col-] textarea,
.freeform-row [class*=freeform-col-] select {
  border-radius: 0 !important;
}

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

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

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

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

.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 .c-form-filter {
  display: block;
}
@media (min-width: 48em) {
  .c-form-filters .c-form-filter {
    display: inline-block;
  }
}
.c-form-filters select {
  margin-bottom: 10px;
}
.freeform-fieldtype-checkbox input[type=checkbox] {
  display: inline-block;
  width: auto;
}
.freeform-fieldtype-checkbox label {
  display: block;
  width: 94%;
  vertical-align: top;
}

.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;
  line-height: 0;
  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;
}
.grid__item div {
  line-height: initial;
}
@media (min-width: 48em) {
  .grid__item {
    width: 100%;
    margin-bottom: 1em;
    list-style-type: none;
    position: relative;
    line-height: 0;
    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;
  }
}
@media (min-width: 48em) {
  .grid__item div {
    line-height: initial;
  }
}
.grid--columns-2 .grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
  line-height: 0;
}
@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-2 .grid__item div {
  line-height: initial;
}
.grid--columns-3 .grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
  line-height: 0;
}
@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-3 .grid__item div {
  line-height: initial;
}
.grid--columns-4 .grid__item {
  width: 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
  line-height: 0;
}
@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: 32%;
  }
  .grid--columns-4 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-4 .grid__item {
    width: 23.5%;
  }
  .grid--columns-4 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(3n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(4n) {
    margin-right: 0;
  }
}
.grid--columns-4 .grid__item div {
  line-height: initial;
}

h1 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 50px;
  margin-bottom: 1rem;
  color: #0071bc;
}
@media (min-width: 83.375em) {
  h1 {
    font-size: 2.875rem;
    line-height: 50px;
  }
}

h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 34px;
  margin-bottom: 1rem;
  color: #0071bc;
}
@media (min-width: 83.375em) {
  h2 {
    font-size: 2.5rem;
    line-height: 44px;
  }
}

h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 1rem;
  color: #0071bc;
}

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-textalign-center {
  text-align: center;
}

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

.h-block-marbtm {
  margin-bottom: 60px;
}

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

/*------------------------------------*\
  #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: #626262;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  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: #ee272a;
}
a:hover {
  color: #d21013;
}

.c-text-bold {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

.l-row-wrap {
  width: 100%;
  position: relative;
  padding: 0;
  clear: both;
}
.l-row-wrap.c-row-blue {
  background-color: #0071bc;
  color: white;
  padding: 60px 0;
}
.l-row-wrap.c-row-yellow {
  background-color: #ffdd00;
  padding: 60px 0;
}

.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: 1240px;
    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-3366 {
  display: flex;
  position: relative;
  flex-direction: column;
}
@media (min-width: 64em) {
  .c-3366 {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
  }
}
.c-3366 .c-3366-left {
  position: relative;
  flex: 0 1 100%;
}
@media (min-width: 64em) {
  .c-3366 .c-3366-left {
    flex: 0 1 33%;
  }
}
.c-3366 .c-3366-right {
  position: relative;
  flex: 0 1 100%;
}
@media (min-width: 64em) {
  .c-3366 .c-3366-right {
    flex: 0 1 66%;
  }
}

.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-hero {
  line-height: 0;
}
.c-hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3d3d3d;
  opacity: 0.5;
}
.c-hero .c-hero-text {
  padding: 0 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 48em) {
  .c-hero .c-hero-text {
    width: calc(100% - 400px);
    margin: 0 200px;
    padding: 0;
  }
}
@media (min-width: 83.375em) {
  .c-hero .c-hero-text {
    max-width: 1240px;
  }
}
.c-hero .c-hero-textwrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: white;
}
.c-hero .c-hero-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 34px;
  margin-bottom: 1rem;
}
@media (min-width: 83.375em) {
  .c-hero .c-hero-title {
    font-size: 2.5rem;
    line-height: 44px;
  }
}

.c-back-link {
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 60px;
}

.c-map iframe {
  max-width: 100%;
}
@media (min-width: 48em) {
  .c-map iframe {
    width: 770px;
  }
}

.c-burger-bars {
  display: inline-block;
}
@media (min-width: 64em) {
  .c-burger-bars {
    display: none;
  }
}

.c-burgermenu {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1010;
  height: 47px;
  width: 50px;
  padding: 6px 10px;
}
.c-burgermenu:hover .bar2 {
  width: 20px;
  margin-left: 0;
}
.c-burgermenu .bar1,
.c-burgermenu .bar2,
.c-burgermenu .bar3 {
  width: 26px;
  height: 2px;
  background-color: white;
  margin: 7px 0px;
  transition: 0.4s;
}
.c-burgermenu.change .bar1 {
  background-color: white;
  -webkit-transform: rotate(-45deg) translate(-4px, 5px);
  transform: rotate(-45deg) translate(-4px, 5px);
  margin-top: 10px;
}
.c-burgermenu.change .bar2 {
  opacity: 0;
}
.c-burgermenu.change .bar3 {
  background-color: white;
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.c-btn {
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  font-family: "proxima-nova", sans-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 {
  background-color: #ee272a;
  color: white;
  padding: 10px 25px 9px;
  margin: 10px 0;
  line-height: normal;
}
.c-btn-primary:hover {
  color: white;
  border: solid 0 transparent;
  background-color: #d21013;
}

.c-btn-secondary {
  line-height: 20px;
  border: solid 0 transparent;
  background-color: transparent;
  padding: 0 32px 0 0;
  color: #ee272a;
  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;
}

.freeform-form button.c-btn,
button.c-btn {
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  padding: 8px 25px;
  text-decoration: none;
  display: inline-block;
  background-color: #ee272a;
  color: white;
  margin-bottom: 10px;
  border: solid 1px #ee272a;
  border-radius: 0px;
}
.freeform-form button.c-btn:hover,
button.c-btn:hover {
  background-color: #d21013;
  color: white;
  text-decoration: none;
  border: solid 1px #d21013;
}

.c-btn-back {
  border-top: solid 1px grey;
  margin-top: 60px;
  padding-top: 10px;
  padding-right: 60px;
}

.c-btn-margin {
  margin-top: 40px;
  margin-bottom: 80px;
}

footer {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 60px;
  background-color: #0071bc;
  color: white;
  padding: 50px 0 0 0;
}
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: white;
}
footer a:hover {
  color: #ffdd00;
}

.c-copyright {
  padding-top: 50px;
  font-size: 0.875rem;
}
@media (min-width: 48em) {
  .c-copyright .c-5050-right a {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.c-copyright .c-5050-right {
  order: 2;
}
.c-copyright ul {
  padding: 0;
  margin: 0;
}
.c-copyright ul li {
  display: inline-block;
  list-style-type: none;
  list-style-image: none;
  padding-left: 0;
  padding-right: 20px;
}

.c-footer {
  display: inline-block;
  width: 100%;
  position: relative;
}
@media (min-width: 37.5em) {
  .c-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }
}
.c-footer .c-item {
  position: relative;
  width: 100%;
}
@media (min-width: 37.5em) {
  .c-footer .c-item {
    flex: 0 1 48%;
  }
}
@media (min-width: 64em) {
  .c-footer .c-item {
    flex: 0 1 23%;
  }
}

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

a.c-madeby {
  color: white;
}

.l-header {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 350;
  transition: all 0.3s ease-in-out;
  margin-bottom: 80px;
  background-color: #ee272a;
  border-top: solid 6px #ffdd00;
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.l-header.menu-open {
  height: initial;
}

body.home .l-header,
body.services .l-header {
  margin-bottom: 0;
}

.c-preheader {
  background-color: #0071bc;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px 20px;
}
@media (min-width: 48em) {
  .c-preheader {
    flex-direction: row;
    align-items: center;
    padding: 4px 30px;
  }
}
.c-preheader .c-preheader-strapline {
  font-size: 0.875rem;
}
.c-preheader .c-preheader-tel {
  font-size: 1.25rem;
  text-align: left;
}
@media (min-width: 48em) {
  .c-preheader .c-preheader-tel {
    text-align: right;
  }
}
.c-preheader .c-preheader-tel a {
  color: white;
}
.c-preheader .c-preheader-tel a:hover, .c-preheader .c-preheader-tel a:focus {
  color: #ffdd00;
}

.c-header-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 6px 20px;
  position: relative;
}
@media (min-width: 48em) {
  .c-header-next {
    padding: 20px 30px 12px 30px;
  }
}

.c-nav-desktop {
  display: none;
}
@media (min-width: 64em) {
  .c-nav-desktop {
    display: block;
    text-transform: uppercase;
    font-size: 0.875rem;
  }
}
.c-nav-desktop .c-menu-items {
  padding: 0;
  margin: 0;
}
.c-nav-desktop li {
  display: inline-block;
  padding-left: 40px;
}
.c-nav-desktop li a {
  padding-bottom: 8px;
  color: white;
}
.c-nav-desktop li a:hover, .c-nav-desktop li a:focus {
  color: #ffdd00;
}
.c-nav-desktop li.active a {
  color: #ffdd00;
}

.c-header-logo {
  width: 140px;
}

.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;
  background-color: #0071bc;
}
.c-nav-mobile .c-nav-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.c-nav-mobile ul {
  font-size: 1rem;
  padding: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.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: #ffdd00;
}
.c-nav-mobile .c-header-logo {
  margin: 10px 20px;
}
.c-nav-mobile.open {
  transform: inherit;
}
.c-nav-mobile.open .c-header-logo {
  margin: 10px 20px;
}
.c-nav-mobile.open .c-overlay-menu {
  transform: translateX(0%);
}
.c-nav-mobile.open ul {
  font-size: 1.875rem;
  opacity: 1;
}

.c-slider-homehero .c-slider-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3d3d3d;
  opacity: 0.5;
}
.c-slider-homehero .c-slider-item .c-hero-text {
  padding: 0 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 48em) {
  .c-slider-homehero .c-slider-item .c-hero-text {
    width: calc(100% - 400px);
    margin: 0 200px;
    padding: 0;
  }
}
@media (min-width: 83.375em) {
  .c-slider-homehero .c-slider-item .c-hero-text {
    max-width: 1240px;
  }
}
.c-slider-homehero .c-slider-item .c-hero-textwrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: white;
  line-height: normal;
}
.c-slider-homehero .c-slider-item .c-hero-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 30px;
  margin-bottom: 1rem;
}
@media (min-width: 83.375em) {
  .c-slider-homehero .c-slider-item .c-hero-title {
    font-size: 2.5rem;
    line-height: 44px;
  }
}
.c-slider-homehero .c-slider-item .c-hero-address {
  display: none;
}
@media (min-width: 64em) {
  .c-slider-homehero .c-slider-item .c-hero-address {
    display: block;
    margin-bottom: 1rem;
  }
}
.c-slider-homehero .c-slider-item .c-hero-size {
  display: none;
}
@media (min-width: 64em) {
  .c-slider-homehero .c-slider-item .c-hero-size {
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 1rem;
  }
}
@media (min-width: 83.375em) {
  .c-slider-homehero .c-slider-item .c-hero-size {
    font-size: 1.375rem;
    line-height: 28px;
  }
}
.c-standfirst {
  padding: 0 50px;
  font-size: 1.375rem;
  line-height: 28px;
  text-align: center;
}

@media (min-width: 64em) {
  .c-enquiry {
    padding: 0 200px;
  }
}

/*------------------------------------*\
  #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-service-list {
  padding-right: 20px;
  margin-top: 0;
}
@media (min-width: 64em) {
  .c-service-list {
    margin-top: 10px;
  }
}

.c-list-property a {
  color: #626262;
}
.c-list-property .c-image {
  margin: 20px 0;
}
.c-list-property h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 34px;
  margin-bottom: 1rem;
  color: #0071bc;
}
@media (min-width: 83.375em) {
  .c-list-property h2 {
    font-size: 1.375rem;
    line-height: 26px;
  }
}
.c-list-property a:hover h2 {
  color: #ee272a;
}

.c-propertylist-wrap {
  display: flex;
}
.c-propertylist-wrap .c-list-title {
  width: 100px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0071bc;
}
.c-propertylist-wrap .c-list-text {
  width: calc(100% - 100px);
}

.c-search-criteria strong {
  text-transform: capitalize;
}

.c-form-filters .c-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48em) {
  .c-form-filters .c-row {
    flex-direction: row;
  }
}
.c-form-filters .c-row .c-form-filter {
  width: 100%;
}
@media (min-width: 48em) {
  .c-form-filters .c-row .c-form-filter {
    width: 33%;
  }
}
.c-form-filters .c-row select {
  width: 100%;
  border-color: #999999;
  height: 51px;
  padding: 15px 10px;
}

.c-property-gallery {
  display: block;
}
.c-property-gallery .c-pg-left {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 48em) {
  .c-property-gallery .c-pg-left {
    width: 40%;
  }
}
.c-property-gallery .c-pg-right {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 48em) {
  .c-property-gallery .c-pg-right {
    width: 59%;
    padding-left: 1%;
  }
}

.c-badge {
  background-color: purple;
  position: absolute;
  top: 40px;
  left: 20px;
  padding: 0 30px;
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.c-badge.c-badge-to-let, .c-badge.c-badge-let {
  background-color: #0071bc;
}
.c-badge.c-badge-for-sale, .c-badge.c-badge-sold {
  background-color: #ee272a;
}
.c-badge.c-badge-under-offer {
  background-color: #E0BB00;
}

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

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

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

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  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: 15px;
  height: 15px;
  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;
}

.c-slider-nav {
  margin-top: 20px;
}
.c-slider-nav .c-slider-item {
  margin: 0 10px;
}
.c-slider-nav .c-slider-item.slick-active {
  border-top: solid 2px #ee272a;
  border-bottom: solid 2px #ee272a;
}
.c-slider-nav .c-slider-item.slick-active + .slick-active {
  border-top: solid 2px white;
  border-bottom: solid 2px white;
}
.c-slider-nav .slick-dots {
  bottom: 70px;
  width: max-content;
}
@media (min-width: 48em) {
  .c-slider-nav .slick-dots {
    bottom: 110px;
  }
}
@media (min-width: 64em) {
  .c-slider-nav .slick-dots {
    bottom: 140px;
  }
}

.c-slider-homehero .slick-slide {
  height: 300px;
}
@media (min-width: 64em) {
  .c-slider-homehero .slick-slide {
    height: auto;
  }
}
.c-slider-homehero .slick-slide img {
  min-height: 300px;
  width: auto;
}
@media (min-width: 64em) {
  .c-slider-homehero .slick-slide img {
    width: 100%;
    height: auto;
  }
}

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