@charset "UTF-8";
/* ==== Buttons and text links === */
.darkgrey {
  color: #595959;
}

.darkblue {
  color: #004A98;
}

.darkblue:hover {
  color: #595959;
}

.lightblue {
  color: #1C6AAC;
}

/*------------------------------------*\
  #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;
}

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

h1 {
  font-size: 1.875rem;
  line-height: 36px;
  margin-bottom: 20px;
}
@media (min-width: 64em) {
  h1 {
    font-size: 2.25rem;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
@media (min-width: 83.375em) {
  h1 {
    font-size: 3.125rem;
    line-height: 55px;
    margin-bottom: 20px;
  }
}

h1.c-hero-title {
  font-size: 1.875rem;
  line-height: 33px;
  text-transform: uppercase;
  font-weight: 700;
  color: #004A98;
  margin-bottom: 30px;
}
@media (min-width: 83.375em) {
  h1.c-hero-title {
    font-size: 2.5rem;
    line-height: 44px;
  }
}

h2 {
  font-size: 1.875rem;
  line-height: 36px;
}
@media (min-width: 83.375em) {
  h2 {
    font-size: 2.5rem;
    line-height: 44px;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 30px;
}
@media (min-width: 83.375em) {
  h3 {
    font-size: 1.875rem;
    line-height: 33px;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 25px;
}
@media (min-width: 64em) {
  h4 {
    font-size: 1.375rem;
    line-height: 28px;
  }
}

h5 {
  font-size: 1rem;
  line-height: 22px;
}

h6 {
  font-size: 0.875rem;
  line-height: 20px;
}

.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-pos-rel {
  position: relative;
}

.c-marbtm-10 {
  margin-bottom: 10px;
}

/*------------------------------------*\
  #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: "Montserrat", sans-serif;
  font-weight: 500;
  color: black;
  /* 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;
}

body {
  background: white;
  width: 100%;
}

a {
  color: white;
}
a:hover {
  color: white;
  text-decoration: none;
}

a.dark {
  color: black;
}
a.dark:hover {
  color: black;
  text-decoration: none;
}

.c-body-link {
  color: #004A98;
}
.c-body-link:hover {
  color: #595959;
}

.light {
  font-weight: 300;
}

.reg {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.c-font-12 {
  font-size: 0.75rem;
}

.c-font-14 {
  font-size: 0.875rem;
}

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

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

.forIE {
  display: none !important;
}

.forchrome {
  display: block !important;
}

div {
  position: relative;
}

p {
  /* font-size: 12px;
  line-height: 18px;
  font-weight: 600; */
  margin-bottom: 10px;
}

/* colors */
.white {
  color: #FFFFFF;
}

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

img {
  display: block;
  width: 100%;
  height: auto;
}

.relative {
  position: relative;
}

.uppercase {
  text-transform: uppercase;
}

.active {
  background-color: #023B77;
}

.videoframe {
  min-height: 450px;
  width: 100%;
}

.dotbg {
  background: url(/images/dot_pat.png) repeat center center fixed;
}

.dotbg-product {
  padding: 50px 0;
}

