/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:200,300,300i,400,600,700|Montserrat:300,400,600,700");
html {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Custom */
* {
  box-sizing: border-box; }

img, video {
  max-width: 100%;
  max-height: 100%; }

*:focus,
button:focus,
textarea:focus,
input:focus {
  outline: none; }

a {
  color: inherit; }

a:hover {
  color: inherit; }

/*******************************************************************************
Text center
*******************************************************************************/
.text-left {
  text-align: left; }

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

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

/*******************************************************************************
Begin Fonts
*******************************************************************************/
.full-width {
  width: 100%;
  float: left; }

.content-width {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px; }

.center-child {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

.image-canvas {
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.split {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.split > * {
  flex: 1 0 1px; }

.bn-button {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 13.5pt;
  line-height: 1.85;
  border: none;
  padding: 10px;
  display: inline-block;
  color: #ffffff;
  cursor: pointer; }
  .bn-button:hover {
    color: #fefefe; }

.bn-button.outline {
  border: 1px solid #ffffff; }

.bn-button.wide {
  min-width: 180px;
  text-align: center; }

.bn-button.wide-left {
  min-width: 180px;
  text-align: left;
  padding-left: 30px; }

.bn-button.wide-right {
  min-width: 180px;
  text-align: right;
  padding-right: 30px; }

.bn-button.solid {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 13.5pt;
  line-height: 1.85;
  padding: 8px 15px;
  display: inline-block; }

.bn-button.solid.c-red {
  color: #ffffff;
  background-color: #e60023;
  transition: background-color 0.5s, color 0.5s; }
  .bn-button.solid.c-red:hover {
    background-color: #ffffff;
    color: #e60023; }

.bn-button.solid.c-dark_blue {
  color: #ffffff;
  background-color: #19272e;
  transition: background-color 0.5s, color 0.5s; }
  .bn-button.solid.c-dark_blue:hover {
    background-color: #ffffff;
    color: #19272e; }

html {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 16pt;
  line-height: 1.65; }

.floating-logo-bar {
  position: relative; }
  .floating-logo-bar img {
    position: absolute;
    top: -25px;
    width: 50px;
    height: 50px;
    max-width: none;
    max-height: none; }

#header-menu-section > .content-width {
  position: relative; }
  #header-menu-section > .content-width #dropdown-menu {
    background-color: #e60023;
    color: #ffffff;
    width: 100px;
    height: 100px;
    position: absolute;
    right: -200px;
    top: 0; }
    #header-menu-section > .content-width #dropdown-menu .text {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 12pt;
      text-transform: uppercase;
      color: #ffffff;
      text-align: center; }

#header-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 60px; }
  #header-menu #menu-main-menu-left,
  #header-menu #menu-main-menu-right {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  #header-menu > div > div > ul > li > ul {
    display: none; }
  #header-menu .left {
    flex: 1 0 auto; }
  #header-menu .middle {
    height: 60px;
    flex: 0 0 100px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #header-menu .middle img {
      margin: auto;
      height: 50px; }
  #header-menu .right {
    flex: 1 0 auto; }
  #header-menu a {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-size: 16pt;
    color: #111F25;
    transition: color 0.5s; }
    #header-menu a:hover {
      color: #7ba0af; }

.landing-intro {
  margin-top: 40px;
  margin-bottom: 40px; }
  .landing-intro .split .text {
    flex-direction: row; }
    .landing-intro .split .text h3 {
      font-family: "Fira Sans", sans-serif;
      font-weight: 200;
      font-size: 30pt;
      line-height: 1.3333333333; }