/* .top-home-section{position: relative;} */
.opening_text {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.top_sub_section {
  background: white;
}

.sub_opening_text {
  max-width: 60%;
  margin-left: 10vw;
  margin-top: 15vh;
  margin-bottom: 10vh;
}

.top-home-section {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.scroll {
  color: white;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
}

.scroll img {
  position: relative;
  bottom: 0;
  text-align: center;
  left: 50%;
  width: 1px;
}

.imagetop {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: -1;
  object-fit: cover;
  display: block;
  transform: translate(-50%, -50%);
}

.welcome-img .exlink {
  float: right;
  margin-right: -30px;
  margin-top: -20px;
}

.exlink {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  text-transform: uppercase;
  color: white;
  background: #004A98;
  padding: 15px;
  transition: all 0.3s ease;
  max-width: -webkit-max-content;
}

.bespoke_image_header {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.bespoke-image {
  width: 33%;
  height: 100%;
}

.bespoke-image:first-child {
  margin-right: 10px;
}

.div-block {
  position: relative;
  margin: 5% auto 10%;
  max-width: 1440px;
  width: 80%;
}

.div-block-2 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0%;
  padding: 2%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-4 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.color-ops {
  max-width: 100px;
}

.toilet-spec {
  max-width: 200px;
}

.bespoke-image:last-child {
  margin-left: 10px;
}

.page-link:hover .arrowlink {
  background: none;
  border: 1px solid white;
}

.arrowlink {
  background: #004A98;
  border: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  transition: all ease;
}

.redbox {
  width: 90%;
  height: 800px;
}

.showphone {
  display: none !important;
}

.hidephone {
  display: block !important;
}

.specification {
  display: flex;
  position: relative;
  /* -webkit-flex-flow: row wrap; */
}

.specification h5 {
  margin: 30px 0;
}

.specification h6 {
  color: #595959;
  margin-bottom: 10px;
}

.data, .floorplan, .map, .contact {
  width: 50%;
}

.contact-info {
  margin: 180px 100px;
}

.map img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.floorplan {
  background-color: #004A98;
}

.floorplan img {
  background-color: #004A98;
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 800px;
  padding: 20px;
}

.data-contents, .floorplan-contents {
  width: 60%;
  margin: 70px auto;
}

.contact-form {
  padding: 50px;
  background: #004A98;
}

.floorplan-contents {
  color: white;
}

.table-line {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #004A98;
}

.table-line.table-header {
  background-color: #024A98;
  color: white;
  padding-left: 5px;
}

.table-line.table-subheader {
  background-color: #E6E6E6;
  padding-right: 5px;
  padding-left: 5px;
}

.arrowlink img {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: 22px;
}

.exlink {
  font-size: 0.75rem;
}
.exlink img {
  max-width: 22px;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  z-index: 0;
  transition: all 0.3s ease;
}

.pre-dec-img {
  max-width: 300px;
}

.exlink:hover img {
  margin-left: 25px;
}

.welcome {
  padding: 5%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  margin: auto;
  max-width: 70%;
}

.welcome-message {
  padding: 120px 0;
  top: 50%;
  color: white;
  width: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.welcome-img {
  position: relative;
  margin-left: -80px;
  z-index: 0;
}

.fourlink {
  width: 100%;
}

.threelink {
  width: 75%;
}

#pageoverview {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  height: 70vh;
  max-height: 100%;
  background-size: cover;
  background-image: url(/images/Introduction.jpg);
  /* transition: all 0.5s ease; */
}

#pageoverview.toprow {
  background-image: url(/images/intro-toprow.png);
}

#pageoverview.btmrow {
  background-image: url(/images/intro-btmrow.png);
}

/*#pageoverview.linkA{background-image: url(/images/Introduction.jpg);}
#pageoverview.linkB{background-image: url(/images/Introduction.jpg);}
#pageoverview.linkC{background-image: url(/images/Introduction.jpg);}
#pageoverview.linkD{background-image: url(/images/Introduction.jpg);}
*/
.page-link {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  width: 33.33%;
  transition: all 0.5s ease;
}

.page-link.bottom-line {
  border-bottom: 3px solid white;
}

.above-footer .page-link {
  width: 33.33%;
}

.page-link:hover {
  background-color: rgba(0, 74, 152, 0.8);
}

.page-link:active {
  background-color: rgba(0, 74, 152, 0.8);
}

.page-link:not(:last-child) {
  border-right: 3px solid white;
}

.page-link h6 {
  text-transform: uppercase;
}

.page-link h6, h4 {
  font-weight: 600;
}

.page-link-contents {
  margin-top: 50%;
}

.page-link h6 {
  margin: 30px 45px;
}

.page-link h6.not-uppercase {
  text-transform: unset;
}

.page-link h4 {
  margin: 30px 45px;
}

.page-link .arrowlink {
  margin: 30px 45px;
}

.sliderlinks {
  min-height: 420px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}

.sliderphoneimg {
  position: absolute;
  top: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deskdownload {
  display: block !important;
}

.phonedownload {
  display: none !important;
}

.home-item {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 50px;
}

.testimonials {
  padding: 100px;
}

.testimonials h2 {
  margin-bottom: 10px;
}

.testimonials-slider {
  margin: 40px 0;
  width: 50%;
  left: 50%;
  transform: translate(-50%);
}

.greybox {
  position: relative;
  bottom: 0;
  height: 700px;
  background-color: #191919;
  z-index: -50;
}

/********* Nav animation classes *********/
.white-bg-black-text-nav {
  transition: 1s ease-in-out;
}

.white-bg-black-text-nav::before {
  content: "";
  position: absolute;
  background: white;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.scrolled-logo-image {
  display: none;
  transition: opacity 0.3s ease;
  width: 110px;
}

.display-logo-image {
  display: block;
}

.OGlogo {
  width: 130px;
}

.OGlogo-show {
  display: block;
}

.OGlogo-hide {
  display: none;
}

/* MENU */
.container {
  position: absolute;
  z-index: 909;
  display: inline-block;
  cursor: pointer;
}

.overlay_nav {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #004A98;
  overflow-x: hidden;
  transition: 0.5s;
}

/*  */
.main-container {
  position: relative;
  width: 80%;
  left: 50%;
  transform: translate(-50%, 0);
}

.bespoke-contain {
  width: 70%;
  margin: 70px auto;
}

.home-contain {
  margin: 70px auto;
}

.bespoke-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 50px;
}

.be-number {
  position: relative;
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  color: #004A98;
  border: 1.5px solid #004A98;
  margin-right: 50px;
}

.be-number h4 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.be-text {
  max-width: 360px;
}

.be-text h4, .home-why h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.be-text p {
  color: #595959;
}

.home-why {
  color: #004A98;
}

.home-no {
  color: black;
}

.topsquares {
  margin: 10% auto 100px;
  max-width: 1440px;
  width: calc(100% - 200px);
  position: relative;
}

.squares {
  width: 80%;
  margin: 3% auto;
  position: relative;
}

.squaredotbg {
  padding: 1px;
}

.hoz-box-content {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  position: relative;
  /*left: 50%;
  transform: translate(-50%,0);*/
  width: 100%;
  /*background-color: turquoise;*/
}

.safe-left {
  width: 50%;
  margin-right: 4%;
}

.safe-left h6 {
  margin-bottom: 30px;
}

.safe-left h2 {
  margin-bottom: 30px;
}

.safe-right {
  width: 40%;
}

.safe-para {
  margin: 116px 0 60px;
}

.under-slider {
  margin: 20px 0;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}

.img-select-div {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.img-slider img {
  width: 100%;
}

.img-select, .img-select-active {
  margin-right: 10px;
  width: 35px;
  background: #B9B9B9;
  height: 3px;
}

.img-select {
  background: #B9B9B9;
}

.img-select-active {
  background: #004A98;
}

.safelink {
  position: absolute;
  left: -5%;
}

.slidecontent {
  max-width: 80%;
}

.w3-tooltip, .w3-display-container {
  position: relative;
}

.w3-black, .w3-hover-black:hover {
  color: #fff !important;
  background-color: #004A98 !important;
}

.w3-padding-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.w3-large {
  font-size: 18px !important;
}

.w3-large p {
  margin-bottom: 0px;
}

.w3-container, .w3-panel {
  padding: 0.01em 16px;
}

.w3-display-bottomleft {
  position: absolute;
  left: 0;
  top: 0;
}

.w3-display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

.w3-btn, .w3-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w3-btn, .w3-button {
  border: none;
  display: inline-block;
  padding: 20px 25px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px 12px 12px 0px;
  border-bottom: 1px solid white;
  box-sizing: border-box;
  margin-bottom: 16px;
  background: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: white;
}

::placeholder {
  color: white;
  font-size: 16px;
  font-weight: 600;
}

input[type=submit] {
  background: white;
  font-weight: 700;
  color: #004A98;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  color: white;
  background: none;
  border: 1px solid white;
  padding: 11px 19px;
}

form {
  margin: 55px;
}

/*  */
#slides .slide {
  color: white;
  background: #004A98 none repeat scroll 0 0;
  float: left;
  height: 300px;
  padding: 1%;
  width: 50%;
}

.slide-content {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.quote {
  left: 50%;
  position: relative;
  transform: translate(-50%);
  width: 56px;
}

.slick-prev, .slick-next {
  z-index: 99;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 45px;
}

.slick-prev {
  background-image: url(/images/prevArrow.png);
}

.slick-next {
  background-image: url(/images/nextArrow.png);
}

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

/*  */
.policystatement ul {
  list-style: circle;
}

/****************************************************/
/**************** nicoles new page setup ************/
/****************************************************/
.top-modularproduct-section {
  width: 100%;
  height: 753px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 79;
}

.top-modularproduct-section .opening_text {
  color: white;
  position: absolute;
  left: 30%;
  top: 80%;
  transform: translate(-30%, -80%);
}

.c-product-hero {
  z-index: 79;
  position: relative;
  width: 100%;
  height: 400px;
}

@media (min-width: 1024px) {
  .c-product-hero {
    max-height: 753px;
    height: unset;
  }
}
@media (min-width: 1024px) {
  .c-product-hero .l-row-restricted,
  .c-product-hero .l-row-restricted .c-10-col {
    position: unset;
    padding: 0;
    height: 0;
  }
}
.c-product-hero .l-row-restricted .c-10-col {
  padding: 0 20px;
}

.c-hero-text-wrap {
  color: white;
  position: absolute;
  bottom: 0;
  top: 100px;
  z-index: 55;
}

@media (min-width: 1024px) {
  .c-hero-text-wrap {
    bottom: 50px;
    z-index: 55;
    top: unset;
  }
}
.c-hero-text {
  max-width: 100%;
  padding-left: 20px;
}

@media (min-width: 1024px) {
  .c-hero-text {
    max-width: 80%;
    padding-left: 20px;
  }
}
.img-fill {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 400px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .img-fill {
    position: relative;
    height: auto;
    overflow: hidden;
  }
}
@media (min-width: 1824px) {
  .img-fill {
    max-height: 780px;
  }
}
.img-fill img {
  height: 400px;
  width: auto;
}

@media (min-width: 1024px) {
  .img-fill img {
    height: auto;
    width: 100vw;
  }
}
.c-new-subtitle {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 40px;
}

ul.c-bullet-list {
  padding: 0 0 50px;
  width: 100%;
}

@media (min-width: 1024px) {
  ul.c-bullet-list {
    padding: 50px 0;
  }
}
ul.c-bullet-list li {
  background-image: url("../images/bullet-hexagon.svg");
  background-repeat: no-repeat;
  background-size: 28px 24px;
  width: 32%;
  display: inline-block;
  padding-top: 50px;
  padding-right: 15px;
  vertical-align: top;
}

.mar-top-50 {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .mar-top-50 {
    margin-top: 50px;
  }
}
.mar-top-100 {
  margin-top: 100px;
}

.c-3col {
  display: flex;
  width: 100%;
}

.c-3col .c-col {
  width: 31%;
  margin-right: 2%;
}

/* 4 cols */
.c-4col {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
  gap: 30px;
}

.c-4col .c-col {
  flex-grow: 0;
  flex-basis: calc(100% - 30px);
}

@media (min-width: 480px) {
  .c-4col .c-col {
    flex-grow: 0;
    flex-basis: calc(50% - 30px);
  }
}
@media (min-width: 768px) {
  .c-4col .c-col {
    flex-grow: 0;
    flex-basis: calc(33.33% - 30px);
  }
}
@media (min-width: 1024px) {
  .c-4col .c-col {
    flex-grow: 0;
    flex-basis: calc(25% - 30px);
  }
}
.c-4col .c-col div {
  display: block;
  width: 100%;
}

.c-4col .c-col img {
  padding-bottom: 20px;
}

.c-4col .c-col .title {
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 28px;
  color: #004A98;
  font-weight: 600;
}

@media (max-width: 375px) {
  .c-4col .c-col .title {
    font-size: 20px;
    line-height: 25px;
  }
}
.mar-btm-40 {
  margin-bottom: 40px;
}

/****** matrix 50/50 block *****/
.c-5050 {
  display: flex;
  position: relative;
  flex-direction: column;
}

.c-5050 h3 {
  margin: 40px 0 15px 0;
}

.c-5050-left,
.c-5050-right {
  position: relative;
  flex: 0 1 100%;
}

/* tab / desk */
@media (min-width: 1024px) {
  .c-5050 {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
  }
  .c-5050-left,
  .c-5050-right {
    flex: 0 1 48%;
  }
}
.c-5050 img,
.c-3col img {
  padding-bottom: 10px;
}

@media (min-width: 1024px) {
  .c-5050-left.c-5050-img img {
    padding-right: 20%;
  }
  .c-5050-right.c-5050-img img {
    padding-left: 20%;
  }
}
.cssgrid .botbg-product {
  grid-row: 2;
}

/* tab / desk */
@media (min-width: 1024px) {
  .cssgrid .botbg-product {
    grid-row: 3;
  }
}
/* 'speak to the experts' form*/
.c-stte-button {
  padding: 20px 20px 20px 70px;
  z-index: 40;
  background-color: #004A98;
  position: relative;
  color: white;
}

.c-stte-content {
  background-color: #004A98;
  color: white;
  display: inline-block;
  position: relative;
  transition: top 0.4s ease-in-out;
  padding: 20px;
  z-index: 0;
}

@media (min-width: 1024px) {
  .c-stte-content {
    width: 100%;
  }
}
.c-stte-content.fullwidth {
  margin: 0 auto;
  max-width: 800px;
}

.c-stte-content p {
  font-size: 16px;
  font-weight: normal;
}

form.stte-contact-form {
  margin: 0;
}

/*CSS grid for order of blocks*/
.cssgrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}

/********************** new layout *****************/
.l-row-wrap {
  width: 100%;
  position: relative;
  padding: 0;
}

.l-row-wrap.c-grey {
  background-color: #E6E6E6;
}

.l-row-wrap.c-grey .c-5050-left {
  order: 1;
}
@media (min-width: 83.375em) {
  .l-row-wrap.c-grey .c-5050-left {
    order: 2;
  }
}

.l-row-wrap.c-grey .c-5050-right {
  order: 2;
}
@media (min-width: 83.375em) {
  .l-row-wrap.c-grey .c-5050-right {
    order: 1;
  }
}

.l-row-wrap.a {
  grid-row: 1;
}

.l-row-wrap.b {
  grid-row: 2;
}

.l-row-wrap.c {
  grid-row: 3;
}

.l-row-wrap.d {
  grid-row: 4;
}

.l-row-wrap.e {
  grid-row: 5;
}

.l-row-wrap.f {
  grid-row: 6;
}

.l-row-wrap.g {
  grid-row: 7;
}

.l-row-wrap.h {
  grid-row: 8;
}

@media (min-width: 1024px) {
  .l-row-wrap.a {
    grid-row: 2;
  }
  .l-row-wrap.b {
    grid-row: 3;
  }
  .l-row-wrap.c {
    grid-row: 4;
  }
  .l-row-wrap.d {
    grid-row: 5;
  }
  .l-row-wrap.e {
    grid-row: 6;
  }
  .l-row-wrap.f {
    grid-row: 7;
  }
  .l-row-wrap.g {
    grid-row: 8;
  }
  .l-row-wrap.h {
    grid-row: 9;
  }
}
.l-row-restricted {
  padding: 60px 20px;
  width: 100%;
}

@media (min-width: 1024px) {
  .l-row-restricted {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.c-width-60 {
  width: 100%;
}

@media (min-width: 1024px) {
  .c-width-60 {
    width: 60%;
  }
}
.c-speak-icon {
  position: absolute;
  top: 13px;
  left: 20px;
  width: 37px;
}

.contact-col {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 1024px) {
  .contact-col {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
}
.contact-col.mar-right {
  margin-right: 38px;
}

.mar-btm-40 {
  margin-bottom: 40px;
}

.user-cannot-see {
  display: none;
}

.form-error {
  width: 60%;
  margin: auto;
  border: solid 2px red;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 10px;
}

.error {
  color: #FF0000;
}

ul.content-list li {
  list-style-type: disc;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 40px;
}

body .job-advert {
  display: none;
}

body.homepage .job-advert {
  background-color: black;
  color: white;
  position: absolute;
  width: 100vw;
  top: 60px;
  right: 0;
  display: block;
}

@media (min-width: 590px) {
  body.homepage .job-advert {
    width: 340px;
    top: 0;
    right: 70px;
  }
}
@media (min-width: 1300px) {
  body.homepage .job-advert {
    width: 100%;
    top: 58px;
    right: 0;
  }
}
.hide-this {
  display: none;
}

.job-advert a {
  text-decoration: underline;
}

.job-spacing {
  padding: 10px 10px 10px 40px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  display: inline-block;
}

.job-advert a.c-close-icon {
  display: inline-block;
  padding: 8px 10px;
  font-size: 16px;
  text-decoration: none;
  width: 32px;
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
  position: absolute;
  z-index: 55;
}

.c-close-icon:hover {
  cursor: pointer;
}

.c-padright-20 {
  padding-right: 20%;
}

.activemenu {
  height: 100vh;
}

.overlay_nav .logo {
  width: 130px;
  margin: 10px;
}

.nav-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  text-align: center;
  width: 430px;
}

.burger_bar {
  z-index: 909;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 3px;
  background-color: #004A98;
  margin: 8px 0px;
  transition: 0.4s;
}

.heroimg .bar1,
.heroimg .bar2,
.heroimg .bar3 {
  background-color: white;
}

.navbackground .bar1,
.navbackground .bar2,
.navbackground .bar3 {
  background-color: #004A98;
}

.change .bar1 {
  background-color: white;
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  background-color: white;
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.burgermenu {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 909;
  list-style: none;
  padding: 10px 20px;
}

.mobile-nav {
  display: block;
  overflow-x: hidden;
}
.mobile-nav .main-link {
  padding: 15px 10px;
  background-color: white;
  color: black;
  min-width: 290px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.mobile-nav .main-link:hover {
  color: white;
  padding: 15px 10px;
  background-color: #023B77;
}
@media (min-width: 83.375em) {
  .mobile-nav {
    display: none;
  }
}

.c-btn-primary {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  background: #004A98;
  padding: 12px 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: solid 1px #004A98;
  margin-bottom: 20px;
}
.c-btn-primary.h-mobile {
  display: inline-block;
}
@media (min-width: 83.375em) {
  .c-btn-primary.h-mobile {
    display: none;
  }
}

.c-btn-primary:hover {
  color: #004A98;
  background: white;
  border: solid 1px #004A98;
}

.c-btn-primary-fake {
  display: none;
}
@media (min-width: 83.375em) {
  .c-btn-primary-fake {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: white;
    background: #004A98;
    padding: 12px 20px;
    border: solid 1px #004A98;
  }
}

footer {
  padding: 70px 0;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
}
footer a {
  color: white;
}
footer a:hover {
  color: #b5b5b5;
}

.c-footer-logo {
  width: 100%;
}

@media (min-width: 1024px) {
  .c-footer-logo {
    width: auto;
  }
}
.footer-logo {
  width: 180px;
}

.above-footer {
  background: #191919;
  max-width: 100%;
}

footer {
  width: 100%;
  color: white;
  background-color: #191919;
}

footer p {
  margin: 0;
}

.footer-contents {
  padding: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.c-block-download {
  padding: 70px;
  background: white;
  transition: all 0.1s ease;
}

.c-block-download:hover .exlink {
  background: #023B77;
}

.c-block-download h6 {
  margin-bottom: 20px;
}

.c-block-download h2 {
  color: black;
  max-width: 400px;
  margin-bottom: 40px;
}

header {
  width: 100%;
  z-index: 111;
  position: fixed;
  top: 0;
}

.nav_start_class {
  background: none;
}

.bg_change {
  background-color: transparent;
  transition: background-color 0.3s linear;
}

.navbackground {
  background: white;
  height: 58px;
}

.bluebkgd {
  background-color: #004A98;
}

.menu-logo {
  width: 130px;
  margin: 10px 15px;
}

.nav-space {
  height: 200px;
}

.nav-logo {
  position: fixed;
  z-index: 50;
  top: 10px;
  left: 15px;
}

.desktop-nav {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 909;
}

.navigation {
  background: #004A98;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.nonactivenav {
  background: #004A98;
  list-style: none;
  padding: 20px;
  display: inline-block;
  transition: all 0.3s ease;
}

.dropbtn {
  background-color: #004A98;
  color: white;
  /* padding: 16px;
  font-size: 16px; */
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: visibility 0.5s, opacity 0.5s, height 0.5s ease-in-out;
  position: absolute;
  min-width: 210px;
  z-index: 56;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: white;
  padding: 12px 16px 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #023B77;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
  height: auto;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #023B77;
}

.nonactivenav:hover {
  background-color: #023B77;
}

.desktop-nav p {
  text-transform: uppercase;
  color: white;
  transition: all 0.3s ease;
  margin-bottom: 0;
}

/* Magnesium oxide boards needs a lowercase letter  */
.desktop-nav p.not-uppercase {
  text-transform: unset;
}

/*------------------------------------*\
  #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;
}

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