.product-thumbnail-container {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.product-thumbnail.full-image {
  width: 100%;
  height: 600px; }
  @media screen and (max-width: 1000px) {
    .product-thumbnail.full-image {
      height: 400px; } }
  .product-thumbnail.full-image > .padding-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .product-thumbnail.full-image:first-child > .padding-wrapper > .padding-wrapper {
    margin-left: 0; }
  .product-thumbnail.full-image:last-child > .padding-wrapper > .padding-wrapper {
    margin-right: 0; }
  .product-thumbnail.full-image .background, .product-thumbnail.full-image .foreground, .product-thumbnail.full-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .product-thumbnail.full-image .background {
    overflow: hidden; }
    .product-thumbnail.full-image .background .image-canvas {
      height: 100%;
      width: auto;
      max-height: 100%;
      max-width: none; }
      .product-thumbnail.full-image .background .image-canvas:after {
        content: ' ';
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background-color: rgba(17, 31, 37, 0.4); }
  .product-thumbnail.full-image .foreground {
    padding: 20px; }
    .product-thumbnail.full-image .foreground .title {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 12pt;
      text-transform: uppercase;
      color: #ffffff; }
  .product-thumbnail.full-image .overlay {
    top: auto;
    height: 600px / 5;
    background-color: #111F25;
    padding: 20px;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.5s, opacity 0.5s; }
    .product-thumbnail.full-image .overlay .title-bar {
      font-family: "Fira Sans", sans-serif;
      font-weight: 400;
      font-size: 16pt;
      line-height: 1.65;
      color: #ffffff;
      padding-bottom: 20px; }
  .product-thumbnail.full-image:hover .overlay {
    opacity: 1;
    transform: translateY(0%); }

.full-width-video-cta {
  background-color: rgba(25, 39, 46, 0.6);
  padding: 40px 0; }
  .full-width-video-cta > .top {
    text-align: center; }
    .full-width-video-cta > .top .top-text {
      font-family: "Fira Sans", sans-serif;
      font-weight: 200;
      font-size: 30pt;
      line-height: 1.3333333333;
      color: #ffffff; }
    .full-width-video-cta > .top h3 {
      font-family: "Fira Sans", sans-serif;
      font-weight: 200;
      font-size: 30pt;
      line-height: 1.3333333333;
      font-size: 48pt;
      color: #19272e; }
    .full-width-video-cta > .top p {
      font-family: "Fira Sans", sans-serif;
      font-weight: 400;
      font-size: 16pt;
      line-height: 1.5625;
      color: #ffffff; }
  .full-width-video-cta > .bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .full-width-video-cta > .bottom .background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      flex-direction: column; }
      .full-width-video-cta > .bottom .background > .top {
        flex: 1 0 0; }
      .full-width-video-cta > .bottom .background > .bottom {
        flex: 1 0 0;
        background-color: #ffffff; }
    .full-width-video-cta > .bottom .foreground {
      position: relative;
      z-index: 10; }
      .full-width-video-cta > .bottom .foreground video {
        padding: 20px 0; }

.full-width-cta {
  height: 700px;
  position: relative; }
  .full-width-cta .content-width {
    height: 100%; }
  .full-width-cta .background {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center; }
  .full-width-cta .foreground {
    height: 100%;
    position: relative;
    z-index: 10; }
    .full-width-cta .foreground .wrapper h3 {
      font-family: "Fira Sans", sans-serif;
      font-weight: 200;
      font-size: 30pt;
      line-height: 1.3333333333;
      font-size: 75pt; }
    .full-width-cta .foreground .wrapper p {
      font-family: "Fira Sans", sans-serif;
      font-weight: 200;
      font-size: 30pt;
      line-height: 1.3333333333; }

.latest-news {
  padding: 40px 0; }
  .latest-news h3 {
    font-family: "Fira Sans", sans-serif;
    font-weight: 200;
    font-size: 30pt;
    line-height: 1.3333333333;
    padding-bottom: 20px; }
  .latest-news .read-more .bn-button {
    margin-top: 40px; }
  .latest-news .post-thumbnail-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .latest-news .post-thumbnail {
    flex: 0 0 30%;
    position: relative;
    height: 400px; }
    .latest-news .post-thumbnail .background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center; }
    .latest-news .post-thumbnail .foreground {
      position: relative;
      z-index: 10;
      background-color: rgba(17, 31, 37, 0.4);
      height: 100%;
      width: 100%; }
      .latest-news .post-thumbnail .foreground .wrapper {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 20px; }
      .latest-news .post-thumbnail .foreground .top {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 12pt;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 10pt;
        padding-bottom: 5px; }
      .latest-news .post-thumbnail .foreground .bottom {
        font-family: "Fira Sans", sans-serif;
        font-weight: 400;
        font-size: 16pt;
        line-height: 1.5625;
        color: #ffffff;
        font-size: 12pt; }

.sliced-cta {
  border-top: #ccc 1px solid;
  padding: 40px 0; }
  .sliced-cta .content {
    padding-bottom: 20px; }
    .sliced-cta .content h3 {
      font-family: "Fira Sans", sans-serif;
      font-weight: 200;
      font-size: 30pt;
      line-height: 1.3333333333; }
    .sliced-cta .content p {
      font-family: "Fira Sans", sans-serif;
      font-weight: 400;
      font-size: 16pt;
      line-height: 1.5625; }
  .sliced-cta .bn-button {
    margin-top: 20px; }

.slice-container {
  position: relative;
  height: 400px;
  width: 100%; }
  .slice-container .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover; }
  .slice-container .foreground {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 10; }
    .slice-container .foreground .window {
      flex: 0 0 33.33%;
      height: 100%;
      border-left: 4px #ffffff solid;
      border-right: 4px #ffffff solid; }

.call-bar {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 30pt;
  line-height: 1.3333333333;
  padding: 40px 0;
  background-color: #19272e;
  color: #ffffff; }
  .call-bar strong {
    font-weight: 600; }

.contact-bar {
  padding: 40px 0;
  background-color: rgba(25, 39, 46, 0.4); }
  .contact-bar .content {
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px; }
  .contact-bar h3 {
    font-family: "Fira Sans", sans-serif;
    font-weight: 200;
    font-size: 30pt;
    line-height: 1.3333333333; }

.contact-form .flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px; }
  .contact-form .flex-row .checkbox-intro {
    width: 100%;
    clear: both; }
  .contact-form .flex-row:last-child {
    margin-bottom: 0; }
  .contact-form .flex-row .wpcf7-form-control-wrap {
    flex: 0 0 100%; }
    .contact-form .flex-row .wpcf7-form-control-wrap input,
    .contact-form .flex-row .wpcf7-form-control-wrap textarea,
    .contact-form .flex-row .wpcf7-form-control-wrap select {
      font-family: "Fira Sans", sans-serif;
      font-weight: 400;
      font-size: 16pt;
      line-height: 1.65;
      font-size: 12pt;
      width: 100%;
      padding: 12px;
      margin: 0;
      border: #ffffff 1px solid;
      color: #ffffff;
      background-color: rgba(255, 255, 255, 0.15);
      height: 50px; }
      .contact-form .flex-row .wpcf7-form-control-wrap input::placeholder,
      .contact-form .flex-row .wpcf7-form-control-wrap textarea::placeholder,
      .contact-form .flex-row .wpcf7-form-control-wrap select::placeholder {
        color: #ffffff;
        opacity: 1; }
    .contact-form .flex-row .wpcf7-form-control-wrap textarea {
      height: 200px;
      resize: vertical;
      overflow: auto; }
    .contact-form .flex-row .wpcf7-form-control-wrap select option {
      color: #111F25; }
    .contact-form .flex-row .wpcf7-form-control-wrap .wpcf7-checkbox {
      width: 100%; }
      .contact-form .flex-row .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
        margin-left: 0;
        margin-right: 50px; }
      .contact-form .flex-row .wpcf7-form-control-wrap .wpcf7-checkbox label {
        float: left;
        position: relative; }
      .contact-form .flex-row .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item-label {
        float: left;
        padding-left: 25px;
        cursor: pointer; }
      .contact-form .flex-row .wpcf7-form-control-wrap .wpcf7-checkbox input[type=checkbox] {
        -webkit-appearance: checkbox;
        position: absolute;
        left: 0;
        width: auto;
        top: 7px;
        height: auto;
        cursor: pointer; }
  .contact-form .flex-row #submit {
    outline: none; }
.contact-form .flex-row.three .wpcf7-form-control-wrap {
  flex: 0 0 32%; }
  .contact-form .flex-row.three .wpcf7-form-control-wrap input {
    width: 100%; }
.contact-form .flex-row.center {
  justify-content: center; }

.testimonial-slider-bar .slider-wrapper {
  width: 100%; }



.reviews-wrapper{
	margin: auto;
    padding: 50px 30px;
	text-align: center;
}










/************************ ADDED 27-2-2023 TO FIX FORM STYLING. TAKEN FROM AROUND LINE 2020 ON DEV SITE (FILE IS COMPLETELY DIFFERENT) **********************************/
.contact-form .flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.contact-form .flex-row > p{
	display: flex;
    width: 100%;
    justify-content: space-between;
}
.contact-page#main .main-content .flex-row > p{
	margin-bottom: 0;
}